#outerPageContainer{ width: 100%;}

.font--regular {
  font-family: "GGX88Book";
}
.font--light {
  font-family: "GGX88Light";
}
.font--bold {
  font-family: "GGX88Bold";
}
.text-align--center{
  text-align: center;
}
.color--white{
  color: #FFF;
}
.color--black{
  color: #000;
}
.color--blue{
  color: #01104C;
}
.border--black{
  border-bottom: 1px solid black;
}
.text-align--center{
  text-align: center;
}
.text-transform--uppercase{
  text-transform: uppercase;
}
.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% !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%;
  height: 100%;
}
.hero__inner .hero__inner--textarea{
  position:absolute;
  left: 0;
  top: auto;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 2em 2em 3em;
}

.hero__title {
    width: auto;
    font-size: 10vw;
    margin: 0;
    line-height: 1;
    box-sizing: border-box;
    padding:0;
}
.hero__title span{
  display: inline;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
}
.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 {
  line-height: 1.5;
  margin:1em 0 2em 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: 53.3%;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0 0 5%;
  height: 100%;
}

.hero__desc--wrapper,
.hero__ctaarea--wrapper{
  background-image: none;
  background-color: transparent;
}
.hero__title{
 margin-left:0;
 margin-top: 0;
 padding-top: 0;
 text-align: left;
}
.hero__desc{
  text-align: left;
}
.hero__inner {
    position: relative;
    top: 0;
    height: 100%;
    padding: 0;
    margin: 0;
}
.hero__inner .hero__inner--textarea{
 padding: 1em; 
 display: flex;
 height: 100%;
 flex-direction: column;
 justify-content: center;
 align-items: flex-start;
}
.hero__ctaarea{
  margin: 0;
  justify-content: flex-start;
  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: 5vw;}
 .hero__desc{ font-size: 1.6vw; }
 .hero__cta { font-size: 1.5vw;}
}

@media screen and (min-width: 1200px) {
  .hero__inner .hero__inner--textarea{
    padding: 4em; 
   }
.hero__title {font-size: 60px;}
.hero__desc{ font-size: 16px; }
.hero__cta { font-size: 15px; }
}


/*----------------------------
HERO TWO
-----------------------------*/
.hero.two {
  max-width: 1030px;
}
.hero.two .hero__inner .hero__inner--textarea{
  top: 40%;
}

.hero.two .hero__title {
  font-size: 7.5vw;
}
@media screen and (min-width: 768px) {
  .hero.two .hero__content{ width: 100%; margin: 0;}
  .hero.two .hero__inner .hero__inner--textarea{
    top: 0;
    left:45%;
  }
.hero.two .hero__title {
  font-size: 4vw;
}
}
@media screen and (min-width: 1200px) {
  .hero.two .hero__title {
    font-size: 40px;
  }
}


/*----------------------------
SECTION ONE
-----------------------------*/

.gallery{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.section.one .gallery__slide{
  max-width: 200px;
  width: 40%;
  margin: 0.5em;
}
.section__title{
  font-size: 8vw;
margin: 1em 0 0 0;
padding: 0;
}
.section__desc{
  font-size: 3.5vw;
  margin: 1em 0;
  padding: 0;
}
.section__cta{
  font-size: 4vw;
}

@media screen and (min-width: 768px) {
  .section.one .gallery__slide{
    width: 20%;
  }
  .section__title{font-size: 3.5vw;}
  .section__desc{ font-size: 1.6vw;}
  .section__cta{font-size: 1.5vw;}
}
@media screen and (min-width: 1024px) {
  .section__title{font-size: 35px;}
  .section__desc{ font-size: 16px;}
  .section__cta{font-size: 15px;}
}

/*----------------------------
SECTION TWO
-----------------------------*/
.section.two{
  margin-bottom: 50px; 
}

.section.two .gallery__slide{
  max-width: 250px;
  width: 40%;
  margin: 0.5em;
}
@media screen and (min-width: 768px) {
  .section.two .gallery__slide{
    width: 22.5%;
  }
}
@media screen and (min-width:1024px) {
  .section.two .gallery__slide{
    width: 24.5%;
  }
}
@media screen and (min-width: 1200px) {
  .section.two .gallery__slide{
    width: 25.5%;
  }
}
/*----------------------------
SECTION THREE
-----------------------------*/
.section.three{
  margin-bottom: 50px; 
}

.feature__slide{
  margin: 2em 0;
}
@media screen and (min-width: 768px) {
  
.feature__slide{
  margin: 2em 0.8em;
  width: 30%;
  max-width: 333px;
}
}
/*----------------------------
BOTTOM COPY
-----------------------------*/

.container article.one{
  text-align: center;
  padding: 3.5em;
  max-width: 1060px;
}
.container article.one h1{
  font-size: 14px;
}
.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;
  }
}


/*------------------
TABBED SECTIONS
-------------------*/

.tab-content .heading {
  font-size:6vw;
  margin: 0;
  padding: 17px 60px;
  border-bottom: 1px solid #01104C;
  cursor: pointer;
  display: block;
  background:url('https://images2.drct2u.com/repo/JDW/desktop/pages/freeFormat/AW15_servicepages/02-images/AW15-Service-Pages-FF_arrowdown.png') no-repeat 98% 50%;
  position: relative;
}

.tab-content .inner__heading{
  font-size: 5vw;
  text-align: center;
  margin:1em 0 0 0;
}
.tab-content .heading.active-header {
  border-bottom: none;
background: #f9f9f9 url('https://images2.drct2u.com/repo/JDW/desktop/pages/freeFormat/AW15_servicepages/02-images/AW15-Service-Pages-FF_arrowup.png') no-repeat 98% 50%;
}
 .tab-content{
   max-width: 1030px;
	background: none;
	padding:0;
	-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  width:auto;
    width: 100%;
    margin-bottom: 2em;
}
.tab-content h2{
text-align: center;
}
.tab-content.current{
	display: inherit;
}
.tab-content h3,
.tab-content a > h3 {
	font-size: 4vw;
	margin: 0px 0px 20px 0px;
	text-decoration: none !important;
}
.tab-content p {
  max-width: 800px;
	font-size: 4vw;
	line-height: 1.2;
	margin:17px 20px;
}
@media screen and (min-width: 768px) {
  .tab-content .heading{
  font-size: 1.8vw;
  }
  .tab-content h3,
  .tab-content a > h3,
  .tab-content p {
    font-size:1.4vw;
    margin: 17px auto;
  }
  
.tab-content .inner__heading{
  font-size: 1.8vw;
}
}
@media screen and (min-width: 1200px) {
  .tab-content .heading{
    font-size: 28px;
  }
  .tab-content h3,
  .tab-content a > h3,
  .tab-content p {
    font-size:16px;
  }
  
.tab-content .inner__heading{
  font-size: 22px;
}
}
