#dr-common-header-overlay {
  min-height: 100vh;
  min-width: 100vw;
  position: fixed;
  z-index: 110;
}
#dr-common-header {
  background: hsl(202 0.4% 49% / 1);
  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: hsl(203 0.84% 85% / 1);
}
#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: hsl(201 0.44% 43% / 1);
  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: hsl(202 0.56% 35% / 1);
}
/*#dr-common-navigation nav {
    position: relative;
}*/

#dr-links-frame.no-mobile,
#dr-search-frame-open {
  display: inline-block;
  vertical-align: middle;
}
#dr-search-frame-open.mobile {
  position: absolute;
  top: -2em;
  font-size: 13px;
  width: 40%;
  max-width: 11em;
}
/* #dr-search-frame-open.no-mobile {
  padding: 0.5em 0.75em 0.5em 1.5em;
} */
#repo-header-search-form {
  position: relative;
}
#repo-header-search-form input {
  border: 0;
  padding: 0.25em;
  width: 11em;
  padding-left: 1.75em;
  border-radius: 0.25em;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2228%22%3E%3Ccircle%20cx%3D%2212.5%22%20cy%3D%2212.5%22%20r%3D%225.5%22%20fill%3D%22none%22%20stroke%3D%22%23999%22%20stroke-width%3D%221.5%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M16%2017l5%205l1%20-1l-5-5z%22%20fill%3D%22%23999%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-size: contain;
  color: #000;
}
#repo-header-search-form ::-webkit-input-placeholder {
  font-style: normal;
}
#repo-header-search-form :-moz-placeholder,
#repo-header-search-form ::-moz-placeholder {
  font-style: normal;
}
#repo-header-search-form :-ms-input-placeholder {
  font-style: normal;
}
#repo-header-search-form input::placeholder {
  font-style: normal;
}
#dr-search-frame-open.mobile #repo-header-search-form input {
  width: 100%;
  margin: 0;
}
#pac-common-navigation #repo-header-search-form .autocomplete-list {
  background: #fff;
  position: absolute;
  max-height: 367.5px;
  overflow: hidden auto;
  border: 1px solid hsl(0deg 0% 90%);
  border-radius: 5px;
  top: 35px;
  left: 0.4375em;
}
#pac-common-navigation #repo-header-search-form .autocomplete-list ul {
  padding: 0;
  margin: 0;
  line-height: 1;
}
#pac-common-navigation #repo-header-search-form .autocomplete-list li {
  display: block;
  padding: 0.125em 0;
}
#pac-common-navigation #repo-header-search-form .autocomplete-list a {
  display: block;
  padding: 7px 10px;
  color: hsl(0, 0%, 25%);
  text-decoration: none;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
#pac-common-navigation #repo-header-search-form .autocomplete-list a:hover,
#pac-common-navigation #repo-header-search-form .autocomplete-list a:focus,
#pac-common-navigation #repo-header-search-form .autocomplete-list a.selected {
  color: hsl(0, 0%, 0%);
  background-color: hsl(0, 0%, 90%);
  outline: none;
}

#dr-links-frame {
  background: hsl(202 0.56% 35% / 1);
  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: hsl(202 0.38% 74% / 1);
}
#dr-links-frame button:hover svg.arrow path,
#dr-links-frame button:focus svg.arrow path {
  stroke: hsl(202 0.38% 74% / 1);
}
#dr-links-frame ul ul {
  background: hsl(202 0.93% 22% / 1);
  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: hsl(202 0.56% 35% / 1);
  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: hsl(202 0.56% 35% / 1);
}
#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: hsl(202 0.93% 22% / 1);
}
#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,
#dr-links-frame.no-mobile .dr-browse-sorting-property {
  width: calc(98% - 8vw);
}
#dr-links-frame.no-mobile #dr-browse-by-category li,
#dr-links-frame.no-mobile .dr-browse-sorting-property li {
  width: 25%;
}
@media only screen and (min-width: 880px) {
  #dr-links-frame.no-mobile #dr-browse-by-category li,
  #dr-links-frame.no-mobile .dr-browse-sorting-property 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: hsl(202 0.56% 35% / 1);
  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;
}

/* #pac-common-header-overlay {
  min-height: 100vh;
  min-width: 100vw;
  position: fixed;
  z-index: 110;
} */
#pac-common-header {
  background: #fff;
  color: #7d7d7d;
  margin-bottom: 2.875em;
  position: relative;
}
#pac-common-header .header-top {
  display: table;
  padding: 1.5625em 0; /* 25px */
}
#pac-common-header .header-top a {
  color: inherit;
  display: table-row;
}
#pac-common-header .header-top .text,
#pac-common-header .header-top .logo-frame {
  display: table-cell;
  vertical-align: middle;
}
#pac-common-header .header-top .logo-frame {
  padding-right: 1em;
  vertical-align: top;
}
#pac-common-header .header-top .logo {
  width: 4.5em; /* 72px */
  height: 4.5em;
}
#pac-common-header h1.site-title {
  font-size: 1.9375em; /* 31px */
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.032258em;
  position: relative;
}
#pac-common-header .under-development {
  font-size: 0.387097em; /* 12px */
  font-weight: 300;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  top: -0.75em;
}
#pac-common-header p.tagline {
  font-size: 1em;
  margin: 0;
  opacity: 0.75;
}
#pac-common-header p.tagline .nobr {
  display: inline-block;
}
@media only screen and (max-width: 900px) {
  #pac-common-header .header-top {
    margin: 0 auto;
  }
  #pac-common-header h1.site-title .line {
    display: block;
  }
  #pac-common-header p.tagline {
    display: none;
  }
}
#home-page #pac-common-header p.tagline {
  display: none;
}
#home-page #pac-common-header .header-top {
  margin: 0 auto;
}
@media only screen and (min-width: 900px) {
  #home-page #pac-common-header .header-top {
    font-size: 1.25em; /* 20px */
  }
  #home-page #pac-common-header .header-top .logo {
    width: 3.75em;
    height: 3.75em;
  }
}

#pac-common-navigation {
  background: #555;
  color: #fff;
}

#pac-common-navigation .wrap {
  position: relative;
  z-index: 120;
}
#pac-common-navigation .section,
#pac-common-navigation .section ul,
#pac-common-navigation .section li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#pac-common-navigation.desktop .section.search-wrapper {
  margin-left: -0.25em;
}
#pac-common-navigation.mobile .section.search-wrapper {
  margin-left: -1.6875em; /* 27px */
}
#pac-common-navigation a,
#pac-common-navigation button {
  display: inline-block;
  font-size: 1.125em; /* 18px */
  padding: 0.722222em 1.5em; /* 13px 27px */
  line-height: 1;
  vertical-align: top;
  border: none;
  background: none;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  font-weight: 300;
}
#pac-common-navigation a:hover,
#pac-common-navigation button:hover,
#pac-common-navigation button.open {
  outline: none;
  box-shadow: none;
  background-color: #666;
}
#pac-common-navigation .section .dropdown {
  position: absolute;
  z-index: 20;
  -webkit-transform: translate3d(0, 0, 0);
  background: #666;
  left: 0;
  /* top: 2.75em; */ /* 44px */
  width: 100%;
  box-sizing: border-box;
  padding: 0.9375em; /* 15px */
}
#pac-common-navigation .section .dropdown .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
}
#pac-common-navigation.desktop .section .dropdown .other-nav-pages {
  padding-top: 0.1875em; /* 3px */
  margin-top: 0.625em; /* 10px */
  margin-bottom: -0.625em; /* 10px */
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#pac-common-navigation .section .dropdown .other-nav-pages .grid {
  max-width: 32.8125em; /* 525px */
  margin: 0 auto;
}
#pac-common-navigation .section.search-wrapper .dropdown,
#pac-common-navigation .section.search-wrapper .dropdown li {
  padding: 0;
  display: block;
}
#pac-common-navigation .section .dropdown.closed {
  display: none;
}
#pac-common-navigation .section .dropdown a,
#pac-common-navigation .section .dropdown button {
  font-size: 0.9375em; /* 15px */
  padding: 0.5em; /* 7.5px */
  height: auto;
  text-align: left;
  display: block;
}
#pac-common-navigation.desktop .section .dropdown a,
#pac-common-navigation.desktop .section .dropdown button,
#pac-common-navigation.mobile .section .dropdown .grid a,
#pac-common-navigation.mobile .section .dropdown .grid button {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
#pac-common-navigation .section .dropdown a:hover,
#pac-common-navigation .section .dropdown button:hover {
  background: #777;
}
#pac-common-navigation .section .dropdown .other-nav-pages .grid a,
#pac-common-navigation .section .dropdown .other-nav-pages .grid button {
  display: block;
}
#pac-common-navigation .section .dropdown a .icon svg,
#pac-common-navigation .section .dropdown button .icon svg {
  fill: #fff;
  display: inline-block;
  width: 1.866667em; /* 28px  */
  height: 1.866667em; /* 28px */
}
#pac-common-navigation.mobile .section .dropdown a .icon svg,
#pac-common-navigation.mobile .section .dropdown button .icon svg {
  width: 1em;
  height: 1em;
}
#pac-common-navigation #pac-repo-common-nav-sorting-properties {
  padding: 0;
}
#pac-common-navigation #pac-repo-common-nav-sorting-properties > ul,
#pac-common-navigation #pac-repo-common-nav-sorting-properties > ul li,
#pac-common-navigation #pac-repo-common-nav-sorting-properties > ul button {
  display: block;
  margin: 0;
  width: 100%;
}
#pac-common-navigation #pac-repo-common-nav-sorting-properties > ul button,
#pac-common-navigation #pac-repo-common-nav-sorting-properties > ul > li > a {
  font-size: 1.125em; /* 18px */
  padding: 0.722222em 1.222222em; /* 13px 22px */
  margin: 0;
}
/* #pac-common-navigation
  #pac-repo-common-nav-sorting-properties
  > ul
  button:hover {
  background-color: unset;
} */
#pac-common-navigation #pac-repo-common-nav-sorting-properties > ul .dropdown {
  position: static;
  background-color: #555;
}
#pac-common-navigation
  #pac-repo-common-nav-sorting-properties
  > ul
  .dropdown
  a:hover,
#pac-common-navigation
  #pac-repo-common-nav-sorting-properties
  > ul
  .dropdown
  button:hover {
  background-color: #444;
}
#pac-common-navigation
  #pac-repo-common-nav-sorting-properties
  > ul
  .dropdown
  .other-nav-pages {
  display: none;
}

#pac-common-navigation .section button.closed .arrow-down,
#pac-common-navigation .section button.open .arrow-right {
  opacity: 0;
}
#pac-common-navigation.mobile .section.search-wrapper svg {
  display: inline-block;
  vertical-align: -0.111111em; /* -2px */
}
#pac-common-navigation.mobile .section.search-wrapper svg circle {
  stroke: #fff;
}
#pac-common-navigation.mobile .section.search-wrapper svg path {
  fill: #fff;
}

#repo-header-search-form input {
  margin: 0.4375em; /* 7px */
  vertical-align: top;
  border: 0;
  padding: 0.25em;
  width: 11em;
  padding-left: 1.75em;
  border-radius: 0.25em;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2228%22%3E%3Ccircle%20cx%3D%2212.5%22%20cy%3D%2212.5%22%20r%3D%225.5%22%20fill%3D%22none%22%20stroke%3D%22%23999%22%20stroke-width%3D%221.5%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M16%2017l5%205l1%20-1l-5-5z%22%20fill%3D%22%23999%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-size: contain;
  color: #000;
}
#repo-header-search-form input:focus {
  outline-color: hsl(200deg 75% 80%);
  outline-width: 3px;
  outline-style: auto;
}
#pac-common-navigation .section.search-wrapper .dropdown input {
  margin: 0.625em; /* 10px */
  border-radius: 0;
  padding: 0.25em;
  background-image: none;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}

#dr-common-header .auto-search-link,
#pac-common-header .auto-search-link {
  background: #ebebeb;
  color: #7d7d7d;
}
#dr-common-header .auto-search-link p,
#pac-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,
#pac-common-header .auto-search-link svg.icon {
  width: 1.214286em;
  height: 0.857143em;
  display: inline-block;
  vertical-align: -0.071429em;
  margin-right: 0.5em;
  fill: #7d7d7d;
}
#dr-common-header .auto-search-link a,
#pac-common-header .auto-search-link a {
  color: inherit;
  text-decoration: underline;
}
#dr-common-header .auto-search-link a:hover,
#pac-common-header .auto-search-link a:hover {
  color: #444;
}

#pac-auth-menu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 0.5em 1em;
  font-size: 0.75em; /* 12px */
  line-height: 1;
}
@media only screen and (min-width: 900px) {
  #pac-auth-menu {
    display: block;
  }
}
#pac-auth-menu.loading {
  animation: auth-loading-fade-in 8s linear;
}
@keyframes auth-loading-fade-in {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#pac-auth-menu .loading {
  display: inline-block;
  animation: auth-loading-icon 1.2s linear infinite;
}
#pac-auth-menu .loading .sq {
  display: block;
  width: 1em;
  height: 1em;
  border: 2px solid;
  box-sizing: border-box;
}
@keyframes auth-loading-icon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#pac-auth-menu a {
  text-decoration: none;
}
#pac-auth-menu button {
  border: none;
  background: none;
  padding: 0;
}
#pac-auth-menu .dropdown.closed {
  display: none;
}
#pac-auth-menu a.sign-in-button {
  display: block;
  border: 1px solid;
  font-weight: 300;
  font-size: 1.166667em; /* 14px */
  padding: 0.428571em 0.678571em; /* 6px 9.5px; */
  border-radius: 0.142857em; /* 2px */
}
#pac-auth-menu button.auth-button svg {
  vertical-align: middle;
}
#pac-auth-menu button.auth-button.open svg.arrow path.arrow-right,
#pac-auth-menu button.auth-button.closed svg.arrow path.arrow-down {
  opacity: 0;
}
#pac-auth-menu .dropdown ul {
  margin: 0.5em 0 0 0;
  padding: 0;
}
#pac-auth-menu .dropdown li {
  display: block;
}
#pac-auth-menu .dropdown li a {
  display: block;
  padding: 0.5em 0;
}
#pac-auth-menu.signed-in {
  background: #777;
}
#pac-auth-menu .loading .sq {
  border-color: #777;
}
#pac-auth-menu a,
#pac-auth-menu button {
  color: rgba(255, 255, 255, 0.6);
}
#pac-auth-menu button.auth-button svg.arrow {
  stroke: rgba(255, 255, 255, 0.6);
}
#pac-auth-menu .dropdown li {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
#pac-auth-menu a.sign-in-button {
  border-color: #777;
  background-color: #fff;
  color: #777;
}
#pac-auth-menu a.sign-in-button:hover {
  background-color: #999;
  color: #fff;
}
#pac-auth-menu a:hover,
#pac-auth-menu button:hover {
  color: #fff;
}
#pac-auth-menu button.auth-button:hover svg.arrow {
  stroke: #fff;
}

main#results-page {
  margin-bottom: 5em;
}
main#results-page p.loading-error {
  text-align: center;
  font-size: 1.5em;
}
main#results-page #loading-img {
  border: 0.5em solid #d0d0d0;
  width: 4em;
  height: 4em;
  display: block;
  margin: 6em auto;
  animation: 2s ease-in-out 0s infinite loading-spin;
  opacity: 0;
  transition: opacity 3s;
}
main#results-page #loading-img.show {
  opacity: 1;
}
@keyframes loading-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
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: 0;
  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.chronological header nav a {
  text-align: center;
  line-height: 1;
  padding: 0 0.5em;
}
main#results-page.all-page.chronological header nav a .year {
  display: block;
  font-size: 0.607143em; /* 17px */
  color: #7d7d7d;
}
main#results-page.all-page header p.counter {
  margin-top: 0;
  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;
  break-inside: avoid;
}
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;
}

main#results-page header #pageControlsFrame {
  margin-top: 1em;
}
main#results-page header button#showFilterControls,
#pageControlsFrame .select-control .labelName,
#pageControlsFrame .select-control select {
  font-size: 0.875em; /* 14px */
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
main#results-page header button#showFilterControls {
  line-height: 1;
  padding: 0.392857em; /* 5.5px */
  border: 1px solid #d7d7d7;
  border-radius: 0.285714em; /* 4px */
  background: #fff;
  color: #4d87ad;
  margin-right: 2em;
}
main#results-page header button#showFilterControls:hover {
  border-color: #355e78;
}
#pageControlsFrame .select-control .labelName {
  text-transform: uppercase;
  color: #7d7d7d;
  margin-right: 0.5em;
}
#pageControlsFrame .select-control select {
  padding: 0.142857em; /* 2px */
  border-radius: 0.285714em; /* 4px */
  border: 1px solid #ccc;
}
main#results-page #pageControls {
  margin: 0.5em 0;
}
main#results-page #pageControls p {
  color: #7d7d7d;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  main#results-page #pageControls {
    display: table;
  }
  main#results-page #pageControls p,
  main#results-page ul#categoryFilter {
    display: table-cell;
  }
  main#results-page #pageControls p {
    padding-right: 0.642857em; /* 9px */
    white-space: nowrap;
  }
}
main#results-page .resource-tile ul.categories li,
main#results-page ul#categoryFilter li {
  display: inline-block;
}
#results-page .resource-tile ul.categories,
main#results-page ul#categoryFilter {
  border: 0;
  padding: 0;
  margin: 0.5em 0;
  font-size: 0.75em;
  line-height: 1;
}
main#results-page ul#categoryFilter label,
main#results-page ul#categoryFilter button {
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc; /* 1px */
  padding: 0.541667em 0.583333em; /* 6.5px 7px */
  border-radius: 0.333333em; /* 4px */
  margin: 0.25em 0.5em 0.25em 0; /* 3px 6px 3px 0px */
}
main#results-page ul#categoryFilter input:hover ~ label,
main#results-page ul#categoryFilter button:hover {
  border-color: #4d87ad;
  color: #4d87ad;
}
main#results-page ul#categoryFilter input:checked ~ label {
  background: #91bed9;
  border-color: #91bed9;
  color: #fff;
}
main#results-page ul#categoryFilter input:focus ~ label,
main#results-page ul#categoryFilter button:focus {
  border-color: #7d7d7d;
}

main#results-page header p.currentFilterControls {
  font-weight: 400;
  text-indent: -2em;
  margin-left: 2em;
}
main#results-page header p.currentFilterControls b {
  font-weight: 400;
  text-transform: uppercase;
  color: #f77700;
  margin-right: 0.5em;
}

#shingle #resource-down-message {
  text-align: center;
  margin: 3.75em 0; /* 60px 0 */
}
#shingle #resource-down-message p {
  font-size: 1.875em; /* 30px */
  line-height: 1.2;
  margin: 1em 0;
  font-weight: 300;
}
