#outerPageContainer{ width: 100%;}

@font-face {
  font-family: "VivaBeautiful";
  font-weight: normal;
  font-style: normal;
  src: url("/repo/OXI/desktop/common/04-fonts/vivabeautiful-webfont.woff")
    format("woff");
}

.font--light {
  font-family: "GibsonLight";
}
.font--regular {
  font-family: "GibsonRegular";
}
.font--bold {
  font-family: "GibsonSemiBold";
}
.font--titleregular {
  font-family: "BodoniDisplayItalic";
  font-weight: normal;
}
.font--titlebold {
  font-family: "BodoniDisplayDemi";
}
.background-colour--beige{
  background-color: #F4EFE6;
}
.text-align--center{
  text-align: center;
}
.color--white{
  color: #FFF;
}
.color--black{
  color: #000;
}
.color--blue{
  color: #01104C;
}
.border--black{
  border: 1px solid black;
}
.text-align--center{
  text-align: center;
}
.text-transform--uppercase{
  text-transform: uppercase;
}

.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;
  }
}

.container{
  font-size: 62.5%;
}
/*----------------------------
REARRANGE FOR SCREENREADERS
-----------------------------*/
.container{
  display: flex;
  flex-flow: row wrap;
}

/*----------------------------

-----------------------------*/
.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%;
  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%;
  max-width: 900px;
  margin: 0 auto;
}

.hero__inner {
  position:relative;
  width: 100%;
}
.hero__inner .hero__inner--textarea{
  padding: 3em;
  box-sizing: border-box;
}

.hero__title {
    width: 100%;
    font-size: 10vw;
    margin: 0;
    line-height: 1;
    box-sizing: border-box;
    padding:0;
}
.hero__title span{
  display: block;
  font-size: 0.7em;
  font-weight: normal;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hero__title img{
    margin: 0 auto;
    max-width: 253px !important;
}
.hero__desc--wrapper{
  height: 124vw;
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__desc {
  width: 100%;
  line-height: 1.5;
  margin:1em 0 ;
  font-size: 3.5vw;
  max-width: 743px;
}
.hero__ctaarea--wrapper {
  background-color: #000;
  width: 100%;
  padding: 3.5em 0;
  box-sizing: border-box; 
}
.hero__ctaarea {
  width: auto;
  margin: 3em auto;
  text-align: center;
}
.hero__ctaarea .hero__cta:last-child {
 margin: 0; 
}
.hero__cta {
  display: inline-block;
  padding: 10px 30px;
  background: #fff;
  text-transform: uppercase;
  transition: 0.5s;
  margin-bottom: 1em;
  font-size: 3.5vw;
  min-width: 200px;
  letter-spacing: 0.02em;
}
.hero__cta:hover {
  color: #FFF !important;
  background: #000;
}

@media screen and (min-width: 768px) {


.hero__content{
  width: 100%;
  margin:0;
  height: 100%;
}

.hero__desc--wrapper,
.hero__ctaarea--wrapper{
  background-image: none;
  background-color: transparent;
}
.hero__title{
 margin-left:0;
 margin-top:1em;
 padding-top: 0;
}
.hero__desc{
  width: 70%;
  margin: 1em auto 2em;
}
.hero__inner {
    position: relative;
    top: 0;
    height: 100%;
    padding: 0;
    margin: 0;
}

.hero__inner .hero__inner--textarea{
 padding: 0;
 box-sizing: border-box;
 width: 100%;
}
.hero__ctaarea{
  margin: 0;
  justify-content:center;
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  align-items: center;
  bottom: 10%;
  margin: 5em auto 0;
}
.hero__cta{
  padding: 10px 30px;
  margin: 0;
  display: inline-block;
  line-height: 1;
  text-align: center;
  max-width: auto;
  min-width: 80px;
}

 .hero__cta:nth-child(1),
 .hero__cta:nth-child(2), 
 .hero__cta:nth-child(3){
  margin-right: 2em;
}
 .hero__cta:last-child{
   margin: 0;
}

 .hero__title {font-size: 5vw;}
 .hero__desc{ font-size: 1.6vw; }
 .hero__cta { font-size: 1.5vw;}
}

@media screen and (min-width: 1024px) {

.hero__title {font-size: 55px;}
.hero__desc{ font-size: 16px; }
.hero__cta { font-size: 15px; }
}





