/*-------------------------
START GLOBAL STYLES
---------------------------*/
#Page_Container {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
max-width: 1366px;
margin: 0 auto;
position: relative
}
#Page_Container img{
  width: 100%;
}
#Page_Container a{
 color: #000;
}
#Page_Container, 
#Page_Container *,
#Page_Container:before, 
#Page_Container *:before,
#Page_Container:after, 
#Page_Container *:after {
    /* * Set everything to border-box */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-weight:normal;
}
#Page_Container a {
  text-decoration: none !important;
}

#Page_Container{
  font-family: "GalanoGrotesque-Regular";
}
#Page_Container .font--light {
  font-family: "GalanoGrotesque-Regular";
}
#Page_Container .font--regular {
  font-family: "GalanoGrotesque-Regular";
}
#Page_Container .font--medium {
  font-family: "GalanoGrotesque-Medium";
}
#Page_Container .font--bold {
  font-family: "GalanoGrotesque-SemiBold";
}

#Page_Container .CTA {
  font-size: 14px;
  font-family: "GalanoGrotesque-SemiBold";
  text-align: center;
  color: #fff;
  background-color: #000;
  line-height: calc(19/14);
  padding: calc(0.85em - 2px) calc((0.85em * 2) - 2px);
  min-width: 14em;
  display: inline-block;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  border: 1px solid #000;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

#Page_Container .CTA:focus,
#Page_Container .CTA:hover {
  background-color: #fff;
  color: #000;
}

#Page_Container .CTA.CTA--white {
  background-color: #fff;
  color: #000;
}
/* * -------------  FONT UTILITIES ------------- * */

#Page_Container .uppercase {
  text-transform: uppercase;
}
#Page_Container .lowercase {
  text-transform: lowercase;
}
#Page_Container .no-transform {
  /* * Remove any inherited transform */
  text-transform: none;
}

#Page_Container .italic {
  font-style: italic;
}
#Page_Container .underline--black {
  border-bottom: 1px solid #000;
}
#Page_Container .underline--white {
  border-bottom: 1px solid #FFF;
}
#Page_Container .text-align--left {
  text-align: left;
}
#Page_Container .text-align--center {
  text-align: center;
}
#Page_Container .text-align--right {
  text-align: right;
}

@media (max-width: 767px) {
  #Page_Container .m-text-align--left {
      text-align: left;
  }
  #Page_Container .m-text-align--center {
      text-align: center;
  }
  #Page_Container .m-text-align--right {
      text-align: right;
  }
}

@media (min-width: 768px) {
  #Page_Container .d-text-align--left {
      text-align: left;
  }
  #Page_Container .d-text-align--center {
      text-align: center;
  }
  #Page_Container .d-text-align--right {
      text-align: right;
  }
}
/* ------------ FONT COLOURS ------------ */

#Page_Container .color-000 {
  color: #000;
}
#Page_Container .color-fff {
  color: #fff;
}
/* ------------ MOBILE ONLY ------------ */

#Page_Container .mobile-only{
  display: inline;
} 

#Page_Container .tablet-only, 
#Page_Container .desktop-only {
  display: none
}

@media (min-width: 768px) {
  #Page_Container .tablet-only {
      display: inline
  }
  #Page_Container .mobile-only{
    display: none;
  } 
}

@media (min-width: 1200px) {
  #Page_Container .tablet-only {
      display: none 
  }

  #Page_Container .desktop-only {
      display: inline
  }
}
/*-------------------------
END GLOBAL STYLES
---------------------------*/


/*-------------------------
MAIN HERO
---------------------------*/

.hero {
  background: #000;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.hero__inner {
}
.hero__title {  
  font-size: 30px;
  margin: 0 0 0.1em;
}
.hero__sub {
  font-size: 15px;
  margin: 0;
}

/*-------------------------
SECTION ONE
---------------------------*/

.section__one{
  max-width: 1000px;
  position: relative;
  padding: 1em 1em 0 1em;
}
.section__one h3{
  font-size: 20px;
  margin:  1em 0 0.5em;
  font-weight: normal;
}
.section__one p{
  font-size: 14px;
  margin:0 0 1em 0;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  
.section__one{
  display: flex;
  flex-flow: row wrap;
  padding:5%;
}
.section__one h3{
  margin:  0 0 0.5em;
}

#Page_Container .section__one .section__one--one{
width: 55%;
margin-right:5%;
}

#Page_Container .section__one .section__one--two{
  width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .section__one{
    padding:5% 5% 0 5%;
  }

}
@media screen and (min-width: 1200px) {
  .section__one{
    padding:8% 0 4%;
  }

}

/*-------------------------
EMAIL SIGNUP
---------------------------*/
#Page_Container .c__email.ftEmailSignUp {
  margin: 1em 0 3em;
  width: 100%;
}

#Page_Container .c__email.ftEmailSignUp form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: none;
  justify-content: center;
  margin: 0;
}

#Page_Container .c__email.ftEmailSignUp .ft-newsletter-email {
  width: 100%;
  font: 3.8vw/3.19em GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica,
    sans-serif;
  height: auto;
  border: 2px solid #000;
  border-radius: 0 0 0 0;
  margin: 0;
  padding: 0 0.8em;
  text-transform: initial;
}
#Page_Container .c__email.ftEmailSignUp .ft-newsletter-submit {
  padding: 1.1em;
  border-radius: 0 0 0 0;
  margin: 0;
  width: 36%;
  height: auto;
  border: none;
  border-left: 2px solid #000;
  background: #000;
  color: #fff;
  letter-spacing: 0.1em;
  font: 3.5vw/0.5em GalanoGrotesque-SemiBold, Arial, "Helvetica Neue", Helvetica,
    sans-serif;
  -webkit-appearance: none;
  display: block;
  transition: 0.5s;
}

#Page_Container .c__email.ftEmailSignUp .ft-newsletter-submit:hover {
  color: #FFF;
  background-color: #666;
  border-left: 2px solid #666;
}


@media screen and (min-width: 768px) {

  #Page_Container .c__email.ftEmailSignUp .ft-newsletter-email {
    width: 100%;
    font: 16px/3.19em GalanoGrotesque-Regular, Arial, "Helvetica Neue",
      Helvetica, sans-serif;
    height: auto;
    border: 2px solid #000;
    border-radius: 0 0 0 0;
    margin: 0;
    padding: 0 0.8em;
    text-transform: initial;
  }

  #Page_Container .c__email.ftEmailSignUp .ft-newsletter-submit {
    padding: 1.1em;
    border-radius: 0 0 0 0;
    margin: 0;
    width: 40%;
    border: none;
    border-left: 2px solid #000;
    background: #000;
    color: #fff;
    letter-spacing: 0.1em;
    font: 16px/0.5em GalanoGrotesque-SemiBold, Arial, "Helvetica Neue",
      Helvetica, sans-serif;
    -webkit-appearance: none;
  }

  #Page_Container .c__email.ftEmailSignUp form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: none;
    justify-content: center;
  }
}


/*-------------------------
SECTION TWO
---------------------------*/

.section__two{
  position: relative;
}
.section__two h3{
  font-size: 20px;
  margin:  0 0 2em;
  letter-spacing: 0.1em;
}
.section__two h4{
  font-size: 14px;
  margin:  0 0 0.5em;
}
.section__two p{
  font-size: 14px;
  margin:0 0 1em 0;
  line-height: 1.3;
}
.section__two .section__two--one{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background-color: #FFF;
padding: 7%;
width: 85%;
max-width: 1000px;
  }

  .section__two .section__two--one .box{
    margin-bottom: 2.5em;
  }

  @media screen and (min-width: 768px) {

  .section__two .section__two--one{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 3% 3% 1% 3%;
  }
  .section__two h3{
    width: 100%;
  }
  .section__two p{
    font-size: 11px;
    margin: 0;
  }
  .section__two .section__two--one .box{
    width: 30%;
    margin: 0;
  }
  .section__two h3{
    margin-bottom: 0.5em;
  }

  }
  
  @media screen and (min-width:1024px) {
    .section__two .section__two--one .box{
      margin-bottom: 3em;
    }
    .section__two h3{
      margin-bottom:3em;
    }
    .section__two h4{
      margin-bottom: 1.5em;
    }
    .section__two p{
      font-size: 14px;
    }
  }
/*-------------------------
SECTION THREE
---------------------------*/

.section__three{
  position: relative;
  width: 100%;
  margin-top:60px;
  background-image: url(images/M-blackwhite-background.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.section__three h3{
  font-size: 20px;
  margin:  0 0 1em;
  letter-spacing: 0.1em;
}
.section__three h4{
  font-size: 14px;
  margin:  0 0 0.5em;
}
.section__three p{
  font-size: 14px;
  margin:0;
  line-height: 1.3;
}
.section__three .section__three--one{
padding:3em;
width: 85%;
margin: 0 auto;
  }

  .container__heading{
    font: 32px/1 'GalanoGrotesque-Regular';
    text-transform: uppercase;
}
.container__button{
    padding: 12px 0;
    text-align: center;
    background: #000;
    color: #FFF !important;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 50px;
    width:100%;
    transition: 0.5s;
    display: block;
    margin: 2em 0 0 0;
    border:1px solid #FFF
}
.ff-feature__slide:hover .container__button{
    background: #FFF;
    color: #000 !important;
}


@media screen and (min-width: 768px) {
  .section__three{
    background-image: url(images/D-blackwhite-background.png);
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: top center ;

  }
}
@media screen and (min-width: 768px) {
  .section__three{
    background-size: 125%;
  }
}
@media screen and (min-width: 1024px) {

  .section__three .section__three--one{
    padding:4em;
  }
}
@media screen and (min-width:1366px) {
  .section__three{
    background-size: contain;
  }
  .section__three .section__three--one{
    padding:4.5em;
  }
}
/*-------------------------
CAROUSEL
---------------------------*/

.owl-carousel.ff-feature__carousel {
  background-color: #000;
  padding: 2em;
}
.owl-carousel.ff-feature__carousel {
  margin-bottom: 33px;
}

.owl-carousel.ff-feature__carousel .owl-nav .owl-next,
.owl-carousel.ff-feature__carousel .owl-nav .owl-prev {
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
  height: 150px;
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
}

.owl-carousel.ff-feature__carousel .owl-nav .owl-prev {
  background: url("images/arrow-left.png") transparent no-repeat center;
  left: 0;
    padding: 0;
    margin: 0;
}

.owl-carousel.ff-feature__carousel .owl-nav .owl-next {
  background: url("images/arrow-right.png") transparent no-repeat center;
  right: 0;
    padding: 0;
    margin: 0;
}
@media screen and (max-width: 768px) {
.owl-carousel .owl-item .ff-feature__slide img{opacity: 0.7; transition: 0.5s;}
.owl-carousel .owl-item.active .ff-feature__slide img{ opacity: 1;}
}
@media screen and (min-width: 768px) {
.container__button{ padding: 12px 30px; width: auto}
}

/*-----------------
TERMS
-------------------*/
.terms {
  max-width: 700px;
  padding: 2.2em;
  font-size: 14px;
  line-height: 1.3;
}

.terms__copy{
  margin: 0 0 1em;
}
.terms ol{
  list-style-type: none;
}
.terms__toggle{
  border:1px solid #000;
  margin: 2em 0;
  padding: 1em;
font-size: 14px;
}
.terms__list{
  margin: 0;
  padding: 0;
}
.terms__list-item{
  margin-bottom: 1em;
}


.terms .terms__toggle::after {
      content: ">";
      position: absolute;
      right: 25%;
      -webkit-transition: -webkit-transform ease 0.4s;
      transition: -webkit-transform ease 0.4s;
      transition: transform ease 0.4s;
      transition: transform ease 0.4s, -webkit-transform ease 0.4s;
      transform: rotate(90deg);
    }
.terms .terms__toggle.open::after {
      -webkit-transform: rotate(270deg);
      transform: rotate(270deg);
}
.terms__list-item div{
  display: flex;
  flex-flow: row wrap;
}
.terms__button{
  width: 100%;
  padding: 12px 0;
  text-align: center;
  background: #000;
  color: #FFF !important;
  text-transform: uppercase;
  font-size: 14px;
  width:100%;
  transition: 0.5s;
  display: block;
  margin: 1em 0 0 0;
  border:1px solid #FFF;
}
.terms__button:hover{
  background: #eee;
  color: #000 !important;
}
    
@media (min-width: 768px) {
  .terms__button{
    width: auto;
    padding: 10px 30px;
    margin-right: 1em;
  }
.terms {
margin-top: 50px;
  }
.terms .terms__toggle::after {
        right: 46%;
}
}
    
