html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}



.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.homenewslist ul {
  display: flex;
  flex-wrap: wrap;
}

.homenewslist ul li.newsbox {
  float: none;
  width: 50%;
  box-sizing: border-box;
}

#article_area li.newsbox {
  width: 100% !important;
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  padding: 25px 0;
}

#article_area li.newsbox:last-child {
  border-bottom: none;
}

#article_area .news-content h3 {
  margin-bottom: 12px;
  overflow: hidden;
}

#article_area .news-content h3 a {
  color: #013d88;
}

#article_area .news-content h3 small {
  float: right;
  color: #4e4e4e !important;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  padding-top: 6px;
}

#article_area .news-content p {
  color: #4e4e4e;
  margin-bottom: 12px;
  min-height: auto;
}

#article_area .news-anchor.article-hover {
  color: #013d88;
  font-weight: 600;
}

.contact-latest-news h2 {
  margin-bottom: 24px;
}

.contact-latest-news .newscard {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 18px;
  margin-bottom: 24px;
}

.contact-latest-news .newscard h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.contact-latest-news .newscard h3 a {
  color: #013d88;
}

.contact-latest-news .newscard p {
  color: #4e4e4e;
  margin-bottom: 10px;
}

.contact-latest-news .newscard small {
  color: #777;
  display: block;
}

.contact-top-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.contact-top-row > [class*="col-"] {
  float: none;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-top-row .mapbox {
  position: relative;
  min-height: 420px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #eff3f5;
  overflow: hidden;
}

.contact-top-row .mapbox:before {
  display: none;
}

.contact-top-row .mapbox .map-view {
  position: relative !important;
  inset: auto;
  top: auto;
  right: auto;
  left: auto;
  width: 100% !important;
  height: 420px !important;
  min-height: 420px;
  overflow: hidden;
}

.contact-top-row .mapbox .map-view iframe {
  display: block;
  width: 100%;
  height: 420px;
  min-height: 420px;
  border: 0;
}

.contact-top-row .conrentside {
  position: relative;
  z-index: 1;
}

.contact-locations {
  background: #f5f7f9;
  border-top: 1px solid #e4e9ee;
  padding: 48px 0 56px;
}

.contact-locations-grid {
  display: grid;
  gap: 20px;
  align-items: stretch;
}

.contact-locations-grid.count-1 {
  grid-template-columns: minmax(260px, 420px);
  justify-content: center;
}

.contact-locations-grid.count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-locations-grid.count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-locations-grid.count-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.contact-location-card {
  background: #fff;
  border: 1px solid #e2e8ee;
  border-top: 3px solid #c00;
  padding: 24px 22px 22px;
  min-height: 160px;
  height: 100%;
  box-shadow: 0 1px 2px rgba(16, 36, 58, 0.04);
}

.contact-location-card h4 {
  margin: 0 0 14px;
  color: #013d88;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-location-card address {
  margin: 0;
  font-style: normal;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.7;
}

.contact-location-card address strong {
  display: block;
  color: #222;
  font-size: 15px;
  margin-bottom: 6px;
}

@media (max-width: 991px) {
  .contact-top-row .mapbox,
  .contact-top-row .mapbox .map-view,
  .contact-top-row .mapbox .map-view iframe {
    position: relative !important;
    width: 100% !important;
    min-height: 280px;
    height: 280px !important;
  }

  .contact-locations-grid.count-3,
  .contact-locations-grid.count-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .contact-locations-grid.count-1,
  .contact-locations-grid.count-2,
  .contact-locations-grid.count-3,
  .contact-locations-grid.count-4 {
    grid-template-columns: 1fr;
  }
}