#dr-common-header-overlay {
  min-height: 100vh;
  min-width: 100vw;
  position: fixed;
  z-index: 110;
}
#dr-common-header {
  background: #4a8aae;
  color: #fff;
  margin-bottom: 2.875em;
}
#dr-common-header .header-top {
  display: table;
  font-size: 0.8125em;
  padding: 4vw 0;
}
#dr-common-header .header-top a {
  color: inherit;
  display: table-row;
}
#dr-common-header .header-top .text,
#dr-common-header .header-top .logo-frame {
  display: table-cell;
  vertical-align: middle;
}
#dr-common-header .header-top .logo-frame {
  padding-right: 4vw;
  vertical-align: top;
}
#dr-common-header .header-top .logo {
  width: 4.615385em;
  height: 4.512823em;
}
#dr-common-header h1.site-title {
  font-size: 2.384615em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin: 0.064516em 0 0;
  letter-spacing: 0.032258em;
  max-width: 10em;
}
#dr-common-header p.tagline {
  color: #bbe1f9;
}
#dr-common-header p.tagline {
  margin: 0.076923em 0.153846em;
  line-height: 1.3076923;
}
#dr-common-header p.tagline .nobr {
  display: inline-block;
}

@media only screen and (min-width: 500px) {
  #dr-common-header .header-top {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 560px) {
  #dr-common-header h1.site-title {
    max-width: inherit;
    margin-top: 0.387097em;
  }
}
@media only screen and (min-width: 750px) {
  #dr-common-header .header-top .logo-frame {
    padding-right: 30px;
  }
}

#dr-common-navigation {
  background: #3d7c9d;
  color: #fff;
}
#dr-common-navigation > .wrap {
  z-index: 120;
  max-width: 878px;
}
#dr-common-navigation ul {
  padding: 0;
  margin: 0;
  text-align: right;
}
#dr-common-navigation ul li {
  display: inline-block;
}
#dr-common-navigation button {
  background: none;
  border: none;
  padding: 0;
}
#dr-common-navigation button:hover,
#dr-common-navigation button:focus,
#dr-common-navigation button[aria-expanded="true"] {
  outline: none;
  box-shadow: none;
  background-color: #28688d;
}
/*#dr-common-navigation nav {
    position: relative;
}*/
#dr-links-frame {
  background: #28688d;
  font-weight: 300;
  line-height: 1.2;
  position: absolute;
  right: 4vw;
  width: 23em;
  z-index: 10;
}
#dr-links-frame[aria-hidden="true"] {
  display: none;
}
#dr-links-frame ul {
  text-align: left;
  padding: 0.333333em 0;
  list-style: none;
}
#dr-links-frame ul li {
  display: block;
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
}
#dr-links-frame a,
#dr-links-frame button {
  box-sizing: border-box;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.714286em 1em;
  color: inherit;
  position: relative;
}
#dr-links-frame button svg {
  position: absolute;
  right: 0.4em;
  top: 0.785714em;
  width: 1.2em;
  height: 1.2em;
}
#dr-links-frame button svg #down {
  opacity: 0;
}
#dr-links-frame button[aria-expanded="true"] svg #down {
  opacity: 1;
}
#dr-links-frame button[aria-expanded="true"] svg #right {
  opacity: 0;
}
#dr-links-frame a:hover,
#dr-links-frame button:hover,
#dr-links-frame a:focus,
#dr-links-frame button:focus {
  outline: none;
  box-shadow: none;
  color: #a4c4d6;
}
#dr-links-frame button:hover svg.arrow path,
#dr-links-frame button:focus svg.arrow path {
  stroke: #a4c4d6;
}
#dr-links-frame ul ul {
  background: #04466b;
  padding: 0.333333em 0;
}
#dr-links-frame ul ul[aria-hidden="true"] {
  display: none;
}
#dr-links-frame ul ul li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
#dr-links-frame ul ul a,
#dr-links-frame ul ul button {
  box-sizing: border-box;
  padding: 0.357143em 1em;
}

#dr-links-frame.mobile .search-button {
  display: none;
}
#dr-links-frame.no-mobile {
  position: static;
  width: auto;
  max-width: 762px;
  background: none;
}
#dr-links-frame.no-mobile ul {
  padding: 0;
}
#dr-links-frame.no-mobile > ul {
  position: relative;
}
#dr-links-frame.no-mobile.position-globally > ul {
  position: static;
}
#dr-links-frame.no-mobile ul li {
  display: inline-block;
  vertical-align: top;
}
#dr-links-frame.no-mobile a,
#dr-links-frame.no-mobile button {
  background-image: none !important;
  text-align: center;
  padding: 0.875em 1.5em;
  box-sizing: border-box;
  height: 2.875em;
}
#dr-links-frame.no-mobile #dr-button-browse-by-category {
  width: 197px;
}
#dr-links-frame.no-mobile #dr-button-browse-by-type {
  width: 170px;
}
#dr-links-frame.no-mobile #dr-submit-data-link {
  width: 161px;
}
#dr-links-frame.no-mobile #dr-contact-us-link {
  width: 119px;
}
#dr-links-frame.no-mobile button.search-button {
  width: 115px;
}
#dr-links-frame.no-mobile button svg {
  position: static;
  width: initial;
  height: initial;
}
#dr-links-frame.no-mobile button svg.arrow {
  width: 1em;
  height: 1em;
}
#dr-links-frame.no-mobile button.search-button svg {
  width: 1.142857em;
  height: 1.142857em;
  vertical-align: top;
}
#dr-links-frame button svg.arrow path {
  stroke-width: 1.555556px;
}
#dr-links-frame.no-mobile button svg.arrow path {
  stroke-width: 2px;
}
#dr-links-frame button:hover svg.arrow path,
#dr-links-frame button:focus svg.arrow path {
  stroke: #fff;
}
#dr-links-frame.no-mobile a:hover,
#dr-links-frame.no-mobile button:hover,
#dr-links-frame.no-mobile a:focus,
#dr-links-frame.no-mobile button:focus {
  background-color: #28688d;
  color: inherit;
}
#dr-links-frame.no-mobile ul ul {
  position: absolute;
  left: 4vw;
  z-index: 110;
  width: 25%;
  width: calc(23% - 2vw);
  padding: 1%;
  background: #28688d;
}
#dr-links-frame.no-mobile ul ul a {
  font-size: 13px;
  padding: 0.5em 1em;
  text-align: left;
  height: auto;
}
#dr-links-frame.no-mobile ul ul a:hover,
#dr-links-frame.no-mobile ul ul a:focus {
  background-color: #04466b;
}
#dr-links-frame.no-mobile #dr-browse-by-type {
  left: 197px;
  width: 170px;
  box-sizing: border-box;
}
#dr-links-frame.no-mobile #dr-browse-by-type li {
  width: 100%;
}
#dr-links-frame.no-mobile #dr-browse-by-category {
  width: calc(98% - 8vw);
}
#dr-links-frame.no-mobile #dr-browse-by-category li {
  width: 25%;
}
@media only screen and (min-width: 880px) {
  #dr-links-frame.no-mobile #dr-browse-by-category li {
    width: 20%;
  }
}

#dr-links-frame.no-mobile + .wrap {
  margin: 0;
  max-width: 762px;
  padding: 0;
}
#dr-search-frame {
  position: absolute;
  z-index: 120;
  right: 0vw;
  background: #28688d;
  padding: 0.25em 4vw;
}
#dr-search-frame[aria-hidden="true"] {
  display: none;
}
@media only screen and (min-width: 480px) {
  #dr-search-frame {
    padding: 0.5em 3%;
  }
}
#dr-search-frame input {
  width: 50vw;
  max-width: 15em;
  padding: 0.25em 0.5em;
  border: none;
  background: #fff;
  color: #474747;
}

#dr-common-header .auto-search-link {
  background: #ebebeb;
  color: #7d7d7d;
}
#dr-common-header .auto-search-link p {
  margin: 0;
  font-size: 0.875em;
  line-height: 1.14285714;
  padding: 0.5em 0;
}
#dr-common-header .auto-search-link svg.icon {
  width: 1.214286em;
  height: 0.857143em;
  display: inline-block;
  vertical-align: -0.071429em;
  margin-right: .5em;
  fill: #7d7d7d;
}
#dr-common-header .auto-search-link a {
  color: inherit;
  text-decoration: underline;
}

main#results-page {
  margin-bottom: 5em;
}
main#results-page header p {
  margin-bottom: 0;
  font-weight: 600;
  color: #7d7d7d;
}
main#results-page header p.counter {
  font-weight: 400;
  text-align: right;
  border-top: 1px solid #d7d7d7;
  padding-top: 1em;
  margin-top: 1.642857em;
  line-height: 1.42857143;
}
#search-page-header-form {
  position: relative;
  margin: 0.5em 0;
  max-width: 30.4375em;
}
#results-page h2 {
  font-weight: 600;
  color: #7d7d7d;
  border-top: 1px solid #ebeae6;
  padding-top: 0.75em;
  margin: 1.5em 0 -0.1875em;
}
#search-page-header-form input {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 1.6875em;
  line-height: 1.37037037;
  color: #7d7d7d;
  border: 1px solid #d7d7d7;
  width: 100%;
  padding: 0.074074em 0.444444em;
  box-sizing: border-box;
  border-radius: 0.185185em;
  padding-right: 1.444444em;
}
#search-page-header-form button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: none;
  font-size: 1em;
  padding: 0.5625em 0.75em 0.6875em;
}
main#results-page header.browse-by-category {
  margin-bottom: 1.75em;
}
main#results-page .all-nav-placeholder {
  height: 5em;
}
main#results-page.all-page header nav {
  background: #fff;
  width: calc(100% - 8vw);
  border-bottom: 1px solid #ebeae6;
}
main#results-page.all-page header nav.affix-top {
  position: absolute;
}
main#results-page.all-page header nav.affix {
  position: fixed;
  top: 2.625rem;
  max-width: 830px;
  z-index: 100;
}
main#results-page.all-page header p.all-page-switcher {
  text-transform: uppercase;
  font-size: 0.875em;
  line-height: 1.5;
  color: #000;
  margin-top: -0.357143em;
  padding-bottom: 1em;
}
main#results-page.all-page header p.all-page-switcher span.label,
main#results-page.all-page header p.all-page-switcher a.button {
  display: inline-block;
}
main#results-page.all-page header p.all-page-switcher a.button {
  padding: 0 1em;
  margin: 0 0.125em;
  background: #a8a8a8;
  color: #fff;
  border-radius: 0.25em;
  position: relative;
}
main#results-page.all-page header p.all-page-switcher a.button:hover {
  background: #7d7d7d;
}
main#results-page.all-page.chronological
  header
  p.all-page-switcher
  a.button.chronological,
main#results-page.all-page.alphabetical
  header
  p.all-page-switcher
  a.button.alphabetical {
  background: #4d87ad;
}
main#results-page.all-page.chronological
  header
  p.all-page-switcher
  a.button.chronological:before,
main#results-page.all-page.alphabetical
  header
  p.all-page-switcher
  a.button.alphabetical:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.714286em;
  margin-left: -0.428571em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.714286em 0.428571em 0 0.428571em;
  border-color: #4d87ad transparent transparent transparent;
}
main#results-page.all-page header nav ul {
  text-transform: uppercase;
  font-size: 1.75em;
  width: 100%;
  margin: 0;
  padding: 0.384615em 0;
  white-space: nowrap;
  overflow: auto;
}
main#results-page.all-page header nav li {
  display: inline-block;
}
main#results-page.all-page header nav a,
main#results-page.all-page header nav .disabled {
  padding: 0 0.159643em;
  display: block;
}
main#results-page.all-page header nav .disabled {
  color: #ccc;
}
main#results-page.all-page header p.counter {
  margin-top: 0;
  margin-bottom: -2.357143em;
  border: 0;
}
main#results-page.all-page header + h2 {
  border: 0;
  margin-top: 0;
}
main#results-page header.browse-by-category p.counter {
  margin-bottom: -1.42857143em;
}
main#results-page #type-filter ul {
  margin-top: 0.5em;
  max-width: 25em;
}
@media only screen and (min-width: 780px) {
  main#results-page #type-filter ul {
    max-width: inherit;
  }
}
main#results-page #type-filter li {
  display: inline-block;
}
main#results-page #type-filter label {
  display: inline-block;
  font-size: 0.875em;
  padding: 0.5em 1em;
  margin: 0.25em;
  border: 1px solid #d7d7d7;
  border-radius: 0.357142em;
  color: #4d87ad;
  line-height: 1;
}
main#results-page #type-filter label:hover,
main#results-page #type-filter input:active ~ label,
main#results-page #type-filter input:checked ~ label {
  background: #91bed9;
  border-color: #91bed9;
  color: #fff;
}
main#results-page #type-filter input:active ~ label {
  background: #28688d;
  border-color: #28688d;
}
main#results-page #type-filter input:checked ~ label {
  background: #4d87ad;
  border-color: #4d87ad;
}
main#results-page .entry,
main#results-page .faux-entry {
  padding: 1.25em 0;
  border-bottom: 1px solid #ebeae6;
}
main#results-page .entry:last-child,
main#results-page .faux-entry:last-child,
main#results-page.all-page .entry {
  border: 0;
}
main#results-page .entry h3,
main#results-page .faux-entry h3 {
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 0;
  color: #363636;
}
main#results-page .entry h3 a,
main#results-page .faux-entry h3 a {
  color: inherit;
}
main#results-page .entry h3 a:hover,
main#results-page .faux-entry h3 a:hover {
  color: #355e78;
}
main#results-page .entry h3 a:after,
main#results-page .faux-entry h3 a:after {
  content: "\00A0\00BB";
}
main#results-page .entry p,
main#results-page .entry ul,
main#results-page .faux-entry p,
main#results-page .faux-entry ul {
  font-size: 1em;
  margin: 0.1875em 0;
}
main#results-page .entry p.publisher {
  font-size: 0.9375em;
  color: #7d7d7d;
}
main#results-page .entry p.publisher a {
  color: inherit;
}
main#results-page .entry p.publisher a:hover {
  color: #606060;
}
main#results-page .entry .links {
  font-size: 0.625em;
  line-height: 1;
}
main#results-page .entry .links ul,
main#results-page .entry .links li {
  display: inline-block;
}
main#results-page .entry .links ul {
  margin: 0.3em 0;
}
main#results-page .entry .links .categories {
  padding: 0;
  border: none;
}
main#results-page .entry .links .taxonomy a {
  display: inline-block;
  border: 1px solid #d7d7d7;
  color: #9c1e5e;
  padding: 0.2em 0.5em;
  border-radius: 0.5em;
  margin-right: 0.2em;
}
main#results-page .entry .links .taxonomy a:hover {
  color: #fff;
  background-color: #9c1e5e;
  border-color: #9c1e5e;
}
main#results-page .entry .links .taxonomy .types a {
  color: #ab6105;
}
main#results-page .entry .links .taxonomy .types a:hover {
  color: #fff;
  background-color: #ab6105;
  border-color: #ab6105;
}
main#results-page .entry .links ul.keywords {
  font-weight: 400;
}
main#results-page .entry .links ul.keywords a {
  display: inline-block;
  padding: 0.2em 0;
}
