h2 {
  font-size: 36px;
  color: #4F6F19;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    font-weight: 400;
  }
}
body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}
h5 {
  font-size: 16px;
  color: #152C53;
}
h4,
h3 {
  color: #4F6F19;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}
.hidden {
  display: none !important;
}
.btn:focus {
  box-shadow: none !important;
}
.btn {
  font-weight: 500;
  text-wrap: wrap;
}
@media (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}
h1,
h2,
h3,
h4,
h5,
a {
  font-weight: 550;
}
h1 {
  color: #4F6F19;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
a {
  color: #152C53;
  text-indent: 0 !important;
  text-decoration: underline;
}
a:hover {
  color: #4F324C;
}
a.btn,
a.button,
a[class*="btn"],
a[class*="button"] {
  text-decoration: none;
}
main p {
  color: #212121;
}
@media (max-width: 767px) {
  main p {
    font-size: 16px;
  }
}
img {
  width: 100%;
}
body:not(.home) main {
  padding-bottom: 4rem;
}
.home-h1 {
  display: none;
}
.newsletter-form {
  position: relative;
}
.newsletter-input {
  width: 100%;
  padding: 0.55rem 1rem;
  padding-right: 140px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
  height: 39px;
}
.newsletter-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #BF7200;
  color: #fff;
  padding: 0 1.5rem;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, border-radius 0.3s ease, text-decoration 0.3s ease, color 0.3s ease;
}
.newsletter-button:hover {
  background-color: #a66000;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  text-decoration: underline;
}
.brown-btn.btn {
  background-color: #BF7200;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, border-radius 0.3s ease, text-decoration 0.3s ease, color 0.3s ease;
}
.brown-btn.btn:hover {
  background-color: #a66000;
  color: #fff;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  text-decoration: underline;
}
.blue-btn.btn {
  background-color: #152C53;
  padding: 0.5rem 1.5rem;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: background-color 0.3s ease, border-radius 0.3s ease, text-decoration 0.3s ease, color 0.3s ease;
  color: #fff;
}
.blue-btn.btn:hover {
  background-color: #002A42;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  text-decoration: underline;
  color: #fff;
}
.green-btn.btn {
  background-color: #4F6F19;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, border-radius 0.3s ease, text-decoration 0.3s ease, color 0.3s ease;
}
.green-btn.btn:hover {
  background-color: #53682B;
  color: #fff;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  text-decoration: underline;
}
.simple-accordion .btn[target="_blank"] {
  padding: 0;
}
.brown-btn[target="_blank"],
.blue-btn[target="_blank"],
.green-btn[target="_blank"] {
  padding: 0.7rem 1.75rem;
}
.btn {
  padding: initial;
  font-weight: 550;
  text-align: left;
}
.btn[target="_blank"]::after {
  content: '\f08e';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-left: 8px;
  font-size: 20px;
  vertical-align: middle;
}
.btn[target="_blank"][href$=".pdf"]::after {
  content: '\f1c1';
}
.text-editor ul,
.alert-description ul,
.simple-accordion ul {
  list-style: none;
  margin-top: 1rem;
  padding-left: 0;
}
.text-editor ul > li,
.alert-description ul > li,
.simple-accordion ul > li {
  display: block;
  align-items: center;
  gap: 1rem;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
  position: relative;
  margin-left: 1rem;
}
.text-editor ul > li::before,
.alert-description ul > li::before,
.simple-accordion ul > li::before {
  content: '\f054';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #fff;
  background-color: #152C53;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  font-size: .8rem;
  flex-shrink: 0;
  padding: 12px;
  margin-right: 1rem;
  position: absolute;
  left: 0;
}
.text-editor ul > li ul li,
.alert-description ul > li ul li,
.simple-accordion ul > li ul li {
  display: block;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}
.text-editor ul > li ul li::before,
.alert-description ul > li ul li::before,
.simple-accordion ul > li ul li::before {
  content: '\f054';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #152C53;
  background-color: transparent;
  font-size: 1rem;
}
.text-editor ul > li.has-nested-list,
.alert-description ul > li.has-nested-list,
.simple-accordion ul > li.has-nested-list {
  display: block;
}
.text-editor ul > li.has-nested-list:before,
.alert-description ul > li.has-nested-list:before,
.simple-accordion ul > li.has-nested-list:before {
  margin-right: 1rem;
}
.text-editor ul.two-columns,
.alert-description ul.two-columns,
.simple-accordion ul.two-columns {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1rem;
}
.text-editor ul.two-columns > li,
.alert-description ul.two-columns > li,
.simple-accordion ul.two-columns > li {
  break-inside: avoid;
  page-break-inside: avoid;
}
@media (max-width: 767px) {
  .text-editor ul.two-columns,
  .alert-description ul.two-columns,
  .simple-accordion ul.two-columns {
    grid-template-columns: 1fr;
  }
}
.text-editor ol,
.simple-accordion ol {
  list-style: none;
  counter-reset: custom-counter;
  margin-top: 1rem;
  padding-left: 0;
}
.text-editor ol > li,
.simple-accordion ol > li {
  counter-increment: custom-counter;
  display: block;
  align-items: center;
  gap: 1rem;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  position: relative;
}
.text-editor ol > li::before,
.simple-accordion ol > li::before {
  content: counter(custom-counter);
  background-color: #152C53;
  color: white;
  font-weight: 500;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  flex-shrink: 0;
  position: absolute;
  left: 0;
}
.text-editor ol > li ol li,
.simple-accordion ol > li ol li {
  display: block;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.text-editor ol > li.hasnestedlist,
.simple-accordion ol > li.hasnestedlist {
  display: block;
}
.text-editor ol.two-columns,
.simple-accordion ol.two-columns {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1rem;
}
.text-editor ol.two-columns > li,
.simple-accordion ol.two-columns > li {
  break-inside: avoid;
  page-break-inside: avoid;
}
@media (max-width: 767px) {
  .text-editor ol.two-columns,
  .simple-accordion ol.two-columns {
    grid-template-columns: 1fr;
  }
}
.council-meeting-video-link {
  text-decoration: underline !important;
}
.text-editor ul.two-columns li,
.simple-accordion ul.two-columns li {
  width: 95%;
  margin-bottom: 1rem;
}
.text-editor ul.two-columns li ul,
.simple-accordion ul.two-columns li ul {
  margin-left: 1rem;
  padding-left: 1rem;
}
.text-editor ul.two-columns li ul li,
.simple-accordion ul.two-columns li ul li {
  width: 100%;
  margin-bottom: 0.5rem;
}
.text-editor .letters-list li:before,
.simple-accordion .letters-list li:before {
  content: '' !important;
  background-color: transparent !important;
}
.text-editor .letters-list li,
.simple-accordion .letters-list li {
  padding-left: 7px;
}
.scroll-fade-up-animation {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 2.6s ease-out, transform 2.6s ease-out;
}
.scroll-fade-up-animation.visible {
  opacity: 1;
  transform: translateY(0);
}
.public-notice-content {
  width: 100%;
}
.image-and-text-content {
  margin-left: -24px;
  margin-right: 5px;
}
.popular-card {
  text-decoration: none;
}
.nav-tabs li a {
  text-decoration: none;
}
.i-want-to-content {
  margin: auto;
}
@media (min-width: 768px) {
  .i-want-to-content {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .i-want-to-content {
    height: auto;
    width: 94vw;
  }
}
@media (min-width: 1200px) {
  .i-want-to-content {
    height: auto;
    width: 95vw;
  }
}
@media (min-width: 1400px) {
  .i-want-to-content {
    height: auto;
    width: 1140px;
  }
}
.tab-background {
  background-color: #F4F6F7;
  max-width: 100vw;
  padding-top: 80px;
  padding-bottom: 50px;
  margin-bottom: 0 !important;
}
.tab-pane-center {
  display: flex;
  justify-content: center;
}
.alert-no-close i {
  font-size: 25px !important;
}
.newsletter-button {
  font-weight: 500;
}
@media (min-width: 1000px) {
  .carousel-slide-left-container {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 1024px) {
  .accordion-header-container {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 991px) {
  .header-menu a {
    color: #ffffff;
  }
  .header-menu a:link,
  .header-menu a:visited,
  .header-menu a:active {
    color: #ffffff !important;
    text-decoration: none !important;
  }
  .header-menu a:visited {
    color: #ffffff !important;
  }
}
body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
.services-slider .slider-main img {
  height: 410px !important;
}
.simple-accordion .accordion-open .accordion-body img {
  width: auto;
  max-width: 1000px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
  .text-editor img {
    max-width: 100%;
    height: auto;
  }
}
.popular-pages {
  margin-bottom: 4rem;
  padding-bottom: 5rem;
  margin-top: 4rem;
  padding-top: 2rem;
}
.popular-pages h2 {
  text-align: center;
  padding: 2rem;
}
.popular-pages .popular-card-text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0.1rem;
  text-align: center;
  color: #152C53;
  background: #E7F1F6;
  height: 120px;
}
.popular-pages .popular-card-text-container h5 {
  height: auto;
  width: 90%;
  margin-bottom: 0;
  text-align: center;
  line-height: 24px;
}
.popular-pages .popular-card-wrapper {
  border-bottom-left-radius: 18px;
  position: relative;
  text-align: center;
}
.popular-pages .popular-card-wrapper .background-image {
  transition: transform 0.3s ease;
}
.popular-pages .popular-card-wrapper .popular-image-wrapper {
  overflow: hidden;
  border-top-right-radius: 18px;
  transition: border-radius 0.4s ease;
}
.popular-pages .popular-card-wrapper h5 {
  transition: color 0.4s ease;
}
.popular-pages .popular-card-wrapper:hover {
  text-decoration: underline;
}
.popular-pages .popular-card-wrapper:hover .background-image {
  transform: scale(1.2);
}
.popular-pages .popular-card-wrapper:hover h5 {
  color: #4F324C;
}
.popular-pages .col-lg-2 {
  padding-left: 5px;
  padding-right: 5px;
}
.popular-pages img {
  height: 139px;
  object-fit: cover;
  border-top-right-radius: 18px;
}
.popular-pages .icon-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 1;
  background-color: #fff;
  border: 5px solid transparent;
}
.popular-pages .icon-container img {
  width: 100%;
  height: 30px;
  object-fit: contain;
}
.popular-pages .popular-card-wrapper.popular-card-1 {
  border-bottom: 18px solid #4F6F19;
}
.popular-pages .popular-card-wrapper.popular-card-2 {
  border-bottom: 18px solid #0C486B;
}
.popular-pages .popular-card-wrapper.popular-card-3 {
  border-bottom: 18px solid #70382D;
}
@media (max-width: 766px) {
  .popular-pages .popular-card-wrapper.popular-card-3 h5 {
    padding-top: 27px;
  }
}
@media (min-width: 1400px) {
  .popular-pages .popular-card-wrapper.popular-card-3 h5 {
    padding-top: 10px;
  }
}
.popular-pages .popular-card-wrapper.popular-card-4 {
  border-bottom: 18px solid #C37C13;
}
@media (max-width: 766px) {
  .popular-pages .popular-card-wrapper.popular-card-4 h5 {
    padding-top: 27px;
  }
}
.popular-pages .popular-card-wrapper.popular-card-5 {
  border-bottom: 18px solid #4F324C;
}
.popular-pages .popular-card-wrapper.popular-card-6 {
  border-bottom: 18px solid #152C53;
}
.popular-pages .popular-card-wrapper.popular-card-1 .icon-container {
  background-color: #4F6F19;
  border-color: #4F6F19;
}
.popular-pages .popular-card-wrapper.popular-card-2 .icon-container {
  background-color: #0C486B;
  border-color: #0C486B;
}
.popular-pages .popular-card-wrapper.popular-card-3 .icon-container {
  background-color: #70382D;
  border-color: #70382D;
}
.popular-pages .popular-card-wrapper.popular-card-4 .icon-container {
  background-color: #C37C13;
  border-color: #C37C13;
}
.popular-pages .popular-card-wrapper.popular-card-5 .icon-container {
  background-color: #4F324C;
  border-color: #4F324C;
}
.popular-pages .popular-card-wrapper.popular-card-6 .icon-container {
  background-color: #152C53;
  border-color: #152C53;
}
@media (max-width: 767px) {
  .popular-page-card {
    flex: 0 0 50%;
    font-size: 15px;
  }
}
.container-land {
  padding-right: 0;
  padding-left: 0;
}
.land-acknowledgment {
  padding-left: 0;
  padding-right: 0;
  background-color: #70382D;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.land-acknowledgment img {
  height: 296px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .land-acknowledgment img {
    border-top-right-radius: 18px;
  }
}
.land-acknowledgment p {
  color: #fff;
  width: 670px;
}
@media (max-width: 1199px) {
  .land-acknowledgment p {
    width: 100%;
  }
}
.land-acknowledgment .land-acknowledgment-text {
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .land-acknowledgment .land-acknowledgment-text {
    padding: 2rem;
  }
}
.land-acknowledgment h2 {
  color: #F8C138;
}
.land-acknowledgment .icon-overlay {
  position: absolute;
  top: 10px;
  right: 0;
}
@media (max-width: 767px) {
  .land-acknowledgment {
    margin-top: 2rem;
    margin-bottom: 4rem;
    border-bottom-left-radius: 18px;
    border-top-right-radius: 18px;
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
.public-notice-wrapper {
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.1);
  border-bottom-left-radius: 20px;
}
@media (max-width: 767px) {
  .public-notice-wrapper {
    margin-bottom: 2rem;
  }
}
.public-notice-wrapper .background-picture {
  position: relative;
  width: 100%;
  height: auto;
}
.public-notice-wrapper .background-picture img {
  width: 100%;
  height: 206px;
  object-fit: cover;
  border-top-right-radius: 20px;
}
@media (max-width: 767px) {
  .public-notice-wrapper .background-picture img {
    display: none;
  }
}
.public-notice-wrapper .icon-overlay {
  background-color: #BF7200;
  border-color: #BF7200;
  position: absolute;
  left: 4rem;
  transform: translate(-50%,-50%);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 1;
  border: 5px solid transparent;
}
.public-notice-wrapper .icon-overlay img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .public-notice-wrapper .icon-overlay img {
    display: block;
  }
}
.public-notice-wrapper .text-wrapper {
  padding: 1rem 2rem 2rem;
  background: #fff;
  border-bottom-left-radius: 20px;
}
.public-notices .excerpt {
  color: #212121;
  font-weight: 400;
  margin-top: 1rem;
  font-size: 16px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.public-notices .public-notice-content {
  padding: 1.5rem;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
  border-top-right-radius: 20px;
  border-bottom: 5px solid #4F6F19;
  background: #fff;
}
.public-notices .public-notice-content:hover h5 {
  color: #4F324C;
}
.public-notices .title-and-date span {
  color: #605C5C;
  font-weight: 400;
}
.public-notices .title-and-date h5 {
  text-decoration: underline;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767.98px) {
  .public-notices .title-and-date h5 {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    text-overflow: unset;
  }
}
.public-notices .icon-overlay {
  background-color: #BF7200;
  border-color: #BF7200;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 1;
  border: 5px solid transparent;
  margin-right: 1rem;
}
.public-notices .icon-overlay img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.public-notices .icon-with-title {
  display: flex;
  align-items: center;
}
.notices-column {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.notices-column a {
  text-decoration: none;
}
.notices-column a:hover {
  text-decoration: underline;
  color: #4F324C;
}
.view-all {
  display: flex;
  justify-content: center;
  text-decoration: underline;
}
.view-all a {
  color: #4F6F19;
  font-weight: 500;
  text-decoration: none;
}
.view-all a:hover {
  text-decoration: none;
  color: #324905;
}
.view-all i {
  margin-left: 5px;
}
.view-all {
  margin: auto;
  margin-top: 10px;
}
@media (min-width: 576px) {
  .view-all {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .view-all {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .view-all {
    padding-left: 470px;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .view-all {
    padding-left: 550px;
    margin-top: 30px;
  }
}
@media (min-width: 1400px) {
  .view-all {
    padding-left: 550px;
    margin-top: 30px;
  }
}
.notices-section {
  background: #E7F1F6;
  margin-top: 1rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .notices-section {
    margin-top: 0;
    padding-top: 4rem;
  }
}
.public-notices.public-notice-1 .excerpt {
  display: -webkit-box !important;
}
@media (max-width: 767px) {
  .popular-card-wrapper {
    background-color: #E7F1F6;
    border-top-right-radius: 18px;
    margin-right: 1rem;
    margin-bottom: 2rem;
  }
  .popular-card-wrapper .background-image {
    display: none;
  }
  .popular-pages .icon-container {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto;
    top: 2rem;
  }
  .popular-pages h5 {
    height: 105px;
  }
  .popular-pages {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .popular-card-wrapper {
    margin-left: 1rem;
  }
  .popular-pages h5 {
    font-size: 15px;
  }
}
.site-logo-header {
  width: 200px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  transition: width 0.3s ease-in-out;
}
.site-logo-header:hover {
  opacity: 0.5;
}
.shrink .site-logo-header {
  width: 175px;
}
.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0px 0px 5px darkgray;
}
@media (max-width: 991px) {
  .site-header {
    overflow: visible;
  }
  .site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.banner-wrapper {
  position: relative;
}
.video-container {
  display: none;
}
.img-banner {
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .video-container {
    display: block;
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
  }
  .video-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .video-toggle {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 24px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    line-height: 1;
  }
  .video-toggle:focus {
    outline: none;
  }
  .img-banner {
    display: none;
  }
}
.main-menu,
.site-logo {
  flex: 1;
  position: relative;
}
.main-menu {
  position: static;
}
.menu-full-width {
  width: 100%;
}
body.nav-open {
  overflow: hidden;
  height: 100vh;
}
.header-menu {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  margin: 10px 0 0 0;
  position: relative;
  width: 100%;
}
.header-menu li {
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .header-menu li {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
@media (max-width: 991px) {
  .header-menu .sub-menu--depth-1 li a {
    padding-bottom: 12px;
    padding-top: 12px;
  }
}
.header-menu a {
  color: #002A42;
}
.header-menu a:hover {
  text-decoration: none;
  color: #002A42;
}
.header-menu a:hover span {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .sub-menu--depth-1 li {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  ul.sub-menu--depth-2 > li > a > span::after {
    display: none;
  }
  ul.sub-menu--depth-1 > li.current-menu-item > a > span::after,
  ul.sub-menu--depth-1 > li.current_page_item > a > span::after,
  ul.sub-menu--depth-1 > li.current-menu-parent > a > span::after,
  ul.sub-menu--depth-1 > li.current-page-ancestor > a > span::after {
    display: none;
  }
}
.navbar-nav li a {
  text-decoration: none;
}
header-menu li:not(.menu-item-has-children) a[target="_blank"] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
header-menu li:not(.menu-item-has-children) a[target="_blank"]::after {
  content: '\f08e';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 14px;
  color: #fff;
  margin-left: 0;
}
.menu-item-has-children  a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.current-menu-item a {
  color: #4F6F19;
}
.submenu-right li.current-menu-item a {
  color: #F8C138;
}
.submenu-right li.current-menu-item .sub-menu a {
  color: #fff;
}
.menu-item-has-children  a::after {
  content: '\f078';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 16px;
  color: #C37C13;
  margin-left: 10px;
  transition: content 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
div.submenu-right .menu-item-has-children a::after {
  color: #DC9223;
}
div.submenu-right li a:hover {
  color: #F8C138;
  text-decoration: none;
}
div.submenu-right li a:hover span {
  text-decoration: none;
  color: #F8C138;
}
div.submenu-right li a span:hover {
  color: #F8C138;
  text-decoration: none;
}
div.submenu-right li a span:hover span {
  text-decoration: none;
  color: #F8C138;
}
div.submenu-right li li a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
div.submenu-right li li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #DC9223;
  transition: width 0.3s ease;
}
div.submenu-right li li a:hover {
  color: #F8C138;
  text-decoration: none;
}
div.submenu-right li li a:hover::after {
  width: 100%;
}
div.submenu-right li li a:hover span {
  text-decoration: none;
}
.menu-item-has-children a {
  position: relative;
}
.menu-item-has-children:hover > a::after {
  content: '\f077';
  text-decoration: none;
}
.menu-item-has-children:hover > a::after {
  content: '\f077';
  text-decoration: none;
}
.submenu-right .menu-item-has-children > a::after {
  content: '\f078';
  text-decoration: none;
}
.submenu-right .menu-item-has-children:hover > a::after {
  content: '\f077';
  text-decoration: none;
}
.submenu-right .menu-item-has-children > a.submenu-open::after {
  content: '\f077';
}
.menu-item:not(.menu-item-has-children) a::after {
  content: '';
}
.header-menu li:not(.menu-item-has-children) a[target="_blank"] span::after {
  content: '\f08e';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 14px;
  margin-left: 8px;
  color: #fff;
  display: inline;
  vertical-align: middle;
  background: transparent;
}
.submenu-toggle i.fa-chevron-down {
  transition: transform 0.2s ease;
}
li.open > .submenu-toggle i.fa-chevron-down {
  transform: rotate(180deg);
}
.submenu-toggle {
  border: none;
  outline: none;
}
.submenu-toggle:focus {
  outline: none;
  box-shadow: none;
}
.submenu-toggle:active {
  outline: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .header-menu li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #0C486B;
    color: #fff;
    padding: 0;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    display: grid;
    grid-template-columns: 305px 1fr;
    min-height: 371px;
  }
  .header-menu li ul li ul {
    position: relative;
    top: initial;
    left: initial;
    height: auto;
    margin-top: 1rem;
    min-height: auto;
    display: none;
  }
  .submenu-left {
    padding: 2rem;
    border-bottom-left-radius: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 12;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .submenu-left a {
    font-weight: 400;
    color: #fff;
    max-width: max-content;
  }
  .submenu-left a:after {
    content: '';
  }
  .submenu-left:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(21,44,83,0.75);
    z-index: 0;
  }
  .submenu-left span {
    margin-top: 0;
    font-size: 24px;
  }
  .submenu-left p {
    margin-bottom: 2rem;
    font-size: 14px;
  }
  .submenu-left * {
    position: relative;
    z-index: 1;
  }
  .submenu-right {
    padding: 2rem;
    background-color: #0C486B;
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
  }
  .submenu-right li {
    list-style: none;
    width: 33.333%;
  }
  .submenu-right li li a {
    background-color: #0C486B;
    padding-left: 1rem;
    font-weight: 400;
    font-size: 14px;
  }
  .submenu-right li li a:before {
    background: none;
  }
  .submenu-right li li a:hover {
    text-decoration: none;
  }
  .submenu-right li li {
    background-color: #0C486B;
    width: 100%;
  }
  .submenu-right li h3 {
    color: #f9b600;
    margin-top: 0;
  }
  .submenu-right li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 0.2rem 0;
    font-weight: 500;
    font-size: 15px;
    position: relative;
  }
  .submenu-right li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #DC9223;
    transition: width 0.3s ease;
  }
  .submenu-right li a:hover::before {
    width: 100%;
  }
  .submenu-right li a:hover {
    color: #fff;
  }
  .header-menu li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .sub-menu {
    list-style: none;
  }
}
.top-menu-right {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991px) {
  .top-menu-right {
    display: none;
  }
}
.contact-button {
  background-color: #152C53;
  padding: 0.55rem 1.5rem;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: background-color 0.3s ease, border-radius 0.3s ease, text-decoration 0.3s ease, color 0.3s ease;
  color: #fff;
}
.contact-button:hover {
  background-color: #002A42;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  text-decoration: underline;
  color: #fff;
}
.search-form {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #4F6F19;
  margin-right: 1rem;
  position: relative;
  bottom: 1px;
}
.search-input {
  border: none;
  outline: none;
  padding: 0.5rem;
  font-size: 16px;
  background: transparent;
  color: #333;
  width: 250px;
}
.search-input::placeholder {
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-submit {
  background-color: #4F6F19;
  color: #fff;
  padding: 0.55rem 1.5rem;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, border-radius 0.3s ease, text-decoration 0.3s ease, color 0.3s ease;
  font-weight: 550;
}
.search-submit:hover {
  background-color: #53682B;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .submenu-toggle {
    border: none;
    background-color: transparent;
    color: #F8C138;
  }
  .header-menu {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-menu li {
    width: 100%;
    position: relative;
    background-color: #152C53;
  }
  .header-menu li:not(:last-child):not(.open)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    height: 1px;
    background: #fff;
  }
  .header-menu li a {
    display: inline-block;
    width: auto;
    font-weight: 500;
    padding: 1rem 0 1rem 1rem;
    color: #fff;
  }
  .header-menu li ul {
    display: none;
    position: relative;
    width: 100%;
    grid-template-columns: none;
    min-height: unset;
    background: none;
    opacity: 1;
    visibility: visible;
    padding-left: 0;
  }
  .header-menu li ul li {
    background-color: #0C486B;
    padding-left: 2rem;
  }
  .header-menu li ul li:after {
    background: transparent !important;
  }
  .header-menu li.menu-item-has-children > a {
    position: relative;
  }
  .header-menu a::after {
    content: '' !important;
  }
  .header-menu li.menu-item-has-children > a.menu-toggle::after {
    pointer-events: all;
  }
  .header-menu li.menu-item-has-children > a::after {
    pointer-events: all;
  }
  .submenu-left,
  .submenu-right {
    display: block;
    width: 100%;
    background: none !important;
    padding: 0;
  }
  .submenu-left {
    background-image: none !important;
    padding: 0;
    display: none;
  }
  .submenu-right li {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .submenu-right li a {
    padding-left: 1rem;
    font-size: 16px;
  }
  .sub-menu li a span {
    display: inline-block;
    position: relative;
  }
  .sub-menu li a span::after {
    content: '';
    display: block;
    height: 3px;
    width: 50px;
    border-radius: 2px;
    background: #F8C138;
    margin-top: 4px;
    transition: width 0.3s ease;
  }
  .sub-menu li a span:hover::after {
    width: 30%;
    left: 35%;
  }
  .collapse.navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    max-height: 90vh;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: none;
  }
  .collapse.navbar-collapse.show {
    display: block !important;
  }
  .navbar-toggler {
    z-index: 10000;
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .mobile-nav-wrapper .navbar-toggler {
    background-color: #152C53;
    border-radius: 0 10px 0 10px;
  }
  html.scroll-lock,
  body.scroll-lock {
    overflow: hidden !important;
    height: 100%;
    position: relative;
  }
  .navbar-collapse {
    max-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #152C53;
  }
  .navbar-toggler-icon {
    background-image: none !important;
  }
  .hidden {
    display: none;
  }
  .navbar-toggler-text {
    color: white;
    font-size: 18px;
    padding-left: 0.5rem;
  }
  .navbar-toggler-menu-icon {
    width: 22px;
  }
  .navbar-toggler-close-icon {
    width: 22px;
    color: white;
  }
  .col-for-nav {
    position: static;
  }
  .navbar-collapse {
    transition: none !important;
    position: absolute;
    left: 0;
  }
}
@media (min-width: 992px) {
  .collapse.navbar-collapse {
    position: relative !important;
  }
}
.alert-bar {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9999;
  width: 100%;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  color: #fff;
}
.alert-bar .alert-content {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-between;
}
.alert-bar .alert-content i {
  color: #F8C138;
  font-size: 20px;
  top: 3px;
  position: relative;
  margin-right: 1rem;
}
.alert-bar .alert-content .learn-more {
  color: #F8C138;
  text-decoration: underline;
  text-decoration-color: #C27D2A;
}
.alert-bar .alert-content .learn-more:hover {
  opacity: 0.5;
}
.alert-bar .alert-no-close {
  display: flex;
  align-items: center;
}
@media (min-width: 900px) {
  .alert-bar .alert-no-close {
    margin: auto;
  }
}
.alert-bar .close-alert-btn {
  background: transparent;
  border: none;
  color: #F8C138;
  font-size: 14px;
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  padding: 0;
  margin-left: 15px;
  cursor: pointer;
}
.alert-bar .close-alert-btn:focus {
  outline: none;
}
.alert-bar.hidden {
  display: none;
}
.alert-bar.alert-info {
  background-color: #002A42;
  border-bottom: 4px solid #E7F1F6;
}
.alert-bar.alert-warning {
  background-color: #70382D;
  border-bottom: 4px solid #DC9223;
}
.alert-bar.alert-critical {
  background-color: #c92b2f;
  border-bottom: 4px solid #DC9223;
}
.alert-content {
  max-width: 100vw;
  margin-left: 0px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .alert-content {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .alert-content {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .alert-content {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .alert-content {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .alert-content {
    width: 1300px;
    margin-left: -90px;
  }
}
@media (min-width: 1600px) {
  .alert-content {
    width: 1600px;
    margin-left: -250px;
  }
}
.alert-bar.alert-info i {
  color: #E7F1F6;
}
.alert-bar.alert-warning i {
  color: #F8C138;
}
.alert-bar.alert-critical i {
  color: white;
}
.alert-bar.alert-critical .learn-more {
  color: white;
  text-decoration-color: white;
}
.mobile-search-form {
  background-color: #152C53;
  padding-right: 0px !important;
}
.mobile-search-form .search-form {
  background-color: lightgrey;
  display: flex;
  align-items: center;
  padding-bottom: 0;
  border-bottom: none;
}
.mobile-search-form .search-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  padding: 0.5rem 0;
  padding-left: 15px;
  font-size: 16px;
  color: #152C53;
}
.mobile-search-form .search-input::placeholder {
  color: #152C53;
}
.mobile-search-form .search-submit {
  background: none;
  border: none;
  padding-right: 20px;
  margin-left: 0.5rem;
  cursor: pointer;
  color: #152C53;
  font-size: 18px;
}
.mobile-search-form .search-submit:hover {
  opacity: 0.8;
}
@media (max-width: 991px) {
  .header-menu {
    margin-top: 0px !important;
  }
}
.site-logo-footer {
  width: 165px;
  margin-bottom: 1rem;
  transition: width 0.3s ease-in-out;
}
.site-logo-footer:hover {
  opacity: 0.5;
}
.back-to-top {
  position: sticky;
  bottom: 0;
  background-color: #4F6F19;
  width: fit-content;
  right: 0;
  border-top-left-radius: 25px;
  margin-left: auto;
  color: white;
  font-weight: bold;
  text-align: center;
  z-index: 5;
  margin-top: -46px;
  display: none;
}
.back-to-top.show {
  display: block;
}
.back-to-top .arrow-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 20px 20px 25px;
  fill: white;
}
.back-to-top .arrow-wrapper svg {
  height: 25px;
  fill: white;
}
.userway_buttons_wrapper {
  margin-bottom: 65px;
}
@media only screen and (max-width: 991px) {
  html .back-to-top {
    opacity: 0.7;
  }
}
footer {
  background: #212121;
  color: #fff;
  padding: 4rem 0 1.5rem;
  font-size: 14px;
  position: relative;
}
footer::before {
  content: "";
  position: absolute;
  top: -19px;
  left: 0;
  width: 100%;
  height: 19px;
  background: linear-gradient(to right,#BF7200 33.3%,#4F6F19 33.3%,#4F6F19 66.6%,#152C53 66.6%);
}
footer .container::after {
  content: "";
  position: absolute;
  top: -19px;
  left: 33.3%;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-top: 19px solid #BF7200;
}
footer:after {
  content: "";
  position: absolute;
  top: -19px;
  left: 66.6%;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-top: 19px solid #4F6F19;
}
footer p {
  font-size: 14px;
  line-height: 1.5;
}
footer .footer-heading {
  font-size: 15px;
  font-weight: 600;
  margin-top: 6px;
  color: #F8C138;
}
footer .footer-menu {
  list-style: none;
  padding-left: 0;
  margin-top: 1.3rem;
}
footer .footer-menu li {
  margin-bottom: 10px;
}
footer .footer-menu a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
footer .footer-menu a:hover {
  color: #F8C138;
}
footer .top-row {
  border-bottom: 1px solid #909090;
  padding-bottom: 2rem;
}
footer .copyright {
  margin-top: 1.5rem;
}
footer .copyright a {
  font-weight: 400;
  text-decoration: underline;
}
footer .copyright a:hover {
  opacity: 0.5;
}
footer .kimbo-footer {
  margin-top: 1.5rem;
}
footer .kimbo-footer a {
  color: #fff;
  text-decoration: underline;
  font-weight: 400;
}
footer .kimbo-footer a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 991px) {
  footer .text-right {
    text-align: left !important;
  }
}
footer .subscribe-text {
  margin-top: 1rem;
  font-size: 16px;
}
footer .newsletter-form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
footer .input-wrapper {
  position: relative;
  display: flex;
  width: 100%;
}
footer .social-icon {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  line-height: 33px;
  margin-top: 1rem;
  margin-right: 1rem;
  transition: background-color 0.3s, color 0.3s;
  border: 1px solid #212121;
}
footer .social-icon i {
  font-size: 20px;
  color: #212121;
  position: relative;
  top: 2px;
}
footer .social-icon:hover {
  background-color: #212121;
  border: 1px solid #fff;
}
footer .social-icon:hover i {
  color: white;
}
@media (max-width: 768px) {
  .footer-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
  }
  .chevron-icon::before {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transition: transform 0.3s ease;
    font-size: 1rem;
  }
  .footer-heading.open .chevron-icon::before {
    content: "\f077";
  }
  .footer-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding-top: 0;
  }
  .footer-content.footer-open {
    max-height: 500px;
    padding-top: 0.5rem;
  }
}
.image-and-text {
  margin-top: 2rem;
  margin-bottom: 3rem;
  border-top-right-radius: 20px;
  position: relative;
  left: 15px;
}
@media (max-width: 767px) {
  .image-and-text {
    left: 0;
  }
}
@media (max-width: 425px) {
  .image-and-text {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .image-and-text .row {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
.image-and-text .text-section {
  background-color: #152C53;
  border-top-right-radius: 20px;
  padding: 4rem 3rem;
  height: 294px;
}
@media (max-width: 767px) {
  .image-and-text .text-section {
    height: auto;
    padding: 2rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
  }
}
.image-and-text .image-section {
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
  border-bottom-left-radius: 20px;
}
@media (max-width: 767px) {
  .image-and-text .image-section {
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
  }
}
.image-and-text .image-section img {
  width: 100%;
  height: 294px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .image-and-text .image-section img {
    height: 211px;
  }
}
.image-and-text .image-section img:hover {
  transform: scale(1.05);
}
.image-and-text h2 {
  color: #F8C138;
  line-height: 1.2;
}
.image-and-text p {
  color: #fff;
}
.image-and-text form {
  width: 80%;
}
@media (max-width: 767px) {
  .image-and-text form {
    width: 100%;
  }
}
.image-and-text .flex-row-reverse {
  flex-direction: row-reverse;
}
.image-and-text .flex-row-reverse .image-section {
  padding-left: 0;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
}
.image-and-text .flex-row-reverse .text-section {
  border-top-right-radius: 0;
  border-bottom-left-radius: 20px;
  background-color: #70382D;
}
.page-id-189 .image-and-text--2 img {
  display: block;
  border-bottom-left-radius: 20px;
  border: 2px solid #152C53;
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  background-clip: padding-box;
  background-color: white;
}
.page-id-189 .image-and-text--2 img:hover {
  box-shadow: 0 12px 24px rgba(0,0,0,0.3);
  border-color: #0f1f3a;
}
.tabs {
  margin-top: 4rem;
  margin-bottom: 4rem;
  min-height: 500px;
}
@media screen and (max-width: 991px) {
  .tabs {
    margin-top: 2rem;
    margin-bottom: 2rem;
    min-height: auto;
  }
}
.tabs .col-lg-4,
.tabs .col-md-6,
.tabs .col-12 {
  padding-left: 5px;
  padding-right: 5px;
}
.tabs .apply-boxes {
  margin-bottom: 0 !important;
}
.tabs .apply-boxes a {
  text-decoration: none !important;
}
.tabs .related-box a {
  text-decoration: none !important;
}
.tabs .nav-tabs {
  border-bottom: none;
  display: flex;
  justify-content: center;
  background: #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  max-width: 870px;
  margin: 1rem auto 2rem;
  width: max-content;
}
.tabs .nav-tabs .nav-item .nav-link {
  border-radius: 0;
  background: transparent;
  color: #212121;
  padding: 20px;
  text-align: center;
  border-right: 1px solid #ccc;
  font-size: 15px;
}
.tabs .nav-tabs .nav-item .nav-link:last-child {
  border-right: none;
}
.tabs .nav-tabs .nav-item .nav-link.active {
  background: #152C53;
  color: #fff;
}
.tabs .tab-content .tab-pane {
  padding-bottom: 20px;
}
.grid-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #152C53;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0 15px 0 20px;
  text-align: left;
  font-weight: bold;
  background: white;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  margin: 0 5px;
  flex: 1 0 30%;
  min-height: 70px;
  margin-bottom: 1rem;
}
.grid-item .grid-content {
  color: #152C53;
  text-decoration: none;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}
.grid-item .grid-content span {
  margin-right: 10px;
  flex-grow: 1;
}
.grid-item .grid-content i {
  font-size: 13px;
  color: white;
  background-color: #4F6F19;
  border-radius: 50%;
  padding: 7px 10px;
  transition: all 0.3s ease-in-out;
}
.grid-item:hover {
  background: #4F6F19;
  border: 2px solid #4F6F19;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  text-decoration: none;
}
.grid-item:hover i {
  color: #152C53;
  background-color: white;
}
.grid-item:hover .grid-content {
  color: white;
}
.carousel-nav {
  margin: 0 100px;
}
.carousel-dot {
  width: 15px;
  height: 15px;
  margin: 0 10px;
  border-radius: 50%;
  border: 1px solid #F8C138;
  background-color: transparent;
}
.carousel-prev {
  background-color: #F4F6F7;
  color: #F8C138;
  font-size: 20px;
}
.carousel-next {
  background-color: #F4F6F7;
  color: #F8C138;
  font-size: 20px;
}
.carousel-dot.active {
  background-color: #F8C138;
}
.tab-container .mobile-form {
  color: white;
  padding: 20px 20px;
  text-align: center;
  border: none;
  border-radius: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #152C53;
  background-image: none;
  width: 100%;
  border: 1px solid #152C53;
  font-weight: 600;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23C37C13' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2.2rem center;
  background-size: 1.1rem;
}
.tab-container .mobile-form select {
  border: none;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
}
.banner {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#breadcrumbs {
  padding-top: 1rem;
}
#breadcrumbs a {
  color: #152C53;
  font-weight: 500;
  text-decoration: underline;
}
#breadcrumbs a:hover {
  color: #4F324C;
}
#breadcrumbs i {
  margin-right: 0.4rem;
  margin-left: 0.15rem;
  color: #C27D2A;
}
.accordion-with-internal-images-for-pages,
.simple-accordion {
  padding-top: 1rem;
}
.accordion-with-internal-images-for-pages .accordion-item,
.simple-accordion .accordion-item {
  border: 1px solid #152C53;
  border-radius: 15px;
}
.accordion-with-internal-images-for-pages .accordion-closed .accordion-header,
.simple-accordion .accordion-closed .accordion-header {
  background: #F6FAFC;
  border-radius: 15px;
  margin-bottom: 0;
  cursor: pointer;
}
.accordion-with-internal-images-for-pages .accordion-closed img,
.simple-accordion .accordion-closed img {
  height: 100px;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media screen and (max-width: 991px) {
  .accordion-with-internal-images-for-pages .accordion-closed img,
  .simple-accordion .accordion-closed img {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
  }
}
.accordion-with-internal-images-for-pages .accordion-closed .content,
.simple-accordion .accordion-closed .content {
  padding: 2rem;
}
.accordion-with-internal-images-for-pages .accordion-closed i,
.simple-accordion .accordion-closed i {
  font-size: 15px;
  color: #152C53;
}
.accordion-with-internal-images-for-pages .accordion-open i,
.simple-accordion .accordion-open i {
  font-size: 15px;
  color: #fff;
}
.accordion-with-internal-images-for-pages .accordion-open .accordion-header,
.simple-accordion .accordion-open .accordion-header {
  background: #152C53;
  border-top-right-radius: 12px;
  border-top-left-radius: 14px;
  cursor: pointer;
  margin-bottom: 0;
}
.accordion-with-internal-images-for-pages .accordion-open .accordion-body,
.simple-accordion .accordion-open .accordion-body {
  background: #F4F6F7;
  padding: 2rem;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.accordion-with-internal-images-for-pages .accordion-open .accordion-body .description a,
.simple-accordion .accordion-open .accordion-body .description a {
  color: #152C53;
}
.accordion-with-internal-images-for-pages .accordion-open .accordion-body a,
.simple-accordion .accordion-open .accordion-body a {
  color: #002B54;
  text-decoration: underline;
}
.accordion-with-internal-images-for-pages .accordion-open .accordion-body a:hover,
.simple-accordion .accordion-open .accordion-body a:hover {
  color: #4F324C;
}
.accordion-with-internal-images-for-pages .accordion-open .accordion-body .child-pages,
.simple-accordion .accordion-open .accordion-body .child-pages {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 436px) {
  .accordion-with-internal-images-for-pages .accordion-open .accordion-body .child-pages,
  .simple-accordion .accordion-open .accordion-body .child-pages {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.accordion-with-internal-images-for-pages .accordion-open .accordion-body .child-pages i,
.simple-accordion .accordion-open .accordion-body .child-pages i {
  color: #C27D2A;
  margin-right: 0.5rem;
}
.accordion-with-internal-images-for-pages .accordion-open .accordion-body img,
.simple-accordion .accordion-open .accordion-body img {
  height: auto;
}
.accordion-with-internal-images-for-pages .accordion-open .header,
.simple-accordion .accordion-open .header {
  color: #fff;
}
.accordion-with-internal-images-for-pages .accordion-open .content,
.simple-accordion .accordion-open .content {
  padding: 2rem;
}
.accordion-with-internal-images-for-pages .accordion-open img,
.simple-accordion .accordion-open img {
  height: 100px;
  object-fit: cover;
  border-top-left-radius: 15px;
}
@media screen and (max-width: 991px) {
  .accordion-with-internal-images-for-pages .accordion-open img,
  .simple-accordion .accordion-open img {
    border-top-right-radius: 15px;
  }
}
.accordion-collapse {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}
.accordion-collapse.show {
  max-height: 2500px;
}
.simple-accordion {
  padding-bottom: 2.5rem;
}
.simple-accordion .accordion {
  border: 1px solid #152C53;
  border-radius: 15px;
}
.simple-accordion .accordion .accordion-item:first-child .accordion-header {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.simple-accordion .accordion .accordion-item:last-child {
  border-bottom: none;
}
.simple-accordion .accordion .accordion-item:last-child .accordion-header {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.simple-accordion .accordion .accordion-item:last-child.accordion-open .accordion-header {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.simple-accordion .accordion .accordion-item:last-child.accordion-open .accordion-body {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.simple-accordion .accordion-closed .accordion-header {
  padding: 2rem;
  border-radius: 0;
}
.simple-accordion .accordion-item {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #152C53;
}
.simple-accordion .accordion-open .accordion-header {
  padding: 2rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.simple-accordion .accordion-open .accordion-body {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.simple-accordion a[target="_blank"]::after {
  content: '\f08e';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-left: 6px;
  font-size: 16px;
  vertical-align: middle;
}
.simple-accordion a {
  font-weight: 550;
}
.child-pages-wrapper-no-images h3 {
  padding-bottom: 1rem;
}
.child-pages-wrapper-no-images .col-lg-4,
.child-pages-wrapper-no-images .col-md-6 {
  padding-left: 5px;
  padding-right: 5px;
}
.alert-card {
  padding: 2rem;
  margin-top: 2rem;
  background-color: #FFF4E7;
  border-left: 38px solid #DC9223;
  border-bottom-left-radius: 20px;
}
.alert-card h3 {
  color: #B26F16;
  padding-top: 1rem;
}
.alert-card.alert-green {
  background-color: #F9FBF6;
  border-left: 38px solid #4F6F19;
}
.alert-card.alert-green h3 {
  color: #4F6F19;
}
.alert-card.alert-red {
  background-color: #FFF9F8;
  border-left: 38px solid #B71C1C;
}
.alert-card.alert-red h3 {
  color: #B71C1C;
}
.alert-card.alert-blue {
  background-color: #F6FAFC;
  border-left: 38px solid #152C53;
}
.alert-card.alert-blue h3 {
  color: #152C53;
}
.services-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.services-slider .main-container {
  position: relative;
}
.services-slider .slider-nav {
  overflow: hidden;
}
.services-slider .custom-carousel-caption h5 {
  text-align: center;
  padding-top: 1rem;
  font-style: italic;
  color: #212121;
  font-weight: 400;
}
.services-slider .nav-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.services-slider .nav-container .slider-nav .slick-current::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.58);
  z-index: 2;
}
.services-slider .nav-container .slider-nav img {
  height: 94px;
  object-fit: cover;
}
.services-slider .slider-main img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
}
.services-slider .slider-main .slick-list.draggable {
  padding-top: 0 !important;
}
.services-slider .slider-nav .slick-slide {
  position: relative;
  margin-bottom: 0.5rem;
}
.services-slider .custom-arrow {
  width: 40px;
  height: 40px;
  font-size: 26px;
  color: #fff;
  background-color: #152C53;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1 !important;
}
.services-slider .custom-arrow:hover,
.services-slider .custom-arrow:focus {
  background-color: #002A42 !important;
  color: #fff;
  opacity: 1 !important;
}
.services-slider .slick-prev.custom-arrow {
  left: 10px;
}
.services-slider .slick-next.custom-arrow {
  right: 10px;
}
.services-slider .slick-prev::before,
.services-slider .slick-next::before {
  display: none !important;
}
@media (max-width: 1000px) {
  .services-slider .slider-nav {
    display: none !important;
  }
}
.single-image-layout {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
.single-image-layout .custom-image-caption {
  font-style: italic;
}
.single-image-layout img {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 350px;
  object-fit: cover;
  object-position: center;
}
.text-editor a[target="_blank"]::after {
  content: '\f08e';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 16px;
  vertical-align: middle;
}
.text-editor img {
  width: auto;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.cta-text-editor-wrapper  a[target="_blank"]::after {
  content: '\f08e';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-left: 8px;
  font-size: 16px;
  vertical-align: middle;
}
@media (max-width: 436px) {
  .cta-text-editor-wrapper  a[target="_blank"] {
    padding: 0.7rem 1rem;
  }
}
.public-notice-item {
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.public-notice-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.public-notice-item h4 {
  color: #152C53;
  text-decoration: underline;
}
.public-notice-item h4:hover a {
  color: #4F324C;
}
.notice-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cta-text-editor-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cta-text-editor-wrapper a {
  margin-bottom: 1rem;
}
.cta-text-editor-wrapper .child-pages {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1rem;
  list-style: none;
  margin-bottom: 1rem;
  padding-left: 0;
}
@media (max-width: 436px) {
  .cta-text-editor-wrapper .child-pages {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.cta-text-editor-wrapper .child-pages i {
  color: #C27D2A;
  margin-right: 0.5rem;
}
.beach-items .beach-item {
  overflow: hidden;
}
.beach-items .beach-item .beach-image-link {
  display: block;
  height: 100%;
  position: relative;
}
.beach-items .beach-item .beach-image-link img {
  height: 220px;
  object-fit: cover;
  width: 100%;
  display: block;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
}
.beach-items .beach-item .beach-image-link:hover .beach-title-overlay h5 {
  text-decoration: underline;
}
.beach-items .beach-item .beach-title-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 1rem;
  border-bottom-left-radius: 20px;
}
.beach-items .beach-item .beach-title-overlay h5 {
  margin: 0;
  color: #fff;
  opacity: 1;
}
.related-box a {
  text-decoration: none;
}
.custom-table-wrapper {
  overflow-x: auto;
  border: 1px solid #152C53;
  border-collapse: collapse;
  border-radius: 15px;
}
.custom-table {
  width: 100%;
  color: #152C53;
}
.custom-table th {
  padding: 0 2rem;
  height: 70px;
  font-size: 1rem;
  text-align: left;
  vertical-align: middle;
  background-color: #152C53;
  color: #FFFFFF;
  font-weight: 500;
  border: 1px solid #152C53;
}
.custom-table th:first-child {
  font-size: 1rem;
  border-top-left-radius: 0px;
}
@media (max-width: 436px) {
  .custom-table th:first-child {
    padding-left: 1rem;
    padding-right: 3rem;
  }
}
.custom-table th:last-child {
  border-top-right-radius: 0px;
}
@media (max-width: 436px) {
  .custom-table th {
    padding: 0;
  }
}
.custom-table td {
  padding: 10px 2rem;
  height: 70px;
  font-size: 1rem;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #152C53;
  border-bottom: 1px solid;
  border-radius: 15px;
}
@media (max-width: 436px) {
  .custom-table td {
    padding: 10px 0.3rem;
    text-align: center;
    font-size: 0.9rem;
  }
}
.custom-table tbody tr:nth-child(odd) {
  background-color: #F6FAFC;
}
.custom-table tbody tr:nth-child(even) {
  background-color: #FBFBFB;
}
.custom-table tbody tr:last-child td {
  border-bottom: none;
}
.custom-table tbody tr td:last-child {
  border-right: none;
}
.search-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.search-item a {
  color: #152C53;
  font-weight: 500;
  text-decoration: underline;
}
.search-item a:hover {
  color: #4F324C;
}
.search-item p {
  margin-bottom: 0;
}
.search-item:last-child {
  border-bottom: none;
}
.search h1 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.search .excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.last-modified {
  margin-bottom: 1rem;
}
.pagination {
  margin-top: 2rem;
  text-align: center;
  flex-wrap: wrap;
}
.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 12px;
  margin: 4px 4px;
  border: 1px solid #ccc;
  text-decoration: none;
  font-size: 16px;
  border-radius: 4px;
  min-width: 44px;
}
.pagination .current {
  background-color: #152C53;
  color: white;
  font-weight: bold;
}
@media (max-width: 576px) {
  .pagination {
    font-size: 14px;
    margin-top: 1.5rem;
  }
  .pagination a,
  .pagination span {
    padding: 6px 10px;
    font-size: 14px;
    margin: 2px;
  }
}
.search-page-top-part {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  padding-left: 0px;
  border-bottom: 1px solid grey;
  margin-bottom: 40px;
  margin: auto;
}
@media (min-width: 992px) {
  .search-page-top-part {
    width: 94vw;
  }
}
@media (min-width: 1200px) {
  .search-page-top-part {
    width: 95vw;
  }
}
@media (min-width: 1400px) {
  .search-page-top-part {
    width: 1140px;
  }
}
.sort-form {
  padding-left: 60px;
  align-self: flex-start;
}
@media (max-width: 600px) {
  .sort-form {
    padding-left: 0px;
  }
}
.sort-form select {
  color: white;
  padding: 2px 6px;
  font-weight: 600;
  text-align: center;
  border: none;
  border-radius: 10px;
  background-color: #152C53;
  border: 5px solid #152C53;
  border-right: 20px solid #152C53;
  border-left: 20px solid #152C53;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  cursor: pointer;
}
.search-sort-dropdown {
  transition: background-color 0.3s ease, border-radius 0.3s ease, text-decoration 0.3s ease, color 0.3s ease;
}
.search-sort-dropdown:hover {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.search-form-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
@media (max-width: 600px) {
  .search-form-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  .search-form-container h4 {
    font-size: 18px;
  }
}
.search-submit-page {
  border: none;
  background: transparent;
  color: #4F6F19;
}
.search-form-page {
  border-bottom: 1px solid #4F6F19;
}
.search-submit-page {
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
}
.search-submit-page:hover {
  transform: scale(1.2);
}
.search-submit-page:focus {
  outline: none;
  box-shadow: none;
}
.search-sort-dropdown {
  margin-left: 10px;
}
.search-results {
  margin-top: 20px;
}
.error-section {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.error-section a {
  width: fit-content;
  margin: 2rem auto;
}
.big-blue-text {
  margin-right: auto;
  margin-lefT: auto;
}
.error-text {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .error-text {
    width: 100%;
  }
}
