/*Fonts*/
@font-face {
	font-family: "GT-Walsheim-Pro-Regular";
	src: url("../fonts/GT-Walsheim-Pro-Regular.eot");
	src: url("../fonts/GT-Walsheim-Pro-Regular.woff") format("woff"),
	url("../fonts/GT-Walsheim-Pro-Regular.otf") format("opentype"),
	url("../fonts/GT-Walsheim-Pro-Regular.svg#filename") format("svg");
}
@font-face {
	font-family: "GT-Walsheim-Pro-Light";
	src: url("../fonts/GT-Walsheim-Pro-Light.eot");
	src: url("../fonts/GT-Walsheim-Pro-Light.woff") format("woff"),
	url("../fonts/GT-Walsheim-Pro-Light.otf") format("opentype"),
	url("../fonts/GT-Walsheim-Pro-Light.svg#filename") format("svg");
}
@font-face {
	font-family: "GT-Walsheim-Pro-Bold";
	src: url("../fonts/GT-Walsheim-Pro-Bold.eot");
	src: url("../fonts/GT-Walsheim-Pro-Bold.woff") format("woff"),
	url("../fonts/GT-Walsheim-Pro-Bold.otf") format("opentype"),
	url("../fonts/GT-Walsheim-Pro-Bold.svg#filename") format("svg");
}
@font-face {
	font-family: "GT-Walsheim-Pro-Ultra-Bold";
	src: url("../fonts/GT-Walsheim-Pro-Ultra-Bold.eot");
	src: url("../fonts/GT-Walsheim-Pro-Ultra-Bold.woff") format("woff"),
	url("../fonts/GT-Walsheim-Pro-Ultra-Bold.otf") format("opentype"),
	url("../fonts/GT-Walsheim-Pro-Ultra-Bold.svg#filename") format("svg");
}
@font-face {
	font-family: "GT-Walsheim-Pro-Medium";
	src: url("../fonts/GT-Walsheim-Pro-Medium.eot");
	src: url("../fonts/GT-Walsheim-Pro-Medium.woff") format("woff"),
	url("../fonts/GT-Walsheim-Pro-Medium.otf") format("opentype"),
	url("../fonts/GT-Walsheim-Pro-Medium.svg#filename") format("svg");
}


/*General*/
html{
	height: 101%;
}
body{
	background-color: #ffffff;
	font-family: GT-Walsheim-Pro-Light, Arial, sans-serif;
}
.wrap{
	width: calc(100% - 60px);
	max-width: 1300px;
	padding: 0 30px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
a{
	color: #fff045;
	text-decoration: none;
}
a:hover{
	color: #fff045;
	text-decoration: underline;
}
.clear{
	clear: both;
}
p,ul{
	font-family: GT-Walsheim-Pro-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}
h2{
	font-family: GT-Walsheim-Pro-Bold, Arial, sans-serif;
	font-size: 25px;
}
strong{
	font-family: GT-Walsheim-Pro-Bold, Arial, sans-serif;
}
em{
	font-style: italic;
}
.email-link{
	text-decoration: underline !important;
}



.email-link-pie{
	text-decoration: underline !important;
	color: #1271b9 !important;
	display: inline !important;
	float: none !important;

	margin: 0px 0 0 0px !important;
	background-color: white !important;
	text-decoration: none !important;
	

}	

.email-link-pie a:hover{
	color: #1271b9 !important;
	background-color:white !important;

}


.email-link-gmp{
	text-decoration: underline !important;
	color: white !important;
	display: inline !important;
	float: none !important;

	margin: 0px 0 0 0px !important;
	background-color: none !important;
	text-decoration: none !important;
	
font-weight: bold;
}	

.email-link-gmp a:hover{
	color: white !important;
	background-color:none !important;

}	


p.mb{
	margin-bottom:20px;
}

/*header*/
header{
	padding: 56px 0 24px 0;
	border-bottom: 1px solid #000000;
}
@media screen and (max-width: 940px) {
	header{
		padding: 24px 0 24px 0;
	}
}
.logo{
	width: 140px;
	height: auto;
	margin-top: 0px;
}
@media screen and (max-width: 940px) {
	.logo{
		display: none;
	}
}
.strap{
	position: absolute;
	color: #000000;
	right: 30px;
	top: 0;
	font-family: GT-Walsheim-Pro-Ultra-Bold, Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 40px;
}
.strap a{
	color: #000000;
}
.strap a:hover{
	text-decoration: none;
}
@media screen and (max-width: 940px) {
	.strap{
		position: relative;
		text-align: left;
		right: auto;
		top: auto;
		font-size: 22px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 460px) {
	.strap{
		font-size: 16px;
	}
}
/*END header*/

/*Nav*/
nav{
	color: #000000;
	text-align: right;
}
nav ul{
	display: flex;
	justify-content:flex-end;
}
nav ul li{
	position: relative;
}
nav ul li a{
	color: #000000;
	font-family: GT-Walsheim-Pro-Bold, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	display: block;
	padding: 10px 15px 13px 15px;
}
nav ul li a:after{
	content: '';
	background: url(../img/arrow-03.svg) no-repeat right 6px;
	background-size: auto 13px;
	width: 25px;
	height: 18px;
	display: inline-block;
}
nav ul li a:hover, nav ul li a.active{
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}
nav ul li a:hover:after, nav ul li a.active:after{
	content: '';
	background: url(../img/arrow-03-hover.svg) no-repeat right 6px;
	background-size: auto 13px;
	width: 25px;
	height: 18px;
	display: inline-block;
}

nav ul li ul{
	background-color: #000000;
	display: none;
	position: absolute;
	z-index: 100;
	padding-bottom: 10px;
}
nav ul li ul li a{
	font-family: GT-Walsheim-Pro-Regular, Arial, sans-serif;;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
}
nav ul li:hover, nav ul li:hover a{
	background-color: #000000;
	color: #ffffff;
}
nav ul li:hover a.root:after{
	content: '';
	background: url(../img/arrow-03-hover.svg) no-repeat right 6px;
	background-size: auto 13px;
	width: 25px;
	height: 18px;
	display: inline-block;
}
nav ul li ul li a:after{
	content: none;
}
nav ul li ul li a:hover:after{
	content: none;
}
nav ul li:hover ul{
	display: block;
	width: 100%;
}
@media screen and (max-width: 940px) {
	nav{
		display: none;
		width: 100%;
		top: auto;
		right: auto;
		position: relative;
		padding: 20px 0;
	}
	nav ul{
		display: block;
		text-align: center;
	}
	nav ul li ul{
		display: block;
		position: relative;
		background-color: #ffffff;
		padding-bottom: 0;
	}
	nav ul li ul li a{
		color: #000000;
	}
	nav ul li:hover, nav ul li:hover a, nav ul li a.active{
		background-color: #ffffff;
		color: #000000;
	}
	nav ul li a:after, nav ul li a.active:after{
		content: none;
	}
	nav ul li a:hover:after{
		content: none;
	}
	nav ul li:hover a.root:after{
		content: none;
	}
}
.hamburger {
	position: absolute;
	display: none;
	cursor: pointer;
	width: 20px;
	top: -3px;
	right: 30px;
}
.bar1, .bar2, .bar3 {
	width: 20px;
	height: 1px;
	background-color: #000000;
	margin: 6px 0;
	transition: 0.4s;
}
.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
}
.change .bar2 {
	opacity: 0;
}
.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	transform: rotate(45deg) translate(-5px, -5px);
}
.hamburger-text{
	position: absolute;
	float: left;
	color: #000000;
	right: 35px;
	top: 5px;
	font-size: 14px;
}
@media screen and (max-width: 940px) {
	.hamburger {
		display: block;
	}
	.strap{
		width: 250px;
	}
}
@media screen and (max-width: 460px) {
	.hamburger {
		top: -6px;
	}
}
/*END Nav*/

/*temp Nav*/
/*nav ul li a:after, nav ul li a:hover:after{
	content: none;
}
nav ul li a{
	text-transform: none;
}*/
/*END temp Nav*/

/*banner*/
.banner-area{
	padding-bottom: 30px;
}
.banner{
	background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1)),  url("../img/banner-01.jpg");
	background-size: 80% 100%, 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 37.6%;
	position: relative;
}
body.home .banner{
	background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1)),  url("../img/banner-home.jpg");
	padding-top: calc(37.6% + 44px);
}
body.rebus .banner{
	background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1)),  url("../img/banner-02.jpg");
}
body.xdbs .banner{
	background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1)),  url("../img/banner-03.jpg");
}

body.lpc .banner{
	background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1)),  url("../img/banner-04.jpg");
}
body.gmp .banner{
	background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1)),  url("../img/banner-05.jpg");
}
body.pie .banner{
	background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1)),  url("../img/banner-06.jpg");
}


.banner .wrap{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
body.home .banner .wrap{
	justify-content: left;
}
.banner-text{
	color: #ffffff;
	margin-left: 40px;
	margin-top: 20px;
}
body.home .banner-text{
	margin-left: 0;
}
.banner-text p{
	font-family: GT-Walsheim-Pro-Bold, Arial, serif;
	font-size: 27px;
	line-height: 27px;
}
p.unchange{
	font-family: GT-Walsheim-Pro-Bold, Arial, sans-serif;
	font-size: 100px;
	line-height: 100px;
	margin-top: 15px;
	margin-bottom: 20px;
}
body.home p.unchange{
	margin-top: 0;
	margin-bottom: 0;
}
.purple{
	color: #6e2f90;
}
p.banner-text-small{
	font-family: GT-Walsheim-Pro-Light, Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
	width: calc(44% + 40px);
	line-height: 26px;
	letter-spacing: 1px;
}
body.home p.banner-text-small{
	width: calc(50% + 40px);
}
section.banner-area  a.reveal{
	display: inline-block;
	background-color: #ffffff;
	border:  solid 2px #ffffff;
	color: #000000;
	padding: 10px 20px;
	font-family: GT-Walsheim-Pro-Bold,  Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
section.banner-area a.reveal:hover{
	background-color: transparent;
	border:  solid 2px #ffffff;
	color: #ffffff;
}
@media screen and (max-width: 1200px) {
	.banner-text p{
		font-size: 18px;
	}
	p.unchange{
		font-size: 60px;
		line-height: 60px;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	p.banner-text-small, body.home p.banner-text-small{
		margin-bottom: 20px;
		width: 60%;
	}
	.banner{
		background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1)),  url("../img/banner-01.jpg");
		background-size: cover, 100% 100%;
		padding-top: 50%;
		background-color: #000000;
	}
	body.home .banner{
		background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1)),  url("../img/banner-home.jpg");
		background-size: cover, 100% 100%;
		padding-top: calc(50% + 44px);
	}
	body.rebus .banner{
		background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1)),  url("../img/banner-02.jpg");
		background-size: cover, 100% 100%;
		padding-top: 50%;
	}	
	body.xdbs .banner{
		background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1)),  url("../img/banner-03.jpg");
		background-size: cover, 100% 100%;
		padding-top: 50%;
	}
	body.lpc .banner{
		background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1)),  url("../img/banner-04.jpg");
		background-size: cover, 100% 100%;
		padding-top: 50%;
	}
	body.gmp .banner{
		background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1)),  url("../img/banner-05.jpg");
		background-size: cover, 100% 100%;
		padding-top: 50%;
	}
	body.pie .banner{
		background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1)),  url("../img/banner-06.jpg");
		background-size: cover, 100% 100%;
		padding-top: 50%;
	}		
	
}
@media screen and (max-width: 940px) {
	.banner-text {
		margin-left: 0;
	}
}

@media screen and (max-width: 850px) {
	.banner{
		background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1)),  url("../img/banner-01.jpg");
		background-size: 80% 100%, cover;
		padding-top: 0;
	}
	body.home .banner{
		background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1)),  url("../img/banner-home.jpg");
		background-size: 80% 100%, cover;
		padding-top: 0;
	}
	body.rebus .banner{
		background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1)),  url("../img/banner-02.jpg");
		background-size: 80% 100%, cover;
		padding-top: 0;
	}
	body.xdbs .banner{
		background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1)),  url("../img/banner-03.jpg");
		background-size: 80% 100%, cover;
		padding-top: 0;
	}
	body.lpc .banner{
		background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1)),  url("../img/banner-04.jpg");
		background-size: 80% 100%, cover;
		padding-top: 0;
	}	
	body.gmp .banner{
		background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1)),  url("../img/banner-05.jpg");
		background-size: 80% 100%, cover;
		padding-top: 0;
	}
	body.pie .banner{
		background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1)),  url("../img/banner-06.jpg");
		background-size: 80% 100%, cover;
		padding-top: 0;
	}	
	
	.banner .wrap{
		position: relative;
	}
	.banner-text{
		margin-top: 30px;
		margin-bottom: 10px;
	}
	body.home .banner .banner-text{
		margin-top: 100px;
		margin-bottom: 80px;
	}
	p.banner-text-small, body.home p.banner-text-small{
		margin-bottom: 20px;
		width: 100%;
	}
}
@media screen and (max-width: 520px) {
	section.banner-area  a.reveal{
		display: block;
		text-align: center;
	}
	.banner-text p{
		font-size: 16px;
		line-height: 20px;
	}
	p.unchange{
		font-size: 44px;
		line-height: 44px;
	}
}
/*END banner*/

/*schemes*/
.schemes{
	padding: 0 0 20px 0;
	font-family: GT-Walsheim-Pro-Bold, Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	position: relative;
	margin-bottom: 30px;
}
@media screen and (max-width: 940px) {
	.schemes{
		margin-bottom: 10px;
	}
}
.schemes .schemes-arrow{
	position: absolute;
	left:-30px;
	top: 15px;
	transform: rotate(-90deg);
	height: 70px;
	width: auto;
	display: none;
}
@media screen and (max-width: 940px) {
	.schemes .schemes-arrow{
		display: none;
	}
}
.schemes .wrap a{
	color: #000000;
	display: block;
	float: left;
	width: calc(25% - 30px);
	margin: 20px 0 0 30px;
	background-color: #ffffff;
	text-decoration: none;


}
.schemes .wrap a:hover{
	color: #ffffff;
	background-color: #6e2f90;
}
body.home section.schemes .wrap .schemes-outer{
	margin-left: -30px;
}
@media screen and (max-width: 940px) {
	body.home section.schemes .wrap .schemes-outer{
		margin-left: 0;
	}
}
.schemes .wrap .schemes-outer p{
	margin: 20px 50px 0 20px;
}
.schemes .wrap .schemes-outer .scheme-box p{
	margin: 5px 60px 0 0;
}
.schemes .schemes-note{
	padding-bottom: 20px;
	margin-left: 30px;
	border-bottom: solid 1px #6e2f90;
}
@media screen and (max-width: 940px) {
	.schemes .schemes-note{
		margin-left: 0;
	}
}
.schemes .wrap .schemes-outer .schemes-note p{
	margin: 30px 0 20px 0;
}
.schemes .wrap .schemes-outer .scheme-box h2{
	font-weight: bold;
	font-size: 18px;
	color: #6e2f90;
}
.schemes .wrap a:hover h2{
	color: #ffffff !important;
}
.arrow-2{
	width: 20px;
	height: auto;
	fill:#6e2f90
}
.schemes .wrap a:hover .arrow-2{
	fill: #ffffff;
}
@media screen and (max-width: 940px) {
	.schemes .wrap a{
		width: calc(50% - 15px);
	}
	a.scheme-1, a.scheme-3{
		margin-left: 0 !important;
		margin-right: 15px !important;
	}
	a.scheme-2, a.scheme-4{
		margin-left: 15px !important;
		margin-right: 0 !important;
	}
	a.scheme-3, a.scheme-4{
		margin-top: -1px !important;
	}
}
@media screen and (max-width: 500px) {
	.schemes .wrap a{
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	a.scheme-2, a.scheme-3, a.scheme-4{
		margin-top: -1px !important;
	}
}
.scheme-box{
	padding: 20px;
	border-top: 1px solid #6e2f90;
	border-bottom: 1px solid #6e2f90;
	position: relative;
}
body.home .schemes .scheme-box:after{
	content: "";
	display: block;
	padding-bottom:  50%;
}
@media screen and (max-width: 940px) {
	body.home .schemes .scheme-box:after{
		content: "";
		display: block;
		padding-bottom:  25%;
	}
}
.scheme-box-icon{
	position: absolute;
	bottom: 20px;
	right: 20px;
}
body.home .schemes .scheme-click-here{
	position: absolute;
	bottom: 22px;
	left: 20px;
}
/*END schemes*/

/*Content*/
section.content{
	margin-top: 0;
}
section.content a{
	color: #1271b9;
	text-decoration: none;
}
section.content h2{
	margin: 0 0 20px 0;
}
section.content h2.timeline-heading{
	margin: 40px 0 20px 0;
}
@media screen and (max-width: 940px) {
	.box-border{
		padding: 20px 0;
	}
}
img.timeline{
	width: 100%;
	height: auto;
}
img.full-width-image{
	width: calc(100% + 90px);
	margin: -45px 0 0 -45px;
	height: auto;
}
@media screen and (max-width: 940px) {
	img.full-width-image{
		width: calc(100% + 40px);
		margin: -20px 0 0 -20px;
	}
}
.two-column{
	margin-left: -60px;
}
.half-width{
	margin: 40px 0 40px 60px;
	width: calc(50% - 60px);
	float: left;
	border-top: #1271b9 solid 1px;
	border-bottom: #1271b9 solid 1px;
	padding: 30px 0;
}
.content-box-icon{
	font-family: GT-Walsheim-Pro-Bold, Arial, serif;
	margin-top: 20px;
}

@media screen and (max-width: 940px) {
	.two-column{
		margin-left: 0;
	}
	.half-width{
		margin: 20px 0;
		width: 100%;
	}
	.half-width-content p{
		clear: both !important;
		margin-left: -120px;
		padding-top: 20px !important;
	}
	section.content .half-width-content h2{
		margin-top: 25px;
	}
	section.content .content-box-icon{
		margin-left: -120px;
	}
	.half-width-1{
		margin-bottom: 0;
	}
	.half-width-2{
		margin-top: -1px;
	}
}
.half-width img{
	float: left;
}
.half-width-content{
	margin-left: 120px;
}
section.content a.faq-reveal{
	color: #ffffff;
	background-color: #1271b9;
	border: solid #1271b9 2px;
	display: inline-block;
	padding: 10px 20px;
}


section.content a.faq-reveal:hover{
	color: #000000;
	background-color: #ffffff;
}
section.content table{
	width: 100%;
	table-layout:fixed;
}
section.content table.timeline-desktop-rebus{
	width: 62.6%;
}
section.content table.timeline-desktop-xdbs{
	width: 62.6%;
}

section.content table.timeline-desktop-lpc{
	width: 62.6%;
}

section.content table.timeline-desktop-gmp{
	width: 100%;
}
section.content table.timeline-desktop-pie{
	width: 100%;
}

section.content td.timeline-col, section.content th.timeline-col{
	vertical-align: middle;
	width: 25.55%;
	text-align: center;
	padding: 30px;
	font-size: 20px;
	line-height: 24px;
}
section.content td.arrow-col, section.content th.arrow-col{
	width: 11.50%;
}
section.content th.timeline-col{
	font-family: GT-Walsheim-Pro-Bold, Arial, sans-serif;
	font-size: 26px;
	padding: 0 0 15px 0;
}
section.content td.purple{
	background-color: #6e2f90;
	color: #ffffff;
	text-align: left;
}
section.content td.blue{
	background-color: #1271b9;
	color: #ffffff;
	text-align: left;
}
section.content td.yellow{
	background-color: #97bf3c;
	color: #ffffff;
	text-align: left;
}
.timeline-arrow{
	width: 50px;
	height: auto;
}
.timeline-mobile{
	display: none;
}
.timeline-mobile td.arrow-col img{
	transform: rotate(90deg);
}
@media screen and (max-width: 940px) {
	.timeline-desktop{
		display: none;
	}
	.timeline-mobile{
		display: table;
	}
}
@media screen and (max-width: 940px) {
	.join-us-cta{
		visibility: visible;
		display: none;
	}
}
/*END Content*/

/*FAQ's*/
section.faqs{
	display: none;
}
section.faqs .faq-header{
	background-color: #1271b9;
}

section.faqs .faq-header h2{
	color: #ffffff;
	text-align: center;
	padding: 20px 0;
	font-size: 26px;
}
section.faqs .faq-intro{
	padding: 20px 0;
}
section.faqs .faq-intro p{
	margin: 20px 0;
}
section.faqs .faq-intro p.faq-points{
	margin: 10px 0;
}
section.faqs .faq-menu{
	display: flex;
	margin: 0 -10px;
	padding: 0 0 40px 0;
}
@media screen and (max-width: 940px) {
	section.faqs .faq-menu{
		display: block;
		margin: 0;
	}
}
section.faqs .faq-menu a{
	display: flex;
	width: 33.33333%;
	text-align: center;
	color: #ffffff;
	background-color: #6e2f90;
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	align-items: center;
	justify-content: center;
	border: solid 2px #6e2f90;
	margin: 0 10px;
	font-family: GT-Walsheim-Pro-Bold, Arial, sans-serif;
	text-decoration: none;
}
@media screen and (max-width: 940px) {
	section.faqs .faq-menu a{
		display: block;
		width: calc(100% - 44px);
		margin: 0 0 20px 0;
	}
	section.faqs .faq-wrap{
		display: none;
	}
	section.faqs .faq-section.faqs-3{
		padding-bottom: 0;
	}
}
section.faqs .faq-menu a:hover, section.faqs .faq-menu a.active{
	text-decoration: none;
	background-color: #ffffff;
	color: #000000;
}
section.faqs .faq-q-a .question p{
	font-family: GT-Walsheim-Pro-Bold, Arial, sans-serif;
}
section.faqs .faq-q-a .answer p:last-of-type{
	margin-bottom: 40px;
}
section.faqs .faq-q-a .answer p.zero-margin-bottom, section.faqs .faq-q-a .answer p.last-answer{
	margin-bottom: 0;
}
section.faqs a, section.faqs .mobile-faqs a{
	color: #1271b9;
	text-decoration: none;
	border: none;
	padding: 0;
	font-size: 16px;
	background-color: transparent;
	font-weight: normal;
	display: inline;
}
section.faqs .mobile-faqs{
	display: none;
}
@media screen and (max-width: 940px) {
	section.faqs .mobile-faqs{
		display: block;
	}
}
section.faqs ul{
	list-style: disc;
	margin: 5px 0 40px 40px;
}
section.faqs ul li{
	margin: 5px 0 0 0;
}
section.faqs h3{
	font-size: 24px;
	margin-bottom: 20px;
	font-family: GT-Walsheim-Pro-Bold, Arial, sans-serif;
}
section.faqs .faq-section-intro{
	padding: 1px 0 20px 0;
}
section.faqs .faq-section{
	display: none;
	padding-bottom: 40px;
}
/*END FAQ's*/

/*Footer*/
footer{
	margin-top: 20px;
}
footer .wrap{
	border-top: solid 1px #000000;
	padding: 30px 0;
}
.footer-links{
	float: right;
}
.footer-text{
	float: left;
}
.footer-links a{
	color: #000000;
	margin-left: 40px;
}
.footer-logo{
	width: 210px;
	height: auto;
	display: none;
}
@media screen and (max-width: 700px) {
	.footer-links{
		float: none;
	}
	.footer-text{
		float: none;
		margin-bottom: 10px;
	}
	.footer-links a{
		margin-left: 0;
		margin-right: 20px;
	}
}

.trustarc-banner-background {

    z-index: 10;
}