@font-face {
    font-family: 'SC Sans';
    src: url("../fonts/SCSans-Thin.eot");
    src: url("../fonts/SCSans-Thin.eot?#iefix") format("embedded-opentype"), 
        url("../fonts/SCSans-Thin.woff") format("woff"), 
        url("../fonts/SCSans-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal; 
}

@font-face {
    font-family: 'SC Sans';
    src: url("../fonts/SCSans-Light.eot");
    src: url("../fonts/SCSans-Light.eot?#iefix") format("embedded-opentype"), 
          url("../fonts/SCSans-Light.woff") format("woff"), 
          url("../fonts/SCSans-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal; 
}

@font-face {
    font-family: 'SC Sans';
    src: url("../fonts/SCSansTT-Regular.eot");
    src: url("../fonts/SCSansTT-Regular.eot?#iefix") format("embedded-opentype"), 
          url("../fonts/SCSansTT-Regular.woff2") format("woff2"), 
          url("../fonts/SCSansTT-Regular.woff") format("woff"), 
          url("../fonts/SCSansTT-Regular.ttf") format("truetype"), 
          url("../fonts/SCSansTT-Regular.svg#SCSansTT-Regular") format("svg");
    font-weight: 400;
    font-style: normal; 
}

@font-face {
    font-family: 'SC Sans';
    src: url("../fonts/SCSansTT-Bold.eot");
    src: url("../fonts/SCSansTT-Bold.eot?#iefix") format("embedded-opentype"), 
        url("../fonts/SCSansTT-Bold.woff2") format("woff2"), 
        url("../fonts/SCSansTT-Bold.woff") format("woff"), 
        url("../fonts/SCSansTT-Bold.ttf") format("truetype"), 
        url("../fonts/SCSansTT-Bold.svg#SCSansTT-Bold") format("svg");
    font-weight: 700;
    font-style: normal; 
}

*:focus {outline: 0;}

select::-ms-expand {
    display: none !important;
}

body {
	font-family: "SC Sans", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #364655;
	font-weight: 300;
	line-height: 1.5;
	font-size: 16px;
	font-size: 1rem;
	overflow-x: hidden;
}

h1 {
    font-weight: 700;
    font-size:24px;
    font-size: 1.5rem;
}

h3 {
    color:#fff;
    font-size: 40px;
    font-size: 2.5rem;
    line-height:1.1;
    font-weight:100;
}

h4 {
    margin-bottom: 25px;
}

h5 {
    color:#fff;
    line-height:1;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:35px;
}

p {
	margin-bottom:20px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	letter-spacing: 1px;
}

strong {
	font-weight: 700;
}

a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    transition:0.4s;
}

a:hover{
    opacity:0.5;
}

.container {
	width: 1170px;
	margin: 0 auto;
}

.container--large{
    width:1440px;
}

section {
    width:100%;
    padding: 100px 0;
    background: #fff;
}

.section--grey{
    background:#ecf0f3;
}

/* Header */

header {
	width: 100%;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.container--fullwidth {
	width: 100%;
	padding: 0 50px;
}

#logo {
	background: url("../images/standardchartered@2x.png") center center no-repeat;
	background-size: cover;
	width: 147px;
	height: 54px;
	display: block;
	margin: 14px 0 17px 0;
	border-bottom:0;
}

.social.social__header {
    margin-bottom: 0;
}

.social.social__header .social__icon {
    background: #c8c7c9;
}

.social.social__header .social__icon:hover {
    background: #8e939a;
    color: #fff;
}

/* Hero */

#hero {
    background: #e6e0e0;
    background: -moz-radial-gradient(center, ellipse cover, #fffcfd 10%, #e6e0e0 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #fffcfd 10%,#e6e0e0 100%);
    background: radial-gradient(ellipse at center, #fffcfd 10%,#e6e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfd', endColorstr='#e6e0e0',GradientType=1 );
    padding: 20px 0 45px 0;
}

#hero img.hero {
	margin: 0 auto 45px auto;
	display: block;
  width:auto;
  max-height:55vh;
	max-width: 90%;
}

#hero p {
	width: 85%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size: 18px;
	font-size: 1.125rem;
}

/* Carousel */

#carousel {
    padding: 45px 0;
    background: #CD292A;
    height: 840px;
}

.carousel__slide{
    overflow: hidden;
    position: relative;
    margin-top: 150px;
    transition:0.4s;
}

.carousel__slide.slick-active {
	margin-top:100px;
}

.carousel__slide.slick-active.slick-center,
.carousel__slide.slick-cloned.slick-center {
	transform: scale(1.2);
	transform-origin: center;
	z-index:90;
	margin-top: 67px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
}

.carousel__slide:focus{
	outline:0;
}

.carousel__slide.slick-active.slick-center .slide__img {
    cursor:pointer;
    height: 300px;
}

.slide__img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide__img img {
    height: 100%;
}

.carousel__slide.slick-active .slide__img {
    height: 400px;
}

.slide__text {
    text-align: center;
    background: #a91d1c;
    color:#fff;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.4s;
}

.slide__text h3 {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 15px;
}

.slide__text p {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 23px;
    line-height: 1.6;
}

.btn, 
#signup .ao-form-submit {
    display: inline-block;
    background: #00a546;
    padding: 10px 25px 11px 25px;
    cursor: pointer;
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    transition: 0.4s;
    -webkit-appearance: none; /* for input */
    -webkit-user-select: none; /* for button */
    -moz-user-select: none;
    -ms-user-select: none;
    border:0;
    color: #fff;
}

#signup .ao-form-submit {background: #00a546 !important;}

#signup .ao-form-submit {
    float:none;
}

.btn:hover, 
#signup .ao-form-submit:hover {
    background: #69bf29;
}

#signup .ao-form-submit:hover{background: #69bf29 !important;}

.slick-center .slide__text {
    padding: 22px 25px;
    opacity: 1;
    position: relative;
}

.slick-arrow {
    position: absolute;
    z-index: 90;
    top: 270px;
    background-color: #00A546;
    background-repeat:no-repeat;
    background-position:center;
    border: 0;
    -webkit-appearance: none; /* for input */
    -webkit-user-select: none; /* for button */
    -moz-user-select: none;
    -ms-user-select: none;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    cursor:pointer;
    transition: 0.4s;
}

.slick-arrow:hover {
    background-color: #69bf29;
}

.slick-arrow:focus{
	outline:0;
}

.slick-prev{
	left: -25px;
    background-image:url("../images/arrow--left.png");
}

.slick-next{
	right:-25px;
    background-image:url("../images/arrow--right.png");
}

.share__youtube {
    z-index: 2;
    color: #fff;
    display: block;
    position: absolute;
    top:30px;
    right: 50px;
    font-size:36px;
    cursor:pointer;
    transition:0.4s;
}

.share__icon{
    display:inline-block;
    width: 28px;
    height: 28px;
    background: url("../images/share.png") center center no-repeat;
    background-size: 100% auto;
    transition: 0.4s;
}

.share__icon:hover{
	opacity:0.6;
}

.share__btns {
    width: 0;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    transition: 0.4s;
    vertical-align: top;
    margin-top: 11px;
}

.share__btns.share__btns--show{
    width: 135px;
    height: 28px;
}

.share__btns a {
    color: #fff;
    margin-right: 8px;
    position: relative;
    top: -16px;
    transition: 0.4s;    
}

.share__btns a:hover{
	opacity:0.6;
}

.carousel__slide--comingsoon .btn {background: #a6a09c;text-transform:uppercase;}
.carousel__slide--comingsoon .btn:hover {background: #ccc;}

.carousel__slide .slide__overlay,
.carousel__slide.slick-active .slide__overlay,
.carousel__slide.slick-active.slick-center .slide__overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    
}

.carousel__slide .slide__overlay,
.carousel__slide.slick-active .slide__overlay,
.carousel__slide.slick-active.slick-center .slide__overlay{
    background: url("../images/play.png") center center no-repeat;
    cursor:pointer;
}

.carousel__slide.carousel__slide--comingsoon .slide__overlay,
.carousel__slide.slick-active.carousel__slide--comingsoon .slide__overlay,
.carousel__slide.slick-active.slick-center.carousel__slide--comingsoon .slide__overlay{
    background: url("../images/padlock.png") rgba(255,255,255,0.75) center center no-repeat;
    cursor:default;
}

.carousel__slide .slide__overlay {height: 300px;}
.carousel__slide.slick-active .slide__overlay {height: 400px;}
.carousel__slide.slick-active.slick-center .slide__overlay {height: 300px;}

.form_destination__wrapper {
    height: 0; 
    transition: height 0.5s; 
    margin:0;
}
.form_destination__wrapper.form_destination__wrapper--open {height: 100px;}

.error {
	display: block;
	margin-bottom: 5px;
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
    color: #fff;
    padding: 0;
}

.error:first-of-type {
	margin-top: 30px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

/* Signup */

#signup {
    background: #a91d1c;
    text-align:center;
    color: #fff;
    padding: 60px 0;
}

#signup h3 {padding-bottom: 20px;}

#signup p {margin-bottom: 40px;}

#signup .p--smaller {
    font-size: 12px;
    font-size: 0.75rem;
    text-align: justify;
    text-align-last: center;
    color: #fff;
    padding: 25px 0 0 0;
    width: 100%;
    margin: 0;
    opacity:0.6;
}

#signup form .ao-row {
  display:block;
}

#signup form .ao-row .ao-column.ao-column-3 {
  float:left;
  display:block;
  width:calc(25% - 40px);  
  margin: 0 20px;
}

#signup form label {
    display:none;
}

#signup form input, form select, form button {
    width: 100%;
    float: left;
    margin: 0;
    padding: 12px 25px ;
    border: 0 ;
    color: #364655;
    border-color: transparent;
	border-width: 0;
	border-radius: 0 !important;
    webkit-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}

#signup form select {
	padding:12px 25px;
	webkit-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;  
  border: none !important;
	border-radius: 0; 
    background: url("../images/arrow--down--green.gif") #fff center right 20px no-repeat;
}

#signup select:focus{outline:0;}

#signup form:after {
    content: '';
    display: block;
    clear: both;
}

#signup .ao-form span.ao-form-error-message { color:#fff; font-size:13px; }


/* Advert */

#advert {
	position: relative;
	padding: 0;
  background: #202d36;
}

#advert > div {
	margin: 0 auto;
}

#advert img {
    width: 100%;
    z-index: 10;
    display: block;
}
#advert img.img__portrait { 
  display:none;
}

.container--absolute {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    color: #fff;
    width: 30%;
}

.moreinfo {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #fff;
    cursor: pointer;
    transition:0.4s;
}

.moreinfo:hover{
	background:#fff;
	color:#333;
}

.container--absolute h3 {
    margin-bottom: 80px;
}

/* Content */

#content{
    padding-bottom: 60px;
}

.content--extra__top {padding-top: 160px;}
.container--extra_left {padding-left: 135px;}
.container--extra_right {padding-right: 135px;}

.quote {position: relative;}

.quote__img {	
	width: 100%;
	height: 600px;
    background-position:right center;
    background-repeat:no-repeat;
    background-size:cover;
	z-index: 1;
}

.quote__text {
	position: absolute;	
	z-index: 2;
	width: 468px;
	background: #CD292A;
	padding: 60px 50px;
    text-align:center;
}

.quote__text--left{
    left: 135px;
    bottom:-60px;
}

.quote__text--right{
    right: 135px;
    top: -60px;
}

.quote__text h3 {
    margin-bottom: 60px;
    font-size: 48px;
    font-size: 3rem;
}

.quote__text h5 {margin-bottom: 0;}

.standard {
	display: flex;
	align-items: center;
	margin-top: 100px;
}

.standard--extra_top {
    margin-top: 160px;
}

.standard__text {
	width: 60%;
	color: #364655;
	text-align: center;
}

.standard__text p:last-of-type {
    margin-bottom:0;
}

.standard__text h3{
    margin-bottom: 35px;
    color: inherit;
}

.standard__text h5{color:inherit;}

.standard__img {
	width: 70%;
}

.standard__img img {
    width: 100%;
}

.standard__img--extra_right {
    margin-right: 55px;
}

.standard__img--extra_left {
    margin-left: 75px;
}

/* Social Share */

#social_share {
	padding: 0;
	margin-top: 160px;
	height: 160px;
}

.container--red {
	text-align: center;
	transform: translateY(-50%);
}
.container--red > div {
	padding: 40px 0;
  margin: 0 135px 0 0;
	background: #CD292A;
	-webkit-box-shadow: 0px 15px 35px -16px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 15px 35px -16px rgba(0,0,0,0.75);
	box-shadow: 0px 15px 35px -16px rgba(0,0,0,0.75);
}

.hashtag {
	color: #fff;
	text-transform: uppercase;
	display: block;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 38px;
	font-size: 2.375rem;
	letter-spacing: 10px;
	margin-top: 15px;
}

.share {
    display:inline-block;
    border:1px solid #fff;
    color:#fff;
    font-size:16px;
    font-size:1rem;
    font-weight:700;
    margin-top: 35px;
    padding: 15px 81px 15px 25px;
    position:relative;
    height:56px;
    cursor:pointer;
}

.share:after{
	content:'';
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:56px;
	height:56px;
	background:url("../images/share.png") center no-repeat;
    background-size:50%;
	border-left:1px solid #fff;
}

.share__links{
    display:none;
    margin-top: 15px;
}

.share__links a {
    border-bottom: 0;
    font-size: 32px;
    padding: 0 10px;
}

/* Tint */

#tint{padding-top:60px;}

/* Popup */

.popup {
    /* padding-bottom: 65px; */
}

.advert__popup {
    position: relative;
    background: #000;
    /* margin-bottom: 65px; */
}

.advert__popup img {
    width: 100%;
    z-index: 10;
    background: #000;
}
.advert__popup img.img__portrait { 
  display:none;
}

.advert__popup .container--absolute{
    left: 70px;
    width: 40%;
}

.popup h1 {
    margin-bottom: 30px; 
    margin-left: 65px;
}

#popups {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 1000px;
    transform: translateX(-50%);
    z-index: -1;
    padding: 0;
    background: transparent;
}

#popups .container {
    background: transparent;
    width: inherit;
}


#popup__background {
    position: fixed;
    z-index: -1;
    top: 0;
    background: rgba(0,0,0,0.9);
    width:100%;
    height:100%;
    display:none;
}

#popups.popup--open{
    z-index:999;
}

#popup__background.popup--open{
    z-index:900;
    display:block;
}

.youtube{
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    background: #000;
}

.youtube iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
}

.closebar {
    background: #000;
    color: rgba(255,255,255,1);
    text-align: right;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.4s;
}

.closebar:hover{
    color:rgba(255,255,255,0.5);
}

.popup-btn__wrapper {
	width: 100%;
	display: block;
	background:#fff;
}

.popup-btn__wrapper:after{
	content:'';
	display:block;
	clear:both;
}

.popup-btn {
    position:relative;
    display: inline-block;    
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #cd292a;
    cursor: pointer;
    font-size: 20px;
    font-size: 1.25rem;
    line-height:40px;
}

.popup-btn__next{
    float: right;
    margin: 30px 45px 30px 0;
    padding-right:55px;
}

.popup-btn__prev{
    float: left;
    margin: 30px 0 30px 45px;
    padding-left:55px;
}

.popup-btn__next:after{
    content:'';
    display:inline-block;
    background-color: #00A546;
    background-repeat: no-repeat;
    background-position: center;
    background-image:url("../images/arrow--right.png");
    width: 40px;
    height: 40px;
    transition: 0.4s;
    position:absolute;
    right:0;
}

.popup-btn__prev:before{
    content:'';
    display:inline-block;
    background-color: #00A546;
    background-repeat: no-repeat;
    background-position: center;
    background-image:url("../images/arrow--left.png");
    width: 40px;
    height: 40px;
    transition: 0.4s;
    position:absolute;
    left:0;
}

.popup-btn:hover:after{
    background-color:#69bf29;
}

.moreinfo.moreinfo--close {
	color: #fff;
	margin: 30px auto 0 auto;
	width: 90px;
	display: block;
	text-align: center;
}

.moreinfo.moreinfo--close:hover {
	color: #000;
}

.quote__popup {
    padding: 45px 0 0 45px;
	background: #fff;
}

.quote__popup .quote__text--right {
	top: initial;
	bottom: -60px;
  right: 45px;
	width: 400px;
	padding: 40px 35px;
  max-width: 100%;
}

.popup-btn__wrapper--top {
	padding-top: 30px;
}

.quote__popup .quote__text h3 {
	font-size: 38px;
	font-size: 2.5rem;
	text-align: left;
	margin-bottom: 40px;
}

.quote__popup .quote__text h5 {
	text-align: left;
}

/* Footer */

footer {
	background: #2c3844;
	color: #fff;
	text-align: center;
	padding: 65px 0 20px 0;
}

.social {
	margin-bottom: 85px;
}

.social__icon {
	background:#18212a;
	border-radius:50%;
	width: 40px;
	height: 40px;
	display:inline-block;
	font-size: 18px;
	font-size: 1.125rem;
	text-align:center;
	line-height: 40px;
	color:#fff;
	transition:0.4s;
	margin-right: 13px;
	border-bottom: 0;
}

.social__icon:hover {
	background:#fff;
	color:#00A546;
	opacity: 1;
}

.social__icon:last-of-type{
	margin-right:0;
}

.nav__footer {
    margin-bottom:60px;
}

.nav__footer li {
    margin: 0 10px;
    display: inline-block;
}

.nav__footer li a {
    color: #fff;
    text-decoration: none;
    transition:0.4s;
    border-bottom: 0;
}

.nav__footer li a:hover {
    color:#00A546;
    opacity: 1;
}

.siteinfo {
	color: #b0bbc4;
	font-size: 14px;
	font-size: 0.875rem;
}

sup {
  font-size:60%;
  display: inline-block;
  vertical-align:top;
  line-height:1.2;
}
p sup {
  line-height:2;
}

@media (max-height:800px){
  #hero {
    padding-top:10px;
    padding-bottom:25px;
  }
  #hero img.hero {
    max-height:35vh;
    margin-bottom:25px;
  }
}

@media (max-width:1460px){
    .container {width: 90%;}
    #hero p {width:90%; font-size:16px; font-size:1rem;}
    .container--extra_right {padding-right: 70px;}
    .container--extra_left {padding-left: 70px;}
    .standard__img--extra_right {margin-right:70px;}
    .standard__img--extra_left {margin-left:70px;}
    .slick-center .slide__text {/* min-height: 365px; */}
    #popups {width: 75%;}
    #popups .container {width: 100%;}
    .quote__text--right {right: 80px;padding: 50px 40px;width: 400px;}
    .quote__text h3 {font-size: 42px;font-size: 2.625rem;}
    .container--red > div {margin:0 80px 0 10px;}
}

@media (max-width:1300px){
    .container--absolute {width: 40%;}
    #carousel {height:auto;}
    .carousel__slide.slick-active.slick-center {transform:scale(1);}
    .slide__text p {font-size: 16px;font-size: 1rem;}
    .slide__text h3 {font-size: 47px;font-size: 2.9375rem;}
    .slick-slide .slide__img {background-position: left 240px center; transition:0.4s;}
    .slick-slide.slick-active .slide__img {background-position: center center;}
    .slick-active.slick-center + .slick-slide .slide__img{background-position: left -240px center;}
}


@media (max-width:1200px){
    .container--extra_right {padding-right: 0;}
    .container--extra_left {padding-left: 0;}
    .standard__img--extra_right {margin-right:50px;}
    .standard__img--extra_left {margin-left:50px;}
    .container.container--red {padding-left:0; padding-right:0;}
    .container--red > div {margin:0 60px 0 60px;}
}


@media (max-width:1169px){
    #advert {background: #333;}
    .container--absolute {position: static;width: 100%;transform: translateY(0);padding: 30px 0 45px 0;}
    .container--absolute h3 {margin-bottom: 45px;}
    .advert__popup .container--absolute {width: auto;padding: 45px;background: #333;}
    .advert__popup {background: #000;}
    .popup h1 {margin-left: 45px;}
    .quote__text--right {width: 350px;right: 60px;}
    .quote__text h3 {margin-bottom: 40px;}
    .quote__img {background-position: right 40% center;}
}

@media (max-width:1024px){
    #carousel {padding:25px 0;}
    #signup form .ao-row .ao-column.ao-column-3 { margin: 0 15px;width: calc(25% - 30px); }
}

@media (max-width:950px){
    .quote {display: flex;flex-direction: column;}
    .quote__img {height: 400px;order: 1; background-position:center center;}
    .quote__text {
        order: 2;
        position: static;
        margin: -10px auto 0 auto;
        width: 90%;
    }
    .quote__popup .quote__text h3 { margin-bottom:20px; }
    .quote__text h3{width:100%;margin-bottom:45px;}
    .quote__text h5 {margin-bottom: 0;}
    .standard {display: flex;flex-direction: column;}
    .standard__img {width: 100%;margin-bottom: 25px; order:1;}
    .standard__img--extra_right {margin-right: 0;}
    .standard__img--extra_left {margin-left: 0;}
    .standard__text {width: 90%; order:2;}
    .standard__text h3 {margin-bottom: 45px; width:100%;}
    .content--extra__top {padding-top: 45px;}
    .container--red > div {margin:0 5% 0 5%;}
    .quote__popup .quote__text h3 {font-size:30px; font-size:1.85rem;}
}

@media (max-width:768px){
    p {font-size: 18px;font-size: 1.125rem;}
    h5 {font-size: 12px;font-size: 0.75rem;}
    h3 {font-size: 32px;font-size: 2rem;width: 90%;margin: 0 auto;}
    .quote__text h3 {font-size:32px; font-size: 2rem;}
    .container {width: 100%;padding-left: 40px;padding-right: 40px;}
    #carousel {padding:0;}
    #carousel .container {width: 100%;}
    #hero p {width: 90%;}
    .social.social__header {display: none;}
    #logo {margin: 0 auto;width: 192px;height: 72px;}
    header {margin-bottom: 40px;}
    #hero {padding: 20px 0 40px 0;}
    .share__youtube {display: none;}
    .standard--extra_top {margin-top: 40px;}
    section {padding: 45px 0;}
    #content--grey {padding-top: 45px;}
    #content--grey .standard__img {width: 90%;}
    .nav__footer {display: none;}
    .social {margin-bottom: 50px;}
    #form_holder {display: none; overflow:hidden;}
    #signup form .ao-row .ao-column.ao-column-3 {margin: 5px 0 15px 0;width: 100%;float: none;}
    .form__reveal {
        display: inline-block;
        border: 1px solid #fff;
        cursor: pointer;
        transition: 0.4s;
        width: 50px;
        height: 50px;
        background-image: url("../images/arrow--down.png");
        background-position: center;
        background-repeat: no-repeat;
    }
    .form__reveal:hover{background-color:#fff; background-image:url("../images/arrow--down--red.png");}
    .form__reveal.form--open {background-image:url("../images/arrow--up.png");  margin-top: 45px;}
    .form__reveal:hover.form--open {background-image:url("../images/arrow--up--red.png");}
    .container--absolute h3 { margin: 0 0 45px 0;}    
    #popups .container {padding-left: 0;padding-right: 0;}
    form button:last-of-type {width: 33%;}
    
  #advert img.img__landscape { 
    display:none;
  }
  #advert img.img__portrait { 
    display:block;
  }
  .advert__popup img.img__landscape { 
    display:none;
  }
  .advert__popup img.img__portrait { 
    display:block;
  }
  .quote__popup {
    padding: 20px 0 0 20px;
  }
  .popup-btn__prev:before,
  .popup-btn__next:after { height:30px; width:30px; }
  .popup-btn { line-height:30px; font-size:16px; font-size:1rem; }
  .popup-btn__prev { margin:30px 0 30px 20px; padding-left:40px; }
  .popup-btn__next { margin:30px 20px 30px 0; padding-right:40px; }
  
  .container--red > div {margin:0;}
}

@media (max-width:662px){
    #hero {padding: 15px 0 20px 0;}
    .quote__popup .quote__text h3 {font-size:24px; font-size:1.5rem;}
    .slide__text h3 { font-size:30px; font-size:1.85rem; }
    .slide__text p { line-height:1.3; }
    .slick-center .slide__text { padding-left:10px; padding-right:10px; }
    #popups { width:90%; }
    .container {width: 100%;padding-left: 20px;padding-right: 20px;}    
    .slick-prev{left: -15px; }
    .slick-next{right:-15px;}   
    
    .carousel__slide.slick-active.slick-center,
    .carousel__slide.slick-cloned.slick-center {
      margin-top: 27px;
    }
    .quote__popup .quote__text--right {
      padding: 20px 25px;
    }
}


@media (max-width:425px){
    .social__icon {font-size: 20px;font-size: 1.25rem;width: 50px;height: 50px;line-height: 50px;margin-right: 12px;}
    #logo {width: 128px; height: 48px;}
    .quote__img {height: 200px;}
    .quote__text {padding: 50px 30px;}
    .slick-arrow {top: 340px;}
    .popup {padding-bottom: 25px;}
    .popup__next {margin: 35px 25px 0 25px;font-size: 18px;font-size: 1.125rem;}
    form button:last-of-type {width: 100%;}
    header{margin-bottom:20px;}
    #hero img.hero {max-width:90%; margin-bottom:20px;}
    #hero p {font-size:14px; font-size:0.9rem; width:auto; margin-left:-5px; margin-right:-5px;}
    .quote__text h3, h3 {font-size: 28px;font-size: 1.75rem;}
}

@media (max-width:375px){
    .share {padding: 15px 71px 15px 15px;}
    .slide__text h3 {font-size: 24px;font-size: 1.5rem;}
    .slide__text p {font-size: 14px;font-size: 0.875rem;}
    .carousel__slide.slick-active.slick-center .slide__img {height: 250px;}
    .slick-arrow {top: 290px;}
}

@media (max-width:320px){
    #logo {width: 111px;height: 40px;}
    #hero .container {padding-left: 30px;padding-right: 30px;}
    #hero p {font-size: 14px;font-size: 0.875rem;}
}

@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}