#outerPageContainer{ width: 100%;}

.font--light {
  font-family: "GalanoGrotesque-Regular";
}
.font--regular {
  font-family: "GalanoGrotesque-Regular";
}
.font--medium {
  font-family: "GalanoGrotesque-Medium";
}
.font--bold {
  font-family: "GalanoGrotesque-SemiBold";
}
.text-align--center{
  text-align: center;
}
.color--white{
  color: #FFF;
}
.color--black{
  color: #000;
}
.background-color--beige{
  background-color: #E6E2D7;
}
.background-color--white{
 background-color: #FFF;
}
.background-color--black{
  background-color: #000;
 }
 
.mobile-only {
  display: block !important
}
.desktop-only {
  display: none !important
}

@media (min-width:768px) {
  .mobile-only {
    display: none !important
  }
  
 .desktop-only {
  display: block !important;
}
}


.container img,
.container video {
  display: block;
}
.container img {
  max-width: 100% !important;
}
.container a {
  text-decoration: none !important;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
width: 100%;
  max-width: 1366px;
  margin: 0 auto;
    position: relative;
    font-size: 62.5%;
}

.container__heading{
  font-size: 37px;
  text-align: center;
  margin: 0.5em 0;
}

.hero {
    position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    width: 100%;
    margin-bottom: 50px;
}
.hero img{
  width: 100%;
}

.hero__inner {
  width: 100%;
  bottom: 0;
  box-sizing: border-box;
 
}
.hero__inner .hero__textarea{
  padding: 3em;
}
.hero__title {
    width: 100%;
    font-size:2em;
    margin: 0;
    line-height: 1;
}
.hero__title span{
  display: block;
  font-size: 8vw;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0.025em;
  line-height: 1;
  display: none;
}
.hero__title img{
    margin: 0 auto;
    width: 100%;
}
.hero__desc {
  line-height: 1.5;
  margin:1.5em 0;
  font-size:1.2em;
}

.hero__ctaarea {
  width: auto;
  margin:0 auto; 
}
.hero__link {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0;
  transition: 0.5s;
  font-size: 1.4em;
  text-decoration: underline;
  width: auto;
}
.hero .hero__link:hover {
  color: #333 !important;
}

@media screen and (min-width: 768px) {

.hero{
  flex-direction: row;
  flex-wrap: row wrap;
}
  
.hero__inner .hero__textarea{
  padding: 3em 0 3em 3em;
}
.hero__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    margin: 0;
    flex:1;
}

.hero__link {
  justify-content: flex-start;
}
.hero .hero--mainimage{
  flex: 1;
}
.hero__ctaarea{
  margin: 0;
}

.hero__desc{  text-align: left; margin: 1.5em 0;}
.hero__title {text-align: left;}

}

@media screen and (min-width: 1024px) {
  .hero__title { font-size:3em; }
  .hero__desc{ font-size: 1.4em;}

  .hero__inner .hero__textarea{
    padding-left:10%;
  }
}

@media screen and (min-width: 1200px) {

  .hero__inner .hero__textarea{
    padding-left:15%;
  }
}


/*-------------------------
Section 
---------------------------*/
.section{
  position: relative;
  margin-bottom: 50px;
  padding: 0;
  width: 100%;
}
.section .section__textarea{
  padding: 2em 0;
  width: 100%;
  display: block;
}
.section h2{
  font-size:2em;
  margin: 0 0 0.5em;
}
.section p{
  font-size:1.2em;
  line-height: 1.5;
  margin: 1.5em 2em;
}

.section .section__cta{
  margin: 10px 0;
  transition: 0.5s;
  font-size: 1.4em;
  text-decoration: underline;
  width: auto;
}
.section .section__cta:hover {
  color: #333 !important;
}

@media screen and (min-width: 1024px) {
  
.section .section__textarea{
  padding: 4%;
}
.section h2{ font-size:2.4em; }
.section p{font-size:1.4em;}
}
@media screen and (min-width: 1200px) {
  .section .section__textarea{
    padding: 3% 0;
  }
}
/*-------------------------
Section ONE
---------------------------*/
@media screen and (min-width: 768px) {

  .section.one .section__textarea {
    position: absolute;
    top: 5%;
    left: 0;
    width: auto;
    text-align: left;
    padding: 2%;
  }
  .section.one .section__textarea p{
    margin: 1.5em 0;
  }
}
@media screen and (min-width: 1200px) {

  .section.one .section__textarea {
  padding: 5%;
  }
}
/*------------------------
SECTION TWO - CAROUSEL
-------------------------*/
.section.two{
  width: 100%;
  position: relative;
  left: 0;
}
.section.two .container__heading{
  font-size: 2em;
  margin: 1.5em 0;
}
.section.two .slide__heading{
  margin: 2em 0;
  transition: 0.5s;
  font-size: 1.4em;
  text-decoration: underline;
}
.section.two p{
  font-size: 1.2em;
  margin: 2em;
  margin-bottom: 50px;
}

.section.two .ff-feature__slide p{
  margin: 2em 0;
}
.section.two .section__textarea p{
  margin: 0 0 2em;
}

@media screen and (min-width: 768px) {
  .section.two .container__heading{
    margin: 1.5em 0;
  }
}

@media screen and (min-width:1024px) {
  .section.two p{
    font-size: 1.4em;
  }
  .section.two .ff-feature__slide p{
    font-size: 1.2em;
  }
}
/*-------------------------
CAROUSEL
---------------------------*/

.container__button{
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
    width:48%;
    transition: 0.5s;
    margin: 0 auto;
    display: block;
    font-size: 3.5vw;
    color: #000;
}
.container__button:hover{
    background: #000;
    color: #FFF;
}
.owl-carousel {
  width: 100%;
  margin: 0 auto;
}
.ff-carousel-one,
.ff-carousel-two{
  max-width: 780px;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
  height: 150px;
  outline: none;
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  transition: 0.5s;
}


.owl-carousel .owl-nav .owl-prev {
  background: url("https://images2.drct2u.com/repo/JDW/desktop/pages/freeFormat/AW19/VAXBrandStore/Week-33/02-images/arrow-left-black-v1.png") transparent no-repeat center;
  left: 0;
    padding: 0;
    margin: 0;
}

.owl-carousel .owl-nav .owl-next {
  background: url("https://images2.drct2u.com/repo/JDW/desktop/pages/freeFormat/AW19/VAXBrandStore/Week-33/02-images/arrow-right-black-v1.png") transparent no-repeat center;
  right: 0;
    padding: 0;
    margin: 0;
}
.owl-carousel .owl-nav .owl-prev:hover {
  background: url("https://images2.drct2u.com/repo/JDW/desktop/pages/freeFormat/AW19/VAXBrandStore/Week-33/02-images/arrow-left-black-v1.png") transparent no-repeat center;
  opacity: 0.5;
}
.owl-carousel .owl-nav .owl-next:hover {
  background: url("https://images2.drct2u.com/repo/JDW/desktop/pages/freeFormat/AW19/VAXBrandStore/Week-33/02-images/arrow-right-black-v1.png") transparent no-repeat center;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {

.owl-carousel .owl-item .ff-feature__slide img{opacity: 0.5;}
.owl-carousel .owl-item.active .ff-feature__slide img{ opacity: 1;}
}

@media screen and (min-width: 768px) {
  .owl-carousel .owl-nav .owl-prev {
    left:-8%;
  }
  
  .owl-carousel .owl-nav .owl-next {
    right:-8%;
  }
  .owl-carousel {
    width: 85%;
  }

}
@media screen and (min-width: 1200px) {
  .owl-carousel {
    width: 100%;
  }
  .owl-carousel .owl-nav .owl-prev {left: -10%;}    
  .owl-carousel .owl-nav .owl-next {right: -10%;}
}





/*------------------------
promo
-------------------------*/


.promo-banners {
  position: relative;
display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-flow: row wrap;
  max-width: 1366px;
  width: 100%;
}
.promo-banner {
flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px auto;
  width: 100%;
}
.promo-banner img{ width: 100%; margin: 0 auto}
.promo-banner:last-child {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.promo-banner__info {
margin-top: 30px;
padding: 0 10px;
}
.promo-banner__title {
font-size: 28px;
margin-bottom: 5px;
font-family: 'GalanoGrotesque-Regular';
text-align: center;
color: #000000 !important;
  margin: 0;
}
.promo-banner__desc {
font-size: 18px;
font-family: 'GalanoGrotesque-Regular';
text-align: center;
color: #000000 !important;
}
.promo-banner__link-wrap {
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-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.promo-banner__link {
  max-width: 230px;
padding: 10px 0;    
text-decoration: none !important;
text-transform: uppercase;
font-family: 'GalanoGrotesque-SemiBold';
font-size: 16px;
display: inline-block;
border: 1px solid transparent;
width: 85vw;
text-align: center;
  transition: 0.5s;
}
.promo-banner:hover .promo-banner__link {
border: 1px solid #1aa2b1;
background: #000;
}

@media screen and (min-width: 768px) {
  .promo-banner{margin: 0 0 40px 0; width: 32%}
  .promo-banner__link{ width: 80%; padding: 10px 25px;}
}
