@charset "UTF-8";
h1,
h2,
h3,
h4,
h5 {
  color: #09202e;
  letter-spacing: unset;
}

* {
  letter-spacing: unset;
}

.wrap iframe,
.wrap img {
  border-radius: 6px;
}

.wrap p.big {
  font-weight: 700;
  font-size: 18px;
}
.wrap p.extra-big {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 40px;
}

.head-top {
  padding: 12px 0;
  transition: 200ms all;
}
.head-top .search-form button {
  right: 0;
}
.head-top .search-form button:hover {
  color: #ff4d4f;
}
.head-top .search-form input {
  height: auto;
  border: 0;
  background-color: transparent;
  width: 100px;
  padding: 0;
  font-size: 16px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.head-top .search-form input:focus {
  box-shadow: none;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 5px;
}
.head-top nav ul.menu > li a {
  font-size: 16px;
}
.head-top a,
.head-top nav ul.menu > li > a {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  color: #9da6ab;
  font-size: 16px;
  font-weight: 700;
  font-family: "SFProDisplay";
}
.head-top nav ul.menu > li > a {
  padding-block: 0;
  line-height: 40px;
  border: 0;
}
.head-top nav ul.menu > li:nth-child(1) a {
  padding-left: 0;
}
.head-top ul.sub-menu a {
  color: #09202e;
}
.head-top ul.sub-menu a:hover {
  color: #ff4d4f;
}

.space-brd {
  border-color: #ddd;
}

.head-top .column.space-brd {
  padding-left: 8px;
}

.page-break {
  height: 187px;
}

.banner-cont {
  max-width: 660px;
  position: absolute;
  color: #fff;
  left: 15px;
  bottom: 40px;
}
.banner-cont h1,
.banner-cont h2 {
  color: #fff;
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
  margin: 0;
}
.banner-cont .content {
  padding-top: 30px;
}
.banner-cont p {
  font-size: 16px;
  line-height: 22px;
}
.banner-cont .button-wrapper {
  padding-top: 20px;
}
.banner-cont .button-wrap .button {
  margin: 0;
}

.banner-slider-inner {
  position: relative;
  overflow: hidden;
}
.banner-slider-inner > .image {
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 58%;
}
.banner-slider-inner > .mobile-image {
  display: none;
  background-position: center top;
}

.banner-slider-inner > .row:before {
  content: "";
  background-color: #f93822;
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  width: 2000px;
  height: 2000px;
  left: -1240px;
  top: -700px;
}

.banner-slider-inner .row {
  height: 100%;
  position: relative;
}

.slick-dots > li {
  height: 10px;
  width: 10px;
  border: 1px solid #1d1951;
  background: no-repeat;
  margin: 0 5px;
  list-style: none;
}

.slick-dots > li.slick-active {
  background: #1d1951;
}

.department-navigation {
  transform: translateY(-56%);
  margin-bottom: -190px;
  position: relative;
  z-index: 2;
  padding: 0;
  margin-top: 0;
}
.department-navigation .nav-wrap {
  background-color: #fff;
  border-radius: 3px;
  padding: 50px 0;
  margin: 0;
}
.department-navigation .nav-wrap > .column:not(:first-child) {
  border-left: 1px solid rgba(206, 210, 213, 0.5);
}
.department-navigation .nav-block {
  text-align: center;
}
.department-navigation .nav-block img {
  display: block;
  margin: 0 auto auto;
  max-width: 35px;
}
.department-navigation .nav-block a {
  font-weight: 600;
  font-size: 18px;
  color: #09202e;
  display: flex;
  flex-direction: column;
  height: 80px;
  justify-content: end;
  white-space: nowrap;
}
.department-navigation .nav-block a:hover img {
  animation: bounce 1s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.curve-top {
  background-color: #f7f7f7;
  border-radius: 6px 6px 0 0;
  margin-top: -10px;
  color: #09202e;
  padding: 0;
  position: relative;
}

.full-hook {
  border-radius: 6px 6px 0 0;
  background-size: cover;
  position: relative;
  background-color: #eaf0fb;
  overflow: hidden;
}
.full-hook .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.full-hook .background:before, .full-hook .background:after {
  content: "";
  left: 0;
  width: 100%;
  height: 95px;
  position: absolute;
  z-index: 1;
}
.full-hook .background:before {
  background: linear-gradient(to bottom, #eaf0fb, rgba(234, 240, 251, 0));
  top: 0;
}
.full-hook .background:after {
  background: linear-gradient(to top, #eaf0fb, rgba(234, 240, 251, 0));
  bottom: 0;
  z-index: auto;
  display: none;
}
.full-hook .background .image {
  border-radius: 100%;
  width: 345px;
  aspect-ratio: 1;
  background-size: cover;
  position: absolute;
  background-position: center;
  color: #f93822;
}
.full-hook .background .image-1 {
  top: -80px;
  left: -40px;
}
.full-hook .background .image-2 {
  bottom: 0;
  right: 0;
  left: 0;
  width: 250px;
  margin: auto;
}
.full-hook .background .image-3 {
  bottom: -100px;
  left: -100px;
  width: 530px;
}
.full-hook .background .image-4 {
  width: 390px;
  bottom: 50px;
  right: -20px;
}
.full-hook .background .image-5 {
  width: 440px;
  right: -50px;
  margin: 0 auto;
  top: -30px;
}
.full-hook .text {
  text-align: center;
  max-width: 750px;
  margin-inline: auto;
  position: relative;
  font-size: 18px;
  padding: 21vw 0 13vw;
}
.full-hook .button-wrapper {
  padding-top: 20px;
  justify-content: center;
}
.full-hook h2 {
  font-size: 60px;
  color: #f93822;
  font-weight: 500;
  margin-bottom: 40px;
}

.find-location {
  background-color: #09202e;
  border-radius: 6px 6px 0 0;
  margin-top: -10px;
  color: #fff;
  padding: 30px 0 65px;
  position: relative;
}
.find-location h2 {
  color: #fff;
  line-height: 50px;
  font-weight: 500;
  margin: 0;
}
.find-location hr {
  border-bottom: 1px solid rgba(206, 210, 213, 0.5);
  max-width: 100%;
  margin: 30px 0 70px;
}
.find-location .location-card {
  border-radius: 3px;
  background-color: #0e2432;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.find-location .image {
  min-height: 337px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
.find-location .image > a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.find-location .image > a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.find-location .regions {
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.find-location .regions > div {
  border-radius: 3px;
  padding: 0 10px;
  font-size: 14px;
  color: #09202e;
  background-color: #fff;
  line-height: 24px;
}
.find-location .card-content {
  padding: 20px;
  min-height: 271px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.find-location .meta {
  display: flex;
  gap: 10px;
  font-size: 14px;
  align-items: center;
  line-height: 22px;
  color: #6b7982;
  margin-bottom: 15px;
}
.find-location h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #e7eefc;
}
.find-location h3 a {
  color: #e7eefc;
}
.find-location h3 a:hover {
  opacity: 0.5;
}
.find-location .card-content p {
  color: #ced2d5;
}
.find-location .link-wrap {
  margin-top: auto;
}
.find-location .link {
  color: #e7eefc;
  text-decoration: underline;
  font-weight: 700;
  border: 0;
  text-decoration-thickness: 2px;
}
.find-location .link:hover {
  border: 0;
  text-decoration-color: #f93822;
}
.find-location .mobile {
  display: none;
}

.department-slider {
  transform: translateX(-45px);
  position: relative;
  width: calc(100% + 45px);
  margin: 30px 0;
  display: none;
}
.department-slider:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(to right, rgba(9, 32, 46, 0) 0%, #09202e 100%);
}
.department-slider .card-slide {
  padding: 0 10px;
}
.department-slider .card-content {
  min-height: 230px;
}
.department-slider .image {
  min-height: 230px;
}
.department-slider .slick-arrow {
  display: none !important;
  top: -60px;
  position: absolute;
  font-size: 26px;
  color: #fff;
  transition: all 200ms;
}
.department-slider .slick-arrow.slick-prev {
  right: 80px;
}
.department-slider .slick-arrow.slick-next {
  right: 20px;
}
.department-slider .slick-arrow:hover {
  opacity: 0.3;
}

.button-wrapper {
  gap: 15px;
  display: flex;
  align-items: center;
}
.button-wrapper .button {
  margin: 0;
  padding: 0 13px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 3px;
  line-height: 42px;
  box-shadow: none;
  background-color: #ced2d5;
  color: #09202e;
  text-transform: capitalize;
  border: 0;
  width: fit-content;
}
.button-wrapper .button:hover {
  background-color: #09202e;
  color: #fff;
}
.button-wrapper .button.dark-hover:hover, .button-wrapper .button.dark {
  background-color: #09202e;
  color: #fff;
}
.button-wrapper .button.dark:hover {
  background-color: #ced2d5;
  color: #09202e;
}
.button-wrapper .button.light {
  background-color: #fff;
  color: #09202e;
}
.button-wrapper .button.light:hover {
  background-color: #09202e;
  color: #fff;
}
.button-wrapper .button.hollow {
  border: 2px solid #09202e;
  background-color: transparent;
  line-height: 38px;
  color: #09202e;
}
.button-wrapper .button.hollow:hover {
  background-color: #09202e;
  color: #fff;
}
.button-wrapper .button.hollow.light {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.button-wrapper .button.hollow.light:hover {
  background-color: #fff !important;
  color: #09202e;
}
.button-wrapper .button.underline {
  color: #09202e;
  background-color: transparent;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  padding-inline: 0;
  box-shadow: none !important;
  transition: all 200ms;
}
.button-wrapper .button.underline.light {
  color: #fff;
  background-color: transparent;
}
.button-wrapper .button.underline:hover {
  background-color: transparent;
  text-decoration-color: #f93822;
}
.button-wrapper .button[class^=icon-], .button-wrapper .button[class*=" icon-"] {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "SFProDisplay" !important;
}
.button-wrapper .button[class^=icon-]:before, .button-wrapper .button[class*=" icon-"]:before {
  content: "";
  height: 25px;
  aspect-ratio: 1;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 200ms;
}
.button-wrapper .button.icon-mail:before, .button-wrapper .button.mail:before {
  background-image: url(../images/icon-paper-plane.svg);
}
.button-wrapper .button.icon-mail:hover:before, .button-wrapper .button.mail:hover:before {
  filter: invert(1) grayscale(1);
}
.button-wrapper .text {
  display: flex;
  gap: 7px;
}
.button-wrapper .text a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: none;
}
.button-wrapper .text.dark {
  color: #09202e;
}
.button-wrapper .text.dark a {
  color: #09202e;
}
.button-wrapper .text.dark a:hover {
  color: #09202e;
  text-decoration-color: transparent;
}
.button-wrapper .text.light {
  color: #fff;
}
.button-wrapper .text.light a {
  color: #fff;
}
.button-wrapper .text.light a:hover {
  color: #fff;
  text-decoration-color: transparent;
}

.about-section {
  background-color: #f1e6f8;
  border-radius: 6px 6px 0 0;
  margin-top: -10px;
  color: #09202e;
  position: relative;
  padding: 30px 0 50px;
}
.about-section h2 {
  line-height: 50px;
  font-weight: 500;
  margin: 0;
}
.about-section hr {
  border-bottom: 1px solid rgba(9, 32, 46, 0.5);
  max-width: 100%;
  margin: 30px 0 60px;
}
.about-section .about-card {
  border-left: 1px solid rgba(9, 32, 46, 0.5);
  padding: 0 20px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.about-section .about-card img {
  margin-bottom: 20px;
}
.about-section .about-card text {
  padding-top: 30px;
}
.about-section .stat-wrap + hr {
  margin-bottom: 50px;
}
.about-section .stat-wrap p {
  font-size: 16px;
  line-height: 26px;
}
.about-section .stat {
  font-size: 92px;
  font-weight: 500;
}
.about-section .stat-description {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
}
.about-section .icon {
  height: unset;
}
.about-section .about-card .sub-heading,
.about-section .about-card .text p {
  font-size: 16px;
  color: #09202e;
}
.about-section .about-card h3 {
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  margin: 0;
  color: #09202e;
}
.about-section .about-card .sub-heading {
  margin-bottom: 40px;
}
.about-section .about-card .link {
  color: #09202e;
  text-decoration: underline;
  font-weight: 700;
  border: 0;
}
.about-section .about-card .link:hover {
  text-decoration-color: #f93822;
}
.about-section .link-wrap {
  margin-top: auto;
}
.about-section .mobile {
  display: none;
}

.about-stat-slider {
  transform: translateX(-35px);
  position: relative;
  width: calc(100% + 35px);
  margin-bottom: 40px;
  display: none;
}
.about-stat-slider:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(to right, rgba(241, 230, 248, 0) 0%, #f1e6f8 100%);
}

.icon-list {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 40px;
  margin: 80px 0;
  max-width: 500px;
}
.icon-list li {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  gap: 10px;
  font-size: 16px;
  font-family: "SFProDisplay";
  line-height: 22px;
  padding-left: 10px;
  align-items: center;
}
.icon-list img {
  height: 34px;
}
.icon-list span {
  position: relative;
  display: block;
}
.icon-list span:before {
  display: block;
  content: "";
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  position: absolute;
  display: none;
}

.explore-section {
  background-color: #f93822;
  border-radius: 6px 6px 0 0;
  margin-top: -10px;
  color: #fff;
  overflow: hidden;
  padding: 100px 0 90px;
  position: relative;
}
.explore-section h2 {
  color: #fff;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 50px;
}
.explore-section p {
  font-size: 16px;
  line-height: 26px;
}
.explore-section .content-wrap {
  max-width: 536px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.explore-section .content-wrap .button-wrapper {
  margin-top: auto;
}
.explore-section .image-wrap {
  position: relative;
}
.explore-section .image-wrap > div {
  position: absolute;
  width: 100%;
  height: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.explore-section .image-wrap .top {
  background-color: #09202e;
  top: -100%;
  mask-image: url(../images/mask.png);
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/mask.png);
}
.explore-section .image-wrap .bottom {
  background-color: #f1e9f9;
  bottom: -100%;
  mask-image: url(../images/mask.png);
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/mask.png);
}
.explore-section .image-wrap img {
  -webkit-mask-image: url(../images/mask.png);
  mask-image: url(../images/mask.png);
  mask-repeat: no-repeat;
  mask-size: contain;
  max-width: 100%;
  mask-position: left center;
  -webkit-mask-position: left center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
.explore-section .mobile {
  display: none;
}

.news-section {
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  margin-top: -10px;
  color: #09202e;
  padding: 40px 0 65px;
  position: relative;
}
.news-section > .row:first-child {
  margin-bottom: 40px;
}
.news-section h2 {
  line-height: 50px;
  font-weight: 500;
  margin: 0;
}
.news-section .mobile {
  display: none;
}

.news-card {
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.news-card .image {
  position: relative;
  padding-top: 50%;
  background-color: #09202e;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.news-card .image > a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 200ms;
}
.news-card .image > a:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.news-card .categories {
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  flex-wrap: wrap-reverse;
}
.news-card .categories a {
  border-radius: 3px;
  padding: 0 10px;
  font-size: 14px;
  color: #09202e;
  background-color: #fff;
  display: block;
  line-height: 24px;
  transition: all 200ms;
  text-transform: capitalize;
}
.news-card .categories a:hover {
  background-color: #09202e;
  color: #fff;
}
.news-card .card-content {
  padding: 20px;
}
.news-card .meta {
  display: flex;
  gap: 10px;
  font-size: 14px;
  align-items: center;
  line-height: 22px;
  color: #6b7982;
  margin-bottom: 15px;
}
.news-card .meta .date {
  color: #9da6ab;
}
.news-card h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #09202e;
  margin-bottom: 30px;
}
.news-card h3 a {
  color: #09202e;
}
.news-card h3 a:hover {
  opacity: 0.5;
}
.news-card .card-content .link {
  color: #09202e;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  font-weight: 700;
  border: 0;
}
.news-card .card-content .link:hover {
  text-decoration-color: #f93822;
}

.posts-collection {
  background-color: #f1f1f1;
  border-radius: 6px 6px 0 0;
  margin-top: -10px;
  color: #09202e;
  padding: 160px 0 80px;
  position: relative;
  overflow: hidden;
}
.posts-collection .collection-info {
  padding-bottom: 30px;
}
.posts-collection .news-card {
  background-color: #fff;
  height: 100%;
}
.posts-collection .image {
  min-height: 285px;
  border-radius: 5px 5px 0 0 !important;
}
.posts-collection .card-content {
  box-shadow: 0px 4px 30.03px 6.01px rgba(9, 32, 46, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  flex: 1;
}
.posts-collection .card-content .link {
  margin-top: auto;
}
.posts-collection .card-content h3 {
  margin-bottom: 20px;
}
.posts-collection .card-content h3 a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.posts-collection .card-content .excerpt {
  color: #6b7982;
  line-height: 22px;
  margin-bottom: 30px;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.paginate {
  transition: all 200ms;
}
.paginate.loading {
  min-height: 600px;
}
.paginate .page-item {
  animation: fadeInSide 500ms forwards;
}
.paginate .hide {
  display: none;
}

@keyframes fadeInSide {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    display: block;
  }
}
ul.page-numbers {
  display: flex;
  margin: 0;
  gap: 8px;
  padding-top: 25px;
}
ul.page-numbers .page-number,
ul.page-numbers .page-numbers {
  display: block;
  width: 29px;
  text-align: center;
  height: 28px;
  line-height: 28px;
  background-color: #ced2d5;
  color: #3a4d58;
  font-weight: normal;
  font-size: 14px;
  border-radius: 3px;
}
ul.page-numbers .page-number.dots,
ul.page-numbers .page-numbers.dots {
  width: auto;
  background-color: transparent;
  font-size: 18px;
  line-height: 1;
}
ul.page-numbers .page-number.current,
ul.page-numbers .page-numbers.current {
  font-weight: 700;
}
ul.page-numbers .page-number.current, ul.page-numbers .page-number:not(.dots):hover,
ul.page-numbers .page-numbers.current,
ul.page-numbers .page-numbers:not(.dots):hover {
  color: #09202e;
  background-color: #9da6ab;
}
ul.page-numbers .page-number.prev, ul.page-numbers .page-number.next,
ul.page-numbers .page-numbers.prev,
ul.page-numbers .page-numbers.next {
  background-color: #09202e;
  width: auto;
  font-weight: 600;
  color: #fff;
  padding: 0 10px;
}
ul.page-numbers .page-number.prev:hover, ul.page-numbers .page-number.next:hover,
ul.page-numbers .page-numbers.prev:hover,
ul.page-numbers .page-numbers.next:hover {
  color: #09202e;
  background-color: #fff;
}
ul.page-numbers .page-number.disabled,
ul.page-numbers .page-numbers.disabled {
  display: none;
}

.news-card-wrap {
  display: flex;
  gap: 20px 0;
  flex-wrap: wrap;
  padding-inline: 5px;
}
.news-card-wrap .card-wrap {
  flex: 0 0 25%;
  max-width: 25%;
  padding-inline: 10px;
}

.extra-link {
  display: flex;
  margin: 0;
  margin-left: 0px;
  gap: 30px;
}
.extra-link a {
  display: flex;
  gap: 5px;
  padding: 0;
  line-height: 40px;
  border: 0;
  align-items: center;
}
.extra-link a img {
  width: 15px;
  aspect-ratio: 1;
  margin-top: -1px;
}
.extra-link > li {
  position: relative;
}
.extra-link > li:last-child:after {
  display: none !important;
}
.extra-link > li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  top: 0;
  bottom: 0;
  background-color: #3b4c57;
  right: -15px;
  margin: auto;
  display: none;
}
.extra-link .mobile {
  display: none;
}

.head-top a:hover {
  color: #fff;
}

.footer-stats {
  background-color: #123246;
  border-radius: 6px 6px 0 0;
  margin-top: -10px;
  padding: 60px 0 55px;
  text-align: center;
  position: relative;
}
.footer-stats h4 {
  font-size: 58px;
  line-height: 68px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}
.footer-stats p {
  color: #fff;
}
.footer-stats .mobile {
  display: none;
}

.footer-stat-slider {
  position: relative;
  display: none;
}
.footer-stat-slider:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(to right, rgba(18, 50, 70, 0) 0%, #123246 100%);
}
.footer-stat-slider .slick-arrow {
  top: -60px;
  position: absolute;
  font-size: 26px;
  color: #fff;
  transition: all 200ms;
}
.footer-stat-slider .slick-arrow.slick-prev {
  right: 80px;
}
.footer-stat-slider .slick-arrow.slick-next {
  right: 20px;
}
.footer-stat-slider .slick-arrow:hover {
  opacity: 0.3;
}

.social-list li a {
  color: #09202e;
}
.social-list li a:hover {
  text-decoration: none;
}

.gform_wrapper .gfield_label {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #09202e;
  line-height: 26px;
  margin-bottom: 5px;
}
.gform_wrapper .gfield_required {
  display: inline-block;
}
.gform_wrapper .gfield:not(.gfield--width-half) {
  clear: both;
}

.gfield--width-half {
  width: 48.25%;
  float: left;
}

.gfield--width-half.right {
  float: right;
}

.clear {
  clear: both;
}

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea,
select {
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  background-color: #fff;
  color: #09202e;
  font-family: "SFProDisplay";
  font-size: 16px;
  box-shadow: none;
  border: 1px solid #09202e;
  margin-bottom: 20px;
  border-radius: 3px;
  transition: all 200ms;
}
[type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus,
textarea:focus,
select:focus {
  border: 1px solid #09202e;
  box-shadow: none;
  background-color: #e8eef4;
}

textarea {
  min-height: 190px;
}

input:focus::placeholder,
textarea:focus::placeholder,
input::placeholder,
textarea::placeholder {
  color: #9da6ab;
  opacity: 1;
}

.gfield textarea {
  height: 190px;
}
.gfield .dk-select {
  margin-bottom: 20px;
}
.gfield .dk-select .dk-selected {
  margin: 0;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  font-family: "SFProDisplay";
  font-size: 16px;
  color: #09202e;
  border: 1px solid #09202e;
}
.gfield .dk-select .dk-selected.gf_placeholder {
  color: #9da6ab;
}
.gfield .dk-select .dk-select-options {
  border: 1px solid #09202e;
  padding: 0;
}
.gfield .dk-select .dk-select-options li {
  font-family: "SFProDisplay";
  font-size: 16px;
  line-height: 38px;
  color: #09202e !important;
  padding: 0 10px;
  margin: 0;
}
.gfield .dk-select .dk-select-options .dk-option-selected,
.gfield .dk-select .dk-select-options .dk-option-highlight {
  font-family: "SFProDisplay";
  color: #09202e;
  background-color: #e8eef4;
}
.gfield .dk-select-open-down .dk-select-options {
  margin: 0;
  border-radius: 0 0 3px 3px;
  border-top: 0;
}
.gfield .dk-select-open-up .dk-select-options {
  margin: 0;
  border-radius: 3px 3px 0 0;
  border-bottom: 0;
}

.gform_footer {
  text-align: center;
}

.gform_footer input[type=submit] {
  background-color: #09202e;
  border-radius: 3px;
  font-family: "SFProDisplay";
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  box-shadow: none;
  padding: 16px 10px;
  margin: 0;
  width: auto;
}

.footer-contact {
  background-color: #09202e;
  border-radius: 6px;
  margin-top: -10px;
  padding: 60px 0 55px;
  color: #fff;
  position: relative;
}
.footer-contact .gform_wrapper {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
  max-width: 600px;
}
.footer-contact [type=text],
.footer-contact [type=email],
.footer-contact [type=tel],
.footer-contact textarea,
.footer-contact select {
  background-color: transparent;
}
.footer-contact [type=text]:focus,
.footer-contact [type=email]:focus,
.footer-contact [type=tel]:focus,
.footer-contact textarea:focus,
.footer-contact select:focus {
  background-color: #e8eef4;
}
.footer-contact textarea {
  height: 260px;
}
.footer-contact .text-column {
  padding-left: 50px;
  max-width: 555px;
  padding-top: 50px;
}
.footer-contact h2 {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  line-height: 50px;
}
.footer-contact h2 span {
  color: #f93822;
}
.footer-contact h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
.footer-contact .icon-list li {
  color: #9da6ab;
}
.footer-contact .search-form-contact {
  position: relative;
  margin-top: 50px;
  max-width: 358px;
}
.footer-contact .search-form-contact:before {
  content: "\e908";
  color: #fff;
  font-family: "icomoon";
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  height: 100%;
  line-height: 42px;
  left: 10px;
}
.footer-contact .search-form-contact input {
  margin: 0;
  border-radius: 6px;
  background-color: #6b7982;
  color: #fff;
  padding: 0 60px 0 35px;
  line-height: 42px;
  height: 42px;
  border: 0;
}
.footer-contact .search-form-contact input::placeholder {
  color: #fff;
}
.footer-contact .search-form-contact input:focus + button:before {
  padding-left: 10px;
}
.footer-contact .search-form-contact button {
  position: absolute;
  height: 100%;
  width: 50px;
  right: 0;
  top: 0;
  cursor: pointer;
  transition: all 200ms;
}
.footer-contact .search-form-contact button:before {
  content: "\e90c";
  color: #fff;
  font-family: "icomoon";
  font-size: 20px;
  font-weight: normal;
  transition: all 200ms;
  line-height: 42px;
}
.footer-contact .mobile {
  display: none;
}

.foot-contact .social-list a {
  font-size: 17px;
  padding: 0 8px;
}

.contact-type .ginput_container {
  display: none;
}
.contact-type .gfield_label {
  display: block;
  font-weight: 700;
  text-align: center;
}

.select-type-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 10px;
}
.select-type-buttons li {
  height: 40px;
  line-height: 40px;
  background-color: #ced2d5;
  border-radius: 3px;
  cursor: pointer;
  transition: all 200ms;
  color: #09202e;
  padding: 0 15px;
  font-weight: 700;
  white-space: nowrap;
}
.select-type-buttons li.selected, .select-type-buttons li:hover {
  color: #ced2d5;
  background-color: #09202e;
}

.footer .accordion {
  background-color: transparent;
}
.footer .accordion-title h5 {
  transition: all 200ms;
}
.footer .accordion-title:hover, .footer .accordion-title:focus {
  color: #f93822;
}
.footer .accordion-title:hover h5, .footer .accordion-title:focus h5 {
  color: #f93822;
}
.footer .accordion-content {
  background-color: transparent;
  padding: 10px 0;
}
.footer .accordion-content li.menu-item a:hover {
  text-decoration: none;
  color: #09202e;
  border: 0;
  opacity: 0.5;
}
.footer .accordion-item {
  border-bottom: 1px solid #09202e;
}

.footer .foot-top h6 {
  margin-bottom: 30px;
  text-transform: none;
  font-size: 16px;
  line-height: 22px;
  color: #09202e;
}

.footer .foot-nav li a {
  color: #3a4d58;
  line-height: 26px;
  font-size: 16px;
  text-decoration: none;
  border: 0;
  padding: 0;
}

.footer .foot-nav li a:hover {
  text-decoration: underline;
  color: inherit;
}

.footer-hr {
  border-bottom: 1px solid #09202e;
  margin: 0;
  max-width: 100%;
}

.footer-bottom {
  padding: 20px 0;
  color: #3a4d58;
  font-size: 14px;
}
.footer-bottom .show-small {
  display: none;
}

.footer-bottom p {
  margin: 0;
}

.menu-footer-bottom-container a {
  color: #3a4d58;
  font-size: 14px;
}

footer.footer {
  background-color: #e7eefc;
  padding-bottom: 0;
  padding-top: 80px;
}

.foot-bottom {
  padding: 30px 0;
  border-top: 1px solid #ddd;
}

.foot-bottom ul li a {
  text-decoration: underline;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.banner-cont-slider .banner-slider-inner {
  height: 500px;
  max-height: 500px;
}
.banner-cont-slider.short-super .banner-slider-inner {
  height: 230px;
}
.banner-cont-slider.plain .banner-slider-inner {
  height: 200px;
}
.banner-cont-slider.plain.bottom-padding .banner-slider-inner {
  height: 400px;
}
.banner-cont-slider.plain .banner-cont {
  max-width: 940px;
}
.banner-cont-slider.plain .banner-cont.text-center {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
}
.banner-cont-slider.midnight-blue .banner-slider-inner > .row::before {
  background-color: #09202e;
}
.banner-cont-slider.midnight-blue .button.light:hover {
  background-color: #f93822;
}
.banner-cont-slider.red .banner-slider-inner {
  background-color: #f93822;
}
.banner-cont-slider.bottom-padding .banner-cont {
  bottom: 130px;
}
.banner-cont-slider.option-2 .banner-slider-inner > .row:before {
  display: none;
}
.banner-cont-slider.option-2 .image {
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 30px;
  bottom: 130px;
  left: calc(41.66667% + 15px);
  right: 15px;
}
.banner-cont-slider.option-2 h2 {
  margin-bottom: 0;
}
.banner-cont-slider.option-2 .show-small {
  display: none;
}

.banner-cont .button-wrapper .button {
  font-size: 16px;
  line-height: 44px;
}
.banner-cont .button-wrapper .button.hollow {
  line-height: 40px;
}
.banner-cont .button-wrapper .text {
  font-size: 15px;
}

.quick-links {
  transform: translateY(-50%);
  margin-bottom: -207px;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-top: 0;
}
.quick-links .row.nav-wrap {
  background-color: #fff;
  border-radius: 3px;
  padding: 45px 30px;
  margin: 0;
  position: relative;
}
.quick-links .row.nav-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 55px;
  right: 15px;
  background: linear-gradient(to right, rgba(225, 225, 225, 0), #fff);
}
.quick-links .button-wrapper {
  overflow-x: auto;
  scrollbar-color: #09202e;
  padding-bottom: 10px;
}
.quick-links .button-wrapper .button {
  font-weight: 500;
  line-height: 36px;
  line-height: 1;
  padding: 11px 10px;
  white-space: nowrap;
}
.quick-links h5 {
  color: #09202e;
  font-size: 15px;
  margin-bottom: 30px;
}

.quick-links + section:not(.content-image) {
  padding: 150px 0 60px;
}

.quick-links + .content-image > .row {
  min-height: 767px;
}
.quick-links + .content-image.tall {
  padding-top: 150px;
}

.relative {
  position: relative;
}

.content-image {
  background-color: #e2e9f6;
  border-radius: 6px 6px 0 0;
  margin-top: -10px;
  color: #09202e;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.content-image.extend {
  padding: 180px 0 80px;
}
.content-image > .row {
  min-height: 740px;
}
.content-image.short > .row {
  min-height: 560px;
}
.content-image h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 24px;
}
.content-image .image {
  position: absolute;
  width: 1294px;
  height: 1294px;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
  right: 50px;
  top: 0;
  bottom: 0;
  margin-block: auto;
  background-color: #09202e;
}
.content-image #filter-jobs .column.end {
  padding-top: 30px;
  padding-left: 15px;
}
.content-image .wrap {
  padding-left: 50px;
  max-width: 650px;
}
.content-image .button-wrapper {
  padding-top: 20px;
}
.content-image .button-wrapper .button {
  font-size: 16px;
  height: 42px;
}
.content-image p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 22px;
}
.content-image .icon-list {
  margin: 30px 0;
}
.content-image .text-round:after {
  content: "";
  background-color: #09202e;
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
.content-image .text-round:before {
  content: "";
  background-color: #09202e;
  position: absolute;
  width: 3060px;
  aspect-ratio: 1;
  border-radius: 100%;
  right: 0;
  top: 0;
  transform: translateY(-35%);
}
.content-image .round-wrap {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-inline: 15px;
}
.content-image .round-wrap iframe {
  border-radius: 6px;
}
.content-image .round-wrap p.note {
  margin: 10px 0 0;
  font-size: 14px;
  color: #ccf2ef;
  text-align: center;
}
.content-image ul {
  list-style: disc;
  padding-left: 20px;
}

.quick-stats {
  background-color: #e7eefc;
  border-radius: 6px 6px 0 0;
  margin-top: -10px;
  color: #09202e;
  padding: 80px 0 80px;
  overflow: hidden;
  position: relative;
}
.quick-stats .section-label {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.quick-stats h2 {
  font-weight: 500;
  line-height: 49px;
}
.quick-stats .stat-wrap {
  padding: 20px 30px 20px 20px;
  border-radius: 6px;
  background-color: #dee3ef;
  max-width: 100%;
  height: 100%;
}
.quick-stats .stat-wrap p:last-child {
  margin-bottom: 0;
}
.quick-stats .stat {
  font-size: 32px;
  font-weight: 600;
  padding: 20px 0 0;
}
.quick-stats h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 15px;
}
.quick-stats .stats-slider {
  padding-block: 50px 80px;
}
.quick-stats .slick-slide > div {
  padding: 0 10px;
}
.quick-stats .button-wrapper .button {
  font-size: 16px;
}

.slider-control {
  position: relative;
  padding: 0 25px;
}
.slider-control .slick-prev.slick-arrow,
.slider-control .slick-next.slick-arrow {
  transform: unset;
}
.slider-control .slick-arrow {
  position: absolute;
  color: #09202e;
  transition: all 200ms;
  top: 2px;
  font-size: 14px;
}
.slider-control .slick-arrow:hover {
  color: #a3a9bc;
}
.slider-control .slick-arrow.slick-prev {
  left: 0;
}
.slider-control .slick-arrow.slick-next {
  right: 0;
}

.slick-dots > li {
  width: 16px;
  height: 16px;
  border: 0;
  background-color: rgba(217, 217, 217, 0.7);
  background-color: #cad0dc;
}
.slick-dots > li:hover, .slick-dots > li.slick-active {
  background-color: #09202e;
}

.text-blocks {
  background-color: #f1f1f1;
  border-radius: 6px 6px 0 0;
  margin-top: -10px;
  color: #09202e;
  padding: 80px 0 80px;
  overflow: hidden;
  position: relative;
}
.text-blocks .section-label {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.text-blocks h2 {
  font-weight: 500;
  line-height: 49px;
}
.text-blocks h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  margin-block: 15px;
}
.text-blocks .block-wrap {
  padding: 20px 30px 20px 20px;
  border-radius: 6px;
  background-color: #dee3ef;
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
.text-blocks .block-wrap p:last-child {
  margin-bottom: 0;
}
.text-blocks h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 15px;
}
.text-blocks .blocks-slider {
  padding-block: 40px;
}
.text-blocks .blocks-slider.unwide {
  margin: auto;
  max-width: 1698px;
}
.text-blocks .slick-slide > div {
  padding: 0 10px;
}
.text-blocks .button-wrapper .button {
  font-size: 16px;
}
.text-blocks .link {
  font-size: 16px;
  letter-spacing: unset;
  padding: 0;
  border: 0;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  line-height: 22px;
  transition: 200ms all;
  color: #09202e;
  margin-top: auto;
}
.text-blocks .link:hover {
  text-decoration-color: #f93822;
  border: 0;
}

.location-finder {
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  margin-top: -10px;
  color: #09202e;
  padding: 50px 0;
  position: relative;
}
.location-finder h2 {
  color: #f93822;
  font-weight: 500;
  margin-bottom: 30px;
}
.location-finder p {
  font-size: 16px;
  line-height: 26px;
}
.location-finder .text-wrapper {
  max-width: 385px;
}
.location-finder .regions-wrapper {
  padding-block: 30px;
}
.location-finder .regions-wrapper ul {
  padding: 20px 0;
}
.location-finder .regions-wrapper li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.location-finder .regions-wrapper .bullet {
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  font-size: 10px;
}
.location-finder .regions {
  column-count: 2;
  border-bottom: 1px solid rgba(206, 210, 213, 0.5);
}
.location-finder .labels {
  border-top: 1px solid rgba(206, 210, 213, 0.5);
  border-bottom: 1px solid rgba(206, 210, 213, 0.5);
}
.location-finder .labels li {
  align-items: baseline;
  line-height: 1.4;
}
.location-finder .labels li:not(:last-child) {
  margin-bottom: 20px;
}
.location-finder .labels .bullet {
  transform: translateY(3px);
}
.location-finder.search {
  padding: 100px 0;
}
.location-finder.search .text-wrapper {
  max-width: 420px;
}
.location-finder .search-wrapper {
  max-width: 380px;
  font-size: 16px;
  padding-top: 20px;
}
.location-finder .search-wrapper ul {
  border-top: 1px solid rgba(206, 210, 213, 0.5);
  padding: 15px 0 5px;
  border-bottom: 1px solid rgba(206, 210, 213, 0.5);
  margin-bottom: 40px;
}
.location-finder .search-wrapper li {
  margin-bottom: 10px;
}
.location-finder .search-wrapper li a {
  color: #09202e;
  font-size: 16px;
  line-height: 26px;
  display: block;
  position: relative;
}
.location-finder .search-wrapper li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 17px;
  height: 26px;
  transition: all 200ms;
  content: "\e90c";
  font-family: "icomoon";
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}
.location-finder .search-wrapper li a:hover {
  color: #f93822;
}
.location-finder .search-form-location {
  position: relative;
  margin-bottom: 15px;
}
.location-finder .search-form-location:before {
  content: "\e908";
  color: #3a4d58;
  font-family: "icomoon";
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  height: 100%;
  line-height: 46px;
  left: 10px;
}
.location-finder .search-form-location input {
  margin: 0;
  border-radius: 6px;
  background-color: #fafafa;
  border: none;
  color: #3a4d58;
  padding: 0 60px 0 35px;
  line-height: 46px;
  height: 46px;
}
.location-finder .search-form-location input::placeholder {
  color: #3a4d58;
}
.location-finder .search-form-location input:focus + button:before {
  padding-left: 10px;
}
.location-finder .search-form-location button {
  position: absolute;
  height: 100%;
  width: 50px;
  right: 0;
  top: 0;
  cursor: pointer;
}
.location-finder .search-form-location button:before {
  content: "\e90e";
  color: #3a4d58;
  font-family: "icomoon";
  font-size: 16px;
  font-weight: normal;
  transition: all 200ms;
}
.location-finder .button-wrapper .button {
  font-size: 16px;
}
.location-finder .show-small {
  display: none;
}

.table-content {
  background-color: #ccf2ef;
  border-radius: 6px 6px 0 0;
  margin-top: -10px;
  color: #09202e;
  padding: 70px 0 80px;
  position: relative;
}
.table-content > .row {
  max-width: 800px;
  padding-inline: 0;
}
.table-content .wrap {
  text-align: center;
}
.table-content .wrap .button-wrapper .button {
  font-size: 16px;
}
.table-content h2 {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 30px;
}
.table-content .big {
  font-weight: 700;
  font-size: 18px;
}
.table-content p {
  margin-bottom: 30px;
  font-size: 16px;
}
.table-content .button-wrapper {
  padding-top: 20px;
}
.table-content .button-wrapper .button.dark {
  color: #ccf2ef;
}
.table-content .button-wrapper .button.dark:hover {
  color: #09202e;
}
.table-content .show-small {
  display: none;
}

.flex-table {
  display: flex;
  border: 2px solid #09202e;
  border-radius: 6px;
  flex-direction: column;
}
.flex-table .table-title {
  background-color: #09202e;
  color: #ccf2ef;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 15px;
  line-height: 26px;
  text-align: center;
}
.flex-table .body-heading,
.flex-table .body-text {
  display: flex;
}
.flex-table .body-heading .cell:not(:last-child),
.flex-table .body-text .cell:not(:last-child) {
  border-right: 1px solid #09202e;
}
.flex-table .body-heading {
  border-bottom: 1px solid #09202e;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.flex-table .body-heading .cell {
  padding: 20px 15px;
}
.flex-table .cell {
  flex: 1;
}
.flex-table .body-text {
  line-height: 22px;
}
.flex-table .body-text .cell {
  padding: 20px 15px 15px;
  display: flex;
  flex-direction: column;
}
.flex-table .body-text .cell-heading {
  display: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.flex-table .body-text li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.flex-table .body-text li:before {
  content: "\e910";
  position: absolute;
  left: 0;
  font-family: "icomoon";
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  top: 1px;
}
.flex-table .body-text p {
  margin-bottom: 15px;
  font-size: 16px;
}
.flex-table .button-wrapper {
  padding-top: 20px;
  margin-top: auto;
  flex-wrap: wrap;
}
.flex-table .button-wrapper .button {
  min-width: fit-content;
  flex: 1;
}
.flex-table.numbered-heading .body-heading .cell {
  display: flex;
  gap: 10px;
}
.flex-table.numbered-heading .cell .number {
  background-color: #09202e;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #ccf2ef;
  border-radius: 100%;
  text-align: center;
  min-width: 24px;
  display: inline-block;
}

.content-image-dark {
  background-color: #09202e;
  margin-top: -10px;
  color: #9da6ab;
  padding: 100px 0 90px;
  position: relative;
}
.content-image-dark .wrap {
  max-width: 700px;
}
.content-image-dark .quote p {
  font-size: 52px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  color: #f93822;
  margin-bottom: 40px;
}
.content-image-dark .author {
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  color: #f93822;
}
.content-image-dark.has-extra-content {
  padding-bottom: 50px;
}
.content-image-dark.extra-content-only {
  padding-top: 0;
}
.content-image-dark.extra-content-only > .row:not(.extra-content) {
  display: none;
}
.content-image-dark hr {
  margin-top: 120px;
  border-bottom: 1px solid rgba(157, 166, 171, 0.5);
  width: 100%;
}
.content-image-dark img {
  border-radius: 6px;
}

.extra-content {
  padding-top: 40px;
}
.extra-content h2 {
  line-height: 40px;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #fff;
}
.extra-content h2 span {
  color: #f93822;
}
.extra-content p {
  line-height: 26px;
  font-size: 16px;
}
.extra-content .button-wrapper .button {
  font-size: 16px;
}
.extra-content .image {
  background-position: center;
  background-size: cover;
  padding-top: 49%;
  max-width: 700px;
  margin-left: auto;
  border-radius: 6px;
}
.extra-content .image img {
  display: none;
}

.breadcrumbs {
  margin-bottom: -44px;
  position: relative;
  z-index: 1;
  padding: 0;
}
.breadcrumbs span,
.breadcrumbs a {
  color: #fff;
  letter-spacing: normal;
  border: 0;
  white-space: nowrap;
}
.breadcrumbs .breadcrumbs_last,
.breadcrumbs .breadcrumb_last {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 10px 0;
}
.breadcrumbs a {
  text-decoration: underline;
  text-decoration-color: transparent;
}
.breadcrumbs a:hover {
  text-decoration-color: #fff;
  color: #fff;
}
.breadcrumbs .column > span {
  display: flex;
  gap: 10px;
  align-items: center;
}
.breadcrumbs.bg .breadcrumbs_last,
.breadcrumbs.bg .breadcrumb_last {
  background: linear-gradient(to right, #f93822 50%, rgba(249, 56, 34, 0) 100%);
}
.breadcrumbs.bg.midnight-blue .breadcrumbs_last,
.breadcrumbs.bg.midnight-blue .breadcrumb_last {
  background: linear-gradient(to right, #09202e 50%, rgba(249, 56, 34, 0) 100%);
}

.single-services .content-section img {
  border-radius: 6px;
}

.services {
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  margin-top: -10px;
  color: #09202e;
  padding: 70px 0;
  position: relative;
}
.services h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
}
.services .icon {
  height: unset;
}
.services .service {
  background-color: #f9f9fa;
  border-radius: 3px;
  padding: 50px 10px 40px;
  text-align: center;
  transition: all 200ms;
  height: 100%;
}
.services .service .text {
  padding-top: 20px;
}
.services .service h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  transition: all 200ms;
}
.services > .row:not(.heading) > .column {
  padding: 0 5px;
}
.services .services-cards {
  display: flex;
  gap: 25px 0;
  flex-wrap: wrap;
  padding: 60px 0 10px;
}
.services .services-cards .service-card {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
}
.services .services-cards img {
  max-width: 35px;
  transition: 200ms all;
}
.services .services-cards a:hover .service {
  background-color: #09202e;
}
.services .services-cards a:hover img {
  filter: invert(1) grayscale(1) brightness(100);
}
.services .services-cards a:hover h3 {
  color: #fff;
}
.services .services-cards.no-links a {
  pointer-events: none;
}
.services .text-wrap {
  padding-top: 20px;
}

hr {
  margin: 0;
  border: 0;
  max-width: 100%;
}

.helpful-links {
  background-color: #f9f9fa;
  border-radius: 6px 6px 0 0;
  margin-top: -10px;
  color: #09202e;
  padding: 90px 0 100px;
  position: relative;
}
.helpful-links hr {
  border-bottom: 1px solid rgba(107, 121, 130, 0.5);
  margin: 80px 0 50px;
}
.helpful-links hr.less {
  margin: 30px 0 20px;
  border: 0;
}
.helpful-links .links-collection:last-child > .column:last-child hr {
  display: none;
}
.helpful-links h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  max-width: 600px;
  text-align: right;
}
.helpful-links h3 {
  font-size: 16px;
  line-height: 26px;
}
.helpful-links .links li {
  margin-bottom: 15px;
}
.helpful-links .links a {
  color: #09202e;
  font-size: 15px;
  line-height: 24px;
  display: block;
  position: relative;
  padding-right: 30px;
}
.helpful-links .links a:after {
  content: "";
  position: absolute;
  right: 0;
  top: -1px;
  width: 24px;
  height: 24px;
  transition: all 200ms;
  content: "\e90c";
  font-family: "icomoon";
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
.helpful-links .links a:hover {
  color: #f93822;
}
.helpful-links .links a:hover:after {
  transform: translateX(5px);
}
.helpful-links .links a[target=_blank]:after {
  transform: rotate(-45deg);
}
.helpful-links .links a[target=_blank]:hover:after {
  transform: rotate(0);
}
.helpful-links.compact .links-collection {
  max-width: 1000px;
}
.helpful-links.compact .column.mid {
  display: none;
}
.helpful-links.compact .column.last {
  flex: 0 0 50%;
  max-width: 50%;
}

._icon-cards {
  background-color: #ccf2ef;
  border-radius: 6px 6px 0 0;
  margin-top: -10px;
  color: #09202e;
  padding: 120px 0 100px;
  position: relative;
}
._icon-cards h2 {
  line-height: 50px;
  font-weight: 500;
}
._icon-cards p {
  font-size: 16px;
  line-height: 26px;
}
._icon-cards ._icon-card {
  max-width: 350px;
  text-align: center;
}

._icon-cards-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding-top: 30px;
  padding-inline: 30px;
}
._icon-cards-row ._icon {
  margin-bottom: 30px;
}
._icon-cards-row h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

.content-image-light {
  background-color: #fff;
  margin-top: -10px;
  color: #09202e;
  padding: 80px 0 80px;
  position: relative;
}
.content-image-light.has-links-list {
  padding: 100px 0 130px;
}
.content-image-light h2 {
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 30px;
}
.content-image-light p {
  font-size: 16px;
  line-height: 26px;
}
.content-image-light .wrap {
  max-width: 460px;
  margin-left: 50px;
}
.content-image-light .wrap ul:not(.links-list, .dk-select-options) {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.content-image-light .wrap li {
  font-size: 16px;
}
.content-image-light .wrap .links-list {
  margin-top: 20px;
}
.content-image-light .image-wrap {
  min-height: 100%;
  display: flex;
}
.content-image-light .image-wrap img {
  object-fit: cover;
}
.content-image-light .image-wrap iframe {
  border-radius: 6px;
  width: 100%;
  height: 22vw;
}
.content-image-light .button-wrapper {
  padding-top: 20px;
}
.content-image-light .button-wrapper .button {
  font-size: 16px;
  line-height: 46px;
}

.links-list-wrap {
  padding-top: 20px;
}
.links-list-wrap .links-list-label {
  font-size: 16px;
  font-weight: 700;
}
.links-list-wrap .links-list {
  margin-top: 20px;
}
.links-list-wrap .links-list li {
  margin-bottom: 15px;
}
.links-list-wrap .links-list a {
  color: #09202e;
  font-size: 16px;
  line-height: 26px;
  display: block;
  position: relative;
}
.links-list-wrap .links-list a:after {
  content: "";
  position: absolute;
  right: 0;
  top: -1px;
  width: 26px;
  height: 26px;
  transition: all 200ms;
  content: "\e90c";
  font-family: "icomoon";
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}
.links-list-wrap .links-list a:hover {
  color: #f93822;
}

.video-section {
  background-color: #09202e;
  border-radius: 6px 6px 0 0;
  margin-top: -10px;
  color: #fff;
  padding: 100px 0;
  position: relative;
}
.video-section .slick-slide > div {
  max-width: 1290px;
}

.video-wrap {
  max-width: 1290px;
}
.video-wrap .video {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  background-color: #071924;
}
.video-wrap video {
  display: block;
  object-fit: cover;
}
.video-wrap .play {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/icon-play.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 200ms;
  opacity: 0;
}
.video-wrap .play:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.video-wrap .play.paused {
  opacity: 1;
}
.video-wrap .video-control {
  display: flex;
  font-weight: 700;
  line-height: 16px;
  color: #9da6ab;
  padding-top: 10px;
}
.video-wrap .video-control > * {
  cursor: pointer;
  transition: all 200ms;
  padding: 5px 5px 5px 0;
  width: fit-content;
  gap: 10px;
}
.video-wrap .video-control > *:hover {
  opacity: 0.5;
}
.video-wrap .volume-toggle {
  display: flex;
  align-items: center;
}
.video-wrap .volume-icon {
  position: relative;
}
.video-wrap .volume-icon:after, .video-wrap .volume-icon:before {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.video-wrap .volume-icon.muted:after, .video-wrap .volume-icon.muted:before {
  display: none;
}
.video-wrap .volume-icon:after {
  width: 0;
  border: 6px solid transparent;
  border-right-color: #9da6ab;
  right: 3px;
}
.video-wrap .volume-icon:before {
  background-color: #09202e;
  width: 12px;
  right: 0;
}
.video-wrap .video-title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
}
.video-wrap .image {
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-slider .video-wrap {
  padding-inline: 15px;
}

.single-post .banner-slider-inner {
  background-color: #f93822;
}
.single-post .find-location {
  background-color: #ced2d5;
  color: #3a4d58;
  padding-block: 80px;
}
.single-post .find-location h2 {
  color: #09202e;
}
.single-post .find-location .location-card {
  background-color: #dadde0;
}
.single-post .find-location h3 a {
  color: #09202e;
}
.single-post .find-location .meta {
  color: #6b7982;
}
.single-post .find-location hr {
  border-color: #09202e;
  margin-bottom: 30px;
}
.single-post .find-location .link {
  color: #09202e;
}
.single-post .department-slider .slick-arrow {
  color: #09202e;
}
.single-post .department-slider::after {
  background: linear-gradient(to right, rgba(206, 210, 213, 0) 0%, #ced2d5 100%);
}

.single-post-content {
  background-color: #f1f1f1;
  border-radius: 6px 6px 0 0;
  margin-top: -10px;
  color: #09202e;
  padding: 70px 0;
  position: relative;
}
.single-post-content .flex-column {
  display: flex;
}
.single-post-content .post-content-group {
  flex: 0 0 65%;
  max-width: 65%;
  padding-right: 40px;
  padding-bottom: 0;
  border-right: 1px solid #9da6ab;
}
.single-post-content .sidebar {
  margin-left: auto;
  flex: 0 0 35%;
  max-width: 35%;
  padding-left: 40px;
}
.single-post-content .meta-desc {
  display: flex;
  gap: 10px;
  font-size: 14px;
  align-items: center;
  line-height: 22px;
  color: #6b7982;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "SFProDisplay";
}
.single-post-content .meta-desc .date {
  color: #9da6ab;
}
.single-post-content .post-category {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.single-post-content .post-category a {
  background-color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding: 0 5px;
  color: #09202e;
  border-radius: 3px;
}
.single-post-content .post-category a:hover {
  background-color: #09202e;
  color: #fff;
}

.related-articles.widget .title {
  font-size: 14px;
  color: #6b7982;
  line-height: 22px;
  background-color: transparent;
  font-weight: 400;
  padding: 0;
  margin-bottom: 15px;
}

.posts-collection-sidebar .news-card {
  display: flex;
  flex-direction: row;
  border-radius: 6px;
  background-color: #fff;
}
.posts-collection-sidebar .news-card:not(:last-child) {
  margin-bottom: 15px;
}
.posts-collection-sidebar .news-card .categories {
  position: unset;
  margin: 0;
  overflow: hidden;
}
.posts-collection-sidebar .news-card .categories a {
  background-color: #e7eefc;
  margin: 0;
  white-space: nowrap;
}
.posts-collection-sidebar .news-card .categories a:hover {
  background-color: #09202e;
  color: #fff;
}
.posts-collection-sidebar .news-card .image {
  flex: 0 0 140px;
  height: 140px;
  width: 140px;
  padding: 0;
  border-radius: 0;
  margin: 0;
}
.posts-collection-sidebar .news-card .meta {
  align-items: unset;
  margin: 0;
}
.posts-collection-sidebar .news-card .date {
  flex: 0 0 fit-content;
  margin-left: auto;
}
.posts-collection-sidebar .card-content {
  flex: auto;
  padding: 15px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.posts-collection-sidebar .card-content h3 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
.posts-collection-sidebar .card-content h3 a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.the-content {
  padding-top: 25px;
}
.the-content p,
.the-content li {
  font-size: 16px;
  line-height: 26px;
  color: #09202e;
}
.the-content ul,
.the-content ol,
.the-content p {
  margin-bottom: 25px;
}
.the-content .img {
  border-radius: 0;
}
.the-content .wp-caption-text {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  padding-left: 30px;
  margin-top: 20px;
  color: #6b7982;
  margin-bottom: 25px;
}
.the-content .wp-caption-text:before {
  content: "";
  background-image: url(../images/icon-camera.svg);
  width: 18px;
  height: 16px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}
.the-content blockquote {
  border-left: 1px solid #09202e;
  margin-block: 60px;
  padding: 0 0 0 20px;
}
.the-content blockquote p {
  line-height: 38px;
  font-weight: 700;
  font-size: 26px;
  color: #09202e;
  margin-bottom: 20px;
}
.the-content iframe,
.the-content img {
  border-radius: 6px;
}

body.header-modal-active {
  overflow: hidden !important;
}

.header-form-modal {
  position: fixed;
  top: 64px;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 200ms;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.header-form-modal.active {
  opacity: 1;
  pointer-events: all;
}
.header-form-modal.active .header-form {
  transform: translateX(0);
}

.header-form {
  width: 730px;
  background-color: #e7eefc;
  position: absolute;
  right: 0;
  transform: translateX(720px);
  padding: 40px 80px 80px;
  transition: all 400ms ease-out;
  overflow: auto;
}
.header-form .select-type-buttons li {
  margin: 0;
}
.header-form .button-wrapper {
  justify-content: end;
}
.header-form a.close {
  position: relative;
  padding-right: 40px;
}
.header-form a.close:after, .header-form a.close:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  background-color: #09202e;
  right: 10px;
  transform: rotate(45deg);
  top: 18px;
  left: unset;
}
.header-form a.close:after {
  transform: rotate(-45deg);
}
.header-form a.close:hover:after, .header-form a.close:hover:before {
  background-color: #fff;
}
.header-form a.close:hover:after {
  transform: rotate(-45deg);
}
.header-form h4 {
  line-height: 30px;
  size: 24px;
}
.header-form .gform_wrapper {
  padding-top: 60px;
}
.header-form .contact-type .gfield_label {
  display: block;
  margin-bottom: 20px;
}
.header-form [type=text],
.header-form [type=password],
.header-form [type=date],
.header-form [type=datetime],
.header-form [type=datetime-local],
.header-form [type=month],
.header-form [type=week],
.header-form [type=email],
.header-form [type=number],
.header-form [type=search],
.header-form [type=tel],
.header-form [type=time],
.header-form [type=url],
.header-form [type=color],
.header-form textarea {
  background-color: transparent;
}
.header-form [type=text]:focus,
.header-form [type=password]:focus,
.header-form [type=date]:focus,
.header-form [type=datetime]:focus,
.header-form [type=datetime-local]:focus,
.header-form [type=month]:focus,
.header-form [type=week]:focus,
.header-form [type=email]:focus,
.header-form [type=number]:focus,
.header-form [type=search]:focus,
.header-form [type=tel]:focus,
.header-form [type=time]:focus,
.header-form [type=url]:focus,
.header-form [type=color]:focus,
.header-form textarea:focus {
  background-color: #fff;
}
.header-form .gfield .dk-select .dk-selected {
  background-color: #e7eefc;
  font-weight: 700;
}
.header-form .mobile {
  display: none;
  margin-bottom: 40px;
}
.header-form .mobile .button {
  margin: 0;
}
.header-form .mobile .mobile-menu-trigger {
  background-color: #d0ddfa;
}
.header-form .mobile .mobile-menu-trigger:hover {
  background-color: #09202e;
}
.header-form .head-logo img {
  filter: invert(80%) sepia(59%) saturate(458%) hue-rotate(88.2deg) brightness(94%) contrast(106%);
  opacity: 0.3;
}
.header-form .head-logo-wrap + .column {
  display: flex;
  align-items: center;
}
.header-form .extra-link {
  margin-bottom: 6px;
  padding-top: 1px;
}
.header-form .extra-link li {
  margin: 0 !important;
}
.header-form .extra-link li:after {
  background-color: #b8cdf7;
}
.header-form .extra-link a {
  font-size: 16px;
  font-weight: 700;
  text-transform: unset;
  color: #b8cdf7;
}
.header-form .extra-link img {
  filter: invert(80%) sepia(59%) saturate(458%) hue-rotate(188.2deg) brightness(94%) contrast(106%);
  opacity: 0.3;
}

.widget .gfield .dk-select .dk-selected {
  background-color: #fff;
}

.head-nav .menu-item-has-children .sub-menu li,
.top-row .menu-item-has-children .sub-menu li {
  padding: 5px 0;
  border: 0;
}
.head-nav .menu-item-has-children .sub-menu li a,
.top-row .menu-item-has-children .sub-menu li a {
  font-family: "SFProDisplay";
  font-size: 16px;
  font-weight: 500;
  color: #09202e;
  padding-block: 3px;
}
.head-nav .menu-item-has-children .sub-menu li a:hover,
.top-row .menu-item-has-children .sub-menu li a:hover {
  color: #f93822;
}

.head-nav .menu {
  margin-right: 30px;
}
.head-nav .menu > li:not(:last-child) {
  margin-right: 40px;
}
.head-nav .menu li a {
  color: #09202e;
  text-transform: none;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0;
}
.head-nav .has-modal-trigger-form {
  display: flex;
  align-items: center;
}
.head-nav .mobile-menu-trigger {
  display: block;
  width: 38px;
  height: 38px;
  background-color: #ced2d5;
  border-radius: 100%;
  position: relative;
  margin-left: 10px;
}
.head-nav .mobile-menu-trigger span {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #09202e;
  transition: all 200ms;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.head-nav .mobile-menu-trigger span:after, .head-nav .mobile-menu-trigger span:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #09202e;
  transition: all 200ms;
}
.head-nav .mobile-menu-trigger span:after {
  top: -6px;
}
.head-nav .mobile-menu-trigger span:before {
  bottom: -6px;
}
.head-nav .mobile-menu-trigger:hover {
  background-color: #09202e;
}
.head-nav .mobile-menu-trigger:hover span {
  background-color: #fff;
}
.head-nav .mobile-menu-trigger:hover span:after, .head-nav .mobile-menu-trigger:hover span:before {
  background-color: #fff;
}

.has-ddown .ddown {
  position: relative;
}
.has-ddown .ddown:hover > a {
  opacity: 0.5;
}
.has-ddown .ddown .sub-menu {
  padding-right: 50px;
  top: 76px;
  transform: translateX(0);
  background-color: #f3f4f5;
  border-radius: 0 0 6px 6px;
  white-space: nowrap;
  width: auto;
  transition: 400ms all ease-in-out;
  padding-top: 20px;
  transform-origin: top;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}
.has-ddown .ddown:after, .has-ddown .ddown:before {
  content: "";
  width: 100%;
  bottom: -90px;
  height: 100px;
  position: absolute;
  left: 0;
  display: none;
}
.has-ddown .ddown:hover:before {
  display: block;
}
.has-ddown .ddown:hover .sub-menu {
  transform: translateX(-15px);
  pointer-events: all;
  opacity: 1;
}

.top-row .has-ddown .ddown .sub-menu {
  top: 52px;
}

header.sticky-head {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
header.sticky-head .has-ddown .ddown .sub-menu {
  top: 46px;
}
header.sticky-head .top-row .has-ddown .ddown .sub-menu {
  top: 40px;
}
header.sticky-head .head-top {
  padding-block: 0;
}
header.sticky-head .header-form-modal {
  top: 40px;
}

.map-section {
  background-color: #ced2d5;
  border-radius: 6px 6px 0 0;
  margin-top: -10px;
  color: #09202e;
  padding: 80px 0;
  margin-bottom: 0;
  position: relative;
}
.map-section h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 25px;
}
.map-section h4 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
}
.map-section .wrap {
  padding-left: 80px;
  max-width: 550px;
}
.map-section .wrap ul,
.map-section .wrap .check-list {
  column-count: 2;
  margin-bottom: 20px;
  list-style: none;
}
.map-section .wrap ul > li,
.map-section .wrap .check-list > li {
  padding-left: 20px;
  margin-bottom: 3px;
  position: relative;
  text-transform: capitalize;
}
.map-section .wrap ul > li:before,
.map-section .wrap .check-list > li:before {
  left: 0;
  top: 6px;
  font-size: 12px;
  content: "\e910";
  font-family: icomoon;
  display: inline-block;
  position: absolute;
  background: rgb(29, 25, 81);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.map-section .button-wrapper {
  padding-top: 20px;
}
.map-section .button-wrapper .button.dark:hover {
  background-color: #fff;
}
.map-section .gmap_canvas {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(107, 121, 130, 0.5);
}

.single-location .banner-cont {
  background-color: transparent;
}
.single-location .banner-cont .content {
  padding-top: 20px;
}
.single-location .banner-cont .content p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.single-location .sidebar {
  display: none;
}
.single-location .key-details {
  display: flex;
  gap: 20px;
  padding: 15px 0;
  opacity: 0.7;
}
.single-location .key-details .detail {
  display: flex;
  gap: 10px;
}
.single-location .key-details img {
  width: 15px;
}
.single-location .content-image {
  background-color: #f1f1f1;
}
.single-location .content-image h4 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
.single-location .find-location {
  background-color: #f3f3f3;
  color: #09202e;
  padding-block: 80px;
}
.single-location .find-location h2 {
  color: #09202e;
}
.single-location .content-image-light .wrap {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.single-location .locations .card-wrap {
  max-width: 100%;
  flex: 0 0 100%;
  height: 100%;
}
.single-location .locations-collections .slick-list {
  width: 100%;
}

.footer .extra-link a {
  color: #09202e;
}

.footer .footer-bottom .menu {
  gap: 20px;
}
.footer .footer-bottom .menu a {
  padding-inline: 0;
}
.footer .footer-bottom a {
  text-decoration-color: transparent;
  text-decoration-line: underline;
}
.footer .footer-bottom a:hover {
  text-decoration-color: #09202e;
}

.foot-top .show-small {
  display: none;
}
.foot-top .extra-link {
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  padding-block: 10px;
  justify-content: space-between;
}
.foot-top .extra-link li {
  font-size: 15px;
}

body.open {
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body.admin-bar .mobile-sidebar {
  top: 114px;
}

.open .mobile-sidebar {
  transform: translateX(0);
}

.mobile-sidebar {
  display: block;
  position: fixed;
  top: 127px;
  width: 100%;
  height: 100%;
  left: 0;
  transform: translateX(-100%);
  background-color: #09202e;
  overflow: auto;
  color: #fff;
  min-height: 100%;
  transition: all 400ms ease-in;
  text-align: left;
  padding: 40px 20px 20px;
  z-index: 9999999;
}
.mobile-sidebar .sub-menu {
  padding: 0;
}
.mobile-sidebar .sub-menu li {
  border-bottom: none;
}
.mobile-sidebar .menu-item {
  transition: all 200ms;
}
.mobile-sidebar .menu-item a {
  font-family: "SFProDisplay";
  text-decoration: none;
}
.mobile-sidebar .menu-item a:before {
  display: none;
}
.mobile-sidebar .menu-item:not(.menu-item-has-children) {
  font-size: 28px;
  line-height: 38px;
  border: 0;
  padding: 13px 0;
}
.mobile-sidebar .menu-item:not(.menu-item-has-children) a {
  color: #fff;
}
.mobile-sidebar .menu-item:not(.menu-item-has-children):hover a {
  text-decoration: none;
  border: 0;
  color: #6b7982;
}
.mobile-sidebar .sub-menu-toggle {
  height: 100%;
  width: 80px;
  cursor: pointer;
  top: 0;
  right: 0;
  position: absolute !important;
}
.mobile-sidebar .sub-menu-toggle:after {
  color: #6b7982 !important;
  position: absolute !important;
  transition: all 200ms;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  line-height: 0;
  transform: rotate(-90deg) !important;
}
.mobile-sidebar .sub-menu-toggle:hover:after {
  color: #fff !important;
}
.mobile-sidebar .menu-item-has-children {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  border-bottom: 1px solid #6b7982;
  padding: 10px 0;
  position: relative;
}
.mobile-sidebar .menu-item-has-children > a {
  padding: 10px 0;
  color: #6b7982;
}
.mobile-sidebar .menu-item-has-children:hover {
  border-bottom-color: #fff;
}
.mobile-sidebar .menu-item-has-children:hover a {
  color: #fff;
}
.mobile-sidebar .menu-item-has-children .menu-item {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.mobile-sidebar .menu-item-has-children .sub-menu {
  display: block;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #09202e;
  padding: 20px;
  transform: translateX(100%);
  transition: all 400ms ease-in;
}
.mobile-sidebar .menu-item-has-children.sub-active .sub-menu {
  transform: translateX(0);
}
.mobile-sidebar .menu-item-has-children .menu-back-button {
  background-color: #1d313e;
  display: inline-block;
  padding: 11px 20px;
  padding-left: 20px;
  border-radius: 3px;
  position: relative;
  margin-bottom: 40px;
  padding-left: 40px;
  color: #fff;
  transition: all 200ms;
  cursor: pointer;
}
.mobile-sidebar .menu-item-has-children .menu-back-button:before {
  content: "\e900";
  font-family: icomoon;
  transform: rotate(90deg);
  position: absolute;
  left: 10px;
  top: 10px;
}
.mobile-sidebar .menu-item-has-children .menu-back-button:hover {
  background-color: #061620;
}

body.open .head-nav .mobile-menu-trigger span {
  background-color: transparent;
}
body.open .head-nav .mobile-menu-trigger span:before {
  bottom: 0;
  transform: rotate(45deg);
}
body.open .head-nav .mobile-menu-trigger span:after {
  top: 0;
  transform: rotate(-45deg);
}

.stat-slider {
  transform: translateX(-40px);
  position: relative;
  width: calc(100% + 40px);
}

.search-head-top {
  display: flex;
}
.search-head-top .search-form {
  overflow: hidden;
  width: 0;
  transition: all 200ms;
  position: relative;
  display: flex;
  align-items: center;
}
.search-head-top .search-form input {
  transition: all 200ms;
  margin: 0;
  border-radius: 6px;
  background-color: #6b7982;
  color: #fff;
  padding: 0 50px 0 15px;
  line-height: 35px;
  height: 35px;
  border: 0;
  width: 100%;
}
.search-head-top .search-form input:focus {
  background-color: rgb(101, 124, 138);
  padding: 0 50px 0 15px;
}
.search-head-top .search-form input:focus + button:after {
  transform: translateX(5px);
}
.search-head-top .search-form input::placeholder {
  color: #fff;
}
.search-head-top .search-form button {
  position: absolute;
  cursor: pointer;
  height: 100%;
  width: 50px;
  right: 0;
  transition: all 200ms;
}
.search-head-top .search-form button:after {
  content: "\e90c";
  color: #fff;
  font-family: "icomoon";
  font-size: 20px;
  font-weight: normal;
  transition: all 200ms;
  line-height: 42px;
  display: block;
}
.search-head-top .search-form button:hover:after {
  transform: translateX(5px);
}
.search-head-top.active .search-form {
  width: 300px;
  padding-left: 20px;
}

.profiles-section {
  background-color: #f7f7f7;
  border-radius: 6px 6px 0 0;
  margin-top: -10px;
  color: #09202e;
  padding: 70px 0;
  position: relative;
}

.profiles-cards {
  display: flex;
  gap: 20px 0;
  margin-inline: -10px;
  flex-wrap: wrap;
}
.profiles-cards .profile-card-wrap {
  flex: 0 0 25%;
  max-width: 25%;
  padding-inline: 10px;
  display: flex;
}
.profiles-cards .profile-card {
  background-color: #f0f0f0;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.profiles-cards .profile-card.active .image {
  border-radius: 10px 10px 0 0;
}
.profiles-cards .image {
  min-height: 378px;
  background-color: #09202e;
  background-position: center;
  background-size: cover;
}
.profiles-cards .info {
  padding: 20px;
  color: #09202e;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.profiles-cards .active .text-full {
  opacity: 1;
  pointer-events: all;
}
.profiles-cards .text-full {
  position: absolute;
  padding: 20px;
  top: 0;
  left: 0;
  background-color: #dee3ef;
  color: #09202e;
  height: 100%;
  width: 100%;
  font-size: 15px;
  transition: all 200ms;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}
.profiles-cards .text-full ul {
  list-style: disc;
  padding-left: 15px;
}
.profiles-cards .text-full li {
  margin-bottom: 5px;
}
.profiles-cards h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
}
.profiles-cards .meta {
  font-size: 16px;
  line-height: 26px;
  padding-block: 5px;
}
.profiles-cards .text {
  color: #6b7982;
  font-size: 16px;
  line-height: 22px;
}
.profiles-cards a.full {
  margin-top: auto;
  color: #09202e;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #09202e;
  font-weight: 700;
  font-size: 15px;
}
.profiles-cards a.full:hover {
  text-decoration-color: transparent;
}

.event-debug {
  display: none;
}

.toolbar-filter {
  transform: translateY(-55%);
  margin-bottom: -194px;
  position: relative;
  padding: 0;
  z-index: 3;
}

#filter-jobs {
  position: relative;
  border-radius: 3px;
  padding: 50px 80px;
  background-color: #09202e;
}
#filter-jobs.loading {
  overflow: hidden;
}
#filter-jobs.loading:after, #filter-jobs.loading:before {
  opacity: 1;
  pointer-events: all;
}
#filter-jobs.loading:after {
  animation: l3 1s infinite linear;
}
#filter-jobs:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  border-radius: 3px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 200ms;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
#filter-jobs:after {
  content: "";
  width: 40px;
  padding: 5px;
  aspect-ratio: 1;
  border-radius: 100%;
  background: #fff;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 200ms;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
#filter-jobs .filters {
  margin: 0;
}
#filter-jobs .button {
  margin: 0;
  font-weight: 600;
  line-height: 35px;
  height: unset;
  padding: 0 15px;
  white-space: nowrap;
  border: 0;
  background-color: #ced2d5;
  color: #09202e;
}
#filter-jobs .button:hover, #filter-jobs .button:focus, #filter-jobs .button:active {
  color: #fff;
  background-color: #09202e;
}
#filter-jobs .button.red {
  color: #fff;
  background-color: #f93822;
}
#filter-jobs .button.red:hover, #filter-jobs .button.red:focus, #filter-jobs .button.red:active {
  color: #09202e;
  background-color: #fff;
}
#filter-jobs .button.midnight {
  color: #fff;
  background-color: #496575;
}
#filter-jobs .button.midnight:hover, #filter-jobs .button.midnight:focus, #filter-jobs .button.midnight:active {
  color: #09202e;
  background-color: #fff;
}
#filter-jobs .group {
  display: flex;
  gap: 10px;
}
#filter-jobs .group label {
  margin: 0;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #3a4d58;
  line-height: 33px;
  padding: 0 14px;
  transition: all 200ms;
  cursor: pointer;
  font-weight: normal;
  user-select: none;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -o-user-select: none;
  -moz-user-select: none;
}
#filter-jobs .group label:has(input:checked) {
  background-color: #f93822;
}
#filter-jobs .group label[data-count]:before {
  content: attr(data-count);
  font-size: 11px;
  color: #fff;
  background-color: #fa392e;
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 100%;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
  top: 0;
  transform: translateY(-50%);
  right: 5px;
  text-align: center;
}
#filter-jobs label[for] {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
#filter-jobs .dk-select {
  width: 154px;
}
#filter-jobs .dk-select.dark {
  width: 182px;
}
#filter-jobs .dk-selected {
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
  border: 0;
  background-color: #ced2d5;
  color: #09202e;
  padding: 0 35px 0 11px;
  border-radius: 3px;
  height: unset;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -o-user-select: none;
  -moz-user-select: none;
}
#filter-jobs .dk-selected:before {
  color: #09202e;
  right: 15px;
  font-size: 16px;
}
#filter-jobs .dark .dk-selected {
  background-color: #3a4d58;
  color: #fff;
}
#filter-jobs .dark .dk-selected:before {
  color: #fff;
}
#filter-jobs .dk-select-options {
  width: fit-content;
  border: 0;
  color: #09202e;
  max-height: 350px;
}
#filter-jobs .dk-option {
  white-space: nowrap;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -o-user-select: none;
  -moz-user-select: none;
}
#filter-jobs .mid .column {
  padding-inline: 8px;
}
#filter-jobs .end {
  margin-top: auto;
  margin-left: auto;
}
#filter-jobs .end .column {
  padding-inline: 10px;
}
#filter-jobs .mobile-filter {
  display: none;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
#filter-jobs .mobile-filter label {
  font-weight: 400;
  font-size: 14px;
  text-transform: unset;
  color: #6b7982;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 5px;
}
#filter-jobs .mobile-filter .button {
  background-color: #ced2d5;
  color: #09202e;
  font-weight: 700;
  width: auto;
}
#filter-jobs .mobile-filter .button:hover {
  background-color: #0e2b3d;
  color: #fff;
}
#filter-jobs .mobile-filter .button-control {
  display: flex;
  align-items: center;
  background-color: #3a4d58;
  color: #fff;
  width: 160px;
  cursor: pointer;
  justify-content: center;
  gap: 10px;
  transition: all 200ms;
  position: relative;
  padding-right: 40px;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -o-user-select: none;
  -moz-user-select: none;
}
#filter-jobs .mobile-filter .button-control:after {
  content: "\e90e";
  font-family: "icomoon";
  color: #9da6ab;
  border: 0;
  font-size: 20px;
  font-weight: normal;
  transform: rotate(90deg);
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 5px;
  left: unset;
  line-height: 35px;
  transition: color 200ms;
  display: block;
  background-color: transparent;
  position: absolute;
  width: 30px;
}
#filter-jobs .mobile-filter .button-control .count {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 100%;
  background-color: #6b7982;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
}
#filter-jobs .button-wrapper {
  flex-wrap: wrap;
}
#filter-jobs .has-text p {
  color: #fff;
  margin: 0;
  font-size: 16px;
  max-width: 340px;
  line-height: 1.1;
}
#filter-jobs .has-text p a {
  color: #fff;
  text-decoration: underline;
}
#filter-jobs .has-text p a:hover {
  text-decoration-color: transparent;
}

#filter-jobs.light {
  background-color: #fff;
}
#filter-jobs.light label {
  color: #09202e;
}
#filter-jobs.light .button.midnight:hover, #filter-jobs.light .button.midnight:focus, #filter-jobs.light .button.midnight:active, #filter-jobs.light .button.red:hover, #filter-jobs.light .button.red:focus, #filter-jobs.light .button.red:active {
  color: #fff;
  background-color: #09202e;
}

.available-jobs {
  padding-top: 180px;
  padding-bottom: 80px;
}
.available-jobs .job-flex {
  display: flex;
  gap: 25px;
  max-width: 1423px;
  margin: 0 auto;
  padding: 0 15px;
}

.job-content {
  display: flex;
  position: relative;
}
.job-content .job-post {
  border: 1px solid #00c0ad;
  padding: 25px;
  margin: 0;
  border-radius: 6px;
}
.job-content .job-post h6 {
  color: #09202e;
}
.job-content .job-post .date {
  line-height: 22px;
}
.job-content .job-post .text {
  color: #6b7982;
  line-height: 22px;
  margin: 0;
}
.job-content .job-post .job-type {
  background-color: #c8ced1;
}
.job-content .job-post h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ced2d5;
  padding-right: 120px;
}
.job-content .job-post h2 .button {
  width: auto;
  color: #00c0ad;
  position: absolute;
  top: 0;
  right: 0;
}
.job-content .job-post h2 .button:hover {
  color: #09202e;
}
.job-content .job-post .tags li {
  font-size: 14px;
  line-height: 27px;
  height: 27px;
  padding: 0 15px;
  border-radius: 4px;
}
.job-content .detail {
  display: flex;
  padding-bottom: 20px;
}
.job-content .detail .heading {
  flex: 0 0 180px;
  max-width: 180px;
}
.job-content .detail h4 {
  color: #09202e;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: unset;
}
.job-content .detail .text p,
.job-content .detail .text li {
  font-size: 16px;
  line-height: 22px;
  color: #09202e;
}
.job-content .detail .text ul {
  list-style: disc;
  padding-left: 20px;
}
.job-content .detail .text p,
.job-content .detail .text ul {
  margin-bottom: 20px;
}
.job-content .show-on-list {
  display: none;
}
.job-content .button {
  margin: 0;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  border-radius: 3px;
  background-color: #09202e;
  color: #fff;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
}
.job-content .button:hover, .job-content .button:hover, .job-content .button:focus {
  background-color: #ced2d5;
  color: #09202e;
}

.job-list-wrapper {
  max-width: 400px;
  min-width: 400px;
}

.job-post-list .hide-on-list {
  display: none;
}
.job-post-list h6 {
  color: #09202e;
}
.job-post-list .date {
  line-height: 22px;
}
.job-post-list .text {
  color: #6b7982;
  line-height: 22px;
  margin: 0;
}
.job-post-list .job-post {
  cursor: pointer;
  transition: all 200ms;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -o-user-select: none;
  -moz-user-select: none;
}
.job-post-list .job-post:hover {
  border-color: #00c0ad;
  box-shadow: 0px 0px 26.3px 0px rgba(9, 32, 46, 0.1411764706);
}
.job-post-list .job-post:active {
  box-shadow: 0px 0px 6.3px 0px rgba(9, 32, 46, 0.1411764706);
}
.job-post-list .job-post.selected {
  border-color: #00c0ad;
  box-shadow: 0px 0px 26.3px 0px rgba(9, 32, 46, 0.1411764706);
}
.job-post-list .error {
  font-size: 16px;
  font-weight: 600;
}
.job-post-list .job-type {
  background-color: #c8ced1;
}

.locations {
  padding-block: 150px 80px;
}
.locations .collection-info {
  margin-bottom: 20px;
}
.locations .locations-collections {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  padding-inline: 5px;
}
.locations .card-wrap {
  padding-inline: 10px;
  flex: 0 0 25%;
  max-width: 25%;
}
.locations .location-card {
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.locations .image-card {
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 250px;
  background-color: #d9d9d9;
}
.locations .image-card:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.locations .image-card > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.locations .image-card > a:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.locations .meta {
  display: flex;
  position: absolute;
  top: 15px;
  left: 15px;
  gap: 10px;
  z-index: 2;
}
.locations .meta > * {
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  border-radius: 3px;
  background-color: #09202e;
  color: #fff;
}
.locations .meta a {
  background-color: #fff;
  color: #09202e;
  display: inline-block;
  text-decoration: none;
}
.locations .meta a:hover {
  color: #fff;
  background-color: #09202e;
}
.locations .meta-location {
  color: #6b7982;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 10px;
  display: flex;
  gap: 5px;
  align-items: start;
}
.locations .meta-location img {
  width: 8px;
  opacity: 0.7;
  margin-top: 6px;
}
.locations .content-card {
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.locations h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.locations h4 a {
  color: #09202e;
}
.locations h4 a:hover {
  opacity: 0.5;
}
.locations .price {
  font-size: 16px;
  color: #6b7982;
  line-height: 26px;
  margin-bottom: 20px;
}
.locations .key-details {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.locations .key-details img {
  width: 15px;
  aspect-ratio: 1;
  filter: brightness(100%) grayscale(100%);
  opacity: 0.9;
}
.locations .key-details .detail {
  display: flex;
  align-items: center;
  gap: 6px;
}
.locations .key-details span {
  font-size: 14px;
  line-height: 16px;
  color: #6b7982;
}
.locations .link {
  margin-top: auto;
  margin-bottom: 10px;
  max-width: fit-content;
  letter-spacing: unset;
  text-decoration: underline;
  text-decoration-color: #09202e;
  text-decoration-thickness: 2px;
  font-weight: 700;
  line-height: 18px;
  font-size: 15px;
  padding: 0;
  border: 0;
  color: #09202e;
}
.locations .link:hover {
  text-decoration-color: #f93822;
  border: 0;
}
.locations .hidden {
  visibility: hidden;
}
.locations .error {
  max-width: 100%;
  flex: 0 0 100%;
  text-align: center;
  padding: 60px 30px;
  font-size: 16px;
}

.events .meta {
  top: unset;
  bottom: 15px;
}
.events .meta > * {
  font-size: 10px;
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  background-color: #ccf2ef;
  color: #09202e;
  font-weight: 400;
  display: flex;
  gap: 5px;
  align-items: center;
}
.events .meta .dark {
  background-color: #747474;
  color: #fff;
}
.events .meta img {
  width: 10px;
}
.events .meta-date {
  font-size: 16px;
  line-height: 26px;
  color: #6b7982;
}
.events .meta-location {
  font-size: 10px;
  line-height: 18px;
  padding-bottom: 10px;
  gap: 10px;
  padding-top: 10px;
  align-items: center;
}
.events .meta-location img {
  width: 11px;
  opacity: 1;
  aspect-ratio: 1;
  margin: 0;
}
.events .meta-location div {
  display: flex;
  align-items: center;
}
.events h4 {
  margin-bottom: 0;
}
.events .excerpt {
  font-size: 16px;
  line-height: 22px;
  color: #6b7982;
  margin-bottom: 25px;
}
.events .button-group {
  margin: 0;
  margin-top: auto;
  gap: 15px;
}
.events .button {
  background-color: #09202e;
  color: #00c0ad;
  font-size: 16px;
  line-height: 42px;
  height: 42px;
  padding: 0 10px;
  font-weight: 700;
  border: 0;
}
.events .button:hover {
  background-color: #00c0ad;
  color: #09202e;
}

.archive-page {
  padding-block: 80px;
}
.archive-page h4 {
  margin-bottom: 40px;
}

.heading-generic {
  text-align: center;
  padding-bottom: 40px;
}
.heading-generic h2 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}

.centered-content {
  color: #09202e;
  padding-block: 80px;
}
.centered-content h2 {
  font-weight: 600;
  margin-bottom: 30px;
}
.centered-content h3,
.centered-content h4,
.centered-content h5,
.centered-content h6 {
  font-weight: 600;
  margin-bottom: 20px;
}
.centered-content .button-wrapper {
  padding-top: 30px;
}
.centered-content .wrap ul:not(.links-list, .dk-select-options, .gform_fields) {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.centered-content .wrap ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.centered-content .wrap li {
  font-size: 16px;
  margin-bottom: 10px;
}
.centered-content .wrap .links-list {
  margin-top: 20px;
}
.centered-content p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 20px;
}
.centered-content.col-2 .wrap {
  column-count: 2;
  column-gap: 40px;
}
.centered-content .testimonial-section {
  margin-top: 60px;
  margin-bottom: 40px;
  border-radius: 6px;
  background-color: #eee;
  border: 0;
  padding: 40px 30px 0;
  color: #09202e;
}
.centered-content .testimonial-section h2 {
  text-align: center;
}
.centered-content .testimonial-section h2 {
  color: #09202e;
}
.centered-content .testimonial-section ul.slick-dots {
  position: absolute;
  margin: 0;
  width: 100%;
  padding: 20px 0 0;
  top: 100%;
}
.centered-content .testimonial-section .slick-arrow {
  color: #09202e;
  bottom: -50px;
  opacity: 1;
  transform: translateY(0);
  font-size: 22px;
  padding-top: 10px;
}
.centered-content .testimonial-section .slick-arrow.slick-next {
  right: 10%;
}
.centered-content .testimonial-section .slick-arrow.slick-prev {
  left: 10%;
}
.centered-content .testimonial-section .slick-slide {
  height: 100% !important;
  display: block !important;
}
.centered-content .testimonial-section .slick-slide > div {
  height: unset;
}
.centered-content .testimonial-section .people {
  padding-bottom: 30px;
}
.centered-content .testimonial-section .testimonials {
  padding: 0;
}
.centered-content .testimonial-section .testimonial:before, .centered-content .testimonial-section .testimonial:after {
  font-family: "SFProDisplay";
  color: #f93822;
  font-size: 52px;
  opacity: 1;
  font-weight: 500;
}
.centered-content .testimonial-section .testimonial:after {
  bottom: 18px;
  right: 20px;
}
.centered-content .testimonial-section .testimonial:before {
  top: 10px;
  left: 20px;
}

.content-wrap section.testimonial-section {
  margin-top: 60px;
  margin-bottom: 40px;
  border-radius: 6px;
  background-color: #eee;
  border: 0;
  padding: 40px 30px 0;
  color: #09202e;
}
.content-wrap section.testimonial-section h2 {
  text-align: center;
}
.content-wrap section.testimonial-section h2 {
  color: #09202e;
}
.content-wrap section.testimonial-section ul.slick-dots {
  position: absolute;
  margin: 0;
  width: 100%;
  padding: 20px 0 0;
  top: 100%;
}
.content-wrap section.testimonial-section .slick-arrow {
  color: #09202e;
  bottom: -50px;
  opacity: 1;
  transform: translateY(0);
  font-size: 22px;
  padding-top: 10px;
}
.content-wrap section.testimonial-section .slick-arrow.slick-next {
  right: 10%;
}
.content-wrap section.testimonial-section .slick-arrow.slick-prev {
  left: 10%;
}
.content-wrap section.testimonial-section .slick-slide {
  height: 100% !important;
  display: block !important;
}
.content-wrap section.testimonial-section .slick-slide > div {
  height: unset;
}
.content-wrap section.testimonial-section .people {
  padding-bottom: 30px;
}
.content-wrap section.testimonial-section .testimonials {
  padding: 0;
}
.content-wrap section.testimonial-section .testimonial:before, .content-wrap section.testimonial-section .testimonial:after {
  font-family: "SFProDisplay";
  color: #f93822;
  font-size: 52px;
  opacity: 1;
  font-weight: 500;
}
.content-wrap section.testimonial-section .testimonial:after {
  bottom: 18px;
  right: 20px;
}
.content-wrap section.testimonial-section .testimonial:before {
  top: 10px;
  left: 20px;
}

.page-template-default .single-post-content {
  padding-top: 6px;
}
.page-template-default .single-post-content .post-content-group {
  max-width: 100%;
}

.page-id-6555.page-template-flexible-new .page-content {
  padding-top: 0;
}

.page-template-flexible-new .blog-right-sidebar .help-widget.widget,
.single-post-content .blog-right-sidebar .help-widget.widget {
  box-shadow: none !important;
  overflow: hidden;
}
.page-template-flexible-new .blog-right-sidebar .help-widget.widget .post-thumb,
.single-post-content .blog-right-sidebar .help-widget.widget .post-thumb {
  height: 280px;
}
.page-template-flexible-new .blog-right-sidebar .help-widget.widget .wrap,
.single-post-content .blog-right-sidebar .help-widget.widget .wrap {
  background-color: #f7f7f7;
  padding: 25px;
}
.page-template-flexible-new .blog-right-sidebar .help-widget.widget .wrap h5,
.single-post-content .blog-right-sidebar .help-widget.widget .wrap h5 {
  color: #8595a0 !important;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}
.page-template-flexible-new .blog-right-sidebar .help-widget.widget .wrap h3,
.single-post-content .blog-right-sidebar .help-widget.widget .wrap h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.page-template-flexible-new .blog-right-sidebar .help-widget.widget .wrap p,
.single-post-content .blog-right-sidebar .help-widget.widget .wrap p {
  font-size: 16px;
  line-height: 22px;
  color: #6b7982;
}
.page-template-flexible-new .blog-right-sidebar .help-widget.widget .wrap .button,
.single-post-content .blog-right-sidebar .help-widget.widget .wrap .button {
  background-color: #09202e;
  border: 0;
  line-height: 40px;
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  padding: 0 15px;
}
.page-template-flexible-new .blog-right-sidebar .help-widget.widget .wrap .button:hover,
.single-post-content .blog-right-sidebar .help-widget.widget .wrap .button:hover {
  background-color: #6b7982;
  color: #fff;
}
.page-template-flexible-new .blog-right-sidebar .help-widget.widget.red,
.single-post-content .blog-right-sidebar .help-widget.widget.red {
  margin-top: 0;
}
.page-template-flexible-new .blog-right-sidebar .help-widget.widget.red .wrap,
.single-post-content .blog-right-sidebar .help-widget.widget.red .wrap {
  background-color: #09202e;
}
.page-template-flexible-new .blog-right-sidebar .help-widget.widget.red .wrap h3,
.single-post-content .blog-right-sidebar .help-widget.widget.red .wrap h3 {
  color: #fff;
}
.page-template-flexible-new .blog-right-sidebar .help-widget.widget.red .wrap .button,
.single-post-content .blog-right-sidebar .help-widget.widget.red .wrap .button {
  background-color: #f93822;
}
.page-template-flexible-new .blog-right-sidebar .help-widget.widget.red .wrap .button:hover,
.single-post-content .blog-right-sidebar .help-widget.widget.red .wrap .button:hover {
  background-color: #fff;
  color: #09202e;
}

.page-template-contact-us .contact-form .dk-select:not(.dropkick-select) .dk-selected,
.post-content-group .contact-form .dk-select:not(.dropkick-select) .dk-selected {
  height: 38px;
  line-height: 38px;
  padding-inline: 10px;
}

header .header-form .select-type-buttons li {
  margin: 0;
}

.location-map-section {
  padding: 0;
}

.the-content ul:not(.links-list, .gform_fields, .dk-select-options) {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.content-wrap ul:not(.gform_fields, .slick-dots) {
  max-width: 700px;
  padding-left: 20px;
  list-style-position: unset;
}
.content-wrap img,
.content-wrap iframe {
  border-radius: 6px;
}
.content-wrap em {
  font-style: italic;
}

.light-dark {
  color: #fff;
}
.light-dark h1,
.light-dark h2 {
  font-weight: 500;
  color: #fff;
}
.light-dark .button {
  background-color: #fff;
  color: #09202e;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
  display: flex !important;
  flex-direction: column;
}
.slick-slide > div {
  height: 100%;
}

.page-id-7279 .single-post-content {
  padding-top: 0;
}

.simple-section.color-block .button {
  color: #fff;
}
.simple-section.color-block .button:hover {
  background-color: #fff;
  color: #09202e;
}

.reports {
  padding-block: 80px;
}
.reports .heading {
  padding-bottom: 40px;
}
.reports h2 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}
.reports .report-cards {
  gap: 80px 0;
}
.reports .report-card {
  flex: 0 0 25%;
  max-width: 25%;
}
.reports .image {
  padding-top: 140%;
  background-size: cover;
  border: 1px solid #ccc;
}
.reports .text {
  padding-top: 20px;
  text-align: center;
}

.tribe-events-content a.custom_button {
  padding: 0 15px !important;
  border: 0 !important;
  background-color: #f93822 !important;
  color: #fff !important;
  font-weight: 700;
  line-height: 54px;
  margin-block: 30px;
  transition: 200ms all;
}
.tribe-events-content a.custom_button:hover {
  background-color: #09202e !important;
  color: #fff !important;
}

.loc-blocks.icons .row.card-block {
  flex-direction: column;
  padding: 20px;
  margin: unset;
}
.loc-blocks.icons img {
  height: 40px;
}
.loc-blocks.icons h3 {
  font-weight: 600;
  margin-bottom: 30px;
}
.loc-blocks.icons p {
  margin-top: auto;
}
.loc-blocks.icons a {
  font-weight: bold;
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: none;
}
.loc-blocks.icons a:hover {
  color: #09202e;
  text-decoration-color: #f93822;
}
.loc-blocks.icons .icon {
  margin-bottom: 10px;
}
.loc-blocks.icons .text {
  display: flex;
  flex-direction: column;
}
.loc-blocks.icons .slick-slide > div > .columns {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}

.newloccont p.price {
  font-size: 32px;
  font-weight: 600;
}

.vacancies-section.locations {
  padding-block: 80px;
}
.vacancies-section.locations .meta-location {
  display: none;
}

.single-rooms-available .row.keydetails > .columns,
.single-homes-for-sale .row.keydetails > .columns {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.single-rooms-available .row.keydetails legend,
.single-homes-for-sale .row.keydetails legend {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 22px;
  padding: 0 20px 0 0;
}
.single-rooms-available .row.keydetails fieldset,
.single-homes-for-sale .row.keydetails fieldset {
  padding: 0;
  background-color: transparent;
  opacity: 0.7;
}
.single-rooms-available .row.keydetails fieldset img,
.single-homes-for-sale .row.keydetails fieldset img {
  width: 20px;
}

.sidebar h2,
.sidebar h3 {
  font-weight: 600;
}

.single-homes-for-sale .vacanci-widget,
.single-rooms-available .vacanci-widget {
  padding: 25px;
}
.single-homes-for-sale .vacanci-widget .gform_wrapper .gfield_label,
.single-rooms-available .vacanci-widget .gform_wrapper .gfield_label {
  display: block;
}
.single-homes-for-sale .vacanci-widget .gform_footer,
.single-rooms-available .vacanci-widget .gform_footer {
  text-align: left;
}
.single-homes-for-sale .vacanci-widget h2,
.single-rooms-available .vacanci-widget h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.single-homes-for-sale .vacanci-widget h4,
.single-rooms-available .vacanci-widget h4 {
  font-size: 14px;
  line-height: 22px;
  color: #6b7982;
  margin: 0;
}
.single-homes-for-sale .vacanci-widget p,
.single-rooms-available .vacanci-widget p {
  color: #6b7982;
  font-size: 16px;
}
.single-homes-for-sale .vacanci-widget p a,
.single-rooms-available .vacanci-widget p a {
  color: #6b7982;
  font-weight: 700;
}
.single-homes-for-sale .vacanci-widget p a:hover,
.single-rooms-available .vacanci-widget p a:hover {
  color: #09202e;
}

.blue-box-icon {
  background-color: #09202e;
  border-radius: 6px;
  padding: 25px;
}
.blue-box-icon .label {
  background-color: transparent;
  border-radius: 0;
  color: #8595a0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  display: block;
  padding: 10px 0 5px;
}
.blue-box-icon h4 {
  color: #fff;
  line-height: 32px;
  font-size: 24px;
  font-weight: 600;
}
.blue-box-icon .button.red {
  padding: 0 15px;
  line-height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: 0;
  border-radius: 3px;
  background-color: #f93822;
}
.blue-box-icon .button.red:hover {
  color: #09202e;
  background-color: #fff;
}
.blue-box-icon + .blue-box-icon {
  margin-top: 30px;
}

.row .row.inner-row {
  max-width: 1220px;
  margin: auto;
}
.row .row.inner-row > .column {
  margin-bottom: 40px;
}
.row .row.inner-row img {
  width: 100%;
}
.row .row.inner-row h4 {
  padding-top: 0;
  font-size: 22px;
}
.row .row.inner-row h3 {
  font-size: 28px;
}

.slide-dots {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 30px;
  position: relative;
  padding-inline: 30px 25px;
  width: fit-content;
}
.slide-dots span {
  max-width: 10px;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: #fb887a;
  cursor: pointer;
  transition: all 200ms;
}
.slide-dots span.active {
  background-color: #fff;
}
.slide-dots span:hover {
  opacity: 0.7;
}
.slide-dots span.arrow {
  background-color: transparent;
  width: unset;
  position: absolute;
  top: -7px;
}
.slide-dots span.arrow.prev {
  left: 0;
}
.slide-dots span.arrow.next {
  right: 0;
}
.slide-dots span.arrow:after {
  font-family: icomoon;
  display: block;
  color: #fff;
  font-size: 14px;
}
.slide-dots span.arrow.next:after {
  content: "\e90e";
}
.slide-dots span.arrow.prev:after {
  content: "\e905";
}

.single-location .column-content {
  padding-bottom: 0;
}
.single-location .key-details-row > .row {
  padding: 0 50px;
}
.single-location .key-details-row .row .columns {
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 0;
  padding: 0 10px;
}
.single-location .key-details-row img {
  height: auto;
  width: 20px;
}
.single-location .key-details-row ul li:not(:first-child) {
  opacity: 0.7;
}
.single-location .calculator-section {
  background-color: #0a202e;
  overflow: hidden;
  padding-block: 55px;
}
.single-location .calculator-section h2 {
  font-size: 34px;
  line-height: 42px;
  font-weight: 600;
  color: #fff;
}
.single-location .calculator-section .panels {
  display: flex;
  flex-direction: row;
}
.single-location .calculator-section .panels h5 {
  font-weight: 700;
  color: #8595a0;
  font-size: 14px;
  line-height: 22px;
  margin-block: 10px 5px;
}
.single-location .calculator-section .panels h4 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
.single-location .calculator-section .panels .button.red {
  background-color: #f93822;
  color: #fff;
}
.single-location .calculator-section .panels .button.red:hover {
  color: #09202e;
  background-color: #fff;
}
.single-location .calculator-section .panels li {
  max-width: 330px;
  flex: 0 0 330px;
  padding-right: 30px;
}
.single-location .calculator-section .panels li:first-child {
  border-right: 1px solid #aaa;
}
.single-location .calculator-section .panels li:last-child {
  padding-left: 60px;
}
.single-location .calculator-section .panels .icon {
  height: 40px;
}
.single-location .calculator-section .image {
  border-radius: 100%;
  width: 940px;
  height: 940px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-block: auto;
  background-position: center;
  background-size: cover;
  aspect-ratio: 1;
}
.single-location .locations.curve-top {
  padding-top: 80px;
}

.single-middle-slider-wrap .slick-list {
  box-shadow: none;
}
.single-middle-slider-wrap .slick-slide {
  padding: 0;
}
.single-middle-slider-wrap .image-wrap {
  border-radius: 6px;
  overflow: hidden;
}
.single-middle-slider-wrap .slick-dots {
  margin-inline: auto;
  padding: 0 !important;
}
.single-middle-slider-wrap .slick-arrow {
  top: unset;
  color: #09202e;
  bottom: -20px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  box-shadow: none;
}
.single-middle-slider-wrap .slick-arrow.slick-prev {
  left: 5px;
}
.single-middle-slider-wrap .slick-arrow.slick-next {
  right: 5px;
}

.newloccont .accordion .accordion-title {
  text-decoration: none;
  font-weight: 700;
}
.newloccont .accordion .accordion-title:hover {
  color: #f93822;
}

.twfi > .row > .columns > img,
.village-feat > .row > .columns > img {
  border-radius: 6px;
}

.image_columns img,
.image_columns iframe {
  border-radius: 6px;
}

.blog-right-sidebar .form-widget-alt.form-widget img,
.blog-right-sidebar .broch-request img {
  margin: auto;
  position: static;
  transform: unset;
  max-width: unset;
  margin-bottom: 10px;
}
.blog-right-sidebar .form-widget-alt.form-widget h4,
.blog-right-sidebar .broch-request h4 {
  font-size: 14px;
  line-height: 22px;
  color: #6b7982;
  margin: 0;
}
.blog-right-sidebar .form-widget-alt.form-widget h3,
.blog-right-sidebar .broch-request h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  padding: 0;
  margin-bottom: 20px;
}
.blog-right-sidebar .form-widget-alt.form-widget .gform_footer.top_label,
.blog-right-sidebar .broch-request .gform_footer.top_label {
  padding: 0;
  margin: 0;
  text-align: left;
}
.blog-right-sidebar .form-widget-alt.form-widget .gfield--type-checkbox > label,
.blog-right-sidebar .broch-request .gfield--type-checkbox > label {
  display: none !important;
}
.blog-right-sidebar .form-widget-alt.form-widget .gform_wrapper .gfield_label,
.blog-right-sidebar .broch-request .gform_wrapper .gfield_label {
  font-size: 16px;
}

.widget-alt .link-underline {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #09202e;
}
.widget-alt .link-underline:before {
  display: none;
}
.widget-alt .link-underline:hover {
  text-decoration-color: #f93822;
}

.stages .button.hollow {
  width: fit-content;
  margin: 0 auto;
  background-color: #09202e;
  border: 0;
  line-height: 42px;
  padding: 0 13px;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
}
.stages .button.hollow:hover {
  background-color: #ced2d5 !important;
  color: #09202e;
}

.content-wrap blockquote {
  background-color: #f7f7f7;
  border-radius: 6px;
  padding: 30px 50px 15px;
}
.content-wrap blockquote:before {
  content: "“";
  font-family: "SFProDisplay";
  position: absolute;
  font-size: 52px;
  font-weight: 500;
  color: #f93822;
  top: 0px;
  left: 15px;
}
.content-wrap blockquote p {
  font-size: 24px;
  line-height: 33px;
}

.gallery-widget .gallery-widget-slider .slick-dots {
  padding-top: 20px;
}
.gallery-widget .gallery-widget-slider .slick-arrow {
  top: unset;
  bottom: -7px;
  transform: unset !important;
  box-shadow: none;
  width: auto;
  height: 30px;
  background-color: transparent;
}

.help-column-blocks .button-wrapper {
  width: 100%;
  justify-content: center;
}
.help-column-blocks .button-wrapper .button {
  width: fit-content;
}

ul.checklist {
  column-count: 2;
  margin-bottom: 20px;
  max-width: 600px;
  list-style: none;
}
ul.checklist > li {
  padding-left: 30px;
  margin-bottom: 3px;
  position: relative;
}
ul.checklist > li:before {
  content: "\e910";
  top: 6px;
  font-size: 12px;
  font-family: icomoon;
  display: inline-block;
  position: absolute;
  left: 0;
  background: rgb(29, 25, 81);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.two-col-list-wrap {
  max-width: 600px;
}
.two-col-list-wrap ul {
  column-count: 2;
  margin-bottom: 20px;
  list-style: none;
}
.two-col-list-wrap ul > li {
  padding-left: 30px;
  margin-bottom: 3px;
  position: relative;
}
.two-col-list-wrap ul > li:before {
  content: "\e910";
  top: 6px;
  font-size: 12px;
  font-family: icomoon;
  display: inline-block;
  position: absolute;
  left: 0;
  background: rgb(29, 25, 81);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

img.alignleft {
  float: left;
  margin-right: 20px;
}
img.alignright {
  float: right;
  margin-left: 20px;
}

.snapshot-widget-alt.calculator-widget {
  background-color: #09202e;
  border-radius: 6px;
}

.single-services .service-heading {
  display: flex;
  gap: 20px;
  align-items: center;
}
.single-services .service-heading img {
  width: 64px;
  margin: 0;
}

.gallery .gallery-item a {
  box-shadow: none;
  background-color: transparent;
}
.gallery .gallery-item img {
  border-radius: 6px;
}

.button-group {
  flex-wrap: wrap;
}
.button-group .button {
  min-width: fit-content;
  width: fit-content;
  flex: 1;
  max-width: 100%;
}
.button-group:after, .button-group:before {
  display: none;
}

.content-form .wrap ul {
  margin-left: 0;
}

.head-top .desktop.donate a,
.head-top .mobile.donate a {
  display: none;
  color: #f93822;
}
.head-top .desktop.donate a:hover,
.head-top .mobile.donate a:hover {
  color: #fff;
}

body:not(.page-id-15397, .parent-pageid-15397) .head-top .desktop.donate a,
body:not(.page-id-15397, .parent-pageid-15397) .head-top .mobile.donate a {
  display: none;
}
body:not(.page-id-15397, .parent-pageid-15397) .head-top .desktop.donate .not-veteran-page,
body:not(.page-id-15397, .parent-pageid-15397) .head-top .mobile.donate .not-veteran-page {
  display: inline-block;
}

.parent-pageid-15397 .head-top .desktop.donate .veteran-page,
.parent-pageid-15397 .head-top .mobile.donate .veteran-page,
.page-id-15397 .head-top .desktop.donate .veteran-page,
.page-id-15397 .head-top .mobile.donate .veteran-page {
  display: inline-block;
}

.internal {
  padding-top: 0;
}
.internal .large-4.v-delim {
  padding-top: 40px;
}

.datatabs img {
  border-radius: 6px;
}

.simple-section.padding-block {
  padding-block: 40px 0;
}

.simple-section.padding-top {
  padding-top: 40px;
}

.involved-in-volunteering .img-above-blockquote {
  border-radius: 6px;
}

#tribe-events-pg-template {
  max-width: unset;
  padding: 40px 0;
}
#tribe-events-pg-template .tribe-events-event-meta::before,
#tribe-events-pg-template .tribe-events-event-categories-label,
#tribe-events-pg-template .tribe-events-event-categories,
#tribe-events-pg-template .tribe-event-tags-label,
#tribe-events-pg-template .tribe-event-tags,
#tribe-events-pg-template .tribe-events-meta-group-organizer,
#tribe-events-pg-template .tribe-venue,
#tribe-events-pg-template .tribe-venue-location,
#tribe-events-pg-template .tribe-venue-url {
  display: none;
}
#tribe-events-pg-template p {
  font-size: 16px;
}
#tribe-events-pg-template .tribe-common-c-btn-border {
  background-color: #f93822;
  color: #fff;
  border-color: #f93822;
}
#tribe-events-pg-template .flex {
  display: flex;
  flex-wrap: wrap;
}
#tribe-events-pg-template .flex > .tribe-events-event-meta {
  display: block;
}
#tribe-events-pg-template .flex > .tribe-events-event-meta:last-child {
  flex: 1 1 100px;
}
#tribe-events-pg-template .tribe-events-meta-group {
  width: 300px;
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 20px;
  font-size: 16px;
}
#tribe-events-pg-template .tribe-events-meta-group.tribe-events-meta-group-details {
  height: 100%;
}
#tribe-events-pg-template .tribe-events-meta-group-venue,
#tribe-events-pg-template .tribe-events-venue-map {
  width: 100%;
}
#tribe-events-pg-template .tribe-events-single-section-title {
  text-transform: unset;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: normal;
  margin-bottom: 20px;
}
#tribe-events-pg-template iframe {
  border-radius: 0 0 10px 10px;
  height: 350px;
  max-height: unset;
}
#tribe-events-pg-template abbr {
  border: none;
  cursor: unset;
}
#tribe-events-pg-template dd {
  line-height: 24px;
}
#tribe-events-pg-template dd.address br {
  display: none;
}
#tribe-events-pg-template .tribe-events-meta-group-venue {
  border-radius: 10px 10px 0 0;
}
#tribe-events-pg-template .tribe-events-venue-map {
  margin: 0;
}
#tribe-events-pg-template .related-events {
  padding-top: 80px;
}
#tribe-events-pg-template .related-events hr {
  height: 0;
  border-top: 1px solid #d9d9d9;
  margin-bottom: 40px;
}
#tribe-events-pg-template .related-events h2 {
  font-weight: 600;
  margin-bottom: 30px;
}
#tribe-events-pg-template .button.yellow:hover {
  background-color: #ced2d5;
  color: #09202e;
  border: 0;
}

.looking-for-image_columns .card-img,
.looking-for-image_columns h4 a {
  pointer-events: none;
}

.image_columns.alt .card-cont {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 16px;
}

.image_columns.alt .large-4 .card-img {
  border-radius: 0;
}

.page-id-8773 .village-wrap .region-item .flex-child-grow {
  min-height: 110px;
}

.looking-for-image_columns.image_columns h1 {
  font-weight: 600;
  color: #fff;
}

.single .widget.reviews-widget .card img {
  border-radius: 6px 6px 0 0;
}

.single .vacanci-widget.btn-cont {
  box-shadow: none;
  background-color: #f4f2f2;
}

.page-template-calculator .slider-handle {
  background: #09202e;
}
.page-template-calculator .slider-handle:after, .page-template-calculator .slider-handle:before {
  content: "\e90e";
  color: #fff;
  font-family: "icomoon";
  font-size: 18px;
  font-weight: normal;
  transition: all 200ms;
  position: absolute;
  top: 4px;
}
.page-template-calculator .slider-handle:after {
  left: 3px;
  transform: rotate(180deg);
}
.page-template-calculator .slider-handle:before {
  right: 3px;
}

.single-location .key-details-row ul.row {
  max-width: 900px;
  margin: auto;
  background-color: #f4f4f4;
  padding: 20px 10px;
}

.page-content > section {
  border-radius: 0 !important;
}

.funding-section {
  background-color: #ccf2ef;
}

.single-services .content-section > .row > .large-8 {
  flex: 0 0 100%;
  max-width: calc(100% - 425px);
  border-right: 1px solid #ddd;
  padding-right: 35px;
}
.single-services .content-section > .row > .large-4 {
  flex: 0 0 auto;
  margin-left: auto;
  max-width: 100%;
}
.single-services .sidebar {
  max-width: 375px;
  margin-left: auto;
  position: relative;
  height: 100%;
}

.looking-for-image_columns .img--block {
  width: 100%;
}
.looking-for-image_columns .img--block:hover {
  box-shadow: none;
}
.looking-for-image_columns .card-img img {
  height: 350px;
}

.image_column .has-content .button.dark {
  margin-top: 30px;
}

#services .n-srvices-row {
  gap: 20px;
}
#services .n-srvices-row .flex-container {
  flex-direction: column;
  padding: 30px 30px 20px;
  background-color: #fff;
  flex: 0 0 300px;
  cursor: pointer;
}
#services .n-srvices-row .icon {
  height: 60px;
}
#services .n-srvices-row .icon img {
  width: 40px;
  margin: auto;
}

.post-content-group.content-wrap .content iframe {
  width: 100%;
  height: 44.8vw;
}

.column-content .why-volunteer-col {
  padding: 30px 30px 20px;
  background-color: #fff;
  border-radius: 6px;
  height: 100%;
}

#gform_confirmation_message_22 {
  padding-top: 20px;
  text-align: left;
}
#gform_confirmation_message_22 a {
  display: inline-block;
}

.posts-collection .search-form-container {
  padding-block: 40px;
}
.posts-collection .searchform {
  display: flex;
  gap: 10px;
}
.posts-collection .searchform input {
  margin: 0;
}

.page-template-flexible-new .has-sidebar-wrap {
  padding-right: 30px;
}
.page-template-flexible-new .has-sidebar-wrap .image_column {
  padding-bottom: 0;
}
.page-template-flexible-new .has-sidebar-wrap .image_column img {
  margin-bottom: 20px;
}
.page-template-flexible-new .has-sidebar-wrap .norm-cont.mobile-space:last-child {
  padding-inline: 30px;
  margin-bottom: 60px;
}

.banne-strip.round-image {
  overflow: hidden;
}
.banne-strip.round-image .image {
  position: absolute;
  width: 1094px;
  height: 1094px;
  border-radius: 100%;
  background-position: center;
  background-size: contain;
  right: 50px;
  top: 0;
  bottom: 0;
  margin-block: auto;
  background-color: #09202e;
}
.banne-strip.round-image .light-dark > p:last-child {
  margin: 0;
}

.slide-wrap .testimonial-wrap + .name {
  text-align: center;
}
.slide-wrap .testimonial-wrap + .name .post-thumb {
  border-radius: 6px;
  margin-block: 10px;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown,
.tribe-events .tribe-events-c-subscribe-dropdown {
  margin-top: 0;
}

.tribe-events-content {
  font-family: "SFProDisplay";
}

.related-events .content-card {
  background-color: #f4f4f4;
}

.cards-v4 {
  background-color: #f4f4f4;
}
.cards-v4 h2,
.cards-v4 h1 {
  font-weight: 600;
}
.cards-v4 .card-wrap {
  background-color: #fff;
  padding: 30px;
  border-radius: 6px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cards-v4 .card-wrap .text {
  margin-top: auto;
}
.cards-v4 .card-wrap h4 {
  font-weight: 600;
}
.cards-v4 .cards-container {
  gap: 30px 0;
  padding-top: 40px;
}
.cards-v4 > .row {
  max-width: 1200px;
}
.cards-v4 a:not(.button) {
  text-decoration: underline;
}
.cards-v4 .button.red {
  background-color: #f93822;
  color: #fff;
}
.cards-v4 .button.red:hover {
  background-color: #ced2d5;
  color: #09202e;
}

.norm-cont img {
  border-radius: 6px;
}

.process-section p a {
  text-decoration: underline;
}

.process-section .stages-row .card-section.alt {
  border-radius: 6px;
}

.accordion {
  background-color: transparent;
}

.single-post-content .blog-right-sidebar .help-widget.widget .title {
  position: absolute;
}

.sidebar .help-widget {
  border-radius: 6px;
  overflow: hidden;
  color: #fff;
}
.sidebar .help-widget .title {
  top: 15px;
  left: 15px;
}
.sidebar .help-widget .wrap {
  background-color: #f7f7f7;
  padding: 25px;
}
.sidebar .help-widget .wrap h5 {
  color: #8595a0 !important;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}
.sidebar .help-widget .wrap h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.card-cont a.btn,
a.custom_button {
  background: #09202e !important;
  color: #fff !important;
  border: 0;
  line-height: 40px !important;
  border-radius: 3px !important;
  font-size: 16px !important;
  font-weight: 700;
  padding: 0 15px !important;
}
.card-cont a.btn:hover,
a.custom_button:hover {
  background-color: #ced2d5 !important;
  color: #09202e !important;
}

.social-list-widget-alt .title,
.related-articles.widget .title {
  position: static;
}

.no-contact-buttons .has-modal-trigger-form {
  padding: 0;
}
.no-contact-buttons .has-modal-trigger-form > .button-wrapper {
  display: none;
}
.no-contact-buttons #menu-secondary-nav {
  margin-right: 0;
}

.the-content .code-block,
.tribe-events-single-event-description .code-block {
  display: none !important;
}

.content-image-alt .button-wrapper,
.color-theme-text .button-wrapper {
  padding-top: 40px;
}
.content-image-alt .button-wrapper.centered,
.color-theme-text .button-wrapper.centered {
  justify-content: center;
}
.content-image-alt .button-wrapper a.button,
.color-theme-text .button-wrapper a.button {
  margin-top: 0;
}

.single-img-container > img,
.image > img {
  width: 100%;
  object-fit: cover;
}

.location-template-single-new-location table tbody {
  border: 0;
}

@media (max-height: 1056px) {
  .header-form {
    height: 100%;
  }
}
@media (min-width: 1730px) {
  .full-hook .text {
    padding: 370px 0 220px;
  }
}
@media (max-width: 1730px) and (min-width: 1024px) {
  .content-image-dark .quote p {
    font-size: 3vw;
    line-height: 3.75vw;
  }
}
@media (max-width: 1550px) {
  .header-form-modal .select-type-buttons li {
    padding-inline: 15px;
  }
  .less-red .banner-slider-inner > .row::before {
    left: -1500px;
  }
  .less-red .banner-slider-inner > .image {
    width: 71%;
  }
}
@media (max-width: 1439px) {
  .banner-cont {
    left: 65px;
  }
}
@media (max-width: 1430px) {
  .quick-links .row.nav-wrap {
    padding-inline: 20px;
  }
  .content-image .wrap {
    padding-left: 0;
  }
  .row.links-collection > .large-6 {
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%;
  }
  .row.links-collection > .large-3 {
    flex: 0 0 30%;
    max-width: 30%;
    width: 30%;
  }
  .helpful-links.compact .row.links-collection .column.start,
  .helpful-links.compact .row.links-collection .column.last {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .text-blocks .block-wrap {
    max-width: 100%;
  }
  #filter-jobs {
    padding-inline: 20px;
    padding-block: 30px;
  }
  #filter-jobs .column.end .row {
    justify-content: flex-end;
    margin-inline: -15px;
  }
  #filter-jobs .column.end .column {
    flex: 0 0 auto;
    padding-inline: 7px;
  }
  .toolbar-filter {
    margin-bottom: -175px;
    transform: translateY(-70%);
  }
  .available-jobs {
    padding-top: 140px;
    padding-bottom: 50px;
  }
  .banner-slider-inner > .row::before {
    left: -1300px;
  }
  .single-post-content .sidebar {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .single-post-content .post-content-group {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .locations .card-wrap,
  .news-card-wrap .card-wrap {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .map-section .wrap {
    padding-left: 30px;
  }
  .table-content .wrap {
    padding-left: 0;
    max-width: 100%;
  }
  .table-content {
    padding: 40px 0 50px;
  }
  .table-content > .row > .column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .table-content > .row > .column .flex-table {
    margin-bottom: 0;
  }
  .table-content > .row > .column:last-child .text > *:not(:last-child) {
    display: none;
  }
  .table-content > .row > .column:last-child .wrap {
    padding-top: 30px;
  }
  .table-content .wrap {
    padding: 0;
    max-width: 100%;
  }
  .table-content .button-wrapper {
    padding-top: 10px;
  }
  .table-content .show-small {
    display: block;
  }
  .table-content .show-small .button-wrapper {
    display: none;
  }
  .table-content .show-small .text > *:last-child {
    display: none;
  }
  .banner-slider-inner > .image {
    width: 54%;
  }
}
@media (max-width: 1400px) {
  .full-hook .background .image-2 {
    width: 200px;
  }
  .full-hook .background .image-3 {
    width: 430px;
  }
  .full-hook .background .image-4 {
    width: 290px;
  }
  .banner-cont h1,
  .banner-cont h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 1399px) {
  .banner-cont {
    left: 40px;
  }
  .banner-slider-inner > .image {
    width: 58%;
  }
}
@media (max-width: 1300px) {
  .banner-cont-slider .banner-slider-inner {
    height: 400px;
  }
  .less-red .banner-slider-inner > .row::before {
    left: -1570px;
  }
}
@media (max-width: 1200px) {
  .content-image.has-text-round > .row > .column:first-child {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .content-image.has-text-round > .row > .column:last-child {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .full-hook .background .image-3 {
    width: 360px;
  }
  .full-hook .background .image-4 {
    width: 230px;
  }
  .full-hook .background .image-5 {
    width: 390px;
  }
  .banner-slider-inner > .image {
    width: 46%;
  }
}
@media (max-width: 1140px) {
  .head-nav .menu {
    margin-right: 0;
  }
  .footer-contact .text-column {
    padding-left: 0;
    max-width: 100%;
  }
  .footer-contact .contact-type .gfield_label,
  .footer-contact .contact-type .ginput_container {
    display: block;
  }
  .footer-contact .select-type-buttons {
    display: none;
  }
  .foot-top {
    padding-bottom: 20px;
  }
  .footer-nav {
    justify-content: start;
    gap: unset;
    flex-wrap: wrap;
  }
  .footer-nav .nav {
    flex-basis: 33.33%;
    margin-bottom: 20px;
  }
  .row.links-collection > .large-6 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .row.links-collection > .large-3 {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .profiles-cards .profile-card-wrap {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .banner-slider-inner > .image {
    width: 48.5%;
  }
  .single-location .calculator-section .panels li:last-child {
    padding-left: 40px;
  }
  .single-location .calculator-section .image {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 640px;
  }
  .single-location .calculator-section .column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-location .calculator-section .column.large-7 {
    padding-top: 30px;
  }
  .single-location .calculator-section h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .single-location .calculator-section h2 br {
    display: none;
  }
  .single-location .calculator-section .panels {
    justify-content: center;
  }
  .single-location .calculator-section .panels li {
    max-width: 320px;
    flex: 0 0 320px;
    padding-inline: 40px;
  }
  .single-location .calculator-section .panels li:first-child {
    max-width: 320px;
    flex: 0 0 320px;
  }
}
@media (max-width: 1110px) {
  .head-nav .menu li:not(:last-child) {
    margin-right: 10px;
  }
  .services .services-cards .service-card {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 1070px) {
  .banner-slider-inner > .image {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  .icon-list {
    grid-template-columns: 2fr 2fr;
    margin: 60px auto;
  }
  .icon-list li {
    flex-direction: column;
    border: 0;
    padding-left: 0;
  }
  .icon-list span {
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
  }
  .icon-list span:before {
    display: block;
  }
  .footer-contact .gfield--width-half {
    width: 100%;
  }
  .footer-contact h2 {
    font-size: 32px;
    line-height: 40px;
  }
  footer.footer {
    padding-top: 30px;
  }
  footer.footer .footer-logo img {
    max-width: 187px;
  }
}
@media (max-width: 1023px) {
  .mobile-sidebar {
    top: 111px;
  }
  .has-modal-trigger-form .button-wrapper > a:first-child:not(.close) {
    display: none;
  }
  .extra-link .search {
    display: none;
  }
  .extra-link > li:after {
    display: block;
  }
  .main-header.sticky-head .head-logo img {
    max-width: 146px !important;
    width: 146px;
  }
  .main-header.sticky-head .head-nav {
    padding: 10px 0 !important;
  }
  .head-logo img {
    max-width: 146px;
    width: 146px;
  }
  .head-logo-wrap {
    text-align: left;
    padding-right: 0;
  }
  .has-modal-trigger-form {
    padding-left: 0;
  }
  .main-header .head-nav {
    padding: 10px 0;
  }
  .main-header .head-top {
    padding: 1px 0;
  }
  .page-break {
    height: 112px;
  }
  .banner-cont {
    left: 25px;
    max-width: 480px;
  }
  .banner-cont h1,
  .banner-cont h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .banner-cont .content {
    padding-top: 20px;
  }
  .banner-slider-inner > .row::before {
    left: -1430px;
    top: -790px;
  }
  .about-stat-slider,
  .department-slider {
    display: block;
  }
  .about-section .desktop,
  .find-location .desktop {
    display: none;
  }
  .about-section .stat-wrap + hr {
    margin-bottom: 30px;
  }
  .news-card .image {
    padding-top: 0;
    height: 230px;
  }
  .quick-links {
    margin-bottom: -260px;
    padding: 25px 0;
  }
  .quick-links + .content-image > .row {
    height: unset;
  }
  .content-image .image {
    position: static;
    width: 650px;
    height: unset;
    background-position: top center;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    aspect-ratio: 1/1;
  }
  .content-image .wrap {
    padding-left: 0;
    max-width: 650px;
    margin: 0 auto;
    padding-block: 30px;
  }
  .content-image .column.relative {
    flex: 1 1 100%;
    width: 100%;
  }
  .quick-stats {
    padding-bottom: 40px;
    padding-top: 0;
  }
  .quick-stats hr {
    margin-block: 0 30px;
  }
  .quick-stats .stats-slider {
    padding-block: 20px 40px;
  }
  .content-image-dark {
    padding-top: 60px;
  }
  .content-image-dark hr {
    margin-top: 60px;
  }
  .content-image-dark .quote p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .extra-content h2 {
    line-height: 36px;
    font-size: 24px;
    font-weight: 500;
  }
  .location-finder.search {
    padding: 50px 0;
  }
  .content-image-light.has-links-list {
    padding: 60px 0 60px;
  }
  .content-image-light {
    padding: 60px 0 60px;
  }
  .content-image-light .image-wrap {
    text-align: center;
  }
  .content-image-light .wrap {
    max-width: 100%;
  }
  .content-image-light h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .text-blocks {
    padding: 40px 0 40px;
  }
  .search-head-top {
    display: none;
  }
  .shrink.mobile {
    margin-right: auto;
  }
  .profiles-cards .profile-card-wrap {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .content-image .icon-list {
    margin: 50px auto;
  }
  .content-image.short > .row,
  .content-image.tall > .row {
    height: unset;
  }
  .job-content .detail {
    flex-direction: column;
  }
  .job-content .detail .heading {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  #filter-jobs .column.start {
    display: none;
  }
  #filter-jobs .column.end {
    flex: 0 0 auto;
  }
  #filter-jobs.news {
    padding-block: 30px;
  }
  #filter-jobs.news .column.start {
    display: block;
    flex: 0 0 100%;
  }
  #filter-jobs.news .column.end {
    margin-left: auto;
  }
  .single-post-content .post-content-group {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    border: 0;
  }
  .single-post-content .flex-column {
    flex-direction: row;
    flex-wrap: wrap;
    padding-inline: 5px;
  }
  .single-post-content .sidebar {
    display: none;
  }
  .the-content blockquote p {
    line-height: 32px;
    font-weight: 600;
    font-size: 24px;
  }
  .the-content blockquote {
    margin-block: 35px;
    padding: 0 0 0 15px;
  }
  .single-post .single-post-content {
    padding-block: 40px 30px;
  }
  .single-post .find-location,
  .find-location {
    padding-bottom: 20px;
  }
  .single-post .find-location hr,
  .find-location hr {
    margin-bottom: 10px;
  }
  .single-post .find-location {
    padding-top: 30px;
  }
  .content-image.has-text-round > .row > .column:first-child, .content-image.has-text-round > .row > .column:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-location .map-section {
    padding-top: 50px;
  }
  .single-location .map-section .gmap_canvas {
    min-height: unset !important;
    padding-top: 75%;
  }
  .single-location .map-section .wrap {
    padding-left: 0;
    max-width: 100%;
    padding-top: 40px;
  }
  .single-location .map-section > .row > .column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .centered-content:not(.text-center) h2 {
    text-align: left;
  }
  .centered-content:not(.text-center) .wrap {
    text-align: left;
  }
  .content-image.extend {
    padding-block: 80px;
  }
  .full-hook h2 h2 {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .full-hook .text {
    font-size: 16px;
  }
  .full-hook .background .image-1 {
    top: -20px;
    left: -80px;
    width: 217px;
  }
  .full-hook .background .image-2 {
    bottom: -20px;
    width: 140px;
  }
  .full-hook .background .image-3 {
    width: 290px;
    left: unset;
    right: -60px;
    bottom: unset;
    top: 0;
  }
  .full-hook .background .image-4 {
    width: 250px;
    right: unset;
    left: -90px;
    bottom: 30px;
  }
  .full-hook .background .image-5 {
    width: 250px;
    bottom: 30px;
    right: 0;
    top: unset;
  }
  .extra-link .mobile {
    display: block;
  }
  .extra-link .desktop {
    display: none;
  }
  .video-section {
    padding-block: 40px;
  }
  .single-location .video-section {
    padding: 0;
  }
  .video-slider .video-wrap {
    padding-inline: 0;
  }
  .reports .report-card {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .reports .report-cards {
    gap: 40px 0;
  }
  .funding-section table {
    border: 0;
  }
  .vacancies-section.locations {
    padding-block: 40px;
  }
  .single-location .find-location {
    padding-top: 40px;
  }
  .single-location .find-location hr {
    display: block;
    opacity: 0;
  }
  .header-form-modal {
    top: 113px;
  }
  .content-image {
    padding-bottom: 40px;
  }
  .content-image.has-text-round .wrap {
    padding-top: 80px;
  }
  .content-image > .row,
  .content-image > .row > .column:first-child {
    padding: 0;
  }
  .content-image .round-wrap {
    padding-top: 20px;
  }
  .content-image .text-round::before {
    width: calc(100% + 300px);
    right: -150px;
    top: unset;
    bottom: -50px;
    transform: unset;
  }
  .content-image .text-round::after {
    display: block;
    height: 55%;
    top: -100px;
  }
  .banner-slider-inner > .image {
    width: 45%;
  }
  .less-red .banner-slider-inner > .row::before {
    left: -1680px;
  }
  .banner-cont-slider.less-red .banner-slider-inner {
    height: 300px;
  }
  .quick-links + .content-image.tall {
    padding-top: 100px;
  }
  .single-services .content-section > .row > .large-8 {
    flex: 0 0 100%;
    max-width: 100%;
    border-right: 0;
    padding-right: 15px;
  }
  .single-services .content-section > .row > .large-4 {
    flex: 0 0 100%;
    margin-left: 0;
    max-width: 100%;
    padding-top: 40px;
  }
  .single-services .sidebar {
    max-width: 100%;
    height: 100%;
  }
  .looking-for-image_columns .columns.flex-container {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .image_column .has-content {
    padding-top: 30px;
  }
  .column-content .row.column-cont > .columns {
    padding-bottom: 20px;
  }
  .page-template-flexible-new .has-sidebar-wrap {
    padding-right: 0;
  }
  .banne-strip.round-image {
    padding-block: 60px;
  }
  .banne-strip.round-image .image {
    position: static;
    width: 650px;
    height: unset;
    background-position: top center;
    background-size: cover;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-bottom: 40px;
    aspect-ratio: 1/1;
  }
  .single-location .village-feat .faq-img {
    margin-bottom: 30px;
    padding-right: 15px;
  }
  .single-location .village-feat .faq-img img {
    width: 100%;
  }
  .single-location .village-feat .button-group {
    margin-bottom: 0;
  }
}
@media (max-width: 960px) {
  .slide-dots {
    display: none;
  }
  .banner-cont-slider.bottom-padding .banner-cont {
    bottom: 80px;
  }
  .department-navigation {
    margin-bottom: -110px;
  }
  .department-navigation .nav-wrap {
    border-radius: 6px;
    padding: 20px 0;
  }
  .department-navigation .nav-block a {
    font-size: 16px;
    height: 60px;
  }
  .department-navigation .nav-block img {
    max-width: 30px;
  }
  .single-post .find-location,
  .find-location {
    padding: 20px 0 50px;
  }
  .single-post .find-location .heading .button-wrapper,
  .find-location .heading .button-wrapper {
    display: none;
  }
  .single-post .find-location h2,
  .find-location h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .single-post .find-location hr,
  .find-location hr {
    display: none;
  }
  .single-post .find-location .mobile,
  .find-location .mobile {
    display: flex;
  }
  .about-section {
    padding-top: 20px 0 40px;
  }
  .about-section .heading {
    display: none;
  }
  .about-section hr:not(.bottom) {
    display: none;
  }
  .about-section .stat {
    font-size: 58px;
    line-height: 68px;
    margin-bottom: 10px;
  }
  .about-section .mobile {
    display: flex;
  }
  .explore-section {
    padding-block: 40px 50px;
  }
  .explore-section > .row > .column:not(.shrink) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .explore-section .mobile {
    display: block;
  }
  .explore-section .mobile.flex {
    display: flex;
  }
  .explore-section .desktop {
    display: none;
  }
  .explore-section .content-wrap {
    max-width: 100%;
    text-align: center;
  }
  .explore-section h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 auto 30px;
    max-width: 400px;
  }
  .explore-section p {
    font-size: 14px;
    line-height: 22px;
    padding: 0 20px;
    max-width: 400px;
    margin-inline: auto;
  }
  .explore-section .image-wrap {
    max-width: 600px;
    margin: 0 auto 40px;
  }
  .explore-section .image-wrap img {
    mask-position: center center;
    -webkit-mask-position: center center;
  }
  .news-card h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .news-card h3 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-section {
    padding: 30px 0 40px;
  }
  .news-section > .row:first-child {
    margin-bottom: 30px;
  }
  .news-section h2 {
    line-height: 36px;
    font-size: 28px;
  }
  .footer-stats {
    padding-top: 90px;
  }
  .footer-stats .mobile {
    display: block;
  }
  .footer-stats .desktop {
    display: none;
  }
  .footer-contact h2 {
    font-size: 26px;
    line-height: 40px;
  }
  .footer-contact h4 {
    margin-bottom: 10px;
  }
  .footer-contact .large-offset-1 {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-contact .gform_wrapper {
    margin: 0 auto;
    text-align: left;
  }
  .footer-contact .text-column {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 40px;
  }
  .footer-contact .search-form-contact {
    margin-top: 30px;
  }
  .footer-contact .mobile {
    display: block;
  }
  .footer-contact .desktop {
    display: none;
  }
  .gfield .dk-select .dk-selected {
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    border: 2px solid #09202e;
    font-weight: 700;
  }
  [type=text],
  [type=password],
  [type=date],
  [type=datetime],
  [type=datetime-local],
  [type=month],
  [type=week],
  [type=email],
  [type=number],
  [type=search],
  [type=tel],
  [type=time],
  [type=url],
  [type=color],
  textarea,
  select {
    height: 46px;
    line-height: 46px;
    font-size: 15px;
  }
  .quick-links {
    margin-bottom: -160px;
    border-radius: 6px;
    transform: translateY(-60%);
  }
  .quick-links h5 {
    margin-bottom: 10px;
  }
  .quick-links .row.nav-wrap {
    padding: 5px 0px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1490196078);
  }
  .content-image .image {
    position: relative;
    max-width: 650px;
    height: unset;
    background-position: top center;
    margin-top: -110px;
    border-radius: 0 0 100% 100%;
    width: auto;
  }
  .text-blocks .stat-slider,
  .quick-stats .stat-slider {
    padding-bottom: 0;
  }
  .text-blocks .button-wrapper,
  .quick-stats .button-wrapper {
    display: none;
  }
  .text-blocks h2,
  .quick-stats h2 {
    font-weight: 700;
    line-height: 33px;
    font-size: 24px;
  }
  .text-blocks .slider-control,
  .quick-stats .slider-control {
    position: static;
    padding-inline: 0;
  }
  .text-blocks .slider-control .slick-arrow,
  .quick-stats .slider-control .slick-arrow {
    position: absolute;
    top: 32px;
    font-size: 24px;
    left: unset;
    right: unset;
    margin: unset;
  }
  .text-blocks .slider-control .slick-arrow.slick-prev,
  .quick-stats .slider-control .slick-arrow.slick-prev {
    left: unset;
    right: 100px;
  }
  .text-blocks .slider-control .slick-arrow.slick-next,
  .quick-stats .slider-control .slick-arrow.slick-next {
    right: 35px;
  }
  .table-content h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .flex-table .table-title {
    font-size: 24px;
    line-height: 32px;
  }
  .flex-table .body-heading {
    display: none;
  }
  .flex-table .cell {
    max-width: 100%;
  }
  .flex-table .body-text {
    display: block;
  }
  .flex-table .body-text .cell {
    border-right: 0 !important;
    display: block;
  }
  .flex-table .body-text .cell-heading {
    display: block;
  }
  .flex-table .body-text .cell:not(:last-child):not(.cell-heading) {
    border-bottom: 1px solid #09202e;
  }
  .flex-table .button-wrapper .button {
    flex: unset;
  }
  .services {
    padding: 40px 0;
  }
  .services h2 {
    font-size: 28px;
    line-height: 38px;
  }
  ._icon-cards {
    padding: 50px 0 20px;
  }
  ._icon-cards h2 {
    font-size: 28px;
    line-height: 38px;
  }
  ._icon-cards-row {
    display: block;
  }
  ._icon-cards-row ._icon-card {
    margin: 0 auto 40px;
  }
  .text-blocks .blocks-slider {
    padding-block: 20px 30px;
  }
  .quick-links + section.profiles-section {
    padding-top: 80px;
  }
  .available-jobs .job-flex {
    flex-direction: column;
  }
  .job-list-wrapper {
    max-width: 100%;
    min-width: unset;
  }
  #filter-jobs {
    border-radius: 6px;
    padding: 15px 15px;
  }
  #filter-jobs .filters {
    display: none;
  }
  #filter-jobs .mobile-filter {
    display: flex;
  }
  #filter-jobs.careers {
    padding-block: 15px;
  }
  #filter-jobs.news {
    padding-block: 15px;
  }
  .toolbar-filter {
    margin-bottom: -114px;
  }
  .available-jobs {
    padding-top: 100px;
  }
  .job-post {
    border-radius: 6px;
  }
  .job-content {
    padding-top: 10px;
  }
  .job-content .job-post {
    padding: 15px;
  }
  .job-list-wrapper ul.page-numbers {
    padding-top: 10px;
  }
  #filter-jobs.light .filters {
    background-color: #fff;
  }
  #filter-jobs .filters {
    display: flex;
    position: absolute;
    background-color: #09202e;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px 10px;
    left: 0;
    border-radius: 6px;
    transform: translateY(-5px);
    opacity: 0;
    pointer-events: none;
    z-index: -9;
    transition: all 200ms;
  }
  #filter-jobs.active .filters {
    z-index: 1;
    opacity: 1;
    pointer-events: all;
    transform: translateY(5px);
  }
  #filter-jobs.active .button-control:after {
    transform: rotate(-90deg);
  }
  #filter-jobs .column.start {
    display: block;
    padding: 0 8px 18px;
  }
  #filter-jobs .column.mid > .row {
    gap: 20px 0;
  }
  #filter-jobs .column.end {
    padding-top: 30px;
  }
  #filter-jobs .column.end .reset {
    display: none;
  }
  #filter-jobs .group {
    display: flex;
    gap: 20px 10px;
    flex-wrap: wrap;
  }
  .department-slider .slick-arrow {
    display: block !important;
  }
  .locations,
  .posts-collection {
    padding-top: 100px;
  }
  .locations .card-wrap,
  .news-card-wrap .card-wrap {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .locations h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .heading-generic h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .archive-page {
    padding-top: 60px;
  }
  .centered-content {
    padding-top: 60px;
  }
  .centered-content h2 {
    font-size: 32px;
  }
  .centered-content .testimonial-section {
    padding-block: 40px 0;
    margin-top: 40px;
  }
  .single-location .banner-cont .content p {
    font-size: 16px;
    line-height: 20px;
  }
  .full-hook h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .full-hook .background:after {
    display: block;
  }
  .full-hook .background .image-1 {
    width: 28vw;
  }
  .full-hook .background .image-2 {
    width: 18vw;
  }
  .full-hook .background .image-3 {
    width: 31vw;
  }
  .full-hook .background .image-4 {
    width: 27vw;
  }
  .full-hook .background .image-5 {
    width: 20vw;
  }
  .reports {
    padding-block: 60px;
  }
  .reports h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .reports .report-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .single-location .find-location {
    padding-bottom: 60px;
  }
  .single-location .find-location hr {
    display: block;
    opacity: 0;
    margin-block: 20px 0;
  }
  .single-location .find-location .button-wrapper {
    padding-top: 30px;
  }
  .single-location .locations.curve-top {
    padding-top: 40px;
  }
  .banner-cont-slider .banner-slider-inner {
    height: 50vw;
  }
}
@media (max-width: 840px) {
  .banner-cont-slider.tall .banner-slider-inner,
  .banner-cont-slider.medium .banner-slider-inner,
  .banner-cont-slider.short .banner-slider-inner {
    height: 760px;
    max-height: unset;
  }
  .banner-slider-inner > .row::before {
    height: 1500px;
    top: 357px;
    width: 3000px;
    left: -1280px;
  }
  .banner-slider-inner > .image {
    height: 400px;
    width: 100%;
  }
  .banner-slider-inner.has-mobile-image > .image {
    display: none;
  }
  .banner-slider-inner.has-mobile-image > .mobile-image {
    display: block;
  }
  .banner-cont-slider.bottom-padding .banner-cont {
    bottom: 85px;
    padding-top: 10px;
  }
  .banner-cont-slider.option-2 .image {
    display: none;
  }
  .banner-cont-slider.option-2 .banner-slider-inner > .row {
    align-items: start;
  }
  .banner-cont-slider.option-2 .show-small {
    display: block;
    width: 100%;
    height: 60%;
    object-fit: cover;
    margin: 30px 15px 0;
  }
  .banner-cont {
    max-width: 730px;
  }
  .single-post .banner-cont {
    bottom: 35px;
    max-width: 100%;
    padding-right: 15px;
  }
  .single-post .banner-slider-inner h1 {
    line-height: 38px;
    font-size: 28px;
  }
  .location-finder {
    background-color: #f7f7f7;
    padding: 30px 0 50px;
  }
  .location-finder .column {
    flex: 0 0 100%;
    width: 100%;
  }
  .location-finder .text-wrapper {
    max-width: 100%;
  }
  .location-finder h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .location-finder .map-wrapper {
    padding-bottom: 20px;
  }
  .location-finder .regions-wrapper {
    padding-block: 0 20px;
  }
  .location-finder .regions-wrapper .labels {
    column-count: 2;
    border-bottom: 0;
    margin-bottom: 0;
    padding: 30px 0 10px;
  }
  .location-finder .regions-wrapper .regions {
    padding: 10px 0 25px;
    margin: 0;
  }
  .location-finder .show-small {
    display: block;
  }
  .location-finder .hide-small {
    display: none;
  }
  .location-finder img {
    background-color: #fff;
    width: 100%;
  }
  .content-image-dark {
    padding-bottom: 60px;
  }
  .content-image-dark > .row > .column {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .content-image-dark .wrap {
    padding-top: 50px;
  }
  .extra-content {
    flex-direction: column-reverse;
  }
  .extra-content .image {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .extra-content .image img {
    display: block;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .row.links-collection > .large-3,
  .row.links-collection > .large-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .helpful-links {
    padding: 40px 0;
  }
  .helpful-links h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .helpful-links h3 {
    margin-bottom: 20px;
  }
  .helpful-links hr {
    margin: 30px 0;
  }
  .centered-content {
    padding-block: 40px;
  }
  .content-image-light {
    padding-top: 30px;
  }
  .content-image.extend {
    padding-bottom: 80px 40px;
  }
  .uxlp-layout .content-section .two-col-list-wrap ul {
    column-count: 1;
  }
  .content-wrap blockquote p {
    font-size: 20px;
    line-height: 28px;
  }
  .breadcrumbs.bg {
    background: linear-gradient(to right, #f93822 25%, rgba(249, 56, 34, 0) 75%);
  }
  .breadcrumbs.bg .breadcrumbs_last,
  .breadcrumbs.bg .breadcrumb_last {
    background: unset;
  }
  .breadcrumbs.bg.midnight-blue {
    background: linear-gradient(to right, #09202e 25%, rgba(249, 56, 34, 0) 75%);
  }
  .breadcrumbs.bg.midnight-blue .breadcrumbs_last,
  .breadcrumbs.bg.midnight-blue .breadcrumb_last {
    background: unset;
  }
  .less-red .banner-slider-inner > .row::before {
    left: -1280px;
  }
  .less-red .banner-slider-inner > .image {
    width: 100%;
    height: 100%;
  }
  .banner-cont-slider.less-red .banner-slider-inner {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .department-navigation .nav-block a {
    font-size: 12px;
    height: 55px;
  }
  .department-navigation .nav-block img {
    max-width: 25px;
  }
  .banner-cont {
    left: 15px;
  }
  .content-image .image {
    position: relative;
    max-width: unset;
    height: unset;
    margin-top: -110px;
    border-radius: 0 0 100% 100%;
    width: 120%;
    aspect-ratio: unset;
    left: -11%;
    padding-top: 90%;
  }
  .content-image h2 {
    font-size: 24px;
    line-height: 33px;
  }
  .services .services-cards .service-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .profiles-cards .profile-card-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .helpful-links.compact .row.links-collection .column.start,
  .helpful-links.compact .row.links-collection .column.last {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .locations .card-wrap,
  .news-card-wrap .card-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .locations .hidden {
    display: none;
  }
  .content-image-light > .row > .column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .map-section .wrap .check-list {
    column-count: 1;
  }
  .reports {
    padding-block: 40px;
  }
  .reports h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0;
  }
  .reports .report-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .content-image-light .wrap {
    padding-top: 40px;
    margin: 0;
  }
  .single-middle-slider-wrap .slick-arrow.slick-prev {
    left: 20%;
  }
  .single-middle-slider-wrap .slick-arrow.slick-next {
    right: 20%;
  }
  .header-form-modal {
    top: 0;
  }
  .header-form-modal .desktop {
    display: none;
  }
  .header-form-modal .mobile {
    display: block;
  }
  .header-form {
    max-width: 100%;
    width: 100%;
    padding: 0 15px 40px;
  }
  .header-form h4 {
    line-height: 32px;
    font-size: 24px;
    font-weight: 600;
  }
  .header-form .gform_wrapper {
    padding-top: 20px;
  }
  .header-form .contact-type .gfield_label {
    margin-bottom: 10px;
    font-weight: 700;
  }
  .header-form .header-form .select-type-buttons {
    display: none;
  }
  .header-form .header-form .contact-type .ginput_container {
    display: block;
  }
  .content-image .text-round::after {
    height: 70%;
  }
  .centered-content .testimonial-section {
    padding-inline: 20px;
  }
  .centered-content .testimonial-section .testimonial {
    padding-inline: 20px;
  }
  .centered-content .testimonial-section .testimonial:before {
    left: 0;
  }
  .centered-content .testimonial-section .testimonial:after {
    right: 0;
  }
  .single-post-content .flex-column {
    padding-inline: 20px;
  }
  #tribe-events-pg-template .flex > .tribe-events-event-meta {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  #tribe-events-pg-template .tribe-events-meta-group {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #tribe-events-pg-template .related-events {
    padding-top: 50px;
  }
}
@media (max-width: 640px) {
  .news-section .desktop {
    display: none;
  }
  .news-section .mobile.flex {
    display: flex;
  }
  .news-card {
    background-color: #fafafa;
  }
  .news-card .meta {
    font-size: 16px;
  }
  .news-card h3 {
    margin-bottom: 0;
  }
  .news-card .link {
    display: none;
  }
  .news-card-wrapper {
    gap: 20px;
    margin-bottom: 30px;
  }
  .news-card-wrapper > .column:not(:first-child) .categories {
    display: none;
  }
  .news-card-wrapper > .column:not(:first-child) .meta {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .news-card-wrapper > .column:not(:first-child) .meta img,
  .news-card-wrapper > .column:not(:first-child) .meta strong {
    display: none;
  }
  .news-card-wrapper > .column:not(:first-child) .news-card {
    border-radius: 6px;
    flex-direction: row;
  }
  .news-card-wrapper > .column:not(:first-child) .image {
    flex: 0 0 100px;
    width: 100px;
    height: 115px;
  }
  .news-card-wrapper > .column:not(:first-child) h3 {
    font-size: 15px;
    line-height: 24px;
  }
  .news-card-wrapper > .column:not(:first-child) h3 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-card-wrapper > .column:not(:first-child) .card-content {
    padding: 10px 20px 0;
  }
  .footer-contact .search-form-contact {
    max-width: 100%;
  }
  .footer-bottom {
    padding-top: 0;
  }
  .footer-bottom .hide-small {
    display: none;
  }
  .footer-bottom .show-small {
    display: block;
  }
  .foot-top {
    padding-bottom: 0px;
  }
  .foot-top .show-small {
    display: block;
  }
  footer.footer .footer-logo img {
    max-width: 100%;
  }
  .department-navigation .nav-wrap > .column {
    padding-inline: 5px;
    border: 0 !important;
  }
  .department-navigation .nav-block a {
    font-size: 10px;
  }
  .department-navigation .nav-block img {
    max-width: 20px;
  }
  .banner-cont h1,
  .banner-cont h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .posts-collection .card-content .excerpt {
    margin-bottom: 0;
  }
  .posts-collection .news-card {
    border-radius: 6px;
  }
  .centered-content.col-2 .wrap {
    column-count: 1;
  }
  .wrap .button-wrapper {
    flex-wrap: wrap;
  }

  .banner-slider-inner > .row::before {
    top: 275px;
  }
  .banner-slider-inner > .image{
    height:300px;
  }
  .banner-slider-inner .banner-cont h1{
    max-width: 300px;
  }
 .banner-cont-slider .slick-slide{
  background-color: #f93822;
 }
  .single-rooms-available .row.keydetails legend,
  .single-homes-for-sale .row.keydetails legend {
    flex: 0 0 100;
    max-width: 100%;
  }
  .header-form h4 {
    line-height: 32px;
    font-size: 24px;
    font-weight: 600;
  }
  .header-form .gform_wrapper {
    padding-top: 20px;
  }
  .header-form .contact-type .gfield_label {
    margin-bottom: 10px;
    font-weight: 700;
  }
  .header-form .header-form .select-type-buttons {
    display: none;
  }
  .header-form .header-form .contact-type .ginput_container {
    display: block;
  }
  .full-hook .background .image-1 {
    top: 60px;
    left: -50px;
  }
  .full-hook .background .image-3 {
    top: 50px;
  }
  .full-hook .background .image-4 {
    width: 35vw;
    bottom: -30px;
    left: -50px;
  }
  .full-hook .background .image-5 {
    bottom: -20px;
    right: -10px;
  }
  .breadcrumbs.bg {
    background: linear-gradient(to right, #f93822 50%, rgba(249, 56, 34, 0) 100%);
  }
  .breadcrumbs.bg.midnight-blue {
    background: linear-gradient(to right, #09202e 50%, rgba(249, 56, 34, 0) 100%);
  }
  .single-post-content .flex-column {
    padding-inline: 5px;
  }
  .location-template-single-new-location .button-wrapper.centered {
    flex-direction: column;
  }
  .location-template-single-new-location .button.oblong {
    padding-block: 10px !important;
  }
}
@media (max-width: 639px) {
  .centered-content .wrap li.right,
  .centered-content .wrap li.left {
    width: 100% !important;
    float: none;
  }
  .centered-content .wrap ul.gform_fields {
    padding-left: 0;
  }
  .centered-content .gform_footer input[type=submit] {
    margin-inline: auto;
  }
  .centered-content.mobile-center .wrap {
    text-align: center;
  }
  .single-location .calculator-section .panels {
    justify-content: unset;
    flex-direction: column;
  }
  .single-location .calculator-section .panels li:first-child {
    max-width: 100%;
    flex: 0 0 100%;
    border: 0;
    padding-bottom: 30px;
  }
  .single-location .calculator-section .panels li {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .single-location .calculator-section .panels li:last-child {
    padding-left: 0px;
  }
}
@media (max-width: 500px) {
  .banner-cont-slider.tall .banner-slider-inner,
  .banner-cont-slider.medium .banner-slider-inner,
  .banner-cont-slider.short .banner-slider-inner {
    height: 590px;
  }
  .banner-slider-inner > .row::before {
    top: 275px;
  }
  .banner-slider-inner > .image {
    height: 300px;
  }
  .help-column-blocks .button-wrapper {
    flex-direction: column;
    padding-inline: 30px;
  }
  .help-column-blocks .button-wrapper .button {
    max-width: 300px;
    width: 100%;
  }
  .single-location .village-feat .check-list {
    column-count: 1;
  }
  .single-location .village-feat .button-group > .columns {
    max-width: 100%;
    flex: 0 0 100%;
  }
  #featModal ul {
    column-count: 1;
  }
  .button.dark,
  .button.light {
    margin-inline: auto;
  }
  .button-wrapper .button {
    margin-inline: unset;
  }
  .less-red .banner-slider-inner > .row::before {
    top: 300px;
  }
  .banner-cont-slider.less-red .banner-slider-inner {
    height: 400px;
  }
}
@media (max-width: 460px) {
  .banner-cont {
    max-width: 100%;
    padding-right: 20px;
  }
  .banner-cont .button-wrapper {
    padding-top: 10px;
  }
  .footer-contact .gform_wrapper {
    padding-inline: 10px;
  }
  .social-list li.text {
    display: none;
  }
  .footer > .row > .columns:first-child {
    border-right: 1px solid #09202e;
  }
  .footer .social-list {
    border-bottom: 0;
  }
  .posts-collection .card-content .excerpt {
    display: none;
  }
  .posts-collection .card-content h3 {
    margin-bottom: 0;
  }
  .posts-collection .card-wrap.alt .categories {
    display: none;
  }
  .posts-collection .card-wrap.alt .meta {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .posts-collection .card-wrap.alt .meta img,
  .posts-collection .card-wrap.alt .meta strong {
    display: none;
  }
  .posts-collection .card-wrap.alt .news-card {
    border-radius: 6px;
    flex-direction: row;
  }
  .posts-collection .card-wrap.alt .image {
    flex: 0 0 100px;
    width: 100px;
    min-height: 115px;
    height: auto;
  }
  .posts-collection .card-wrap.alt h3 {
    font-size: 15px;
    line-height: 24px;
  }
  .posts-collection .card-wrap.alt h3 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .posts-collection .card-wrap.alt .card-content {
    padding: 10px 20px 0;
  }
  .reports .report-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner-slider-inner > .row::before {
    left: -1370px;
  }
}
@media (max-width: 400px) {
  .extra-link a {
    font-size: 14px;
  }
  .banner-cont h1,
  .banner-cont h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 350px) {
  #filter-jobs .column.end {
    padding-top: 30px;
    padding-left: 15px;
  }
  #filter-jobs .mid .column {
    width: 100%;
    max-width: 100%;
  }
  #filter-jobs .dk-select {
    width: 100% !important;
  }
}

/*# sourceMappingURL=custom.css.map */
