@font-face {}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: relative;
  list-style: none;
  display: flex;
  gap: 12px;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 8px;
  width: 8px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.5;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  padding: 0px;
  background: #e4edf1;
  border: 8px solid #ffffff;
  font-family: "gyst-variable", sans-serif;
  font-variation-settings: "wght" 400;
  letter-spacing: 0.05em;
  font-size: 18px;
  color: #2c407c;
}
@media (min-width: 650px) {
  body {
    border: 12px solid #ffffff;
  }
}
@media (min-width: 900px) {
  body {
    border: 16px solid #ffffff;
  }
}
body main {
  padding-top: 50px;
}
@media (min-width: 650px) {
  body main {
    padding-top: 53px;
  }
}
@media (min-width: 900px) {
  body main {
    padding-top: 69px;
  }
}
@media (min-width: 1200px) {
  body main {
    padding-top: 79px;
  }
}
body img {
  max-width: 100%;
  display: block;
  object-fit: cover;
  position: relative;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p, body a {
  margin: 0px;
}
body a {
  color: inherit;
}
@media (min-width: 650px) {
  body {
    font-size: 20px;
  }
  body .bigtype {
    font-size: 48px;
    font-weight: 700px;
  }
  body h1, body .h1 {
    font-size: 36px;
  }
}
@media (min-width: 900px) {
  body h2, body .h2 {
    font-size: 42px;
  }
}
body button {
  font-family: "ff-good-web-pro-extra-conden", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05em;
  display: inline-block;
  border: 0px;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
body .button {
  font-family: "ff-good-web-pro-extra-conden", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 14px 30px 13px;
  width: fit-content;
  text-align: center;
  color: #f14b04;
  background: #ffffff;
  transition: background 0.15s ease, color 0.15s ease;
}
body .button:hover {
  color: #ffffff;
  background: #f14b04;
  transition: background 0.15s ease, color 0.15s ease;
  text-decoration: none;
}
body .bkg-dark {
  background-color: #374a83;
  color: #ffffff;
}
body .bkg-md {
  background-color: #abbfd9;
}
body .bkg-lt {
  background-color: #e4edf1;
}
body .circle {
  border-radius: 100%;
}
body #title {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 20px;
  padding: 36px;
}
body #title .header {
  font-family: "ff-good-web-pro-extra-conden", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: left;
}
body #title .img {
  display: none;
}
body #title::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 125%;
  background-image: url("../bd-theme/img/hero_sub_squiggle_md.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 500px) {
  body #title {
    flex-direction: row;
    align-items: center;
    gap: 0px;
    padding: 0 8vw;
    height: 150px;
  }
  body #title .header, body #title .img {
    width: 50%;
  }
  body #title .header {
    padding-top: calc(8vw - 36px);
  }
  body #title .img {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  body #title .img img {
    width: 175px;
  }
  body #title::after {
    width: 100%;
    left: auto;
    right: 0px;
  }
}
@media (min-width: 650px) {
  body #title {
    padding: 0 8vw;
    height: 180px;
  }
  body #title .header {
    padding-top: calc(8vw - 36px);
  }
  body #title .img {
    height: 100%;
    align-items: center;
  }
  body #title .img img {
    width: 205px;
  }
}
@media (min-width: 900px) {
  body #title {
    padding: 0 10vw;
    height: 20vw;
  }
  body #title .header {
    padding-top: calc(8vw - 48px);
  }
  body #title .header h1 {
    font-size: 48px;
  }
  body #title .img img {
    width: 23vw;
  }
}
@media (min-width: 1200px) {
  body #title .header {
    padding-top: calc(8vw - 58px);
  }
  body #title .header h1 {
    font-size: 58px;
  }
}
header.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  background-color: #ffffff;
  padding: 16px 20px 12px;
}
header.header .wrap {
  display: flex;
  justify-content: center;
  position: relative;
}
header.header a.home {
  width: 150px;
  height: 30px;
  display: block;
  position: relative;
  z-index: 1;
  top: 0px;
  transition: width 0.25s ease, height 0.25s ease, top 0.25s ease;
}
header.header a.home svg {
  wdith: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
header.header a.home svg path {
  fill: #2c407c;
}
header.header a.home svg .mark {
  opacity: 0;
}
header.header div.right {
  width: auto;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 5px;
  right: 0px;
}
header.header div.right button {
  line-height: 0;
  padding: 0px;
  border: none;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #2c407c;
  font-size: 18px;
  transition: color 0.25s ease;
}
header.header div.right button span.icon {
  width: 24px;
  height: 16px;
  display: inline-block;
}
header.header div.right button span.icon div {
  position: relative;
  display: block;
  content: "";
  width: 24px;
  height: 1px;
  transition: transform 0.25s ease, background 0.25s ease;
  background: #2c407c;
}
header.header div.right button span.icon div.top {
  top: 0px;
}
header.header div.right button span.icon div.mid {
  top: 6px;
}
header.header div.right button span.icon div.bot {
  top: 13px;
}
@media (max-width: 500px) {
  header.header div.right button span.text {
    display: none;
  }
}
@media (min-width: 900px) {
  header.header div.right button {
    display: none;
  }
}
header.header div.right .current-menu-item a, header.header div.right .current_page_item a {
  text-decoration: underline;
  text-decoration-color: #f14b04;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
header.header div.right a {
  font-family: "ff-good-web-pro-extra-conden", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05em;
  letter-spacing: 0em;
  font-size: 18px;
  transition: color 0.25s ease;
  text-transform: uppercase;
  color: #2c407c;
  text-decoration: none;
}
header.header div.right a:hover {
  text-decoration: underline;
  text-decoration-color: #f14b04;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
@media (min-width: 650px) {
  header.header {
    padding: 20px 24px 15px;
  }
}
@media (min-width: 900px) {
  header.header {
    padding: 30px 40px 25px;
  }
  header.header div.right {
    top: 0px;
  }
  header.header div.right a {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  header.header {
    padding: 30px 60px 25px;
  }
  header.header a.home {
    width: 200px;
    height: 40px;
  }
}
header.header nav {
  display: none;
  background: #ffffff;
  position: absolute;
  top: 100%;
  right: -20px;
  width: max-content;
  padding: 20px 20px 20px 30px;
}
header.header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: right;
  display: flex;
  gap: 5px;
  flex-direction: column;
}
header.header nav ul li a {
  padding: 5px 0;
  display: inline-block;
}
header.header nav ul li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
@media (min-width: 900px) {
  header.header nav {
    padding: 0px 40px 25px;
    display: block;
    position: relative;
    display: flex;
    padding: 0px;
    gap: 15px;
    right: 0px;
  }
  header.header nav ul {
    flex-direction: row;
    gap: 15px;
  }
  header.header nav ul li a {
    padding: 0px;
  }
}
@media (min-width: 1200px) {
  header.header nav {
    gap: 30px;
  }
  header.header nav ul {
    gap: 30px;
  }
}
header.header.open .wrap button span.icon div {
  transition: transform 0.25s ease, background 0.25s ease;
}
header.header.open .wrap button span.icon div.top {
  transform: translate(0, 7px) rotate(45deg);
}
header.header.open .wrap button span.icon div.mid {
  transform: scaleX(0);
}
header.header.open .wrap button span.icon div.bot {
  transform: translate(0, -8px) rotate(-45deg);
}
header.header.open nav {
  display: block;
}

body.page-template-home-template header.unscrolled {
  background-color: transparent;
  padding: 16px 20px;
}
body.page-template-home-template header.unscrolled nav {
  background: transparent;
}
body.page-template-home-template header.unscrolled a.home {
  width: 150px;
  height: 87px;
  top: 5px;
  transition: width 0.25s ease, height 0.25s ease, top 0.25s ease;
}
body.page-template-home-template header.unscrolled a.home svg path {
  fill: #ffffff;
}
body.page-template-home-template header.unscrolled a.home svg .mark {
  opacity: 1;
  transition: opacity 0.25s ease;
}
body.page-template-home-template header.unscrolled div.right a, body.page-template-home-template header.unscrolled div.right button {
  color: #ffffff;
  transition: color 0.25s ease;
}
body.page-template-home-template header.unscrolled div.right button span.icon div {
  background: #ffffff;
  transition: transform 0.25s ease, background 0.25s ease;
}
@media (min-width: 650px) {
  body.page-template-home-template header.unscrolled {
    padding: 20px 24px;
  }
  body.page-template-home-template header.unscrolled a.home {
    width: 200px;
    height: 116px;
    top: 10px;
  }
}
@media (min-width: 900px) {
  body.page-template-home-template header.unscrolled {
    padding: 40px 40px;
  }
}
@media (min-width: 1200px) {
  body.page-template-home-template header.unscrolled {
    padding: 40px 60px;
  }
  body.page-template-home-template header.unscrolled a.home {
    width: 267px;
    height: 150px;
  }
}

footer #contact .copy {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px 35px;
  z-index: 2;
}
footer #contact .copy h2 {
  color: #f47843;
  font-size: 32px;
}
footer #contact .copy ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: "ff-good-web-pro-extra-conden", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05em;
}
footer #contact .copy ul h3 {
  font-size: 28px;
  margin-bottom: 8px;
}
footer #contact .copy ul a {
  font-size: 20px;
  display: block;
  text-decoration: none;
}
footer #contact .copy ul a:hover {
  text-decoration: underline;
}
footer #contact .img {
  display: flex;
  justify-content: center;
  padding: 10vw;
  position: relative;
}
footer #contact .img img {
  width: 80%;
  aspect-ratio: 1;
}
footer #contact .img::before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-image: url("../bd-theme/img/contact_squiggle.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 500px) {
  footer #contact .img {
    padding: 6vw;
  }
  footer #contact .img img {
    width: 50%;
  }
}
@media (min-width: 650px) {
  footer #contact {
    display: flex;
    align-items: flex-end;
  }
  footer #contact .copy {
    width: 50%;
    padding: 80px 30px;
  }
  footer #contact .copy h2 {
    font-size: 40px;
  }
  footer #contact .copy ul h3 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  footer #contact .copy ul a {
    font-size: 22px;
  }
  footer #contact .img {
    width: 50%;
    padding: 5vw;
  }
  footer #contact .img img {
    width: 100%;
  }
  footer #contact .img::before {
    width: 200%;
    background-position: right calc(50% - 24vw) center;
  }
}
@media (min-width: 900px) {
  footer #contact .copy {
    padding: 80px 30px;
  }
  footer #contact .copy h2 {
    font-size: 48px;
  }
  footer #contact .copy ul {
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  footer #contact {
    align-items: center;
    padding: 90px 0 50px;
  }
  footer #contact .copy {
    width: 75%;
    padding: 0px 7.5vw 50px 5vw;
    gap: 30px;
  }
  footer #contact .copy ul {
    flex-direction: row;
    justify-content: space-around;
  }
  footer #contact .img {
    width: 25%;
    padding: 2.5vw;
  }
  footer #contact .img::before {
    width: 400%;
    background-position: right calc(50% - 36.5vw) center;
  }
}
@media (min-width: 1500px) {
  footer #contact .copy {
    padding: 0px 9.5vw 50px 7vw;
    gap: 50px;
  }
  footer #contact .copy ul h3 {
    font-size: 40px;
  }
  footer #contact .copy ul a {
    font-size: 24px;
  }
}
footer .footer {
  background: #374a83;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  padding: 45px 20px;
}
footer .footer .address {
  font-family: "ff-good-web-pro-extra-conden", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 20px;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}
footer .footer .address p {
  margin: 0px;
}
footer .footer .address a {
  text-decoration: none;
}
footer .footer .address a:hover {
  text-decoration: underline;
}
footer .footer .address::before {
  display: block;
  content: "";
  height: 55px;
  width: 55px;
  background-image: url("../bd-theme/img/bd_mark_white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
footer .footer .logos {
  display: flex;
  align-items: flex-end;
  gap: 25px;
}
footer .footer .logos > * {
  width: 110px;
}
@media (min-width: 650px) {
  footer .footer {
    gap: 45px;
  }
  footer .footer .address {
    font-size: 24px;
  }
  footer .footer .address::before {
    height: 65px;
    width: 65px;
  }
  footer .footer .logos {
    gap: 35px;
  }
  footer .footer .logos > * {
    width: 160px;
  }
}
@media (min-width: 900px) {
  footer .footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 40px 45px;
    gap: 0px;
  }
  footer .footer .address {
    gap: 25px;
    flex-direction: row;
    text-align: left;
  }
  footer .footer .address::before {
    height: 75px;
    width: 75px;
  }
  footer .footer .logos {
    gap: 30px;
  }
  footer .footer .logos > * {
    width: 140px;
  }
}
@media (min-width: 1200px) {
  footer .footer {
    padding: 40px 65px;
  }
  footer .footer .address::before {
    height: 95px;
    width: 95px;
  }
  footer .footer .logos {
    gap: 35px;
  }
  footer .footer .logos > * {
    width: 160px;
  }
}

body.error404 .wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
body.error404 .wrapper main {
  padding: 160px 40px 100px;
  height: 100%;
}
@media (min-width: 650px) {
  body.error404 .wrapper main {
    padding: 220px 10vw 160px;
  }
}
@media (min-width: 900px) {
  body.error404 .wrapper main {
    padding: 245px 22vw 160px;
  }
}
body.error404 .wrapper main section {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #374a83;
  color: #ffffff;
  padding: 30px;
}
@media (min-width: 650px) {
  body.error404 .wrapper main section {
    padding: 40px;
  }
}
@media (min-width: 900px) {
  body.error404 .wrapper main section {
    padding: 60px;
    gap: 30px;
  }
}

body.page-template-home-template main {
  padding-top: 0px;
  text-align: center;
}
body.page-template-home-template main #hero #img_slider img {
  width: 100%;
  height: 70vw;
}
body.page-template-home-template main #hero .caption {
  text-align: left;
  padding: 20px 0;
}
body.page-template-home-template main #hero .caption .slick-slide {
  overflow: hidden;
}
body.page-template-home-template main #hero .caption p {
  display: inline-block;
  margin-left: 8vw;
  padding: 0 0.5em;
  color: #f14b04;
  font-size: 26px;
}
body.page-template-home-template main #hero .caption p.inslide {
  background: #e4edf1;
  position: relative;
}
body.page-template-home-template main #hero .caption p.inslide::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 10px;
  left: -8vw;
  height: 14px;
  width: calc(100vw - 16px);
  background-image: url("../bd-theme/img/hero_squiggle_xm.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
@media (min-width: 420px) {
  body.page-template-home-template main #hero .caption p {
    margin-left: 12vw;
  }
  body.page-template-home-template main #hero .caption p.inslide::before {
    left: -12vw;
  }
}
@media (min-width: 650px) {
  body.page-template-home-template main #hero #img_slider img {
    height: 52vw;
  }
  body.page-template-home-template main #hero .caption {
    margin-top: -121px;
  }
  body.page-template-home-template main #hero .caption p {
    font-size: 32px;
    margin-left: 35vw;
  }
  body.page-template-home-template main #hero .caption p.inslide {
    margin-top: 121px;
  }
  body.page-template-home-template main #hero .caption p.inslide::before {
    bottom: 15px;
    left: -35vw;
    height: 121px;
    width: calc(100vw - 24px);
    background-image: url("../bd-theme/img/hero_squiggle_m.png");
    background-position: left calc(-645px + 35vw) center;
    z-index: -1;
  }
}
@media (min-width: 900px) {
  body.page-template-home-template main #hero #img_slider img {
    height: 50vw;
  }
  body.page-template-home-template main #hero .caption {
    padding: 25px 0;
  }
  body.page-template-home-template main #hero .caption p {
    font-size: 40px;
  }
  body.page-template-home-template main #hero .caption p.inslide::before {
    width: calc(100vw - 32px);
    height: 150px;
    background-position: left calc(-795px + 35vw) center;
  }
}
@media (min-width: 1200px) {
  body.page-template-home-template main #hero #img_slider img {
    height: 38vw;
  }
  body.page-template-home-template main #hero .caption {
    padding: 35px 0;
  }
  body.page-template-home-template main #hero .caption p {
    font-size: 46px;
    margin-left: 50vw;
  }
  body.page-template-home-template main #hero .caption p.inslide::before {
    width: calc(100vw - 32px);
    left: -50vw;
    height: 150px;
    background-image: url("../bd-theme/img/hero_squiggle.png");
    background-position: left calc(-645px + 35vw) center;
  }
}
@media (min-width: 1500px) {
  body.page-template-home-template main #hero .caption {
    margin-top: -200px;
  }
  body.page-template-home-template main #hero .caption p {
    font-size: 48px;
  }
  body.page-template-home-template main #hero .caption p.inslide {
    margin-top: 200px;
  }
  body.page-template-home-template main #hero .caption p.inslide::before {
    height: 200px;
    background-position: left calc(-845px + 35vw) center;
  }
}
@media (min-width: 1800px) {
  body.page-template-home-template main #hero .caption {
    margin-top: -240px;
  }
  body.page-template-home-template main #hero .caption p.inslide {
    margin-top: 240px;
  }
  body.page-template-home-template main #hero .caption p.inslide::before {
    height: 240px;
    background-position: left calc(-1005px + 35vw) center;
  }
}
body.page-template-home-template main #overview {
  display: flex;
  justify-content: center;
}
body.page-template-home-template main #overview .wrap {
  padding: 60px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  background-image: url("../bd-theme/img/bd_mark_navy.svg");
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: 110% 9%;
}
body.page-template-home-template main #overview .wrap h1 {
  color: #f47843;
  font-size: 30px;
  line-height: 1.1;
}
body.page-template-home-template main #overview .wrap h2 {
  font-size: 24px;
}
@media (min-width: 500px) {
  body.page-template-home-template main #overview .wrap {
    padding: 80px 35px;
    background-position: 102% 9%;
  }
}
@media (min-width: 650px) {
  body.page-template-home-template main #overview .wrap {
    padding: 100px 12vw;
    background-position: 102% 9%;
    background-size: 280px;
    background-position: 95% 20%;
  }
  body.page-template-home-template main #overview .wrap h1 {
    font-size: 36px;
  }
  body.page-template-home-template main #overview .wrap h2 {
    font-size: 28px;
  }
}
@media (min-width: 900px) {
  body.page-template-home-template main #overview .wrap {
    padding: 130px 14vw;
    background-size: 320px;
    background-position: 92% 20%;
  }
  body.page-template-home-template main #overview .wrap h1 {
    font-size: 42px;
  }
  body.page-template-home-template main #overview .wrap h2 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  body.page-template-home-template main #overview .wrap {
    max-width: calc(940px + 32vw);
    padding: 160px 16vw;
    background-size: 360px;
    background-position: 89% 30%;
  }
  body.page-template-home-template main #overview .wrap h1 {
    font-size: 48px;
  }
  body.page-template-home-template main #overview .wrap h2 {
    font-size: 34px;
  }
}
body.page-template-home-template main #stats {
  background-color: #abbfd9;
}
body.page-template-home-template main #stats .stat {
  display: flex;
  flex-direction: column-reverse;
}
body.page-template-home-template main #stats .stat .img {
  position: relative;
}
body.page-template-home-template main #stats .stat .img img {
  aspect-ratio: 1;
}
body.page-template-home-template main #stats .stat .copy {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body.page-template-home-template main #stats .stat .copy h3 {
  font-size: 30px;
}
@media (max-width: 500px) {
  body.page-template-home-template main #stats .stat .img {
    padding: 40px 15vw;
  }
  body.page-template-home-template main #stats .stat .copy {
    padding: 0 40px 40px;
  }
}
@media (min-width: 500px) and (max-width: 650px) {
  body.page-template-home-template main #stats .stat .img {
    padding: 50px 20vw;
  }
  body.page-template-home-template main #stats .stat .copy {
    padding: 0 20vw 40px;
  }
  body.page-template-home-template main #stats .stat .copy h3 {
    font-size: 34px;
  }
}
@media (max-width: 650px) {
  body.page-template-home-template main #stats .stat:nth-of-type(odd) .img {
    margin-top: 20px;
  }
  body.page-template-home-template main #stats .stat:nth-of-type(odd) .img::after {
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-image: url("../bd-theme/img/stats_squiggle_M.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (max-width: 1200px) {
  body.page-template-home-template main #stats .stat .img img {
    border-radius: 100%;
  }
  body.page-template-home-template main #stats .stat:nth-of-type(odd) {
    background-color: #e4edf1;
  }
}
@media (min-width: 650px) and (max-width: 1200px) {
  body.page-template-home-template main #stats .stat {
    display: flex;
    flex-direction: row;
  }
  body.page-template-home-template main #stats .stat .copy, body.page-template-home-template main #stats .stat .img {
    width: 50%;
    aspect-ratio: 1;
    padding: 5vw;
  }
  body.page-template-home-template main #stats .stat .copy h3 {
    font-size: 36px;
  }
  body.page-template-home-template main #stats .stat:nth-of-type(odd) {
    position: relative;
  }
  body.page-template-home-template main #stats .stat:nth-of-type(odd) .img img {
    border-radius: 100%;
  }
  body.page-template-home-template main #stats .stat:nth-of-type(odd)::before {
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url("../bd-theme/img/stats_squiggle.png");
    background-size: contain;
    width: 100%;
    height: 100%;
  }
  body.page-template-home-template main #stats .stat:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  body.page-template-home-template main #stats .stat:nth-of-type(even) .img {
    padding: 0px;
  }
  body.page-template-home-template main #stats .stat:nth-of-type(even) .img img {
    border-radius: 0px;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  body.page-template-home-template main #stats .stat .copy {
    padding: 10vw;
  }
  body.page-template-home-template main #stats .stat .copy h3 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  body.page-template-home-template main #stats {
    display: flex;
    flex-wrap: wrap;
  }
  body.page-template-home-template main #stats .stat {
    display: flex;
    flex-direction: row;
    width: 50%;
  }
  body.page-template-home-template main #stats .stat .copy, body.page-template-home-template main #stats .stat .img {
    width: 50%;
    aspect-ratio: 1;
  }
  body.page-template-home-template main #stats .stat .copy {
    padding: 0 3vw;
  }
  body.page-template-home-template main #stats .stat .copy h3 {
    font-size: 34px;
  }
  body.page-template-home-template main #stats .stat:nth-of-type(4n+0), body.page-template-home-template main #stats .stat:nth-of-type(4n-3) {
    position: relative;
    background-color: #e4edf1;
  }
  body.page-template-home-template main #stats .stat:nth-of-type(4n+0) .img, body.page-template-home-template main #stats .stat:nth-of-type(4n-3) .img {
    padding: 2.5vw;
  }
  body.page-template-home-template main #stats .stat:nth-of-type(4n+0) .img img, body.page-template-home-template main #stats .stat:nth-of-type(4n-3) .img img {
    border-radius: 100%;
  }
  body.page-template-home-template main #stats .stat:nth-of-type(4n+0)::before, body.page-template-home-template main #stats .stat:nth-of-type(4n-3)::before {
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url("../bd-theme/img/stats_squiggle.png");
    background-size: contain;
    width: 100%;
    height: 100%;
  }
  body.page-template-home-template main #stats .stat:nth-of-type(4n-1), body.page-template-home-template main #stats .stat:nth-of-type(4n) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1800px) {
  body.page-template-home-template main #stats .stat .copy h3 {
    font-size: 48px;
  }
}
body.page-template-home-template main #gallery {
  width: 100%;
  overflow: hidden;
  padding: 40px 0 0;
}
body.page-template-home-template main #gallery .img {
  padding: 0 20px;
}
body.page-template-home-template main #gallery .img img {
  aspect-ratio: 1.75;
  width: 100%;
}
@media (min-width: 900px) {
  body.page-template-home-template main #gallery {
    padding: 60px 0 0;
  }
  body.page-template-home-template main #gallery .img {
    padding: 0 40px;
  }
}
body.page-template-home-template main #gallery .slick-slide:not(.slick-current) .caption {
  opacity: 0;
  transition: opacity 0.25s ease;
}
body.page-template-home-template main #gallery button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 20px;
  color: transparent;
  display: block;
  border: none;
  background-color: transparent;
  background-image: url("../bd-theme/img/next.svg");
  height: 35px;
  width: 35px;
  transform: translate(0, -50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
body.page-template-home-template main #gallery button.slick-prev {
  transform: translate(0, -50%) rotate(180deg);
  right: auto;
  left: 20px;
}
@media (min-width: 900px) {
  body.page-template-home-template main #gallery button {
    right: 60px;
  }
  body.page-template-home-template main #gallery button.slick-prev {
    left: 60px;
  }
}
body.page-template-retail-template main {
  text-align: center;
}
body.page-template-retail-template main #title {
  color: #ffffff;
}
body.page-template-retail-template main #signed {
  padding: 55px 12px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
body.page-template-retail-template main #signed h2 {
  color: #f14b04;
}
body.page-template-retail-template main #signed ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
body.page-template-retail-template main #signed ul li {
  aspect-ratio: 1;
  border-radius: 100%;
  width: 100%;
  max-width: 300px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-retail-template main #signed ul li img {
  width: 65%;
  height: 50%;
  object-fit: contain;
}
@media (min-width: 500px) {
  body.page-template-retail-template main #signed ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body.page-template-retail-template main #signed ul li {
    width: calc(50% - 6px);
  }
}
@media (min-width: 650px) {
  body.page-template-retail-template main #signed {
    padding: 90px 30px 50px;
    gap: 40px;
  }
  body.page-template-retail-template main #signed h2 {
    font-size: 40px;
  }
  body.page-template-retail-template main #signed ul {
    gap: 20px;
  }
  body.page-template-retail-template main #signed ul li {
    width: calc(50% - 10px);
  }
}
@media (min-width: 900px) {
  body.page-template-retail-template main #signed {
    padding: 120px 50px 70px;
    gap: 60px;
  }
  body.page-template-retail-template main #signed h2 {
    font-size: 48px;
  }
  body.page-template-retail-template main #signed ul {
    gap: 30px;
  }
  body.page-template-retail-template main #signed ul li {
    width: calc(33.3% - 20px);
  }
}
@media (min-width: 1200px) {
  body.page-template-retail-template main #signed {
    padding: 140px 60px 80px;
    gap: 70px;
  }
  body.page-template-retail-template main #signed ul {
    gap: 50px;
  }
  body.page-template-retail-template main #signed ul li {
    width: calc(25% - 38px);
  }
}
body.page-template-retail-template main #availability {
  padding: 55px 12px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  overflow: hidden;
}
body.page-template-retail-template main #availability .title {
  position: relative;
  z-index: 1;
}
body.page-template-retail-template main #availability .title h2 {
  font-size: 32px;
}
body.page-template-retail-template main #availability .title::after {
  display: block;
  content: "";
  position: absolute;
  top: -45px;
  left: -67px;
  height: 100px;
  width: 100px;
  background-image: url("../bd-theme/img/bd_mark_navy.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
body.page-template-retail-template main #availability img {
  wdith: 100%;
}
@media (min-width: 650px) {
  body.page-template-retail-template main #availability {
    padding: 90px 30px 30px;
    gap: 40px;
  }
  body.page-template-retail-template main #availability .title h2 {
    font-size: 40px;
  }
  body.page-template-retail-template main #availability .title::after {
    top: -65px;
    left: -95px;
    height: 140px;
    width: 140px;
  }
}
@media (min-width: 900px) {
  body.page-template-retail-template main #availability {
    padding: 120px 30px 30px;
    gap: 60px;
  }
  body.page-template-retail-template main #availability .title h2 {
    font-size: 48px;
  }
  body.page-template-retail-template main #availability .title::after {
    top: -80px;
    left: -115px;
    height: 170px;
    width: 170px;
  }
}
@media (min-width: 1200px) {
  body.page-template-retail-template main #availability {
    padding: 140px 30px 30px;
    gap: 70px;
  }
  body.page-template-retail-template main #availability .title::after {
    top: -85px;
    left: -125px;
    height: 185px;
    width: 185px;
  }
}

body.page-template-location-template main {
  text-align: center;
}
body.page-template-location-template main #title::after {
  background-image: url("../bd-theme/img/hero_sub_squiggle_ltred.png");
}
body.page-template-location-template main #overview {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 40px 0 0;
}
body.page-template-location-template main #overview .copy {
  padding: 0 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: #ffffff;
}
body.page-template-location-template main #overview .copy h2 {
  font-size: 36px;
}
body.page-template-location-template main #overview .copy img {
  width: 50px;
}
body.page-template-location-template main #overview .img img {
  width: 100%;
}
@media (min-width: 500px) {
  body.page-template-location-template main #overview {
    padding: 60px;
    gap: 60px;
  }
  body.page-template-location-template main #overview .copy {
    padding: 0px;
    gap: 30px;
  }
  body.page-template-location-template main #overview .copy h2 {
    font-size: 36px;
    max-width: 440px;
  }
}
@media (min-width: 650px) {
  body.page-template-location-template main #overview {
    padding: 60px 100px;
    gap: 60px;
  }
  body.page-template-location-template main #overview .copy h2 {
    font-size: 40px;
    max-width: 480px;
  }
}
@media (min-width: 900px) {
  body.page-template-location-template main #overview {
    flex-direction: row-reverse;
    padding: 20px 6vw 20px 20px;
    gap: 6vw;
  }
  body.page-template-location-template main #overview .img {
    width: 45%;
  }
  body.page-template-location-template main #overview .copy {
    width: 55%;
    gap: 40px;
    padding: 0px;
  }
  body.page-template-location-template main #overview .copy h2 {
    font-size: 42px;
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  body.page-template-location-template main #overview .copy h2 {
    font-size: 48px;
    max-width: 440px;
  }
}
@media (min-width: 1500px) {
  body.page-template-location-template main #overview .copy h2 {
    font-size: 58px;
    max-width: 540px;
  }
}
body.page-template-location-template main #stats {
  background-color: #abbfd9;
  display: flex;
  flex-direction: column;
}
body.page-template-location-template main #stats .stat {
  background: #abbfd9;
  padding: 8%;
}
body.page-template-location-template main #stats .stat .copy {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  aspect-ratio: 1;
  border-radius: 100%;
  padding: 0 40px;
  background: #e4edf1;
  color: #f14b04;
}
body.page-template-location-template main #stats .stat .copy h3 {
  font-size: 28px;
}
body.page-template-location-template main #stats .stat .logo {
  background-image: url("../bd-theme/img/bd_mark_buffer50.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  aspect-ratio: 1;
  border-radius: 100%;
}
body.page-template-location-template main #stats .stat .logo img {
  width: 70%;
}
body.page-template-location-template main #stats .stat:nth-of-type(even) {
  background: #e4edf1;
}
body.page-template-location-template main #stats .stat:nth-of-type(even) .copy {
  background: #374a83;
  color: #ffffff;
}
@media (min-width: 500px) {
  body.page-template-location-template main #stats .stat {
    padding: 12%;
  }
  body.page-template-location-template main #stats .stat .copy {
    padding: 0 15%;
  }
  body.page-template-location-template main #stats .stat .copy h3 {
    font-size: 32px;
  }
}
@media (min-width: 650px) {
  body.page-template-location-template main #stats {
    flex-direction: row;
    flex-wrap: wrap;
  }
  body.page-template-location-template main #stats .stat {
    width: 50%;
    padding: 6%;
  }
  body.page-template-location-template main #stats .stat .copy {
    padding: 0 8%;
  }
  body.page-template-location-template main #stats .stat .copy h3 {
    font-size: 28px;
  }
}
@media (min-width: 650px) and (max-width: 1200px) {
  body.page-template-location-template main #stats .stat:nth-of-type(3) {
    background: #e4edf1;
  }
  body.page-template-location-template main #stats .stat:nth-of-type(3) .copy {
    background: #374a83;
    color: #ffffff;
  }
  body.page-template-location-template main #stats .stat:nth-of-type(4) {
    background: #abbfd9;
  }
  body.page-template-location-template main #stats .stat:nth-of-type(4) .copy {
    background: #e4edf1;
    color: #f14b04;
  }
}
@media (min-width: 900px) {
  body.page-template-location-template main #stats .stat .copy {
    padding: 0 3vw;
  }
  body.page-template-location-template main #stats .stat .copy h3 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  body.page-template-location-template main #stats .stat {
    width: 33.33%;
    padding: 5%;
  }
  body.page-template-location-template main #stats .stat .copy h3 {
    font-size: 27px;
  }
}
body.page-template-location-template main #map {
  padding: 30px;
}
body.page-template-location-template main #map #mapInit {
  width: 100%;
  height: 600px;
  border: 8px solid #2c407c;
}
body main.blog #title::after {
  background-image: url("../bd-theme/img/hero_sub_squiggle_red.png");
}
@media (min-width: 500px) {
  body main.blog #title {
    overflow: visible;
  }
}
body main.blog #bloglist, body main.blog #blogpost {
  padding: 36px 36px 60px;
}
body main.blog #bloglist .wrap, body main.blog #blogpost .wrap {
  max-width: 800px;
}
@media (min-width: 500px) {
  body main.blog #bloglist, body main.blog #blogpost {
    padding: 50px 36px 60px;
  }
}
@media (min-width: 650px) {
  body main.blog #bloglist, body main.blog #blogpost {
    padding: 50px 50px 100px;
  }
}
@media (min-width: 900px) {
  body main.blog #bloglist, body main.blog #blogpost {
    padding: 50px 80px 100px;
  }
}
@media (min-width: 1200px) {
  body main.blog #bloglist, body main.blog #blogpost {
    padding: 50px 120px 120px;
  }
}
@media (min-width: 1500px) {
  body main.blog #bloglist, body main.blog #blogpost {
    padding: 50px 140px 140px;
  }
}
body main.blog #bloglist ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
body main.blog #bloglist ul li a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
}
body main.blog #bloglist ul li a:hover h2, body main.blog #bloglist ul li a:hover .more {
  text-decoration: none;
}
body main.blog #bloglist ul li a:hover h2 {
  color: #f14b04;
}
body main.blog #bloglist ul li a:hover .more {
  text-decoration: underline;
  text-decoration-color: #f14b04;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
body main.blog #bloglist ul li a p {
  font-family: "ff-good-web-pro-extra-conden", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05em;
}
body main.blog #bloglist ul li a .more {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
body main.blog #bloglist ul li a .more::after {
  display: block;
  content: "";
  height: 12px;
  width: 30px;
  background-image: url("../bd-theme/img/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 650px) {
  body main.blog #bloglist ul {
    gap: 60px;
  }
}
@media (min-width: 900px) {
  body main.blog #bloglist ul .date {
    font-size: 24px;
  }
}
body main.blog #bloglist .pagination {
  display: flex;
  gap: 15px;
  padding-top: 60px;
  font-family: "ff-good-web-pro-extra-conden", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
body main.blog #bloglist .pagination .current {
  text-decoration: underline;
  text-decoration-color: #f14b04;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
body main.blog #bloglist .pagination .next, body main.blog #bloglist .pagination .prev {
  display: flex;
  align-items: center;
  gap: 8px;
}
body main.blog #bloglist .pagination .next::after, body main.blog #bloglist .pagination .prev::before {
  display: block;
  content: "";
  height: 12px;
  width: 30px;
  background-image: url("../bd-theme/img/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
body main.blog #bloglist .pagination .prev::before {
  transform: rotate(180deg);
}
body main.blog #bloglist .pagination a {
  text-decoration: none;
}
body main.blog #bloglist .pagination a:hover {
  text-decoration: underline;
  text-decoration-color: #f14b04;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
@media (min-width: 650px) {
  body main.blog #bloglist .pagination {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  body main.blog #bloglist .pagination {
    padding-top: 100px;
  }
}
@media (min-width: 1500px) {
  body main.blog #bloglist .pagination {
    padding-top: 120px;
  }
}
body main.blog #blogpost .date {
  padding-bottom: 5px;
  font-family: "ff-good-web-pro-extra-conden", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05em;
}
body main.blog #blogpost h2 {
  margin-bottom: 40px;
}
body main.blog #blogpost .image {
  margin-bottom: 40px;
}
body main.blog #blogpost .content {
  font-family: "ff-good-web-pro-extra-conden", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05em;
}
body main.blog #blogpost .content h1, body main.blog #blogpost .content h2, body main.blog #blogpost .content h3, body main.blog #blogpost .content h4, body main.blog #blogpost .content h5, body main.blog #blogpost .content h6, body main.blog #blogpost .content p, body main.blog #blogpost .content a {
  margin-bottom: 15px;
}
body main.blog #blogpost .content p {
  font-weight: 500;
}
@media (min-width: 900px) {
  body main.blog #blogpost .date {
    font-size: 24px;
  }
}