/*******************/
/* Fonts           */
/*******************/



@font-face{font-family:"Source Sans Pro";
font-style:normal;
font-weight:300;
src:url(../font/source-sans-pro/fonts/sourcesanspro-light-webfont.eot#iefix) format("embedded-opentype"),url(../font/source-sans-pro/fonts/sourcesanspro-light-webfont.woff2) format("woff2"),url(../font/source-sans-pro/fonts/sourcesanspro-light-webfont.woff) format("woff"),url(../font/source-sans-pro/fonts/sourcesanspro-light-webfont.ttf) format("truetype");
}
@font-face{font-family:"Source Sans Pro";
font-style:normal;
font-weight:400;
src:url(../font/source-sans-pro/fonts/sourcesanspro-regular-webfont.eot#iefix) format("embedded-opentype"),url(../font/source-sans-pro/fonts/sourcesanspro-regular-webfont.woff2) format("woff2"),url(../font/source-sans-pro/fonts/sourcesanspro-regular-webfont.woff) format("woff"),url(../font/source-sans-pro/fonts/sourcesanspro-regular-webfont.ttf) format("truetype");
}
@font-face{font-family:"Source Sans Pro";
font-style:italic;
font-weight:400;
src:url(../font/source-sans-pro/fonts/sourcesanspro-italic-webfont.eot#iefix) format("embedded-opentype"),url(../font/source-sans-pro/fonts/sourcesanspro-italic-webfont.woff2) format("woff2"),url(../font/source-sans-pro/fonts/sourcesanspro-italic-webfont.woff) format("woff"),url(../font/source-sans-pro/fonts/sourcesanspro-italic-webfont.ttf) format("truetype");
}
@font-face{font-family:"Source Sans Pro";
font-style:normal;
font-weight:700;
src:url(../font/source-sans-pro/fonts/sourcesanspro-bold-webfont.eot#iefix) format("embedded-opentype"),url(../font/source-sans-pro/fonts/sourcesanspro-bold-webfont.woff2) format("woff2"),url(../font/source-sans-pro/fonts/sourcesanspro-bold-webfont.woff) format("woff"),url(../font/source-sans-pro/fonts/sourcesanspro-bold-webfont.ttf) format("truetype");
}


/*******************/
/* Gov't Banner   */
/*******************/

.official-website-banner {
    background: #f7f7f7 !important;
    color: #212121;
    font-size: 1rem;
    margin-bottom: 20px;


    *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

}

.official-website-banner__message img {
    margin-right: .5rem;
    width: 1.5625rem;
    vertical-align: middle;
}

.banner-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 1170px;
}

.official-website-banner__message {
    font-size: .75rem;
    box-sizing: border-box;
    display: block;
    line-height: 1.42857;
}

/*.official-website-banner__trigger.content-collapsed {
    background: url(../images/bluedownv.png) right 6px center no-repeat;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
    text-transform: none;
    margin: 0;
    box-sizing: border-box;
    display: inline-block;
}*/

.official-website-banner__trigger {
  background:transparent;
  border:0;
  color:#0071bc;
  padding-right:20px;
  text-transform:none;
  font-size:  inherit;
}
.official-website-banner__trigger.content-collapsed {
  background:url(../images/bluedownv.png) right 6px center no-repeat;
}
.official-website-banner__trigger.content-expanded {
  background:url(../images/blueupv.png) right 6px center no-repeat;
}
.official-website-banner__content {
  display:none;
  overflow: auto;
  box-sizing: border-box;
}
.official-website-banner__content > .content-region {
  padding-top:15px;
  padding-bottom:15px;
}

.official-website-banner__content p {
    font-size: 1rem;
    font-family: "Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    font-weight: normal;
    line-height: 1.42857;
}

/*@media (min-width: 1200px){
.banner-container {
    width: 1170px;
}}
@media (min-width: 992px){
.banner-container {
    width: 970px;
}}

@media (min-width: 768px){
.banner-container {
    width: 750px;
}}
*/
.content-region img {
    float: left;
    height: 2.5rem;
    width: 2.5rem;
    vertical-align: middle;
}

.content-region p {
  padding-right:1rem;
  padding-left:3.5rem;
}
.usa-banner__lock-image {
  height:1.5ex;
  width:1.21875ex;
}

@media (min-width: 768px){
.col-sm-6 {
    width: 50%;
    float: left;
}}

.col-sm-6{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
    box-sizing: border-box;
}

@media screen and (min-width: 768px){
.official-website-banner__content > .content-region__first, .official-website-banner__content > .content-region__second {
    width: 50%;
}}


/*******************/
/* Top-most header */
/*******************/

#nal_header-back {
  margin-top: -.5em;
  padding-top: 0;
  background: none repeat scroll 0 0 #fff;
}

#nal_header:after,
#footer_first:after,
#footer_second:after,
#footer:after {
  clear: both;
}

#nal_header:before,
#nal_header:after,
#footer_first:before,
#footer_first:after,
#footer_second:before,
#footer_second:after,
#footer:before,
#footer:after {
  display: table;
  content: '';
}

#nal_header {
  width: 100%;
  margin-top: .5em;
  padding: 0.5em 0;
  background-color: #FFFFFF;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

  #nal_header {
    width: 95%;
    margin-left: 1%;
  }

  #sub-links, #sub-links a {
    border: none !important;
    background-color:#4f544f !important;
    color:#f2f2f2 !important;
  }

  #nal_header div {
    margin-bottom:5px;
  }

  header #advanced-form > p:nth-child(2),
  #site-title,
  #nal-logos,
  #search-container,
  #sub-nav-container,
  #header_logo_site_info,
  .header__secondary-menu {
    float: none !important;
    clear: both;
    width: 95%;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  #nal_header {
    width: 95%;
    margin-left: 1%;
  }

  #sub-links, #sub-links a {
    border: none !important;
    background-color:#4f544f !important;
    color:#f2f2f2 !important;
  }

  #nal_header div {
    margin-bottom:5px;
  }

  header #advanced-form > p:nth-child(2),
  #site-title,
  #nal-logos,
  #search-container,
  #sub-nav-container,
  #header_logo_site_info,
  .header__secondary-menu {
    float: none !important;
    clear: both;
    width: 95%;
    text-align: left;
  }

  header  #advanced-search {
    margin-left: -2em;
  }

  .breadcrumbs, #site-title {
    margin-left: 12px;
    margin-right: 12px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #nal_header {
    width: 95%;
    margin-left: 1%;
  }

  #sub-links, #sub-links a {
    border: none !important;
    background-color:#4f544f !important;
    color:#f2f2f2 !important;
  }

  #nal_header div {
    margin-bottom:5px;
  }

  .header__logo-image {
    margin-top:10px;
  }

  header #advanced-form > p:nth-child(2),
  #site-title,
  #nal-logos,
  #search-container,
  #sub-nav-container,
  #header_logo_site_info,
  .header__secondary-menu {
    float: none !important;
    clear: both;
    width: 95%;
    text-align: left;
  }

  header  #advanced-search {
    margin-left: -2em;
  }

  .breadcrumbs, #site-title {
    margin-left: 12px;
    margin-right: 12px;
  }
}

header .logo-col > img {
    width: 4.25rem;
    align-self: start;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  #nal_header {
    width: 95%;
    margin-left: 1%;
  }

  #sub-links, #sub-links a {
    border: none !important;
    background-color:#4f544f !important;
    color:#f2f2f2 !important;
  }

  #nal_header div {
    margin-bottom:5px;
  }

  .header__logo-image {
    margin-top:10px;
  }

  header #advanced-form > p:nth-child(2),
  #site-title,
  #nal-logos,
  #search-container,
  #sub-nav-container,
  #header_logo_site_info,
  .header__secondary-menu {
    float: none !important;
    clear: both;
    width: 95%;
    text-align: left;
  }

  header  #advanced-search {
    margin-left: -2em;
  }

  .breadcrumbs, #site-title {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.header__logo-image {
  float: left;
  /*padding: 15px;*/
  padding: .0em .0em .75em .75em;
  vertical-align: bottom;
}

.header__name-and-slogan {
  margin-top: .625em;
}

.header__site-name {
  font-family: "Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
  font-size: 16pt;
  font-weight: bold;
  font-variant: normal;
  line-height: 1em;
  margin-top: 0;
  padding-top: 30px;
  float: left;
  letter-spacing: 0;
  color: #5c5c5c !important;
}

.header__site-link:link,
.header__site-link:visited {
  text-decoration: none;
  color: #000;
}

/*.header__site-slogan a,
.header__site-slogan a:hover,
.header__site-slogan a:focus {
  text-decoration: none;
  color: #000;
}*/
.header__site-slogan a {
  text-decoration: none;
  color: #000;
}
.header__site-slogan a:hover,
.header__site-slogan a:focus {
  text-decoration: underline;
}

.header__site-slogan {
  font-family: "Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
   font-weight: bold;
  font-variant: normal;
  line-height: 1.5em;
  float:left;
  margin: 0;
  color: #000000 !important;
}
.header__site-slogan-dept {
  font-size: 1.375rem;
  line-height: 1.7rem;
  font-weight: normal;
}
.header__site-slogan-agency {
  font-size: .75rem;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.42857;
}

.header__site-link:link,
.header__site-link:visited {
  text-decoration: none;
  color: #000;
}

#sub-links {
  font-family: "Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
  font-size: 80%;
  float: right;
  max-width: 415px;
  text-align: justify;
  color: #71767a;
  /*border: 2px solid #4f544f;*/
  /*background-color: #4f544f;*/
}

#sub-links li a {
  text-decoration: none;
  padding: 0px 0.15em;
  color: #71767a;
  font-size: 0.93162rem;
}

#sub-links > ul > li {
  display: inline-block;
  width: auto;
  padding: 0 15px;
  border-right: 1px solid #71767a;
}

#sub-links > ul > li:last-child {
  border-right: medium none;
}

@media only screen and (max-width: 640px) {
  #sub-links > ul > li {
    padding: 0 3px;
  }
}


#ask:after {
  content: ' a Question';
  padding-right:0.15em;
}

#contact:after {
  content: ' Us';
}

#visit:after {
  content: ' the Library';
}

.header__secondary-menu {
  float: right;
}

#sub-nav-container {
  font-family: "Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
  font-size: 1.1em;
  margin-top: .25em;
  text-align: right;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

#sub-nav-container #sub-links ul {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}

ul.inline {
  display: inline;
  padding: 0;
}

ul.inline li {
  display: inline;
  padding: 0 1em 0 0;
  list-style-type: none;
}


#primary-nav {
  border: none;
}

#primary-nav > ul.navigation > li > a {
  text-shadow: none;
  color: #fff;
}

/* Overrides to address a11y */
/*a:link {
  text-decoration: underline;
}*/

a:focus {
  /*color:#000000;*/
  /*text-decoration: underline;*/
  outline: 1px dotted;
}

#footer p, #footer p a, #primary-nav a {
  color:#555555;
  text-shadow: 0 1px 2px #fafafa;
}

/*#footer,*/
#primary-nav {
  background: #162e51 none repeat scroll 0 0;
}

#footer {
    background-color: #dcdee0;
    color: #000;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#footer a:link,
#primary-nav a:link {
  font-size:0.9rem;
}

#footer a:hover,
#footer a:focus {
  color:#1a4480;
  /*text-shadow: 0 1px 2px #fafafa;*/
  /*border: 1px dotted #000000;*/
  /*padding: 0em 0em 0em 0em;*/
  text-decoration: underline;
}

/*#primary a:hover,
#primary a:focus {
  text-decoration: underline;
}*/

.nav-fade a:hover {
  background: #93D5EE;
  color:#555555;
  /*border: 1px dotted #000000;*/
}

.nav-fade a:focus {
  background: #93D5EE;
  color:#555555;
  /*border: 1px dotted #000000;*/
  padding: .3em 2em;
}

.caption a:hover {
  color: #000000;
  text-decoration:underline;
}
.caption a:focus {
  color: #000000;
  text-decoration:underline;
  outline: 1px dotted;
}

.bx-wrapper .bx-viewport:focus {
  -moz-box-shadow: 0 0 5px #000000;
  -webkit-box-shadow: 0 0 5px #000000;
  box-shadow: 0 0 5px #000000;
}
.bx-wrapper .bx-viewport:hover {
  -moz-box-shadow: 0 0 5px #000000;
  -webkit-box-shadow: 0 0 5px #000000;
  box-shadow: 0 0 5px #000000;
}

#content {
  margin:1.2em 0px 1.2em 0px;
}

#header {
  margin:1.2em 0px 1.2em 0px;
}

ul.navigation {
  margin: .3em auto .3em auto;
}

/* Items navigation hacks */
/*.pagination_control {
  font-size: 1.2em;
  padding: 0em .3em 1.1em .3em;
  border-bottom: 1px dotted #555555;
}

.pagination span {
  padding: 1em;
}

.pagination_control_pages {
  /*outline: 2px solid #CCCCCC;*/
  border-right: 1px dotted #555555;
}
*/
/* Exhibit navigation hacks */
#exhibit-page-navigation .pagination li {
  height: 2em;
}

#exhibit-page-navigation .pagination .current {
  background: #000000;
}

#exhibit-page-navigation .pagination a {
  color: #FFFFFF;
  text-decoration: none;
}

#exhibit-page-navigation .pagination li a:focus {
  text-decoration: underline;
  /*color: #000000;*/
  /*background: #FFFFFF;*/
  /*border: 1px dotted #000000;*/
}

#exhibit-page-navigation .pagination a:hover {
  text-decoration: underline;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

/*
  skipnav borrowed from the default theme.
*/
#skipnav {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  */position: relative;*/
  width: 1px;
}

/* border and color need to be set for each exhibit. RRomero.*/
#skipnav:focus {
  top: 0;
  z-index: 9999;
  clip: initial;
  height: auto;
  width: auto;
  padding: .5em;
  border: 2px #4f544f solid;
  background: #FFFFFF;
  font-size: 1.4em;
  color: #555555;
}


/*******************/
/* Misc            */
/*******************/
/* commenting out content-area formatting for now
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: "Merriweather",Georgia;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
    text-shadow: none !important;
}

h1{font-size:2rem;
}
h2{font-size:1.5rem;
}
h3{font-size:1.25rem;
}
h4{font-size:0.98rem;
}
h5{font-size:0.9rem;
}
h6{font-size:0.8rem;
  font-family:"Source Sans Pro",Helvetica;
}



body#home #content h2 {
    font-size:2em;
}

#home #secondary {
    text-align: center;
}

#home #secondary > p {
    font-size:0.9rem;
}

#home #primary, body#home #primary > h2, body#home #primary > h3, body#home #primary #site-description > h2 {
    text-align: left;
}


#content p {
  font-family: "Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
  font-size: 1rem;
}


body {
    font: 62.5% "Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    color: #000;
    background: #404040;
}

#primary-nav, footer {
    background: #162e51 none repeat scroll 0 0;
    }

#primary-nav a {
  color: #fff;
  text-shadow: none !important;
}

#exhibit blockquote > h2 {
    font-family: "Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    font-size: 1rem;
    font-weight: normal;
}

#exhibit div.exhibit-item-caption > p {
  font-size: 0.8rem;
}*/


#items.show .element-set .element > h3 {
    font-weight: 700;
}

#search-container > a {
    text-shadow: none;
    color: #fff;
    border: none;
}

/*******************/
/* NAL Footer      */
/*******************/

/* line 31, ../scss/components/_footer.scss , .footer__secondary-section*/
footer {
  background-color: #dcdee0;
  color: #000;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
/* line 19, ../scss/utils/_background.scss */
.footer__secondary-section a:not(.default-button) {
  color: #005ea2;
}
/* line 22, ../scss/utils/_background.scss */
.footer__secondary-section a:not(.default-button):focus, .footer__secondary-section a:not(.default-button):hover {
  color: #1a4480;
}

.footer__secondary-section a {
    text-decoration: none;
}

/* line 37, ../scss/components/_footer.scss */
.footer__secondary-section ul {
  list-style-type: none;
  padding-left: 0;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
/* line 6, ../scss/utils/_unstyled-list.scss */
.footer__secondary-section ul > li {
  margin-bottom: 0;
  max-width: unset;
}

#footer .footer__secondary-section ul > li > a {
  text-shadow: none;
  color: #005ea2;
  }

#primary-nav > ul.navigation > li > a {
    box-shadow: none !important;
    border: none !important;
    text-shadow: none;
    color: #fff;
}

@media only screen and (min-width: 40em){
  #primary-nav > ul.navigation {
  width: 70%;
}

  div.#search-container {
    width: 25%;
    padding-right: 0.5rem;
  }
}

@media (min-width: 768px) {
  /* line 37, ../scss/components/_footer.scss */
  .footer__secondary-section ul {
    float: left;
    width: 64%;
  }
}
@media screen and (min-width: 768px) {
  /* line 37, ../scss/components/_footer.scss */
  .footer__secondary-section ul {
    column-count: 2;
  }
}
@media screen and (min-width: 992px) {
  /* line 37, ../scss/components/_footer.scss */
  .footer__secondary-section ul {
    column-count: 3;
  }
}
/* line 43, ../scss/components/_footer.scss */
.footer__secondary-section ul li {
  margin-top: 1rem;
}
/* line 46, ../scss/components/_footer.scss */
.footer__secondary-section ul li:first-child {
  margin-top: 0;
}
/* line 52, ../scss/components/_footer.scss */
.footer__secondary-section form {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
 
  text-shadow: none;
  border: none;
}

.footer__secondary-section form > h3 {
   font-family: "Merriweather",Georgia;
   font-weight: 700;
}

@media (min-width: 768px) {
  /* line 52, ../scss/components/_footer.scss */
  .footer__secondary-section form {
    float: right;
    width: 25%;
  }
}
/* line 54, ../scss/components/_footer.scss */
.footer__secondary-section form .sign_up-header {
  margin: 0;
  font-size: 0.98rem;
}
/* line 59, ../scss/components/_footer.scss */
.footer__secondary-section form label {
  margin-top: 0.75rem;
  font-weight: 400;
  display: block;
  line-height: 1.12707;
  max-width: 30rem;
  margin-bottom: 5px;
  padding-left: 0px;
  font-size: 0.8rem;
}
 
.footer-container {    
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: none !important;
}


footer #email {
  border: 1px solid #000;
  box-shadow: none;
  margin-bottom: 0.5em;
}


.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}

.element-invisible, .element-focusable {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

.btn-primary {
  color:#fff;
  background-color:#337ab7;
  border-color:#2e6da4;
  padding: .5rem 1rem;
  font-weight: 700;
  margin: 1em 0;
  font-family: inherit;

  display: inline-block;
    margin-bottom: 0;
    
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    
    background-image: none;
    border: 1px solid transparent;
    
    
    
    border-radius: 4px;
}
.btn-primary:focus,.btn-primary.focus {
  color:#fff;
  background-color:#286090;
  border-color:#122b40;
}
.btn-primary:hover {
  color:#fff;
  background-color:#286090;
  border-color:#204d74;
}
.btn-primary:active,.btn-primary.active,.open > .btn-primary.dropdown-toggle {
  color:#fff;
  background-color:#286090;
  background-image:none;
  border-color:#204d74;
}
.btn-primary:active:hover,.btn-primary:active:focus,.btn-primary:active.focus,.btn-primary.active:hover,.btn-primary.active:focus,.btn-primary.active.focus,.open > .btn-primary.dropdown-toggle:hover,.open > .btn-primary.dropdown-toggle:focus,.open > .btn-primary.dropdown-toggle.focus {
  color:#fff;
  background-color:#204d74;
  border-color:#122b40;
}
.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled.focus,.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary.focus {
  background-color:#337ab7;
  border-color:#2e6da4;
}
.btn-primary .badge {
  color:#337ab7;
  background-color:#fff;
}

