#outerPageContainer{ width: 100%;}

.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;
}
.border--black{
  border: 1px solid black;
}
.container{
  font-size: 62.5%;
}
/*----------------------------
REARRANGE FOR SCREENREADERS
-----------------------------*/
.container{
  display: flex;
  flex-flow: row wrap;
}
.one{
  order: 2;
}
.two{
  order: 1;
}
/*----------------------------

-----------------------------*/
.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
}

.container__heading{
  font-size: 33px;
  text-align: center;
  margin: 0.5em 0;
}
@media screen and (min-width: 1200px) {
  .container__heading{
    font-size: 50px;
  }
}
.hero {
    position: relative;
  display: flex;
  flex-direction: column;
    overflow: hidden;
    width: 100%;
}
.hero img{
  width: 100%;
}

.hero__inner {
  position:absolute;
  box-sizing: border-box;
  padding: 2em;
  width: auto;
  top: 0;
  width: 100%;
}
.hero__inner .hero__inner--textarea{
  position:absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 2em;
}

.hero__title {
    width: auto;
    font-size: 7.2vw;
    margin: 0;
    text-transform: uppercase;
    line-height: 1;
    box-sizing: border-box;
    padding: 15% 0 0 15%;
}
.hero__title span{
  display: inline;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1;
}
.hero__title img{
    margin: 0 auto;
    max-width: 253px !important;
}
.hero__desc--wrapper{
  background-image: url(images/M-christmas-hub-intro@2x.jpg);
  height: 124vw;
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__desc {
  text-align:center;
  line-height: 1.2;
  margin:1.5em 0;
  font-size: 3.5vw;
}
.hero__ctaarea--wrapper {
  background-color: #000;
  width: 100%;
  padding: 3.5em 0;
  box-sizing: border-box; 
}
.hero__ctaarea {
  width: 90%;
  margin:0 auto ;
  left: 0;
}
.hero__ctaarea .hero__cta:last-child {
 margin: 0; 
}
.hero__cta {
  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;

  padding: 10px 30px;
  background: #fff;
  color: #000 !important;
  text-transform: uppercase;
  transition: 0.5s;
  margin-bottom: 1em;
  font-size: 3.5vw;
}
.hero .hero__cta:hover {
  color: #FFF !important;
  background: #000;
}

@media screen and (min-width: 768px) {
.hero__content{
  position: absolute;
  width: 45.3%;
  background-image: url(images/D-christmas-hub-intro.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 5%;

}

.hero__desc--wrapper,
.hero__ctaarea--wrapper{
  background-image: none;
  background-color: transparent;
}
.hero__title{
 margin-left:10%;
 margin-top: 0;
 padding-top: 0;
}
.hero__inner {
    position: relative;
    top: 0;
    padding: 0;
    margin: 0;
}
.hero__inner .hero__inner--textarea{
 padding: 1em; 
 display: flex;
 height: 100%;
 flex-direction: column;
 justify-content: center;
}
.hero__ctaarea{
  margin: 0;
  justify-content: center;
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  align-items: center;
}
.hero .hero__cta{
  width: 40%;
  padding: 10px;
  margin-left: 0;
  margin-bottom: 1em;
  display: inline;
  line-height: 1;
  text-align: center;
  max-width: 180px;
}
.hero .hero__cta:nth-child(2),
.hero .hero__cta:nth-child(4),
.hero .hero__cta:nth-child(6){
  margin-right: 0;
}
.hero .hero__cta:nth-child(1),
.hero .hero__cta:nth-child(3),
.hero .hero__cta:nth-child(5),
.hero .hero__cta:nth-child(7){
  margin-right: 1em;
}
.hero .hero__cta:last-child{
  margin-right: 0;
  margin-bottom: 1em;
}

 .hero__title {font-size: 2.5vw;}
 .hero__desc{ font-size: 1.4vw; }
 .hero__cta { font-size: 1.5vw;}
}

@media screen and (min-width: 1200px) {
  .hero__inner .hero__inner--textarea{
    padding: 4em; 
   }
.hero__title {font-size: 27px;}
.hero__desc{ font-size: 14px; }
.hero__cta { font-size: 14px; }
}


/*----------------------------
BOTTOM COPY
-----------------------------*/

.container article.one{
  text-align: center;
  padding: 3.5em;
  max-width: 1060px;
}
.container article.one h1{
  font-size: 14px;
  margin-bottom: 1em;
}
.container article.one p{
  font-size: 14px;
  line-height: 1.5;
}




.mobile-only{ display: block;}
.tablet-only, 
.desktop-only {
  display: none !important
}
@media (min-width: 768px) {
  .mobile-only{ display: none;}
.tablet-only {
    display: block !important
  }
}
@media (min-width: 1200px) {
 .tablet-only {
    display: none !important
  }
 .desktop-only {
    display: block !important;
  }
}