{#
section.hero, section.hero .flex{
  height: auto !important;
}

div.slide {
  padding: 90px 0;
  background-repeat: no-repeat;
  background-position: 35%;
  position: relative;
}
div.slide .page-center{
    max-width: 1040px;
    margin: auto;
    float: unset !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
section.hero p.breadcrumbs {
  position: absolute;
  top: 0px;
  left: 20px;
  color: #fff;
  font: normal normal normal 14px/20px Brandon Grotesque;
}
section.hero .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.slide .slide_img {
  display: none;
}
section.hero .flex .col{
  width: 40%;
}
section.hero  p{
  color: #FFFFFF;
  margin-top: 20px;
}
section.hero .flex .col .btns{
  display: flex;
  margin-top: 70px;
}
section.hero .flex .col .btns a.cta_button.transp{
  margin-left: 20px;
}
section.hero .slick-track {
  display: flex !important;
}
section.hero .slick-slide {
  height: inherit !important;
}
section.hero .slick-dotted.slick-slider {
    margin-bottom: 0;
}
section.hero  .slick-prev, section.hero  .slick-next {
    margin-top: -30px;
}
section.hero  .slick-dots {
    bottom: 25px;
}
section.hero  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0px;
}
section.hero  .slick-dots li button:before {
  font-size: 8px;
  color: #fff;
  opacity: 1;
}
section.hero  .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #eeb33b;
    font-size: 13px;
}
section.hero  .slick-next {
    right: 30px;
    width: 48px;
    height: 48px;
    z-index: 333;
}
section.hero  .slick-prev {
    left: 30px;
    z-index: 333;
    width: 48px;
    height: 48px;
}
section.hero  .slick .slick-prev:before{
  content: url(https://f.hubspotusercontent40.net/hubfs/5514491/Abbott%202021/PediaSure/Homepage/arrow_left.svg);
  opacity: 1;
} 
section.hero  .slick .slick-next:before{
  content: url(https://f.hubspotusercontent40.net/hubfs/5514491/Abbott%202021/PediaSure/Homepage/arrow_right.svg);
  opacity: 1;
}

@media (max-width: 1280px) {
  section.hero .flex {
    padding: 0 70px;
  }
  section.hero .flex .col {
    width: 46%;
  }
}
@media (max-width: 991px) {
  section.hero {
    margin-top: 85px !important;
  }
  section.hero .slide {
    padding: 75px 0;
    background-color: #470A68;
    padding-top: 0px !important;
  }
  div.slide .slide_img {
    display: block;
    width: 100%;
  }
  section.hero h1 {
    font: normal normal 900 27px/34px Brandon Grotesque;
    max-width: 330px;
    text-align: center;
    margin: auto;
  }
  section.hero p {
    text-align: center;
  }
  section.hero .flex {
    flex-direction: column !important;
    min-height: unset;
    padding: 0;
  }
  section.hero .flex .col {
    width: 100%;
    margin-top: 28px;
  }
  section.hero {
    width: 100%;
  }
  section.hero .slick-prev, section.hero .slick-next {
    margin-top: -30px;
    bottom: -7px !important;
  }
  section.hero .slick-dots {
    bottom: 42px;
  }
  section.hero .btns {
    align-items: center;
    margin-top: 20px !important;
    flex-direction: row;
    justify-content: center;
  }
}
#}
