@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);

.translation {
  background: #D4EB8E;
  /* height: 61px; */

  height: 5vh;
  min-height: 50px;  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero {
  background: url("../images/DJI_0205.jpg");
  background-position: center bottom;
  background-size: cover;
  /* height: 899px; */
  height: 94vh;
  min-height: 625px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.hero:before {
  display: none;
}
.hero .nav-wrapper {
  background: rgba(49, 84, 112, 0.8);
  width: 100%;
}
.hero nav {
  /* border: 4px solid #fff; */
  height: 136px;
  width: 100%;
  max-width: 1142px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 70.5px 0 63.63px;
}

.hero nav .nav__logo object {
  width: 100%;
  max-width: 195px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero nav .nav__links {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.hero nav .nav__links li {
  display: inline-block;
  border-right: 1px solid #EED484;
  position: relative;
  padding: 0 34.5px;
  margin-bottom: 0px;
}

.hero nav .nav__links li:last-child {
  border-right: 0px;
}

.hero nav .nav__links li:hover .nav__links {
  display: block;
  position: absolute;
  width: 300px;
}

.hero nav .nav__links li:hover .nav__links:before {
  content: '';
  border-top: 6px solid #8D3F2B;
  display: inline-block;
  width: 80px;
  position: relative;
  top: 0;
  margin-bottom: -4px;
}

.hero nav .nav__links li:hover .nav__links li {
  display: block;
  border-right: none;
  background: #fff;
  border-bottom: 1px solid #315470;
  padding: 0;
  -webkit-transition: background .5s ease-in-out;
  transition: background .5s ease-in-out;
}

.hero nav .nav__links li:hover .nav__links li a {
  padding: 8px;
  color: #315470;
  text-transform: initial;
  display: block;
  -webkit-transition: color .5s ease-in-out;
  transition: color .5s ease-in-out;
}

.hero nav .nav__links li:hover .nav__links li a:hover {
  color: #416f93;
}

.hero nav .nav__links li:hover .nav__links li:hover {
  background: #e6e6e6;
}

.hero nav .nav__links a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
}

.hero nav .nav__links .nav__links {
  display: none;
}

.hero__welcome {
  margin-top: auto;
  font-size: 102px;
  line-height: 115px;
  color: #fff;
  font-size: bold;
  margin-bottom: 35px;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.45);
}

@media screen and (max-width: 640px) {
  .hero__welcome {
    font-size: 40px;
    line-height: 65px;
  }
}

.hero__search {
  margin-bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 412px;
}
.hero .hero__search .search {
  gap: 0;
  justify-content: initial;
}

@media screen and (max-width: 640px) {
  .hero__search {
    min-width: 300px;
  }
}

.hero .hero__search .search input[type=text] {
  background: rgba(200, 200, 200, 0.5);
  outline: none;
  border: 1px solid #fff;
  border-right: 0px;
  margin: 0;
  height: 56px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  border-radius: 0;
}

.hero .hero__search .search input[type=text]::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.hero .hero__search .search input[type=text]:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.hero .hero__search .search input[type=text]::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.hero .hero__search .search input[type=text]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.hero .hero__search .search button.button {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  background: #DB864E;
  outline: none;
  color: #fff;
  height: 56px;
  border: 1px solid #fff;
  padding: 0 15px;
}

.hero:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#C4C4C4), to(#c4c4c400));
  background: linear-gradient(180deg, #C4C4C4, #c4c4c400);
  content: '';
  height: 367px;
  position: absolute;
  bottom: -367px;
  width: 100%;
  z-index: -1;
}
/* 
.homepage-card-background {
  position: relative;
  margin-bottom: 120px;
  padding-top: 120px;
}

.homepage-card-background--blue:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 500px;
  z-index: -1;
  background: url("/assets/Group 124/blue.png");
  background-size: cover;
  bottom: -60px;
}

.homepage-card-background--gray:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 500px;
  z-index: -1;
  background: url("/assets/Group 124/gray.png");
  background-size: cover;
  bottom: -60px;
}

.homepage-card-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 1142px;
  position: relative;
  margin: 0 auto -60px;
}

@media screen and (max-width: 640px) {
  .homepage-card-wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr);
  }
}

.homepage-card-wrapper .homepage-card {
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: 370px 1fr;
      grid-template-rows: 370px 1fr;
}

.homepage-card-wrapper .homepage-card__image {
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 55px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.homepage-card-wrapper .homepage-card__image--scrim::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.homepage-card-wrapper .homepage-card__title {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  max-width: 237px;
  z-index: 1;
}

.homepage-card-wrapper .homepage-card__title--long {
  max-width: 100%;
}

.homepage-card-wrapper .homepage-card__content {
  padding: 23px 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.homepage-card-wrapper .homepage-card__content p {
  margin-top: 0;
  color: #707070;
  font-size: 18px;
  line-height: 22px;
}

.homepage-card-wrapper .homepage-card__list {
  font-size: 20px;
  line-height: 25px;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.homepage-card-wrapper .homepage-card__list li {
  text-indent: -5px;
}

.homepage-card-wrapper .homepage-card__list li:before {
  content: "-";
  color: #00BCD8;
  text-indent: -5px;
}

.homepage-card-wrapper .homepage-card__list a {
  color: #00BCD8;
  text-decoration: none;
  font-weight: bold;
}

.homepage-card-wrapper .homepage-card__list--col-2 {
  -webkit-columns: 2;
          columns: 2;
}

.homepage-card-wrapper .homepage-card__list--news {
  margin-bottom: 26px;
}

.homepage-card-wrapper .homepage-card__list--news li {
  text-indent: 0;
}

.homepage-card-wrapper .homepage-card__list--news li:before {
  display: none;
}

.homepage-card-wrapper .homepage-card__list--news .news__date {
  color: #707070;
  font-size: 18px;
}

.homepage-card-wrapper .homepage-card__more-link {
  color: #DB864E;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-decoration: none;
  margin-top: auto;
}

.homepage-card-wrapper .homepage-card__logo {
  bottom: 30px;
  max-width: 157px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: absolute;
}*/

.county-feature-block {
  /* max-width: 689px; */
  margin: 0 auto 50px;
  font-size: 65px;
  line-height: 85px;
  padding: 190px 76px 44px;
}

@media screen and (max-width: 640px) {
  .county-feature-block {
    font-size: 35px;
    line-height: 55px;
    padding: 190px 30px 44px;
  }
} 

.county-feature-block__graphic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.county-feature-block__graphic object {
  position: absolute;
  top: -337px;
}

.county-feature-block--red {
  background: #8D3F2B;
  color: #fff;
  border-top: 3px solid #EED484;
  font-style: italic;
}

.county-feature-block--red .county-feature-block__highlight {
  color: #EED484;
}

@media screen and (max-width: 640px) {
  .county-feature-block__content {
    font-size: 24px;
    line-height: 36px;
    padding: 0 40px;
  }
}

.county-feature-block-image {
  display: -ms-grid;
  display: grid;
  height: 1075px;
  -ms-grid-columns: (0.4fr)[2] 1.2fr;
      grid-template-columns: repeat(2, 0.4fr) 1.2fr;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .county-feature-block-image {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 400px 1fr;
        grid-template-rows: 400px 1fr;
    height: 100%;
  }
}

.county-feature-block__section {
  background-size: cover;
  background-position: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.county-feature-block__section::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.45)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.45));
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

@media screen and (max-width: 640px) {
  .county-feature-block__section:last-of-type {
    grid-column: span 2;
    padding: 30px 0;
  }
}

.county-feature-block__pre-title {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 1;
}

.county-feature-block__title {
  font-size: 68px;
  line-height: 78px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 1;
}
.county-feature-block__content {
  max-width: 733px;
  font-size: 48px;
  line-height: 68px;
  margin: 0 auto;
  z-index: 1;
}

.card-homepage {
  border-radius: 8px;
  padding: 30px 25px;
  background-size: cover;
  background-position: center;
  min-height: 457px;
  margin: 10px 0;
}

.card-homepage .card-homepage__title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.card-homepage .card-homepage__description {
  font-size: 14px;
  line-height: 23px;
  color: #fff;
}


/* 
footer {
  padding: 50px 0;
  background: #315470;
  color: #fff;
}

@media screen and (max-width: 640px) {
  footer {
    text-align: center;
  }
}

footer .footer__wrapper {
  max-width: 1142px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 640px) {
  footer .footer__wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: (1fr)[3];
        grid-template-rows: repeat(3, 1fr);
  }
}

footer .footer__title {
  font-size: 30px;
  line-height: 58px;
  margin-bottom: 52px;
  min-height: 58px;
}

footer .footer__link-list, footer .footer__social-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

footer .footer__link-list {
  font-size: 18px;
}

footer .footer__link-list a {
  color: #fff;
  text-decoration: none;
  height: 54px;
  display: block;
}

footer .footer__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 49px;
  font-size: 36px;
  padding-left: 45px;
}

@media screen and (max-width: 640px) {
  footer .footer__social-list {
    padding-left: 0;
  }
}

footer .footer__social-list a {
  color: #D4EB8E;
  text-decoration: none;
}

footer .footer__social-list a i {
  width: 40px;
  text-align: center;
}

footer .footer__seal {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

footer .footer__copyright {
  text-align: center;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Roboto",sans-serif;
}
# sourceMappingURL=main.css.map */
.feature-block-image {
  display: -ms-grid;
  display: grid;
  height: 1075px;
  -ms-grid-columns: (0.4fr)[2] 1.2fr;
      grid-template-columns: repeat(2, 0.4fr) 1.2fr;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .feature-block-image {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 400px 1fr;
        grid-template-rows: 400px 1fr;
    height: 100%;
  }
}

.feature-block-image__section {
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.45);
  background-size: cover;
  background-position: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.feature-block-image__section::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.45)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.45));
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

@media screen and (max-width: 640px) {
  .feature-block-image__section:last-of-type {
    grid-column: span 2;
    padding: 30px 0;
  }
}

.feature-block-image__pre-title {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 1;
}

.feature-block-image__title {
  font-size: 68px;
  line-height: 78px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 1;
}

.feature-block-image__content {
  font-size: 24px;
  line-height: 36px;
  z-index: 1;
  max-width: 47ch;
}

@media screen and (max-width: 640px) {
  .feature-block-image__content {
    font-size: 16px;
    padding: 0 40px;
  }
}
