@charset "UTF-8";
body {
  color: #2f3235;
  font-family: "Source Sans Pro", serif;
}

.__bjp-cnt {
  /*Template-Main-Styles*/
  --bite-template-text-font-size: 15px;
  --bite-template-text-line-height: 1.5;
  --bite-template-text-print-font-size: 15px;
  --bite-template-text-color: #2f3235;
  --bite-template-min-width: 300px;
  --bite-template-max-width: 1000px;
  --bite-template-box-shadow: 0 0 5px #999;
  --bite-template-margin: 1rem auto 12rem;
  --bite-template-padding: 0;
  --bite-template-overflow: hidden;
  /*Header Styles*/
  --bite-template-header-padding: 0 0 1rem;
  --bite-template-header-margin: 0;
  --bite-template-header-overflow: hidden;
  --bite-template-header-position: relative;
  --bite-template-header-z-index: 0;
  /*Content Styles*/
  --bite-template-content-padding: 0;
  --bite-template-content-margin: 0;
  --bite-template-content-overflow: hidden;
  --bite-template-content-position: relative;
  --bite-template-content-z-index: 0;
  /*Footer Styles*/
  --bite-template-footer-padding: 3rem 4%;
  --bite-template-footer-margin: 0;
  --bite-template-footer-overflow: hidden;
  --bite-template-footer-position: relative;
  --bite-template-footer-z-index: 0;
  /*Banner Img*/
  --bite-template-banner-img-padding: 0;
  --bite-template-banner-img-margin: 0;
  --bite-template-banner-img-width: 100%;
  --bite-template-banner-img-display: block;
  --bite-template-banner-img-position: relative;
  --bite-template-banner-img-z-index: 0;
  --bite-template-banner-img-top: 0;
  --bite-template-banner-img-right: 0;
  --bite-template-banner-img-bottom: 0;
  --bite-template-banner-img-left: 0;
  /*Logo Img*/
  --bite-template-logo-img-padding: 0;
  --bite-template-logo-img-margin: 0 5% 1rem auto;
  --bite-template-logo-img-width: 20%;
  --bite-template-logo-img-display: block;
  --bite-template-logo-img-position: relative;
  --bite-template-logo-img-z-index: 0;
  --bite-template-logo-img-top: 0;
  --bite-template-logo-img-right: 0;
  --bite-template-logo-img-bottom: 0;
  --bite-template-logo-img-left: 0;
  /*Ul List Styles*/
  --bite-ul-list-arrow-type: "•";
  --bite-ul-list-padding: 0;
  --bite-ul-list-font-size: 15px;
  --bite-ul-list-margin: 0 0 0 5px;
  --bite-ul-list-item-padding: 0 0 0 0.5rem;
  --bite-ul-list-item-margin: 0;
  /*Headline1 Styles*/
  --bite-template-h1-font-size: 35px;
  --bite-template-h1-tablet-font-size: 28px;
  --bite-template-h1-mobile-font-size: 22px;
  --bite-template-h1-print-font-size: 25px;
  --bite-template-h1-margin: 0;
  --bite-template-h1-color: #0069b4;
  /*Headline2 Styles*/
  --bite-template-h2-font-size: 20px;
  --bite-template-h2-tablet-font-size: 20px;
  --bite-template-h2-mobile-font-size: 17px;
  --bite-template-h2-print-font-size: 18px;
  --bite-template-h2-margin: 1.5rem 0 1rem;
  --bite-template-h2-color: #0069b4;
  /*Headline3 Styles*/
  --bite-template-h3-font-size: 18px;
  --bite-template-h3-tablet-font-size: 18px;
  --bite-template-h3-mobile-font-size: 15px;
  --bite-template-h3-print-font-size: 16px;
  --bite-template-h3-padding: 0;
  --bite-template-h3-margin: 1rem 0 0;
  --bite-template-h3-color: #0069b4;
}
.__bjp-cnt * {
  word-break: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.__bjp-cnt * a, .__bjp-cnt * a:visited, .__bjp-cnt * a:link {
  color: #0069b4;
  text-decoration: none;
}
.__bjp-cnt p {
  margin: 0;
}
.__bjp-cnt--italic {
  font-style: italic;
}
.__bjp-cnt .intro {
  text-align: justify;
  margin-bottom: 1.5rem;
  padding: 0 4%;
}
.__bjp-cnt--title-wrapper {
  padding: 0 4%;
}
.__bjp-cnt--underline {
  text-decoration: underline;
  color: #0069b4;
}
.__bjp-cnt--flex-v1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 2% 0 4%;
}
.__bjp-cnt--flex-v1--left {
  width: 65%;
}
.__bjp-cnt--flex-v1--right {
  width: 30%;
  position: relative;
}
.__bjp-cnt--flex-v1--right:before {
  content: "";
  height: 100%;
  width: 1px;
  top: 1.5rem;
  left: -7%;
  background: #0069b4;
  position: absolute;
}
.__bjp-cnt--flex-v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.__bjp-cnt--flex-v2--icon {
  width: 33%;
}
.__bjp-cnt--social-icons--in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
  gap: 5px;
}
.__bjp-cnt--social-icons--in img {
  width: 35px;
}
.__bjp-cnt--map-block {
  max-width: 250px;
}
.__bjp-cnt--ul-custom ul {
  counter-reset: list-bullet-points-circle;
  padding: 0 0 0 1.5rem;
  margin: 0;
}
.__bjp-cnt--ul-custom ul li {
  margin: 0 0 0 0;
  position: relative;
  list-style-type: none;
  font-size: 15px;
}
.__bjp-cnt--ul-custom ul li:before {
  content: "•";
  position: absolute;
  color: #2f3235;
  left: -0.8rem;
  top: -4px;
  font-size: 18px;
  vertical-align: text-top;
  counter-increment: list-bullet-points-circle;
}
.__bjp-cnt--footer--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 1.5rem;
}
.__bjp-cnt--footer--top img {
  max-width: 23%;
  max-height: 120px;
}
.__bjp-cnt--footer--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 3rem 0 0;
}
@media screen and (max-width: 768px) {
  .__bjp-cnt--flex-v1 {
    padding: 0 4%;
  }
  .__bjp-cnt--flex-v1--left {
    width: 100%;
  }
  .__bjp-cnt--flex-v1--right {
    width: 100%;
    position: relative;
  }
  .__bjp-cnt--flex-v1--right:before {
    width: 0;
    height: 0;
  }
  .__bjp-cnt--flex-v2--icon {
    width: 48%;
  }
}
@media screen and (max-width: 568px) {
  .__bjp-cnt--footer--top img {
    max-width: 40%;
  }
}

/*buttons*/
.button_controls {
  --bite-template-btn-text-color: #ffffff;
  --bite-template-btn-bg-color: #0069b4;
  --bite-template-btn-border-color: #0069b4;
  --bite-template-btn-text-hover-color: #ffffff;
  --bite-template-btn-bg-hover-color: #0069b4;
  --bite-template-btn-border-hover-color: #0069b4;
}

@media print {
  @page {
    margin: 1rem 0;
  }
  @page :first {
    margin-top: 0;
  }
  body {
    margin: 0;
  }
  body * {
    -webkit-print-color-adjust: exact;
            color-adjust: exact;
  }
}