h1 {
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.21;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.6288rem;
  }
}

h2 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.25rem;
  color: #175450;
}
@media (min-width: 992px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.25rem;
}

h4 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: 600;
}

p {
  font-size: 1rem;
  margin-bottom: 0.9375rem;
  line-height: 160%;
}
p.large {
  font-size: 1.15rem;
}
@media (min-width: 992px) {
  p {
    font-size: 1.125rem;
  }
  p.large {
    font-size: 1.375rem;
  }
}
p a {
  color: #22767c;
  font-weight: 500;
  text-decoration: underline;
  transition: 150ms ease-in-out;
}
p a:hover {
  text-decoration: underline;
  color: #175450;
}

a img {
  transition: filter 300ms ease-in-out;
}
a:hover img {
  filter: brightness(80%);
}

ul {
  margin-bottom: 30px;
}
ul.unstyled {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  ul {
    margin-bottom: 20px;
  }
}

li {
  font-size: 1rem;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  li {
    font-size: 1.125rem;
  }
}
li a {
  font-weight: 600;
  transition: color 150ms ease-in-out;
}
hr {
  margin: 20px 0;
  opacity: 1;
  border-color: #547837;
}
@media (min-width: 992px) {
  hr {
    margin: 40px 0;
  }
}

button {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.arrow-link {
  position: relative;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  padding-right: 1.25em;
}
@media (min-width: 992px) {
  .arrow-link {
    font-size: 1.125rem;
  }
}
.arrow-link:hover::after {
  right: -5px;
}
.arrow-link::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 150ms ease-in-out;
}

.skip-to-main {
  position: fixed;
  top: 10px;
  left: 10px;
  display: inline-block;
  background-color: #fff;
  color: #333;
  z-index: 9999;
  padding: 5px;
}

.icon-and-text {
  display: flex;
  align-items: center;
}
.icon-and-text .icon {
  margin-right: 20px;
}
.icon-and-text .text {
  flex: 1;
}

.document-link {
  position: relative;
  display: block;
  font-size: 1rem;
  margin-bottom: 15px;
  transition: 150ms ease-in-out;
  font-weight: 600;
  color: #333;
  padding-left: 2.5rem;
  padding-right: 2rem;
  text-decoration: none;
  padding-bottom: 15px;
  border-bottom: 1px dashed #22767c;
}
@media (min-width: 992px) {
  .document-link {
    font-size: 1.15rem;
  }
}
.document-link:hover {
  color: #175450;
  padding-bottom: 15px;
  border-bottom: 1px dashed #175450;
}
.document-link:hover::before, .document-link:hover::after {
  color: #175450;
}
.document-link::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f1c1";
  position: absolute;
  top: 0%;
  left: 0;
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1;
  color: #22767c;
  transition: color 150ms ease-in-out;
}
.document-link::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f063";
  position: absolute;
  top: 0%;
  right: 0;
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1;
  color: #22767c;
  transition: color 150ms ease-in-out;
}

.web-link {
  position: relative;
  display: block;
  font-size: 1rem;
  margin-bottom: 15px;
  transition: 150ms ease-in-out;
  font-weight: 600;
  color: #547837;
  padding-left: 2.5rem;
  padding-right: 2rem;
  text-decoration: none;
  padding-bottom: 15px;
  border-bottom: 1px dashed #547837;
}
@media (min-width: 992px) {
  .web-link {
    font-size: 1.15rem;
  }
}
.web-link:hover {
  color: #0b436a;
  border-bottom-color: #0b436a;
}
.web-link:hover::before, .web-link:hover::after {
  color: #0b436a;
}
.web-link::before {
  font-family: "Font Awesome 6 Pro";
  content: "\e60e";
  position: absolute;
  top: 0%;
  left: 0;
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1;
  color: #547837;
  transition: color 150ms ease-in-out;
}

.btn-link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  margin: 5px 0;
}
.btn-link:hover {
  cursor: pointer;
  color: #333;
}
@media (min-width: 992px) {
  .btn-link {
    font-size: 1.15rem;
  }
}

.accordion {
  position: relative;
  background-color: transparent;
}
.accordion .accordion-item {
  background-color: transparent;
  margin-bottom: 10px;
  border: 0;
}
.accordion .accordion-header {
  background-color: transparent;
}
.accordion .accordion-header .accordion-button {
  position: relative;
  background-color: transparent;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 62px;
  padding-right: 10px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #333;
  box-shadow: none;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
}
.accordion .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.accordion .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f056";
}
.accordion .accordion-header .accordion-button:hover {
  background-color: #dfdfdf;
}
.accordion .accordion-header .accordion-button:focus {
  outline: 3px solid #22767c;
}
.accordion .accordion-header .accordion-button::after {
  font-family: "Font Awesome 6 Pro";
  background-image: none;
  content: "\f055";
  color: #333;
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion .accordion-body {
  background-color: transparent;
}
.accordion .accordion-body p:last-child {
  margin-bottom: 0;
}

.blue-gradient-block {
  color: #fff;
}
.blue-gradient-block .color-item {
  background-color: #0778c3;
  padding: 0.9375rem;
}
.blue-gradient-block .color-item:nth-of-type(2) {
  background-color: #0468a9;
}
.blue-gradient-block .color-item:nth-of-type(3) {
  background-color: #005a96;
}
.blue-gradient-block .color-item:nth-of-type(4) {
  background-color: #025388;
}
.blue-gradient-block .color-item:nth-of-type(5) {
  background-color: #034977;
}
.blue-gradient-block .color-item:nth-of-type(6) {
  background-color: #043c61;
}
.blue-gradient-block .color-item:nth-of-type(7) {
  background-color: #053452;
}
.blue-gradient-block .color-item p {
  margin-bottom: 0.625rem;
}
.blue-gradient-block .color-item p:last-child {
  margin-bottom: 0;
}

.blurb {
  position: relative;
  display: block;
  padding: 1.25rem;
  border-radius: 8px;
}
.blurb.branded-blurb {
  background-color: #005288;
  background-image: url("../assets/images/backgrounds/blurb-logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.blurb.branded-blurb .title {
  font-size: 1.75rem;
  color: #f4c509;
}
@media (min-width: 992px) {
  .blurb.branded-blurb .title {
    font-size: 2rem;
  }
}

.card-carousel .owl-item:nth-child(even) .item .card-content .top-container {
  background-color: #005288;
}
.card-carousel .owl-item .item {
  height: 100%;
  padding-bottom: 5px;
}
.card-carousel .owl-item .item .card-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 100%;
  background-color: white;
  border-radius: 8px;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.card-carousel .owl-item .item .card-content .top-container {
  width: 100%;
  background-color: #547837;
  padding: 25px 15px;
  text-align: center;
  min-height: 235px;
}
.card-carousel .owl-item .item .card-content .top-container .icon {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  max-width: 120px;
}
.card-carousel .owl-item .item .card-content .top-container .title {
  color: #fff;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.card-carousel .owl-item .item .card-content .bottom-container {
  width: 100%;
  background-color: #fff;
  padding: 10px 15px;
}
.card-carousel .owl-item .item .card-content .bottom-container p {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
.card-carousel .owl-stage {
  display: flex;
}
.card-carousel .owl-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .card-carousel .owl-nav {
    margin-top: 30px;
  }
}
.card-carousel .owl-nav .owl-prev,
.card-carousel .owl-nav .owl-next {
  position: relative;
  width: 3rem;
  height: 3rem;
  margin-top: 0;
}
.card-carousel .owl-nav .owl-prev:hover span,
.card-carousel .owl-nav .owl-next:hover span {
  color: #547837;
}
.card-carousel .owl-nav .owl-prev span,
.card-carousel .owl-nav .owl-next span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  font-size: 2rem;
  font-weight: 700;
  color: #005288;
  font-size: 0;
}
.card-carousel .owl-nav .owl-prev span::after,
.card-carousel .owl-nav .owl-next span::after {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3rem;
  line-height: 1;
  transition: 150ms ease-in-out;
}
.card-carousel .owl-nav .owl-prev.disabled,
.card-carousel .owl-nav .owl-next.disabled {
  cursor: default !important;
}
.card-carousel .owl-nav .owl-prev.disabled span,
.card-carousel .owl-nav .owl-next.disabled span {
  color: #ac9b88;
}
.card-carousel .owl-nav .owl-prev {
  margin-right: 8%;
}
.card-carousel .owl-nav .owl-prev span::after {
  content: "\f060";
}
.card-carousel .owl-nav .owl-next {
  margin-left: 8%;
}
.card-carousel .owl-nav .owl-next span::after {
  content: "\f061";
}

.comment-map-container {
  display: block;
  position: relative;
}
.comment-map-container .comment-map-iframe {
  width: 100%;
  height: 350px;
}
@media (min-width: 992px) {
  .comment-map-container .comment-map-iframe {
    height: 720px;
  }
}

.hero {
  position: relative;
  background-image: url("../assets/images/AdobeStock_313480534.jpg");
  background-position: center;
  background-size: cover;
  height: auto;
  min-height: 412px;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media (min-width: 992px) {
  .hero {
    padding: 4.375rem 0;
  }
}
.hero .container {
  position: relative;
}

.img-and-text {
  position: relative;
  background-color: #0b436a;
  color: #fff;
}
.img-and-text h2 {
  color: #fff;
}
.img-and-text .text-container {
  width: 100%;
  padding: 3.125rem 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .img-and-text .text-container {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    padding-right: 30%;
  }
}
.img-and-text .img-container {
  display: block;
  width: 100%;
  height: 250px;
}
.img-and-text .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 992px) {
  .img-and-text .img-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
  }
}

/* Lightbox */
.hdr-lightbox img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.hdr-lightbox a {
  display: block;
  padding: 0;
  color: #005288;
}

.hdr-lightbox > button {
  background-color: rgba(0, 0, 0, 0.75);
  border: 0;
  cursor: pointer;
  display: none;
  height: 0;
  left: -9999px;
  margin: 0;
  position: absolute;
  top: 0;
  transition: 0s;
  width: 100%;
}

.hdr-lightbox button span {
  left: -9999px;
  position: absolute;
}

.hdr-lightbox > div {
  top: 80px;
}

.hdr-lightbox > div .hdr-close-lightbox {
  background: 0;
  border: 0;
  font-size: 3em;
  display: none;
  line-height: 0.6em;
  padding: 6px 8px;
  position: fixed;
  right: 14px;
  top: 6px;
}

.showing-hdr-lightbox {
  overflow: hidden;
}

.hdr-lightbox.enhanced {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5555;
}

.hdr-lightbox.enhanced > button {
  display: block;
  height: 100%;
  left: 0;
  transition: height 0.6s, left 0s;
}

.hdr-lightbox.enhanced > div {
  background-color: #fff;
  border: 1px solid #333;
  box-shadow: 4px 13px 28px 0 #111;
  left: 6%;
  margin: 0;
  max-height: 80%;
  overflow: auto;
  position: absolute;
  top: 40px;
  transition: 0.8s;
  width: 86%;
}

.hdr-lightbox.enhanced > div .hdr-close-lightbox {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}

.hdr-lightbox.enhanced > div .hdr-close-lightbox:focus {
  border: 1px solid #aaa;
  color: #aaa;
}

.hdr-lightbox.enhanced a:hover img {
  filter: none !important;
}

@media screen and (max-width: 992px) {
  .hdr-lightbox > div .hdr-close-lightbox {
    font-size: 2em;
    right: 6px;
    top: 2px;
  }
  .hdr-lightbox.enhanced img {
    max-width: 555%;
    width: 992px;
  }
}
.standard-section {
  position: relative;
  overflow: hidden;
  padding: 3.125rem 0;
  background-color: #fff;
}
@media (min-width: 992px) {
  .standard-section {
    padding: 4.375rem 0;
  }
}
.standard-section.branded-bg {
  background-image: url("../assets/images/backgrounds/section-logo-bg-teal-2.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
@media (min-width: 776px) {
  .standard-section.branded-bg {
    background-size: contain;
  }
}
.standard-section.bg-teal h1,
.standard-section.bg-teal h2,
.standard-section.bg-teal h3,
.standard-section.bg-teal h4,
.standard-section.bg-teal h5,
.standard-section.bg-teal h6,
.standard-section.bg-teal p,
.standard-section.bg-teal li, .standard-section.bg-dark-teal h1,
.standard-section.bg-dark-teal h2,
.standard-section.bg-dark-teal h3,
.standard-section.bg-dark-teal h4,
.standard-section.bg-dark-teal h5,
.standard-section.bg-dark-teal h6,
.standard-section.bg-dark-teal p,
.standard-section.bg-dark-teal li, .standard-section.bg-blue h1,
.standard-section.bg-blue h2,
.standard-section.bg-blue h3,
.standard-section.bg-blue h4,
.standard-section.bg-blue h5,
.standard-section.bg-blue h6,
.standard-section.bg-blue p,
.standard-section.bg-blue li {
  color: #fff;
}
.standard-section.bg-teal a, .standard-section.bg-dark-teal a, .standard-section.bg-blue a {
  color: #f4c509;
  transition: color 150ms ease-in-out;
}
.standard-section.bg-teal a:hover, .standard-section.bg-dark-teal a:hover, .standard-section.bg-blue a:hover {
  color: rgb(194.814229249, 157.2885375494, 7.185770751);
}

.video-embed {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.video-embed iframe, .video-embed object, .video-embed embed, .video-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
  position: relative;
}
footer .footer-main {
  background-color: #175450;
  color: #fff;
  padding: 3.125rem 0;
  background-image: url("../assets/images/backgrounds/logo-bg.png");
  background-repeat: no-repeat;
  background-position: 10% 50%;
  background-size: 130%;
}
footer .footer-main .socials .socials-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
}
footer .footer-main .socials .socials-list li {
  margin-bottom: 0;
}
footer .footer-main .socials .socials-list li a {
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  height: 100%;
}
footer .footer-main .socials .socials-list li a:hover {
  color: #f4c509;
}
footer .sub-footer {
  padding: 12px 0;
  background-color: #f4c509;
  font-size: 1rem;
  color: #333;
}
footer .sub-footer .back-to-top-btn {
  display: flex;
  align-items: center;
  padding: 5px;
  border: 0;
  font-size: 1.15rem;
  transition: 150ms ease-in-out;
  font-weight: 500;
  background-color: transparent;
  color: #333 i;
  color-margin-left: 10px;
  color-font-size: 1.5em;
  color-color: #fff;
}
footer .sub-footer .back-to-top-btn:hover {
  cursor: pointer;
  background-color: #fff;
  color: #414141;
}
footer .sub-footer .back-to-top-btn:hover i {
  color: #414141;
  transition: 150ms ease-in-out;
}

header {
  position: relative;
  width: 100%;
}
header .top-bar {
  background-color: #f4c509;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 6px 1.25rem;
}
@media (min-width: 992px) {
  header .top-bar {
    padding: 6px 2.5rem;
  }
}
header .top-bar .translate-container .google-translator select {
  font-weight: 600;
  background-color: transparent;
  border: 0;
}
header .top-bar .socials .socials-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
header .top-bar .socials .socials-list li {
  margin-bottom: 0;
}
header .top-bar .socials .socials-list li a {
  font-size: 1.5rem;
  color: #414141;
  text-decoration: none;
  height: 100%;
}
header .top-bar .socials .socials-list li a:hover {
  color: #22767c;
}

.local-nav {
  background-color: #22767c;
  position: sticky;
  top: 0;
  z-index: 5;
  padding: 15px;
}
@media (min-width: 992px) {
  .local-nav {
    padding: 0;
  }
}
.local-nav .navbar-toggler {
  margin-left: auto;
  border-color: #fff;
}
.local-nav .navbar-toggler .navbar-toggler-icon {
  filter: invert(1);
}
.local-nav .navbar-nav {
  width: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  .local-nav .navbar-nav {
    display: flex;
    align-items: stretch;
  }
}
.local-nav .navbar-nav .nav-item {
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
}
.local-nav .navbar-nav .nav-item:last-child {
  border-bottom: 0;
}
@media (min-width: 992px) {
  .local-nav .navbar-nav .nav-item {
    flex: 1;
    border-bottom: 0;
    border-right: 1px solid #fff;
  }
  .local-nav .navbar-nav .nav-item:last-child {
    border-right: 0;
  }
}
.local-nav .navbar-nav .nav-link {
  display: block;
  width: 100%;
  padding: 0.75rem;
  background-color: #22767c;
  transition: background-color 150ms ease-in-out;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.local-nav .navbar-nav .nav-link:hover {
  background-color: #175450;
}
@media (min-width: 992px) {
  .local-nav .navbar-nav .nav-link {
    font-size: 1.4375rem;
  }
}

/* The animation code */
@keyframes overlayAnim {
  100% {
    opacity: 1;
    filter: brightness(1.2) saturate(1.3);
  }
}
@keyframes heroLogoAnim {
  100% {
    opacity: 1;
    top: 30px;
  }
}
@media (min-width: 992px) {
  @keyframes heroLogoAnim {
    50% {
      opacity: 1;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    100% {
      opacity: 1;
      top: 50%;
      left: 0;
      transform: translate(0%, -50%);
    }
  }
}
@keyframes heroTitleAnim {
  100% {
    opacity: 1;
  }
}
.animated-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0.47) 100%);
  filter: brightness(0) saturate(0);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  animation-name: overlayAnim;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
@media (min-width: 992px) {
  .animated-overlay {
    background-size: cover, contain;
  }
}

.hero .logo {
  position: absolute;
  width: auto;
  height: 150px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  animation-name: heroLogoAnim;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}
@media (min-width: 992px) {
  .hero .logo {
    width: 277px;
    height: auto;
    transform: translate(-50%, -50%);
  }
}
.hero .title {
  position: absolute;
  width: 100%;
  color: #fff;
  text-shadow: 4.66px 4.66px 4.66px rgba(0, 0, 0, 0.25);
  top: 30px;
  left: 0;
  opacity: 0;
  padding-top: 175px;
  padding-left: 20px;
  padding-right: 20px;
  animation-name: heroTitleAnim;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}
@media (min-width: 992px) {
  .hero .title {
    top: 50%;
    transform: translateY(-50%);
    padding-top: 0;
    padding-left: 317px;
    padding-right: 0;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

html,
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #414141;
  height: 100%;
  font-size: 16px;
  margin: 0;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

figure img {
  border: 2px solid #fff;
}
figure figcaption {
  font-size: 1rem;
  margin-top: 10px;
}
@media (min-width: 992px) {
  figure figcaption {
    font-size: 1.15rem;
  }
}

#google_translate_element2 {
  display: none;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  padding: 0px 1.25rem;
}
@media (min-width: 992px) {
  .container {
    padding: 0px 2.5rem;
    max-width: 1160px;
  }
}

.container-xl {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 0px 1.25rem;
}
@media (min-width: 992px) {
  .container-xl {
    padding: 0px 2.5rem;
  }
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.font-color-black {
  color: #333 !important;
}

.font-color-white {
  color: #fff !important;
}

.font-color-blue {
  color: #005288 !important;
}

.font-color-teal {
  color: #22767c !important;
}

.font-color-dark-teal {
  color: #175450 !important;
}

.font-color-yellow {
  color: #f4c509 !important;
}

.bg-white {
  background-color: #fff !important;
}

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

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

.bg-blue {
  background-color: #005288 !important;
}

.bg-light-blue {
  background-color: #edf8f9 !important;
}

.bg-light-blue {
  background-color: #edf8f9 !important;
}

.bg-green {
  background-color: #547837 !important;
}

.bg-light-green {
  background-color: #e0ffdd !important;
}

.bg-teal {
  background-color: #22767c !important;
}

.bg-light-teal {
  background-color: #edf8f9 !important;
}

.bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-img.bottom {
  background-position: bottom;
}

.img-full {
  width: 100%;
  height: auto;
}

.img-fill {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.bordered {
  border: 3px solid #333;
}

.comment-map-iframe {
  width: 100%;
  height: 450px;
}
@media (min-width: 992px) {
  .comment-map-iframe {
    height: 600px;
  }
}

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