.region--header {
  align-self: stretch;
  background: #ffc700;
}
.region--header [id^=block-views-block-announcements-block-1-2] .views-row {
  padding: 0;
}
.region--header .listing {
  padding-right: 0;
}

.header {
  align-self: stretch;
  z-index: 5;
  margin-top: 0;
}

label[for=search-trigger],
label[for=nav-trigger] {
  visibility: visible;
}
label[for=search-trigger] .mobile--triggers,
label[for=nav-trigger] .mobile--triggers {
  visibility: hidden;
}

.header__region-search {
  background: #ECEFF2;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-self: stretch;
}
.header__region-search.desktop {
  display: none;
}
@media (min-width: 62rem) {
  .header__region-search.desktop {
    display: flex;
  }
}
.header__region-search .header__search-background {
  position: absolute;
  background: #ECEFF2;
  height: 100px;
  width: 150vw;
  left: -50vw;
}
.header__region-search .header__site-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  width: 60%;
  font-size: 0.9rem;
  padding-left: 7.1428571429%;
  padding-right: 0;
}
@media (min-width: 48rem) {
  .header__region-search .header__site-search {
    padding-left: 6.25%;
    padding-right: 0;
  }
}
@media (min-width: 62rem) {
  .header__region-search .header__site-search {
    padding-left: 7.4074074074%;
    padding-right: 0;
    width: 85%;
  }
}
.header__region-search .header__site-search .header__search-bar {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #C4C7CA;
  box-sizing: border-box;
}
.header__region-search .header__site-search .header__search-bar input[type=search] {
  background: #FFFFFF;
}
.header__region-search .header__site-search .header__search-bar input[type=submit] {
  background-size: 30%;
}
.header__region-search .header__site-search .header__search-bar .header__search-form {
  width: 60%;
}
.header__region-search .header__site-search .header__search-bar .header__search-type {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-left: 2px dashed #C4C7CA;
  width: 50%;
}
@media (min-width: 68.75rem) {
  .header__region-search .header__site-search .header__search-bar .header__search-type {
    width: 50%;
  }
}
.header__region-search .header__site-search .header__search-bar .header__search-type label {
  font-size: 0.9rem;
  display: flex;
  flex-direction: row-reverse;
  margin: 0;
}
.header__region-search .header__site-search .header__search-bar .header__search-type label input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.header__region-search .header__site-search .header__search-bar .header__search-type label .radio-label {
  margin-left: 10px;
}
.header__region-search .header__site-search .header__search-bar .header__search-type label .check {
  display: block;
  border: 2px solid #4C4D4F;
  border-radius: 100%;
  height: 1.25rem;
  width: 1.25rem;
  z-index: 5;
  transition: border 0.1s linear;
}
.header__region-search .header__site-search .header__search-bar .header__search-type label .check::before {
  display: block;
  content: "";
  border-radius: 100%;
  height: 1.25rem;
  width: 1.25rem;
  margin: auto;
  transition: background 0.1s linear;
}
.header__region-search .header__site-search .header__search-bar .header__search-type label input[type=radio]:checked ~ .check {
  border: 0;
}
.header__region-search .header__site-search .header__search-bar .header__search-type label input[type=radio]:checked ~ .check::before {
  background: #51832f;
}

.header_links {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  margin: unset;
  z-index: 5;
  padding-left: 0;
  padding-right: 7.1428571429%;
}
@media (min-width: 48rem) {
  .header_links {
    padding-left: 0;
    padding-right: 6.25%;
  }
}
@media (min-width: 62rem) {
  .header_links {
    padding-left: 0;
    padding-right: 7.4074074074%;
  }
}
@media (min-width: 62rem) and (max-width: 74.99875rem) {
  .header_links {
    padding-left: 0;
  }
}
.header_links li.header-link {
  display: flex;
  margin-left: 1.25rem;
}
@media (min-width: 75rem) {
  .header_links li.header-link {
    margin-left: 1.625rem;
  }
}
@media (min-width: 87.5rem) {
  .header_links li.header-link {
    margin-left: 2rem;
  }
}
.header_links li.header-link a {
  color: #4c4d4f;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 25px;
}
@media (min-width: 75rem) {
  .header_links li.header-link a {
    font-size: 1rem;
  }
}
@media (min-width: 87.5rem) {
  .header_links li.header-link a {
    font-size: 1.125rem;
  }
}

.header__site-search {
  z-index: 2;
}
.header__site-search.mobile {
  display: flex;
  border: 1px solid #C4C7CA;
}
@media (min-width: 62rem) {
  .header__site-search.mobile {
    display: none;
  }
}
.header__site-search.mobile .header__search-form {
  border: 1px solid #C4C7CA;
}
@media (max-width: 53.12375rem) {
  .header__site-search.mobile .header__search-form {
    border-bottom: 0;
  }
}
@media (min-width: 53.125rem) and (max-width: 61.99875rem) {
  .header__site-search.mobile .header__search-form {
    border-right: 0;
  }
}
.header__site-search.mobile .header__search-form input[type=search] {
  height: 100%;
}
.header__site-search.mobile .header__search-type {
  display: flex;
  justify-content: flex-start;
  background: #fff;
  border: 1px solid #C4C7CA;
  border-top: 2px dashed #C4C7CA;
  height: 50%;
}
@media (min-width: 53.125rem) and (max-width: 61.99875rem) {
  .header__site-search.mobile .header__search-type {
    width: 60%;
    border-top: 1px solid #C4C7CA;
    border-left: 2px dashed #C4C7CA;
  }
}
@media (min-width: 62rem) {
  .header__site-search.mobile .header__search-type {
    width: 50%;
  }
}
.header__site-search.mobile .header__search-type div {
  margin-right: 20px;
}
.header__site-search.mobile .header__search-type .search-collection {
  margin-left: 20px;
}
.header__site-search.mobile .header__search-type label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin: 22px 0;
}
.header__site-search.mobile .header__search-type label input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.header__site-search.mobile .header__search-type label .radio-label {
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 16px;
  margin-left: 10px;
}
.header__site-search.mobile .header__search-type label .check {
  display: block;
  border: 2px solid #4C4D4F;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  z-index: 5;
  transition: border 0.1s linear;
}
.header__site-search.mobile .header__search-type label .check::before {
  display: block;
  content: "";
  border-radius: 100%;
  height: 15px;
  width: 15px;
  margin: auto;
  transition: background 0.1s linear;
}
.header__site-search.mobile .header__search-type label input[type=radio]:checked ~ .check {
  border: 0;
}
.header__site-search.mobile .header__search-type label input[type=radio]:checked ~ .check::before {
  background: #51832f;
}
@media (max-width: 53.12375rem) {
  .header__site-search .search-trigger:checked ~ div {
    flex-direction: column;
  }
}
@media (max-width: 31.24875rem) {
  .header__site-search .search-trigger:checked ~ div {
    display: block;
  }
  .header__site-search .search-trigger:checked ~ div .select-wrapper {
    max-width: 100%;
    padding-left: 0;
    padding-top: 0.3125rem;
    width: 100%;
  }
  .header__site-search .search-trigger:checked ~ div .select-wrapper::after {
    background: none;
  }
}
.header__site-search .search-trigger:checked ~ label {
  background: #eef1f4;
}
.header__site-search .select-wrapper {
  background-color: #fff;
  margin-top: 0;
  max-width: 11.25rem;
  padding: 0.625rem 1rem 0 0.5rem;
}
@media (min-width: 48rem) {
  .header__site-search .select-wrapper {
    padding-top: 0.875rem;
  }
}
@media (min-width: 62rem) {
  .header__site-search .select-wrapper {
    background-color: #eef1f4;
    padding-top: 1rem;
  }
}
.header__site-search .select-wrapper .caret {
  margin-right: 10px;
}
.header__site-search .select-wrapper::after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%223%22%20height%3D%22100%22%20viewBox%3D%220%200%203%20100%22%3E%20%20%20%3Cpath%20fill%3D%22%23878B90%22%20fill-rule%3D%22evenodd%22%20d%3D%22M208.68%2C918.04%20C208.68%2C918.320001%20208.580001%2C918.569999%20208.38%2C918.79%20C208.179999%2C919.010001%20207.920002%2C919.12%20207.6%2C919.12%20C207.279998%2C919.12%20207.020001%2C919.010001%20206.82%2C918.79%20C206.619999%2C918.569999%20206.52%2C918.320001%20206.52%2C918.04%20C206.52%2C917.759999%20206.619999%2C917.510001%20206.82%2C917.29%20C207.020001%2C917.069999%20207.279998%2C916.96%20207.6%2C916.96%20C207.920002%2C916.96%20208.179999%2C917.069999%20208.38%2C917.29%20C208.580001%2C917.510001%20208.68%2C917.759999%20208.68%2C918.04%20Z%20M213.78%2C918.04%20C213.78%2C918.320001%20213.680001%2C918.569999%20213.48%2C918.79%20C213.279999%2C919.010001%20213.020002%2C919.12%20212.7%2C919.12%20C212.379998%2C919.12%20212.120001%2C919.010001%20211.92%2C918.79%20C211.719999%2C918.569999%20211.62%2C918.320001%20211.62%2C918.04%20C211.62%2C917.759999%20211.719999%2C917.510001%20211.92%2C917.29%20C212.120001%2C917.069999%20212.379998%2C916.96%20212.7%2C916.96%20C213.020002%2C916.96%20213.279999%2C917.069999%20213.48%2C917.29%20C213.680001%2C917.510001%20213.78%2C917.759999%20213.78%2C918.04%20Z%20M218.88%2C918.04%20C218.88%2C918.320001%20218.780001%2C918.569999%20218.58%2C918.79%20C218.379999%2C919.010001%20218.120002%2C919.12%20217.8%2C919.12%20C217.479998%2C919.12%20217.220001%2C919.010001%20217.02%2C918.79%20C216.819999%2C918.569999%20216.72%2C918.320001%20216.72%2C918.04%20C216.72%2C917.759999%20216.819999%2C917.510001%20217.02%2C917.29%20C217.220001%2C917.069999%20217.479998%2C916.96%20217.8%2C916.96%20C218.120002%2C916.96%20218.379999%2C917.069999%20218.58%2C917.29%20C218.780001%2C917.510001%20218.88%2C917.759999%20218.88%2C918.04%20Z%20M223.98%2C918.04%20C223.98%2C918.320001%20223.880001%2C918.569999%20223.68%2C918.79%20C223.479999%2C919.010001%20223.220002%2C919.12%20222.9%2C919.12%20C222.579998%2C919.12%20222.320001%2C919.010001%20222.12%2C918.79%20C221.919999%2C918.569999%20221.82%2C918.320001%20221.82%2C918.04%20C221.82%2C917.759999%20221.919999%2C917.510001%20222.12%2C917.29%20C222.320001%2C917.069999%20222.579998%2C916.96%20222.9%2C916.96%20C223.220002%2C916.96%20223.479999%2C917.069999%20223.68%2C917.29%20C223.880001%2C917.510001%20223.98%2C917.759999%20223.98%2C918.04%20Z%20M229.08%2C918.04%20C229.08%2C918.320001%20228.980001%2C918.569999%20228.78%2C918.79%20C228.579999%2C919.010001%20228.320002%2C919.12%20228%2C919.12%20C227.679998%2C919.12%20227.420001%2C919.010001%20227.22%2C918.79%20C227.019999%2C918.569999%20226.92%2C918.320001%20226.92%2C918.04%20C226.92%2C917.759999%20227.019999%2C917.510001%20227.22%2C917.29%20C227.420001%2C917.069999%20227.679998%2C916.96%20228%2C916.96%20C228.320002%2C916.96%20228.579999%2C917.069999%20228.78%2C917.29%20C228.980001%2C917.510001%20229.08%2C917.759999%20229.08%2C918.04%20Z%20M234.18%2C918.04%20C234.18%2C918.320001%20234.080001%2C918.569999%20233.88%2C918.79%20C233.679999%2C919.010001%20233.420002%2C919.12%20233.1%2C919.12%20C232.779998%2C919.12%20232.520001%2C919.010001%20232.32%2C918.79%20C232.119999%2C918.569999%20232.02%2C918.320001%20232.02%2C918.04%20C232.02%2C917.759999%20232.119999%2C917.510001%20232.32%2C917.29%20C232.520001%2C917.069999%20232.779998%2C916.96%20233.1%2C916.96%20C233.420002%2C916.96%20233.679999%2C917.069999%20233.88%2C917.29%20C234.080001%2C917.510001%20234.18%2C917.759999%20234.18%2C918.04%20Z%20M239.28%2C918.04%20C239.28%2C918.320001%20239.180001%2C918.569999%20238.98%2C918.79%20C238.779999%2C919.010001%20238.520002%2C919.12%20238.2%2C919.12%20C237.879998%2C919.12%20237.620001%2C919.010001%20237.42%2C918.79%20C237.219999%2C918.569999%20237.12%2C918.320001%20237.12%2C918.04%20C237.12%2C917.759999%20237.219999%2C917.510001%20237.42%2C917.29%20C237.620001%2C917.069999%20237.879998%2C916.96%20238.2%2C916.96%20C238.520002%2C916.96%20238.779999%2C917.069999%20238.98%2C917.29%20C239.180001%2C917.510001%20239.28%2C917.759999%20239.28%2C918.04%20Z%20M244.38%2C918.04%20C244.38%2C918.320001%20244.280001%2C918.569999%20244.08%2C918.79%20C243.879999%2C919.010001%20243.620002%2C919.12%20243.3%2C919.12%20C242.979998%2C919.12%20242.720001%2C919.010001%20242.52%2C918.79%20C242.319999%2C918.569999%20242.22%2C918.320001%20242.22%2C918.04%20C242.22%2C917.759999%20242.319999%2C917.510001%20242.52%2C917.29%20C242.720001%2C917.069999%20242.979998%2C916.96%20243.3%2C916.96%20C243.620002%2C916.96%20243.879999%2C917.069999%20244.08%2C917.29%20C244.280001%2C917.510001%20244.38%2C917.759999%20244.38%2C918.04%20Z%20M249.48%2C918.04%20C249.48%2C918.320001%20249.380001%2C918.569999%20249.18%2C918.79%20C248.979999%2C919.010001%20248.720002%2C919.12%20248.4%2C919.12%20C248.079998%2C919.12%20247.820001%2C919.010001%20247.62%2C918.79%20C247.419999%2C918.569999%20247.32%2C918.320001%20247.32%2C918.04%20C247.32%2C917.759999%20247.419999%2C917.510001%20247.62%2C917.29%20C247.820001%2C917.069999%20248.079998%2C916.96%20248.4%2C916.96%20C248.720002%2C916.96%20248.979999%2C917.069999%20249.18%2C917.29%20C249.380001%2C917.510001%20249.48%2C917.759999%20249.48%2C918.04%20Z%20M254.58%2C918.04%20C254.58%2C918.320001%20254.480001%2C918.569999%20254.28%2C918.79%20C254.079999%2C919.010001%20253.820002%2C919.12%20253.5%2C919.12%20C253.179998%2C919.12%20252.920001%2C919.010001%20252.72%2C918.79%20C252.519999%2C918.569999%20252.42%2C918.320001%20252.42%2C918.04%20C252.42%2C917.759999%20252.519999%2C917.510001%20252.72%2C917.29%20C252.920001%2C917.069999%20253.179998%2C916.96%20253.5%2C916.96%20C253.820002%2C916.96%20254.079999%2C917.069999%20254.28%2C917.29%20C254.480001%2C917.510001%20254.58%2C917.759999%20254.58%2C918.04%20Z%20M259.68%2C918.04%20C259.68%2C918.320001%20259.580001%2C918.569999%20259.38%2C918.79%20C259.179999%2C919.010001%20258.920002%2C919.12%20258.6%2C919.12%20C258.279998%2C919.12%20258.020001%2C919.010001%20257.82%2C918.79%20C257.619999%2C918.569999%20257.52%2C918.320001%20257.52%2C918.04%20C257.52%2C917.759999%20257.619999%2C917.510001%20257.82%2C917.29%20C258.020001%2C917.069999%20258.279998%2C916.96%20258.6%2C916.96%20C258.920002%2C916.96%20259.179999%2C917.069999%20259.38%2C917.29%20C259.580001%2C917.510001%20259.68%2C917.759999%20259.68%2C918.04%20Z%20M264.78%2C918.04%20C264.78%2C918.320001%20264.680001%2C918.569999%20264.48%2C918.79%20C264.279999%2C919.010001%20264.020002%2C919.12%20263.7%2C919.12%20C263.379998%2C919.12%20263.120001%2C919.010001%20262.92%2C918.79%20C262.719999%2C918.569999%20262.62%2C918.320001%20262.62%2C918.04%20C262.62%2C917.759999%20262.719999%2C917.510001%20262.92%2C917.29%20C263.120001%2C917.069999%20263.379998%2C916.96%20263.7%2C916.96%20C264.020002%2C916.96%20264.279999%2C917.069999%20264.48%2C917.29%20C264.680001%2C917.510001%20264.78%2C917.759999%20264.78%2C918.04%20Z%20M269.88%2C918.04%20C269.88%2C918.320001%20269.780001%2C918.569999%20269.58%2C918.79%20C269.379999%2C919.010001%20269.120002%2C919.12%20268.8%2C919.12%20C268.479998%2C919.12%20268.220001%2C919.010001%20268.02%2C918.79%20C267.819999%2C918.569999%20267.72%2C918.320001%20267.72%2C918.04%20C267.72%2C917.759999%20267.819999%2C917.510001%20268.02%2C917.29%20C268.220001%2C917.069999%20268.479998%2C916.96%20268.8%2C916.96%20C269.120002%2C916.96%20269.379999%2C917.069999%20269.58%2C917.29%20C269.780001%2C917.510001%20269.88%2C917.759999%20269.88%2C918.04%20Z%20M274.98%2C918.04%20C274.98%2C918.320001%20274.880001%2C918.569999%20274.68%2C918.79%20C274.479999%2C919.010001%20274.220002%2C919.12%20273.9%2C919.12%20C273.579998%2C919.12%20273.320001%2C919.010001%20273.12%2C918.79%20C272.919999%2C918.569999%20272.82%2C918.320001%20272.82%2C918.04%20C272.82%2C917.759999%20272.919999%2C917.510001%20273.12%2C917.29%20C273.320001%2C917.069999%20273.579998%2C916.96%20273.9%2C916.96%20C274.220002%2C916.96%20274.479999%2C917.069999%20274.68%2C917.29%20C274.880001%2C917.510001%20274.98%2C917.759999%20274.98%2C918.04%20Z%20M280.08%2C918.04%20C280.08%2C918.320001%20279.980001%2C918.569999%20279.78%2C918.79%20C279.579999%2C919.010001%20279.320002%2C919.12%20279%2C919.12%20C278.679998%2C919.12%20278.420001%2C919.010001%20278.22%2C918.79%20C278.019999%2C918.569999%20277.92%2C918.320001%20277.92%2C918.04%20C277.92%2C917.759999%20278.019999%2C917.510001%20278.22%2C917.29%20C278.420001%2C917.069999%20278.679998%2C916.96%20279%2C916.96%20C279.320002%2C916.96%20279.579999%2C917.069999%20279.78%2C917.29%20C279.980001%2C917.510001%20280.08%2C917.759999%20280.08%2C918.04%20Z%20M285.18%2C918.04%20C285.18%2C918.320001%20285.080001%2C918.569999%20284.88%2C918.79%20C284.679999%2C919.010001%20284.420002%2C919.12%20284.1%2C919.12%20C283.779998%2C919.12%20283.520001%2C919.010001%20283.32%2C918.79%20C283.119999%2C918.569999%20283.02%2C918.320001%20283.02%2C918.04%20C283.02%2C917.759999%20283.119999%2C917.510001%20283.32%2C917.29%20C283.520001%2C917.069999%20283.779998%2C916.96%20284.1%2C916.96%20C284.420002%2C916.96%20284.679999%2C917.069999%20284.88%2C917.29%20C285.080001%2C917.510001%20285.18%2C917.759999%20285.18%2C918.04%20Z%20M290.28%2C918.04%20C290.28%2C918.320001%20290.180001%2C918.569999%20289.98%2C918.79%20C289.779999%2C919.010001%20289.520002%2C919.12%20289.2%2C919.12%20C288.879998%2C919.12%20288.620001%2C919.010001%20288.42%2C918.79%20C288.219999%2C918.569999%20288.12%2C918.320001%20288.12%2C918.04%20C288.12%2C917.759999%20288.219999%2C917.510001%20288.42%2C917.29%20C288.620001%2C917.069999%20288.879998%2C916.96%20289.2%2C916.96%20C289.520002%2C916.96%20289.779999%2C917.069999%20289.98%2C917.29%20C290.180001%2C917.510001%20290.28%2C917.759999%20290.28%2C918.04%20Z%20M295.38%2C918.04%20C295.38%2C918.320001%20295.280001%2C918.569999%20295.08%2C918.79%20C294.879999%2C919.010001%20294.620002%2C919.12%20294.3%2C919.12%20C293.979998%2C919.12%20293.720001%2C919.010001%20293.52%2C918.79%20C293.319999%2C918.569999%20293.22%2C918.320001%20293.22%2C918.04%20C293.22%2C917.759999%20293.319999%2C917.510001%20293.52%2C917.29%20C293.720001%2C917.069999%20293.979998%2C916.96%20294.3%2C916.96%20C294.620002%2C916.96%20294.879999%2C917.069999%20295.08%2C917.29%20C295.280001%2C917.510001%20295.38%2C917.759999%20295.38%2C918.04%20Z%20M300.48%2C918.04%20C300.48%2C918.320001%20300.380001%2C918.569999%20300.18%2C918.79%20C299.979999%2C919.010001%20299.720002%2C919.12%20299.4%2C919.12%20C299.079998%2C919.12%20298.820001%2C919.010001%20298.62%2C918.79%20C298.419999%2C918.569999%20298.32%2C918.320001%20298.32%2C918.04%20C298.32%2C917.759999%20298.419999%2C917.510001%20298.62%2C917.29%20C298.820001%2C917.069999%20299.079998%2C916.96%20299.4%2C916.96%20C299.720002%2C916.96%20299.979999%2C917.069999%20300.18%2C917.29%20C300.380001%2C917.510001%20300.48%2C917.759999%20300.48%2C918.04%20Z%20M305.58%2C918.04%20C305.58%2C918.320001%20305.480001%2C918.569999%20305.28%2C918.79%20C305.079999%2C919.010001%20304.820002%2C919.12%20304.5%2C919.12%20C304.179998%2C919.12%20303.920001%2C919.010001%20303.72%2C918.79%20C303.519999%2C918.569999%20303.42%2C918.320001%20303.42%2C918.04%20C303.42%2C917.759999%20303.519999%2C917.510001%20303.72%2C917.29%20C303.920001%2C917.069999%20304.179998%2C916.96%20304.5%2C916.96%20C304.820002%2C916.96%20305.079999%2C917.069999%20305.28%2C917.29%20C305.480001%2C917.510001%20305.58%2C917.759999%20305.58%2C918.04%20Z%22%20transform%3D%22rotate%28-90%20-305.45%20611.54%29%22%2F%3E%20%3C%2Fsvg%3E%20") center right repeat-y;
  content: "";
  height: 65%;
  position: absolute;
  right: 0;
  top: 10px;
  width: 5px;
}
.header__site-search .select-wrapper input.select-dropdown {
  border-bottom: 0;
  font-weight: 900;
  min-width: 7em;
  padding-left: 1rem;
  padding-right: 1rem;
}
.header__site-search #site-search {
  display: none;
}

@media (min-width: 62rem) {
  .header__site-navigation {
    display: flex;
    justify-content: flex-end;
  }
  .header__site-navigation .header__utilities {
    min-height: unset;
    align-self: center;
  }
}
@media (min-width: 75rem) {
  .header__site-navigation .header__utilities {
    align-self: center;
  }
}
@media (min-width: 62rem) {
  .header__site-navigation--logged-out {
    grid-template-columns: 1fr 16.8rem;
  }
}

.header__utilities {
  position: relative;
}
@media (max-width: 61.99875rem) {
  .header__utilities {
    position: unset;
  }
}
.header__utilities.account--is-staff .account-trigger:checked ~ .region--secondary-menu .menu.menu--account a.menu--heading-group {
  display: none;
}

.account-trigger:checked ~ .region--secondary-menu {
  flex-direction: column;
  background: #ECEFF2;
  color: #4C4D4F;
}
@media (min-width: 62rem) {
  .account-trigger:checked ~ .region--secondary-menu {
    width: 25.9375rem;
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.15);
  }
}
.account-trigger:checked ~ .region--secondary-menu .menu--account-user {
  color: #4C4D4F;
}
.account-trigger:checked ~ .region--secondary-menu .menu.menu--account {
  flex-wrap: nowrap;
  max-height: unset;
  overflow-x: unset;
}
.account-trigger:checked ~ .region--secondary-menu .menu.menu--account .menu__item:nth-child(7) {
  margin-top: 10px;
}
.account-trigger:checked ~ .region--secondary-menu .menu.menu--account .menu__item:nth-child(11) {
  margin-top: 10px;
}
.account-trigger:checked ~ .region--secondary-menu .menu.menu--account a {
  color: #4C4D4F;
  line-height: 2;
  font-size: 1rem;
}
.account-trigger:checked ~ .region--secondary-menu .menu.menu--account a:hover {
  color: #D13400;
}
@media (max-width: 61.99875rem) {
  .account-trigger:checked ~ .region--secondary-menu .menu.menu--account a {
    margin-bottom: 0;
  }
}
.account-trigger:checked ~ .region--secondary-menu .menu.menu--account a.menu--heading-group {
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 5px;
  cursor: none;
  pointer-events: none;
  letter-spacing: 1px;
  font-size: 1rem;
}
.account-trigger:checked ~ .region--secondary-menu .menu.menu--account label {
  color: #4C4D4F;
  line-height: 1.2;
}

.header__logo {
  display: block;
  justify-content: left;
}
@media (min-width: 62rem) {
  .header__logo--mobile {
    display: none;
  }
}
.header__logo--desktop {
  display: none;
}
@media (min-width: 62rem) {
  .header__logo--desktop {
    display: block;
  }
  .header__logo--desktop img,
  .header__logo--desktop a {
    height: 90px;
    width: 260px;
  }
}

.header__menu-main {
  z-index: 1;
}
@media (min-width: 62rem) {
  .header__menu-main {
    margin-top: 0;
  }
}
.header__menu-main .region--footer {
  display: table;
}
@media (min-width: 62rem) {
  .header__menu-main .region--footer {
    display: none;
  }
}
.header__menu-main [id^=block-copyrightblock] {
  display: table-footer-group;
}
@media (max-width: 61.99875rem) {
  .header__menu-main .menu--footer-menu {
    display: block;
  }
  .header__menu-main .menu--footer-menu {
    font-size: 0.8819444444rem;
  }
}
@media (max-width: 61.99875rem) and (min-width: 48rem) {
  .header__menu-main .menu--footer-menu {
    font-size: 0.9375rem;
  }
}
@media (max-width: 61.99875rem) and (min-width: 62rem) {
  .header__menu-main .menu--footer-menu {
    font-size: 1.125rem;
  }
}
@media (max-width: 61.99875rem) {
  .header__menu-main .menu--footer-menu .menu__item {
    display: block;
    margin: 0;
  }
  .header__menu-main .menu--footer-menu .menu__link {
    font-weight: normal;
    margin-bottom: 0.5rem;
    padding: 0.25rem 0;
    text-decoration: none;
  }
  .header__menu-main .menu--social-media-menu {
    justify-content: flex-start;
    margin-top: 0;
    padding-left: 0;
  }
  .header__menu-main .menu--social-media-menu .menu__item:last-of-type {
    width: 100%;
  }
  .header__menu-main .menu--social-media-menu .menu__item:last-of-type a {
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  .header__menu-main .menu--social-media-menu [href*="facebook.com"],
  .header__menu-main .menu--social-media-menu [href*="twitter.com"],
  .header__menu-main .menu--social-media-menu [href*="instagram.com"],
  .header__menu-main .menu--social-media-menu [href*="youtube.com"] {
    background-position: left;
    padding-top: 0;
  }
}

.nav-trigger__icon--expand rect,
.nav-trigger__icon--expand polygon {
  fill: #0288d1;
}

.nav-trigger__icon--collapse rect,
.nav-trigger__icon--collapse polygon {
  fill: #007E9E;
}

.menu--intercept-staff a {
  font-weight: bold;
  transition: color 0.2s ease-in-out;
}
.menu--intercept-staff a:hover, .menu--intercept-staff a.is-active {
  color: #D13400;
}

.menu--main-navigation-secondary a {
  transition: color 0.2s ease-in-out;
}
.menu--main-navigation-secondary a:hover, .menu--main-navigation-secondary a.is-active {
  color: #D13400;
}

label[for=account-trigger] {
  background: #007E9E;
}
@media (max-width: 61.99875rem) {
  label[for=account-trigger] {
    background: transparent;
  }
}
label[for=account-trigger] .mobile svg .st0 {
  fill: #51832f;
}
@media (min-width: 62rem) {
  label[for=account-trigger] {
    font-size: 1rem;
    min-width: 12.25rem;
    padding: 0 1rem 0 1.5rem;
  }
}

.menu--account [id^=block-intercept-base-account-menu] a, .menu--account [id^=block-intercept-base-account-menu] .menu__item label {
  line-height: 1.8;
  position: relative;
}
.menu--account [id^=block-intercept-base-account-menu] a::after, .menu--account [id^=block-intercept-base-account-menu] .menu__item label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.3s ease-in-out, height 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.menu--account [id^=block-intercept-base-account-menu] a:hover, .menu--account [id^=block-intercept-base-account-menu] .menu__item label:hover {
  color: #fff;
}
.menu--account [id^=block-intercept-base-account-menu] a:hover::after, .menu--account [id^=block-intercept-base-account-menu] a.is-active, .menu--account [id^=block-intercept-base-account-menu] .menu__item label:hover::after, .menu--account [id^=block-intercept-base-account-menu] .menu__item label.is-active {
  bottom: 0;
  height: 0.9px;
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 62rem) {
  .menu--account.account-trigger--logged-out {
    background-color: #51832f;
    transition: background-color 0.2s ease-in-out;
  }
}
@media (min-width: 62rem) {
  .menu--account.account-trigger--logged-out:hover {
    background-color: #0277bd;
  }
}
.menu--account.account-trigger--logged-out .mobile svg .st0 {
  fill: #51832f;
}

[id^=block-userlogin] {
  width: 100%;
}
[id^=block-userlogin] .item-list {
  display: none;
}
[id^=block-userlogin] p:not([class]) {
  max-width: 25em;
  margin: auto;
  margin-top: 1em;
}

.search-trigger__icon--expand path {
  stroke: #51832f;
}
.search-trigger__icon--expand rect,
.search-trigger__icon--expand polygon {
  fill: #51832f;
}

.search-trigger__icon--collapse rect,
.search-trigger__icon--collapse polygon {
  fill: #007E9E;
}

.autocompleter {
  background-color: #d9dce0;
  z-index: 99;
}

.autocompleter-list li {
  padding: 1.2rem 1rem;
}
.autocompleter-list li {
  font-size: 0.6527777778rem;
}
@media (min-width: 48rem) {
  .autocompleter-list li {
    font-size: 0.8333333333rem;
  }
}
@media (min-width: 62rem) {
  .autocompleter-list li {
    font-size: 1rem;
  }
}

.search-bar .autocompleter-show {
  top: 60px;
}

.autocompleter-item:hover,
.autocompleter-item-selected {
  background-color: #e4e8eb;
}

.header__page-title {
  color: #747481;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}