#outerPageContainer{ width: 100%;}

.font-primary--regular {
  font-family: "GalanoGrotesque-Regular" !important;
}
.font-primary--medium {
  font-family: "GalanoGrotesque-Medium" !important;
}
.font-primary--bold {
  font-family: "GalanoGrotesque-SemiBold" !important;
  line-height: 1.1;
}
.text-align--center{
  text-align: center;
}
.text-align--left{
  text-align: left;
}
.text-transform--uppercase{
  text-transform: uppercase;
}
.color--white{
  color: #FFF !important;
}
.color--black{
  color: #000 !important;
}
.background-color--black{
 background-color: #000;
}
.background-color--white{
  background-color: #FFF;
}
.background-color--beige{
  background-color: #F7F3ED;
}
.background-color--grey{
  background-color: #F8F8F8;
}
.border-bottom--black{
   border-bottom: 1px solid #000;
}
.border-bottom--white{
  border-bottom: 1px solid #FFF;
}

.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%;
}
.container a {
  text-decoration: none !important;
  color: #000;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
width: 100%;
  margin: 0 auto;
    position: relative;
    letter-spacing: 0.05em;
    font-size: 62.5%;
}
.container .inner__container{
  width: 100%;
  border-top: 10px solid #000;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .container .inner__container{
    margin-bottom: 40px;
}
}
/*----------------------------
HERO
-------------------------------*/
.hero {
    position: relative;
  display: flex;
  flex-direction: column;
    overflow: hidden;
    max-width: 1088px;
    width: 100%;
    margin: 0 auto;
}

.hero__inner {
  bottom: 0%;
  width: 100%;
  padding:2em;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.hero__inner.two {
  padding:0 2em 2em;
}
.hero__title {
    text-align: center;   
    width: 100%;
    margin: 0 0 10px;
    font-size: 3.7vw; /*14px eq*/
}
.hero__title img{
    margin: 0 auto;
    max-width: 253px !important;
}
.hero__desc {
  text-align:center;
  font-size: 3.7vw; /*14px eq*/
  line-height: 1.4;
  margin:1em 0 0;
}
.hero .hero_iconarea{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.hero .hero_iconarea div{
  width: 50%;
}
.hero .hero_iconarea div .hero--logo {
  margin: 1em auto;
  width: 30px;
}
.hero .hero_iconarea div span{
  margin: 1em;
  display: block;
  font-size: 3.2vw; /*12px eq*/
}
.hero img.hero--logo{ 
width: 100%;
margin: 0 auto;
max-width: 240px;
}
.hero__ctaarea{
  position: absolute;
  bottom: 0;
  background-color: rgba(235, 235, 235, 0.75);
  z-index: 5;
  width: 100%;
  box-sizing: border-box;
  padding: 2em 0;
  left: 0;
  height: 85px;
  text-align: center;
}

/*------------
sticky nav
-------------*/
.hero .hero__ctaarea .hero__link {
  padding: 12px 30px;
  text-transform: uppercase;
  font-size: 3.5vw;
    transition: 0.5s;
    background: #fff;
   display: inline-block;
   margin: 0 auto;
   border: 1px solid #000;
   margin: 0 0.5em;
}

.hero .hero__ctaarea .hero__link:nth-child(1){
  background-color: #000;
  color: #FFF !important;
}
.hero .hero__ctaarea .hero__link:nth-child(1):hover  {
  background: #FFF;
  color: #000 !important;
}
.hero .hero__ctaarea .hero__link:nth-child(2){
  background-color: #FFF;
  color: #000 !important;
}
.hero .hero__ctaarea .hero__link:nth-child(2):hover  {
  background: #000;
  color: #FFF !important;
}

@media screen and (min-width: 768px) {
  .hero .hero_iconarea div{
    width: 30%;
  }

}
@media screen and (min-width: 1024px) {

  .hero{
    flex-flow: row wrap;
    flex-direction: row;
    margin: 3% auto;
  }
  .hero__inner{ 
    width: 50%;
    padding: 2em 0;
  }
  
  .hero__inner.two{ 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .hero .hero_iconarea div{
    width: 33%;
  }
  .hero .hero__ctaarea{
    position: relative;
    background-color: transparent;
  }
    /*
.hero__inner {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding: 0;
    width: 100%;
    margin: 0 2.5% ;
    box-sizing: border-box;
    padding-bottom: 4em;
}*/
.hero .hero_iconarea div span{font-size: 1.2vw;}
.hero__title{font-size: 1.9vw;}
.hero__desc{font-size: 1.9vw;}
.hero .hero__ctaarea .hero__link{font-size: 1.4vw; padding: 12px 30px;}

}
@media screen and (min-width: 1200px) {

  .hero .hero_iconarea div span{font-size: 12px;}
  .hero__title{font-size: 19px;}
  .hero__desc{font-size: 19px;}
  .hero .hero__ctaarea .hero__link{font-size: 14px;}
}



/*------------------------
PROMO BANNERS
-------------------------*/
.promo-banners {
    position: relative;
  display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-flow: row wrap;
    max-width: 1088px;
    width: 100%;
    margin-bottom: 40px;
}
.promo-banner {
  flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .promo-banner__info{
position: absolute;
bottom: 0;
height: 45%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
  }
.promo-banner img{ width: 100%; margin: 0 auto}

.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;
  flex-flow: row wrap;
}
.promo-banner__link {
  padding: 12px 0;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: 'GalanoGrotesque-SemiBold';
  font-size: 3.5vw;
  margin-top: 20px;
  display: inline-block;
  border: 1px solid transparent;
  width: 100%;
  text-align: center;
    transition: 0.5s;
    background: #fff;
    color: #000 !important;
}

.promo-banner .promo-banner__link:hover {
  background: #000;
  color:#FFF !important;
}
.promo-banners .promo-banner__title {
  font-size: 6.5vw;
  margin: 0 0 10px;
}
.promo-banners .promo-banner__desc {
  font-size:3.7vw;
  line-height: 1.3em;
  margin: 0 0 10px;
}

.promo-banners .promo-banner__desc:nth-child(4){
  margin: 0;
}
@media screen and (min-width: 768px) {
  .promo-banners{
    margin-bottom:40px ; 
  }
    .promo-banner__link{ width: auto; padding: 12px 30px;}
    .promo-banner__info{
      width: 50%;
      padding: 0;
      top:55%;
      transform: translateY(-50%);
      bottom: auto;
    }
    .promo-banners .promo-banner__title {
      font-size: 3vw;
    }
    .promo-banners .promo-banner__desc {
      font-size: 1.4vw;
    }
    .promo-banner__link{
      font-size: 1.4vw;
      padding: 12px;
      margin: 0.7em;
    }

}
@media screen and (min-width: 1024px) {
  
.promo-banners {margin-bottom: 100px;}
  .promo-banners .promo-banner__title{font-size: 30px; margin-bottom: 20px;}
  .promo-banners .promo-banner__desc {font-size: 14px; margin-bottom: 20px;}
  .promo-banner__link{font-size: 14px; padding: 12px 30px;}
}
