@charset "UTF-8";
.announcement-background {
  background-color: white;
  opacity: 0.45;
}

#slider .owl-item h1 {
  text-shadow: 1px 1px black;
}

small {
  font-size: 80%;
}

.bg-gray {
  background-color: #eee !important;
}

.bg-darkgray {
  background-color: #ccc !important;
}

.border-primary {
  border-color: #f7ab28 !important;
}

.border-secondary {
  border-color: #042c6b !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-tertiary {
  border-color: #7590bd !important;
}

.border-quaterynary {
  border-color: #c61515 !important;
}

.max-w-80 {
  max-width: 80%;
}

.max-w-60 {
  max-width: 60%;
}

.text-gray {
  color: #333 !important;
}

.list-style-none {
  list-style: none;
}

.social-icons li a {
  color: #c61515 !important;
}

.custom-img-about {
  right: 0;
  top: 40%;
}

.sub-page-header .image-container {
  background-image: url(../img/iStock_000007028959Small.jpg);
  background-position: bottom -15rem left;
  background-size: cover;
  opacity: 0.3;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.border-top-dark {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #042c6b !important;
}

.border-bottom-dark {
  border-bottom-width: 1px;
  border-bottom-style: solid !important;
  border-bottom-color: #042c6b !important;
}

.border-left-dark {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #042c6b !important;
}

.border-right-dark {
  border-right-width: 1px;
  border-right-style: solid !important;
  border-right-color: #042c6b !important;
}

.border-dark {
  border-width: 1px;
  border-style: solid;
  border-color: #042c6b !important;
}

.custom-breadcrumb > li + li:before {
  content: "／" !important;
}

.map-container {
  width: 960px;
}
.map-container .interactive-map {
  height: 600px;
  width: 100%;
}

.section-divider-top {
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.section-divider-bottom {
  bottom: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}

.btn {
  font-weight: 600;
}

html .btn-primary {
  color: #fff;
}

.thumb-info .thumb-info-title {
  padding: 0.3em;
  bottom: 8%;
}
.thumb-info .thumb-info-type {
  margin-left: 1em;
  padding: 2px 6px;
}

#maps-nav a:hover {
  text-decoration: none;
  border-bottom: 1px solid #f7ab28 !important;
  background-color: #fdeed4;
}

.plan-container:hover {
  background-color: #f5f7fa;
}

.card-header.position-relative i[data-toggle=popover] {
  cursor: pointer;
  position: absolute;
  top: 30%;
  right: 1rem;
  font-size: 20px;
  color: white;
}

.collapse-toggle {
  border-bottom: 3px solid #c61515;
}
.collapse-toggle:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  margin-right: 0.5rem;
  color: #c61515;
  display: inline-block;
}
.collapse-toggle.collapsed {
  border-bottom-color: #042c6b;
}
.collapse-toggle.collapsed:before {
  transform: rotate(-90deg);
}

.card .card .card-title:last-child {
  margin-bottom: 0;
}
.card .card .collapse-toggle {
  margin-bottom: 1px;
  border-bottom: 1px solid #333;
}
.card .card:last-child .collapse-toggle.collapsed {
  border-bottom: 0;
}

section.timeline .timeline-box {
  background-color: #7590bd;
}
section.timeline .timeline-box .timeline-box-arrow {
  background-color: #7590bd !important;
}
section.timeline .timeline-box p {
  color: #fff;
}

.container .call-to-action {
  border-radius: 8px !important;
}

.col-md-6:first-child .post-content, .highlighted-news, .whats-new .owl-item:first-child .border {
  background-color: #d6deeb;
}

.blog-posts.news-posts .post-content {
  border-bottom: 1px solid #dee2e6;
}
.blog-posts.news-posts .col-md-6.border {
  border: 0 !important;
}
.blog-posts.news-posts .col-md-6.border:nth-child(even) {
  border-right: 1px solid #dee2e6 !important;
}

.highlighted-news article.post .post-date .day {
  font-size: 150%;
}
.highlighted-news article.post .post-date .month {
  font-size: 150%;
}
.highlighted-news article.post .post-date .year {
  font-size: 125%;
}

.rounded {
  border-radius: 5px !important;
}

@media (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
    -webkit-transition-duration: 1s !important;
    transition-duration: 1s !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animated[class*=Out] {
    opacity: 0;
  }
}
@media (max-width: 1200px) {
  .sub-page-header .image-container {
    background-position: top 0rem left;
  }
}
@media (max-width: 576px) {
  #breadcrumbs .display-4 {
    font-size: 2.1rem;
  }

  .highlighted-news article.post .post-date .day {
    font-size: 18px;
  }
  .highlighted-news article.post .post-date .month {
    font-size: 0.8em;
  }
  .highlighted-news article.post .post-date .year {
    font-size: 100%;
  }

  .thumb-info .thumb-info-title {
    padding: 0.2em 0.1em;
  }
  .thumb-info .thumb-info-type {
    margin-left: 0.5em;
    padding: 2px 3px;
  }

  .sub-page-header .image-container {
    background-position: top 0rem left;
  }
}
