/*
*
*
Default Styles
*
*
*/
*,
*:after,
*::before {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Sorts Mill Goudy", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
  font-style: normal;
  color: #0f1219;
  background: #fafbff !important; }

a {
  color: #008AB3;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

a:focus, a:hover {
  color: #0a5372;
  text-decoration: underline;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.journal-content-article a,
.journal-content-article a:visited {
  color: #0a5372 !important; }

a[href^="tel:"] {
  color: #0a5372 !important;
  text-decoration: underline;
  text-underline-offset: 0.15em; }

a[href^="tel:"]:hover,
a[href^="tel:"]:focus {
  color: #083d54 !important; }

#article-title {
  color: #0F1219 !important; }

.journal-content-article {
  color: #42454C; }

.journal-content-article a,
.journal-content-article a:visited {
  color: #0a5372 !important;
  text-decoration: underline;
  text-underline-offset: 0.15em; }

.journal-content-article a:hover,
.journal-content-article a:focus {
  color: #083d54 !important; }

.collapsible > h3 {
  color: #0F1219 !important; }

/* WCAG: link-in-text-block */
#article-content p a,
#article-content li a,
.journal-content-article p a,
.journal-content-article li a,
#portal-content-high p a,
#portal-content-high li a,
#portal-content-mid p a,
#portal-content-mid li a {
  text-decoration: underline;
  text-underline-offset: 0.15em; }

img {
  max-width: 100%; }

/*
*
*
Text Styles
*
*
*/
.CenturyGothic {
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal; }

.CenturyGothic-Italic {
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: italic; }

.CenturyGothic-Bold {
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal; }

.CenturyGothic-BoldItalic {
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: italic; }

h1, h2, h3, h4, h5 {
  font-family: "Muli", Helvetica, Arial, sans-serif !important;
  font-weight: 100 !important;
  font-style: normal !important; }

button, input, select, textarea {
  font-family: 'Muli', Helvetica, Arial, sans-serif !important;
  font-weight: normal;
  font-style: normal; }

/*h2{    wasn't included in DE's code
        font-size: 30px;
        color: #E1984E;
        line-height: 41px;
 }*/
 /*p{    wasn't included in DE's code
            font-family: "Sorts Mill Goudy",Georgia, Times, "Times New Roman", serif !important;
           font-style: normal;
           font-weight: 400;
           font-size: 18px;
           color: #42454C;
           letter-spacing: 0px;
           line-height: 30px;
           margin: 0 0 25px 0;
}*/
/*
*
*
Color Styles
*
*
*/
.yellow {
  color: #fecf33; }

.orange {
  color: #E1984E; }

#museumStatus {
  color: #a8631d !important; }

.peach {
  color: #ee6723; }

.gray-light {
  color: #6b6e75; }

.gray-dark {
  color: #5C5F66; }

.blue-light {
  color: #fafbff; }

.blue-regular {
  color: #00B0D9; }

.bg-yellow {
  background: #fecf33; }

.bg-orange {
  background: #E1984E; }

.bg-peach {
  background: #ee6723; }

.bg-gray-superlight {
  background: #e8ebf2; }

.bg-gray-light {
  background: #8f9299; }

.bg-gray-dark {
  background: #5C5F66; }

.bg-blue-light {
  background: #fafbff; }

.bg-blue-regular {
  /*height: 270px;*/
  background: #00B0D9; }

.bg-blue-dark {
  background: #008AB3; }

/*
*
*
Button Styles
*
*
*/
.aui .btn {
  font-family: "Muli", Helvetica, Arial, sans-serif !important;
  padding: 18px 18px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: auto;
  text-shadow: none;
  background-image: none;
  border: none;
  border-bottom-color: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
  -webkit-transition: background-color .7s ease;
  -moz-transition: background-color .7s ease;
  -o-transition: background-color .7s ease;
  transition: background-color .7s ease; }

.aui .btn-primary {
  color: #FAFAFA;
  background-color: #007a99;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 16px 48px;
  font-size: 16px; }

.btn-override {
  font-family: "Muli", Helvetica, Arial, sans-serif !important;
  padding: 18px 18px;
  margin-bottom: 0;
  font-size: 16px !important;
  line-height: auto;
  text-shadow: none;
  background-image: none;
  border: none;
  border-bottom-color: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
  -webkit-transition: background-color .7s ease;
  -moz-transition: background-color .7s ease;
  -o-transition: background-color .7s ease;
  transition: background-color .7s ease; }

.btn-twitter {
  color: #E8EBF2;
  background-color: #00ACED;
  -webkit-transition: background-color .7s ease;
  -moz-transition: background-color .7s ease;
  -o-transition: background-color .7s ease;
  transition: background-color .7s ease; }

.btn-primary-override {
  /* was btn-primary */
  color: #FAFAFA !important;
  background-color: #007a99;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  border-radius: 100px !important;
  padding: 16px 48px;
  font-size: 16px;
  font-family: "Muli", Helvetica, Arial, sans-serif !important; }

.btn-primary-override.active, .btn-primary-override.disabled, .btn-primary-override:active, .btn-primary-override:focus, .btn-primary-override:hover, .btn-primary-override[disabled] {
  color: #FAFAFA;
  background-color: #006B85;
  text-decoration: none !important;
  border: none;
  border-bottom: none; }

.btn-twitter:hover {
  color: #E8EBF2;
  background-color: #0099D3;
  -webkit-transition: background-color .7s ease;
  -moz-transition: background-color .7s ease;
  -o-transition: background-color .7s ease;
  transition: background-color .7s ease; }

.btn-facebook {
  color: #E8EBF2;
  background-color: #3B5998;
  -webkit-transition: background-color .7s ease;
  -moz-transition: background-color .7s ease;
  -o-transition: background-color .7s ease;
  transition: background-color .7s ease;
  margin-left: 20px; }

.btn-facebook:hover {
  color: #E8EBF2;
  background-color: #2D4982;
  -webkit-transition: background-color .7s ease;
  -moz-transition: background-color .7s ease;
  -o-transition: background-color .7s ease;
  transition: background-color .7s ease; }

.btn-newsletter {
  color: white !important;
  background-color: #007a99;
  border-bottom-color: none;
  -webkit-transition: background-color .7s ease;
  -moz-transition: background-color .7s ease;
  -o-transition: background-color .7s ease;
  transition: background-color .7s ease;
  border-radius: 100px;
  /* padding: 16px 40px;*/
  font-size: 14px; }

.btn-newsletter:hover {
  color: #FFF;
  background-color: #006b85;
  border-bottom: hidden !important;
  border-bottom-color: none;
  text-decoration: none;
  -webkit-transition: background-color .7s ease;
  -moz-transition: background-color .7s ease;
  -o-transition: background-color .7s ease;
  transition: background-color .7s ease; }

.btn-newsletter img {
  width: 24px !important;
  margin: -2px 0 0 10px; }

#article-content .btn-twitter img, #article-content .btn-facebook img {
  height: 20px;
  margin: 0 10px 0 0;
  vertical-align: middle; }

/*
*
*
Element Styles
*
*
*/
hr {
  margin: 47px 0;
  border: 0;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  border-bottom: none; }

.badge, .label {
  color: #FAFAFA;
  background-color: #8F9299;
  padding: 9px 35px;
  margin: 0 25px 20px 0;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  text-shadow: none;
  transition: background-color .7s ease; }

.badge:hover, .label:hover {
  background-color: #75767A;
  transition: background-color .7s ease; }

/*
*
*
Header Styles
*
*
*/
#logo {
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-size: 30px;
  color: #42454C;
  letter-spacing: -0.63px;
  display: inline-block;
  margin-top: 17px;
  line-height: 1em; }

#header-top {
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 15px 15px 6px 0;
  background: #FAFAFA;
  border-bottom: solid 1px #eaeaea; }

#header-top .span12 {
  text-align: right; }

#header-top .orange {
  margin-left: 7px;
  display: inline-block; }

#header-top .btn-group .btn {
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  background: #FAFAFA;
  color: #5C5F66;
  border: 1px solid #B5AFAD;
  border-radius: 100px;
  padding: 0 20px;
  margin: 0 38px 0 10px; }

#header-top .btn-group .btn .chevron {
  margin: -2px 0 0 6px;
  display: inline-block; }

#header-top .dropdown-menu {
  font-size: 12px;
  min-width: 100px;
  background: #FAFAFA;
  background-image: none;
  color: #5C5F66;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin: 2px 0 0 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

#header-top .dropdown-menu li {
  text-align: right;
  font-weight: normal;
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  padding: 2px 10px;
  margin: 0;
  border-bottom: solid 1px #efefef; }

#header-top .dropdown-menu li hr {
  margin: 0; }

#header-top div.links {
  color: #5C5F66;
  display: inline-block; }

#header-top div.links a:link, #header-top div.links a:visited {
  color: #5C5F66;
  text-decoration: underline;
  border-right: 1px solid #bfc1c3;
  padding-right: 9px;
  margin-right: 5px; }

#header-top div.links a:last-child {
  border: none;
  margin: 0;
  padding: 0; }

#header-top div.links a:hover, #header-top div.links a:active {
  color: #00B0D9; }

#header-mobile {
  position: relative; }

#header-bottom {
  background: #ffffff;
  position: relative;
  width: 100%; }

#header-bottom .navbar {
  margin-bottom: 0; }

#header-bottom .navbar-inner {
  background: #FFFFFF;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none; }

#header-bottom .navbar .nav > li > a {
  padding: 32px 12px;
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #5C5F66;
  text-shadow: none; }

#header-bottom .navbar .nav > li > a.selected {
  background: #FAFAFA; }

#header-bottom .navbar .divider-vertical {
  padding: 32px 0px 34px 10px;
  height: auto;
  margin: 0;
  border-left: 1px solid #f2f2f2;
  border-right: none; }

#header-bottom .dropdown-menu {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  min-width: 200px;
  z-index: 2000; }

.navbar .nav {
  margin: 0; }

.navbar .nav > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu:before {
  display: none; }

.navbar .nav > li > a {
  border-bottom: solid 4px #FFFFFF;
  /*-webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;*/ }

#header-bottom .navbar .nav > li > a:focus, #header-bottom .navbar .nav > li > a:hover, #header-bottom .navbar .nav li.dropdown.active > .dropdown-toggle, #header-bottom .navbar .nav li.dropdown.open.active > .dropdown-toggle, #header-bottom .navbar .nav li.dropdown.open > .dropdown-toggle {
  background-color: #FAFAFA;
  color: #0F1219;
  border-bottom: solid 4px #008AB3; }

#header-bottom .dropdown-menu > li > a:focus, #header-bottom .dropdown-menu > li > a:hover, #header-bottom .dropdown-submenu:focus > a, #header-bottom .dropdown-submenu:hover > a {
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 178, 217, 0.75);
  background-image: none;
  filter: none; }

#header-bottom .dropdown-menu > li > a {
  margin-top: -4px;
  /*new */
  display: block;
  padding: 20px 10px 20px 24px;
  /*changed right for word-wrap and spacing per FDR */
  text-align: left;
  clear: both;
  font-weight: 400;
  line-height: 20px;
  color: #888;
  white-space: pre-line;
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  /*    word-wrap: break-word;  Internet Explorer 5.5+
      hyphens: auto;
      -ms-hyphens: auto;*/ }

.navbar .nav li > a {
  word-wrap: initial !important;
  word-break: initial !important; }

.search-box {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  display: inline-block;
  max-height: 88px;
  padding: 0px 15px;
  cursor: pointer;
  border: none; }

.form-search > .span12 {
  width: 100% !important; }

#container-search .search-box {
  border-left: 1px solid #888;
  border-right: 1px solid #888; }

#container-search {
  display: none;
  position: absolute;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px; }

#container-search .close-icon {
  width: 24px;
  /* margin: 30px; */ }

.search-query:-moz-placeholder {
  color: #b6b9c0; }

.search-query:-ms-input-placeholder {
  color: #b6b9c0; }

.search-query::-webkit-input-placeholder {
  color: #b6b9c0; }

#container-search .form-search .btn-search {
  height: 88px;
  display: inline-block;
  width: auto;
  margin: 0;
  background: #8f9299;
  color: #fafafa !important;
  border-left: solid 1px #888;
  border-right: solid 1px #888; }

#container-search .form-search input {
  border: 0;
  border-radius: 0;
  height: 88px;
  line-height: 40px;
  font-size: 40px;
  padding: 0 24px;
  margin: 0;
  display: inline-block;
  width: 80%;
  background: #8f9299;
  color: #FAFAFA; }

#nav-box {
  background: none;
  border: none; }

#nav-box img {
  width: 24px;
  margin: 24px; }

#menu-mobile {
  display: none; }

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 64px;
  height: 64px;
  font-size: 0;
  /*text-indent: -9999px;*/
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s; }

.c-hamburger strong {
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  margin-top: 40px;
  color: #8F9299; }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 32px;
  left: 16px;
  right: 16px;
  height: 4px;
  background: #5C5F66; }

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #5C5F66;
  content: ""; }

.c-hamburger span::before {
  top: -8px; }

.c-hamburger span::after {
  bottom: -8px; }

.c-hamburger--htx {
  background: #fff; }

.c-hamburger--htx span {
  transition: background 0s 0.3s; }

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s; }

.c-hamburger--htx span::before {
  transition-property: top, transform; }

.c-hamburger--htx span::after {
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #fff; }

.c-hamburger--htx.is-active span {
  background: none; }

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg); }

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg); }

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s; }

.headroom--pinned {
  display: block; }

.headroom--unpinned {
  display: none; }

.headroom {
  will-change: transform; }

.headroom--pinned {
  transform: translateY(0%);
  top: 0; }

.headroom--unpinned {
  transform: translateY(-100%); }

.headroom--top {
  top: auto; }

/*
*
*
Footer Styles
*
*
*/
#footer-top {
  width: 100%;
  margin-top: -48px;
  padding-top: 144px;
  padding-bottom: 104px; }

#footer-top .container {
  border: 1px solid #dadce2; }

#footer-top #col-logo {
  padding-top: 64px;
  padding-bottom: 48px; }

#footer-top #col-logo img {
  height: 152px;
  display: block;
  margin: 0 auto; }

#footer-top #col-mission {
  padding: 80px 64px;
  border-right: 1px solid #dadce2;
  border-left: 1px solid #dadce2; }

#footer-top #col-address {
  padding: 56px 56px 20px; }

#footer-top #col-nav {
  padding: 48px 0;
  border-right: 1px solid #dadce2; }

#footer-top #col-social {
  padding: 44px 0;
  border-right: 1px solid #dadce2;
  margin-left: -44px; }

#footer-top #col-newsletter {
  padding-top: 32px;
  margin-left: -35px; }

#footer-top #col-social a {
  width: 24px;
  display: inline-block;
  margin-right: 16px; }

#footer-top #col-social a:last-child {
  margin-right: 0; }

#footer-top h3 {
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #42454c;
  padding: 0;
  margin: 0; }

#footer-top p, #footer-top #col-address address {
  font-family: "Sorts Mill Goudy",Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  line-height: 2em;
  color: #666970; }

#footer-bottom {
  padding: 72px 0;
  margin: 0;
  font-size: 14px;
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  background: #d8dbe2;
  color: #5C5F66; }

#footer-bottom a {
  color: #0a5372; }

#footer-bottom ul, #footer-top #col-address ul, #footer-top #col-nav ul {
  list-style: none;
  padding: 0;
  margin: 0; }

#footer-bottom ul li {
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #5C5F66;
  display: inline-block; }

#footer-top #col-address ul li, #footer-top #col-nav ul li {
  padding-right: 12px;
  margin-right: 8px;
  border-right: 1px solid #6b6e75;
  display: inline-block;
  font-size: 14px; }

#footer-top #col-address ul li a, #footer-top #col-nav ul li a {
  color: #42454c;
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  text-decoration: underline;
  font-weight: bold; }

#footer-bottom ul li:last-child, #footer-top #col-address ul li:last-child, #footer-top #col-nav ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none; }

/*
*
*
Homepage Styles
*
*
*/
#homepage-header {
  padding-top: 70px;
  min-height: 240px;
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.22); }

#homepage-subheader {
  min-height: 52px; }

#homepage-content-featured {
  margin-top: -220px;
  /* was 220px */
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(65, 69, 76, 0.14);
  /*width:1095px*/ }

#homepage-content-featured .featured {
  background: url(../fpo_speech_papers.html) no-repeat;
  background-size: cover;
  color: #fafafa !important;
  padding: 48px; }

#homepage-content-featured .featured h1 {
  font-size: 64px;
  line-height: 80px;
  max-width: 600px;
  margin: 0 0 32px 0;
  padding: 0; }

#homepage-content-featured .featured p {
  font-size: 24px;
  color: #fafafa !important;
  line-height: 40px;
  margin: 0 0 48px 0;
  padding: 0;
  max-width: 800px; }

#homepage-content, #homepage-content-research, #homepage-content-visit, #homepage-content-social {
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(65, 69, 76, 0.14);
  /*width: 1095px;*/ }

#homepage-content h2, #homepage-content-research h2, #homepage-content-visit h2, #homepage-content-social h2 {
  font-size: 48px;
  color: #FAFAFA;
  line-height: 64px;
  padding: 40px;
  margin: 0;
  min-height: 280px;
  background-size: cover; }

#homepage-content-research h2 {
  background: url(../png/icon_research_background.png) no-repeat; }

#homepage-content-visit h2 {
  background: url(../png/icon_visit_background.png) no-repeat; }

#homepage-content-social h2 {
  background: url(../png/icon_social_background.png) no-repeat; }

#homepage-content .span8 p, #homepage-content-research .span8 p, #homepage-content-visit .span8 p, #homepage-content-social .span8 p {
  font-family: "Sorts Mill Goudy",Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  font-size: 25px;
  line-height: 32px;
  color: #42454C; }

#homepage-content .span8 .padding-large, #homepage-content-research .span8 .padding-large, #homepage-content-visit .span8 .padding-large, #homepage-content-social .span8 .padding-large {
  padding: 64px 80px 0 40px; }

#homepage-content .box-one, #homepage-content-research .box-one, #homepage-content-visit .box-one, #homepage-content-social .box-one, #homepage-content .box-two, #homepage-content-research .box-two, #homepage-content-visit .box-two, #homepage-content-social .box-two, #homepage-content .box-three, #homepage-content-research .box-three, #homepage-content-visit .box-three, #homepage-content-social .box-three {
  position: relative;
  min-height: 432px;
  color: #fafafa;
  margin: 56px 0 0 0;
  display: block;
  background-size: cover;
  overflow: hidden; }

#homepage-content .box-content,
#homepage-content-research .box-content,
#homepage-content-visit .box-content {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  top: 340px;
  left: 0;
  transition: all 0.3s ease-in-out; }

#homepage-content .box-three,
#homepage-content-research .box-three,
#homepage-content-visit .box-three,
#homepage-content-social .box-three {
  height: auto; }

#homepage-content .box-one:hover .box-content,
#homepage-content-research .box-one:hover .box-content,
#homepage-content-visit .box-one:hover .box-content,
#homepage-content-social .box-one:hover .box-content,
#homepage-content .box-two:hover .box-content,
#homepage-content-research .box-two:hover .box-content,
#homepage-content-visit .box-two:hover .box-content,
#homepage-content-social .box-two:hover .box-content {
  opacity: 0; }

#homepage-content .box-one:hover .box-content,
#homepage-content-research .box-one:hover .box-content,
#homepage-content-visit .box-one:hover .box-content,
#homepage-content-social .box-one:hover .box-content,
#homepage-content .box-two:hover .box-content,
#homepage-content-research .box-two:hover .box-content,
#homepage-content-visit .box-two:hover .box-content,
#homepage-content-social .box-two:hover .box-content {
  top: 200px;
  left: 0;
  transition: all 0.3s ease-in-out; }

#homepage-content .box-one:hover .box-content,
#homepage-content-research .box-one:hover .box-content,
#homepage-content-visit .box-one:hover .box-content,
#homepage-content-social .box-one:hover .box-content,
#homepage-content .box-two:hover .box-content,
#homepage-content-research .box-two:hover .box-content,
#homepage-content-visit .box-two:hover .box-content,
#homepage-content-social .box-two:hover .box-content {
  opacity: 1; }

#homepage-content-research .box-content {
  background: rgba(212, 144, 78, 0.92);
  transition: all .3s ease-in-out; }

#homepage-content-visit .box-content {
  background: rgba(59, 165, 208, 0.92);
  transition: all .3s ease-in-out; }

#homepage-content-social .box-content {
  display: block;
  padding: 32px; }

#homepage-content-social .box-two .btn-default {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(212, 144, 78, 0.5);
  padding: 32px 0;
  margin: 0;
  left: 0;
  font-size: 32px;
  line-height: 32px;
  color: #A1580E;
  transition: all .3s ease; }

#homepage-content-social .box-two .btn-default:hover {
  background: #d4904e;
  transition: all .3s ease-in-out; }

#homepage-content-social .box-three .box-content {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #3BA5D0;
  padding: 0; }

#homepage-content-social .box-three .box-content a:hover {
  text-decoration: none; }

#homepage-content-visit .box-content hr, #homepage-content-research .box-content hr {
  width: 200px;
  border-top: 1px solid #fafafa;
  margin: 0 auto 32px auto; }

#homepage-content-visit .box-content p, #homepage-content-research .box-content p {
  padding: 0 40px 40px 40px; }

#homepage-content .box-one h3, #homepage-content-research .box-one h3, #homepage-content-visit .box-one h3, #homepage-content-social .box-one h3, #homepage-content .box-two h3, #homepage-content-research .box-two h3, #homepage-content-visit .box-two h3, #homepage-content-social .box-two h3, #homepage-content .box-three h3, #homepage-content-research .box-three h3, #homepage-content-visit .box-three h3, #homepage-content-social .box-three h3 {
  color: #fafafa;
  font-size: 32px;
  line-height: 32px;
  padding: 32px 0;
  margin: 0; }

#homepage-content-research .box-one {
  background: url(../fpo_background_research1.html) no-repeat;
  background-size: cover; }

#homepage-content-research .box-two {
  background: url(../fpo_background_research2.html) no-repeat;
  background-size: cover; }

#homepage-content-research .box-three {
  background: #E29D59;
  background-size: cover; }

#homepage-content-visit .box-one {
  background: url(../fpo_background_visit1.html) no-repeat;
  background-size: cover; }

#homepage-content-visit .box-two {
  background: url(../fpo_background_visit2.html) no-repeat;
  background-size: cover; }

#homepage-content-visit .box-three {
  background: #0DBDE6;
  background-size: cover; }

#homepage-content-social .box-one {
  background: url(../png/icon_twitter_background.png) no-repeat;
  background-size: cover; }

#homepage-content-social .box-two {
  background: url(../png/icon_newsletter_background.png) no-repeat;
  background-size: cover; }

#homepage-content-social .box-three {
  background: #0DBDE6;
  background-size: cover; }

#homepage-content-research .box-three img, #homepage-content-visit .box-three img {
  display: block;
  padding: 160px 0 0 0;
  margin: 0 auto;
  width: 32px;
  text-align: center; }

#homepage-content-social .box-three img {
  display: block;
  padding: 23px 0;
  margin: 0 auto;
  width: 48px;
  text-align: center; }

#homepage-content-social .box-three > ul {
  list-style: none;
  padding: 0;
  margin: 0; }

#homepage-content-social .box-three li {
  border-bottom: 2px solid #3BA5D0;
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: .8;
  transition: all .3s ease-in-out; }

#homepage-content-social .box-three li:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#homepage-content-social .box-three .box-content {
  opacity: .8;
  transition: all .3s ease-in-out; }

#homepage-content-social .box-three .box-content:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#homepage-content-research a.box-three, #homepage-content-visit a.box-three {
  opacity: 0.8; }

#homepage-content-research a.box-three:hover, #homepage-content-visit a.box-three:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#homepage-content-social input[type=text], #homepage-content-social input[type=email] {
  background: #FFFFC1;
  border: 2px solid #FFBE74;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #A1580E;
  padding: 16px;
  width: 100%; }

#homepage-content-social input[type=text] {
  margin-bottom: 32px; }

#homepage-content-social label {
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #A1580E;
  padding-left: 18px; }

ul#homepage-scrollspy {
  list-style: none;
  width: 264px;
  background: #EEA55B;
  padding: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 280px;
  z-index: 1000; }

ul#homepage-scrollspy li {
  margin: 0;
  padding: 0; }

#homepage-side-header {
  content: url("../svg/icon_scrollspy_header.svg"); }

#homepage-side-research {
  content: url("../svg/icon_scrollspy_research.svg"); }

#homepage-side-visit {
  content: url("../svg/icon_scrollspy_visiting.svg"); }

#homepage-side-social {
  content: url("../png/icon_scrollspy_social.png"); }

/* for Firefox browser to display icons */
#homepage-side-header:after {
  content: url("../svg/icon_scrollspy_header.svg"); }

#homepage-side-research:after {
  content: url("../svg/icon_scrollspy_research.svg"); }

#homepage-side-visit:after {
  content: url("../svg/icon_scrollspy_visiting.svg"); }

#homepage-side-social:after {
  content: url("../png/icon_scrollspy_social.png"); }

/*   Testing image paths from CSS
ul#homepage-scrollspy li img {
    content: url("../images/icons/icon_scrollspy_header.svg");
}*/
ul#homepage-scrollspy li a, ul#homepage-scrollspy li a:visited, ul#homepage-scrollspy li a:hover, ul#homepage-scrollspy li a:active {
  border-bottom: 1px solid #D48B41;
  margin: 0;
  padding: 16px;
  opacity: 1;
  font-family: 'Muli';
  font-weight: bold;
  font-size: 12px;
  color: #883F00;
  background: none;
  min-height: 73px; }

ul#homepage-scrollspy li:last-child a {
  border-bottom: none; }

ul#homepage-scrollspy li.active, ul#homepage-scrollspy li:hover {
  background: #D48B41; }

ul#homepage-nav li a img {
  margin-right: 10px !important; }

ul#homepage-scrollspy li.header, ul#homepage-scrollspy li.header:hover {
  margin: 0;
  padding: 16px;
  opacity: 0.64;
  font-family: 'Muli';
  font-weight: bold;
  background: #E1984E;
  font-size: 16px; }

ul#homepage-scrollspy li.header {
  color: #A1580E; }

ul#homepage-scrollspy li.header div {
  margin-right: 10px; }

a.twitter_link {
  display: block;
  font-size: 36px;
  color: #1C1F26;
  line-height: 40px;
  margin: 64px 0 18px 0; }

.twitter_text {
  font-family: "Sorts Mill Goudy",Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  color: #FAFAFA;
  letter-spacing: 0px;
  line-height: 30px; }

.twitter_date {
  display: block;
  margin: 48px 0 0 0;
  font-size: 14px;
  text-align: right; }

/*
*
*
Article Styles / Consumption template
*
*
*/
#article-header, #portal-header {
  padding-top: 70px;
  min-height: 240px;
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.22); }

#article-header h1, #portal-header h1 {
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-size: 3.2em;
  /*was 48px */
  color: #FAFAFA;
  line-height: 55px;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1); }

#article-subheader, #portal-subheader {
  min-height: 52px; }

#article-subheader ul, #portal-subheader ul {
  list-style: none;
  padding: 15px 0 0 0;
  /* was padding: 0; */
  margin: 0; }

#article-subheader ul li, #portal-subheader ul li {
  opacity: 1;
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  line-height: 11px;
  display: inline-block;
  max-width: 70px;
  /* was 90px */
  vertical-align: top;
  margin: 0;
  padding: 0 3px 15px 0;
  /* was padding: 15px 0; */
  text-align: left; }

#article-subheader ul li a, #portal-subheader ul li a {
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-weight: bold;
  opacity: 1;
  color: #FFFFFF; }

#article-author {
  background: #E8EBF2;
  border: 1px solid #D8D8D8 inset;
  /*margin: 40px -29px 0 58px;*/
  /*margin: 40px -29px 0 50px; as of 5/6/16*/
  padding-top: 35px;
  padding-bottom: 35px;
  	   /* width: 270px;                    This wasn't included in the updated code 5/6/16
          float: right; */ }

#article-author .img-circle {
  width: 120px;
  border: 5px solid #B5AFAD;
  margin-bottom: 12px; }

#article-author hr {
  margin: 20px auto;
  border: 0;
  border-top: 1px solid #d8dbe0;
  border-bottom: none;
  width: 60%; }

#article-author strong {
  font-weight: 700;
  font-family: 'Muli', Helvetica, Arial, sans-serif; }

#article-related {
  background: #E8EBF2;
  border: 1px solid #D8D8D8 inset;
  margin: 100px -48px 0 50px;
  /* was margin: 100px -29px 0 50px; */
  padding: 30px 16px 30px 30px;
  /* padding: 30px 0 30px 30px;  */ }

#article-related h3 {
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #0F1219;
  margin: 0 0 24px;
  line-height: 24px; }

#article-related ul {
  list-style: none;
  padding: 0;
  margin: 0; }

#article-related ul li {
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #5C5F66;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: solid 1px rgba(151, 151, 151, 0.2); }

#article-content, #portal-content-high, #portal-content-mid {
  background: #FFFFFF;
  box-shadow: 0px 1px 3px 0px rgba(65, 69, 76, 0.14);
  margin-top: -220px !important; }

#article-content h2 {
  font-size: 30px;
  color: #a8631d;
  line-height: 41px;
  font-weight: 600; }

#article-content h3 {
  font-size: 24px;
  color: #0F1219;
  margin-top: 0;
  padding-top: 0;
  line-height: normal; }

#article-content p {
  font-family: "Sorts Mill Goudy", Georgia, Times, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  /* was 20px - testing */
  color: #42454C;
  letter-spacing: 0px;
  line-height: 30px;
  /* was 40px - testing */
  margin: 0 0 25px 0; }

#article-content ul li, #article-content ol li {
  font-family: "Sorts Mill Goudy", Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  color: #5C5F66;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0; }

#article-content img {
  margin: 50px 0; }

#article-content img.nomargin {
  margin: 0; }

#article-content img.featured {
  margin: 0 0 50px 0; }

.sources-primary {
  background: #e1984e;
  color: #A1580E;
  padding: 25px 30px;
  width: 48%;
  float: left; }

.sources-secondary {
  background: #00B0D9;
  color: #005780;
  padding: 25px 30px;
  width: 48%;
  float: right; }

.sources-primary strong, .sources-secondary strong {
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-weight: bold; }

.sources-primary h3, #article-content .sources-primary h3 {
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #A1580E;
  letter-spacing: 0px;
  font-weight: bold; }

.sources-secondary h3, #article-content .sources-secondary h3 {
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #005780;
  letter-spacing: 0px;
  font-weight: bold; }

.sources-primary ul, .sources-secondary ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.sources-primary ul li {
  border-bottom: solid 1px #A1580E;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.sources-secondary ul li {
  border-bottom: solid 1px #005780;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.sources-primary ul li:last-child, .sources-secondary ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; }

.article-padding, .padding-large {
  padding: 40px; }

/*
*
*
High Portal Styles
*
*
*/
#portal-content-high {
  margin-top: -217px; }

#portal-content-high .box {
  position: relative;
  overflow: hidden;
  color: #fafafa;
  margin: 0;
  display: block;
  background-size: cover;
  min-height: 384px; }

#portal-content-high .span3 .box {
  min-height: 240px; }

#portal-content-high .box h3 {
  color: #fafafa;
  font-size: 28px;
  line-height: 32px;
  padding: 28px;
  margin: 0;
  background: rgba(212, 144, 78, 0.92);
  min-height: 120px; }

#portal-content-high .span3 .box h3 {
  font-size: 20px;
  line-height: 24px; }

#portal-content-high .span4 .box-content {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(212, 144, 78, 0.92);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  top: 264px;
  left: 0;
  transition: all 0.3s ease-out; }

#portal-content-high .span4 .box:hover .box-content {
  opacity: 0; }

#portal-content-high .span4 .box:hover .box-content {
  top: 116px;
  left: 0;
  transition: all 0.3s ease-out; }

#portal-content-high .span4 .box:hover .box-content {
  opacity: 1; }

#portal-content-high .span3 .box-content {
  text-align: center;
  position: absolute;
  bottom: 0;
  background: rgba(212, 144, 78, 0.92);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  top: 140px;
  left: 0;
  transition: all 0.3s ease-out; }

#portal-content-high .span3 .box:hover .box-content {
  top: 16px;
  left: 0;
  transition: all 0.3s ease-out; }

#portal-content-high .box hr {
  width: 200px;
  border-top: 1px solid #fafafa;
  margin: 0 auto 32px auto; }

#portal-content-high p {
  padding: 0 40px 40px 40px; }

#portal-content-high .row .span4 {
  margin-top: 40px; }

#portal-content-high .row .span3 {
  margin-top: 40px;
  margin-bottom: 40px; }

#portal-content-high .row .span4:first-child {
  margin-left: 100px !important; }

#portal-nav, .portlet-navigation {
  background: #E8EBF2;
  border-top: 1px solid rgba(151, 151, 151, 0.2);
  border-left: 1px solid rgba(151, 151, 151, 0.2);
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
  margin: 32px 0 0 0;
  padding: 32px 0 32px 32px;
  width: 288px; }

#portal-nav h3, .portlet-navigation h3 {
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #0F1219;
  margin: 0 0 24px 0;
  padding: 0 0 16px 0;
  border-bottom: solid 1px rgba(151, 151, 151, 0.2); }

#portal-nav ul, .portlet-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left; }

#portal-nav ul li, .portlet-navigation ul li {
  font-family: 'Muli', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #5C5F66;
  padding: 0 32px 10px 0;
  margin: 0 0 24px 0;
  border-bottom: solid 1px rgba(151, 151, 151, 0.2); }

#portal-nav ul li a, .portlet-navigation ul li a {
  color: #5C5F66; }

#portal-nav ul li ul li, .portlet-navigation ul li ul li {
  color: #8F9299;
  padding: 10px 32px 0 18px;
  margin: 24px -32px 0 0;
  border-top: solid 1px rgba(151, 151, 151, 0.2);
  border-bottom: none; }

#portal-nav ul li ul li a, .portlet-navigation ul li ul li a {
  color: #5C5F66; }

#portal-nav small, .portlet-navigation small {
  color: #8F9299;
  font-size: 10px; }

#portal-nav .nav-parent, .portlet-navigation .nav-parent {
  display: block; }

/* not sure what this is used for commented for use. It makes the dropdown arrow of home inverted */
/*.chevron::before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 8px;
    width: 8px;
    left: 0.15em;
    position: relative;
    top: 0.15em;
    transform: rotate(-45deg);
    vertical-align: top;
    margin: 3px 0 0 0;
}
*/
.chevron.right:before {
  left: 0;
  transform: rotate(45deg); }

.chevron.bottom:before {
  top: 0;
  transform: rotate(135deg); }

.chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg); }

/*
*
*
Mid Portal Styles
*
*
*/
#portal-content-mid .box {
  padding: 40px; }

#portal-content-mid .box div.img {
  height: 224px; }

#portal-content-mid .box h3 {
  font-family: "Muli";
  font-size: 32px;
  color: #A8631D;
  line-height: 32px;
  padding: 0;
  margin: 0; }

#portal-content-mid .box p {
  font-family: "goudy-old-style", Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  line-height: 30px;
  padding: 8px 0; }

#portal-content-mid hr {
  /*margin: 40px;*/ }

#portal-content-mid .box:last-child {
  padding-bottom: 40px; }

.grow {
  transition: all .2s ease-in-out; }

.grow:hover {
  transform: scale(1.05); }

.caption {
  margin: 40px 0; }

.caption a.pdf {
  position: relative;
  display: block; }

.caption a.pdf img {
  width: 100%;
  vertical-align: top;
  margin: 0 !important; }

.caption a.pdf:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../png/view_resource.png);
  background-size: cover;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s; }

.caption a.pdf:hover:after {
  opacity: 1; }

.caption span {
  display: block;
  margin: 0 0 15px 0 !important;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #0F1219;
  line-height: 22px; }

/* Changes */
.breadcrumb {
  background-color: #007fa6 !important; }

.breadcrumb > li > a {
  color: #fff !important; }

.breadcrumb > li {
  text-shadow: none !important; }

#p_p_id_56_INSTANCE_1234_ {
  display: inline-block; }

#_145_navAccountControls > li > a, #_145_navAddControls > li > a {
  border-bottom: none; }

.navbar .nav > li > .dropdown-menu:after {
  border: none;
  border-bottom: none; }

.aui .navbar .nav > li > .dropdown-menu:after {
  border: none;
  border-bottom: none; }

.navbar .nav > li > .dropdown-menu:before {
  border: none;
  border-bottom: none; }

.aui .navbar .nav > li > .dropdown-menu:before {
  border: none;
  border-bottom: none; }

/* Logo Link */
#logo a:link {
  text-decoration: none;
  color: inherit; }

#logo a:visited {
  text-decoration: none;
  color: inherit; }

#logo a:hover {
  text-decoration: none; }

#logo a:active {
  text-decoration: none;
  color: inherit; }

ul .dropdown-menu {
  width: 100%; }

#breadcrumb span:last-child {
  display: none; }

#ctct_signup p {
  padding-left: 15px;
  font-size: 24px; }

.icon-cog {
  content: url("../png/icon-cog.png") !important;
  height: 15px  !important; }

.journal-article-body-content {
  margin-left: 1em; }

#portal-content-high {
  margin-left: 336px; }

#betaTag {
  /*width: 190px;*/
  padding: 10px;
  margin: 0;
  position: absolute;
  left: 18px;
  top: 0px;
  z-index: 2000;
  text-align: center;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  cursor: pointer;
  box-shadow: none;
  border-radius: 0px;
  background-color: #EEA55B; }

#betaTag:hover {
  background-color: #E1984E; }

.btnn {
  position: absolute;
  float: right;
  border-color: #E8EBF2;
  background-color: #E8EBF2;
  border: none;
  height: 0.45em;
  width: 0.45em;
  z-index: 90;
  display: inline-block !important;
  outline: none !important;
  right: 10%;
  top: 0; }

.btnn2 {
  position: absolute;
  float: right;
  border-color: #E8EBF2;
  background-color: #E8EBF2;
  border: none;
  height: 0.45em;
  width: 0.45em;
  z-index: 90;
  display: inline-block !important;
  outline: none !important;
  right: 10%;
  top: 10px; }

.nav-menu li {
  position: relative; }

.level-1 li a {
  display: inline-block;
  padding-right: 5px; }

.chevrondrop::before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0;
  transform: rotate(45deg);
  position: relative;
  vertical-align: top;
  width: 0.45em; }

.chevron-down {
  right: 0;
  transform: rotate(90deg);
  border-width: 0 0 0 0;
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: top; }

#homepage-content-social a.twitter_link:link {
  color: white; }

#homepage-content-social a.twitter_link:hover {
  color: #c7c7c7;
  text-decoration: none; }

/* Header adjustments for new logo */
.visible-desktop .span9 {
  margin-left: 0 !important; }

.visible-desktop .logo img {
  /* max-width: 380px; */
  width: 100%; }

#header-mobile #logo {
  max-width: 50%; }

#container-search .form-search input::-webkit-input-placeholder {
  /* Chrome */
  color: #fafafa; }

#container-search .form-search input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fafafa; }

#container-search .form-search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fafafa;
  opacity: 1; }

#container-search .form-search input:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #fafafa;
  opacity: 1; }

/* End */