.coh-style-bc-main-menu--close-button {
  height: 25px;
  display: none;
  width: 25px;
  position: absolute;
  top: -10px;
  z-index: 0;
  left: -10px;
}
@media (min-width: 1440px) {
  .coh-style-bc-main-menu--close-button {
    display: none;
  }
}
.coh-style-bc-main-menu--close-button:hover {
  opacity: 1;
}
.coh-style-bc-main-menu--close-button:before {
  height: 25px;
  content: "";
  background-color: rgb(0, 173, 187);
  width: 2px;
  position: absolute;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  left: 15px;
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
}
.coh-style-bc-main-menu--close-button:after {
  height: 25px;
  width: 2px;
  position: absolute;
  background-color: rgb(0, 173, 187);
  content: "";
  left: 15px;
  -webkit-transform: rotateZ(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotateZ(-45deg);
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.coh-style-bc-canvas-menu-close.coh-style-bc-main-menu--close-button {
  display: inline-block;
}
.coh-style-bc-horizontal-card, .coh-style-bc--horizontal-card--container, .coh-style-bc-horizontal-card--icon-container, .coh-style-bc--horizontal-card--container-no-icon {
  position: relative;
}
.coh-style-bc-horizontal-card .card-link:after, .coh-style-bc--horizontal-card--container .card-link:after, .coh-style-bc-horizontal-card--icon-container .card-link:after, .coh-style-bc--horizontal-card--container-no-icon .card-link:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  content: "";
}
.coh-style-bc--horizontal-card--container-no-icon {
  padding: 25px;
  padding-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .coh-style-bc--horizontal-card--container-no-icon {
    padding: 30px;
    padding-right: 30px;
  }
}
.row.coh-style-bc--horizontal-card--container-no-icon .coh-style-bc-horizontal-card--icon-container {
  height: 48px;
  width: 48px;
  margin-right: 20px;
}
.column.coh-style-bc--horizontal-card--container-no-icon {
  min-height: auto;
}
@media (min-width: 1024px) {
  .column.coh-style-bc--horizontal-card--container-no-icon {
    min-height: 258px;
  }
}
@media (min-width: 1440px) {
  .column.coh-style-bc--horizontal-card--container-no-icon {
    min-height: 230px;
  }
}
@media (min-width: 1024px) {
  .column.coh-style-bc--horizontal-card--container-no-icon .coh-style-bc-horizontal-card--icon-container {
    margin-bottom: 25px;
  }
}
.coh-style-bc--horizontal-card--container-no-icon p {
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 1024px) {
  .coh-style-bc--horizontal-card--container-no-icon p {
    text-align: center;
  }
}
.coh-style-bc--horizontal-card--container-no-icon .coh-style-bc-horizontal-card--icon-container {
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .coh-style-bc--horizontal-card--container-no-icon .coh-style-bc-horizontal-card--icon-container {
    margin-right: 0;
  }
}
.coh-style-bc-horizontal-card--icon-container {
  height: 50px;
  width: 50px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .coh-style-bc-horizontal-card--icon-container {
    height: 72px;
    width: 72px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.coh-style-bc--horizontal-card--container {
  padding: 25px;
  padding-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .coh-style-bc--horizontal-card--container {
    padding: 30px;
    padding-right: 30px;
  }
}
.coh-style-bc--horizontal-card--container:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
  font-family: icomoon;
  position: absolute;
  top: 55%;
  right: 25px;
  margin-left: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 25px;
}
@media (min-width: 1024px) {
  .coh-style-bc--horizontal-card--container:after {
    right: 30px;
    margin-left: 20px;
    top: 42%;
    font-size: 20px;
  }
}
.coh-style-bc--horizontal-card--container:hover {
  color: rgb(35, 82, 124);
}
.coh-style-bc--horizontal-card--container:hover:after {
  color: rgb(35, 82, 124);
}
.row.coh-style-bc--horizontal-card--container .coh-style-bc-horizontal-card--icon-container {
  height: 48px;
  width: 48px;
}
.column.coh-style-bc--horizontal-card--container {
  min-height: auto;
}
@media (min-width: 1024px) {
  .column.coh-style-bc--horizontal-card--container {
    min-height: 225px;
  }
}
.column.coh-style-bc--horizontal-card--container .coh-style-bc-horizontal-card--icon-container {
  margin-bottom: 25px;
}
.coh-style-bc--horizontal-card--container p {
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding-right: 10px;
}
.coh-style-bc--horizontal-card--container p:hover {
  color: rgb(35, 82, 124);
}
.coh-style-bc-footer--social-icons {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  font-size: 30px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 1024px) {
  .coh-style-bc-footer--social-icons {
    margin-top: 5px;
  }
}
.coh-style-bc-footer--social-icons li {
  padding-left: 0;
  margin-right: 24px;
  margin-bottom: 0;
  margin-left: 0;
}
@media (min-width: 1024px) {
  .coh-style-bc-footer--social-icons li {
    margin-right: 0;
    margin-bottom: 24px;
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .coh-style-bc-footer--social-icons li {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    list-style-type: none;
  }
}
.coh-style-bc-footer--social-icons li:before {
  display: none;
}
.coh-style-bc-footer--social-icons li a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-style-bc-footer--social-icons li a.facebook {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-family: icomoon;
}
.coh-style-bc-footer--social-icons li a.twitter {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  font-family: icomoon;
}
.coh-style-bc-footer--social-icons li a.ok {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-family: icomoon;
}
.coh-style-bc-footer--social-icons li a.instagram {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  font-family: icomoon;
}
.coh-style-bc-footer--social-icons li a.vkontakte {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-family: icomoon;
}
.coh-style-bc-full-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  width: 290px;
  right: -290px;
  height: 100vh;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-bottom: 20px;
  background-color: rgb(0, 173, 187);
}
@media (min-width: 1024px) {
  .coh-style-bc-full-header {
    height: 156px;
    width: 100%;
    position: static;
    display: block;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0;
    background-color: rgb(255, 255, 255);
  }
}
.coh-style-bc-full-width-section {
  min-width: 100vw;
  margin-left: -webkit-calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);;
  max-width: 100%;
}
@media (min-width: 768px) {
  .coh-style-bc-gallery-slider .main-slider .coh-slider-nav-bottom {
    width: 100%;
    position: absolute;
    bottom: -9%;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .coh-style-bc-gallery-slider .main-slider .coh-slider-nav-bottom .slick-prev {
    position: absolute;
    left: -50px;
  }
}
@media (min-width: 768px) {
  .coh-style-bc-gallery-slider .main-slider .coh-slider-nav-bottom .slick-next {
    position: absolute;
    right: -50px;
  }
}
.coh-style-bc-gallery-slider .gallery-thumbnails {
  display: none;
}
@media (min-width: 1024px) {
  .coh-style-bc-gallery-slider .gallery-thumbnails {
    display: block;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-gallery-slider .gallery-thumbnails {
    display: block;
  }
}
@media (min-width: 1024px) {
  .coh-style-bc-gallery-slider .coh-style-slider-pagination {
    top: 0!important;
  }
}
.coh-style-bc-grey-text {
  color: rgb(204, 204, 204);
}
.coh-style-bc-grey-text p {
  line-height: 1.5;
}
.coh-style-bc-grey-text a {
  color: rgb(255, 255, 255);
}
.coh-style-bc-video-hero-banner--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
  margin-right: 20px;
  margin-left: 20px;
  width: auto;
}
@media (min-width: 768px) {
  .coh-style-bc-video-hero-banner--text {
    padding-top: 0;
    margin-right: 30px;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-video-hero-banner--text {
    margin-right: 100px;
    margin-left: 55px;
  }
}
.coh-style-bc-video-hero-banner--text .coh-style-paragraph-large {
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  padding-top: 30px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .coh-style-bc-video-hero-banner--text .coh-style-paragraph-large {
    font-family: 'Open Sans', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    line-height: 36px;
  }
}
.coh-style-bc-video-hero-banner--text p {
  font-size: 18px;
  line-height: 26px;
}
.coh-style-bc-hero-banner--image {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .coh-style-bc-hero-banner--image {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media (min-width: 1024px) {
  .coh-style-bc-hero-banner--image {
    -webkit-flex-basis: 41%;
        -ms-flex-preferred-size: 41%;
            flex-basis: 41%;
  }
}
@media (min-width: 1024px) {
  .coh-style-bc-hero-banner--image .coh-style-bc-image--desktop img {
    max-height: 700px;
    width: auto;
  }
}
.coh-style-bc-hero-banner--container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 865px;
}
@media (min-width: 768px) {
  .coh-style-bc-hero-banner--container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 763px;
  }
}
@media (min-width: 1024px) {
  .coh-style-bc-hero-banner--container {
    height: 700px;
    max-height: 700px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .banner-center-alignment.coh-style-bc-hero-banner--container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .banner-center-alignment.coh-style-bc-hero-banner--container .coh-style-bc-hero-banner--text {
    text-align: center;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 80px;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .banner-center-alignment.coh-style-bc-hero-banner--container .coh-style-bc-hero-banner--image img {
    max-height: 400px;
  }
}
@media (min-width: 768px) {
  .banner-center-alignment.coh-style-bc-hero-banner--container .button-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1024px) {
  .banner-center-alignment.coh-style-bc-hero-banner--container .coh-heading {
    max-width: 700px;
  }
}
.coh-style-bc-hero-banner--container .button-container {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .coh-style-bc-hero-banner--container .button-container {
    margin-bottom: 0;
  }
}
.coh-style-bc-hero-banner--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
  margin-right: 20px;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .coh-style-bc-hero-banner--text {
    padding-top: 30px;
    margin-right: 30px;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media (min-width: 1024px) {
  .coh-style-bc-hero-banner--text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-top: 50px;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-hero-banner--text {
    margin-right: 100px;
    margin-left: 55px;
    -webkit-flex-basis: 600px;
        -ms-flex-preferred-size: 600px;
            flex-basis: 600px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
  }
}
.coh-style-bc-hero-banner--text .coh-style-paragraph-large {
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  padding-top: 30px;
  line-height: 24px;
  color: rgb(255, 255, 255);
}
@media (min-width: 1024px) {
  .coh-style-bc-hero-banner--text .coh-style-paragraph-large {
    font-family: 'Open Sans', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    line-height: 36px;
  }
}
.coh-style-bc-hero-banner--text p {
  font-size: 18px;
  line-height: 26px;
}
.coh-style-bc-hero-banner--text h1 {
  font-size: 50px;
}
@media (min-width: 1024px) {
  .coh-style-bc-hero-banner--text h1 {
    font-size: 54px;
    letter-spacing: -1px;
  }
}
@media (min-width: 1600px) {
  .coh-style-bc-hero-banner--text h1 {
    font-size: 60px;
  }
}
.coh-style-bc-icon-list {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .coh-style-bc-icon-list {
    margin-bottom: 0;
  }
}
.coh-style-bc-footer-logo {
  width: 100%;
  height: auto;
  max-width: 140px;
}
.coh-style-bc-impact-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  min-height: 432px;
  padding: 20px;
}
@media (min-width: 1024px) {
  .coh-style-bc-impact-card {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-impact-card {
    padding: 45px;
  }
}
.coh-style-bc-intro-card {
  padding-top: 35px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
@media (min-width: 1024px) {
  .coh-style-bc-intro-card {
    padding: 45px;
  }
}
.coh-style-bc-intro-card .card-heading {
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 21px;
  line-height: 26px;
}
.coh-style-bc-intro-card .card-text {
  margin-bottom: 0;
}
.coh-style-bc-language-menu, .coh-style-bc-language-menu--list-item, .coh-style-bc-language-menu--wrapper {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .coh-style-bc-language-menu, .coh-style-bc-language-menu--list-item, .coh-style-bc-language-menu--wrapper {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.coh-style-bc-language-menu--wrapper {
  margin: 0;
}
.coh-style-bc-language-menu--list-item {
  list-style-type: none;
  list-style-type: none;
  margin: 0;
}
.coh-style-bc-leaflet-tab-button {
  color: rgb(0, 45, 93);
  font-size: 16px;
  font-family: 'Open Sans', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border-style: solid;
  border-color: rgb(0, 45, 93);
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-style-bc-leaflet-tab-button:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 45, 93);
  border-color: rgb(0, 45, 93);
}
.coh-style-bc-leaflet-tab-button:hover:before {
  color: rgb(255, 255, 255);
}
.coh-style-bc-leaflet-tab-button:before {
  font-size: 1.75rem;
  margin-right: 0.625rem;
}
.coh-style-bc-lifestyle--col1-text .coh-paragraph {
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
}
.coh-style-bc-lifestyle--col1-text .coh-wysiwyg {
  border-top-width: 2px;
  border-top-style: solid;
  padding-top: 30px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .coh-style-bc-lifestyle--col1-text .coh-wysiwyg {
    margin-right: 30px;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-lifestyle--col1-text .coh-wysiwyg {
    margin-right: 100px;
  }
}
.coh-style-bc-footer-menu, .coh-style-bc-footer-menu--bottom {
  list-style-type: none;
  margin-top: 24px;
  margin-bottom: 32px;
  margin-left: 10px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-filter: none;
          filter: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  row-gap: 20px;
  -webkit-column-width: 200px;
     -moz-column-width: 200px;
          column-width: 200px;
}
@media (min-width: 1024px) {
  .coh-style-bc-footer-menu, .coh-style-bc-footer-menu--bottom {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
.coh-style-bc-footer-menu li, .coh-style-bc-footer-menu--bottom li {
  list-style-type: none;
  text-decoration: none;
  line-height: 17px;
  margin-bottom: 20px;
  margin-left: 0;
  color: rgb(0, 45, 93);
  font-weight: bold;
}
@media (min-width: 1024px) {
  .coh-style-bc-footer-menu li, .coh-style-bc-footer-menu--bottom li {
    margin-left: 0;
  }
}
.coh-style-bc-footer-menu li:before, .coh-style-bc-footer-menu--bottom li:before {
  content: "";
  display: none;
}
.coh-style-bc-footer-menu li:active, .coh-style-bc-footer-menu--bottom li:active {
  text-decoration: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  outline-style: none;
}
.coh-style-bc-footer-menu li a, .coh-style-bc-footer-menu--bottom li a {
  text-decoration: none;
  font-size: 14px;
  font-family: 'Open Sans', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.coh-style-bc-footer-menu li a:active, .coh-style-bc-footer-menu--bottom li a:active {
  border-style: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-decoration: none;
}
.coh-style-bc-footer-menu li a:hover, .coh-style-bc-footer-menu--bottom li a:hover {
  text-decoration: underline;
}
.coh-style-bc-footer-menu li ul, .coh-style-bc-footer-menu--bottom li ul {
  margin-top: 20px;
  margin-right: 0;
  margin-left: 0;
}
.coh-style-bc-footer-menu li ul li, .coh-style-bc-footer-menu--bottom li ul li {
  font-family: 'Open Sans', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  font-weight: normal;
}
.coh-style-bc-footer-menu li ul li a, .coh-style-bc-footer-menu--bottom li ul li a {
  font-family: 'Open Sans', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
}
.coh-style-bc-footer-menu--bottom ul {
  display: none;
  margin-top: 12px;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 1024px) {
  .coh-style-bc-footer-menu--bottom ul {
    display: block;
    margin-top: 20px;
    margin-right: 48px;
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-footer-menu--bottom ul {
    margin-right: 80px;
  }
}
@media (min-width: 1600px) {
  .coh-style-bc-footer-menu--bottom ul {
    margin-right: 120px;
  }
}
.coh-style-bc-footer-menu--bottom ul li {
  font-family: 'Open Sans', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  line-height: 1.1;
  font-style: normal;
  text-decoration: none;
  word-wrap: break-word;
  padding-top: 0;
  margin-top: 24px;
  margin-left: 0;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.coh-style-bc-footer-menu--bottom ul li a {
  font-family: 'Open Sans', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
}
.coh-style-bc-footer-image-alignment {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.coh-style-bc-footer-image-alignment-left.coh-style-bc-footer-image-alignment {
  margin-right: auto;
  margin-left: 0;
}
.coh-style-bc-footer-image-alignment-right.coh-style-bc-footer-image-alignment {
  margin-right: 0;
  margin-left: auto;
}
.coh-style-bc-main-header {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: rgb(0, 173, 187);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .coh-style-bc-main-header {
    padding-top: 11px;
    padding-right: 20px;
    padding-bottom: 11px;
    padding-left: 20px;
    top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-shadow: 0 -10px 15px 5px;
            box-shadow: 0 -10px 15px 5px;
    background-color: rgb(255, 255, 255);
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-main-header {
    padding-top: 0;
    padding-right: 55px;
    padding-bottom: 0;
    padding-left: 55px;
  }
}
.coh-style-bc-feature-card {
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 25px;
  position: relative;
}
@media (min-width: 1024px) {
  .coh-style-bc-feature-card {
    margin-bottom: 0;
  }
}
.feature-card-left.coh-style-bc-feature-card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.feature-card-left.coh-style-bc-feature-card .feature-icon {
  margin-right: 26px;
}
.coh-style-bc-feature-card .feature-icon {
  margin-bottom: 35px;
  min-width: 47px;
  min-height: 47px;
  max-height: 62px;
  max-width: 62px;
}
.coh-style-bc-disclaimer {
  font-size: 10px;
  line-height: 16px;
  padding-left: 24px;
}
.coh-style-download-and-text-section {
  outline-width: 1px;
  outline-color: rgb(255, 255, 255);
  outline-style: solid;
}
.coh-style-download-and-text-section .coh-style-download-link {
  color: rgb(0, 45, 93);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  line-height: 16px;
}
@media (min-width: 1024px) {
  .coh-style-download-and-text-section .coh-style-download-link {
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.coh-style-download-and-text-section .coh-style-download-link:before {
  font-size: 30px;
}
.coh-style-download-and-text-section .coh-style-download-link:hover {
  color: rgb(35, 82, 124);
  text-decoration: none;
}
.coh-style-bc-image-align-left, .coh-style-bc-image-align-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.coh-style-bc-image-align-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.coh-style-bc-download-btn--white {
  background-color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .coh-style-bc-download-btn--white {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media (min-width: 1024px) {
  .coh-style-bc-download-btn--white {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-download-btn--white {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.coh-style-download-link {
  color: rgb(255, 255, 255);
  font-size: 11px;
  text-decoration: none;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 1440px) {
  .coh-style-download-link {
    margin-bottom: 0;
  }
}
.coh-style-download-link:hover {
  color: rgb(255, 255, 255);
}
.coh-style-download-link:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-family: icomoon;
  font-size: 20px;
  margin-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
}
@media (min-width: 1440px) {
  .coh-style-download-link:before {
    margin-right: 30px;
  }
}
.coh-style-bc-espumisan-theme ul.coh-style-bc-footer--social-links li a {
  color: rgb(37, 111, 34);
}
.coh-style-bc-espumisan-theme ul.coh-style-bc-footer--social-links li a:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.coh-style-bc-espumisan-theme ul li a:hover {
  color: rgb(188, 204, 90);
  text-decoration: none;
}
.coh-style-bc-espumisan-theme p a:hover {
  text-decoration: none;
  color: rgb(188, 204, 90);
}
.coh-style-bc-espumisan-theme a:hover {
  color: rgb(188, 204, 90);
  text-decoration: none;
}
.coh-style-bc-feature-card--text {
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  overflow: visible;
  padding: unset;
}
@media (min-width: 768px) {
  .coh-style-bc-feature-card--text {
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-feature-card--text {
    -webkit-line-clamp: 4;
  }
}
.coh-style-bc-instructions {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgb(255, 255, 255);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 65px;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .coh-style-bc-instructions {
    padding-bottom: 0;
  }
}
.coh-style-bc-instructions .coh-column {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .coh-style-bc-instructions .coh-column {
    padding-top: 15px;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-instructions .coh-column {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.coh-style-bc-instructions .coh-column .coh-column {
  padding-top: 35px;
}
@media (min-width: 768px) {
  .coh-style-bc-instructions .coh-column .coh-column {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .coh-style-bc-instructions .instructions-download .coh-row-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.coh-style-bc-instructions .instructions-download .coh-style-download-link {
  margin-left: 10px;
  color: rgb(0, 45, 93);
}
.coh-style-bc-focus-share-card--share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-style-bc-focus-share-card--share .coh-wysiwyg {
  font-family: 'Open Sans', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}
.coh-style-bc-focus-share-card--container {
  padding: 20px;
  margin-right: 20px;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .coh-style-bc-focus-share-card--container {
    margin-right: 30px;
    margin-left: 30px;
  }
}
.coh-style-bc-focus-share-card--heading {
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  line-height: 48px;
}
@media (min-width: 1024px) {
  .coh-style-bc-focus-share-card--heading {
    font-size: 40px;
  }
}
.coh-style-bc-footer--social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  font-size: 1.875rem;
  position: relative;
  top: 70px;
}
@media (min-width: 768px) {
  .coh-style-bc-footer--social-links {
    top: 380px;
  }
}
@media (min-width: 1024px) {
  .coh-style-bc-footer--social-links {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    top: 50px;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-footer--social-links {
    top: 110px;
  }
}
@media (min-width: 1600px) {
  .coh-style-bc-footer--social-links {
    top: 95px;
  }
}
.coh-style-bc-footer--social-links li {
  list-style-type: none;
  text-decoration: none;
  margin-left: 0;
}
@media (min-width: 1024px) {
  .coh-style-bc-footer--social-links li {
    margin-right: auto;
    margin-left: auto;
  }
}
.coh-style-bc-footer--social-links li:before {
  content: normal;
}
.coh-style-bc-footer--social-links li a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.coh-style-bc-footer--social-links li a.facebook:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-family: icomoon;
}
.coh-style-bc-footer--social-links li a.instagram:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  font-family: icomoon;
}
.coh-style-bc-footer--social-links li a.twitter:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  font-family: icomoon;
}
.coh-style-bc-footer--social-links li a.vkontakte:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-family: icomoon;
}
.coh-style-bc-footer--social-links li a.ok:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-family: icomoon;
}
.coh-style-bc-footer-bottom {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-bottom: 0px;
  margin-left: 10px;
}
@media (min-width: 1024px) {
  .coh-style-bc-footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 0;
    width: auto;
  }
}
.coh-style-bc-footer-bottom li {
  color: rgb(0, 45, 93);
  font-size: 0.8125rem;
  font-style: normal;
  text-decoration: none;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 30px;
  margin-left: 0;
  list-style-type: none;
  width: 50%;
}
@media (min-width: 1024px) {
  .coh-style-bc-footer-bottom li {
    margin-right: 40px;
    margin-bottom: 0;
    margin-left: 0;
    width: auto;
  }
}
.coh-style-bc-footer-bottom li:before {
  content: normal;
}
.coh-style-bc-footer-bottom li a {
  color: rgb(0, 45, 93);
  font-size: 0.8125rem;
  line-height: 12px;
  text-decoration: none;
  width: 100%;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .coh-style-bc-footer-bottom li a {
    padding-right: 0;
    padding-left: 0;
  }
}
.coh-style-bc-footer-button {
  color: rgb(0, 45, 93);
  font-size: 13px;
  line-height: 12px;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  margin-left: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  outline-style: none;
  outline-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1024px) {
  .coh-style-bc-footer-button {
    margin-left: 0;
  }
}
.coh-style-bc-footer-button:hover {
  color: rgb(0, 45, 93);
}
.coh-style-bc-footer-card {
  height: 70px;
  width: 250px;
}
.coh-style-bc-footer-contact-information {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
  margin-top: 0;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 0;
}
@media (min-width: 1024px) {
  .coh-style-bc-footer-contact-information {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 50px;
    padding-left: 0;
  }
}
.coh-style-bc-footer-contact-information .coh-row-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .coh-style-bc-footer-contact-information .coh-row-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.coh-style-bc-footer-contact-information .coh-row-inner .coh-column .coh-row-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start;
}
.coh-style-bc-main-content {
  overflow: visible;
}
@media (min-width: 1024px) {
  .coh-style-bc-main-content {
    top: 156px;
    position: relative;
    overflow: visible;
  }
}
.coh-style-bc-canvas-menu-open.coh-style-bc-main-content {
  overflow: visible;
}
.coh-style-bc-canvas-menu-open.coh-style-bc-main-content:after {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 60px;
  z-index: 2;
  content: "";
  display: block;
}
@media (min-width: 1024px) {
  .coh-style-bc-main-menu, .coh-style-bc-main-menu--menu-wrapper, .coh-style-bc-main-menu--list-item-2, .coh-style-bc-main-menu--list-item, .coh-style-bc-main-menu--button, .coh-style-bc-main-menu--menu-level-1 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.coh-style-bc-main-menu--menu-level-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 1024px) {
  .coh-style-bc-main-menu--menu-level-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.coh-style-bc-main-menu--button {
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media (min-width: 1024px) {
  .coh-style-bc-main-menu--button {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.coh-style-bc-main-menu--list-item {
  margin-bottom: 24px;
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .coh-style-bc-main-menu--list-item {
    margin-right: 27px;
    margin-bottom: 0;
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-main-menu--list-item {
    margin-right: 32px;
  }
}
.has-children.is-expanded.coh-style-bc-main-menu--list-item .coh-style-bc-text-link--nav-level-one {
  color: rgb(255, 255, 255);
}
@media (min-width: 1024px) {
  .has-children.is-expanded.coh-style-bc-main-menu--list-item .coh-style-bc-text-link--nav-level-one {
    color: rgb(0, 173, 187);
  }
}
.has-children.is-expanded.coh-style-bc-main-menu--list-item .coh-style-bc-text-link--nav-level-one:after {
  line-height: 16px;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  font-family: icomoon;
  font-size: 20px;
  color: rgb(255, 255, 255);
}
@media (min-width: 1024px) {
  .has-children.is-expanded.coh-style-bc-main-menu--list-item .coh-style-bc-text-link--nav-level-one:after {
    color: rgb(0, 173, 188);
  }
}
.has-children.coh-style-bc-main-menu--list-item .coh-style-bc-text-link--nav-level-one:after {
  line-height: 16px;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
  color: rgb(255, 255, 255);
  font-size: 20px;
  margin-left: 5px;
  position: absolute;
  top: 15px;
  right: 0;
  content: "\e908";
  font-family: icomoon;
}
@media (min-width: 1024px) {
  .has-children.coh-style-bc-main-menu--list-item .coh-style-bc-text-link--nav-level-one:after {
    color: rgb(0, 173, 188);
    position: static;
    vertical-align: middle;
  }
}
@media (min-width: 1440px) {
  .has-children.coh-style-bc-main-menu--list-item .coh-style-bc-text-link--nav-level-one:after {
    top: 0;
  }
}
.in-active-trail.coh-style-bc-main-menu--list-item a {
  color: rgb(255, 255, 255);
}
@media (min-width: 1024px) {
  .in-active-trail.coh-style-bc-main-menu--list-item a {
    color: rgb(0, 133, 144);
  }
}
@media (min-width: 1024px) {
  .in-active-trail.coh-style-bc-main-menu--list-item .coh-style-bc-main-menu--list-item-2.is-active {
    background-color: rgb(0, 133, 144);
  }
}
.in-active-trail.coh-style-bc-main-menu--list-item .coh-style-bc-main-menu--list-item-2.is-active a {
  color: rgb(255, 255, 255);
}
.in-active-trail.coh-style-bc-main-menu--list-item .coh-style-bc-main-menu--list-item-2 a {
  color: rgb(255, 255, 255);
}
@media (min-width: 1024px) {
  .in-active-trail.coh-style-bc-main-menu--list-item .coh-style-bc-text-link--nav-level-two:hover {
    color: rgb(255, 255, 255);
  }
}
.coh-style-bc-main-menu--list-item-2 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 25px;
  list-style-type: none;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .coh-style-bc-main-menu--list-item-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1600px) {
  .coh-style-bc-main-menu--list-item-2 {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .coh-style-bc-main-menu--list-item-2:hover {
    background-color: rgb(0, 133, 144);
  }
}
.coh-style-bc-main-menu--menu-wrapper {
  width: 290px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
@media (min-width: 1024px) {
  .coh-style-bc-main-menu--menu-wrapper {
    height: auto;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-style: none;
  }
}
@media (min-width: 1024px) {
  .coh-style-bc-contained-width-section {
    min-width: 85vw;
    margin-left: -webkit-calc(-42vw + 50%);
    margin-left: calc(-42vw + 50%);;
  }
}
.coh-style-bc-stack-cards--heading {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 60px;
  margin-top: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  height: auto;
}
@media (min-width: 1024px) {
  .coh-style-bc-stack-cards--heading {
    margin-bottom: 10px;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-stack-cards--heading {
    height: 60px;
  }
}
.coh-style-bc-stack-cards--item {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .coh-style-bc-stack-cards--item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .coh-style-bc-stack-cards--item {
    -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-stack-cards--item {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    margin-bottom: 0;
  }
}
.coh-style-bc-stack-cards--item:last-child {
  margin-right: 0;
}
.coh-style-bc-stack-cards--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1440px) {
  .coh-style-bc-stack-cards--container {
    margin-right: 25px;
    margin-left: 35px;
  }
}
.coh-style-bc-stack-cards--text {
  text-overflow: ellipsis;
  min-height: 130px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .coh-style-bc-stack-cards--text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 195px;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-stack-cards--text {
    min-height: 144px;
  }
}
@media (min-width: 1600px) {
  .coh-style-bc-stack-cards--text {
    min-height: 134px;
  }
}
.coh-style-bc-search--bar {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .coh-style-bc-search--bar {
    margin-top: 100px;
  }
}
.coh-style-bc-search--bar .coh-block form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .coh-style-bc-search--bar .coh-block form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .coh-style-bc-search--bar .coh-block form {
    margin-bottom: 70px;
  }
}
.coh-style-bc-search--bar .coh-block form .js-form-item.form-item.js-form-type-search-api-autocomplete.form-type-search-api-autocomplete.js-form-item-search.form-item-search.form-no-label {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .coh-style-bc-search--bar .coh-block form .js-form-item.form-item.js-form-type-search-api-autocomplete.form-type-search-api-autocomplete.js-form-item-search.form-item-search.form-no-label {
    width: 90%;
  }
}
.coh-style-bc-search--bar .coh-block form .js-form-item.form-item.js-form-type-search-api-autocomplete.form-type-search-api-autocomplete.js-form-item-search.form-item-search.form-no-label input.form-autocomplete {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-image: none !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgb(255, 255, 255);
  border-color: rgb(173, 173, 173);
  border-width: 1px;
  padding-top: 0;
  padding-right: 64px;
  padding-bottom: 0;
  padding-left: 20px;
  width: 100%;
  line-height: 40px;
  overflow: hidden;
}
.coh-style-bc-search--bar .coh-block form .js-form-item.form-item.js-form-type-search-api-autocomplete.form-type-search-api-autocomplete.js-form-item-search.form-item-search.form-no-label .clearsearch {
  width: 100%;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-style-bc-search--bar .coh-block form .js-form-item.form-item.js-form-type-search-api-autocomplete.form-type-search-api-autocomplete.js-form-item-search.form-item-search.form-no-label .clearsearch .clearsearchbutton {
  right: 42px;
}
@media (min-width: 768px) {
  .coh-style-bc-search--bar .coh-block form .js-form-item.form-item.js-form-type-search-api-autocomplete.form-type-search-api-autocomplete.js-form-item-search.form-item-search.form-no-label .clearsearch .clearsearchbutton {
    right: 15px;
  }
}
.coh-style-bc-search--bar .coh-block form .form-actions {
  height: 42px;
  width: 42px;
  position: absolute;
  right: 0;
  z-index: 1;
  background-color: rgb(0, 173, 188);
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
@media (min-width: 768px) {
  .coh-style-bc-search--bar .coh-block form .form-actions {
    height: auto;
    width: auto;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
  }
}
.coh-style-bc-search--bar .coh-block form .form-actions:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(255, 255, 255);
  font-size: 20px;
  position: absolute;
  right: 0;
  z-index: 2;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  content: "\e90b";
  font-family: icomoon;
}
@media (min-width: 768px) {
  .coh-style-bc-search--bar .coh-block form .form-actions:after {
    content: "";
  }
}
.coh-style-bc-search--bar .coh-block form .form-actions input.js-form-submit {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  margin-left: 0;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  line-height: 42px;
  border-width: 0;
  text-decoration: none;
  height: 42px;
  width: 42px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
}
@media (min-width: 768px) {
  .coh-style-bc-search--bar .coh-block form .form-actions input.js-form-submit {
    margin-left: 10px;
    color: rgb(255, 255, 255);
    font-family: 'Open Sans', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 0.0625rem;
    background-color: rgb(0, 173, 188);
    width: auto;
    padding-right: 24px;
    padding-left: 24px;
    position: relative;
  }
}
.coh-style-bc-search--bar .coh-block form .form-actions input.js-form-submit:hover {
  background-color: rgb(127, 214, 221);
}
.coh-style-bc-search--results .view-search {
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .coh-style-bc-search--results .view-search {
    margin-top: 20px;
  }
}
.coh-style-bc-search--results .view-search .views-field-title {
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(0, 45, 93);
  font-size: 21px;
  line-height: 25px;
  padding-top: 30px;
  padding-bottom: 25px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .coh-style-bc-search--results .view-search .views-field-title {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.coh-style-bc-search--results .view-search .views-field-title a {
  text-decoration: none;
}
.coh-style-bc-search--results .view-search .views-field-search-api-excerpt {
  padding-bottom: 30px;
  display: block;
  border-bottom-width: 0.0625rem;
  border-style: solid;
  border-color: rgb(204, 204, 204);
}
@media (min-width: 1024px) {
  .coh-style-bc-search--results .view-search .views-field-search-api-excerpt {
    padding-bottom: 50px;
  }
}
.coh-style-bc-shallow-hero--container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  min-height: 500px;
}
@media (min-width: 768px) {
  .coh-style-bc-shallow-hero--container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .coh-style-bc-shallow-hero--container {
    height: 400px;
    min-height: auto;
  }
}
.coh-style-bc-shallow-hero--text {
  padding-top: 60px;
  margin-right: 20px;
  margin-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .coh-style-bc-shallow-hero--text {
    padding-top: 0;
    margin-right: 30px;
    margin-left: 20px;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-shallow-hero--text {
    margin-left: 55px;
  }
}
.coh-style-bc-share-button {
  color: rgb(0, 45, 93);
  font-size: 40px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .coh-style-bc-share-button:hover {
    color: rgb(35, 82, 124);
  }
}
.coh-style-bc-share-button:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  font-family: icomoon;
  margin-top: 0.625rem;
  margin-right: auto;
  margin-bottom: 0.625rem;
  margin-left: auto;
}
.coh-style-bc-share-icon {
  color: rgb(173, 173, 173);
  font-size: 40px;
  text-decoration: none;
  line-height: 40px;
}
.coh-style-bc-share-icon:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  cursor: pointer;
  content: "\e90c";
  font-family: icomoon;
  color: rgb(0, 173, 188);
}
.coh-style-bc-share-icon:before:hover {
  cursor: pointer;
  color: rgb(127, 214, 221);
}
.coh-style-bc-share-icon:hover:before {
  color: rgb(127, 214, 221);
}
.coh-style-bc-share-icon:hover {
  color: rgb(127, 214, 221);
}
.coh-style-bc-share-icon:hover:before {
  color: rgb(127, 214, 221);
}
.coh-style-bc-share-links-container {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0);
  width: 270px;
  overflow: hidden;
}
.coh-style-bc-share-links-container li {
  text-decoration: none;
  font-family: 'Open Sans', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(51, 51, 51);
  font-size: 20px;
  line-height: 1.3;
}
.coh-style-bc-share-links-container li a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.coh-style-bc-share-links-container li a:focus {
  color: rgb(38, 163, 221);
  outline-color: rgb(38, 163, 221);
  outline-width: 1px;
  outline-style: solid;
}
.coh-style-bc-share-links-container li a:before {
  height: 40px;
  width: 40px;
}
.coh-style-bc-share-links-container li a.copy-link:before {
  padding-right: 20px;
  background-image: url("/sites/g/files/fugoka1941/files/2022-01/ico-share-link.png");
  background-position: center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  content: " ";
}
.coh-style-bc-share-links-container li a.facebook:before {
  padding-right: 20px;
  background-image: url("/sites/g/files/fugoka1941/files/2022-01/ico-share-facebook.png");
  background-position: center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  content: " ";
}
.coh-style-bc-share-links-container li a.twitter:before {
  padding-right: 20px;
  background-image: url("/sites/g/files/fugoka1941/files/2022-01/Ico-share-twitter.png");
  background-position: center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  content: " ";
}
.coh-style-bc-share-links-container li a.email:before {
  padding-right: 20px;
  background-image: url("/sites/g/files/fugoka1941/files/2022-01/Ico-share-mail.png");
  background-position: center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  content: " ";
}
.coh-style-bc-share-links-container li a.whatsapp:before {
  padding-right: 20px;
  background-image: url("/sites/g/files/fugoka1941/files/2022-01/Ico-share-wa.png");
  background-position: center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  content: " ";
}
.coh-style-bc-share-links-container p {
  color: rgb(69, 69, 69);
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(69, 69, 69);
  padding-bottom: 15px;
}
.coh-style-bc-text-link, .coh-style-bc-text-link--download-file-size, .coh-style-bc-button-link--icon, .coh-style-bc-text-link--nav-level-one, .coh-style-bc-text-link--top-nav, .coh-style-bc-text-link--nav-level-two, .coh-style-bc-text-link--download, .coh-style-bc-text-link--nav-language, .coh-style-bc-text-link--read-more, .coh-style-bc-text-link--icon {
  font-family: 'Open Sans', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(0, 45, 93);
  font-size: 15px;
  text-decoration: underline;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 18px;
}
@media (min-width: 1440px) {
  .coh-style-bc-text-link:hover, .coh-style-bc-text-link--download-file-size:hover, .coh-style-bc-button-link--icon:hover, .coh-style-bc-text-link--nav-level-one:hover, .coh-style-bc-text-link--top-nav:hover, .coh-style-bc-text-link--nav-level-two:hover, .coh-style-bc-text-link--download:hover, .coh-style-bc-text-link--nav-language:hover, .coh-style-bc-text-link--read-more:hover, .coh-style-bc-text-link--icon:hover {
    color: rgb(35, 82, 124);
  }
}
.coh-style-bc-text-link--icon {
  text-decoration: none;
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 18px;
  padding-top: 16px;
  padding-bottom: 13px;
  font-weight: bold;
  font-synthesis: style;
}
.coh-style-bc-text-link--icon:hover {
  color: rgb(35, 82, 124);
}
.coh-style-bc-text-link--icon:after {
  line-height: 18px;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  font-family: icomoon;
  margin-left: 10px;
  text-decoration: none;
  font-size: 24px;
}
.coh-style-bc-text-link--read-more {
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 18px;
  text-decoration: none;
  padding-top: 16px;
  padding-bottom: 13px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.coh-style-bc-text-link--read-more:after {
  line-height: 18px;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f";
  font-family: icomoon;
  font-size: 9px;
  text-decoration: none;
  margin-top: 2px;
  margin-left: 7px;
}
.is-expanded.coh-style-bc-text-link--read-more:after {
  line-height: 18px;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  font-family: icomoon;
}
.coh-style-bc-text-link--nav-language {
  font-family: 'Open Sans', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(51, 51, 51);
  font-size: 13px;
  text-decoration: none;
  position: relative;
}
.coh-style-bc-text-link--nav-language:hover {
  color: rgb(35, 82, 124);
}
.coh-style-bc-text-link--nav-language:hover:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  content: "\e908";
  font-family: icomoon;
}
.coh-style-bc-text-link--nav-language:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  font-family: icomoon;
  vertical-align: text-bottom;
  font-size: 20px;
  margin-left: 5px;
}
.coh-style-bc-text-link--download {
  font-family: 'Open Sans', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 11px;
  line-height: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  text-decoration: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: 600;
}
.coh-style-bc-text-link--download:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  content: "\e900";
  font-family: icomoon;
  margin-right: 15px;
}
.coh-style-bc-text-link--download:hover {
  color: rgb(35, 82, 124);
}
.coh-style-bc-text-link--nav-level-two {
  font-size: 16px;
  line-height: 1.0625rem;
  text-decoration: none;
  color: rgb(255, 255, 255);
  position: relative;
  width: 100%;
  display: inline-block;
}
@media (min-width: 1440px) {
  .coh-style-bc-text-link--nav-level-two {
    width: 90%;
    margin-left: 15px;
  }
}
.coh-style-bc-text-link--nav-level-two:hover {
  color: rgb(255, 255, 255);
}
.coh-style-bc-text-link--nav-level-two:hover:after {
  color: rgb(255, 255, 255);
}
.coh-style-bc-text-link--nav-level-two:after {
  font-size: 20px;
  margin-left: 5px;
  vertical-align: text-bottom;
  color: rgb(26, 115, 232);
  position: absolute;
  right: 0;
  top: 10px;
}
@media (min-width: 1024px) {
  .coh-style-bc-text-link--nav-level-two:after {
    right: 0;
  }
}
.coh-style-bc-text-link--nav-level-two:active {
  color: rgb(0, 133, 144);
}
.coh-style-bc-text-link--top-nav {
  font-size: 13px;
  text-decoration: none;
  color: rgb(0, 45, 93);
}
.coh-style-bc-text-link--top-nav:hover {
  color: rgb(35, 82, 124);
}
.coh-style-bc-text-link--nav-level-one {
  color: rgb(255, 255, 255);
  font-size: 18px;
  text-decoration: none;
  position: relative;
  line-height: 20px;
  padding-top: 11px;
  padding-right: 40px;
  padding-bottom: 11px;
  display: inline-block;
  text-shadow: 0 2px 1px rgba(11, 59, 88, 0.3);
  font-weight: 600;
}
@media (min-width: 1024px) {
  .coh-style-bc-text-link--nav-level-one {
    font-size: 20px;
    color: rgb(0, 173, 188);
    text-shadow: 0 0 0 transparent;
    font-weight: 600;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-text-link--nav-level-one {
    line-height: 70px;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-text-link--nav-level-one:hover {
    color: rgb(127, 214, 221);
  }
}
.coh-style-bc-text-link--nav-level-one:active {
  color: rgb(255, 255, 255);
}
@media (min-width: 1024px) {
  .coh-style-bc-text-link--nav-level-one:active {
    color: rgb(0, 133, 144);
  }
}
.coh-style-bc-button-link--icon {
  text-decoration: none;
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 18px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  background-color: rgb(0, 45, 93);
  color: rgb(255, 255, 255);
}
.coh-style-bc-button-link--icon:hover {
  color: rgb(0, 45, 93);
  background-color: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0, 45, 93);
}
.coh-style-bc-button-link--icon:after {
  line-height: 18px;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  font-family: icomoon;
  margin-left: 20px;
  text-decoration: none;
  font-size: 24px;
}
.coh-style-bc-text-link--download-file-size {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin-top: -8px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 37px;
  font-size: 9px;
  line-height: 10px;
  text-decoration: none;
  padding: 0;
  font-size: 9px!important;
  line-height: 10px!important;
}
.coh-style-bc-product-card--background-navy {
  background-color: rgb(0, 45, 93);
  color: rgb(255, 255, 255);
}
.coh-style-bc-product-card--background-navy h3.coh-heading {
  color: rgb(255, 255, 255);
}
.coh-style-bc-product-card--background-navy p {
  color: rgb(255, 255, 255);
}
.coh-style-bc-top-menu, .coh-style-bc-top-menu--wrapper, .coh-style-bc-top-menu--list-item {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 1024px) {
  .coh-style-bc-top-menu, .coh-style-bc-top-menu--wrapper, .coh-style-bc-top-menu--list-item {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.coh-style-bc-top-menu--list-item {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-bottom: 30px;
  margin-left: 0;
  list-style-type: none;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .coh-style-bc-top-menu--list-item {
    margin-right: 25px;
    margin-bottom: 0;
  }
}
.coh-style-bc-top-menu--list-item:before {
  content: normal;
}
.coh-style-bc-top-menu--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  list-style-type: none;
  list-style-type: none;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .coh-style-bc-top-menu--wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -6px;
    margin-right: 140px;
  }
}
.coh-style-bc-total-search-results {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 1024px) {
  .coh-style-bc-total-search-results {
    margin-bottom: 70px;
  }
}
.coh-style-bc-total-search-results #result {
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.coh-style-bc-unset--position {
  top: 0;
}
.ytp-large-play-button.ytp-button.coh-style-bc-video--player {
  content: url("");
}
.menu-open.coh-style-bc-visible-main-content {
  overflow: hidden;
}
.remove-margin.coh-style-bc-visible-main-content {
  margin: 0;
  max-width: 100%;
}
.coh-style-bc-white-text p {
  color: rgb(255, 255, 255);
}
.coh-style-bc-product-card--background-grey {
  background-color: rgb(204, 204, 204);
  color: rgb(51, 51, 51);
}
.coh-style-bc-main-menu--hamburger-button {
  background-color: rgba(0, 0, 0, 0);
  height: 25px;
  display: inline-block;
  width: 25px;
  position: absolute;
  top: 6px;
  z-index: 1;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: rgb(173, 173, 173);
}
@media (min-width: 1440px) {
  .coh-style-bc-main-menu--hamburger-button {
    display: none;
  }
}
.coh-style-bc-main-menu--hamburger-button:before {
  height: 2px;
  content: "";
  background-color: rgb(173, 173, 173);
  width: 25px;
  position: absolute;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  top: 6px;
  left: 0;
}
.coh-style-bc-main-menu--hamburger-button:after {
  height: 2px;
  width: 25px;
  position: absolute;
  background-color: rgb(173, 173, 173);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  content: "";
  top: 14px;
  left: 0;
}
.coh-style-bc-menu-open.coh-style-bc-main-menu--hamburger-button {
  display: none;
}
.coh-style-bc-modal--content {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: rgb(255, 255, 255);
  height: 60vh;
  padding-top: 30px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .coh-style-bc-modal--content {
    height: 40vh;
  }
}
@media (min-width: 1024px) {
  .coh-style-bc-modal--content {
    height: auto;
    margin-top: 0;
    margin-bottom: 60px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
  }
}
.coh-style-bc-main-menu--menu-level-2 {
  background-color: rgb(0, 173, 187);
  display: none;
  position: relative;
  z-index: 5;
  margin-top: 10px;
  margin-left: -15px;
  min-width: 250px;
}
@media (min-width: 1024px) {
  .coh-style-bc-main-menu--menu-level-2 {
    min-width: 280px;
    margin-top: 20px;
    position: absolute;
    z-index: 999;
    display: none;
    -webkit-border-radius: 2px;
            border-radius: 2px;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-main-menu--menu-level-2 {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .coh-style-bc-main-menu--menu-level-2:after {
    height: 0;
    width: 0;
    margin-left: 50px;
    position: absolute;
    bottom: 100%;
    border-bottom-width: 16px;
    border-left-width: 16px;
    border-right-width: 16px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-color: rgb(0, 173, 188);
    border-left-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1024px) {
  .coh-style-bc-main-menu-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.coh-style-bc-margin-none {
  margin-bottom: 0;
}
.coh-style-bc-margin-none p {
  margin-bottom: 0;
}
.coh-style-bc-mobile-body-open {
  height: 100%;
  width: 100%;
  position: fixed;
}
.coh-style-bc-mobile-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  position: fixed;
  top: 0;
  height: 60px;
  width: 100vw;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0 -10px 15px 0.3125rem;
          box-shadow: 0 -10px 15px 0.3125rem;
}
@media (min-width: 1024px) {
  .coh-style-bc-mobile-header {
    display: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.coh-style-bc-mobile-header-open.coh-style-bc-mobile-header {
  position: sticky;
}
.coh-style-bc-modal {
  scrollbar-width: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  width: 100%;
  z-index: 99999;
}
.coh-style-bc-overview-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
  position: relative;
}
.coh-style-bc-product-card--background-blue {
  background-color: rgb(35, 82, 124);
  color: rgb(255, 255, 255);
}
.coh-style-bc-product-card--background-blue h3.coh-heading {
  color: rgb(255, 255, 255);
}
.coh-style-bc-product-card--background-blue p {
  color: rgb(255, 255, 255);
}
.coh-style-bc-product-card--background-blue .coh-wysiwyg {
  color: rgb(255, 255, 255);
  font-size: 1.0625rem;
  line-height: 1.625rem;
}
.coh-style-center-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.coh-style-bc-paragraph-center {
  text-align: left;
}
@media (min-width: 1024px) {
  .coh-style-bc-paragraph-center {
    text-align: center;
  }
}
.coh-style-bc-paragraph-left {
  text-align: left;
}
.coh-style-bc-pharmacy-finder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .coh-style-bc-pharmacy-finder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.coh-style-bc-pharmacy-finder .pharm-text-container {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
@media (min-width: 1440px) {
  .coh-style-bc-pharmacy-finder .pharm-text-container {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1600px) {
  .coh-style-bc-pharmacy-finder .pharm-text-container {
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 125px;
  }
}
.coh-style-bc-pharmacy-finder .pharm-text-container .pharm-form-container {
  margin-top: 35px;
}
.coh-style-bc-pharmacy-finder .pharm-text-container .pharm-form-container form > * {
  padding: 0;
  margin: 0;
}
.coh-style-bc-pharmacy-finder .pharm-text-container .pharm-form-container label {
  cursor: default;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
}
.coh-style-bc-pharmacy-finder .pharm-text-container .pharm-form-container input {
  background-color: rgb(255, 255, 255);
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  border-width: 2px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border-color: rgb(173, 173, 173);
  color: rgb(51, 51, 51);
  margin-right: 15px;
  margin-bottom: 10px;
  min-width: 100%;
}
@media (min-width: 1024px) {
  .coh-style-bc-pharmacy-finder .pharm-text-container .pharm-form-container input {
    min-width: 75%;
    display: inline-block;
    margin-bottom: 0;
  }
}
.coh-style-bc-pharmacy-finder .pharm-text-container .pharm-form-container .buttons {
  display: inline-block;
}
.coh-style-bc-pre-heading {
  font-family: 'Open Sans', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.coh-style-bc-product-card--heading {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-y: clip;
  min-height: auto;
  overflow-x: visible;
  margin-top: 10px;
  margin-bottom: 10px;
}
.coh-style-bc-product-card--text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .coh-style-bc-product-card--text {
    min-height: 105px;
    height: 105px;
    margin-bottom: 20px;
  }
}
.coh-style-bc-product-card--image {
  height: 150px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .coh-style-bc-product-card--image {
    height: 200px;
  }
}
.coh-style-bc-product-card--image img {
  max-height: 150px;
  width: auto;
}
@media (min-width: 1024px) {
  .coh-style-bc-product-card--image img {
    max-height: 200px;
  }
}
.coh-style-bc-product-card--background {
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-es-download-and-text-section {
  outline-width: 1px;
  outline-color: rgb(37, 111, 34);
  outline-style: solid;
}
@media (min-width: 768px) {
  .coh-style-es-download-and-text-section {
    position: relative;
    top: 115px;
  }
}
@media (min-width: 1024px) {
  .coh-style-es-download-and-text-section {
    position: static;
  }
}
.coh-style-es-download-and-text-section .coh-style-download-link {
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
}
.coh-style-es-download-and-text-section .coh-style-download-link:before {
  font-size: 30px;
}
.coh-style-es-download-and-text-section .coh-style-download-link:hover {
  color: rgb(188, 204, 90);
  text-decoration: none;
}
.coh-style-bc-download-btn--gradient {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, rgb(152, 187, 66)), to(rgb(37, 111, 34)));
  background-image: -webkit-linear-gradient(left, rgb(152, 187, 66) 1%, rgb(37, 111, 34) 100%);
  background-image: linear-gradient(90deg, rgb(152, 187, 66) 1%, rgb(37, 111, 34) 100%);
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media (min-width: 768px) {
  .coh-style-bc-download-btn--gradient {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .coh-style-bc-download-btn--gradient {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-download-btn--gradient {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.coh-style-bc-download-btn--gradient a:hover {
  text-decoration: none;
  color: rgb(188, 204, 90);
}
.coh-style-bc-download-btn--gradient a:before:hover {
  text-decoration: none;
  color: rgb(188, 204, 90);
}
.coh-style-bc-contact-form-submission {
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-width: 2px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border-style: solid;
  border-color: rgb(0, 45, 93);
  color: rgb(0, 45, 93);
}
.coh-style-bc-contact-form-submission h4 {
  color: rgb(0, 45, 93);
  margin-bottom: 0;
}
.coh-style-bc-header-logo-container {
  height: 40px;
  width: 110px;
  margin-right: 0;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
@media (min-width: 1024px) {
  .coh-style-bc-header-logo-container {
    height: 70px;
    width: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-header-logo-container {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 20px;
    width: 250px;
  }
}
.coh-style-bc-header-logo-container img {
  margin-top: -18px;
  max-height: 40px;
  height: auto;
  max-width: 110px;
  width: auto;
}
@media (min-width: 1024px) {
  .coh-style-bc-header-logo-container img {
    max-height: 100%;
    max-width: 100%;
    width: 140px;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-header-logo-container img {
    margin-top: 0;
    max-height: 70px;
    max-width: 250px;
    width: auto;
  }
}
.coh-style-bc-contact-form .form-item {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.coh-style-bc-contact-form input[type=text], .coh-style-bc-contact-form input[type=email] {
  border-width: 1px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border-style: solid;
  border-color: rgb(173, 173, 173);
  background-color: rgb(231, 233, 235);
  color: rgb(51, 51, 51);
  line-height: 50px;
  font-size: 16px;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  width: 100%;
}
.coh-style-bc-contact-form input[type=text]:focus, .coh-style-bc-contact-form input[type=email]:focus {
  border-color: rgb(51, 51, 51);
}
.coh-style-bc-contact-form textarea {
  color: rgb(51, 51, 51);
  line-height: 26px;
  font-size: 16px;
  background-color: rgb(231, 233, 235);
  border-width: 1px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border-style: solid;
  border-color: rgb(173, 173, 173);
  padding: 10px;
  outline: none;
  resize: none;
  width: 100%;
}
.coh-style-bc-contact-form textarea:focus {
  border-color: rgb(51, 51, 51);
}
.coh-style-bc-contact-form .submit-button {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  margin-top: 30px;
  display: inline-block;
  cursor: pointer;
}
@media (min-width: 1600px) {
  .coh-style-bc-contact-form .submit-button {
    margin-top: 15px;
  }
}
.coh-style-bc-contact-form .submit-button input {
  margin: 0;
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 18px;
  background-color: rgb(0, 45, 93);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border-color: rgb(0, 45, 93);
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.coh-style-bc-contact-form .submit-button input:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 45, 93);
}
.coh-style-bc-contact-form .form-type-checkbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}
.coh-style-bc-contact-form .form-type-checkbox input[type=checkbox] {
  width: auto;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  opacity: 1;
  margin-top: 5px;
  margin-right: 10px;
}
@media (min-width: 1440px) {
  .coh-style-bc-contact-form .form-type-checkbox input[type=checkbox] {
    margin-top: 0;
  }
}
.coh-style-bc-contact-form .form-type-checkbox label {
  margin-top: 0.1rem;
  font-size: 0.75rem;
}
@media (min-width: 1600px) {
  .coh-style-bc-contact-form .form-type-checkbox label {
    margin-top: 0.5rem;
  }
}
.coh-style-bc-contact-form .form-type-checkbox label:before {
  content: normal;
  border-style: none;
}
.coh-style-bc-contact-form .form-type-checkbox label:after {
  content: normal;
}
.coh-style-bc-contact-form .form-type-checkbox .webform-element-description {
  font-size: 14px;
  margin-top: 0;
  width: 90%;
  line-height: 22px;
}
@media (min-width: 1600px) {
  .coh-style-slider-flex-layout .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.coh-style-table---title h3 {
  font-family: 'Founders', sans serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  color: rgb(35, 38, 48);
  font-size: 26px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 4px;
}
@media (min-width: 1024px) {
  .coh-style-table---title h3 {
    font-size: 40px;
  }
}
.coh-style-table---title p {
  font-family: 'Founders Regular', sans serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(107, 105, 123);
  font-size: 12px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .coh-style-table---title p {
    font-size: 14px;
  }
}
.coh-style-table---row {
  border-color: rgb(230, 232, 236);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.coh-style-table---header {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  background-color: rgb(230, 232, 236);
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-align: center;
}
@media (min-width: 1024px) {
  .coh-style-table---header {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-border-radius: 0;
            border-radius: 0;
    margin-top: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
  }
}
.highlight.coh-style-table---header {
  background-color: rgb(201, 49, 127);
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.highlight.coh-style-table---header h5 {
  color: rgb(255, 255, 255);
}
.coh-style-table---header h5 {
  font-family: 'Founders Regular', sans serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(19, 19, 24);
  font-size: 18px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .coh-style-table---header h5 {
    font-size: 20px;
  }
}
.coh-style-table---column {
  text-align: center;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
@media (min-width: 1024px) {
  .coh-style-table---column {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.highlight.coh-style-table---column {
  background-color: rgba(201, 49, 127, 0.1);
}
.highlight.coh-style-table---column a {
  background-color: rgb(201, 49, 127);
  color: rgb(255, 255, 255);
}
.coh-style-table---column a {
  font-family: 'Mark Pro Bold', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(174, 69, 72);
  line-height: 1.2;
  font-size: 12px;
  text-decoration: none;
  background-color: rgba(174, 69, 72, 0.1);
  width: auto;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media (min-width: 1024px) {
  .coh-style-table---column a {
    font-size: 14px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
  }
}
.coh-style-table---column a:hover {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, rgb(184, 35, 112)), color-stop(71%, rgb(201, 75, 94)), to(rgb(226, 106, 110)));
  background-image: -webkit-linear-gradient(left, rgb(184, 35, 112) 1%, rgb(201, 75, 94) 71%, rgb(226, 106, 110) 100%);
  background-image: linear-gradient(90deg, rgb(184, 35, 112) 1%, rgb(201, 75, 94) 71%, rgb(226, 106, 110) 100%);
  background-position: left top;
  background-size: auto;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-clip: border-box;
  background-attachment: scroll;
  color: rgb(255, 255, 255);
  -webkit-box-shadow: 0 6px 20px rgba(219, 70, 123, 0.3);
          box-shadow: 0 6px 20px rgba(219, 70, 123, 0.3);
}
@media (min-width: 425px) {
  .coh-style-tag {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-tag {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    font-weight: bold;
    -webkit-border-radius: 0.75rem;
            border-radius: 0.75rem;
    -webkit-transition: color 300ms ease, background-color 300ms ease;
    transition: color 300ms ease, background-color 300ms ease;
    height: 1.5rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgb(242, 242, 242);
    margin-right: 0.75rem;
    color: rgb(72, 72, 72);
  }
}
@media (min-width: 1600px) {
  .coh-style-tag:hover {
    background-color: rgb(38, 163, 221);
    color: rgb(255, 255, 255);
  }
}
.coh-style-bc-jump-to-top {
  color: rgb(255, 255, 255);
  background-color: rgb(229, 46, 136);
  -webkit-border-radius: 100%;
          border-radius: 100%;
  opacity: 0;
  visibility: visible;
  position: sticky;
  top: -webkit-calc(100vh - 84px);
  top: calc(100vh - 84px);
  font-size: 12px;
  line-height: 40px;
  height: 40px;
  width: 40px;
}
.coh-style-bc-jump-to-top:before {
  line-height: 37px;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  font-family: icomoon;
  font-size: 30px;
}
.coh-style-bc-jump-to-top:hover {
  background-color: rgb(0, 173, 188);
}
.coh-style-bc-jump-to-top.coh-js-scroll-top.active {
  opacity: 1;
}
.coh-style-bc-interactive-banner-mobile .coh-accordion-tabs-content-wrapper {
  margin-right: 20px;
  margin-left: 20px;
}
.coh-style-bc-interactive-banner-mobile .coh-accordion-title {
  margin-bottom: 20px;
}
.coh-style-bc-interactive-banner-mobile .coh-accordion-title a {
  color: rgb(0, 45, 93);
  text-decoration: none;
}
.coh-style-bc-interactive-banner-mobile .coh-accordion-title .rounded-corner {
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
.coh-style-bc-interactive-banner-mobile .coh-accordion-tabs-content {
  margin-bottom: 15px;
}
.coh-style-bc-interactive-banner-mobile .coh-accordion-tabs-content .banner-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 25px;
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.coh-style-bc-interactive-banner .content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 1024px) {
  .coh-style-bc-interactive-banner .content-container .rounded {
    -webkit-border-radius: 20px;
            border-radius: 20px;
  }
}
@media (min-width: 1024px) {
  .coh-style-bc-interactive-banner .content-container .square {
    -webkit-border-radius: 0;
            border-radius: 0;
  }
}
@media (min-width: 1024px) {
  .coh-style-bc-interactive-banner .content-container .rounded-arrow {
    position: relative;
    -webkit-border-radius: 20px;
            border-radius: 20px;
  }
}
@media (min-width: 1024px) {
  .coh-style-bc-interactive-banner .content-container square-arrow {
    position: relative;
    -webkit-border-radius: 0;
            border-radius: 0;
  }
}
@media (min-width: 1024px) {
  .coh-style-bc-interactive-banner .toggle-banner {
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 30px;
  }
}
.coh-style-bc-interactive-banner .toggle-banner:hover {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .coh-style-bc-interactive-banner .toggle-banner p:before {
    margin-right: 8px;
  }
}
@media (min-width: 1024px) {
  .coh-style-bc-interactive-banner .middle-content-container {
    min-width: 300px;
    max-width: 300px;
    margin-right: 50px;
    margin-left: 50px;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-interactive-banner .middle-content-container {
    margin-right: 75px;
    margin-left: 75px;
  }
}
.coh-style-bc-interactive-banner .middle-content-container .banner-title {
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 21px;
  line-height: 25px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.coh-style-bc-image--caption {
  font-size: 13px;
}
.coh-style-bc-image--desktop {
  display: none;
}
@media (min-width: 768px) {
  .coh-style-bc-image--desktop {
    display: block;
  }
}
.coh-style-bc-image--mobile {
  display: block;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .coh-style-bc-image--mobile {
    display: none;
  }
}
.coh-style-bc-image--mobile .coh-image {
  margin-right: auto;
  margin-left: auto;
}
.coh-style-bc-image--full-width {
  width: 100vw;
  margin-left: -webkit-calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
}
@media (min-width: 1024px) {
  .coh-style-bc-image--full-width {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: none;
  }
}
.coh-style-bc-header-search-card {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .coh-style-bc-header-search-card {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}
.coh-style-bc-header-search-card .form-text[type=text] {
  background-image: none;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
  background-image: none!important;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  background-color: rgb(255, 255, 255);
  width: 200px;
  padding-top: 0;
  padding-right: 64px;
  padding-bottom: 0;
  padding-left: 20px;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .coh-style-bc-header-search-card .form-text[type=text] {
    border-color: rgb(173, 173, 173);
  }
}
.coh-style-bc-header-search-card .form-text[type=text]:focus {
  width: 245px;
  border-color: rgb(0, 173, 188);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .coh-style-bc-header-search-card .form-text[type=text]:focus {
    width: 480px;
  }
}
.coh-style-bc-header-search-card .js-form-wrapper {
  display: none;
}
.coh-style-bc-header-search-card .js-form-type-search-api-autocomplete {
  position: relative;
}
.coh-style-bc-header-search-card .js-form-type-search-api-autocomplete:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(173, 173, 173);
  font-size: 20px;
  position: absolute;
  top: 12px;
  right: 20px;
  content: "\e90b";
  font-family: icomoon;
}
@media (min-width: 1024px) {
  .coh-style-bc-header-search-card .js-form-type-search-api-autocomplete:after {
    top: 22px;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-header-search-card .js-form-type-search-api-autocomplete:after {
    top: 27px;
  }
}
.coh-style-bc-header-search-card .js-form-type-search-api-autocomplete .clearsearchbutton {
  right: 40px;
}
.coh-style-bc-header-product-card {
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(0, 173, 188);
  display: none;
}
@media (min-width: 1024px) {
  .coh-style-bc-header-product-card {
    font-size: 16px;
    text-align: left;
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}
.coh-style-bc-header-mobile-button {
  position: relative;
  width: 25px;
  -webkit-flex-basis: 25px;
      -ms-flex-preferred-size: 25px;
          flex-basis: 25px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (min-width: 1440px) {
  .coh-style-bc-header-mobile-button {
    display: none;
  }
}
.coh-style-bc-header-logo {
  height: auto;
  max-width: 110px;
  width: auto;
  max-height: 40px;
}
@media (min-width: 1024px) {
  .coh-style-bc-header-logo {
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: 140px;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-header-logo {
    max-height: 70px;
    height: auto;
    max-width: 250px;
    width: auto;
  }
}
@media (min-width: 1600px) {
  .coh-style-fill-space {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1600px) {
  .coh-style-fill-space > article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1600px) {
  .coh-style-fill-space > article > .coh-container {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1600px) {
  .coh-style-fill-space > article > .coh-container > .coh-container:first-child {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.coh-style-bc-header {
  position: sticky;
  height: 60px;
  top: 0;
  background-color: rgb(255, 255, 255);
  z-index: 999;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 1024px) {
  .coh-style-bc-header {
    height: 156px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
  }
}
.nav-up.coh-style-bc-header {
  top: 0;
}
@media (min-width: 1024px) {
  .nav-up.coh-style-bc-header {
    top: -168px;
  }
}
.coh-style-bc-footer {
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  margin-top: 0;
}
@media (min-width: 1440px) {
  .coh-style-bc-footer {
    margin-top: 40px;
    padding-right: 55px;
    padding-left: 55px;
  }
}
.coh-style-bc-display--no-component {
  display: none;
}
.coh-style-bc-display--component {
  position: relative;
}
@media (min-width: 1024px) {
  .coh-style-bc-display--component {
    display: block;
  }
}
.coh-style-bc-cta-section--textbackground {
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  background-color: rgb(252, 237, 244);
}
@media (min-width: 1024px) {
  .coh-style-bc-cta-section--textbackground {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-cta-section--textbackground {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1600px) {
  .coh-style-bc-cta-section--textbackground {
    padding-top: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
  }
}
.coh-style-bc-cta-section--textbackground h3 {
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .coh-style-bc-cta-section--textbackground h3 {
    padding-right: 20px;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-cta-section--textbackground h3 {
    padding-right: 144px;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-cta-section--textbackground p {
    padding-right: 83px;
  }
}
.coh-style-bc-back-to-top {
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 902;
}
@media (min-width: 1024px) {
  .coh-style-bc-back-to-top {
    right: 40px;
    z-index: 902;
    bottom: 24px;
  }
}
.coh-style-bc-article-content-card .coh-style-bc-text-link--icon, .coh-style-bc-article-content-card--text .coh-style-bc-text-link--icon, .coh-style-bc-article-content-card--heading .coh-style-bc-text-link--icon, .coh-style-bc-article-content-card--read-time .coh-style-bc-text-link--icon {
  font-size: 14px;
}
.coh-style-bc-article-content-card .coh-style-bc-text-link--icon:after, .coh-style-bc-article-content-card--text .coh-style-bc-text-link--icon:after, .coh-style-bc-article-content-card--heading .coh-style-bc-text-link--icon:after, .coh-style-bc-article-content-card--read-time .coh-style-bc-text-link--icon:after {
  font-size: 20px;
}
.coh-style-bc-article-content-card--read-time {
  color: rgb(232, 245, 246);
  font-size: 12px;
  word-wrap: break-word;
  line-height: 18px;
  letter-spacing: 0;
  padding-top: 16px;
  padding-bottom: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-style-bc-article-content-card--read-time:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912";
  font-family: icomoon;
  margin-right: 10px;
}
.coh-style-bc-article-content-card--heading {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 77px;
  height: 77px;
  margin-top: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .coh-style-bc-article-content-card--heading {
    margin-bottom: 10px;
  }
}
.coh-style-bc-article-content-card--text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 105px;
  margin-bottom: 20px;
  overflow: hidden;
}
.coh-style-bc-anchor-list {
  margin-right: 20px;
  margin-left: 22px;
}
@media (min-width: 768px) {
  .coh-style-bc-anchor-list {
    margin-right: 30px;
  }
}
@media (min-width: 1024px) {
  .coh-style-bc-anchor-list {
    margin-right: 0;
  }
}
.coh-style-bc-anchor-list li {
  list-style-type: none;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 20px;
  position: relative;
}
.coh-style-bc-anchor-list li:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  background-color: unset;
  color: rgb(229, 46, 136);
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  position: absolute;
  left: -30px;
  top: 2px;
  content: "\e915";
  font-family: icomoon;
  font-size: 20px;
}
.coh-style-bc-anchor-list li:before:hover {
  color: rgb(35, 82, 124);
}
.coh-style-bc-anchor-list li.selected a {
  color: rgb(0, 173, 188);
}
.coh-style-bc-anchor-list li.horizontal-anchor {
  display: inline-block;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .coh-style-bc-anchor-list li.horizontal-anchor {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.coh-style-bc-anchor-list li.horizontal-anchor:last-child {
  margin-right: 0;
}
.coh-style-bc-anchor-list li.horizontal-anchor li {
  margin-left: 10px;
}
.coh-style-bc-anchor-list li a {
  color: rgb(229, 46, 136);
  text-decoration: none;
  font-size: 14px;
  display: inline;
  line-height: 17px;
}
.coh-style-bc-anchor-list li a:hover {
  color: rgb(35, 82, 124);
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.coh-style-bc-anchor {
  position: relative;
  z-index: 4;
}
.coh-style-bc-column-center-contents {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
@media (min-width: 1024px) {
  .coh-style-add-space-around-cta {
    margin: 20px;
  }
}
@media (min-width: 1440px) {
  .coh-style-add-space-around-cta {
    margin: 30px;
    margin-left: 55px;
  }
}
@media (min-width: 1024px) {
  .coh-style-add-space-around {
    margin: 30px;
  }
}
@media (min-width: 1600px) {
  .coh-style-focusable-content input:focus, .coh-style-focusable-content select:focus, .coh-style-focusable-content textarea:focus, .coh-style-focusable-content button:focus, .coh-style-focusable-content a:focus {
    -webkit-box-shadow: 0 0 0 0.1875rem rgb(255, 204, 78);
            box-shadow: 0 0 0 0.1875rem rgb(255, 204, 78);
  }
}
@media (min-width: 1600px) {
  .coh-style-focusable-content .card-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (min-width: 1600px) {
  .coh-style-focusable-content .card-link:focus:after {
    -webkit-box-shadow: 0 0 0 0.1875rem rgb(255, 204, 78);
            box-shadow: 0 0 0 0.1875rem rgb(255, 204, 78);
  }
}
@media (min-width: 1600px) {
  .coh-style-focusable-content a[role=link] {
    display: block;
  }
}
.coh-style-bc-share-links {
  padding-right: 0;
  padding-left: 0;
  margin-right: 2px;
  margin-bottom: 0;
  margin-left: 2px;
}
.a2a_full_services.coh-style-bc-share-links {
  overflow-y: hidden;
  padding-right: 0;
  padding-left: 0;
  height: auto;
}
.coh-style-bc-share-links li {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.coh-style-bc-share-links li:before {
  display: none;
}
.coh-style-bc-share-links li a span {
  display: none;
}
.coh-style-bc-text-with-button-link {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
}
@media (min-width: 1024px) {
  .coh-style-bc-text-with-button-link {
    padding-left: 62px;
  }
}
.coh-style-bc-text-with-button-link .coh-style-bc-pre-heading span {
  font-family: 'Open Sans', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 28px;
}
.coh-style-bc-text-with-button-link .coh-heading {
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 28px;
}
.coh-style-bc-border-right--white {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(255, 255, 255);
  height: auto;
}
@media (min-width: 1024px) {
  .coh-style-bc-border-right--white {
    border-right-width: 1px;
    border-bottom-width: 0;
    border-bottom-style: none;
    border-right-style: solid;
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgba(0, 0, 0, 0);
  }
}
.coh-style-bc-product-card--no-padding-left {
  padding-left: 0;
}
.coh-style-bc-top-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: rgb(0, 173, 187);
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 10px;
  padding-left: 20px;
}
@media (min-width: 1024px) {
  .coh-style-bc-top-header {
    line-height: 64px;
    padding-top: 4px;
    padding-right: 20px;
    padding-bottom: 4px;
    padding-left: 20px;
    position: relative;
    z-index: 999;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    height: 64px;
    background-color: rgb(255, 255, 255);
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-top-header {
    padding-right: 55px;
    padding-left: 55px;
  }
}
.coh-style-bc-top-header-language {
  background-color: rgb(255, 255, 255);
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding-top: 10px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .coh-style-bc-top-header-language {
    line-height: 64px;
    padding-top: 4px;
    padding-right: 20px;
    padding-bottom: 4px;
    padding-left: 20px;
    position: relative;
    z-index: 999;
    height: 64px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-top-header-language {
    padding-right: 55px;
    padding-left: 55px;
  }
}
.coh-style-bc-white-theme {
  background-color: rgb(255, 255, 255);
  font-family: 'Open Sans', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(173, 173, 173);
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .coh-style-bc-white-theme {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.coh-style-bc-white-theme ul li:hover {
  text-decoration: none;
  color: rgb(35, 82, 124);
}
.coh-style-bc-article-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .coh-style-bc-article-hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.coh-style-bc-article-hero .article-hero--text {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 20px;
  padding-left: 20px;
  min-height: 400px;
  position: relative;
}
@media (min-width: 768px) {
  .coh-style-bc-article-hero .article-hero--text {
    min-height: 100%;
  }
}
@media (min-width: 1024px) {
  .coh-style-bc-article-hero .article-hero--text {
    padding-right: 55px;
    padding-bottom: 30px;
    padding-left: 55px;
  }
}
.coh-style-bc-article-hero .article-hero--text .article-hero--reading-time {
  position: absolute;
  bottom: 0;
  color: rgb(127, 214, 221);
  font-size: 12px;
  line-height: 23px;
}
.coh-style-bc-article-hero .article-hero--text .article-hero--reading-time:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912";
  font-family: icomoon;
  margin-right: 10px;
}
.coh-style-bc-article-hero .article-hero--image {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.coh-style-bc-article-hero .article-hero--image img {
  min-height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .coh-style-bc-article-hero .article-hero--image img {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 500px;
    max-height: 500px;
  }
}
.coh-style-bc-blue-theme {
  background-color: rgb(0, 173, 188);
  padding-top: 40px;
  padding-bottom: 40px;
  color: rgb(255, 255, 255);
}
@media (min-width: 1024px) {
  .coh-style-bc-blue-theme {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-blue-theme {
    padding-bottom: 100px;
  }
}
.coh-style-bc-blue-theme ul li a {
  color: rgb(255, 255, 255);
}
.coh-style-bc-blue-theme ul li a:hover {
  color: rgb(35, 82, 124);
  text-decoration: none;
}
.coh-style-bc-blue-theme a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.coh-style-bc-blue-theme a:hover {
  color: rgb(35, 82, 124);
  text-decoration: none;
}
.coh-style-bc-quote--author p {
  font-family: 'Open Sans', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
}
.coh-style-bc-quote--text p {
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 1024px) {
  .coh-style-bc-quote--text p {
    font-size: 26px;
    line-height: 32px;
  }
}
.coh-style-bc-quote--image {
  max-height: 270px;
}
@media (min-width: 1024px) {
  .coh-style-bc-quote--image {
    max-height: 100%;
  }
}
.coh-style-bc-quote--image img {
  max-height: 270px;
  width: auto;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .coh-style-bc-quote--image img {
    max-height: 100%;
  }
}
.coh-style-bc-border-right--green {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(37, 111, 34);
}
@media (min-width: 1024px) {
  .coh-style-bc-border-right--green {
    border-right-width: 1px;
    border-bottom-width: 0;
    border-bottom-style: none;
    border-right-style: solid;
    border-right-color: rgb(37, 111, 34);
    border-bottom-color: rgba(0, 0, 0, 0);
  }
}
.coh-style-bc-product-card--padding-left {
  padding-left: 2rem;
}
.coh-style-bc-testimonial--card {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .coh-style-bc-testimonial--card {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1600px) {
  .coh-style-bc-testimonial--card {
    padding-top: 70px;
    padding-right: 70px;
    padding-bottom: 70px;
    padding-left: 70px;
  }
}
.coh-style-bc-testimonial--card:before {
  font-size: 80px;
  color: rgb(0, 173, 188);
  content: "„";
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 32px;
  margin-top: -30px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
}
.coh-style-bc-testimonial--card h3 {
  font-family: 'Open Sans', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 21px;
  line-height: 32px;
  letter-spacing: 0;
  color: rgb(0, 45, 93);
  font-weight: 600;
}
.coh-style-bc-testimonial--card img {
  width: auto;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.coh-style-bc-testimonial--card .name {
  font-size: 17px;
  line-height: 24px;
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(173, 173, 173);
  margin-bottom: 0;
}
.coh-style-bc-testimonial--card .organisation {
  font-family: 'Open Sans', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  line-height: 24px;
  color: rgb(173, 173, 173);
  margin-bottom: 0;
}
.coh-style-bc-breadcrumbs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: absolute;
  display: none;
}
@media (min-width: 1024px) {
  .coh-style-bc-breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.coh-style-bc-breadcrumbs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .coh-style-bc-breadcrumbs ul {
    margin-top: 10px;
  }
}
@media (min-width: 1600px) {
  .coh-style-bc-breadcrumbs ul {
    margin-top: 30px;
  }
}
.coh-style-bc-breadcrumbs ul li {
  color: rgb(0, 45, 93);
  font-size: 12px;
  text-decoration: none;
  margin-right: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-style-bc-breadcrumbs ul li:first-child a:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e93a";
  font-family: icomoon;
  font-size: 12px;
  color: rgb(0, 173, 188);
  text-decoration: none;
}
.coh-style-bc-breadcrumbs ul li:last-child:after {
  content: " ";
}
.coh-style-bc-breadcrumbs ul li:after {
  content: "\002F";
  color: rgb(173, 173, 173);
  font-size: 12px;
}
.coh-style-bc-breadcrumbs ul li a {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  margin-right: 8px;
  color: rgb(0, 173, 188);
  text-decoration: none;
}
.coh-style-bc-breadcrumbs ul li a:hover {
  color: rgb(35, 82, 124);
}
.coh-style-bc-button, .coh-style-bc-button--secondary-background, .coh-style-bc-button--text-link, .coh-style-bc-button--secondary, .coh-style-bc-button--conversion {
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(0, 45, 93);
  font-size: 16px;
  line-height: 18px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0, 45, 93);
}
.coh-style-bc-button:hover, .coh-style-bc-button--secondary-background:hover, .coh-style-bc-button--text-link:hover, .coh-style-bc-button--secondary:hover, .coh-style-bc-button--conversion:hover {
  text-decoration: none;
  color: rgb(0, 45, 93);
}
@media (min-width: 1024px) {
  .coh-style-bc-button:hover, .coh-style-bc-button--secondary-background:hover, .coh-style-bc-button--text-link:hover, .coh-style-bc-button--secondary:hover, .coh-style-bc-button--conversion:hover {
    background-color: rgb(232, 245, 246);
  }
}
.coh-style-bc-button:nth-child(2), .coh-style-bc-button--secondary-background:nth-child(2), .coh-style-bc-button--text-link:nth-child(2), .coh-style-bc-button--secondary:nth-child(2), .coh-style-bc-button--conversion:nth-child(2) {
  margin-left: 20px;
}
.coh-style-bc-button:before, .coh-style-bc-button--secondary-background:before, .coh-style-bc-button--text-link:before, .coh-style-bc-button--secondary:before, .coh-style-bc-button--conversion:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  font-family: icomoon;
  margin-right: 10px;
}
[inactive].coh-style-bc-button, [inactive].coh-style-bc-button--secondary-background, [inactive].coh-style-bc-button--text-link, [inactive].coh-style-bc-button--secondary, [inactive].coh-style-bc-button--conversion {
  color: rgb(231, 233, 235);
  background-color: rgb(255, 255, 255);
}
.coh-style-bc-button--conversion {
  background-color: rgb(229, 46, 136);
  border-color: rgba(0, 0, 0, 0);
  color: rgb(255, 255, 255);
}
.coh-style-bc-button--conversion:hover {
  background-color: rgb(229, 46, 136);
}
@media (min-width: 1024px) {
  .coh-style-bc-button--conversion:hover {
    color: rgb(255, 255, 255);
  }
}
.coh-style-bc-button--conversion:before {
  content: "";
  margin-right: 0;
}
.coh-style-bc-button--secondary {
  background-color: rgb(0, 173, 188);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  color: rgb(255, 255, 255);
}
.coh-style-bc-button--secondary:hover {
  border-width: 1px;
  border-style: solid;
}
@media (min-width: 1024px) {
  .coh-style-bc-button--secondary:hover {
    border-color: rgb(0, 173, 188);
    background-color: rgb(232, 245, 246);
    color: rgb(0, 45, 93);
  }
}
.coh-style-bc-button--secondary:before {
  content: "";
  margin-right: 0;
}
.coh-style-bc-button--text-link {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(0, 45, 93);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 18px;
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-width: 0;
  border-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1024px) {
  .coh-style-bc-button--text-link:hover {
    color: rgb(35, 82, 124);
    background-color: rgba(0, 0, 0, 0);
  }
}
.coh-style-bc-button--text-link:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  font-family: icomoon;
  margin-left: 0.625rem;
  font-size: 20px;
}
.coh-style-bc-button--text-link:before {
  content: "";
  margin-right: 0;
}
.coh-style-bc-button--secondary-background {
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
}
@media (min-width: 1024px) {
  .coh-style-bc-button--secondary-background:hover {
    color: rgb(17, 77, 155);
    background-color: rgba(0, 0, 0, 0);
  }
}
.coh-style-bc-button-with-icon {
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(255, 255, 255);
  font-size: 16px;
  text-decoration: none;
  background-color: rgb(0, 45, 93);
  padding-top: 0.625rem;
  padding-right: 1.125rem;
  padding-bottom: 0.625rem;
  padding-left: 1.125rem;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
@media (min-width: 1024px) {
  .coh-style-bc-button-with-icon:hover {
    background-color: rgb(35, 82, 124);
    color: rgb(255, 255, 255);
  }
}
.coh-style-bc-button-with-icon:before {
  color: rgb(255, 255, 255);
  font-size: 1.0625rem;
  padding-right: 0.625rem;
}
.coh-style-bc-button-variation-one, .coh-style-bc-button-variation-one--secondary-background, .coh-style-bc-button-variation-one--secondary, .coh-style-bc-button-variation-one--conversion {
  font-family: 'Open Sans', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(255, 255, 255);
  font-size: 0.9375rem;
  line-height: 1.125rem;
  background-color: rgb(0, 45, 93);
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 15px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .coh-style-bc-button-variation-one:hover, .coh-style-bc-button-variation-one--secondary-background:hover, .coh-style-bc-button-variation-one--secondary:hover, .coh-style-bc-button-variation-one--conversion:hover {
    background-color: rgb(232, 245, 246);
  }
}
[inactive].coh-style-bc-button-variation-one, [inactive].coh-style-bc-button-variation-one--secondary-background, [inactive].coh-style-bc-button-variation-one--secondary, [inactive].coh-style-bc-button-variation-one--conversion {
  color: rgb(231, 233, 235);
  background-color: rgb(255, 255, 255);
}
.coh-style-bc-button-variation-one--conversion {
  background-color: rgb(229, 46, 136);
}
.coh-style-bc-button-variation-one--secondary {
  color: rgb(0, 45, 93);
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(0, 45, 93);
}
.coh-style-bc-button-variation-one--secondary:hover {
  border-width: 2px;
  border-style: solid;
}
@media (min-width: 1024px) {
  .coh-style-bc-button-variation-one--secondary:hover {
    background-color: rgb(35, 82, 124);
    color: rgb(255, 255, 255);
    border-color: rgb(35, 82, 124);
  }
}
.coh-style-bc-button-variation-one--secondary-background {
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
}
.coh-style-bc-button-variation-one--secondary-background:hover {
  border-width: 2px;
  border-style: solid;
}
@media (min-width: 1024px) {
  .coh-style-bc-button-variation-one--secondary-background:hover {
    color: rgb(17, 77, 155);
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
  }
}
.coh-style-bc-button-variation-two, .coh-style-bc-button-variation-two--secondary-background, .coh-style-bc-button-variation-two--secondary {
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(255, 255, 255);
  font-size: 0.9375rem;
  line-height: 1.125rem;
  background-color: rgb(0, 45, 93);
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 15px;
  text-decoration: none;
}
.coh-style-bc-button-variation-two:hover, .coh-style-bc-button-variation-two--secondary-background:hover, .coh-style-bc-button-variation-two--secondary:hover {
  border-color: rgb(0, 45, 93);
  border-style: solid;
  border-width: 1px;
}
@media (min-width: 1024px) {
  .coh-style-bc-button-variation-two:hover, .coh-style-bc-button-variation-two--secondary-background:hover, .coh-style-bc-button-variation-two--secondary:hover {
    background-color: rgb(255, 255, 255);
  }
}
[inactive].coh-style-bc-button-variation-two, [inactive].coh-style-bc-button-variation-two--secondary-background, [inactive].coh-style-bc-button-variation-two--secondary {
  color: rgb(231, 233, 235);
  background-color: rgb(255, 255, 255);
}
.coh-style-bc-button-variation-two--secondary {
  background-color: rgb(204, 237, 247);
  color: rgb(0, 45, 93);
}
.coh-style-bc-button-variation-two--secondary:hover {
  color: rgb(255, 255, 255);
}
@media (min-width: 1024px) {
  .coh-style-bc-button-variation-two--secondary:hover {
    background-color: rgb(0, 45, 93);
  }
}
.coh-style-bc-button-variation-two--secondary-background {
  color: rgb(51, 51, 51);
  background-color: rgb(204, 204, 204);
}
@media (min-width: 1024px) {
  .coh-style-bc-button-variation-two--secondary-background:hover {
    color: rgb(0, 45, 93);
    background-color: rgb(255, 255, 255);
  }
}
.coh-style-bc-canvas-menu-close {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transform: translate(0px, 0);
      -ms-transform: translate(0px, 0);
          transform: translate(0px, 0);
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-bc-canvas-menu-open {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transform: translate(-290px, 0);
      -ms-transform: translate(-290px, 0);
          transform: translate(-290px, 0);
  min-height: 100vh;
}
.coh-style-bc-card--heading {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: clip;
  min-height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .coh-style-bc-card--heading {
    min-height: 68px;
    height: 68px;
  }
}
.coh-style-bc-card--image {
  height: 100%;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .coh-style-bc-card--image {
    height: auto;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-card--image {
    height: 200px;
  }
}
.coh-style-bc-card--image img {
  max-height: 100%;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1440px) {
  .coh-style-bc-card--image img {
    max-height: 200px;
  }
}
.coh-style-bc-card--text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .coh-style-bc-card--text {
    min-height: 105px;
    height: 105px;
    margin-bottom: 20px;
  }
}
.coh-style-bc-2-column-layout .impact-card-container .impact-card-heading {
  margin-bottom: 30px;
}
.coh-style-bc-2-column-layout .coh-column {
  overflow: hidden;
  margin-bottom: 0;
}
.coh-style-bc-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  margin: 0;
  display: table;
}
.coh-container.coh-style-bc-table:before {
  content: none;
}
.coh-container.coh-style-bc-table:after {
  content: none;
}
.coh-style-bc-table caption {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: table-caption;
}
.coh-style-bc-table th {
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  display: table-cell;
}
.coh-style-bc-table td {
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1024px) {
  .coh-style-bc-table td {
    display: table-cell;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
.coh-style-bc-table tr {
  display: block;
  padding: 5px;
  margin-bottom: 10px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: rgb(192, 194, 196);
}
@media (min-width: 1024px) {
  .coh-style-bc-table tr {
    padding: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
    display: table-row;
  }
}
.coh-style-bc-table .coh-container:before {
  content: none;
}
.coh-style-bc-table .coh-container:after {
  content: none;
}
@media (min-width: 1600px) {
  .coh-style-facet-accordion .collapsiblock {
    background-image: none;
    background-origin: border-box;
    background-clip: border-box;
  }
}
@media (min-width: 1600px) {
  .coh-style-facet-accordion .collapsiblock.collapsiblockCollapsed h2 {
    border-bottom-color: rgb(219, 219, 220);
    border-bottom-width: 0.0625rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-facet-accordion .collapsiblock.collapsiblockCollapsed h2:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .coh-style-facet-accordion .collapsiblock a {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-facet-accordion .collapsiblock h2 {
    font-size: 0.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom-width: 0.125rem;
    border-bottom-style: solid;
    border-bottom-color: rgb(38, 163, 221);
    padding-right: 1.875rem;
    padding-bottom: 0.75rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-facet-accordion .collapsiblock h2:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f077";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .coh-style-facet-accordion .coh-block {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-facet-accordion .facet-item {
    margin-left: 0;
    list-style-type: none;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-facet-accordion .facet-item a {
    color: rgb(38, 163, 221);
    cursor: pointer;
  }
}
@media (min-width: 1600px) {
  .coh-style-facet-accordion .facet-item a:hover {
    color: rgb(112, 195, 233);
  }
}
@media (min-width: 1600px) {
  .coh-style-facet-accordion .facet-item a.is-active {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-facet-accordion .facet-item a.is-active .facet-item__status {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-facet-accordion .facet-item a .facet-item__count {
    color: rgb(0, 0, 0);
    float: right;
  }
}
@media (min-width: 1024px) {
  .coh-style-search-result-container {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-search-result-container {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    border-bottom-color: rgb(204, 204, 204);
  }
}
@media (min-width: 1600px) {
  .coh-style-contact-information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .coh-style-contact-information li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.5rem;
    margin-left: 0;
    list-style-type: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1600px) {
  .coh-style-contact-information li:before {
    width: 1rem;
    margin-right: 1rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-contact-information li.place-contact-name:before {
    line-height: 1.5;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f007";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .coh-style-contact-information li.place-company:before {
    line-height: 1.5;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1ad";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .coh-style-contact-information li.place-address:before {
    line-height: 1.5;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f041";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .coh-style-contact-information li.place-telephone:before {
    line-height: 1.5;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f098";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .coh-style-contact-information li.place-email:before {
    line-height: 1.5;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0e0";
    font-family: icomoon;
  }
}
@media (min-width: 425px) {
  .coh-style-date-with-icon {
    margin-right: 0.25rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-date-with-icon {
    margin-right: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-date-with-icon:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f133";
    font-family: icomoon;
    margin-right: 0.25rem;
  }
}
@media (min-width: 425px) {
  .coh-style-date-with-hyphen {
    margin-right: 0.5rem;
    margin-left: -0.25rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-date-with-hyphen {
    margin-right: 0.75rem;
    margin-left: -0.5rem;
  }
}
@media (min-width: 425px) {
  .coh-style-date-with-hyphen:before {
    margin-right: 0.125rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-date-with-hyphen:before {
    margin-right: 0.25rem;
    content: "-";
  }
}
@media (min-width: 1600px) {
  .coh-style-location-with-icon {
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 1600px) {
  .coh-style-location-with-icon:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f041";
    font-family: icomoon;
    margin-right: 0.25rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-search-block {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-search-block form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1600px) {
  .coh-style-search-block .form-type-search-api-autocomplete {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .coh-style-search-block .form-text.form-autocomplete {
    height: 3.5rem;
    width: 100%;
    background-color: rgb(242, 242, 242);
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    border-style: none;
    color: rgb(72, 72, 72);
  }
}
@media (min-width: 1600px) {
  .coh-style-search-block .form-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgb(242, 242, 242);
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .coh-style-search-block .form-actions:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    font-family: icomoon;
    position: absolute;
    font-size: 1.5rem;
    color: rgb(0, 0, 0);
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
  }
}
@media (min-width: 1600px) {
  .coh-style-search-block .form-actions:hover {
    background-color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-search-block .form-actions:hover:before {
    color: rgb(255, 255, 255);
    cursor: pointer;
  }
}
@media (min-width: 1600px) {
  .coh-style-search-block .button.form-submit {
    height: 3.5rem;
    width: 3.5rem;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    color: rgba(0, 0, 0, 0);
    z-index: 1;
  }
}
@media (min-width: 1600px) {
  .coh-style-search-block .button.form-submit:hover {
    background-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-hide-default-listing-view + .coh-row .default-listing-view {
    display: none;
  }
}
@media (min-width: 768px) {
  .coh-style-clear-facets-block #block-clear-facet-filters {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-clear-facets-block #block-clear-facet-filters {
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-map-info-window p {
    font-size: 0.75rem;
    margin-bottom: 0.375rem;
    line-height: 1.25;
  }
}
@media (min-width: 1600px) {
  .coh-style-extra-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}
.coh-style-extra-info li {
  font-size: 0.625rem;
}
@media (min-width: 1600px) {
  .coh-style-extra-info li {
    font-weight: bold;
    font-size: 0.75rem;
    margin-bottom: 0;
    margin-left: 0;
    list-style-type: none;
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme {
    background-color: rgb(255, 255, 255);
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    border-bottom-color: rgb(219, 219, 220);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .utilities-bar-horizontal {
    background-color: rgb(242, 242, 242);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .utilities-bar-horizontal .utilities-menu a {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .utilities-bar-horizontal .utilities-menu a:hover {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .utilities-bar-horizontal .social-links a {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .utilities-bar-horizontal .social-links a:hover {
    color: rgb(112, 195, 233);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .utilities-bar-vertical {
    background-color: rgb(242, 242, 242);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .utilities-bar-vertical .utilities-menu a {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .utilities-bar-vertical .utilities-menu a:hover {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .utilities-bar-vertical .social-links {
    background-color: rgb(255, 255, 255);
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    border-bottom-color: rgb(219, 219, 220);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .utilities-bar-vertical .social-links a {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .utilities-bar-vertical .social-links a:hover {
    color: rgb(112, 195, 233);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .main-menu-toggle-button {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .main-menu-toggle-button:hover {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 768px) {
  .coh-style-header-light-theme .main-menu-wrapper {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: inset 0 0.0625rem 0 0 rgb(219, 219, 220);
            box-shadow: inset 0 0.0625rem 0 0 rgb(219, 219, 220);
  }
}
@media (min-width: 768px) {
  .coh-style-header-light-theme .main-menu .menu-level-1 > li {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .main-menu .menu-level-1 > li {
    -webkit-transition: 300ms ease-in-out box-shadow;
    transition: 300ms ease-in-out box-shadow;
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@media (min-width: 768px) {
  .coh-style-header-light-theme .main-menu .menu-level-1 > li:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .main-menu .menu-level-1 > li:hover {
    -webkit-box-shadow: inset 0 -0.1875rem 0 0 rgb(38, 163, 221);
            box-shadow: inset 0 -0.1875rem 0 0 rgb(38, 163, 221);
  }
}
@media (min-width: 768px) {
  .coh-style-header-light-theme .main-menu .menu-level-1 > li.is-expanded {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .main-menu .menu-level-1 > li.is-expanded {
    -webkit-box-shadow: inset 0 -0.1875rem 0 0 rgb(38, 163, 221);
            box-shadow: inset 0 -0.1875rem 0 0 rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .main-menu .menu-level-1 > li.in-active-trail {
    -webkit-box-shadow: inset 0 -0.1875rem 0 0 rgb(38, 163, 221);
            box-shadow: inset 0 -0.1875rem 0 0 rgb(38, 163, 221);
  }
}
@media (min-width: 768px) {
  .coh-style-header-light-theme .main-menu .menu-level-1 > li > a {
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    border-bottom-color: rgb(219, 219, 220);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .main-menu .menu-level-1 > li > a {
    color: rgb(0, 0, 0);
    -webkit-transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
    transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
  }
}
@media (min-width: 768px) {
  .coh-style-header-light-theme .main-menu .menu-level-1 > li > a:hover {
    border-bottom-color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .main-menu .menu-level-1 > li > a:hover {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 768px) {
  .coh-style-header-light-theme .main-menu .menu-level-2-wrapper > .coh-container-boxed {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .main-menu .menu-level-2-wrapper > .coh-container-boxed {
    background-color: rgb(242, 242, 242);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .main-menu .menu-level-2 > li > a {
    color: rgb(0, 0, 0);
    -webkit-transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
    transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    border-bottom-color: rgb(219, 219, 220);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .main-menu .menu-level-2 > li > a:hover {
    color: rgb(38, 163, 221);
    border-bottom-color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .main-menu .menu-level-3 > li > a {
    -webkit-transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
    transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
    color: rgb(0, 0, 0);
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    border-bottom-color: rgb(219, 219, 220);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .main-menu .menu-level-3 > li > a:hover {
    color: rgb(38, 163, 221);
    border-bottom-color: rgb(38, 163, 221);
  }
}
@media (min-width: 768px) {
  .coh-style-header-light-theme .search-toggle-button {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .search-toggle-button {
    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    color: rgb(255, 255, 255);
    background-color: rgb(219, 219, 220);
  }
}
@media (min-width: 768px) {
  .coh-style-header-light-theme .search-toggle-button:hover {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .search-toggle-button:hover {
    background-color: rgb(38, 163, 221);
  }
}
@media (min-width: 768px) {
  .coh-style-header-light-theme .search-toggle-button.search-active {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .search-toggle-button.search-active {
    background-color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .search-wrapper #block-searchform input[type=search] {
    background-color: rgb(242, 242, 242);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .search-wrapper #block-searchform input[type=submit] {
    color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .search-wrapper #block-searchform .form-actions {
    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    color: rgb(0, 0, 0);
    background-color: rgb(242, 242, 242);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-light-theme .search-wrapper #block-searchform .form-actions:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme {
    background-color: rgb(34, 34, 34);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .utilities-bar-horizontal {
    background-color: rgb(50, 50, 50);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .utilities-bar-horizontal .utilities-menu a {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .utilities-bar-horizontal .utilities-menu a:hover {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .utilities-bar-horizontal .social-links a {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .utilities-bar-horizontal .social-links a:hover {
    color: rgb(112, 195, 233);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .utilities-bar-vertical {
    background-color: rgb(242, 242, 242);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .utilities-bar-vertical .utilities-menu a {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .utilities-bar-vertical .utilities-menu a:hover {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .utilities-bar-vertical .social-links {
    background-color: rgb(255, 255, 255);
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    border-bottom-color: rgb(219, 219, 220);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .utilities-bar-vertical .social-links a {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .utilities-bar-vertical .social-links a:hover {
    color: rgb(112, 195, 233);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .main-menu-toggle-button {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .main-menu-toggle-button:hover {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 768px) {
  .coh-style-header-dark-theme .main-menu-wrapper {
    background-color: rgb(255, 255, 255);
  }
}
@media (min-width: 768px) {
  .coh-style-header-dark-theme .main-menu .menu-level-1 > li {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .main-menu .menu-level-1 > li {
    -webkit-transition: 300ms ease-in-out box-shadow;
    transition: 300ms ease-in-out box-shadow;
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@media (min-width: 768px) {
  .coh-style-header-dark-theme .main-menu .menu-level-1 > li:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .main-menu .menu-level-1 > li:hover {
    -webkit-box-shadow: inset 0 -0.1875rem 0 0 rgb(38, 163, 221);
            box-shadow: inset 0 -0.1875rem 0 0 rgb(38, 163, 221);
  }
}
@media (min-width: 768px) {
  .coh-style-header-dark-theme .main-menu .menu-level-1 > li.is-expanded {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .main-menu .menu-level-1 > li.is-expanded {
    -webkit-box-shadow: inset 0 -0.1875rem 0 0 rgb(38, 163, 221);
            box-shadow: inset 0 -0.1875rem 0 0 rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .main-menu .menu-level-1 > li.in-active-trail {
    -webkit-box-shadow: inset 0 -0.1875rem 0 0 rgb(38, 163, 221);
            box-shadow: inset 0 -0.1875rem 0 0 rgb(38, 163, 221);
  }
}
@media (min-width: 768px) {
  .coh-style-header-dark-theme .main-menu .menu-level-1 > li > a {
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    border-bottom-color: rgb(219, 219, 220);
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .main-menu .menu-level-1 > li > a {
    color: rgb(255, 255, 255);
    -webkit-transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
    transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
  }
}
@media (min-width: 768px) {
  .coh-style-header-dark-theme .main-menu .menu-level-1 > li > a:hover {
    border-bottom-color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .main-menu .menu-level-1 > li > a:hover {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 768px) {
  .coh-style-header-dark-theme .main-menu .menu-level-2-wrapper > .coh-container-boxed {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .main-menu .menu-level-2-wrapper > .coh-container-boxed {
    background-color: rgb(242, 242, 242);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .main-menu .menu-level-2 > li > a {
    color: rgb(0, 0, 0);
    -webkit-transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
    transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    border-bottom-color: rgb(219, 219, 220);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .main-menu .menu-level-2 > li > a:hover {
    color: rgb(38, 163, 221);
    border-bottom-color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .main-menu .menu-level-3 > li > a {
    -webkit-transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
    transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
    color: rgb(0, 0, 0);
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    border-bottom-color: rgb(219, 219, 220);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .main-menu .menu-level-3 > li > a:hover {
    color: rgb(38, 163, 221);
    border-bottom-color: rgb(38, 163, 221);
  }
}
@media (min-width: 768px) {
  .coh-style-header-dark-theme .search-toggle-button {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .search-toggle-button {
    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    color: rgb(255, 255, 255);
    background-color: rgb(50, 50, 50);
  }
}
@media (min-width: 768px) {
  .coh-style-header-dark-theme .search-toggle-button:hover {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .search-toggle-button:hover {
    background-color: rgb(38, 163, 221);
  }
}
@media (min-width: 768px) {
  .coh-style-header-dark-theme .search-toggle-button.search-active {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .search-toggle-button.search-active {
    background-color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .search-wrapper #block-searchform input[type=search] {
    background-color: rgb(242, 242, 242);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .search-wrapper #block-searchform input[type=submit] {
    color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .search-wrapper #block-searchform .form-actions {
    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    color: rgb(0, 0, 0);
    background-color: rgb(242, 242, 242);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-dark-theme .search-wrapper #block-searchform .form-actions:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme {
    background-color: rgb(26, 137, 201);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .utilities-bar-horizontal {
    background-color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .utilities-bar-horizontal .utilities-menu a {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .utilities-bar-horizontal .utilities-menu a:hover {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .utilities-bar-horizontal .social-links a {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .utilities-bar-horizontal .social-links a:hover {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .utilities-bar-vertical {
    background-color: rgb(242, 242, 242);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .utilities-bar-vertical .utilities-menu a {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .utilities-bar-vertical .utilities-menu a:hover {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .utilities-bar-vertical .social-links {
    background-color: rgb(255, 255, 255);
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    border-bottom-color: rgb(219, 219, 220);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .utilities-bar-vertical .social-links a {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .utilities-bar-vertical .social-links a:hover {
    color: rgb(112, 195, 233);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .main-menu-toggle-button {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .main-menu-toggle-button:hover {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 768px) {
  .coh-style-header-colored-theme .main-menu-wrapper {
    background-color: rgb(255, 255, 255);
  }
}
@media (min-width: 768px) {
  .coh-style-header-colored-theme .main-menu .menu-level-1 > li {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .main-menu .menu-level-1 > li {
    -webkit-transition: 300ms ease-in-out box-shadow;
    transition: 300ms ease-in-out box-shadow;
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@media (min-width: 768px) {
  .coh-style-header-colored-theme .main-menu .menu-level-1 > li:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .main-menu .menu-level-1 > li:hover {
    -webkit-box-shadow: inset 0 -0.1875rem 0 0 rgb(0, 0, 0);
            box-shadow: inset 0 -0.1875rem 0 0 rgb(0, 0, 0);
  }
}
@media (min-width: 768px) {
  .coh-style-header-colored-theme .main-menu .menu-level-1 > li.is-expanded {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .main-menu .menu-level-1 > li.is-expanded {
    -webkit-box-shadow: inset 0 -0.1875rem 0 0 rgb(0, 0, 0);
            box-shadow: inset 0 -0.1875rem 0 0 rgb(0, 0, 0);
  }
}
@media (min-width: 768px) {
  .coh-style-header-colored-theme .main-menu .menu-level-1 > li.in-active-trail {
    -webkit-box-shadow: inset 0 -0.1875rem 0 0 rgb(38, 163, 221);
            box-shadow: inset 0 -0.1875rem 0 0 rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .main-menu .menu-level-1 > li.in-active-trail {
    -webkit-box-shadow: inset 0 -0.1875rem 0 0 rgb(0, 0, 0);
            box-shadow: inset 0 -0.1875rem 0 0 rgb(0, 0, 0);
  }
}
@media (min-width: 768px) {
  .coh-style-header-colored-theme .main-menu .menu-level-1 > li > a {
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    border-bottom-color: rgb(219, 219, 220);
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .main-menu .menu-level-1 > li > a {
    color: rgb(255, 255, 255);
    -webkit-transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
    transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
  }
}
@media (min-width: 768px) {
  .coh-style-header-colored-theme .main-menu .menu-level-1 > li > a:hover {
    color: rgb(38, 163, 221);
    border-bottom-color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .main-menu .menu-level-1 > li > a:hover {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 768px) {
  .coh-style-header-colored-theme .main-menu .menu-level-2-wrapper > .coh-container-boxed {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .main-menu .menu-level-2-wrapper > .coh-container-boxed {
    background-color: rgb(242, 242, 242);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .main-menu .menu-level-2 > li > a {
    color: rgb(0, 0, 0);
    -webkit-transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
    transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    border-bottom-color: rgb(219, 219, 220);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .main-menu .menu-level-2 > li > a:hover {
    color: rgb(38, 163, 221);
    border-bottom-color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .main-menu .menu-level-3 > li > a {
    -webkit-transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
    transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
    color: rgb(0, 0, 0);
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    border-bottom-color: rgb(219, 219, 220);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .main-menu .menu-level-3 > li > a:hover {
    color: rgb(38, 163, 221);
    border-bottom-color: rgb(38, 163, 221);
  }
}
@media (min-width: 768px) {
  .coh-style-header-colored-theme .search-toggle-button {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .search-toggle-button {
    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    color: rgb(255, 255, 255);
    background-color: rgb(38, 163, 221);
  }
}
@media (min-width: 768px) {
  .coh-style-header-colored-theme .search-toggle-button:hover {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .search-toggle-button:hover {
    background-color: rgb(0, 0, 0);
  }
}
@media (min-width: 768px) {
  .coh-style-header-colored-theme .search-toggle-button.search-active {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .search-toggle-button.search-active {
    background-color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .search-wrapper #block-searchform input[type=search] {
    background-color: rgb(242, 242, 242);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .search-wrapper #block-searchform input[type=submit] {
    color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .search-wrapper #block-searchform .form-actions {
    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    color: rgb(0, 0, 0);
    background-color: rgb(242, 242, 242);
  }
}
@media (min-width: 1600px) {
  .coh-style-header-colored-theme .search-wrapper #block-searchform .form-actions:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-footer-light-theme {
    background-color: rgb(242, 242, 242);
  }
}
@media (min-width: 1600px) {
  .coh-style-footer-light-theme .footer-menu a {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-footer-light-theme .footer-menu a:hover {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-footer-light-theme .social-links a {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-footer-light-theme .social-links a:hover {
    color: rgb(112, 195, 233);
  }
}
@media (min-width: 1600px) {
  .coh-style-footer-light-theme .secondary-row {
    background-color: rgb(219, 219, 220);
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-footer-colored-theme {
    background-color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-footer-colored-theme .footer-menu a {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-footer-colored-theme .footer-menu a:hover {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-footer-colored-theme .social-links a {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-footer-colored-theme .social-links a:hover {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-footer-colored-theme .secondary-row {
    background-color: rgb(26, 137, 201);
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-footer-dark-theme {
    background-color: rgb(34, 34, 34);
  }
}
@media (min-width: 1600px) {
  .coh-style-footer-dark-theme .footer-menu a {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-footer-dark-theme .footer-menu a:hover {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-footer-dark-theme .social-links a {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-footer-dark-theme .social-links a:hover {
    color: rgb(112, 195, 233);
  }
}
@media (min-width: 1600px) {
  .coh-style-footer-dark-theme .secondary-row {
    background-color: rgb(50, 50, 50);
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-text-color-light-background {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-text-color-colored-background {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-text-color-dark-background {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-fake-link-with-icon {
    color: rgb(38, 163, 221);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0.875rem;
    line-height: 1.25;
    font-weight: bold;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
  }
}
@media (min-width: 1600px) {
  .coh-style-fake-link-with-icon:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    font-family: icomoon;
    padding-left: 0.375rem;
    font-size: 0.625rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-fake-button {
    background-color: rgb(38, 163, 221);
    color: rgb(255, 255, 255);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1600px) {
  .coh-style-fake-button:hover {
    background-color: rgb(112, 195, 233);
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-fake-button:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    font-family: icomoon;
    font-size: 0.75rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-dark-background {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-dark-background:hover .fake-link {
    color: rgb(112, 195, 233);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-dark-background:hover .fake-button {
    background-color: rgb(112, 195, 233);
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-dark-background a {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-dark-background .fake-link {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-dark-background .fake-button {
    background-color: rgb(38, 163, 221);
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-dark-background .card-date {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-dark-background .card-tag {
    color: rgb(255, 255, 255);
    background-color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-dark-background .card-tag:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(112, 195, 233);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-dark-background .card-person {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-dark-background .card-person:hover {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-dark-background .card-place {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-dark-background .card-place:hover {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-dark-background .card-link:hover {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-light-background {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-light-background:hover .fake-link {
    color: rgb(112, 195, 233);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-light-background:hover .fake-button {
    background-color: rgb(112, 195, 233);
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-light-background a {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-light-background .fake-link {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-light-background .fake-button {
    background-color: rgb(38, 163, 221);
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-light-background .card-date {
    color: rgb(72, 72, 72);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-light-background .card-tag {
    color: rgb(72, 72, 72);
    background-color: rgb(242, 242, 242);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-light-background .card-tag:hover {
    background-color: rgb(38, 163, 221);
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-light-background .card-person {
    color: rgb(72, 72, 72);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-light-background .card-person:hover {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-light-background .card-place {
    color: rgb(72, 72, 72);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-light-background .card-place:hover {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-light-background .card-link:hover {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-colored-background {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-colored-background:hover .fake-link {
    color: rgb(72, 72, 72);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-colored-background:hover .fake-button {
    background-color: rgb(72, 72, 72);
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-colored-background a {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-colored-background .fake-link {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-colored-background .fake-button {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-colored-background .card-date {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-colored-background .card-tag {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-colored-background .card-tag:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(72, 72, 72);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-colored-background .card-person {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-colored-background .card-person:hover {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-colored-background .card-place {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-colored-background .card-place:hover {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-colored-background .card-link {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-card-text-colored-background .card-link:hover {
    color: rgb(0, 0, 0);
  }
}
.coh-style-accordion-tabs-keyline-light-text {
  background-color: rgb(56, 56, 56);
}
.coh-style-accordion-tabs-keyline-light-text .coh-accordion-title.is-active a {
  -webkit-box-shadow: inset 0 -0.125rem 0 0 rgb(17, 77, 155);
          box-shadow: inset 0 -0.125rem 0 0 rgb(17, 77, 155);
  background-color: rgb(56, 56, 56);
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-keyline-light-text .coh-accordion-title.is-active a:after {
    -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
            transform: rotateZ(180deg);
  }
}
.coh-style-accordion-tabs-keyline-light-text .coh-accordion-title a {
  font-weight: bold;
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  line-height: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset 0 -0.0625rem 0 0 rgb(219, 219, 220);
          box-shadow: inset 0 -0.0625rem 0 0 rgb(219, 219, 220);
  -webkit-transition: 200ms ease box-shadow, background-color 300ms ease;
  transition: 200ms ease box-shadow, background-color 300ms ease;
  background-color: rgb(231, 233, 235);
}
@media (min-width: 425px) {
  .coh-style-accordion-tabs-keyline-light-text .coh-accordion-title a {
    padding-top: 1rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .coh-style-accordion-tabs-keyline-light-text .coh-accordion-title a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-keyline-light-text .coh-accordion-title a {
    padding-top: 1.25rem;
    padding-right: 2rem;
    padding-bottom: 1.25rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-keyline-light-text .coh-accordion-title a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255);
    -webkit-box-shadow: inset 0 -0.125rem 0 0 rgb(38, 163, 221);
            box-shadow: inset 0 -0.125rem 0 0 rgb(38, 163, 221);
  }
}
.coh-style-accordion-tabs-keyline-light-text .coh-accordion-title a:after {
  margin-left: auto;
  -webkit-transform: rotateZ(0deg);
      -ms-transform: rotate(0deg);
          transform: rotateZ(0deg);
  -webkit-transition: 300ms ease transfrom;
  transition: 300ms ease transfrom;
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-keyline-light-text .coh-accordion-tabs-nav {
    -webkit-box-shadow: inset 0 -0.0625rem 0 0 rgb(219, 219, 220);
            box-shadow: inset 0 -0.0625rem 0 0 rgb(219, 219, 220);
  }
}
.coh-style-accordion-tabs-keyline-light-text .coh-accordion-tabs-nav li {
  margin-bottom: 0;
  margin-left: 0;
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-keyline-light-text .coh-accordion-tabs-nav li.is-active a {
    -webkit-box-shadow: inset 0 -0.125rem 0 0 rgb(38, 163, 221);
            box-shadow: inset 0 -0.125rem 0 0 rgb(38, 163, 221);
    background-color: rgba(0, 0, 0, 0);
  }
}
.coh-style-accordion-tabs-keyline-light-text .coh-accordion-tabs-nav li a {
  font-weight: bold;
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  line-height: 1rem;
}
@media (min-width: 425px) {
  .coh-style-accordion-tabs-keyline-light-text .coh-accordion-tabs-nav li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .coh-style-accordion-tabs-keyline-light-text .coh-accordion-tabs-nav li a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-keyline-light-text .coh-accordion-tabs-nav li a {
    -webkit-box-shadow: inset 0 -0.0625rem 0 0 rgb(219, 219, 220);
            box-shadow: inset 0 -0.0625rem 0 0 rgb(219, 219, 220);
    -webkit-transition: 200ms ease box-shadow;
    transition: 200ms ease box-shadow;
    padding-top: 1.25rem;
    padding-right: 2rem;
    padding-bottom: 1.25rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-keyline-light-text .coh-accordion-tabs-nav li a:hover {
    -webkit-box-shadow: inset 0 -0.125rem 0 0 rgb(38, 163, 221);
            box-shadow: inset 0 -0.125rem 0 0 rgb(38, 163, 221);
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0);
  }
}
.coh-style-bc-accordion-icon .coh-accordion-title {
  border-width: 1px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border-style: solid;
  border-color: rgb(0, 173, 188);
  margin-bottom: 15px;
}
.coh-style-bc-accordion-icon .coh-accordion-title.is-active a:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(127, 214, 221);
  font-size: 25px;
  content: "\e90d";
  font-family: icomoon;
}
.coh-style-bc-accordion-icon .coh-accordion-title a {
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  color: rgb(0, 173, 188);
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding-top: 1.25rem;
  padding-right: 0.625rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  display: block;
  text-decoration: none;
  position: relative;
  font-synthesis: style;
}
@media (min-width: 1024px) {
  .coh-style-bc-accordion-icon .coh-accordion-title a {
    padding-right: 1.25rem;
  }
}
.coh-style-bc-accordion-icon .coh-accordion-title a:hover {
  background-color: rgb(127, 214, 221);
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.coh-style-bc-accordion-icon .coh-accordion-title a:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.625rem;
  -webkit-transition: 300ms ease transform;
  transition: 300ms ease transform;
  content: "\e90e";
  font-family: icomoon;
  font-size: 25px;
  color: rgb(0, 173, 188);
  position: absolute;
  right: 20px;
}
@media (min-width: 1024px) {
  .coh-style-bc-accordion-icon .coh-accordion-title a:after {
    margin-left: 0.9375rem;
  }
}
.coh-style-bc-accordion-icon .coh-accordion-tabs-content {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media (min-width: 1024px) {
  .coh-style-bc-accordion-icon .coh-accordion-tabs-content {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
.coh-style-bc-accordion-background .coh-accordion-title {
  background-color: rgb(0, 173, 188);
}
.coh-style-bc-accordion-background .coh-accordion-title.is-active {
  background-color: rgb(127, 214, 221);
}
.coh-style-bc-accordion-background .coh-accordion-title.is-active a:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(255, 255, 255);
  font-size: 25px;
  content: "\e90d";
  font-family: icomoon;
}
.coh-style-bc-accordion-background .coh-accordion-title a {
  font-family: 'Open Sans', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  color: rgb(255, 255, 255);
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding-top: 1.25rem;
  padding-right: 0.625rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  display: block;
  text-decoration: none;
  position: relative;
}
@media (min-width: 1024px) {
  .coh-style-bc-accordion-background .coh-accordion-title a {
    padding-right: 1.25rem;
  }
}
.coh-style-bc-accordion-background .coh-accordion-title a:hover {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
@media (min-width: 1024px) {
  .coh-style-bc-accordion-background .coh-accordion-title a:hover {
    background-color: rgb(127, 214, 221);
  }
}
.coh-style-bc-accordion-background .coh-accordion-title a:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.625rem;
  -webkit-transition: 300ms ease transform;
  transition: 300ms ease transform;
  content: "\e90e";
  font-family: icomoon;
  font-size: 25px;
  color: rgb(255, 255, 255);
  position: absolute;
  right: 20px;
}
@media (min-width: 1024px) {
  .coh-style-bc-accordion-background .coh-accordion-title a:after {
    margin-left: 0.9375rem;
  }
}
.coh-style-bc-accordion-background .coh-accordion-tabs-content {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media (min-width: 1024px) {
  .coh-style-bc-accordion-background .coh-accordion-tabs-content {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
.coh-style-bc-accordion .coh-accordion-title:first-child {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: rgb(231, 233, 235);
}
.coh-style-bc-accordion .coh-accordion-title.is-active a {
  -webkit-box-shadow: inset 0 -2px 0 0 rgb(204, 204, 204);
          box-shadow: inset 0 -2px 0 0 rgb(204, 204, 204);
  color: rgb(127, 214, 221);
}
.coh-style-bc-accordion .coh-accordion-title.is-active a:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  font-family: icomoon;
  color: rgb(127, 214, 221);
  font-size: 25px;
}
.coh-style-bc-accordion .coh-accordion-title a {
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  color: rgb(0, 173, 188);
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  display: block;
  text-decoration: none;
  -webkit-box-shadow: inset 0 -2px 0 0 rgb(204, 204, 204);
          box-shadow: inset 0 -2px 0 0 rgb(204, 204, 204);
  position: relative;
  font-synthesis: style;
}
@media (min-width: 1024px) {
  .coh-style-bc-accordion .coh-accordion-title a {
    padding-right: 2.8125rem;
    padding-left: 1.25rem;
  }
}
.coh-style-bc-accordion .coh-accordion-title a:hover {
  -webkit-box-shadow: inset 0 -2px 0 0 rgb(127, 214, 221);
          box-shadow: inset 0 -2px 0 0 rgb(127, 214, 221);
  color: rgb(127, 214, 221);
}
.coh-style-bc-accordion .coh-accordion-title a:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.625rem;
  -webkit-transition: 300ms ease transform;
  transition: 300ms ease transform;
  content: "\e90e";
  font-family: icomoon;
  font-size: 25px;
  position: absolute;
  right: 0;
}
@media (min-width: 1024px) {
  .coh-style-bc-accordion .coh-accordion-title a:after {
    margin-left: 0.9375rem;
    right: 20px;
  }
}
.coh-style-bc-accordion .coh-accordion-tabs-content {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgb(231, 233, 235);
}
@media (min-width: 1024px) {
  .coh-style-bc-accordion .coh-accordion-tabs-content {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
.coh-style-bc-accordion-tabs-keyline-light-text {
  background-color: rgb(51, 51, 51);
}
.coh-style-bc-accordion-tabs-keyline-light-text .coh-accordion-title.is-active a {
  text-decoration: none;
}
.coh-style-bc-accordion-tabs-keyline-light-text .coh-accordion-title.is-active a:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
  content: "\e90d";
  font-family: icomoon;
}
.coh-style-bc-accordion-tabs-keyline-light-text .coh-accordion-title a {
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: bold;
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 200ms ease box-shadow, background-color 300ms ease;
  transition: 200ms ease box-shadow, background-color 300ms ease;
  -webkit-box-shadow: inset 0 -0.0625rem 0 0 rgb(204, 204, 204);
          box-shadow: inset 0 -0.0625rem 0 0 rgb(204, 204, 204);
}
@media (min-width: 425px) {
  .coh-style-bc-accordion-tabs-keyline-light-text .coh-accordion-title a {
    padding-top: 1rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .coh-style-bc-accordion-tabs-keyline-light-text .coh-accordion-title a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-bc-accordion-tabs-keyline-light-text .coh-accordion-title a {
    padding-top: 1.25rem;
    padding-right: 2rem;
    padding-bottom: 1.25rem;
    padding-left: 2rem;
  }
}
.coh-style-bc-accordion-tabs-keyline-light-text .coh-accordion-title a:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(51, 51, 51);
  -webkit-box-shadow: inset 0 -0.125rem 0 0 rgb(0, 173, 188);
          box-shadow: inset 0 -0.125rem 0 0 rgb(0, 173, 188);
}
@media (min-width: 1600px) {
  .coh-style-bc-accordion-tabs-keyline-light-text .coh-accordion-title a:hover {
    -webkit-box-shadow: inset 0 -0.125rem 0 0.5625rem rgb(0, 173, 188);
            box-shadow: inset 0 -0.125rem 0 0.5625rem rgb(0, 173, 188);
  }
}
.coh-style-bc-accordion-tabs-keyline-light-text .coh-accordion-title a:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: auto;
  -webkit-transform: rotateZ(0deg);
      -ms-transform: rotate(0deg);
          transform: rotateZ(0deg);
  -webkit-transition: 300ms ease transform;
  transition: 300ms ease transform;
  content: "\e90e";
  font-family: icomoon;
}
@media (min-width: 1600px) {
  .coh-style-bc-accordion-tabs-keyline-light-text .coh-accordion-title a:after {
    -webkit-transform: rotateZ(0deg);
        -ms-transform: rotate(0deg);
            transform: rotateZ(0deg);
  }
}
.coh-style-bc-accordion-tabs-keyline-light-text .coh-accordion-tabs-nav {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.coh-style-bc-accordion-tabs-keyline-light-text .coh-accordion-tabs-nav li {
  margin-bottom: 0;
  margin-left: 0;
}
.coh-style-bc-accordion-tabs-keyline-light-text .coh-accordion-tabs-nav li:before {
  content: " ";
}
.coh-style-bc-accordion-tabs-keyline-light-text .coh-accordion-tabs-nav li.is-active {
  background-color: rgb(51, 51, 51);
}
.coh-style-bc-accordion-tabs-keyline-light-text .coh-accordion-tabs-nav li.is-active a {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(255, 255, 255);
}
.coh-style-bc-accordion-tabs-keyline-light-text .coh-accordion-tabs-nav li a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  line-height: 1rem;
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-bc-accordion-tabs-keyline-light-text .coh-accordion-tabs-nav li a:hover {
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-keyline-dark-text .coh-accordion-title.is-active a {
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 -0.125rem 0 0 rgb(38, 163, 221);
            box-shadow: inset 0 -0.125rem 0 0 rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-keyline-dark-text .coh-accordion-title.is-active a:after {
    -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
            transform: rotateZ(180deg);
  }
}
@media (min-width: 425px) {
  .coh-style-accordion-tabs-keyline-dark-text .coh-accordion-title a {
    padding-top: 1rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .coh-style-accordion-tabs-keyline-dark-text .coh-accordion-title a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-keyline-dark-text .coh-accordion-title a {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(0, 0, 0);
    -webkit-box-shadow: inset 0 -0.0625rem 0 0 rgb(219, 219, 220);
            box-shadow: inset 0 -0.0625rem 0 0 rgb(219, 219, 220);
    -webkit-transition: 200ms ease box-shadow, background-color 300ms ease;
    transition: 200ms ease box-shadow, background-color 300ms ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
    line-height: 1rem;
    padding-top: 1.25rem;
    padding-right: 2rem;
    padding-bottom: 1.25rem;
    padding-left: 2rem;
    font-weight: bold;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-keyline-dark-text .coh-accordion-title a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(0, 0, 0);
    -webkit-box-shadow: inset 0 -0.125rem 0 0 rgb(38, 163, 221);
            box-shadow: inset 0 -0.125rem 0 0 rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-keyline-dark-text .coh-accordion-title a:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: auto;
    content: "\f078";
    font-family: icomoon;
    -webkit-transform: rotateZ(0deg);
        -ms-transform: rotate(0deg);
            transform: rotateZ(0deg);
    -webkit-transition: 300ms ease transform;
    transition: 300ms ease transform;
  }
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-keyline-dark-text .coh-accordion-tabs-nav {
    -webkit-box-shadow: inset 0 -0.0625rem 0 0 rgb(219, 219, 220);
            box-shadow: inset 0 -0.0625rem 0 0 rgb(219, 219, 220);
  }
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-keyline-dark-text .coh-accordion-tabs-nav li {
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-keyline-dark-text .coh-accordion-tabs-nav li.is-active a {
    -webkit-box-shadow: inset 0 -0.125rem 0 0 rgb(38, 163, 221);
            box-shadow: inset 0 -0.125rem 0 0 rgb(38, 163, 221);
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 425px) {
  .coh-style-accordion-tabs-keyline-dark-text .coh-accordion-tabs-nav li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .coh-style-accordion-tabs-keyline-dark-text .coh-accordion-tabs-nav li a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-keyline-dark-text .coh-accordion-tabs-nav li a {
    -webkit-box-shadow: inset 0 -0.0625rem 0 0 rgb(219, 219, 220);
            box-shadow: inset 0 -0.0625rem 0 0 rgb(219, 219, 220);
    -webkit-transition: 200ms ease box-shadow;
    transition: 200ms ease box-shadow;
    color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1rem;
    padding-top: 1.25rem;
    padding-right: 2rem;
    padding-bottom: 1.25rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-keyline-dark-text .coh-accordion-tabs-nav li a:hover {
    -webkit-box-shadow: inset 0 -0.125rem 0 0 rgb(38, 163, 221);
            box-shadow: inset 0 -0.125rem 0 0 rgb(38, 163, 221);
    color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
  }
}
.coh-style-bc-accordion-tabs-keyline-dark-text .coh-accordion-title.is-active a {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 -0.125rem 0 0 rgb(0, 173, 188);
          box-shadow: inset 0 -0.125rem 0 0 rgb(0, 173, 188);
}
.coh-style-bc-accordion-tabs-keyline-dark-text .coh-accordion-title.is-active a:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
  content: "\e90d";
  font-family: icomoon;
}
.coh-style-bc-accordion-tabs-keyline-dark-text .coh-accordion-title a {
  line-height: 1rem;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(51, 51, 51);
  font-size: 0.875rem;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: inset 0 -0.0625rem 0 0 rgb(204, 204, 204);
          box-shadow: inset 0 -0.0625rem 0 0 rgb(204, 204, 204);
  -webkit-transition: 200ms ease box-shadow, background-color 300ms ease;
  transition: 200ms ease box-shadow, background-color 300ms ease;
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  content: "\e90e";
  font-family: icomoon;
  text-decoration: none;
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1024px) {
  .coh-style-bc-accordion-tabs-keyline-dark-text .coh-accordion-title a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-bc-accordion-tabs-keyline-dark-text .coh-accordion-title a {
    padding-top: 1.25rem;
    padding-right: 2rem;
    padding-bottom: 1.25rem;
    padding-left: 2rem;
  }
}
.coh-style-bc-accordion-tabs-keyline-dark-text .coh-accordion-title a:hover {
  color: rgb(127, 214, 221);
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 -0.125rem 0 0 rgb(0, 173, 188);
          box-shadow: inset 0 -0.125rem 0 0 rgb(0, 173, 188);
}
.coh-style-bc-accordion-tabs-keyline-dark-text .coh-accordion-title a:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: auto;
  -webkit-transform: rotateZ(0deg);
      -ms-transform: rotate(0deg);
          transform: rotateZ(0deg);
  -webkit-transition: 300ms ease transform;
  transition: 300ms ease transform;
  content: "\e90e";
  font-family: icomoon;
  text-decoration: none;
}
.coh-style-bc-accordion-tabs-keyline-dark-text .coh-accordion-tabs-nav li {
  margin-bottom: 0;
  margin-left: 0;
}
.coh-style-bc-accordion-tabs-keyline-dark-text .coh-accordion-tabs-nav li:before {
  list-style-type: none;
  content: " ";
}
.coh-style-bc-accordion-tabs-keyline-dark-text .coh-accordion-tabs-nav li.is-active a {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 -0.125rem 0 0 rgb(0, 173, 188);
          box-shadow: inset 0 -0.125rem 0 0 rgb(0, 173, 188);
}
.coh-style-bc-accordion-tabs-keyline-dark-text .coh-accordion-tabs-nav li a {
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1rem;
  color: rgb(51, 51, 51);
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 -0.0625rem 0 0 rgb(204, 204, 204);
          box-shadow: inset 0 -0.0625rem 0 0 rgb(204, 204, 204);
  -webkit-transition: 200ms ease box-shadow;
  transition: 200ms ease box-shadow;
}
@media (min-width: 425px) {
  .coh-style-bc-accordion-tabs-keyline-dark-text .coh-accordion-tabs-nav li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .coh-style-bc-accordion-tabs-keyline-dark-text .coh-accordion-tabs-nav li a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-bc-accordion-tabs-keyline-dark-text .coh-accordion-tabs-nav li a {
    padding-top: 1.25rem;
    padding-right: 2rem;
    padding-bottom: 1.25rem;
    padding-left: 2rem;
  }
}
.coh-style-bc-accordion-tabs-keyline-dark-text .coh-accordion-tabs-nav li a:hover {
  color: rgb(51, 51, 51);
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 -0.125rem 0 0 rgb(0, 173, 188);
          box-shadow: inset 0 -0.125rem 0 0 rgb(0, 173, 188);
}
.coh-style-bc-tabs-keyline-light-text {
  background-color: rgb(51, 51, 51);
}
.coh-style-bc-tabs-keyline-light-text .coh-accordion-title.is-active:after {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}
.coh-style-bc-tabs-keyline-light-text .coh-accordion-title.is-active a {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 -0.125rem 0 0 rgb(0, 173, 188);
          box-shadow: inset 0 -0.125rem 0 0 rgb(0, 173, 188);
}
.coh-style-bc-tabs-keyline-light-text .coh-accordion-title.is-active a:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  font-family: icomoon;
}
.coh-style-bc-tabs-keyline-light-text .coh-accordion-title a {
  font-weight: bold;
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  line-height: 1rem;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: inset 0 -0.0625rem 0 0 rgb(204, 204, 204);
          box-shadow: inset 0 -0.0625rem 0 0 rgb(204, 204, 204);
  -webkit-transition: 200ms ease box-shadow, background-color 300ms ease;
  transition: 200ms ease box-shadow, background-color 300ms ease;
  word-wrap: break-word;
  text-decoration: none;
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-synthesis: style;
}
@media (min-width: 1024px) {
  .coh-style-bc-tabs-keyline-light-text .coh-accordion-title a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-bc-tabs-keyline-light-text .coh-accordion-title a {
    padding-top: 1.25rem;
    padding-right: 2rem;
    padding-bottom: 1.25rem;
    padding-left: 2rem;
  }
}
.coh-style-bc-tabs-keyline-light-text .coh-accordion-title a:hover {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 -0.125rem 0 0 rgb(0, 173, 188);
          box-shadow: inset 0 -0.125rem 0 0 rgb(0, 173, 188);
}
.coh-style-bc-tabs-keyline-light-text .coh-accordion-title a:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: auto;
  -webkit-transform: rotateZ(0deg);
      -ms-transform: rotate(0deg);
          transform: rotateZ(0deg);
  -webkit-transition: 300ms ease transform;
  transition: 300ms ease transform;
  content: "\e90e";
  font-family: icomoon;
}
.coh-style-bc-tabs-keyline-light-text .coh-accordion-tabs-nav li {
  margin-bottom: 0;
  margin-left: 0;
}
.coh-style-bc-tabs-keyline-light-text .coh-accordion-tabs-nav li:before {
  list-style-type: none;
  content: " ";
}
.coh-style-bc-tabs-keyline-light-text .coh-accordion-tabs-nav li.is-active a {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 -0.125rem 0 0 rgb(0, 173, 188);
          box-shadow: inset 0 -0.125rem 0 0 rgb(0, 173, 188);
}
.coh-style-bc-tabs-keyline-light-text .coh-accordion-tabs-nav li a {
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1rem;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 -0.0625rem 0 0 rgb(204, 204, 204);
          box-shadow: inset 0 -0.0625rem 0 0 rgb(204, 204, 204);
  -webkit-transition: 200ms ease box-shadow;
  transition: 200ms ease box-shadow;
  font-weight: bold;
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-synthesis: style;
}
@media (min-width: 425px) {
  .coh-style-bc-tabs-keyline-light-text .coh-accordion-tabs-nav li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .coh-style-bc-tabs-keyline-light-text .coh-accordion-tabs-nav li a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-bc-tabs-keyline-light-text .coh-accordion-tabs-nav li a {
    padding-top: 1.25rem;
    padding-right: 2rem;
    padding-bottom: 1.25rem;
    padding-left: 2rem;
  }
}
.coh-style-bc-tabs-keyline-light-text .coh-accordion-tabs-nav li a:hover {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 -0.125rem 0 0 rgb(0, 173, 188);
          box-shadow: inset 0 -0.125rem 0 0 rgb(0, 173, 188);
}
.coh-style-bc-accordion-tabs-solid .coh-accordion-title {
  margin-bottom: 0.0625rem;
}
.coh-style-bc-accordion-tabs-solid .coh-accordion-title.is-active a {
  background-color: rgb(229, 46, 136);
  color: rgb(255, 255, 255);
}
.coh-style-bc-accordion-tabs-solid .coh-accordion-title.is-active a:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
  content: "\e90d";
  font-family: icomoon;
}
@media (min-width: 1600px) {
  .coh-style-bc-accordion-tabs-solid .coh-accordion-title.is-active a:hover {
    background-color: rgb(0, 173, 188);
  }
}
.coh-style-bc-accordion-tabs-solid .coh-accordion-title a {
  color: rgb(0, 173, 188);
  font-size: 0.875rem;
  line-height: 1rem;
  background-color: rgb(255, 255, 255);
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-decoration: none;
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgb(204, 204, 204);
  font-weight: bold;
  font-synthesis: style;
}
@media (min-width: 1024px) {
  .coh-style-bc-accordion-tabs-solid .coh-accordion-title a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-bc-accordion-tabs-solid .coh-accordion-title a {
    padding-top: 1.25rem;
    padding-right: 2rem;
    padding-bottom: 1.25rem;
    padding-left: 2rem;
  }
}
.coh-style-bc-accordion-tabs-solid .coh-accordion-title a:hover {
  color: rgb(255, 255, 255);
}
@media (min-width: 1024px) {
  .coh-style-bc-accordion-tabs-solid .coh-accordion-title a:hover {
    background-color: rgb(229, 46, 136);
  }
}
.coh-style-bc-accordion-tabs-solid .coh-accordion-title a:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: auto;
  -webkit-transform: rotateZ(0deg);
      -ms-transform: rotate(0deg);
          transform: rotateZ(0deg);
  -webkit-transition: 300ms ease transform;
  transition: 300ms ease transform;
  content: "\e90e";
  font-family: icomoon;
}
@media (min-width: 1600px) {
  .coh-style-bc-accordion-tabs-solid .coh-accordion-title a:after {
    margin-left: auto;
    -webkit-transform: rotateZ(0deg);
        -ms-transform: rotate(0deg);
            transform: rotateZ(0deg);
  }
}
.coh-style-bc-accordion-tabs-solid .coh-accordion-tabs-nav li {
  margin-bottom: 0;
  margin-left: 0;
}
.coh-style-bc-accordion-tabs-solid .coh-accordion-tabs-nav li:before {
  content: none;
}
.coh-style-bc-accordion-tabs-solid .coh-accordion-tabs-nav li.is-active a {
  background-color: rgb(229, 46, 136);
  color: rgb(255, 255, 255);
}
.coh-style-bc-accordion-tabs-solid .coh-accordion-tabs-nav li.is-active a:hover {
  color: rgb(255, 255, 255);
}
@media (min-width: 1024px) {
  .coh-style-bc-accordion-tabs-solid .coh-accordion-tabs-nav li.is-active a:hover {
    background-color: rgb(0, 173, 188);
  }
}
.coh-style-bc-accordion-tabs-solid .coh-accordion-tabs-nav li a {
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 173, 188);
  font-size: 0.875rem;
  line-height: 1rem;
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  margin-right: 0.0625rem;
  margin-bottom: 0.0625rem;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgb(204, 204, 204);
  font-weight: bold;
  font-synthesis: style;
}
@media (min-width: 1024px) {
  .coh-style-bc-accordion-tabs-solid .coh-accordion-tabs-nav li a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-bc-accordion-tabs-solid .coh-accordion-tabs-nav li a {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.coh-style-bc-accordion-tabs-solid .coh-accordion-tabs-nav li a:hover {
  color: rgb(255, 255, 255);
}
@media (min-width: 1024px) {
  .coh-style-bc-accordion-tabs-solid .coh-accordion-tabs-nav li a:hover {
    background-color: rgb(0, 173, 188);
  }
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-solid .coh-accordion-title {
    margin-bottom: 0.0625rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-solid .coh-accordion-title.is-active a {
    background-color: rgb(26, 137, 201);
  }
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-solid .coh-accordion-title.is-active a:after {
    -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
            transform: rotateZ(180deg);
  }
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-solid .coh-accordion-title.is-active a:hover {
    background-color: rgb(26, 137, 201);
  }
}
@media (min-width: 425px) {
  .coh-style-accordion-tabs-solid .coh-accordion-title a {
    padding-top: 1rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .coh-style-accordion-tabs-solid .coh-accordion-title a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-solid .coh-accordion-title a {
    background-color: rgb(38, 163, 221);
    color: rgb(255, 255, 255);
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
    line-height: 1rem;
    padding-top: 1.25rem;
    padding-right: 2rem;
    padding-bottom: 1.25rem;
    padding-left: 2rem;
    font-weight: bold;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-solid .coh-accordion-title a:hover {
    background-color: rgb(112, 195, 233);
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-solid .coh-accordion-title a:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: auto;
    content: "\f078";
    font-family: icomoon;
    -webkit-transform: rotateZ(0deg);
        -ms-transform: rotate(0deg);
            transform: rotateZ(0deg);
    -webkit-transition: 300ms ease transform;
    transition: 300ms ease transform;
  }
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-solid .coh-accordion-tabs-nav li {
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-solid .coh-accordion-tabs-nav li.is-active a {
    background-color: rgb(26, 137, 201);
  }
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-solid .coh-accordion-tabs-nav li.is-active a:hover {
    background-color: rgb(26, 137, 201);
  }
}
@media (min-width: 425px) {
  .coh-style-accordion-tabs-solid .coh-accordion-tabs-nav li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .coh-style-accordion-tabs-solid .coh-accordion-tabs-nav li a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-solid .coh-accordion-tabs-nav li a {
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: rgb(255, 255, 255);
    background-color: rgb(38, 163, 221);
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1rem;
    padding-top: 1.25rem;
    padding-right: 2rem;
    padding-bottom: 1.25rem;
    padding-left: 2rem;
    margin-right: 0.0625rem;
    margin-bottom: 0.0625rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-accordion-tabs-solid .coh-accordion-tabs-nav li a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(112, 195, 233);
  }
}
.coh-style-paragraph-small {
  font-size: 14px;
  line-height: 25px;
}
.coh-style-paragraph-small p {
  font-size: 14px;
  line-height: 25px;
}
.coh-style-paragraph-small p a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.coh-style-bc-share-modal--close-button {
  color: rgb(0, 45, 93);
  font-size: 1.5rem;
  height: 3rem;
  width: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-bc-share-modal--close-button:before {
  content: "✕";
}
.coh-style-bc-share-modal--close-button:hover {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(35, 82, 124);
}
.coh-style-bc-share-modal--close-button .coh-modal-close-top-right .coh-modal-close-wrapper {
  top: 5%;
  right: 10%;
}
@media (min-width: 1024px) {
  .coh-style-bc-share-modal--close-button .coh-modal-close-top-right .coh-modal-close-wrapper {
    top: 20%;
    right: 30%;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-share-modal--close-button .coh-modal-close-top-right .coh-modal-close-wrapper {
    top: 0;
    right: 4%;
  }
}
@media (min-width: 1600px) {
  .coh-style-bc-share-modal--close-button .coh-modal-close-top-right .coh-modal-close-wrapper {
    top: 0;
  }
}
.coh-style-bc-light-modal--close-button {
  color: rgb(0, 45, 93);
  font-size: 1.5rem;
  height: 3rem;
  width: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 5px;
}
.coh-style-bc-light-modal--close-button:before {
  content: "✕";
}
.coh-style-bc-light-modal--close-button:hover {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(35, 82, 124);
}
.coh-style-bc-light-modal--close-button .coh-modal-close-top-right .coh-modal-close-wrapper {
  top: 5%;
  right: 10%;
}
@media (min-width: 1024px) {
  .coh-style-bc-light-modal--close-button .coh-modal-close-top-right .coh-modal-close-wrapper {
    top: 20%;
    right: 30%;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-light-modal--close-button .coh-modal-close-top-right .coh-modal-close-wrapper {
    top: 0;
    right: 4%;
  }
}
@media (min-width: 1600px) {
  .coh-style-bc-light-modal--close-button .coh-modal-close-top-right .coh-modal-close-wrapper {
    top: 0;
  }
}
@media (min-width: 1600px) {
  .coh-style-modal-close-button-light, .coh-style-modal-close-button-dark, .coh-style-modal-close-button-color {
    height: 3rem;
    width: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgb(38, 163, 221);
    font-size: 1.5rem;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    background-color: rgb(242, 242, 242);
  }
}
@media (min-width: 1600px) {
  .coh-style-modal-close-button-light:before, .coh-style-modal-close-button-dark:before, .coh-style-modal-close-button-color:before {
    content: "✕";
  }
}
@media (min-width: 1600px) {
  .coh-style-modal-close-button-light:hover, .coh-style-modal-close-button-dark:hover, .coh-style-modal-close-button-color:hover {
    color: rgb(26, 137, 201);
    background-color: rgb(219, 219, 220);
  }
}
@media (min-width: 1600px) {
  .coh-style-modal-close-button-color {
    color: rgb(255, 255, 255);
    background-color: rgb(38, 163, 221);
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
  }
}
@media (min-width: 1600px) {
  .coh-style-modal-close-button-color:hover {
    background-color: rgb(112, 195, 233);
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-modal-close-button-dark {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
  }
}
@media (min-width: 1600px) {
  .coh-style-modal-close-button-dark:hover {
    background-color: rgb(72, 72, 72);
    color: rgb(255, 255, 255);
  }
}
.coh-style-bc-dark-modal--close-button {
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  height: 3rem;
  width: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 5px;
}
.coh-style-bc-dark-modal--close-button:before {
  content: "✕";
}
.coh-style-bc-dark-modal--close-button:hover {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(0, 173, 188);
}
.coh-style-bc-dark-modal--close-button .coh-modal-close-top-right .coh-modal-close-wrapper {
  top: 5%;
  right: 10%;
}
@media (min-width: 1024px) {
  .coh-style-bc-dark-modal--close-button .coh-modal-close-top-right .coh-modal-close-wrapper {
    top: 20%;
    right: 30%;
  }
}
@media (min-width: 1440px) {
  .coh-style-bc-dark-modal--close-button .coh-modal-close-top-right .coh-modal-close-wrapper {
    top: 0;
    right: 4%;
  }
}
@media (min-width: 1600px) {
  .coh-style-bc-dark-modal--close-button .coh-modal-close-top-right .coh-modal-close-wrapper {
    top: 0;
  }
}
.coh-style-slider-navigation-left, .coh-style-slider-navigation-right {
  background-color: rgb(0, 173, 188);
  height: 32px;
  width: 32px;
  margin-right: 8px;
  margin-left: 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  float: left;
}
@media (min-width: 1024px) {
  .coh-style-slider-navigation-left, .coh-style-slider-navigation-right {
    height: 40px;
    width: 40px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgb(0, 173, 188);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    margin-right: 20px;
    margin-left: 20px;
    float: none;
  }
}
.coh-style-slider-navigation-left:before, .coh-style-slider-navigation-right:before {
  line-height: 25px;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(255, 255, 255);
  font-size: 25px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  content: "\e90a";
  font-family: icomoon;
  position: absolute;
  top: 46%;
  left: 46%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .coh-style-slider-navigation-left:before, .coh-style-slider-navigation-right:before {
    line-height: 40px;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(255, 255, 255);
    content: "\e90a";
    font-family: icomoon;
    font-size: 35px;
  }
}
@media (min-width: 1600px) {
  .coh-style-slider-navigation-left:before, .coh-style-slider-navigation-right:before {
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
  }
}
@media (min-width: 1600px) {
  .coh-style-slider-navigation-left:hover, .coh-style-slider-navigation-right:hover {
    background-color: rgb(127, 214, 221);
  }
}
.coh-style-slider-navigation-right {
  background-color: rgb(0, 173, 188);
  height: 32px;
  width: 32px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  float: right;
  margin-right: 8px;
  margin-left: 8px;
}
@media (min-width: 1024px) {
  .coh-style-slider-navigation-right {
    background-color: rgb(0, 173, 188);
    height: 40px;
    width: 40px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    float: none;
    margin-right: 20px;
    margin-left: 20px;
  }
}
.coh-style-slider-navigation-right:before {
  line-height: 25px;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(255, 255, 255);
  font-size: 25px;
  content: "\e909";
  font-family: icomoon;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  position: absolute;
  top: 46%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .coh-style-slider-navigation-right:before {
    line-height: 40px;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(255, 255, 255);
    font-size: 35px;
    content: "\e909";
    font-family: icomoon;
  }
}
.coh-style-slider-navigation-right:before:hover {
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1024px) {
  .coh-style-slider-navigation-right:before:hover {
    background-color: rgb(127, 214, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-modal-open-button-light, .coh-style-modal-open-button-color, .coh-style-modal-open-button-dark {
    background-color: rgb(242, 242, 242);
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    font-size: 0.875rem;
    line-height: 1.25;
    font-weight: bold;
    color: rgb(38, 163, 221);
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
  }
}
@media (min-width: 1600px) {
  .coh-style-modal-open-button-light:hover, .coh-style-modal-open-button-color:hover, .coh-style-modal-open-button-dark:hover {
    background-color: rgb(219, 219, 220);
    color: rgb(26, 137, 201);
  }
}
@media (min-width: 1600px) {
  .coh-style-modal-open-button-dark {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-modal-open-button-dark:hover {
    background-color: rgb(72, 72, 72);
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-modal-open-button-color {
    background-color: rgb(38, 163, 221);
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-modal-open-button-color:hover {
    background-color: rgb(112, 195, 233);
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-read-more-button-light {
    background-color: rgb(242, 242, 242);
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    font-size: 0.875rem;
    line-height: 1.25;
    font-weight: bold;
    color: rgb(38, 163, 221);
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1600px) {
  .coh-style-read-more-button-light:hover {
    background-color: rgb(219, 219, 220);
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-read-more-button-light:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    font-family: icomoon;
    font-size: 0.75rem;
    padding-left: 0.5rem;
    margin-left: auto;
  }
}
@media (min-width: 1600px) {
  .is-expanded.coh-style-read-more-button-light:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f077";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .coh-style-read-more-button-dark {
    background-color: rgb(0, 0, 0);
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    font-size: 0.875rem;
    line-height: 1.25;
    font-weight: bold;
    color: rgb(255, 255, 255);
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1600px) {
  .coh-style-read-more-button-dark:hover {
    background-color: rgb(72, 72, 72);
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-read-more-button-dark:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    font-family: icomoon;
    font-size: 0.75rem;
    padding-left: 0.5rem;
    margin-left: auto;
  }
}
@media (min-width: 1600px) {
  .is-expanded.coh-style-read-more-button-dark:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f077";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .coh-style-read-more-button-color {
    background-color: rgb(38, 163, 221);
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    font-size: 0.875rem;
    line-height: 1.25;
    font-weight: bold;
    color: rgb(255, 255, 255);
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1600px) {
  .coh-style-read-more-button-color:hover {
    background-color: rgb(112, 195, 233);
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-read-more-button-color:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    font-family: icomoon;
    font-size: 0.75rem;
    padding-left: 0.5rem;
    margin-left: auto;
  }
}
@media (min-width: 1600px) {
  .is-expanded.coh-style-read-more-button-color:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f077";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .coh-style-read-more {
    padding-top: 0.5rem;
    padding-right: 1.25rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25;
    font-weight: bold;
    color: rgb(38, 163, 221);
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
  }
}
@media (min-width: 1600px) {
  .coh-style-read-more:hover {
    color: rgb(112, 195, 233);
  }
}
@media (min-width: 1600px) {
  .coh-style-read-more:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    font-family: icomoon;
    font-size: 0.75rem;
    padding-left: 0.25rem;
  }
}
@media (min-width: 1600px) {
  .is-expanded.coh-style-read-more:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f077";
    font-family: icomoon;
  }
}
.coh-style-heading-xl {
  font-size: 2.5rem;
}
@media (min-width: 425px) {
  .coh-style-heading-xl {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .coh-style-heading-xl {
    font-size: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .coh-style-heading-xl {
    font-size: 4rem;
  }
}
@media (min-width: 1440px) {
  .coh-style-heading-xl {
    font-size: 4.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-heading-xl {
    font-size: 5rem;
    line-height: 1.25;
    font-weight: bold;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 425px) {
  .coh-style-heading-1-size {
    font-size: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .coh-style-heading-1-size {
    font-size: 2rem;
  }
}
@media (min-width: 1440px) {
  .coh-style-heading-1-size {
    font-size: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-heading-1-size {
    font-size: 3rem;
    line-height: 1.25;
    font-weight: bold;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 425px) {
  .coh-style-heading-2-size {
    font-size: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .coh-style-heading-2-size {
    font-size: 1.75rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-heading-2-size {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 425px) {
  .coh-style-heading-3-size {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .coh-style-heading-3-size {
    font-size: 1.375rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-heading-3-size {
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: bold;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 425px) {
  .coh-style-heading-4-size {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .coh-style-heading-4-size {
    font-size: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-heading-4-size {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1.375rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}
@media (min-width: 425px) {
  .coh-style-heading-5-size {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-heading-5-size {
    font-size: 1rem;
    margin-bottom: 1.375rem;
    line-height: 1.25;
    margin-bottom: 0.5rem;
    font-weight: bold;
  }
}
@media (min-width: 1024px) {
  .coh-style-pre-heading, .coh-style-pre-heading-light, .coh-style-pre-heading-blue, .coh-style-pre-heading-dark {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-pre-heading, .coh-style-pre-heading-light, .coh-style-pre-heading-blue, .coh-style-pre-heading-dark {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-pre-heading-dark {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-pre-heading-blue {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-pre-heading-light {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 768px) {
  .coh-style-multi-column-two-column {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
@media (min-width: 1024px) {
  .coh-style-multi-column-two-column {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (min-width: 1600px) {
  .coh-style-multi-column-two-column {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .coh-style-multi-column-three-column {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
@media (min-width: 1024px) {
  .coh-style-multi-column-three-column {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (min-width: 1600px) {
  .coh-style-multi-column-three-column {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.coh-style-margin-bottom-small {
  margin-bottom: 18px;
}
@media (min-width: 1024px) {
  .coh-style-margin-bottom-small {
    margin-bottom: 38px;
  }
}
.coh-style-bc-margin-bottom-xs-small {
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .coh-style-bc-margin-bottom-xs-small {
    margin-bottom: 12px;
  }
}
.coh-style-bc-margin-bottom-xl-large {
  margin-bottom: 90px;
}
@media (min-width: 1024px) {
  .coh-style-bc-margin-bottom-xl-large {
    margin-bottom: 120px;
  }
}
.coh-style-bc-margin-left-large {
  margin-left: 2.5rem;
}
@media (min-width: 1024px) {
  .coh-style-bc-margin-left-large {
    margin-left: 5rem;
  }
}
.coh-style-bc-margin-left-small {
  margin-left: 0.625rem;
}
@media (min-width: 1024px) {
  .coh-style-bc-margin-left-small {
    margin-left: 1.25rem;
  }
}
.coh-style-bc-margin-top-large {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .coh-style-bc-margin-top-large {
    margin-top: 80px;
  }
}
.coh-style-bc-margin-top-medium {
  margin-top: 25px;
}
@media (min-width: 1024px) {
  .coh-style-bc-margin-top-medium {
    margin-top: 50px;
  }
}
.coh-style-bc-margin-bottom-medium {
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .coh-style-bc-margin-bottom-medium {
    margin-bottom: 50px;
  }
}
.coh-style-margin-top-small {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .coh-style-margin-top-small {
    margin-top: 20px;
  }
}
.coh-style-bc-margin-right-xl-large {
  margin-right: 5.625rem;
}
@media (min-width: 1024px) {
  .coh-style-bc-margin-right-xl-large {
    margin-right: 7.5rem;
  }
}
.coh-style-bc-margin-bottom-large {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .coh-style-bc-margin-bottom-large {
    margin-bottom: 80px;
  }
}
.coh-style-bc-margin-right-large {
  margin-right: 2.5rem;
}
@media (min-width: 1024px) {
  .coh-style-bc-margin-right-large {
    margin-right: 5rem;
  }
}
.coh-style-bc-margin-right-small {
  margin-right: 0.625rem;
}
@media (min-width: 1024px) {
  .coh-style-bc-margin-right-small {
    margin-right: 1.25rem;
  }
}
.coh-style-bc-margin-top-xl-large {
  margin-top: 90px;
}
@media (min-width: 1024px) {
  .coh-style-bc-margin-top-xl-large {
    margin-top: 120px;
  }
}
.coh-style-bc-margin-top-xs-small {
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .coh-style-bc-margin-top-xs-small {
    margin-top: 12px;
  }
}
.coh-style-bc-margin-left-xl-large {
  margin-left: 5.625rem;
}
@media (min-width: 1024px) {
  .coh-style-bc-margin-left-xl-large {
    margin-left: 7.5rem;
  }
}
.coh-style-padding-top-bottom-large, .coh-style-bc-padding-none {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .coh-style-padding-top-bottom-large, .coh-style-bc-padding-none {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}
.coh-style-bc-padding-none {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (min-width: 425px) {
  .coh-style-padding-top-bottom-medium {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .coh-style-padding-top-bottom-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-padding-top-bottom-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .coh-style-padding-top-bottom-small {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-padding-top-bottom-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.coh-style-padding-top-large {
  padding-top: 80px;
}
@media (min-width: 1024px) {
  .coh-style-padding-top-large {
    padding-top: 250px;
  }
}
.coh-style-padding-top-medium {
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .coh-style-padding-top-medium {
    padding-top: 80px;
  }
}
@media (min-width: 1600px) {
  .coh-style-sidebar-nav {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .coh-style-sidebar-nav li {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .coh-style-sidebar-nav li.is-active > a {
    -webkit-box-shadow: inset 0 -0.125rem 0 0 rgb(38, 163, 221);
            box-shadow: inset 0 -0.125rem 0 0 rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-sidebar-nav li.is-active > a:hover {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 425px) {
  .coh-style-sidebar-nav li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-sidebar-nav li a {
    font-weight: bold;
    color: rgb(0, 0, 0);
    line-height: 1rem;
    font-size: 0.875rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: inset 0 -0.0625rem 0 0 rgb(219, 219, 220);
            box-shadow: inset 0 -0.0625rem 0 0 rgb(219, 219, 220);
    -webkit-transition: 200ms ease box-shadow, color 200ms ease;
    transition: 200ms ease box-shadow, color 200ms ease;
  }
}
@media (min-width: 1600px) {
  .coh-style-sidebar-nav li a:hover {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-sidebar-nav li ul {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .coh-style-sidebar-nav li ul > li > a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-sidebar-nav li ul > li > a {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.coh-style-padding-top-small {
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .coh-style-padding-top-small {
    padding-top: 40px;
  }
}
.coh-style-padding-bottom-large {
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .coh-style-padding-bottom-large {
    padding-bottom: 250px;
  }
}
.coh-style-padding-bottom-medium {
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .coh-style-padding-bottom-medium {
    padding-bottom: 80px;
  }
}
.coh-style-view-pagination {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  content: "";
  list-style-type: none;
}
.coh-style-view-pagination .pager__item {
  margin-right: 0.625rem;
  margin-left: 0.625rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style-type: none;
}
.coh-style-view-pagination .pager__item:before {
  content: " ";
  background-color: unset;
}
.coh-style-view-pagination .pager__item a {
  line-height: 2rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  min-height: 2rem;
  min-width: 2rem;
  display: block;
  -webkit-border-radius: 1rem;
          border-radius: 1rem;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
  color: rgb(26, 115, 232);
  position: relative;
}
.coh-style-view-pagination .pager__item a:hover {
  color: rgb(26, 166, 253);
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-view-pagination .is-active a {
  color: rgb(56, 56, 56);
  font-weight: bold;
}
.coh-style-view-pagination .is-active a:hover {
  background-color: rgb(26, 115, 232);
}
.coh-style-view-pagination .pager__item--first a {
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-view-pagination .pager__item--first a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(26, 115, 232);
}
@media (min-width: 1600px) {
  .coh-style-view-pagination .pager__item--first a:hover {
    background-color: rgba(0, 0, 0, 0);
  }
}
.coh-style-view-pagination .pager__item--previous span {
  display: none;
  position: relative;
}
.coh-style-view-pagination .pager__item--previous a:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92e";
  font-family: icomoon;
  font-size: 24px;
  position: absolute;
  top: 3px;
  left: 9px;
}
.coh-style-view-pagination .pager__item--next span {
  display: none;
  position: relative;
}
.coh-style-view-pagination .pager__item--next a:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 3px;
  right: 9px;
  content: "\e930";
  font-family: icomoon;
  font-size: 24px;
}
.coh-style-view-pagination .pager__item--last {
  display: none;
}
@media (min-width: 1600px) {
  .coh-style-view-pagination .pager__item--last a {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .coh-style-view-pagination .pager__item--last a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(112, 195, 233);
  }
}
.coh-style-view-pagination .pager__item--first {
  display: none;
}
.coh-style-padding-bottom-small {
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .coh-style-padding-bottom-small {
    padding-bottom: 40px;
  }
}
.coh-style-bc-padding-left-right {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 1440px) {
  .coh-style-bc-padding-left-right {
    padding-right: 55px;
    padding-left: 55px;
  }
}
@media (min-width: 425px) {
  .coh-style-padding-left-right-large {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (min-width: 1024px) {
  .coh-style-padding-left-right-large {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-padding-left-right-large {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.coh-style-padding-left-right-small {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 1024px) {
  .coh-style-padding-left-right-small {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-padding-left-right-small {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.coh-style-padding-small {
  padding: 0.75rem;
}
@media (min-width: 1024px) {
  .coh-style-padding-small {
    padding: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-padding-small {
    padding: 2rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-link-with-icon {
    color: rgb(38, 163, 221);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0.875rem;
    line-height: 1.25;
    font-weight: bold;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1600px) {
  .coh-style-link-with-icon:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    font-family: icomoon;
    padding-left: 0.375rem;
    font-size: 0.625rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-link-button-dark {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    font-size: 0.875rem;
    line-height: 1.25;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1600px) {
  .coh-style-link-button-dark:hover {
    background-color: rgb(72, 72, 72);
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-link-button-dark:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    font-family: icomoon;
    font-size: 0.75rem;
    padding-left: 0.5rem;
    margin-left: auto;
  }
}
@media (min-width: 1600px) {
  .coh-style-link-button-light {
    background-color: rgb(242, 242, 242);
    color: rgb(38, 163, 221);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    font-size: 0.875rem;
    line-height: 1.25;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1600px) {
  .coh-style-link-button-light:hover {
    background-color: rgb(219, 219, 220);
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-link-button-light:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    font-family: icomoon;
    font-size: 0.75rem;
    padding-left: 0.5rem;
    margin-left: auto;
  }
}
@media (min-width: 1600px) {
  .coh-style-link-button-color {
    background-color: rgb(38, 163, 221);
    color: rgb(255, 255, 255);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    font-size: 0.875rem;
    line-height: 1.25;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1600px) {
  .coh-style-link-button-color:hover {
    background-color: rgb(112, 195, 233);
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-style-link-button-color:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    font-family: icomoon;
    font-size: 0.75rem;
    padding-left: 0.5rem;
    margin-left: auto;
  }
}
@media (min-width: 1600px) {
  .coh-style-breadcrumbs {
    margin-bottom: 0;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
@media (min-width: 425px) {
  .coh-style-breadcrumbs li {
    font-size: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .coh-style-breadcrumbs li {
    font-size: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-breadcrumbs li {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-breadcrumbs li:before {
    content: normal;
  }
}
@media (min-width: 425px) {
  .coh-style-breadcrumbs li:after {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-breadcrumbs li:after {
    content: "/";
    padding-right: 0.375rem;
    padding-left: 0.375rem;
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-breadcrumbs li:last-child:after {
    content: normal;
  }
}
@media (min-width: 1600px) {
  .coh-style-tick-list {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .coh-style-tick-list li {
    list-style-type: none;
    margin-bottom: 1rem;
    margin-left: 0;
    font-size: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media (min-width: 1600px) {
  .coh-style-tick-list li:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    font-family: icomoon;
    color: rgb(255, 255, 255);
    margin-top: 0.1875rem;
    margin-right: 0.5rem;
    background-color: rgb(38, 163, 221);
    height: 1rem;
    width: 1rem;
    -webkit-border-radius: 0.5rem;
            border-radius: 0.5rem;
    font-size: 0.625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
@media (min-width: 1600px) {
  .coh-style-social-icon {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    display: inline-block;
  }
}
@media (min-width: 1600px) {
  .coh-style-social-icon a {
    background-color: rgb(38, 163, 221);
    height: 2rem;
    width: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 1rem;
            border-radius: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
  }
}
@media (min-width: 1600px) {
  .coh-style-social-icon a:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f09a";
    font-family: icomoon;
    color: rgb(255, 255, 255);
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-social-icon a:hover {
    background-color: rgb(112, 195, 233);
    color: rgb(255, 255, 255);
  }
}
.coh-style-video .mejs__layers .mejs__overlay.mejs__overlay-play .mejs__overlay-button {
  background-color: rgb(0, 173, 188);
}
@media (min-width: 1600px) {
  .coh-style-video .mejs__layers .mejs__overlay.mejs__overlay-play .mejs__overlay-button {
    background-color: rgb(0, 173, 188);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: relative;
    -webkit-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
    background-image: none;
  }
}
@media (min-width: 1600px) {
  .coh-style-video .mejs__layers .mejs__overlay.mejs__overlay-play .mejs__overlay-button:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e935";
    font-family: icomoon;
    color: rgb(255, 255, 255);
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (min-width: 1600px) {
  .coh-style-video .mejs__layers .mejs__overlay.mejs__overlay-play .mejs__overlay-button:hover {
    background-color: rgb(127, 214, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-video .mejs__layers .mejs__overlay .mejs__overlay-loading .mejs__overlay-loading-bg-img {
    background: none;
    border-width: 0.625rem;
    -webkit-border-radius: 3.125rem;
            border-radius: 3.125rem;
    border-style: solid;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-left-color: rgb(127, 214, 221);
    border-right-color: rgba(0, 0, 0, 0.2);
  }
}
.coh-style-video .mejs__controls {
  background-image: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  padding: 0;
  background-color: rgb(0, 173, 188);
}
@media (min-width: 1600px) {
  .coh-style-video .mejs__controls {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgb(0, 173, 188);
    background-image: none;
    padding: 0;
  }
}
.coh-style-video .mejs__controls .mejs__button {
  line-height: normal;
  height: 2.5rem;
  width: 2.5rem;
}
@media (min-width: 1600px) {
  .coh-style-video .mejs__controls .mejs__button {
    line-height: normal;
    height: 2.5rem;
    width: 2.5rem;
  }
}
.coh-style-video .mejs__controls .mejs__button.mejs__play button:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  content: "\e935";
  font-family: icomoon;
}
@media (min-width: 1600px) {
  .coh-style-video .mejs__controls .mejs__button.mejs__play button:before {
    font-size: 1rem;
  }
}
.coh-style-video .mejs__controls .mejs__button.mejs__pause button:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea1d";
  font-family: icomoon;
  font-size: 1rem;
}
@media (min-width: 1600px) {
  .coh-style-video .mejs__controls .mejs__button.mejs__pause button:before {
    font-size: 1rem;
  }
}
.coh-style-video .mejs__controls .mejs__button.mejs__replay button:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  content: "\ea2d";
  font-family: icomoon;
}
.coh-style-video .mejs__controls .mejs__button.mejs__mute button:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  content: "\ea26";
  font-family: icomoon;
}
.coh-style-video .mejs__controls .mejs__button.mejs__unmute button:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  content: "\ea29";
  font-family: icomoon;
}
.coh-style-video .mejs__controls .mejs__button.mejs__fullscreen-button.mejs__unfullscreen button:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  content: "\e93d";
  font-family: icomoon;
}
.coh-style-video .mejs__controls .mejs__button.mejs__fullscreen-button button:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  content: "\e913";
  font-family: icomoon;
}
.coh-style-video .mejs__controls .mejs__button button {
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  background-color: rgba(0, 0, 0, 0);
  height: 2.5rem;
  width: 2.5rem;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  background-image: none;
}
@media (min-width: 1600px) {
  .coh-style-video .mejs__controls .mejs__button button {
    color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2.5rem;
    width: 2.5rem;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
    margin: 0;
  }
}
.coh-style-video .mejs__controls .mejs__button button:hover {
  background-color: rgb(127, 214, 221);
}
@media (min-width: 1600px) {
  .coh-style-video .mejs__controls .mejs__button button:hover {
    background-color: rgb(127, 214, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-video .mejs__controls .mejs__button .mejs__volume-slider {
    background-color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .coh-style-video .mejs__controls .mejs__button .mejs__volume-slider .mejs__volume-total .mejs__volume-handle {
    background-color: rgb(26, 137, 201);
  }
}
@media (min-width: 1600px) {
  .coh-style-video .mejs__controls .mejs__time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgb(255, 255, 255);
    height: 2.5rem;
    width: 2.5rem;
    font-size: 0.75rem;
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .coh-style-video .mejs__controls .mejs__time-rail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2.5rem;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .coh-style-video .mejs__controls .mejs__time-rail .mejs__time-total {
    margin: 0;
  }
}
@media (min-width: 425px) {
  .coh-style-paragraph-extra-large {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .coh-style-paragraph-extra-large {
    font-size: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-style-paragraph-extra-large {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.25;
  }
}
.coh-style-paragraph-large {
  font-size: 24px;
  line-height: 32px;
}
.coh-style-paragraph-large p {
  font-size: 24px;
  line-height: 32px;
}
.coh-style-slider-pagination {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: rgb(51, 51, 51);
  font-size: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-bottom: 35px;
  position: relative;
  position: relative!important;
  z-index: 1;
}
@media (min-width: 1024px) {
  .coh-style-slider-pagination {
    margin-top: 30px;
    margin-bottom: 30px;
    top: -45px !important;
  }
}
.coh-style-slider-pagination li {
  margin-bottom: 0;
  margin-left: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.coh-style-slider-pagination li:before {
  content: normal;
}
.coh-style-slider-pagination li.slick-active button {
  background-color: rgb(0, 173, 188);
  height: 8px;
  width: 8px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
@media (min-width: 1024px) {
  .coh-style-slider-pagination li.slick-active button {
    width: 8px;
    height: 8px;
  }
}
.coh-style-slider-pagination li button {
  background-color: rgb(173, 173, 173);
  -webkit-border-radius: 100%;
          border-radius: 100%;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  margin-left: 4px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 1px;
}
@media (min-width: 768px) {
  .coh-style-slider-pagination li button {
    border-width: 2px;
  }
}
@media (min-width: 1024px) {
  .coh-style-slider-pagination li button {
    width: 8px;
    height: 8px;
  }
}
.coh-style-slider-pagination li button:hover {
  background-color: rgb(0, 173, 188);
}
.coh-style-slider-pagination span.sliderCounter {
  padding-left: 0;
  top: 30px;
  bottom: 0;
  position: absolute;
  margin: auto;
  font-size: 0.875rem;
  color: rgb(173, 173, 173);
}
@media (min-width: 1024px) {
  .coh-style-slider-pagination span.sliderCounter {
    padding-left: 7.4px;
    position: relative;
    top: 0;
  }
}
@media (min-width: 1600px) {
  .move-pagination-up.coh-ce-1dc117b7-c5baa27a .slick-dots {
    top: -2rem;
  }
}
@media (min-width: 1600px) {
  .move-pagination-down.coh-ce-1dc117b7-c5baa27a .slick-dots {
    padding-top: 1rem;
  }
}
@media (min-width: 425px) {
  .padding-left-right.coh-ce-1dc117b7-c5baa27a .coh-slider-container-mid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1024px) {
  .padding-left-right.coh-ce-1dc117b7-c5baa27a .coh-slider-container-mid {
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }
}
@media (min-width: 1600px) {
  .padding-left-right.coh-ce-1dc117b7-c5baa27a .coh-slider-container-mid {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1600px) {
  .color-arrows.coh-ce-1dc117b7-c5baa27a .slick-arrow {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .color-arrows.coh-ce-1dc117b7-c5baa27a .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .color-arrows.coh-ce-1dc117b7-c5baa27a .slick-arrow:hover:before {
    color: rgb(112, 195, 233);
  }
}
@media (min-width: 1600px) {
  .color-arrows.coh-ce-1dc117b7-c5baa27a .slick-arrow:before {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .dark-arrows.coh-ce-1dc117b7-c5baa27a .slick-arrow {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .dark-arrows.coh-ce-1dc117b7-c5baa27a .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .dark-arrows.coh-ce-1dc117b7-c5baa27a .slick-arrow:hover:before {
    color: rgb(72, 72, 72);
  }
}
@media (min-width: 1600px) {
  .dark-arrows.coh-ce-1dc117b7-c5baa27a .slick-arrow:before {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .light-arrows.coh-ce-1dc117b7-c5baa27a .slick-arrow {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .light-arrows.coh-ce-1dc117b7-c5baa27a .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .light-arrows.coh-ce-1dc117b7-c5baa27a .slick-arrow:hover:before {
    color: rgb(219, 219, 220);
  }
}
@media (min-width: 1600px) {
  .light-arrows.coh-ce-1dc117b7-c5baa27a .slick-arrow:before {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .dark-heading.coh-ce-cpt_articles_slider-8a32b71 {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .light-heading.coh-ce-cpt_articles_slider-8a32b71 {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .color-heading.coh-ce-cpt_articles_slider-8a32b71 {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .align-left.coh-ce-cpt_articles_slider-8a32b71 {
    text-align: left;
  }
}
@media (min-width: 1600px) {
  .align-center.coh-ce-cpt_articles_slider-8a32b71 {
    text-align: center;
  }
}
@media (min-width: 1600px) {
  .align-right.coh-ce-cpt_articles_slider-8a32b71 {
    text-align: right;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_background_video-3a31c24c {
    position: relative;
    z-index: -1;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_background_video-5cc67da2 {
    width: 100%;
  }
}
.coh-ce-cpt_bc_accordion_item-ce04f65e {
  background-color: none !important;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_app_download_card-92e3299c {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
.coh-ce-cpt_bc_app_download_card-d68acd2d {
  margin-top: 82px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_app_download_card-d68acd2d {
    margin-top: 73px;
  }
}
.coh-ce-cpt_bc_app_download_card-abd61842 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .coh-ce-cpt_bc_app_download_card-abd61842 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_app_download_card-abd61842 {
    margin-top: 120px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1440px) {
  .coh-ce-cpt_bc_app_download_card-abd61842 {
    margin-top: 50px;
  }
}
.coh-ce-cpt_bc_app_download_card-b837a95f {
  text-align: center;
}
@media (min-width: 768px) {
  .coh-ce-cpt_bc_app_download_card-b837a95f {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_app_download_card-b837a95f {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: unset;
  }
}
.download-app-button.coh-ce-cpt_bc_app_download_card-b837a95f .coh-component {
  display: inline-block;
  margin-top: 30px;
  margin-right: 8px;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .download-app-button.coh-ce-cpt_bc_app_download_card-b837a95f .coh-component {
    display: inline-block;
    margin-top: 30px;
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media (min-width: 1024px) {
  .download-app-button.coh-ce-cpt_bc_app_download_card-b837a95f .coh-component {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 0;
    margin-right: 20px;
    margin-left: 0;
  }
}
.coh-ce-cpt_bc_app_download_card-fc3abe88 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .coh-ce-cpt_bc_app_download_card-fc3abe88 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_app_download_card-fc3abe88 {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.coh-ce-cpt_bc_app_download_card-408db019 {
  height: 40px;
  width: 120px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_app_download_card-408db019 {
    height: 52px;
    width: 152px;
  }
}
.coh-ce-cpt_bc_app_download_card-6aece0af {
  height: 40px;
  width: 120px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_app_download_card-6aece0af {
    height: 52px;
    width: 152px;
  }
}
@media (min-width: 1440px) {
  .coh-ce-cpt_bc_app_download_card-6aece0af {
    height: 52px;
    width: 152px;
  }
}
.coh-ce-cpt_bc_article_content_card-9c514c10 {
  padding: 20px;
}
@media (min-width: 768px) {
  .coh-ce-cpt_bc_article_content_card-9c514c10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.coh-ce-cpt_bc_article_content_card-8c6a73bf div {
  width: 100%;
}
.coh-ce-cpt_bc_article_content_card-4196d2d2 {
  width: 50%;
}
.coh-ce-cpt_bc_article_content_card-bbe51625 a {
  margin-right: 30px;
}
.coh-ce-cpt_bc_article_hero-b00bfa83 {
  height: auto;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_article_hero-b00bfa83 {
    height: 500px;
  }
}
.coh-ce-cpt_bc_article_hero-4dd2a957 {
  margin-top: 25px;
  font-size: 17px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .coh-ce-cpt_bc_article_hero-4dd2a957 {
    font-size: 26px;
    line-height: 36px;
  }
}
.coh-ce-cpt_bc_article_hero-1eb49355 {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_article_hero-1eb49355 {
    margin-bottom: 0;
  }
}
.coh-ce-cpt_bc_article_hero-1eb49355 #sharepopup {
  position: absolute;
  top: 20px;
  right: 25px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_article_hero-1eb49355 #sharepopup {
    right: 55px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_breadcrumbs-b1f9bc60 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1440px) {
  .coh-ce-cpt_bc_breadcrumbs-b1f9bc60 {
    padding-right: 55px;
    padding-left: 55px;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_bc_breadcrumbs-b1f9bc60 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .transparent-background.coh-ce-cpt_bc_breadcrumbs-b1f9bc60 {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .solid-dark-background.coh-ce-cpt_bc_breadcrumbs-b1f9bc60 {
    background-color: rgb(34, 34, 34);
  }
}
@media (min-width: 1600px) {
  .solid-light-background.coh-ce-cpt_bc_breadcrumbs-b1f9bc60 {
    background-color: rgb(242, 242, 242);
  }
}
@media (min-width: 1600px) {
  .semi-transparent-dark-background.coh-ce-cpt_bc_breadcrumbs-b1f9bc60 {
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .position-absolute-top-left.coh-ce-cpt_bc_breadcrumbs-b1f9bc60 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
}
.center.coh-ce-cpt_bc_buttons-f5e3c435 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-ce-cpt_bc_card_slider-380735a8 .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.coh-ce-cpt_bc_card_slider-380735a8 .coh-style-slider-pagination {
  top: 0!important;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_card_slider-380735a8 .coh-slider-container-mid .slick-arrow {
    top: 44%;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_bc_card_slider-380735a8 .slick-slider {
    margin-top: 0;
    margin-right: 30px;
    margin-bottom: 0;
    margin-left: 30px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_card_slider-380735a8 .slick-slider {
    margin-right: 55px;
    margin-left: 55px;
  }
}
.coh-ce-cpt_bc_column_layout-c56995ef {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.coh-ce-cpt_bc_content_card-8438724a {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .coh-ce-cpt_bc_content_card-8438724a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.coh-ce-cpt_bc_content_card-8c6a73bf div {
  width: 100%;
}
@media (min-width: 1440px) {
  .coh-ce-cpt_bc_content_card-f030d46e {
    display: inline;
  }
}
.coh-ce-cpt_bc_content_card-56c7c290 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1600px) {
  .coh-ce-cpt_bc_content_card-56c7c290 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.coh-ce-cpt_bc_content_card-56c7c290 a {
  margin-right: 30px;
}
.coh-ce-cpt_bc_feature_card-8c6a73bf div {
  width: 100%;
}
.coh-ce-cpt_bc_find_a_pharmacy-d763425b {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_find_a_pharmacy-d763425b {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-align-content: unset;
        -ms-flex-line-pack: unset;
            align-content: unset;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.coh-ce-cpt_bc_find_a_pharmacy-fbf6c994 {
  margin-top: 64px;
  margin-bottom: 26px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_find_a_pharmacy-fbf6c994 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.coh-ce-cpt_bc_find_a_pharmacy-f5559d2e {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_find_a_pharmacy-f5559d2e {
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
.coh-ce-cpt_bc_find_a_pharmacy-f5559d2e img {
  width: auto;
}
@media (min-width: 768px) {
  .coh-ce-cpt_bc_find_a_pharmacy-f5559d2e img {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_find_a_pharmacy-f5559d2e img {
    width: 100%;
  }
}
.coh-ce-cpt_bc_find_a_pharmacy-ee7ae836 {
  display: block;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_find_a_pharmacy-925a9e4f {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.coh-ce-cpt_bc_find_a_pharmacy-925a9e4f p a {
  color: rgb(26, 115, 232);
}
.coh-ce-cpt_bc_find_a_pharmacy-5244867e {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_find_a_pharmacy-5244867e {
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
.coh-ce-cpt_bc_find_a_pharmacy-5244867e h3 {
  margin-bottom: 10px;
  font-size: 1.0625rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_find_a_pharmacy-5244867e h3 {
    text-align: left;
  }
}
.coh-ce-cpt_bc_find_a_pharmacy-9256cf16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_find_a_pharmacy-9256cf16 {
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
.coh-ce-cpt_bc_find_a_pharmacy-9256cf16 p {
  margin-bottom: 1rem;
  word-wrap: break-word;
  font-size: 0.875rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_find_a_pharmacy-9256cf16 p {
    text-align: left;
  }
}
.coh-ce-cpt_bc_find_a_pharmacy-9256cf16 p a {
  text-decoration: none;
  font-size: 0.875rem;
  word-wrap: break-word;
  text-align: center;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_find_a_pharmacy-9256cf16 p a {
    text-align: left;
  }
}
.coh-ce-cpt_bc_find_a_pharmacy-9256cf16 p a:hover {
  color: rgb(17, 77, 155);
}
.coh-ce-cpt_bc_find_a_pharmacy-9256cf16 a {
  word-wrap: break-word;
}
.coh-ce-cpt_bc_find_a_pharmacy-e9a9ff82 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_find_a_pharmacy-e9a9ff82 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.coh-ce-cpt_bc_find_a_pharmacy-e9a9ff82 .buttons {
  margin-bottom: 0;
  margin-bottom: 0!important;
}
.coh-ce-cpt_bc_footer_logos-accf5949 {
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
.coh-ce-cpt_bc_footer_logos-e80f013b {
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_footer_logos-e80f013b {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.coh-ce-cpt_bc_gallery_slider_0-4c7a23a3 {
  overflow-x: visible;
}
@media (min-width: 1600px) {
  .move-pagination-up.coh-ce-cpt_bc_gallery_slider_0-4c7a23a3 .slick-dots {
    top: -2rem;
  }
}
@media (min-width: 1600px) {
  .move-pagination-down.coh-ce-cpt_bc_gallery_slider_0-4c7a23a3 .slick-dots {
    top: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_gallery_slider_0-4c7a23a3 .slick-slider {
    margin-right: 50px;
    margin-left: 50px;
  }
}
@media (min-width: 1440px) {
  .coh-ce-cpt_bc_gallery_slider_0-4c7a23a3 .slick-slider {
    margin-right: 70px;
    margin-left: 70px;
  }
}
.coh-ce-cpt_bc_gallery_slider_0-4c7a23a3 .coh-style-slider-pagination span.sliderCounter {
  padding-left: 5px;
  position: relative;
  top: 0;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_gallery_slider_0-4c7a23a3 .coh-style-slider-navigation-right, .coh-ce-cpt_bc_gallery_slider_0-4c7a23a3 .coh-style-slider-navigation-left {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .coh-ce-cpt_bc_gallery_slider_0-4c7a23a3 .coh-style-slider-navigation-right, .coh-ce-cpt_bc_gallery_slider_0-4c7a23a3 .coh-style-slider-navigation-left {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.coh-ce-cpt_bc_gallery_slider_0-5a170bbc .slick-list {
  margin-top: 25px;
}
@media (min-width: 1440px) {
  .coh-ce-cpt_bc_gallery_slider_0-5a170bbc .slick-list {
    padding-right: 5%;
    padding-bottom: 0;
    padding-left: 5%;
    width: 90%!important;
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
.coh-ce-cpt_bc_gallery_slider_0-5a170bbc .slick-list .coh-slider-item {
  margin-right: 4px;
  margin-left: 4px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.slick-current.coh-ce-cpt_bc_gallery_slider_0-fc79b8a9 img {
  border-width: 8px;
  border-color: rgb(192, 194, 196);
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1440px) {
  .slick-current.coh-ce-cpt_bc_gallery_slider_0-fc79b8a9 img {
    width: 95%;
  }
}
.coh-ce-cpt_bc_hero_banner-aa3af017 {
  margin-top: 10px;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_hero_banner-aa3af017 {
    font-size: 32px;
  }
}
.coh-ce-cpt_bc_hero_banner-991ca4a2 {
  line-height: 0;
}
@media (min-width: 1440px) {
  .coh-ce-cpt_bc_hero_banner-991ca4a2 {
    display: inline;
  }
}
.coh-ce-cpt_bc_hero_banner-141808bc {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_hero_banner-141808bc {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_bc_hero_banner-141808bc {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.coh-ce-cpt_bc_hero_banner-141808bc a {
  margin-right: 30px;
}
.coh-ce-cpt_bc_hero_banner-6bd58340 {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_hero_banner-6bd58340 {
    margin-bottom: 0;
  }
}
.coh-ce-cpt_bc_hero_banner-6bd58340 #sharepopup {
  position: absolute;
  right: 25px;
  top: 20px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_hero_banner-6bd58340 #sharepopup {
    right: 55px;
    top: 20px;
  }
}
.coh-ce-cpt_bc_highlighted_excerpt-582a3ea5 {
  border-left-style: none;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  font-size: 17px;
  line-height: 28px;
  word-wrap: break-word;
}
.coh-ce-cpt_bc_highlighted_excerpt-582a3ea5:before {
  padding-left: 0;
  display: none;
}
.coh-ce-cpt_bc_icon_list-7f56c939 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_icon_list-7f56c939 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_bc_icon_list-ce7cc874 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_icon_list-3df305a4 {
    width: 100%;
    max-width: 226px;
  }
}
.coh-ce-cpt_bc_icon_list-2fa2ffc3 {
  text-align: center;
  min-height: 50px;
}
.coh-ce-cpt_bc_image_and_text_slider-fea23876 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_image_and_text_slider-fea23876 {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1440px) {
  .coh-ce-cpt_bc_image_and_text_slider-fea23876 {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.coh-ce-cpt_bc_image_and_text_slider-d21e921a .coh-style-video {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_image_and_text_slider-d21e921a .coh-style-video {
    margin-bottom: 0;
  }
}
.coh-ce-cpt_bc_image_and_text_slider-1cf64ff7 {
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_image_and_text_slider-1cf64ff7 {
    padding-bottom: 0;
  }
}
.coh-ce-cpt_bc_image_and_text_slider-2e39ce64 h2 {
  text-align: unset !important;
}
.coh-ce-cpt_bc_image_and_text_slider-991ca4a2 {
  line-height: 0;
}
@media (min-width: 1440px) {
  .coh-ce-cpt_bc_image_and_text_slider-991ca4a2 {
    display: inline;
  }
}
.coh-ce-cpt_bc_image_and_text_slider-8b236861 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .coh-ce-cpt_bc_image_and_text_slider-8b236861 {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_bc_image_and_text_slider-8b236861 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.coh-ce-cpt_bc_impact-8c6a73bf div {
  width: 100%;
}
.coh-ce-cpt_bc_interactive_banner-25f25b4 {
  display: none;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_interactive_banner-25f25b4 {
    display: block;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_interactive_banner-5a165049 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 1440px) {
  .coh-ce-cpt_bc_interactive_banner-5a165049 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_interactive_banner-8631c192 .toggle-banner {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1440px) {
  .coh-ce-cpt_bc_interactive_banner-8631c192 .toggle-banner {
    width: 100%;
  }
}
.coh-ce-cpt_bc_interactive_banner-31d044a4 .content-item.active-content {
  display: block;
}
.active.coh-ce-cpt_bc_interactive_banner-9113d5d8 {
  display: none;
}
.coh-ce-cpt_bc_interactive_banner-5a95001 {
  display: none;
}
@media (min-width: 1440px) {
  .coh-ce-cpt_bc_interactive_banner-f030d46e {
    display: inline;
  }
}
.coh-ce-cpt_bc_interactive_banner-56c7c290 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1600px) {
  .coh-ce-cpt_bc_interactive_banner-56c7c290 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.coh-ce-cpt_bc_interactive_banner-56c7c290 a {
  margin-right: 30px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_interactive_banner-f2b48557 .toggle-banner {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1440px) {
  .coh-ce-cpt_bc_interactive_banner-f2b48557 .toggle-banner {
    width: 100%;
  }
}
.coh-ce-cpt_bc_interactive_banner-4e20a56c {
  display: block;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_interactive_banner-4e20a56c {
    display: none;
  }
}
.coh-ce-cpt_bc_interactive_banner-1e16a026 {
  max-width: 300px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_lifestyle_section-d48040b8 .coh-style-bc-image--desktop img {
    max-width: 100%;
  }
}
.coh-ce-cpt_bc_lifestyle_section-a0297f50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-ce-cpt_bc_lifestyle_section-a0297f50 .coh-style-bc--horizontal-card--container-no-icon {
  padding: 25px;
  padding-right: 25px;
}
.coh-ce-cpt_bc_lifestyle_section-a0297f50 .coh-style-bc--horizontal-card--container-no-icon .coh-style-bc-horizontal-card--icon-container {
  margin-right: 0;
}
.coh-ce-cpt_bc_lifestyle_section-a0297f50 .coh-style-bc-horizontal-card {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
@media (min-width: 768px) {
  .coh-ce-cpt_bc_lifestyle_section-a0297f50 .coh-style-bc-horizontal-card {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}
.coh-ce-cpt_bc_lifestyle_section-81373ab3 {
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_lifestyle_section-81373ab3 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_bc_logo_card_footer-6456e07e {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_bc_logo_card_footer-7e0447e5 {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.coh-ce-cpt_bc_main_navigation-d18de9e2 {
  display: inline-block;
}
@media (min-width: 1440px) {
  .coh-ce-cpt_bc_main_navigation-d18de9e2 {
    display: none;
  }
}
.coh-ce-cpt_bc_main_navigation-2c1e0c22 {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 13px;
}
.coh-ce-cpt_bc_main_navigation-197a15b5 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_main_navigation-197a15b5 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    padding-bottom: 0;
  }
}
.coh-ce-cpt_bc_main_navigation-2469facb {
  display: none;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_main_navigation-2469facb {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.coh-ce-cpt_bc_main_navigation-db2e5a87 .coh-component {
  margin-right: 0!important;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.coh-ce-cpt_bc_modal-af407b29 {
  -webkit-overflow-scrolling: touch;
  padding: 1.5rem;
  max-height: -webkit-calc(100vh - 3rem);
  max-height: calc(100vh - 3rem);
  overflow: auto;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_modal-af407b29 {
    max-height: -webkit-calc(100vh - 3rem);
    max-height: calc(100vh - 3rem);
    padding: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_bc_modal-af407b29 {
    overflow: auto;
    max-height: -webkit-calc(100vh - 4rem);
    max-height: calc(100vh - 4rem);
    -webkit-overflow-scrolling: touch;
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_bc_overview_card-79c319af {
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_overview_card-79c319af {
    padding-right: 0;
  }
}
.coh-ce-cpt_bc_overview_card-79c319af div {
  width: 100%;
}
.coh-ce-cpt_bc_pharmacy_finder-6499a008 {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .coh-ce-cpt_bc_pharmacy_finder-6499a008 {
    margin-bottom: 40px;
  }
}
.coh-ce-cpt_bc_pharmacy_finder-535a38bb {
  display: inline-block;
}
.coh-ce-cpt_bc_pharmacy_finder-ad83a3a5 {
  min-width: 100%;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_pharmacy_finder-ad83a3a5 {
    min-width: 50%;
  }
}
.coh-ce-cpt_bc_product_card-d0591f {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_product_card-d0591f {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .coh-ce-cpt_bc_product_card-d0591f {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.coh-ce-cpt_bc_product_card-1cee6091 {
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
}
@media (min-width: 1600px) {
  .coh-ce-cpt_bc_product_card-1cee6091 {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.coh-ce-cpt_bc_product_stage-fa9ea49f {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_product_stage-fa9ea49f {
    margin-top: 100px;
  }
}
.coh-ce-cpt_bc_product_stage-62afbbea {
  margin-right: 25px;
  margin-left: 25px;
}
@media (min-width: 1440px) {
  .coh-ce-cpt_bc_product_stage-62afbbea {
    margin-right: 70px;
    margin-left: 70px;
  }
}
.coh-ce-cpt_bc_product_stage-c406f03c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_product_stage-c406f03c {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_bc_product_stage-be15a4e4 {
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_product_stage-be15a4e4 {
    margin-left: 30px;
  }
}
@media (min-width: 1440px) {
  .coh-ce-cpt_bc_product_stage-be15a4e4 {
    margin-left: 60px;
  }
}
.coh-ce-cpt_bc_product_stage-be15a4e4 .buttons {
  margin-bottom: 30px!important;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_product_stage-be15a4e4 .buttons {
    margin-bottom: 0;
  }
}
.coh-ce-cpt_bc_profile_card_2-cfeaf136 img {
  width: auto;
}
.coh-ce-cpt_bc_profile_card_2-60febd6b {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.coh-ce-cpt_bc_profile_card_2-eff5ea42 {
  padding-right: 24px;
  padding-left: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.coh-ce-cpt_bc_quote_card_button_image-17d448b2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-top: -30px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_quote_card_button_image-17d448b2 {
    height: 555px;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
  }
}
.coh-ce-cpt_bc_quote_card_button_image-8f2c286f {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_quote_card_button_image-8f2c286f {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 50px;
  }
}
.coh-ce-cpt_bc_quote_card_button_image-61e867f0 {
  height: 54px;
  width: 64px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_quote_card_button_image-61e867f0 {
    height: 62px;
    width: 72px;
  }
}
.coh-ce-cpt_bc_quote_card_button_image-f8199515 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-ce-cpt_bc_quote_card_button_image-9a1b6e1c {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_quote_card_button_image-9a1b6e1c {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.coh-ce-cpt_bc_related_articles_2-c874c4b9 {
  margin-right: 20px;
  margin-bottom: 0;
  margin-left: 20px;
}
.coh-ce-cpt_bc_related_articles_2-68f805c4 .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_related_articles_2-68f805c4 .slick-slider {
    margin-top: 0;
    margin-right: 62px;
    margin-bottom: 0;
    margin-left: 62px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_related_articles_2-68f805c4 .slick-slide {
    margin-right: 24px;
    margin-left: 24px;
  }
}
.coh-ce-cpt_bc_related_articles_2-b539b09d {
  padding: 24px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_related_articles_2-b539b09d {
    padding: unset;
  }
}
.coh-ce-cpt_bc_related_products-609e68cb {
  margin-right: 20px;
  margin-bottom: 0;
  margin-left: 20px;
}
.coh-ce-cpt_bc_related_products-609e68cb h2 {
  margin-bottom: 0;
}
.coh-ce-cpt_bc_related_products-6a0fa918 .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_related_products-6a0fa918 .slick-slider {
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 20px;
  }
}
@media (min-width: 1440px) {
  .coh-ce-cpt_bc_related_products-6a0fa918 .slick-slider {
    margin-right: 55px;
    margin-left: 55px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_related_products-6a0fa918 .slick-slide {
    margin-right: 12px;
    margin-left: 12px;
  }
}
.coh-ce-cpt_bc_related_products-6a0fa918 .coh-style-slider-pagination span.sliderCounter {
  position: relative;
  top: 0;
  left: 5px;
}
@media (min-width: 1440px) {
  .coh-ce-cpt_bc_related_products-6a0fa918 .coh-style-slider-pagination span.sliderCounter {
    position: absolute;
    top: 30px;
    left: inherit;
  }
}
.coh-ce-cpt_bc_related_products-b539b09d {
  padding: 24px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_related_products-b539b09d {
    padding: unset;
  }
}
.coh-ce-cpt_bc_search_listing-8c8d4b7e {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(192, 194, 196);
}
.coh-ce-cpt_bc_search_listing-1f0ec3cd {
  text-decoration: none;
}
.coh-ce-cpt_bc_shallow_hero-c8af6490 {
  margin-top: 10px;
  font-size: 20px;
  font-family: 'Open Sans Bold', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_shallow_hero-c8af6490 {
    font-size: 32px;
    font-family: 'Open Sans', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
@media (min-width: 1440px) {
  .coh-ce-cpt_bc_shallow_hero-7b608980 {
    display: inline;
  }
}
.coh-ce-cpt_bc_shallow_hero-7b608980 .buttons {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_shallow_hero-7b608980 .buttons {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
.coh-ce-cpt_bc_shallow_hero-9ab2e8de #sharepopup {
  position: absolute;
  top: 20px;
  right: 25px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_shallow_hero-9ab2e8de #sharepopup {
    right: 55px;
  }
}
.coh-ce-cpt_bc_share-b0c1227f {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.coh-ce-cpt_bc_stack_cards-6499a008 {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .coh-ce-cpt_bc_stack_cards-6499a008 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_tabs_container_vertical_t-a82311d2 {
    margin-right: 42px;
    margin-left: 42px;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_bc_tabs_container_vertical_t-a82311d2 {
    margin-right: 62px;
    margin-left: 62px;
  }
}
.coh-accordion-tabs.coh-ce-cpt_bc_tabs_container_vertical_t-ca9d65ec > .coh-accordion-tabs-inner > .coh-accordion-tabs-display-inner-accordion-xs {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 auto !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
}
@media (min-width: 1024px) {
  .coh-accordion-tabs.coh-ce-cpt_bc_tabs_container_vertical_t-ca9d65ec > .coh-accordion-tabs-inner > .coh-accordion-tabs-display-inner-accordion-xs {
    max-width: 70% !important;
  }
}
@media (min-width: 1600px) {
  .coh-accordion-tabs.coh-ce-cpt_bc_tabs_container_vertical_t-ca9d65ec > .coh-accordion-tabs-inner > .coh-accordion-tabs-display-inner-accordion-xs {
    max-width: 80% !important;
  }
}
@media (min-width: 1024px) {
  .space-between-nav-content.coh-ce-cpt_bc_tabs_container_vertical_t-ca9d65ec .coh-accordion-tabs-content {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_tabs_container_vertical_t-ca9d65ec .coh-accordion-tabs-nav {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_bc_tabs_container_vertical_t-ca9d65ec .coh-accordion-tabs-nav {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.coh-ce-cpt_bc_tabs_container_vertical_t-ca9d65ec .coh-accordion-tabs > .coh-accordion-tabs-inner > .coh-accordion-tabs-display-inner-accordion-xs {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 auto !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_tabs_container_vertical_t-ca9d65ec .coh-accordion-tabs > .coh-accordion-tabs-inner > .coh-accordion-tabs-display-inner-accordion-xs {
    max-width: 70%;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_bc_tabs_container_vertical_t-ca9d65ec .coh-accordion-tabs > .coh-accordion-tabs-inner > .coh-accordion-tabs-display-inner-accordion-xs {
    max-width: 80%;
  }
}
.coh-ce-cpt_bc_text_and_download_card-fba8e900 {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-right: 0;
  margin-left: 0;
}
.coh-ce-cpt_bc_text_and_download_card-69976373 {
  padding-top: 26px;
  padding-right: 26px;
  padding-bottom: 26px;
  padding-left: 26px;
}
@media (min-width: 1440px) {
  .coh-ce-cpt_bc_text_and_download_card-69976373 {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.coh-ce-cpt_bc_paragraph.coh-ce-cpt_bc_text_and_download_card-69976373:first-child {
  margin: 0 !important;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_paragraph.coh-ce-cpt_bc_text_and_download_card-69976373:first-child {
    width: 85%;
  }
}
.coh-ce-cpt_bc_text_and_download_card-69976373 p {
  margin-bottom: 0;
}
.coh-ce-cpt_bc_text_and_download_card-4122427f {
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_text_and_download_card-4122427f {
    margin-right: -1px;
  }
}
@media (min-width: 1440px) {
  .coh-ce-cpt_bc_text_and_download_card-4122427f {
    padding-top: 0;
    padding-right: 20px;
    padding-left: 35px;
  }
}
.coh-ce-cpt_bc_video_hero_banner-aa3af017 {
  margin-top: 10px;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_video_hero_banner-aa3af017 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_video_hero_banner-19ff7a3f {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_bc_video_hero_banner-19ff7a3f {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.coh-ce-cpt_bc_video_hero_banner-19ff7a3f a {
  margin-right: 30px;
}
.coh-ce-cpt_bc_video_hero_banner-991ca4a2 {
  line-height: 0;
}
@media (min-width: 1440px) {
  .coh-ce-cpt_bc_video_hero_banner-991ca4a2 {
    display: inline;
  }
}
.coh-ce-cpt_bc_video_hero_banner-28c5cb83 #sharepopup {
  position: absolute;
  right: 25px;
  top: 20px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_video_hero_banner-28c5cb83 #sharepopup {
    right: 55px;
    top: 20px;
  }
}
.coh-ce-cpt_bc_video_slider-7a33fcaf .coh-heading {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_video_slider-7a33fcaf .coh-heading {
    padding-right: 0;
    padding-left: 0;
  }
}
.coh-ce-cpt_bc_video_slider-55b800e9 {
  display: table;
  width: 100%;
  table-layout: fixed;
}
@media (min-width: 768px) {
  .coh-slider-container-nav-outside-middle-left-right-md.coh-ce-cpt_bc_video_slider-55b800e9 > .coh-slider-container-mid .slick-arrow {
    top: 29%;
  }
}
@media (min-width: 1024px) {
  .video-slider.coh-ce-cpt_bc_video_slider-55b800e9 .coh-style-slider-pagination {
    margin-top: 0px !important;
  }
}
.coh-ce-cpt_bc_video_slider-55b800e9 .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.coh-ce-cpt_bc_video_slider-55b800e9 .coh-slider-nav-inner-bottom {
  width: 100% !important;
  top: 72% !important;
}
@media (min-width: 768px) {
  .coh-ce-cpt_bc_video_slider-55b800e9 .coh-slider-nav-inner-bottom {
    top: 85% !important;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_video_slider-55b800e9 .coh-slider-nav-inner-bottom {
    top: auto;
  }
}
.coh-ce-cpt_bc_video_slider-55b800e9 .coh-slider-nav-inner-bottom button {
  position: relative;
  position: relative!important;
}
@media (min-width: 768px) {
  .coh-ce-cpt_bc_video_slider-55b800e9 .coh-slider-nav-inner-bottom button {
    position: static;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_video_slider-55b800e9 .slick-slider {
    margin-top: 0;
    margin-right: 70px;
    margin-bottom: 0;
    margin-left: 70px;
  }
}
.coh-ce-cpt_bc_video_slider-55b800e9 .coh-style-slider-pagination span.sliderCounter {
  position: static;
}
.coh-ce-cpt_bc_video_slider-ca3ee39f {
  overflow: hidden;
}
.coh-ce-cpt_bc_video_slider-ca3ee39f .coh-style-video {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_bc_video_slider-ca3ee39f .coh-style-video {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_blockquote-eebeed73 {
    padding-right: 0;
    padding-left: 0;
    border-left-style: none;
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_blockquote-eebeed73:before {
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_blockquote-50ab9410 {
    font-size: 1rem;
    line-height: 1rem;
    padding-top: 1.5rem;
    margin-top: auto;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_blockquote-553a8b89 {
    display: block;
    font-weight: bold;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_blockquote-5baee877 {
    display: block;
    margin-top: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_blockquote-bf1797a2 {
    font-style: normal;
    font-size: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_breadcrumbs-b00f9d69 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .transparent-background.coh-ce-cpt_breadcrumbs-b00f9d69 {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .solid-dark-background.coh-ce-cpt_breadcrumbs-b00f9d69 {
    background-color: rgb(34, 34, 34);
  }
}
@media (min-width: 1600px) {
  .solid-light-background.coh-ce-cpt_breadcrumbs-b00f9d69 {
    background-color: rgb(242, 242, 242);
  }
}
@media (min-width: 1600px) {
  .semi-transparent-dark-background.coh-ce-cpt_breadcrumbs-b00f9d69 {
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .position-absolute-top-left.coh-ce-cpt_breadcrumbs-b00f9d69 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_column_0-9431213c {
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_contact_information_card-b76fe74a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_contact_information_card-466af053 {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_contact_information_card-42bc939c {
    font-style: normal;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_contact_information_card-cc55f948 {
    width: 3rem;
    margin-bottom: 1.5rem;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
@media (min-width: 1600px) {
  .dark-title.coh-ce-cpt_drupal_blocks-f4b9eee7 div > h2 {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .light-title.coh-ce-cpt_drupal_blocks-f4b9eee7 div > h2 {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .color-title.coh-ce-cpt_drupal_blocks-f4b9eee7 div > h2 {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .dark-heading.coh-ce-cpt_events_slider-8a32b71 {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .light-heading.coh-ce-cpt_events_slider-8a32b71 {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .color-heading.coh-ce-cpt_events_slider-8a32b71 {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1600px) {
  .align-left.coh-ce-cpt_events_slider-8a32b71 {
    text-align: left;
  }
}
@media (min-width: 1600px) {
  .align-center.coh-ce-cpt_events_slider-8a32b71 {
    text-align: center;
  }
}
@media (min-width: 1600px) {
  .align-right.coh-ce-cpt_events_slider-8a32b71 {
    text-align: right;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_feature_card-466af053 {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_feature_card-cc55f948 {
    width: 3rem;
    margin-bottom: 1.5rem;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
@media (min-width: 1600px) {
  .move-pagination-up.coh-ce-cpt_gallery_slider-4d540297 .slick-dots {
    top: -2rem;
  }
}
@media (min-width: 1600px) {
  .move-pagination-down.coh-ce-cpt_gallery_slider-4d540297 .slick-dots {
    top: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_hero-fedf769c {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_hero-fedf769c {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1600px) {
  .transparent-background.coh-ce-cpt_hero-fedf769c {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1600px) {
  .solid-dark-background.coh-ce-cpt_hero-fedf769c {
    background-color: rgb(34, 34, 34);
  }
}
@media (min-width: 1600px) {
  .solid-light-background.coh-ce-cpt_hero-fedf769c {
    background-color: rgb(242, 242, 242);
  }
}
@media (min-width: 1600px) {
  .semi-transparent-dark-background.coh-ce-cpt_hero-fedf769c {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_hero-55a54ec4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1600px) {
  .fluid.coh-ce-cpt_hero-55a54ec4 {
    min-height: 80vh;
  }
}
@media (min-width: 425px) {
  .tall.coh-ce-cpt_hero-55a54ec4 {
    min-height: 25rem;
  }
}
@media (min-width: 1024px) {
  .tall.coh-ce-cpt_hero-55a54ec4 {
    min-height: 35rem;
  }
}
@media (min-width: 1440px) {
  .tall.coh-ce-cpt_hero-55a54ec4 {
    min-height: 37.5rem;
  }
}
@media (min-width: 1600px) {
  .tall.coh-ce-cpt_hero-55a54ec4 {
    min-height: 40rem;
  }
}
@media (min-width: 425px) {
  .short.coh-ce-cpt_hero-55a54ec4 {
    min-height: 10rem;
  }
}
@media (min-width: 1024px) {
  .short.coh-ce-cpt_hero-55a54ec4 {
    min-height: 15rem;
  }
}
@media (min-width: 1600px) {
  .short.coh-ce-cpt_hero-55a54ec4 {
    min-height: 20rem;
  }
}
@media (min-width: 1600px) {
  .center-align-content.coh-ce-cpt_hero-55a54ec4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1600px) {
  .center-align-content.coh-ce-cpt_hero-55a54ec4 .coh-wysiwyg {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .center-align-content.coh-ce-cpt_hero-55a54ec4 .text-content {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .center-align-content.coh-ce-cpt_hero-55a54ec4 .text-content {
    width: 72%;
  }
}
@media (min-width: 1600px) {
  .center-align-content.coh-ce-cpt_hero-55a54ec4 .text-content {
    width: 64%;
    text-align: center;
  }
}
@media (min-width: 425px) {
  .center-align-content.coh-ce-cpt_hero-55a54ec4 .drop-zone-content {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .center-align-content.coh-ce-cpt_hero-55a54ec4 .drop-zone-content {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .center-align-content.coh-ce-cpt_hero-55a54ec4 .drop-zone-content {
    width: 72%;
  }
}
@media (min-width: 1600px) {
  .center-align-content.coh-ce-cpt_hero-55a54ec4 .drop-zone-content {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 64%;
    margin-top: 4rem;
  }
}
@media (min-width: 1600px) {
  .center-align-content.coh-ce-cpt_hero-55a54ec4 .buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .left-align-content.coh-ce-cpt_hero-55a54ec4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1600px) {
  .left-align-content.coh-ce-cpt_hero-55a54ec4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .left-align-content.coh-ce-cpt_hero-55a54ec4 .text-content {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .left-align-content.coh-ce-cpt_hero-55a54ec4 .text-content {
    width: 40%;
  }
}
@media (min-width: 425px) {
  .left-align-content.coh-ce-cpt_hero-55a54ec4 .drop-zone-content {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .left-align-content.coh-ce-cpt_hero-55a54ec4 .drop-zone-content {
    width: 100%;
    margin-top: 4rem;
    margin-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (min-width: 1600px) {
  .left-align-content.coh-ce-cpt_hero-55a54ec4 .drop-zone-content {
    margin-left: 7.5rem;
  }
}
@media (min-width: 768px) {
  .right-align-content.coh-ce-cpt_hero-55a54ec4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1600px) {
  .right-align-content.coh-ce-cpt_hero-55a54ec4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .right-align-content.coh-ce-cpt_hero-55a54ec4 .text-content {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .right-align-content.coh-ce-cpt_hero-55a54ec4 .text-content {
    width: 40%;
  }
}
@media (min-width: 425px) {
  .right-align-content.coh-ce-cpt_hero-55a54ec4 .drop-zone-content {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .right-align-content.coh-ce-cpt_hero-55a54ec4 .drop-zone-content {
    width: 100%;
    margin-top: 4rem;
    margin-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (min-width: 1600px) {
  .right-align-content.coh-ce-cpt_hero-55a54ec4 .drop-zone-content {
    margin-right: 7.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_hero-77bc8a97 {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
@media (min-width: 1600px) {
  .colored.coh-ce-cpt_hero-fd5ded85 {
    color: rgb(38, 163, 221);
  }
}
@media (min-width: 1024px) {
  .add-space-below.coh-ce-cpt_hero-55f19225 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .add-space-below.coh-ce-cpt_hero-55f19225 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_hero-65b810ab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1600px) {
  .image-object-fit-cover.coh-ce-cpt_image_media-2e431e81 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1600px) {
  .image-object-fit-cover.coh-ce-cpt_image_media-2e431e81 article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1600px) {
  .image-object-fit-cover.coh-ce-cpt_image_media-2e431e81 article picture {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1600px) {
  .image-object-fit-cover.coh-ce-cpt_image_media-2e431e81 article picture img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_image_media-2e431e81 img {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_image_media-2e431e81 img {
    margin-right: unset;
    margin-left: unset;
  }
}
@media (min-width: 1440px) {
  .coh-ce-cpt_image_media-2e431e81 img {
    max-width: 100%;
  }
}
.coh-ce-cpt_image_media-2e431e81 img.center {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1600px) {
  .coh-ce-cpt_impact_card-c4fa5111 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 25rem;
    height: 100%;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_impact_card-466af053 {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_impact_card-63e38b8f {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_impact_card-63e38b8f:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: 2;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_impact_card-38bc85ac {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    margin-top: auto;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_link-b25617c6 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .add-space-below.coh-ce-cpt_link-b25617c6 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .add-space-below.coh-ce-cpt_link-b25617c6 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_linked_feature_card-466af053 {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_linked_feature_card-b0f595f9:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: 1;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_linked_feature_card-92be551f {
    margin-top: auto;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_linked_feature_card-cc55f948 {
    width: 3rem;
    margin-bottom: 1.5rem;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_logo_card-6456e07e {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_logo_card-7e0447e5 {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_modal_window-50d5c6fb {
    max-height: -webkit-calc(100vh - 3rem);
    max-height: calc(100vh - 3rem);
    padding: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_modal_window-50d5c6fb {
    overflow: auto;
    max-height: -webkit-calc(100vh - 4rem);
    max-height: calc(100vh - 4rem);
    -webkit-overflow-scrolling: touch;
    padding: 2rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_price_card-6c50e96c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_price_card-13c60bc1 {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_price_card-12c4107e:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: 1;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_price_card-6eb4d95c {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_price_card-b2503be0 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: auto;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_price_card-1775711d {
    margin-left: -0.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_price_card-77973a3b {
    font-size: 3.125rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_price_card-5d509b1 {
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_price_card-d17cb34a {
    margin-top: 1.5rem;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_price_card-5289bcbf {
    margin-bottom: 1.5rem;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_site_footer-a55124d3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.coh-ce-cpt_site_footer-83aa408f {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.coh-ce-cpt_site_footer-cdea3e20 {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.coh-ce-cpt_site_footer-c26d0378 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_site_footer-c26d0378 {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
.coh-ce-cpt_site_footer-ad91901b {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_site_footer-ad91901b {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.coh-ce-cpt_site_footer-866d43ad p a {
  color: rgb(0, 45, 93);
}
.coh-ce-cpt_site_footer-866d43ad p a:hover {
  text-decoration: underline;
}
.coh-ce-cpt_site_footer-2541140e {
  color: rgb(192, 194, 196);
  text-align: center;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_site_footer-2541140e {
    text-align: left;
  }
}
.coh-ce-cpt_site_footer-ca86072f p {
  text-align: center;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_site_footer-ca86072f p {
    text-align: left;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_site_header-e51d7f53 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (min-width: 1600px) {
  .header-position--relative.coh-ce-cpt_site_header-e51d7f53 {
    position: relative;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1600px) {
  .header-position--fixed.coh-ce-cpt_site_header-e51d7f53 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
  }
}
@media (min-width: 768px) {
  .menu-column-count-desktop-4.coh-ce-cpt_site_header-e51d7f53 .main-menu .menu-level-2 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media (min-width: 1600px) {
  .menu-column-count-desktop-4.coh-ce-cpt_site_header-e51d7f53 .main-menu .menu-level-2 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
@media (min-width: 768px) {
  .menu-column-count-desktop-3.coh-ce-cpt_site_header-e51d7f53 .main-menu .menu-level-2 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media (min-width: 1600px) {
  .menu-column-count-desktop-3.coh-ce-cpt_site_header-e51d7f53 .main-menu .menu-level-2 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media (min-width: 768px) {
  .menu-column-count-desktop-2.coh-ce-cpt_site_header-e51d7f53 .main-menu .menu-level-2 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media (min-width: 1600px) {
  .menu-column-count-desktop-2.coh-ce-cpt_site_header-e51d7f53 .main-menu .menu-level-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (min-width: 1600px) {
  .menu-column-count-desktop-1.coh-ce-cpt_site_header-e51d7f53 .main-menu .menu-level-1 > li {
    position: relative;
  }
}
@media (min-width: 768px) {
  .menu-column-count-desktop-1.coh-ce-cpt_site_header-e51d7f53 .main-menu .menu-level-2-wrapper {
    width: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    left: 0 !important;
  }
}
@media (min-width: 1600px) {
  .menu-column-count-desktop-1.coh-ce-cpt_site_header-e51d7f53 .main-menu .menu-level-2-wrapper {
    width: 20rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50% !important;
    right: auto;
  }
}
@media (min-width: 1600px) {
  .menu-column-count-desktop-1.coh-ce-cpt_site_header-e51d7f53 .main-menu .menu-level-2-wrapper > .coh-container-boxed {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .menu-column-count-desktop-1.coh-ce-cpt_site_header-e51d7f53 .main-menu .menu-level-2 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media (min-width: 1600px) {
  .toolbar-horizontal.toolbar-fixed .header-position--fixed.coh-ce-cpt_site_header-e51d7f53 {
    top: 2.4375rem;
  }
}
@media (min-width: 1600px) {
  .toolbar-horizontal.toolbar-fixed.toolbar-tray-open .header-position--fixed.coh-ce-cpt_site_header-e51d7f53 {
    top: 4.9375rem;
  }
}
@media (min-width: 1600px) {
  .toolbar-vertical.toolbar-fixed .header-position--fixed.coh-ce-cpt_site_header-e51d7f53 {
    top: 2.4375rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_site_header-6577ed22 {
    padding-right: 0;
    padding-left: 0;
    height: 3rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_site_header-6577ed22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 2rem;
    padding-left: 2rem;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_site_header-5282b65d {
    max-height: 3rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_site_header-5282b65d {
    max-height: 5rem;
    width: auto;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_site_header-e2a0ade6 {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_site_header-e2a0ade6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_site_header-f9afdd26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_site_header-f9afdd26 {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3rem;
    width: 3rem;
    font-size: 1.5rem;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_site_header-f9afdd26:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c9";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .menu-active.coh-ce-cpt_site_header-f9afdd26:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    font-family: icomoon;
  }
}
@media (min-width: 768px) {
  .menu-active.coh-ce-cpt_site_header-f9afdd26:after {
    content: "";
  }
}
@media (min-width: 1600px) {
  .menu-active.coh-ce-cpt_site_header-f9afdd26:after {
    background-color: rgba(0, 0, 0, 0.5);
    height: -webkit-calc(100vh - 48px);
    height: calc(100vh - 48px);
    width: 100vw;
    position: absolute;
    top: 3rem;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
}
.coh-ce-cpt_site_header-4bd5ea3e {
  max-width: -webkit-calc(100vw - 32px);
  max-width: calc(100vw - 32px);
}
@media (min-width: 768px) {
  .coh-ce-cpt_site_header-4bd5ea3e {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    height: auto;
    max-width: 33.3125rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_site_header-4bd5ea3e {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_site_header-cae467c8 {
    height: -webkit-calc(100vh - 48px);
    height: calc(100vh - 48px);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 7.125rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_site_header-cae467c8 {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_site_header-85f5d826 {
    height: auto;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_site_header-85f5d826 {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_site_header-a309120d {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_site_header-a309120d {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left: 0.5rem;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 3rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_site_header-a309120d:before {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .menu-position-desktop--right .coh-ce-cpt_site_header-a309120d {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1600px) {
  .menu-position-desktop--right .coh-ce-cpt_site_header-a309120d {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_site_header-df22f363 {
    height: 3rem;
    width: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.5rem;
    -webkit-border-radius: 50%;
            border-radius: 50%;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_site_header-df22f363:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .search-active.coh-ce-cpt_site_header-df22f363:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_site_header-f7fc4a4 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_slide_item-2ee1ff76 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 425px) {
  .coh-ce-cpt_social_links-c4355378 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_social_links-c4355378 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_social_links-ff917e8c {
    margin-bottom: 0;
    margin-left: 0;
    list-style-type: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
@media (min-width: 425px) {
  .coh-ce-cpt_social_links-7fba6170 {
    width: auto;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_social_links-7fba6170 {
    height: 2.5rem;
    width: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .facebook.coh-ce-cpt_social_links-7fba6170:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f09a";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .twitter.coh-ce-cpt_social_links-7fba6170:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f099";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .linkedin.coh-ce-cpt_social_links-7fba6170:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0e1";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .youtube.coh-ce-cpt_social_links-7fba6170:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f16a";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .vimeo.coh-ce-cpt_social_links-7fba6170:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f27d";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .instagram.coh-ce-cpt_social_links-7fba6170:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f16d";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .medium.coh-ce-cpt_social_links-7fba6170:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f23a";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .pinterest.coh-ce-cpt_social_links-7fba6170:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f231";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .rss.coh-ce-cpt_social_links-7fba6170:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f09e";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .behance.coh-ce-cpt_social_links-7fba6170:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1b4";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .drupal.coh-ce-cpt_social_links-7fba6170:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1a9";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .github.coh-ce-cpt_social_links-7fba6170:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f09b";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .xing.coh-ce-cpt_social_links-7fba6170:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f168";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .bitbucket.coh-ce-cpt_social_links-7fba6170:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f171";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .whatsapp.coh-ce-cpt_social_links-7fba6170:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f232";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .slideshare.coh-ce-cpt_social_links-7fba6170:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1e7";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .flickr.coh-ce-cpt_social_links-7fba6170:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f16e";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .vkontakte.coh-ce-cpt_social_links-7fba6170:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f189";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .tumblr.coh-ce-cpt_social_links-7fba6170:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f173";
    font-family: icomoon;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_stat_card-b76fe74a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_stat_card-5e7d51c3 {
    font-weight: bold;
    display: block;
    margin-bottom: 1rem;
  }
}
@media (min-width: 425px) {
  .large.coh-ce-cpt_stat_card-5e7d51c3 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .large.coh-ce-cpt_stat_card-5e7d51c3 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1600px) {
  .large.coh-ce-cpt_stat_card-5e7d51c3 {
    font-size: 6rem;
  }
}
@media (min-width: 425px) {
  .medium.coh-ce-cpt_stat_card-5e7d51c3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .medium.coh-ce-cpt_stat_card-5e7d51c3 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1600px) {
  .medium.coh-ce-cpt_stat_card-5e7d51c3 {
    font-size: 4.5rem;
  }
}
@media (min-width: 425px) {
  .small.coh-ce-cpt_stat_card-5e7d51c3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .small.coh-ce-cpt_stat_card-5e7d51c3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .small.coh-ce-cpt_stat_card-5e7d51c3 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_stat_card-9703bc5a {
    font-weight: bold;
    font-size: 0.875rem;
    display: block;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_stat_card-42588cf7 {
    width: 3rem;
    margin-bottom: 1rem;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
.coh-ce-cpt_table-ad7c304 {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .space-between-nav-content.coh-ce-cpt_tabs_container_vertical_tabs-a902b84a .coh-accordion-tabs-content {
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .space-between-nav-content.coh-ce-cpt_tabs_container_vertical_tabs-a902b84a .coh-accordion-tabs-content {
    padding-left: 11.5%;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_tabs_container_vertical_tabs-a902b84a .coh-accordion-tabs-nav {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_testimonial_card-3154f319 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_testimonial_card-aa01a782 {
    border-left-style: none;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_testimonial_card-2f2a169e {
    margin-top: auto;
    padding-top: 1.5rem;
    line-height: 1rem;
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_testimonial_card-29a98c9a {
    -webkit-border-radius: 100%;
            border-radius: 100%;
    width: 3.5rem;
    margin-right: auto;
    margin-bottom: 1.5rem;
    margin-left: auto;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_testimonial_card-174b89fd {
    margin-bottom: 0.5rem;
    font-weight: bold;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_testimonial_card-92c7cc8a {
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_testimonial_card-18495c3e {
    font-size: 0.875rem;
  }
}
@media (min-width: 425px) {
  .coh-ce-cpt_utilities_bar_horizontal-ccf0cd73 {
    display: none;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_utilities_bar_horizontal-ccf0cd73 {
    display: none;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_utilities_bar_horizontal-ccf0cd73 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    height: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_utilities_bar_horizontal-ccf0cd73 .utilities-menu li {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_utilities_bar_horizontal-ccf0cd73 .social-links a {
    width: 2rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_utilities_bar_horizontal-830836c6 {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_utilities_bar_horizontal-830836c6 + * {
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_utilities_bar_horizontal-830836c6 + * {
    margin-left: 1rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_utilities_bar_vertical-81040a3c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_utilities_bar_vertical-81040a3c {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: none;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_utilities_bar_vertical-81040a3c .social-links a {
    width: auto;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_utilities_bar_vertical-80f39919 {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_utilities_bar_vertical-80f39919 + * {
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_utilities_bar_vertical-80f39919 + * {
    margin-left: 1rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_utilities_bar_vertical-80f39919 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_utilities_bar_vertical-80f39919 a {
    padding-top: 0.75rem;
    padding-right: 1rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cpt_video_media-ea901c4e {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .coh-ce-9aaedf33 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-9aaedf33 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-1b8758cd {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-1b8758cd {
    margin-bottom: 2rem;
  }
}
.coh-ce-1914cdd7 #sharepopup {
  position: absolute;
  right: 25px;
  top: 10px;
}
@media (min-width: 1024px) {
  .coh-ce-1914cdd7 #sharepopup {
    right: 55px;
    top: 20px;
  }
}
.coh-ce-480ca700 #sharepopup {
  position: absolute;
  right: 25px;
}
@media (min-width: 1024px) {
  .coh-ce-480ca700 #sharepopup {
    right: 55px;
  }
}
.coh-ce-e98798ff #sharepopup {
  position: absolute;
  right: 25px;
  top: 10px;
}
@media (min-width: 1024px) {
  .coh-ce-e98798ff #sharepopup {
    right: 55px;
    top: 20px;
  }
}
.coh-ce-d3d63125 {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .coh-ce-d3d63125 {
    margin-bottom: 0;
  }
}
.coh-ce-d3d63125 #sharepopup {
  position: absolute;
  right: 25px;
  top: 10px;
}
@media (min-width: 1024px) {
  .coh-ce-d3d63125 #sharepopup {
    right: 55px;
    top: 20px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-8f95394a {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .coh-ce-5f0f0f33 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.coh-ce-f3d71066 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.coh-ce-c4e19752::marker {
  display: none;
}
@media (min-width: 768px) {
  .coh-ce-458aeaf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
@media (min-width: 1600px) {
  .coh-ce-458aeaf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .coh-ce-cfeba3d3 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .coh-ce-cfeba3d3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1600px) {
  .has-children.is-collapsed.coh-ce-cfeba3d3 > a:after {
    -webkit-transform: rotateZ(0deg);
        -ms-transform: rotate(0deg);
            transform: rotateZ(0deg);
  }
}
@media (min-width: 1600px) {
  .has-children.is-expanded.coh-ce-cfeba3d3 > a:after {
    -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
            transform: rotateZ(180deg);
  }
}
@media (min-width: 768px) {
  .has-children.coh-ce-cfeba3d3 > a {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1600px) {
  .has-children.coh-ce-cfeba3d3 > a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1600px) {
  .has-children.coh-ce-cfeba3d3 > a:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    font-family: icomoon;
    -webkit-transition: 200ms ease-in-out transform;
    transition: 200ms ease-in-out transform;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-7603bfd {
    padding-right: 1rem;
    padding-left: 1rem;
    height: auto;
  }
}
@media (min-width: 1600px) {
  .coh-ce-7603bfd {
    font-size: 0.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-9e7f72ef {
    position: static;
  }
}
@media (min-width: 1600px) {
  .coh-ce-9e7f72ef {
    position: absolute;
    top: 100%;
    display: none;
    z-index: 1;
    left: 0;
    right: 0;
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .coh-ce-9891be7f {
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-9891be7f {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    pointer-events: auto;
  }
}
@media (min-width: 1600px) {
  .coh-ce-41faece7 {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
}
@media (min-width: 768px) {
  .coh-ce-4c431097 {
    padding-right: 0;
    padding-left: 1rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-4c431097 {
    list-style-type: none;
    margin-left: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .coh-ce-5d9b5c92 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-7666841d {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .coh-ce-d344be45 {
    margin-left: 0;
    list-style-type: none;
    padding-left: 1rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-769e1d0 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-d47157a4 {
    list-style-type: none;
  }
}
@media (min-width: 1600px) {
  .coh-ce-5464d549 {
    list-style-type: none;
  }
}
@media (min-width: 1600px) {
  .coh-ce-61cbe9b2 {
    list-style-type: none;
  }
}
@media (min-width: 1600px) {
  .coh-ce-39a1ac35 {
    list-style-type: none;
  }
}
@media (min-width: 1600px) {
  .coh-ce-5161516a {
    list-style-type: none;
  }
}
@media (min-width: 1600px) {
  .coh-ce-9c23e4ec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}
@media (min-width: 1600px) {
  .coh-ce-4be69de6 {
    font-size: 0.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}
@media (min-width: 1600px) {
  .coh-ce-5cbe1723 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1600px) {
  .coh-ce-a90d796f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1600px) {
  .coh-ce-a90d796f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1600px) {
  .coh-ce-5cbe1723 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1600px) {
  .coh-ce-e26e7467 .card-outer-container {
    background-color: rgb(242, 242, 242);
  }
}
@media (min-width: 1600px) {
  .coh-ce-a90d796f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1600px) {
  .coh-ce-2863065b .slick-dots {
    padding-top: 1rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-d69cf191 {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.coh-ce-bb3401c0 {
  border-top-width: 1px;
  border-top-color: rgb(192, 194, 196);
  border-top-style: solid;
}
@media (min-width: 1600px) {
  .coh-ce-5cbe1723 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1600px) {
  .coh-ce-a90d796f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1600px) {
  .coh-ce-a90d796f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1600px) {
  .coh-ce-5cbe1723 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1600px) {
  .coh-ce-32bb9dc6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1600px) {
  .coh-ce-32bb9dc6 .card-outer-container {
    background-color: rgb(242, 242, 242);
  }
}
@media (min-width: 1600px) {
  .coh-ce-a90d796f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1600px) {
  .coh-ce-2863065b .slick-dots {
    padding-top: 1rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-d69cf191 {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1600px) {
  .coh-ce-5cbe1723 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1600px) {
  .coh-ce-a90d796f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1600px) {
  .coh-ce-a90d796f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1600px) {
  .coh-ce-5cbe1723 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1600px) {
  .coh-ce-be6ad4d4 .card-outer-container {
    background-color: rgb(242, 242, 242);
  }
}
@media (min-width: 1600px) {
  .coh-ce-a90d796f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1600px) {
  .coh-ce-5cbe1723 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1600px) {
  .coh-ce-a90d796f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1600px) {
  .coh-ce-a90d796f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1600px) {
  .coh-ce-5cbe1723 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1600px) {
  .coh-ce-bac846b1 .card-outer-container {
    background-color: rgb(242, 242, 242);
  }
}
@media (min-width: 1600px) {
  .coh-ce-a90d796f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.coh-ce-91d5e07a .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 1024px) {
  .coh-ce-91d5e07a .slick-slider {
    margin-top: 0;
    margin-right: 50px;
    margin-bottom: 0;
    margin-left: 50px;
  }
}
@media (min-width: 1600px) {
  .coh-ce-5cbe1723 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1600px) {
  .coh-ce-de1841af {
    text-align: right;
    font-size: 0.875rem;
  }
}
@media (min-width: 1600px) {
  .coh-ce-4efe3f3d {
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    border-bottom-color: rgb(219, 219, 220);
  }
}
@media (min-width: 1600px) {
  .coh-ce-a90d796f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1600px) {
  .coh-ce-a90d796f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

