/*
Theme Name: Bopgun
Theme URI: 
Author: bopgun
Author URI: http://www.bopgun.com
Description: 
Version: 1.0.0
Text Domain: 
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

textarea:focus, input:focus{outline: none;}
*:focus {outline: none;}

body {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1.1;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	font-family: "ConduitITCPro-ExtraBold";
	font-weight: 400;
	font-style: normal; 
	line-height: 1;
}

h1 {font-size: 30px;}
h2 {font-size: 22px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

.normal {font-weight: 400;}
.semibold {font-weight: 600;}
.bold {font-weight: 700;}

.white {color: #FFFFFF;}
.grey {color: #D8D8D8;}
.blue {color: #435E93;}
.darkblue {color: #0E2C62;}
.green {color: #6DA068;}
.darkgreen {color: #508260;}
.orange {color: #D16F05;}
.red {color: #BB3B31;}
.yellow {color: #FBC100;}

p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.3;
	font-size: 16px;
}

b, strong {font-weight: bold;}
i, .italic {font-style: italic;}
a {
	text-decoration: none;
	color: inherit;
}

.wrapper {
    width: 100%;
    max-width: 1960px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #FFFFFF;
}

.full-width {
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.fixed-width {
	width: 960px;
	margin: 0 auto;
	box-sizing: border-box;
}

.transition {
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.subscribe-button-wrapper {position: relative;}
.subscribe-button {
	width: 100%;
    max-width: 135px;
    height: auto;
    margin: 0 auto;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 1;
}
.subscribe-button img {
	max-width: 100%;
    float: left;
}

.subscribe img,
.subscribe-button img {
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.subscribe:hover img,
.subscribe.pulse img,
.subscribe-button:hover img,
.subscribe-button.pulse img {
	-moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.sticky-subscribe {
	display: none;
	width: 100%;
	text-align: center;
	background-color: #F8D405;
    color: #000000 !important;
    border-top: 4px solid #CBAD02;
    border-bottom: 4px solid #CBAD02;
    padding: 10px 20px 0 20px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	box-sizing: border-box;
}
.sticky-subscribe h2 {font-size: 40px;}

button.slick-prev,
button.slick-next {
	width: 40px;
    height: 40px;
    border: 0px;
    padding: 0px;
    text-indent: 9999px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: 100% auto;
}
button.slick-prev {
	left: -20px;
	background-image: url(../im/icon-prev.png);
}
button.slick-next {
    right: -20px;
    background-image: url(../im/icon-next.png);
}

.wrapper-404 {
	padding: 140px 0 60px 0;
    text-align: center;
}
.wrapper-404 h1 {margin: 0 0 20px 0;}
.wrapper-404 a {text-decoration: underline;}



/* Header */

.header-wrapper {
	height: 160px;
	background-image: url(../im/header-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.header {position: relative;}

.header .logo {
	width: 200px;
    float: left;
    padding: 30px 0 0 55px;
    text-align: center;
}
.header .logo img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.header .subscribe {
	width: 200px;
	float: right;
	text-align: center;
}
.header .subscribe img {
	max-width: 100%;
	height: auto;
	float: left;
}
body.page-template-template-register .header .subscribe {display: none;}

.header .menu {
	padding: 0 0 0 50px;
	float: left;
	-moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.header .menu .item {
	width: auto;
	float: left;	
}
.header .menu .item.hidden {display: none;}
/*.header .menu .item:nth-last-child(1) {
	display: none;
	border-bottom: 1px solid #1B1B1B;
}
.header .menu .item:nth-last-child(1) a {
	background-color: #F8D401;
    color: #1B1B1B !important;
    border-top: 4px solid #CBAD00;
    border-bottom: 4px solid #CBAD00;
    padding: 12px 20px 5px 20px;
}*/
.header .menu .item a {
	width: 100%;
	float: left;
	padding: 25px 25px 20px 25px;
	font-family: "ConduitITCPro-ExtraBold";
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	color: #FFFFFF;
	box-sizing: border-box;
}
.header .menu .item:hover a,
.header .menu .item.active a {color: #9CB39C;}

.header .toggle {
	display: none;
	width: 40px;
	height: 40px;
	padding: 10px 0 0 0;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 2.5px;
	right: 10px;
	box-sizing: border-box;
	cursor: pointer;
}
.header .toggle i {
	font-size: 25px;
	color: #FFFFFF;
}

.header .switch {
	width: 110px;
	margin: 0 auto;
	position: absolute;
	top: 20px;
	right: -130px;
}
.header .switch form {
	width: 50px;
	float: left;
	margin: 0 10px 0 0;
	box-sizing: border-box;
}
.header .switch form.active {border: 1px solid #FFFFFF;}
.header .switch form#form-us {margin: 0 auto;}
.header .switch .version-uk,
.header .switch .version-us {
	width: 100%;
	float: left;
	cursor: pointer;
}
.header .switch img {
	width: 100%;
	float: left;
}
.header .switch select {display: none;}

/* /Header */


/* Footer */

.footer-wrapper {
	background-color: #000000;
	padding: 40px 0 140px 0;
	position: relative;
}
.footer-wrapper .fixed-width {position: relative;}

.footer .contact img {
	width: 100%;
	max-width: 160px;
	margin: 0 auto;
	float: right;
	position: absolute;
	top: -50px;
	right: 0;
}

.footer .left {
	width: 550px;
	float: left;
}

.footer .left .switch .version-uk,
.footer .left .switch .version-us {
	margin: 0 0 10px 0;
	float: left;
	cursor: pointer;
}
.footer .left .switch .version-uk img,
.footer .left .switch .version-us img {
	width: 50px;
	float: left;
	margin: 0 10px 0 0;
}
.footer .left .switch .version-uk p,
.footer .left .switch .version-us p {
	margin: 5px 0 0 0;
	float: left;
}
.footer .left .switch select {display: none;}

.footer .left .logos .hachette {
	width: 200px;
	height: auto;
	float: left;
	margin: 20px 20px 0 0;
}
.footer .left .logos .gamesworkshop {
	width: 310px;
	height: auto;
	float: left;
}
.footer .left i {
	font-size: 40px;
    color: #FFFFFF;
    float: left;
    padding: 30px 0 0 15px;
}
.footer .left .copy {
	font-size: 14px;
	margin: 20px 0 0 0;
}

.footer .right {
	width: 380px;
	float: right;
	text-align: right;
}
.footer .right .payment {margin: 0 0 20px 0;}
.footer .right .payment img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
.footer .right p {
	font-size: 13px;
	margin: 0 0 10px 0;
}

/* /Footer */


/* Home */

.home-hero {
	height: 730px;
	background-image: url(../im/home-hero-bg.jpg);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;	
}
.home-hero .logo {
	padding: 150px 0 0 0;
	text-align: center;
}
.home-hero .logo img {
	width: 490px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.home-hero .title {
	padding: 20px 0 0 0;
	text-align: center;
	text-shadow: 0 0 10px #FFFFFF;
	position: relative;
}
.home-hero .title h1 {font-size: 58px;}
.home-hero .title h2 {font-size: 26px;}
.home-hero .title img {
	width: 115px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	top: -90px;
	left: 60px;
}

.home-intro {
	height: 730px;
	background-image: url(../im/UK-home-intro-bg.jpg);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.home-intro .fixed-width {position: relative;}
.home-intro .fixed-width .subscribe-button {
	left: auto;
	right: 70px;
}
.home-intro .carousel .item {
	width: 960px;
	max-width: 100vw;
	padding: 100px 20px 0 20px;
	text-align: center;
	box-sizing: border-box;
}
.home-intro .carousel .item h2 {
	font-size: 50px;
	margin: 0 0 20px 0;
}
.home-intro .carousel .item img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.home-intro .carousel .item.slide-gifts img {width: 960px;}
.home-intro .carousel .item.slide-army img {width: 960px;}
.home-intro .carousel ul.slick-dots {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}
.home-intro .carousel ul.slick-dots li {    
	width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 5px;    
}
.home-intro .carousel ul.slick-dots li button {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 0px;
    color: #FFFFFF;
    border-radius: 100%;
    cursor: pointer;
}
.home-intro .carousel ul.slick-dots li.slick-active button {
    background: #FF7140;
    color: #FF7140;
}
.home-intro .outro {
	text-align: center;
	padding: 10px 0 0 0;
}
.home-intro .outro a {text-decoration: underline;}

.home-issues {
	height: 840px;
	padding: 80px 0 0 0;
	text-align: center;
	background-image: url(../im/home-issues-bg.jpg);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}
.home-issues h2 {font-size: 80px;}
.home-issues p {font-size: 18px;}
.home-issues .list {padding: 30px 0 10px 0;}
.home-issues .list .item {
	width: 22%;
	float: left;
	margin: 0 4% 0 0;
}
.home-issues .list .item:nth-last-child(1) {margin: 0 auto;}
.home-issues .list .item h3 {font-size: 28px;}
.home-issues .list .item p {font-size: 14px;}
.home-issues .covers {position: relative;}
.home-issues .covers .collection {
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: -305px;
}
.home-issues .covers .roundel {
	width: 115px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
}

.home-features > .slick-list > .slick-track > .slick-slide {
	width: 100vw;
	max-width: 1960px;
	height: 1000px;
	overflow: hidden;
	padding: 320px 0 0 0;
	background-position: top center;
    background-repeat: no-repeat;
	box-sizing: border-box;
}
.home-features > .slick-list > .slick-track > .slick-slide > .fixed-width {
	height: 100%;
	position: relative;
}
.home-features .item .carousel {
	width: 60%;
	float: left;
}
.home-features .item .copy {
	width: 40%;
	float: left;
	padding: 60px 40px 0 40px;
	box-sizing: border-box;
}
.home-features .item .copy h3 {
	font-size: 48px;
	float: left;
}
.home-features .item .copy img {
    width: 50px;
    height: auto;
    float: left;
    margin: -15px 0 0 20px;
}
.home-features .item .copy p {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
}

/* Collect */
.home-features > .slick-list > .slick-track > .slick-slide.item.collect {padding: 360px 0 0 0;}
.home-features .item.collect .copy {float: right;}
.home-features .item.collect .hero {
	max-width: 720px;
    margin: 0 auto;
    position: absolute;
	top: -60px;
    left: -12%;
}

/* Read */
.home-features .item.read .hero {
    margin: 0 auto;
    position: absolute;
    top: -80px;
    right: -5%;
}

/* Build */
.home-features .item.build .copy {
	float: right;
	padding: 0px;
}
.home-features .item.build .hero {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: -10%;
}

/* Paint */
.home-features .item.paint .hero {
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: -30%;
}
.home-features .item.paint .copy {padding: 0 0 0 40px;}

/* Play */
.home-features > .slick-list > .slick-track > .slick-slide.item.play {padding: 280px 0 0 0;}

.home-features ul.slick-dots {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
}
.home-features ul.slick-dots li {    
	width: 105px;
    height: 130px;
    display: inline-block;
    margin: 0 5px;
}
.home-features ul.slick-dots li button {
    width: 80%;
    height: 80%;
    padding: 0px;
    border: 0px;
    text-indent: 9999px;
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    cursor: pointer;
}
.home-features ul.slick-dots li.slick-active button {
	width: 100%;
    height: 100%;
}
.home-features ul.slick-dots li:nth-child(1) button {background-image: url(../im/home-features-dot-1.png);}
.home-features ul.slick-dots li:nth-child(2) button {background-image: url(../im/home-features-dot-2.png);}
.home-features ul.slick-dots li:nth-child(3) button {background-image: url(../im/home-features-dot-3.png);}
.home-features ul.slick-dots li:nth-child(4) button {background-image: url(../im/home-features-dot-4.png);}
.home-features ul.slick-dots li:nth-child(5) button {background-image: url(../im/home-features-dot-5.png);}

.home-features > button.slick-prev {
	margin: 0 auto;
	top: 150px;
	right: 660px;
	left: 0;
}
.home-features > button.slick-next {
	margin: 0 auto;
	top: 150px;
	right: 0;
	left: 660px;
}

.home-hurry {
    display: none;
    text-align: center;
    background-color: #FFDA03;
    padding: 20px 0;
}
.home-hurry h2 {font-size: 40px;}
.home-hurry p.subtitle {font-size: 20px;}
.home-hurry p {font-size: 16px;}

.home-subscribe {
	height: 730px;
	padding: 100px 0 0 0;
	text-align: center;
	background-image: url(../im/UK-home-subscribe-bg.jpg);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.home-subscribe .hurry {
	width: 300px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
}
.home-subscribe h2 {font-size: 80px;}
.home-subscribe h3 {font-size: 34px;}
.home-subscribe .list {padding: 20px 0 0 0;}
.home-subscribe .list .item {
	width: 20%;
	float: left;
	text-align: center;
	position: relative;
}
.home-subscribe .list .item img {
	width: 190px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.home-subscribe .list .item .copy {padding: 15px 5px 0 5px;}
.home-subscribe .list .item .copy h3 {
	font-size: 24px;
	margin: 0 0 5px 0;
}
.home-subscribe .list .item .copy p {font-size: 13px;}
.home-subscribe .list .item img.subscribe {
	width: 45px;
	margin: 0 auto;
	position: absolute;
	top: 5px;
    right: -5px;
    z-index: 1;
}

.home-premium {
	height: 840px;
	text-align: center;
	padding: 100px 0 0 0;
	background-image: url(../im/home-premium-bg.jpg);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
body.page-template-template-howitworks .home-premium {background-image: url(../im/howitworks-premium-bg.jpg);}
.home-premium h2 {font-size: 80px;}
.home-premium h3 {font-size: 34px;}
.home-premium p {
	font-size: 18px;
	margin: 10px 0 30px 0;
}
.home-premium .list {position: relative;}
.home-premium .list .item {
	width: 50%;
	float: left;
	padding: 0 0 20px 0;
	text-align: center;
	box-sizing: border-box;
}
.home-premium .list .item:nth-child(2n+1) {border-right: 1px solid #FFFFFF;}
.home-premium .list .item:nth-child(1n+3) {border-top: 1px solid #FFFFFF;}
.home-premium .list .item img {
	width: 470px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.home-premium .roundel {
	width: 160px;
	margin: 0 auto;
	position: absolute;
	top: 55%;
	left: 0;
	right: 0;
	z-index: 1;
}

.home-survey {
	height: 460px;
	background-image: url(../im/home-survey-bg.jpg);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.home-survey .copy {
	width: 380px;
	float: left;
	padding: 100px 0 0 0;
}
.home-survey .copy h2 {font-size: 44px;}
.home-survey .copy p {font-size: 22px;}
.home-survey .copy img {
	width: 210px;
	height: auto;
	float: left;
	margin-top: 20px;
}
.home-survey .covers {
	width: 500px;
	float: right;
	padding: 100px 0 0 0;
}
.home-survey .covers img {
	width: 500px;
	max-width: 100%;
	height: auto;
	float: left;
}

.home-tvad {
	height: 460px;
	padding: 60px 0 0 0;
	text-align: center;
	background-image: url(../im/home-survey-bg.jpg);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.home-tvad .fixed-width {
	width: 685px;
	max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
}
.home-tvad .youtube {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.home-tvad .youtube iframe {   
	opacity: 0;
	visibility: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;    
}
.home-tvad .youtube.trigger iframe {
	opacity: 1;
	visibility: visible;
}

/* /Home */


/* How it works */

.howitworks-hero {
	height: 730px;
	text-align: center;
	padding: 450px 0 0 0;
	background-image: url(../im/howitworks-hero-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.howitworks-hero h1 {
	font-size: 92px;
	text-shadow: 0 0 20px #000000;
}

.howitworks-intro {
	height: 730px;
	background-image: url(../im/howitworks-intro-bg.jpg);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.howitworks-intro .copy {
	width: 46.5%;
	float: left;
	padding: 80px 0 0 0;
}
.howitworks-intro .copy .title {
	font-size: 36px;
	line-height: 1.2;
}
.howitworks-intro .copy .subtitle {
	font-size: 17px;
	margin: 10px 0;
}
.howitworks-intro .copy .subtitle a {text-decoration: underline;}
.howitworks-intro .copy .body {font-size: 16px;}
.howitworks-intro .covers {
	width: 53.5%;
	float: right;
	padding: 80px 0 0 0;
}
.howitworks-intro .covers img {
	width: 580px;
	max-width: 100%;
	height: auto;
	float: left;
}
.howitworks-intro .list {margin-top: 20px;}
.howitworks-intro .list .item {
	width: 20%;
	float: left;
	padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}
.howitworks-intro .list .item img {
	width: 100px;
	height: auto;
	margin: 0 auto;
}
.howitworks-intro .list .item p {font-size: 15px;}

.howitworks-partworks {
	height: 730px;
	padding: 130px 0 0 0;
	text-align: center;
	background-image: url(../im/howitworks-partworks-bg.jpg);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.howitworks-partworks .fixed-width {width: 1200px;}
.howitworks-partworks h2 {font-size: 50px;}
.howitworks-partworks .list {padding: 65px 0 0 0;}
.howitworks-partworks .list .item {
	width: 20%;  
    float: left;
    text-align: center;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;   
    background-repeat: no-repeat;
    background-size: 240px 350px;
    background-position: center;
    -moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.howitworks-partworks .list .item:hover {
	background-color: #202D35;
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.howitworks-partworks .list .item img {
	width: 100%;
	max-width: 240px;
	height: auto;
	margin: 0 auto;
	display: block;
}

.howitworks-benefits {
	height: 380px;
	padding: 100px 0 0 0;
	text-align: center;
	background-image: url(../im/howitworks-benefits-bg.jpg);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.howitworks-benefits h2 {font-size: 70px;}
.howitworks-benefits .list {padding: 10px 0 0 0;}
.howitworks-benefits .list .item {
	width: 110px;
	padding: 0 5px;
	display: inline-table;
	margin: 0 auto;
	box-sizing: border-box;
}
.howitworks-benefits .list .item img {
	width: 85px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.howitworks-benefits .list .item h3 {
	margin: 5px 0 0 0;
	font-size: 16px;
}

.howitworks-questions {
	height: 310px;
	padding: 100px 0 0 0;
	text-align: center;
	background-image: url(../im/howitworks-questions-bg.jpg);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.howitworks-questions .fixed-width {max-width: 520px;}
.howitworks-questions h2 {font-size: 50px;}
.howitworks-questions p {font-size: 20px;}
.howitworks-questions p a {
	color: #FFDA00;
	text-decoration: underline;
}

/* /How it works */


/* FAQs */

.faqs-list-wrapper {
	padding: 160px 0 80px 0;
	background-image: url(../im/generic-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #000000;
}
body.home .faqs-list-wrapper,
body.page-template-template-howitworks .faqs-list-wrapper {padding: 80px 0 40px 0;}

.faqs-list h1 {
	font-size: 60px;
    text-align: center;
    margin: 0 0 10px 0;
}
.faqs-list h2 {
	width: 100%;
	float: left;
	font-size: 30px;
	margin: 10px 0 20px 0;
}
.faqs-list .faqs-list-intro h2 {font-size: 44px;}
.faqs-list p.group {
	width: 100%;
	float: left;
	margin: 10px 0 20px 0;
	font-size: 20px;    
    font-weight: 600;
    text-align: left;
}
.faqs-list p {
	font-size: 18px;
    text-align: center;
    margin: 0 0 40px 0;
}
.faqs-list a {text-decoration: underline;}

.faqs-list .question h3,
.faqs-list .answer h3 {font-size: 26px;}

.faqs-list .question h3 {
	font-family: 'Crimson Text', sans-serif;
	font-size: 18px;
	margin: 0 0 15px 0;
	cursor: pointer;
	line-height: 1.3;
	color: #FFFFFF;
}
.faqs-list .question.expanded h3 {}
.faqs-list .answer h3 {
	margin: 0 0 15px 0;
	font-family: 'Crimson Text', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #6DA068;
}

.faqs-list li {
	list-style: disc;
	margin: 0 0 0 20px;
}

.faqs-list .item {
	position: relative;
	border-top: 1px solid #FFFFFF;
	padding: 20px 0 5px 0;
}
.faqs-list .item .question {
	width: 100%;
	float: left;
	padding: 0 30px 0 0;
	position: relative;
	box-sizing: border-box;
}
.faqs-list .item .question .plus {
	width: 20px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	-moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.faqs-list .item .question.expanded .plus {
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.faqs-list .item .answer {
	width: 100%;
	float: left;
}

.faqs-list .outro {
	text-align: center;
	padding: 40px 0 0 0;
}
.faqs-list .outro p {font-size: 24px;}

/* /FAQs */


/* Contact */

.contact-wrapper {
	padding: 160px 0 80px 0;
	text-align: center;
	background-image: url(../im/generic-bg.jpg);
    background-position: top center;
}

.contact-wrapper h1 {
	margin: 0 0 40px 0;
	font-size: 60px;
}

.contact-wrapper h2 {
	font-size: 30px;
	margin: 0 0 20px 0;
	font-weight: 400;
}
.contact-wrapper p {
	font-size: 18px;
    line-height: 1.4;
}

.contact-leftcolumn {
	width: 47.5%;
	float: left;
	margin: 0 5% 0 0;
	text-align: left;
}
.contact-leftcolumn .button {
    width: auto;
    float: left;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #384D5A;
    color: white;
    border-radius: 20px;
}
.contact-leftcolumn .button a {
    width: 100%;
    display: inline-block;
    padding: 10px 40px;
    box-sizing: border-box;
}
.contact-leftcolumn .button p {font-size: 20px;}

.contact-rightcolumn {
	width: 47.5%;
	float: left;
	text-align: left;
}
.contact-rightcolumn p {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
	font-size: 18px;
}
.contact-rightcolumn p.contact-form-fields {
	width: 30%;
	font-weight: 400;
}

.contact-rightcolumn input, 
.contact-rightcolumn textarea {
    width: 100%;
    font-family: 'Crimson Text', sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.3;
    font-size: 18px;
    padding: 5px;
    border: 1px solid #C1C1C1;
    box-sizing: border-box;
}

.contact-rightcolumn input.wpcf7-submit {
	width: 205px;
    height: 40px;
    font-family: 'Crimson Text', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-transform: uppercase;
    border: 0px;
    cursor: pointer;
    background: #000000;
    color: #FFFFFF;
    -webkit-appearance: none;
}
.contact-rightcolumn .wpcf7-validation-errors {float: left;}

.g-recaptcha,
span.wpcf7-form-control-wrap {float: left;}

.contact-rightcolumn div.wpcf7-validation-errors {
	border: 1px solid #FF3838;
    padding: 10px 15px;
    margin: 10px 0 0 0;
    font-family: 'Crimson Text', sans-serif;
    font-weight: 400;
    line-height: 1.3;
    color: #24303B;
}
.contact-rightcolumn span.wpcf7-not-valid-tip {
	font-size: 16px;
	margin: 5px 0 0 0;
	font-family: 'Crimson Text', sans-serif;
    font-weight: 400;
    line-height: 1.3;
}
.contact-rightcolumn div.wpcf7-response-output {
    width: 100%;
    float: left;
    padding: 10px;
    margin: 10px 0 0;
    box-sizing: border-box;
}

form .preference {
    width: 100%;
    float: left;
    margin: 10px 0;
}
form .preference input {
    -webkit-appearance: checkbox;
    float: left;
    width: auto;
    margin: 0 10px 0 0;
}
form .preference p,
form .preference span.wpcf7-list-item-label {    
    width: 90%;
    float: left;
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Crimson Text', sans-serif;
    text-align: left;
}
form .preference span {margin: 0 auto !important;}

/* /Contact */



/* Video */

.video-title-wrapper {
	padding: 200px 0 80px 0;
	text-align: center;
	background-image: url(../im/video-bg.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.video-title h1 {
	font-size: 70px;
	margin: 0 0 20px 0;
}
.video-title p {font-size: 20px;}

.video-player-wrapper {
	padding: 40px 0;
	background-image: url(../im/video-player-bg.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.video-player-wrapper h2 {
	width: 100%;
	float: left;
	font-size: 36px;
	text-align: center;
	margin: 20px 0 10px 0;
}
.video-player-wrapper .youtube {
	height: 0;
	position: relative;
	padding-bottom: 56%;
	margin: 0 0 20px 0;
}
.video-player-wrapper .youtube iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

/* /Video */




/* UK */

.UK-home-hero {
    height: 730px;
    padding: 160px 0 0 0;
    background-image: url(../im/UK-home-hero-bg.jpg);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}
.UK-home-hero .title {
	padding: 20px 0 0 0;
	text-align: center;
	text-shadow: 0 0 10px rgb(255,255,255,0.75);
	position: relative;
}
.UK-home-hero .title h1 {font-size: 58px;}
.UK-home-hero .title h2 {font-size: 26px;}
.UK-home-hero .title h3 {
	font-size: 22px;
	text-align: left;
	text-shadow: none;
	margin: 0 auto;
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.UK-home-hero .title .hero {
	width: 535px;
	height: auto;
	margin: 0 auto;
	padding: 20px 80px 0 0;
}
.UK-home-hero .title .roundel {
    width: 150px;
    height: auto;
    margin: 0 auto;
    position: absolute;
    top: 110px;
    left: 60px;
}
.UK-home-hero .title .issue1 {
    width: 325px;
    height: auto;
    margin: 0 auto;
    position: absolute;
    top: 140px;
    right: 60px;
}

.UK-home-banner {
	padding: 10px;
	text-align: center;
	background-color: #FF7140;
}
.UK-home-banner .inner {
	border: 1px solid #000000;
	padding: 20px 0;
}
.UK-home-banner h2 {font-size: 50px;}
.UK-home-banner .button {
	text-align: center;
	padding: 5px 0 0 0;
}
.UK-home-banner .button a {
    display: inline-block;
    background-color: #FFDA00;
    padding: 12.5px 30px 5px 30px;
    border-radius: 20px;
}
.UK-home-banner .button a h3 {font-size: 26px;}

/* /UK */