html {
  height: 100%;
}

body {
  height: 100%;
  font-family: Helvetica;
  color: #333;
  margin: 0px;
  background-color: #FFF;
 /* padding-top: 55px; */
}

a:hover, a:focus {
  color: #000;
}

a {
  color: #005580;
}

#fsu-seal {
  display: none;
}

#fsu-subheading {
	font-size: 1em;
    text-transform: uppercase;
    margin: 0 0 8px;
    padding: 0;
	font-family: "Open Sans", "Arial", sans-serif;
    font-stretch: 100%;
    text-align: center;
}

.wrapper {
/*	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: -108px auto -286px;
        padding-top: 108px;*/
  min-height: calc(100vh - 272px);
}
#middle-wrapper {
  background-color: #FFF;
  height: 100%;
}

#middle {
  background-color: #FFF;
  margin: 0px auto;
  text-align: left;
  height: 100%;
  width: 100%;
}

#content-wrapper {
  margin: 0px auto;
  text-align: left;
  background-color: #FFF;
  padding-bottom: 15px;
}

#content {
  margin-top: 20px;
}

.social-icons {
  text-align: center;
  padding-bottom: 10px;
}

#ticker {
  height: 40px;
  overflow: hidden;
  margin: 0px;
}

#ticker li {
  height: 40px;
}


.btn {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

textarea {
  resize: none;
}

.page-title {
  margin-bottom: 2px;
}

.hr-title {
  margin-top: 2px;
  margin-bottom: 10px;
}

.well {
  padding: 10px;
  font-size: 10pt;
}

.well p {
  font-size: 10pt;
}

.well h4 {
  font-size: 16px;
  margin: 0px;
  padding-bottom: 5px;
}

.dropdown-menu li > a:hover {
  background-image: -moz-linear-gradient(top, #CFC295, #CFC295);
  background-image: -ms-linear-gradient(top, #CFC295, #CFC295);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CFC295), to(#CFC295));
  background-image: -webkit-linear-gradient(top, #CFC295, #CFC295);
  background-image: -o-linear-gradient(top, #CFC295, #CFC295);
  background-image: linear-gradient(top, #CFC295, #CFC295);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CFC295', endColorstr='#CFC295');

  color: #FFFFFF;
}

.navbar {
  margin-bottom: 0px;
}

.navbar .nav > li > a {
  font-size: 14px;
  color: #333;
  padding: 13px 10px 13px 10px;
  text-shadow: none;
}

.navbar .nav > li > a:hover {
  color: #333;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #333;
  background-color: #EEE;
}

.navbar-inner {	
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: -moz-linear-gradient(top, #ffffff, #c1b486);
  background-image: -ms-linear-gradient(top, #ffffff, #c1b486);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#735d32));
  background-image: -webkit-linear-gradient(top, #ffffff, #c1b486);
  background-image: -o-linear-gradient(top, #ffffff, #c1b486);
  background-image: linear-gradient(top, #ffffff, #c1b486);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c1b486');
  background-color: #c1b486;
}


/*  background-image: url('../img/math-logo-black-bkg.gif') !important; */
 
.poster {
        background: url(../img/westcott-bkg.jpg) repeat-x center;
       /* -webkit-background-size: cover; /*for webKit*/
        -moz-background-size: cover; /*Mozilla*/
        -o-background-size: cover; /*opera*/
       /*  background-size: cover; /*generic*/
}


.news-list li {
  margin-bottom: 5px;
  border-bottom: 1px #CCC solid;
}

.news-list li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.news-list a {
  min-height: 30px;
}

.masthead {
  background-image: -moz-linear-gradient(top, #2b0007, #2b0007);
  background-image: -ms-linear-gradient(top, #2b0007, #2b0007);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2b0007), to(#2b0007));
  background-image: -webkit-linear-gradient(top, #2b0007, #2b0007);
  background-image: -o-linear-gradient(top, #2b0007, #2b0007);
  background-image: linear-gradient(top, #2b0007, #2b0007);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b0007', endColorstr='#2b0007');
  border: none;

  height: 60px;
}

#faculty-profile {
  width: auto;
  text-align: left;
  background-color: rgba(43,0,7,0.85);
/*  background-color: #FFF;
  opacity: .75;
  filter: alpha(opacity=75);  */
}

#faculty-profile img {
  padding-right: 10px;
  opacity: 1;
  filter: alpha(opacity=1);
}

#faculty-profile .summary {
  font-size: 12px;
  color: #EEE;
}

.faculty-title {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
  opacity: .8;
}

.navbar.affix {
  top: 0;
  z-index: 10;
  width: 100%;
}

#menu-button {
  margin-top: 15px;
}

.navbar .btn-navbar, .btn-navbar:hover {
  background-color: #2B0007 !important;
  background-image: -moz-linear-gradient(top, #2b0007, #2b0007);
  background-image: -ms-linear-gradient(top, #2b0007, #2b0007);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2b0007), to(#2b0007));
  background-image: -webkit-linear-gradient(top, #2b0007, #2b0007);
  background-image: -o-linear-gradient(top, #2b0007, #2b0007);
  background-image: linear-gradient(top, #2b0007, #2b0007);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b0007', endColorstr='#2b0007');
  color: #EEE;
  background-repeat: no-repeat !important;

}

/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */

body > .navbar {
  font-size: 13px;
}

/* Change the docs' brand */
body > .navbar .brand {
  padding-right: 0;
  padding-left: 0;
  margin-left: 20px;
  float: right;
  font-weight: bold;
  color: #000;
}
body > .navbar .brand:hover {
  text-decoration: none;
  
}

/* Footer
-------------------------------------------------- */

#footer { 
  width:100%;
  padding:20px 0;
  background:#2B0007;
  border-top:0px solid #EDE9D9;
  color:#4e4e4e;
  font-family:'proxima-nova-n4','proxima-nova',sans-serif;
  font-weight:400;
  font-style:normal;
  line-height:24px;
  display:block;
  font-size: 13.6px;
}

#footer h3 {
  color:#e5e5e5;
  font-family:'freight-sans-pro-n3','freight-sans-pro',sans-serif;font-weight:300;
  font-style:normal;
  font-size:14px;
  line-height:24px;
  text-transform:uppercase;
}

#footer ul {
  margin:1em 0
}

#footer ul li { 
  font-family:'Verdana',sans-serif;
  font-weight:400;
  font-style:normal;
  font-size:14px;
  line-height:24px;
  list-style:none;
  line-height:22px;
}

#footer a:link, #footer a:visited {
  color:#CCC;
  line-height:22px;
}

#footer a:active, #footer a:hover {
  color:#FFF9BD;
  text-decoration:none;
}

#footer .copyright {
  color: #CCC;
  text-align: right;
  line-height: 1.25;
  font-size: 11px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 25px;
  float: right;
  width: 400px;
}

#footer .social-icons {
  text-align: right;
  padding-right: 0px;
}

.search-wrapper {
  margin-top: 15px;
}

#search-submit {
  top: -2px;
  right: 25px;
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  text-indent: -9999px;
  vertical-align: text-top;
  cursor: pointer;
  background-color: transparent;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: -48px 0;
  background-repeat: no-repeat;
  border: 0 none;
  opacity: 0.75;
}

#mobile-heading {
  display: none;
}

/* Sections
-------------------------------------------------- */

/* padding for in-page bookmarks and fixed navbar */
section {
  padding-top: 30px;
}
section > .page-header,
section > .lead {
  color: #5a5a5a;
}
section > ul li {
  margin-bottom: 5px;
}

/* Separators (hr) */
.bs-docs-separator {
  margin: 40px 0 39px;
}

/* Faded out hr */
hr.soften {
  height: 1px;
  margin: 70px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}

/* Jumbotrons
-------------------------------------------------- */

/* Base class
------------------------- */
.jumboold {

  background: #020031; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #CDC092 0%, #FFFFFF 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#CDC092), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg,  #CDC092 0%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg,  #CDC092 0%,#FFFFFF 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg,  #CDC092 0%,#FFFFFF 100%); /* IE10+ */
  background: linear-gradient(45deg,  #CDC092 0%,#FFFFFF 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CDC092', endColorstr='#FFFFFF',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
/*  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2); */
}


.jumbotron {
  position: relative;
  height: 100px;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
  color: #FFF;
}
.jumbotron h1 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
}
.jumbotron p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 30px;
}

.jumbotron .contact {
  background-color: #EEE;
  text-shadow: none;
  right: 0;
  text-align: left;
  line-height: 1.25;
  color: #333;
  opacity: .85;
  z-index: 50;
  overflow: hidden;
  margin-top: 10px;
}

.contact-details {
  text-align: left;
  line-height: 1.25;
  font-size: 12px;
  color: #333;
}

/* Link styles (used on .masthead-links as well) */
.jumbotron a {
  color: #fff;
  color: rgba(255,255,255,.5);
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.jumbotron a:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,.25);
}

/* Pattern overlay
------------------------- */
.jumbotron .container {
  position: relative;
}
.jumbotron:after {
  content: '';
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
 /* width: 228px; */
  margin: 20px 0 0;
  padding: 0;
  background-color: #EDE9D9;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 4px 16px;
  border: 1px solid #E6E0CA;
  color: #333333;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  color: #FFF;
  background-color: #2B0007;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}


/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {
  .bs-docs-container {
    max-width: 970px;
  }
  .bs-docs-sidenav {
  /*  width: 258px; */
  }
  .bs-docs-sidenav > li > a {
    width: 230px \9; /* Override the previous IE8-9 hack */
  }
}

/* Desktop
------------------------- */
@media (max-width: 980px) {
  /* Unfloat brand */
  body > .navbar-fixed-top .brand {
    float: left;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Inline-block quick links for more spacing */
  .quick-links li {
    display: inline-block;
    margin: 5px;
  }

  /* When affixed, space properly */
  .bs-docs-sidenav {
    top: 0;
    margin-top: 30px;
    margin-right: 0;
  }
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 980px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    margin-top: 0px; /* Offset bottom margin on .navbar */
  }
  /* Adjust sidenav width */
  .bs-docs-sidenav {
   /* width: 166px; */
    margin-top: 20px;
  }
  .bs-docs-sidenav.affix {
    top: 0;
  }
  #search-frm {
    display: none;
  }
  #fsu-logo {
    height: 65px;
  }
  .navbar-inner {
    height: 45px;
  }
}

/* Tablet
------------------------- */
@media (max-width: 728px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  .jumbotron h1 {
    font-size: 45px;
  }

  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    padding: 40px 20px;
    margin-top:   -20px; /* Offset bottom margin on .navbar */
    margin-right: -20px;
    margin-left:  -20px;
  }

  .masthead, .navbar {
    margin-right: -20px;
    margin-left:  -20px;
  }

  .masthead p,
  .masthead .btn {
    font-size: 24px;
  }
  .marketing .span4 {
    margin-bottom: 40px;
  }
  .bs-docs-social {
    margin: 0 -20px;
  }

  /* Space out the show-grid examples */
  .show-grid [class*="span"] {
    margin-bottom: 5px;
  }

  /* Sidenav */
  .bs-docs-sidenav {
    width: auto;
    margin-bottom: 20px;
  }
  .bs-docs-sidenav.affix {
    position: static;
    width: auto;
    top: 0;
  }

  /* Unfloat the back to top link in footer */
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer p {
    margin-bottom: 9px;
  }
  #search-frm {
    display: none;
  }
  #fsu-logo {
    height: 65px;
  }

  .jumbotron .contact {
    display: none;
  }

  .nav-collapse {
    padding-top: 15px; 
  }

 .nav-collapse .dropdown a {
    color: #2B0007 !important;
    font-weight: bold;
    font-size: 16px;
    padding: 5px;
  }


  .nav-collapse .dropdown-menu a {
    color: #333 !important;
    font-weight: bold;
    font-size: 16px;
    padding: 5px;
    border-bottom: 1px #666 solid;
  }

}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
  /* Remove padding above jumbotron */
  body {
    padding-top: 0;
  }

  /* Change up some type stuff */
  h2 small {
    display: block;
  }

  /* Downsize the jumbotrons */
  .jumbotron h1 {
    font-size: 45px;
  }
  .jumbotron p,
  .jumbotron .btn {
    font-size: 18px;
  }
  .jumbotron .btn {
    display: block;
    margin: 0 auto;
  }

  /* center align subhead text like the masthead */
  .subhead h1,
  .subhead p {
    text-align: center;
  }

  /* Marketing on home */
  .marketing h1 {
    font-size: 30px;
  }
  .marketing-byline {
    font-size: 18px;
  }

  /* center example sites */
  .example-sites {
    margin-left: 0;
  }
  .example-sites > li {
    float: none;
    display: block;
    max-width: 280px;
    margin: 0 auto 18px;
    text-align: center;
  }
  .example-sites .thumbnail > img {
    max-width: 270px;
  }

  /* Do our best to make tables work in narrow viewports */
  table code {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
  }

  /* Modal example */
  .modal-example .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  /* Tighten up footer */
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* Unfloat the back to top in footer to prevent odd text wrapping */
  .footer .pull-right {
    float: none;
  }

  #search-frm {
    display: none;
  }

  #fsu-logo {
    display: none;
  }

  #mobile-heading {
    display: inline;
  }

  .search-wrapper {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .search-wrapper .span3 input {
    width: 100% !important;
  }

  .jumbotron .contact {
    display: none;
  }

  .affix {
    position: static;
    width: auto !important;
    top: 0 !important;
  }


 .nav-collapse .dropdown a {
    color: #AAA !important;
    font-weight: bold;
    font-size: 16px;
    padding: 5px;
  }


  .nav-collapse .dropdown-menu a {
    color: #333 !important;
    font-weight: bold;
    font-size: 16px;
    padding: 5px;
    border-bottom: 1px #666 solid;
  }

}

