
.molecule-carousel-wrapper .molecule-carousel-intro .heading {
  font-family: "Work Sans", sans-serif;
  margin: 0;
  line-height: 1;
  letter-spacing: -1px; }
  
  .molecule-carousel-wrapper .molecule-carousel-intro .heading:after {
    content: "";
    display: block;
    width: 60px;
    height: 0;
    border-top: 1px solid #7D868C;
    margin: 20px 0; }


.molecule-carousel-wrapper .molecule-carousel-intro .heading {
  font-size: calc(24px + (38 - 24) * ((100vw - 300px) / (1600 - 300))); }

.molecule-carousel-wrapper .molecule-carousel-intro:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.user-is-tabbing :focus {
  outline: 1px dotted currentColor;
  outline-offset: 2px; }

.molecule-carousel-wrapper .molecule-carousel-intro {
  text-align: center;
  margin-bottom: 40px; }
  .molecule-carousel-wrapper .molecule-carousel-intro:before {
    content: "\e905";
    display: block;
    font-size: 4rem;
    color: #B31B1B;
    margin-bottom: 30px; }
  .molecule-carousel-wrapper .molecule-carousel-intro .heading {
    margin: 0 0 20px; }
    .molecule-carousel-wrapper .molecule-carousel-intro .heading:after {
      display: none; }

.molecule-carousel-wrapper .molecule-carousel {
  position: relative; }
  .molecule-carousel-wrapper .molecule-carousel .slick-list {
    padding: 20px 0; }
  .molecule-carousel-wrapper .molecule-carousel .slide {
    padding: 0 10px; }
  .molecule-carousel-wrapper .molecule-carousel .molecule {
    border: 4px solid #000;
    border-radius: 50%;
    padding: 50% 0;
    height: 0;
    position: relative;
    background: #fff;
    transform: scale(1);
    transition: all .3s ease; }
    .molecule-carousel-wrapper .molecule-carousel .molecule a {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .molecule-carousel-wrapper .molecule-carousel .molecule .molecule-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      font-size: calc(24px + (28 - 24) * ((100vw - 300px) / (1600 - 300)));
      font-family: "Work Sans", sans-serif;
      line-height: 1.2;
      font-weight: 700;
      margin-bottom: 0; }
    .molecule-carousel-wrapper .molecule-carousel .molecule:hover, .molecule-carousel-wrapper .molecule-carousel .user-is-tabbing .molecule:focus, .user-is-tabbing .molecule-carousel-wrapper .molecule-carousel .molecule:focus {
      border-color: #B31B1B;
      transform: scale(1.05);
      transition: all .3s ease; }
  .molecule-carousel-wrapper .molecule-carousel .slick-dots {
    padding: 40px 0 0;
    list-style-type: none;
    width: 100%;
    text-align: center;
    margin: 0; }
    .molecule-carousel-wrapper .molecule-carousel .slick-dots li {
      display: inline-block;
      margin: 0 7px; }
      .molecule-carousel-wrapper .molecule-carousel .slick-dots li button {
        background: transparent;
        border: 1px solid #EF4035;
        text-indent: -99999px;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        line-height: 0;
        padding: 0; }
      .molecule-carousel-wrapper .molecule-carousel .slick-dots li.slick-active button {
        background: #EF4035; }
  .molecule-carousel-wrapper .molecule-carousel .slick-slide {
    padding-top: 121px; }
    @media (min-width: 992px) {
      .molecule-carousel-wrapper .molecule-carousel .slick-slide:nth-of-type(2n) {
        margin-top: -110px; }
      .molecule-carousel-wrapper .molecule-carousel .slick-slide:nth-of-type(4n) {
        margin-top: -62px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .molecule-carousel-wrapper .molecule-carousel .slick-slide:nth-of-type(2n + 1) {
        margin-top: -110px; } }
    @media (max-width: 767.98px) {
      .molecule-carousel-wrapper .molecule-carousel .slick-slide {
        padding-top: 0; } }

.molecule-carousel-wrapper svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  transform: translate(0, -60%);
  z-index: -1;
  width: 100% !important;
  height: initial !important; }

.molecule-carousel-wrapper .slide-nav {
  max-width: 250px;
  margin: 14px auto 0;
  position: relative; }
  .molecule-carousel-wrapper .slide-nav button {
    padding: 0;
    background: transparent;
    font-size: 1rem;
    display: inline-block;
    color: #B31B1B;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #B31B1B;
    border-radius: 50%;
    text-align: center;
    transition: all .6s ease;
    cursor: pointer; }
    .molecule-carousel-wrapper .slide-nav button:hover, .molecule-carousel-wrapper .slide-nav .user-is-tabbing button:focus, .user-is-tabbing .molecule-carousel-wrapper .slide-nav button:focus {
      border-color: #B31B1B;
      background: #B31B1B;
      color: #fff;
      transition: all .6s ease; }
  .molecule-carousel-wrapper .slide-nav .slick-prev i {
    transform: rotate(-180deg);
    display: inline-block; }
  .molecule-carousel-wrapper .slide-nav .slick-next {
    position: absolute;
    right: 0;
    bottom: 0; }

@media (max-width: 767.98px) {
  .molecule-carousel-wrapper .molecule-carousel .slick-list {
    overflow: visible !important; }
  .molecule-carousel-wrapper .molecule-carousel .slide {
    padding: 0; }
  .molecule-carousel-wrapper .molecule-carousel .molecule {
    width: 80%;
    padding: 40% 0;
    margin: 0 auto; }
  .molecule-carousel-wrapper svg {
    display: none; }
  .molecule-carousel-wrapper .slide-nav {
    max-width: 100%; } }
