﻿@import url('icons/css/fontello.css');

              
/**********************************
    General
***********************************/
#contentarea {
	background-color: rgba(211,211,211,1.00);	
}
body {
	margin: 0;
	font-family: proxima-nova,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
	line-height: 1.6;
	color: #525252;

}
h1, h2, h3, h4, h5, h6 {
    font-family: proxima-nova,sans-serif;
	font-weight: 700;
	font-style: normal;
    color: #0077c8;
    margin: 1em 0em 0.6em 0em;
    line-height: normal;
	margin-bottom: 1.67rem;
	

}
h3, h4, h5, h6 {
	font-family: proxima-nova,sans-serif;
	font-weight: 600;
}
h2 {font-size: 1.6em;
}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;}
h5 {font-size: 0.98em;}
h6 {font-size: 0.85em;}
.display h1 {
    font-size: 2.0em;
    line-height:1.4;
}
.display p {
    font-size: 1.5em;
    font-style: italic;
}
a {
	text-decoration: none;
	font-family: proxima-nova,sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #004b9d;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
a:hover {
	color: #00A7E1;
	}
hr {border:none;border-top: rgba(0, 0, 0, 0.18) 1px solid;margin-top: 0.75em;margin-bottom: 0.75em;}    
img {max-width:100%;}
figure {margin:0}

.center .form-group {
	margin-left: auto;
	margin-right: auto;
}
.center input:not([type=submit]):not([type=image]),.center textarea  {
	margin-right: 0px !important;
}

@media (min-width: 719px) {
	#background {
		display: block;
	}
}

#background {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}


sup {
    line-height: 0;
    font-size: 75%;
    display: inline;
    position: relative;
    top: 0rem;
}


/* FIX: Preventing Chrome from wrapping text with span-style (when editing) */
/*.display h1 span {font-size: 2.8em;line-height:1.4;}
.display p span {font-size: 1.5em;line-height:1.7;}
h1 span {font-size: 2.37em;line-height:1.7;}
h2 span {font-size: 1.83em;line-height:1.7;}
h3 span {font-size: 1.39em;line-height:1.7;}
h4 span {font-size: 1.1em;line-height:1.7;}
h5 span {font-size: 0.98em;line-height:1.7;}
h6 span {font-size: 0.85em;line-height:1.7;}
p span {font-size: 14px; line-height: 1.7;}
li span {font-size: 14px; line-height: 1.7;}*/

        
/**********************************
    Grid
***********************************/
.row {
	/*margin-left: auto;
	margin-right: auto;
	max-width: 1012px;*/
}
.row.full-width {
	max-width: 100% !important;
}
.restrict-width {
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
}
.restrict-width-small {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}
.container {
    margin: 0 auto;
    max-width: 1013px !important;
    width: 100%;
}
.colour {
	padding-top: 2em;
	padding-bottom: 2em;
	background-color: #FFFFFF;
	position: relative;
	z-index: 10;
}
.colour.no-pad {
	padding-top: 0.01em;
	padding-bottom: 0.01em;
}
.colour.no-pad-top {
	padding-top: 0.01em;
}
.colour.small-pad-top {
	padding-top: 1.5em;
}
.colour.no-pad-bottom {
	padding-bottom: 0.01em;
}
.colour.no-pad figure {
	margin-bottom: 0px;
}
.img-no-margin img {
	margin: 0px !important;
}
.img-block img {
	display: block;
}
.center .btn {
	margin: 1em 1em 1em 1em;
}
.column {
	padding-left: 1.25em;
	padding-right: 1.25em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
.column.no-pad {
	padding-left: 0em !important;
	padding-right: 0em !important;	
}
.colour.colour-HR {
	padding-top: 0em;
	padding-bottom: 0em;	
}

.clearfix ol {
	list-style: decimal;
}
.clearfix ol.ol-alpha {
	list-style: lower-alpha;
}

@media (min-width: 720px) {
    .column {
        float: left;
        padding-left: 2.0rem; /* 1rem */
        padding-right: 2.0rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .column.full { width: 100%; }
    .column.two-thirds { width: 66.66%; }
    .column.two-fourth { width: 75%; }
    .column.two-fifth { width: 80%; }
    .column.two-sixth { width: 83.3%; }
    .column.half { width: 50%; }
    .column.third { width: 33.33%; }
    .column.fourth { width: 25%; }
    .column.fifth { width: 20%; }
    .column.sixth { width: 16.66%; }
	.column.seventh { width: 14.28%; }
	.column.eighth { width: 12.5%; }
    .column.flow-opposite { float: right; }  
}
.clearfix:before, .clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

   




/**********************************
    Elements
***********************************/

.center {text-align:center}
.right {text-align:right}
.left {text-align:left}

img.circle {border-radius:500px;margin-top:0;}
img.bordered {border: #ccc 1px solid;}

.embed-responsive {position: relative;display:block;height:0;padding:0;overflow:hidden;} 
.embed-responsive.embed-responsive-16by9 {padding-bottom: 56.25%;}
.embed-responsive.embed-responsive-4by3 {padding-bottom: 75%;}
.embed-responsive iframe {position: absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0;}

.column > img, 
.column > figure, 
.column > .embed-responsive {
    margin-top: 1em;margin-bottom: 1em;
}

.list {position:relative;margin:1.5em 0;}
.list > i {position:absolute;left:-3px;top:-3px;font-size:2em;}
.list > h2, .list > h3 {margin: 0 0 0 50px}
.list > p {margin: 0 0 0 50px}

.quote {position:relative;margin:1.5em 0;}
.quote > i {position: absolute;top: -10px; left: -7px;font-size: 2em;color:rgba(51,51,51,0.44);}
.quote > small {margin-left:50px;opacity: 0.7;font-size: 1em;}
.quote > p {margin-left:50px;font-size: 1.5em;}

.btn {
    padding: 13px 27px;
    font-size: 1em;
    line-height: 1.3em;
    border-radius: 5px;
    display: inline-block;
    margin: 1.0em 2em 1.0em 0em;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
    font-style: normal;
   /* background-repeat: no-repeat;
    background-position: right -1px center;
    background-size: auto 105%;
    background-image: url(images/btn-primary.png);*/
}

.btn.btn-primary {
	color: #000;
	background-color: #ffd100;
}
.btn.btn-primary:hover {
	/*color: #ffffff;
    background-color: #4bb4fb;*/
}
.btn.btn-secondary {
	color: #ffffff;
	background-color: #0077c8;
}
.btn.btn-secondary:hover {
	color: #ffd100;
    background-color: #0077c8;
}

.arrow p a {
    background-image: url(images/link-arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px auto;
	display: inline-block;
	padding: 0px 25px 0px 30px;
}



.btn.btn-default {color: #ffffff;background-color: #babcbb;}
.btn.btn-default:hover {color: #ffffff;background-color: #8c8e8d;border-color: #8c8e8d;}

.social a > i {text-decoration:none;color:#333;font-size:1.5em;margin:0 5px 0 0;-webkit-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;}
.social a:hover > i {color:#08c9b9;}


/**********************************
    Header Image with Caption
***********************************/
figure.hdr {
	position: relative;
	width: 100%;
	overflow:hidden;
    background-color: transparent;   
}
figure.hdr img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 1.0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;	
}
figure.hdr:hover img {


}
figure.hdr figcaption {
   	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%; 
	padding: 0 2.5em;
	color: #fff;
	font-size: 1.55em;
	text-align: center;
	box-sizing: border-box;
	z-index:1;
}
/* Text */
figure.hdr h2 {
	font-weight: 300;
	text-transform: uppercase;
}
figure.hdr h2 span {
	font-weight: 800;
}
figure.hdr p {
	letter-spacing: 1px;
	font-size: 68.5%;
	text-transform: none;
}
figure.hdr h2, figure.hdr p {
	margin: 0;
	z-index:10000;
}
/* Cosmetic */
figure.hdr div {
	height: 100%; 
	z-index:0;
}
figure.hdr div::before,
figure.hdr div::after {
	position: absolute;
	content: '';
}
/* One */
figure.one div::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
figure.one div::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* Two */
figure.two div::before {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
figure.two div::after {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* Three */
figure.three figcaption {
	height: 70%; 
}
figure.three p {
	margin: 1em 0 0;
	padding: 2em;
	border: 1px solid #fff;	
} 
/* Four */
figure.four figcaption {
	height: 60%; 
	text-align: left;
}
figure.four p {
	position: absolute;
	right: 50px;
	bottom: 50px;
	left: 50px;
	padding: 2em;
	border: 7px solid #fff;
}
/* Five */
figure.five figcaption {
	height: 100%; 
	text-align: right;
}
figure.five h2 {
    position: absolute;
    left: 50px;
	right: 50px;
	top: 10%;
	border-bottom: 5px solid #fff;
}
figure.five p {
	position: absolute;
	right: 50px;
	bottom: 10%;
}
/* Six */
figure.six figcaption {
	height: 70%;
}
figure.six h2 {
    padding-bottom: 3%;
	border-bottom: 1px solid #fff;
}
figure.six p {
	padding-top: 6%;
}
/* Seven */
figure.seven figcaption {
	height: 90%;
	text-align:left;
}
figure.seven h2 {
	border-bottom: 3px solid #fff;
}
figure.seven p {
    padding-top: 1em;
}
/* Eight */
figure.eight figcaption {
	height: 100%; 
	text-align: right;
}
figure.eight h2 {
	position: absolute;
	left: 50%;
	right: 50px;
	bottom: 10%;
}
figure.eight p {
    position: absolute;
    left: 50px;
	right: 50%;
	top: 10%;
	padding-right:0.5em;
	border-right: 1px solid #fff;
}

/* MODIFICATIONS
===============================================*/


.column.two-thirds-maintain { width: 66.7%;	float: left; }
.column.two-fourth-maintain { width: 75%; float: left; }
.column.two-fifth-maintain { width: 80%; float: left; }
.column.two-sixth-maintain { width: 83.3%; float: left; }
.column.half-maintain { width: 50%;	float: left; }
.column.third-maintain { width: 33.3%; float: left; }
.column.fourth-maintain { width: 25%; float: left; }
.column.fifth-maintain { width: 20%; float: left; }
.column.sixth-maintain { width: 16.6%; float: left; }



.three-images img {
	width: 33.33%;
	}
.two-images img {
	width: 50%;
	}
.two-img-col img {
	width: 100%
	}
.three-img-col img {
	width: 100%
	}
.three-circles-half img {
	max-width: 30%;
	}
	
/* Page header one */
figure.header-one {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	}
figure.header-one figcaption {
	height: auto;
	text-align: left;
	bottom: 0px;
	top: 0px;
	background-color: transparent;
	margin: 0px !important;
	padding: 0px !important;
    background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.41) 21.42%,rgba(0,0,0,0.30) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.41) 21.42%,rgba(0,0,0,0.30) 100%);
    background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.41) 21.42%,rgba(0,0,0,0.30) 100%);
    background-image: linear-gradient(90deg,rgba(0,0,0,0.41) 21.42%,rgba(0,0,0,0.30) 100%);
	
}
figure.header-one figcaption H1 {
    color: #ffffff;
    margin: 0.0em auto 0px auto;
    padding: 13% 20px 15px 20px;
    font-size: 1.3em;
    font-family: proxima-nova,sans-serif;
    font-weight: 700;
    font-style: normal;
    background-color: transparent;
    display: block;
    text-align: center;
}
figure.header-product figcaption H1 {
    color: #ffffff;
    margin: 0.0em auto 0px auto;
    padding: 13% 20px 15px 20px;
    font-size: 1.3em;
    font-family: proxima-nova,sans-serif;
    font-weight: 700;
    font-style: normal;
    background-color: transparent;
    display: block;
    text-align: center;
    background-image: url(images/h-detail.png);
    background-repeat: no-repeat;
    background-position: left 20px bottom;
    background-size: 150px 5px;
}

figure.header-product figcaption H1 {
	position: absolute;
	bottom: 10%;
	left: 1rem;
	text-align: left;
    font-size: 2.3em;
	line-height: 1.1em;
}


figure.header-one figcaption P {
	color: #ffffff;
	margin-top: 0.0em;
	margin-bottom: 0.2em;

}


figure.header-one.header-product figcaption {
    height: auto;
    text-align: left;
    bottom: 0px;
    top: 0px;
    background-color: transparent;
    margin: 0px !important;
    padding: 0px !important;
    background-image: -webkit-linear-gradient(180deg,rgba(75,180,251,0.30) 34.68%,rgba(0,119,200,1.00) 100%);
    background-image: -moz-linear-gradient(180deg,rgba(75,180,251,0.30) 34.68%,rgba(0,119,200,1.00) 100%);
    background-image: -o-linear-gradient(180deg,rgba(75,180,251,0.30) 34.68%,rgba(0,119,200,1.00) 100%);
    background-image: linear-gradient(270deg,rgba(75,180,251,0.30) 34.68%,rgba(0,119,200,1.00) 100%);
}








.text-overlay {
	padding: 0px 0px 10px 0px;
}
.text-overlay .column {
	text-align: center;	
}
.text-overlay h1 {
	margin: -30px 0px 0px 0px;
	background-color: rgba(255,184,1,1);
	text-align: center;
	display: inline-block;
	padding: 20px;
	color: #ffffff;
    font-size: 1.6em;
    font-family: proxima-nova,sans-serif;
	font-weight: 400;
	font-style: normal;
}



.header-fine figure.hdr figcaption {
	top: 21%;
}
.header-fine figure {
	margin-bottom: 0px;
}


/* Page header two */
figure.header-two {
	margin-top: 0px !important;
	}
figure.header-two figcaption {
	height: auto;
	text-align: left;
	bottom: 0em;
	padding-bottom: 0.5em;
	background-color: transparent;
}
figure.header-two figcaption H1 {
	color: #ffffff;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 1.8em;
}
figure.header-two figcaption P {
	color: #ffffff;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

.header-fourth figure.header-two figcaption {
	height: auto;
	text-align: left;
	bottom: auto;
	top: 5px;
	padding-bottom: 0.0em;
	background-color: transparent;
	
}
.header-fourth figure.hdr figcaption {
    font-size: 1.0em;
    text-align: left;
	padding: 0 1em;
}
.header-fourth figure.hdr p {
    font-size: 100%;
    text-transform: none;
}
@media (max-width: 719px) {
.clear-mobile {
	clear: both;	
}
.center-mobile {
	text-align: center;
	}
.two-img-col img {
	width: 50%
	}
.three-img-col img {
	width: 33.3%
	} 
.fourth-half {
	width: 50%;
	float: left; 
	}
.sixth-third {
	width: 33.3%;
	float: left;
	padding-left: 1.5%;
    padding-right: 1.5%; 
	}
.fourth-half-pad-L {
	width: 50%;
	float: left; 
	}
.fourth-half-pad-R {
	width: 50%; 
	float: left; 
	}
/* Page header one */
figure.header-one figcaption {
	padding-left: 1.5em;
}
figure.header-one figcaption H1 {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	font-size: 1.2em;
}	
/* Page header two */
figure.header-two figcaption {
	padding-left: 1.0em;
	padding-right: 1.0em;
}
figure.header-two figcaption H1 {
	margin-top: 0em;
	margin-bottom: 0.4em;
	font-size: 1.2em;
}
figure.header-two figcaption P {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	font-size: 50%;
}
}
@media (max-width: 600px) {
.two-img-col img {
	width: 70%
	}
.three-img-col img {
	width: 70%
	}
.three-circles-half img {
	max-width: 25%;
	}
.fourth-half-pad-L {
	width: 47.5%;
	padding-left: 2.5%;
	}
.fourth-half-pad-R {
	width: 47.5%;
	padding-right: 2.5%;
	float: left; 
	}
}
@media (max-width: 500px) {
figure.header-one figcaption {
	padding-left: 1em;
}
figure.header-one figcaption H1 {
	color: #ffffff;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 0.9em;
}
	figure.header-product figcaption H1 {
	color: #ffffff;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 1.5em;
		line-height: 1.1em;
		position: absolute;
		bottom: 10%;
		text-align: left;
}
/* Page header two */

figure.header-two figcaption {
	padding-left: 0.5em;
	padding-right: 0.5em;
	bottom: 0em;
	padding-bottom: 0.3em;
}
figure.header-two figcaption H1 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 0.8em;
}
figure.header-two figcaption P {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 34%;
}	
}
@media (max-width: 400px) {
.two-img-col img {
	width: 100%
	}
.three-img-col img {
	width: 100%
	}
.sixth-third {
	width: 50%;
	}
}

/* Footer components
===========================*/
.footer {
	position: relative;
}
.footer-wrap {
    padding: 70px 0px;
    color: #ffffff;
    font-size: 0.90em;
    line-height: 1.43em;
    background-color: #0068A4;
}
.footer2-wrap {
	background-color: #1B365D;
	font-size: 0.80em;
	line-height: 1.4em;
	color: #ffffff;
	padding: 0.9em 0em;
	}

.footer-wrap a {
	color: #ffffff !important;	
    font-family: proxima-nova,sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.footer2-wrap a {
	color: #ffffff !important;	
    font-family: proxima-nova,sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
	
.footer-wrap p {
	margin: 0.6em 0em;
}

.F-powered {
	margin-top: 2px;
	margin-bottom: 10px;
	color: #909090;
	}
.footer-1 {
}
.footer-1 .btn {
	width: 70%;
	margin: 0.5em 0em;
	color: #000000 !important;
	background-color: #ffb801;

	font-size: 1.4em;
}
.footer-1 .btn:hover {
	color: #ffffff !important;
	background-color: #004b9d;
}
.footer-2 {
	border-left: solid 1px rgba(255,255,255,0.1);
	border-right: solid 1px rgba(255,255,255,0.1);
	padding-bottom: 15px;
	min-height: 250px;
}
.footer-2 img {
	width: 120px;
	padding: 70px 0px;
}

.footer-2 P,.footer-3 P  {
	margin: 0.3em 0em;
}
P.F-header {
	font-size: 1.3em;
    color: #ffd100;
    margin: 0.8em 0em 0.8em 0em;
	font-family: proxima-nova,sans-serif;
	font-weight: 600;
	font-style: normal;
}

.footer-4 {
	padding-top: 15px;
}
.footer-4 img {
	width: 170px;
	
}
.f-sm img {
	width: 25px;
	height: 25px;
	padding-right: 5px;
}
.footer-images {
	padding-top: 40px;
}
.footer-images img {
	height: 45px;
	margin-right: 30px;
}
.footer-sm-wrap {
	padding-top: 55px;
}
.footer-5 {
	padding-top: 20px;
}
.footer-5 a {
	padding-right: 20px;
	display: inline-block;
}
.footer-wrap a.btn.btn-primary {
	margin: 0em 0em 0em 0em;
    padding: 10px 40px 10px 15px;
    color: #000000 !important;
    width: 185px;
}

.F-sm img {
	width: 25px;
    margin-right: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.F-sm img:hover {
	transform: scale(1.2)
}



.cf-sm img {
	width: 50px;
	padding: 0px 2px 0px 2px;
}



.f-flags a {
    display: block;
    background-repeat: no-repeat;
    background-size: auto 25px;
    background-position: left center;
    background-image: url(images/flag-usa.png);
	padding: 5px 0px 5px 40px;
	margin-bottom: 10px;
}
.f-flags a.f-flags-uk {
    background-image: url(images/flag-uk.png);
}
.f-flags a.f-flags-eu {
    background-image: url(images/flag-eu.png);
}
.f-flags a.f-flags-dach {
    background-image: url(images/flag-dach.png);
}


@media (max-width: 840px) and (min-width: 720px) {
	.footer-wrap a.btn.btn-primary {
		padding: 10px 35px 10px 10px;
		width: 155px;
		font-size: 0.8em;
}
}
@media (max-width: 719px) {
	.footer-4 {
    margin-top: 70px;
}
	
	
	
	.footer .column.center {
		text-align: left;
	}
.footer-2 {
	border: none;
	margin-top: 3em;
	margin-bottom: 3em;
	min-height: auto;
}
.footer-1,.footer-2,.footer-3 {
	border: none !Important;
	height: auto !important;
}
.footer-5 {
	text-align: left;
}
.F-menu,.F-powered {
	margin-left: 0px;
	}
.footer {
	
	}
.f-agent-login {
	width: 80px;
	margin: 1em auto;
}
.logo-strap {
	
	padding-top: 20px;
}
	.footer-4 img {
    position: relative;
    right: 0px;
    top: 0px;
    margin-top: -65px;
    height: 100px;
}
	.footer-wrap {
    padding: 10px 10px 18px 10px !important;
}
.F-sm img {
    width: 25px;
    margin-right: 5px;
    margin-left: 5px;
}

}

/* Snippet Colours
======================================*/
.page-header {
	background-color: #C11718;
	background-image: url(images/bg1.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right center;
}
.page-header H1 {
	color: #ffffff;
}





.trans {
	background-color: transparent;	
}
.blue {
	background-color: #0077c8;
	color: #FFFFFF !important;
}
.blue-opaque {
	background-color: rgba(0,119,200,0.90);
}
.blue P,.blue H1,.blue H2,.blue H3,.blue H4,.blue a,.blue UL {
	color: #FFFFFF !important;
}
.blue a.btn {
	color: #000000 !important;
}



.blue-pattern {
    background-color: #007fc8;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url(images/footer.png);
    background-size: 70% auto;
}
.grey1 {
	background-color: #f3f5f8;
}
.light-blue {
	background-color: #edfcff;
}
.orange {
	background-color: rgba(193,23,24,0.90);
}
.orange P,.orange H1,.orange H2,.orange H3,.orange H4,.orange a,.orange UL {
	color: #FFFFFF !important;
}
.white-grad {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.41) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.41) 100%);
	background-color: transparent;
}

.opaque {
	background-color: rgba(255,255,255,0.90);	
}
.black {
	background-color: rgba(0,0,0,0.90);
	color: rgba(255,255,255,1.00);
}
.black-solid {
	background-color: #000000;
	color: rgba(255,255,255,1.00);
}

.black H4 {
	color: #ffffff !important;
}
.contact-bg {
	background-color: rgba(0,0,0,0.70);
}
@media (min-width: 720px) {
.half-bg {
	background-image: url(images/bg-half.png);
	background-repeat: repeat-y;
	background-position: center 0%;
	background-size: 100% auto;
}
.column.h-contact,.column.h-twitter {
	padding-left: 3rem;
    padding-right: 3rem;
}
}
@media (max-width: 719px) {
.half-bg {
	background-color: rgba(236,236,236,1.00);
}

}

/* Full Form
====================================*/
.form-full input:not([type=submit]):not([type=image]) {
	width: 100%;
	margin-right: 0px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form-full textarea {
	width: 100%;
	margin-right: 0px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form-full .btn.btn-primary {
	width: 100%;
	margin-right: 0px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.form-full .wcs-wrap-wrap {
    background-color: #EBEBEB;
    padding: 2px 10px 5px 20px;
    margin-right: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
	max-width: 100%;
	border-top: none;
}
.form-full .form-group {
    display: block;
}

/* Product Pages
================== ====================*/
@media only screen and (min-width: 720px) {
	.product-row .column {
	padding-left: 4em;
	padding-right: 0rem;
}
	.product-row .column:after {
    z-index: -1;
		content: "";
		position: absolute;
		top: 0;
     left: 0;
		height: 100%;
		width: 100%;
		background-color: inherit;
     border-right: 1px solid #e9e9e9;
		-webkit-transform: skewX(-20deg);
		-moz-transform: skewX(-20deg);
		-ms-transform: skewX(-20deg);
		transform: skewX(-20deg);
}
	.product-row .column.fourth:nth-of-type(4):after {
		 border-right: none;
			-webkit-transform: skewX(0deg);
			-moz-transform: skewX(0deg);
			-ms-transform: skewX(0deg);
			transform: skewX(0deg);
	}
	.product-row .column.third:nth-of-type(3):after {
		 border-right: none;
			-webkit-transform: skewX(0deg);
			-moz-transform: skewX(0deg);
			-ms-transform: skewX(0deg);
			transform: skewX(0deg);
	}
	.product-row .column.half:nth-of-type(2):after {
		 border-right: none;
			-webkit-transform: skewX(0deg);
			-moz-transform: skewX(0deg);
			-ms-transform: skewX(0deg);
			transform: skewX(0deg);
	}
	
	
	
	
	.product-row.icon-row .column.third:nth-of-type(3):after {
		 border-right: none;
			-webkit-transform: skewX(0deg);
			-moz-transform: skewX(0deg);
			-ms-transform: skewX(0deg);
			transform: skewX(0deg);
	}

}


.product-row figure {
    padding-bottom: 20px;
    background-image: url(images/link-arrow.png);
    background-repeat: no-repeat;
    background-position: left bottom;
	background-size: 20px auto;
	padding-right: 20%;
}
.product-row.icon-row figure {
    padding-bottom: 0px;
    background-image: none;
    padding-right: 20%;
}

.product-row img {
	width: 180px;
}
.product-row.icon-row img {
	height: 80px;	
	width: auto;
}
.product-row.icon-row.sponsor-row img {
	height: 60px;	
	width: auto;
}
.product-row h6 {
	font-size: 1.3em;
	line-height: 1.12em;
	min-height: 2.5em;
	margin: 0.0em 0em;
}
.product-row h6 sup {
    font-size: 100%;
    top: 0.3rem;
}
.product-row.icon-row h4 {
	margin: 0px;
	
}

.product-row .column.fourth p:nth-of-type(2) {

}
.product-row .column a p {
	color: #525252;
	font-weight: 400;
	font-size: 0.85em;
	/*line-height: 1.2em;*/
}
.product-row .column.third a p {
	color: #525252;
	font-weight: 400;
	font-size: 0.85em;
	/*line-height: 1.2em;*/
}

@media only screen and (max-width: 719px) {
	.product-row .column.fourth {
		float: left;
		width: 50%;
	}
	.product-row figure {
		padding-right: 0%;
	}
	.product-row .column {
		margin-bottom: 30px;
	}
}

/*----------------------*/
.column.awards-section-col {
	border-top: 1px solid #e9e9e9;
	padding-top: 20px;
	padding-bottom: 20px;
}




/* Home
================== ====================*/


.text-button h4 {
	margin-top: 2.5em;
}
.page-sm img {
	height: 50px;
	padding-right: 20px;
}



/* Media */
.colour.media-menu {
	background-color: #f3f5f8;
	padding: 1em 0px;
}
.colour.media-menu p {
	line-height: 1.1em;
}
.colour.media-menu a {
	font-size: 0.9em;
}
.media-menu .column {
	border-right: solid 1px #ffffff;
}
/* Leadership */
.accordion-plain .accordion {
    background-color: transparent;
	font-family: proxima-nova,sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #004b9d;
    padding: 0px;
    width: 100%;
    font-size: 1em;
    border-bottom: solid 0px #CBCBCB;
}
.accordion-plain .accordion:hover {
    background-color: transparent;
    color: #004b9d;
}
.accordion-plain .accordion-panel .column.full {
	padding: 0px;
}
/* Company */
.product-row.sponsor-row img {
    width: auto;
	height: 60px;
}
.product-row.sponsor-row figure {
    padding-bottom: 0px;
    background-image: none;
}


.icon-row img {
	width: 100px;
	margin-left: 20px;
	margin-bottom: 15px;
}
.icon-row-white img {
	width: 100px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.icon-row h4 {
	color: #ffffff;
	margin: 0.5em 0em;
	font-size: 1em;
}
.icon-row h3 {
	color: #ffd100;
}
.icon-row figcaption {
	/*background-color: #f3f5f8;*/
	padding: 20px;
	color: #ffffff;
	background-color: #007fc8;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url(images/footer.png);
    background-size: auto 120%;
}
.icon-row.icon-row-no-bg figcaption {
	padding: 20px;
	color: #ffffff;
	background-color: #007fc8;
    background-image: none;
}
.bullet-ticks ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.bullet-ticks li {
    padding: 10px 10px 10px 45px;
    background-position: left top 8px;
    background-repeat: no-repeat;
    background-size: auto 30px;
    background-image: url(images/bullet-tick.png);
}

.plus200 img {
	width: 600px;
}



.story-slider .wbSliderSecondary {
	position: absolute;
	bottom: 20px;
	left: 80px;
	
    padding: 20px 70px 20px 15px !important;
    font-size: 1em !important;
    line-height: 1.3em;
    border-radius: 5px;
    display: inline-block;
    margin: 1.0em 2em 1.0em 0em;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
    font-style: normal;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    background-image: url(images/btn-primary.png);
	color: #262626;
	background-color: #ffffff;
}

.story-slider-resp.no-pad {
	background-color: #ffffff;
	padding-top: 1em;
}

@media (max-width: 800px) {
	.story-slider-resp.no-pad {
	padding-top: 0em;
	}
	.story-slider {
		overflow: hidden;
	}
	.story-slider .restrict-width {
		margin-left: -40%;
		margin-right: -10%;
		width: 150%;
	}
	.story-slider .wbSliderSecondary {
		left: 32%;
		display: none;
	}
}

.story-slider .wbSliderSecondary:hover {
	color: #262626;
    background-color: #fdbb14;
}









.h-prod-icons img {
	width: 90px;
}



.select-design select {
	padding: 15px 20px 15px 10px;
    margin: 10px 10px 0 0;
    border: 1px solid #C7E4F7;
    border-radius: 0px;
    width: 300px;
    margin-bottom: 10px;
    font-size: 1.0em;
    font-family: proxima-nova,sans-serif;
    font-weight: 400;
    font-style: normal;
    max-width: 100%;
}
.product-row .btn {
	position: absolute;
	bottom: 0px;
}


/*


.column p:nth-of-type(1) b {
	color: #4bb4fb;
	margin-bottom: -1.3em;
	display: block;
	font-size: 1.2em;
	font-weight: 400;
}


.no-sub-header .column p:nth-of-type(1) b {
	color: #525252;
	margin-bottom: 1em;
	display: block;
	font-size: inherit;
	font-weight: 700;
}

*/

.icon-set img {
	width: 100px;
}
.home-stats-wrap {
	padding: 1em 0px;
}
.blue.home-stats-wrap {
	background-color: #007fc8;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url(images/footer.png);
    background-size: 70% auto;
	padding: 2em 0px 1em 0px;
}
.home-stats-wrap .third p,.home-stats-wrap .fourth p {
	margin: 0.1em 0em;
	line-height: 1em;
}
p.home-stats-main {
	font-size: 3em;
	font-weight: 600;
}
.home-stats-wrap .third p:nth-of-type(3),.home-stats-wrap .fourth p:nth-of-type(3) {
	font-size: 1.0em;
}
@media screen and (max-width: 1300px) and (min-width: 720px) {
.home-stats-wrap {
	padding: 1em 0px;
	font-size: 90%;
}	
p.home-stats-main {
	font-size: 2.7em;
	font-weight: 600;
}
	.home-stats-wrap .third p {
	margin: 0.0em 0em;
	line-height: 1em;
}
.home-stats-wrap-inner {
    padding-left: 80px !important;
    background-size: 60px 60px !important;
}
}
@media screen and (max-width: 719px) {
	.home-stats-wrap .third,.home-stats-wrap .fourth {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.blue.home-stats-wrap {
    background-size: auto 100%;
}
	.column > .embed-responsive {
	margin-top: 2.5em;
    margin-bottom: 3em;	
	}
	.icon-set figure {
		margin-bottom: 2.5em;
	}
	
	
	
	.header-three .column, .header-three {
		padding: 0px;

	}
	.header-three .column {
		overflow: hidden;

	}
	.header-three img {
		margin: 0px;
		display: block;
		margin-left: -20%;
		width: 120%;
		max-width: 120%;

	}
}
/*------*/
.c2a-boxes figure {
	background-color: #f3f5f8;
}
.c2a-boxes figcaption {
	padding: 1px 20px 45px 20px;
	position: relative;
}
.c2a-boxes-wrap {
	padding: 0px 1rem;
}
.c2a-boxes-wrap .column {
	padding: 0px 1rem;
}
.c2a-boxes-wrap .column a {
	position: absolute;
	bottom: 15px;
	left: 20px;
}

/*-------------------------------*/
.c2a-icons.c2a-boxes figure {
	text-align: center;
	position: relative;
}
.c2a-icons img {
	width: 120px;
	max-width: 70%;
	padding: 20px 20px 0px 20px;
}
.c2a-icons.c2a-boxes .c2a-boxes-wrap .column a {
	left: calc(50% - 70px);
}
.c2a-boxes-gif img {
	max-width: 250px;
}

@media (max-width: 800px) {
.c2a-boxes-wrap .column {
	padding: 0px 2px;
	float: left;
	width: 50%;
}
	.c2a-boxes-wrap .column p:nth-of-type(1) {
	/*display: none;*/
}
	.c2a-boxes figcaption {
    padding: 1px 10px 45px 10px;
		font-size: 90%;
}
	.c2a-boxes-wrap .column a {
    left: 10px;
}
	.c2a-boxes2 img {
    width: 100% !important;
}
}




.header-in-page {
	position: relative;
}
.header-in-page img {
	display: block;
}
.header-in-page-inner {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.35) 32.82%,rgba(0,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.35) 32.82%,rgba(0,0,0,0.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.35) 32.82%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(90deg,rgba(0,0,0,0.35) 32.82%,rgba(0,0,0,0.00) 100%);
	pointer-events:none;
}
.header-in-page h1,.header-in-page h2,.header-in-page h3,.header-in-page h4,.header-in-page p {
	color: #ffffff;
	margin: 0.5em 0em;
	pointer-events: visiblePainted;
}
.header-in-page h4 {
	color: #ffd100
}	
.header-in-page h3 {
	font-size: 2.3em;
}
.header-in-page p {

}
.header-in-page figcaption {
	padding: 1em 33% 1em 5%;
}
.header-in-page2 figcaption {
	padding: 1em 5% 1em 5%;
}


.white-box {
	background-color: #ffffff;
	padding-top: 3em;
	padding-bottom: 3em;
}
.references {
    font-size: 0.75em;
    color: #898C90;
    font-style: italic;
	line-height: 1.4em;padding: 1px 0px;
}
.references.colour .colour {
	padding: 1.5em 0em;
	background-color: #f3f5f8;
}

.references .references-no {
    font-style: normal;
}













.product-download a {
    display: block;
    background-image: url(images/icon-download.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 20px;
	padding: 0px 0px 0px 40px;
}


.contact-us-inner {
    background-color: #1B365D;
    color: #ffffff;
    padding: 5px 30px 15px 30px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 70% auto;
    background-image: url(images/colour-bg-blue.jpg);
}
.contact-us-inner .btn.btn-primary {
    color: #ffffff;
}
.contact-us-inner h3 {
    /*background-image: url(images/header-detail-w.png);	*/
	color: #ffffff;
}
@media only screen and (min-width: 899px) {
.contact-us-inner .btn {
	position: absolute;
	right: 60px;
	bottom: 15px;
}
}

.we-offer {
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
    background-image: url(images/colour-bg-blue.jpg);
}

.we-offer p {
    background-repeat: no-repeat;
    background-position: left top 2px;
    background-size: auto 20px;
    background-image: url(images/bullet-tick-white.png);
	padding-left: 35px;
}
.we-offer a {
	color: #00A7E1 !important;
	
}
.resources-col figure {
	border: #EBEBEB solid 2px;
	padding: 15px 30px;
}
@media only screen and (min-width: 800px) {
.resources-col .btn {
	position: absolute;
	right: 60px;
	bottom: 35px;
}
}

/*expertise*/
.colour.h-facts {
	padding-top: 0em;
	padding-bottom: 0em;
}
.h-facts .facts-div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #00A7E1;
    color: #FFFFFF;
    border-radius: 50%;
    padding: 40px 20px 20px 20px;
    margin: -75px 0px 0em 30px;
    width: 150px;
	height: 150px;
	float: right;
	text-align: center;
	
}
.h-facts H4 {
    color: #ffffff;
    font-size: 2em;
    margin: 0.1em 0em;
    line-height: 1em;
}
.h-facts p {
    color: #ffffff;
    font-size: 0.85em;
    margin: 0.5em 0em 0.1em 0em;
    line-height: 1.15em;
}

.ref-table tr td:nth-of-type(1),.ref-table tr:nth-of-type(1) td {
	color: #233d62;
	font-family: proxima-nova,sans-serif;
	font-weight: 700;
	font-style: normal;
}
.ref-table td {
	border-bottom: #6EC1E4 solid 2px;
	padding: 5px 10px;
}
.ref-table td p {
	margin: 0px;
}



.resources-col h4 {
	margin: 0.1em 0em;
}

.icons-small img {
	width: 80px;
}




.services-section {
	padding: 1em 0em;
	
}
.services-section img {
	float: left;
	width: 50px;
	padding-right: 5px;
	margin: 30px 0px 0px 0px !important;
	
}
.services-section-inner {
	background-color: #EFEFEF;
	padding: 30px;
}

@media only screen and (max-width: 719px) {
.services-section img {
	margin: 0px 0px 0px 0px !important;
	padding-right: 3px;
	
}
}


.h-serv-icons img {
	width: 60px;
}
.h-serv-icons h4 {
	margin-top: 0.05em;
	background: none;
	color: #233d62 !important
}
.h-serv-icons .column.eighth {
	text-align: center;
	padding: 3px;
}
.h-serv-icons .column.eighth figure {
	background-color: #ffffff;
	padding-top: 10px;
	    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.h-serv-icons .column.eighth figure:hover {
	transform: scale(1.05)
}

.h-serv-icons .column.eighth {
	text-align: center;
	padding: 3px;
}
.h-serv-icons .column.eighth figure {
	background-color: #ffffff;
	padding-top: 10px;
	    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.h-serv-icons .column.eighth figure:hover {
	transform: scale(1.05)
}

.c2a2 figure {
	position: relative;
	padding-bottom: 50px;
    background-color: #EBEBEB;
}
.c2a2 .btn {
	position: absolute;
	bottom: 10px;
	left: 16px;
}

@media screen and (max-width: 1000px) {
.c2a2 .column.sixth {
    width: 33.3%;
}
}
@media screen and (max-width: 720px) {
.c2a2 .column.sixth {
    width: 50%;
	float: left;
}
}
@media screen and (max-width: 400px) {
.c2a2 .column.sixth {
    width: 100%;
	float: none;
}
}

@media screen and (max-width: 999px) {
.h-serv-icons .column.eighth {
	width: 33.3%;
}
}
@media screen and (max-width: 720px) {
.h-serv-icons .column.eighth {
    width: 33.3%;
	float: left;
}
}
@media screen and (max-width: 500px) {
.h-serv-icons .column.eighth {
    width: 50%;

}
}
	
	

.img-3wide-tall img {
	width: calc(33.3% - 1px);
	vertical-align: top;
	margin-left: 1px;
}
.img-3wide-tall .column img:nth-of-type(1) {
	margin-top: 40px;
}
.img-3wide-tall .column img:nth-of-type(3) {
	margin-top: 30px;
}





.main-content .image-half-large img {
	display: block;
	margin: 0px;
}
.main-content .image-half-large-inner {
		padding: 1px 3vw 20px 3vw;
	}

@media screen and (min-width: 1400px) {
.main-content .image-half-large-inner {
		padding: 1px 6vw 20px 6vw;
	}
}
@media screen and (min-width: 720px) and (max-width: 1050px) {
.main-content .image-half-large .column {
		overflow: hidden;
	}
.main-content .image-half-large img {
	width: 150% !important;
	max-width: none !important;
	margin-left: -25%;
	}
}
@media screen and (min-width: 720px) {
.main-content .image-half-large-col {
	position: absolute !important;
	z-index: 150;
	top: 0px;
	left: 50%;
	bottom: 0px;
	right: 0px;
	text-align: left;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;		
	}
.main-content .image-half-large-col2 {
	left: 0%;
	bottom: 0px;
	right: 50%;		
	}
.main-content .two-thirds.image-half-large-col.flow-opposite {
	left: 33.3%;		
	}

}


.h-login H1, .h-login H2,.h-login H3,.h-login H4 {
	margin-top: 20px;
}




.c2a .embed-responsive {
	margin: 0px;
}





.client-portal {
	background-color: rgba(0,0,0,1.00);	
}
.client-portal .btn {
	margin: 0.4em 0.4em;
	padding: 5px 28px;
	font-size: 0.9em;
}
.colour.updated {
	background-color: #c11718;
	color: #FFFFFF;
}
.holding-footer {
	font-size: 0.8em;
}
.box-border {
	border: solid 1px #CBCBCB;
	margin-left: 1.0rem;
    margin-right: 1.0rem;
	padding: 1rem;
}
.testimonial-colour {
	padding: 4.5em 0em;

}
.testimonial_message {
	font-size: 2em;
	font-family: proxima-nova,sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 0em 0px;
	color: #ffffff;
}
.testimonial_whoby {
	text-transform: uppercase;
	font-family: proxima-nova,sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #ffffff !important;
	padding: 2em 0px 0em 0px !important;
	text-align: center;
}
.testimonial-colour .column {
	min-height: 10em;
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	background-image: url(images/speech.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;

}
.testimonial_wrapper {
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
}



.p-banner {
	height: calc(100vh - 97px);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.p-banner.p-banner-page {
	height: calc(70vh - 97px);
}
.p-banner.p-banner-full {
	height: calc(100vh - 90px);
}
@media screen and (max-width: 1300px) {
.p-banner.p-banner-full {
	/*height: calc(100vh - 185px);*/
}	
}
.p-banner.p-banner-20 {
	height: 40vh;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*padding-top: 40vh !important;*/
	position: relative;
	margin-top: 0px;
}
.p-banner-40 {
	padding: 7em 0em;
	font-size: 1.2em;
}
.p-banner .column {
    position: absolute;
    z-index: 150;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    /*justify-content: center;*/
    padding-left: 0em;
    padding-right: 0em;
    background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.41) 21.42%,rgba(0,0,0,0.30) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.41) 21.42%,rgba(0,0,0,0.30) 100%);
    background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.41) 21.42%,rgba(0,0,0,0.30) 100%);
    background-image: linear-gradient(90deg,rgba(0,0,0,0.41) 21.42%,rgba(0,0,0,0.30) 100%);
}
.p-banner.p-banner-page .column {
    background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.41) 21.42%,rgba(0,0,0,0.06) 99.65%);
    background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.41) 21.42%,rgba(0,0,0,0.06) 99.65%);
    background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.41) 21.42%,rgba(0,0,0,0.06) 99.65%);
    background-image: linear-gradient(90deg,rgba(0,0,0,0.41) 21.42%,rgba(0,0,0,0.06) 99.65%);
}
.p-banner.p-banner-page.no-grad .column {
    background-image: none;
}
.h-header-message {

}
.h-banner-inner {
	margin-left: auto;
    margin-right: auto;
	width: 100%;
    max-width: 1350px;	
}
.h-banner-inner-buttons {
	padding: 30px 0px 0px 40px;
}
.holder-logo-img {
	width: 250px;
}
.p-banner-logo {
	margin-left: 40px;
	margin-bottom: -10px;
}
.p-banner-logo img {
	width: 150px;
}
.p-banner H1 {
    color: #ffd100;
    font-size: 2.5em;
    padding: 0em 20px 10px 40px;
    margin-bottom: 0.6em;
    width: 700px;
    max-width: 80%;
    margin: 0px auto 0px 0px;
	background-image: none;
	line-height: 1.1em;
}
.p-banner-page.p-banner H1 {
    color: #fff;
}
.p-banner H2 {
    color: #FFFFFF;
    font-size: 1.4em;
    padding: 0em 20px 0em 40px;
    margin-bottom: 0.3em;
    width: 700px;
    max-width: 80%;
    margin: 0px auto 0px 0px;
	background-image: none;
	font-weight: 600;
}

.p-banner H2 span {
	color: #ffd100;
}
.p-banner H4 {
    color: #FFFFFF;
    font-size: 1.3em;
    padding: 0em 20px 0em 40px;
    margin-bottom: 0.3em;
    width: 700px;
    max-width: 80%;
    margin: 0px auto 0px 0px;
	background-image: none;
	font-weight: 600;
}
.p-banner H6 {
    color: #ffd100;
    font-size: 1.3em;
    padding: 0em 20px 0em 40px;
    margin-bottom: 0.3em;
    width: 550px;
    max-width: 80%;
    margin: 0px auto 0px 0px;
	background-image: none;
	font-weight: 600;
}
.p-banner P {
	color: #FFFFFF;
	font-size: 1.0em;
	padding: 0em 20px 10px 40px;
	margin: 0.1em 0em;
	
}
.p-banner P.h-banner-notifications {
	font-weight: 600;
	color: #FFFFFF;
	font-size: 1.0em;
	margin: 0.1em 0em;
}
.p-banner P.h-banner-notifications a {
    color: #FFFFFF;
    display: inline-block;
    padding: 2px 35px 2px 0px;
    background-image: url(images/h-go.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 22px auto;
}
.p-banner P.h-banner-notifications span {
	color: #ffd100;
	font-size: 115%;
}



.p-banner P .btn {
	margin: 0.5em 1.3em 0.5em 0em;
	
}

.p-banner.p-banner-page.p-banner-blue {
    background-color: #0077c8;
    height: 30vh;
    background-image: -webkit-linear-gradient(180deg,rgba(75,180,251,1.00) 0%,rgba(0,119,200,1.00) 100%);
    background-image: -moz-linear-gradient(180deg,rgba(75,180,251,1.00) 0%,rgba(0,119,200,1.00) 100%);
    background-image: -o-linear-gradient(180deg,rgba(75,180,251,1.00) 0%,rgba(0,119,200,1.00) 100%);
    background-image: linear-gradient(270deg,rgba(75,180,251,1.00) 0%,rgba(0,119,200,1.00) 100%);
}
.p-banner-blue .column {
	background: none !Important;
}


.h-icons figure {
	argin-top: 2.5em;
    margin-bottom: 2.5em;
}
.c2a figcaption H4 {
	background-color: #9bb201;
}

.h-icons.trans {
    background-color: transparent;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.40) 0%,rgba(0,0,0,0.85) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.40) 0%,rgba(0,0,0,0.85) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.40) 0%,rgba(0,0,0,0.85) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.40) 0%,rgba(0,0,0,0.85) 100%);
}
.h-icons H3 {
    font-size: 1.2em;
	font-family: proxima-nova,sans-serif;
	font-weight: 700;
	font-style: normal;
}

.h-icons img {
    width: 80px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.h-icons H3 {
	margin: 0.5em 0em;
}
.h-icons img:hover {
	transform: scale(1.1)
}
.prod-icons img {
	width: 220px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border: solid 10px #DCDCDC;
	border-radius: 40px;
}
.prod-icons img:hover {
	border: solid 10px #00afc7;
	transform: scale(1.05)
}
.prod-icons P {
	max-width: 75%;
	margin: 1em auto;
}
.colour.p-brochures {
	padding-bottom: 0em;
}
.cats-header .restrict-width {
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    /*justify-content: center;*/
    padding-left: 0em;
    padding-right: 0em;
}
.cats-header H2 {
	color: #BFBFBF;
	font-size: 1.5em;
	margin-bottom: 1px;
}
.cats-header H1 {
	font-size: 2em;
	margin-top: 1px;
}
.h-column-contact {
	background-color: rgba(255,255,255,0.80);
	border-radius: 20px;
	padding-top: 2em;
	padding-bottom: 2em;
}





@media (min-width: 720px) {
.col-valign-middle .restrict-width {
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    /*justify-content: center;*/
    padding-left: 0em;
    padding-right: 0em;	
}
}
@media (max-width: 999px) {
.p-banner, .p-banner.p-banner-full {
    height: calc(100vh - 75px);
}
.p-banner.p-banner-page {
    height: calc(50vh - 75px);

}
.p-banner H1 {
	font-size: 2em !important;
    padding: 0em 20px 0em 30px;
}
	.p-banner H2 {
	font-size: 1.4em !important;
    padding: 0em 20px 0em 30px;
		line-height: 1.2em;
}
	.p-banner H4 {
    padding: 0em 20px 0em 30px;
	}
.p-banner H6 {
    padding: 0em 20px 0em 30px;
	}
.h-banner-inner-buttons {
    padding: 20px 0px 0px 30px;
}
.p-banner P {
	font-size: 0.9em !important;
	padding: 10px 20px 10px 30px;

}
.header-in-page h3 {
    font-size: 1.4em;
	line-height: 1.2em;
}
	.header-in-page .column {
		padding: 0px;
	}
}
@media (max-width: 720px) {
	.p-banner H1 {
		font-size: 2.5em !important;
		padding: 0em 20px 0.5em 30px;
	}
	.p-banner H2 {
		font-size: 1.1em !important;
		padding: 0em 20px 0em 30px;
			line-height: 1.2em;
	}
.testimonial-colour .column {
    min-height: 14em;
}
.testimonial_message {
    font-size: 1.0em;
}
}
@media (max-width: 500px) {
.p-banner H1 {
	font-size: 2.25em !important;
}
.p-banner H4 {
    color: #FFFFFF;
    font-size: 1.0em;
	}
}

@media (max-width: 340px) {
.p-banner H1 {
	font-size: 1.7em !important;
}

}

.h-cats figure {
	position: relative;
	/*max-width: 350px;*/
	/*margin-left: auto;
	margin-right: auto;*/
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: transparent;	/*background-color: #C11718;*/
	border: solid 1px rgba(255,255,255,0.46);
	
}

.h-cats figure:hover {

	/*transform: scale(1.05);*/
}
.h-cats figcaption {
	text-align: left;
	/*border-top: solid 2px #ffffff;*/
	padding: 0.1em 0.6em 20px 0.6em;
	background-color: rgba(255,255,255,0.08);
	background-image: url(images/go.png);
	background-repeat: no-repeat;
	background-position: right 10px bottom 10px;
	background-size: auto 20px;
}
.h-cats figure img {
	max-width: 50%;
	padding: 20px 0em;
}
.h-cats H2 {
	font-size: 1.2em;
	color: #ffffff !important;
	text-transform: uppercase;
	margin-bottom: 0.1em;
	letter-spacing: normal;
}
.h-cats P {
	font-size: 0.9em;
	color: #ffffff;
	margin-top: 0.1em;
}
.colour.h-cats {
	padding-top: 1em;
	padding-bottom: 1em;
}

.h-cats {
	padding-left: 0.5em !important;
	padding-right: 0.5em !important;	
}
.h-cats .column {
	padding-left: 0.5em !important;
	padding-right: 0.5em !important;
}
@media screen and (max-width: 1100px) {

.h-cats figure img {
    max-width: 30%;
    padding: 10px 0em;
}
}
@media (max-width: 720px) {
.h-cats .column {
	width: 50% !important;
}
}
@media screen and (max-width: 550px) {

.h-cats figure img {
    max-width: 40%;
    padding: 10px 0em;
}
}
@media screen and (max-width: 400px) {
.h-cats .column {
	width: 100% !important;
}
.h-cats figure img {
    max-width: 25%;
    padding: 10px 0em;
}
}






/* SLIDER
============================*/
/* SLIDER
============================*/
.wbSliderHeader, .wbSliderSecondary {
	width: auto;
	margin-left: 0px;
	margin-right: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.1em;
	color: rgba(255,255,255,1.00) !important;
	padding: 15px 20px 15px 35px !important;
	position: relative;
	text-align: left;

}
.wbSliderHeader {
	font-size: 3.7em !important;
	font-family: proxima-nova,sans-serif;
	font-weight: 700;
	font-style: normal;
	background-color: rgba(255,255,255,0.0);
	margin-top: 35vh;
	color: #00A7E1 !important;
}
.wbSliderSecondary {
	font-size: 1.7em !important;
	font-family: proxima-nova,sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-top: 0vh;
	color: #233d62 !important;
	background-color: transparent;
	max-width: 50%;
	padding: 0px 30px 0px 35px !important;
	display: inline-block;
	background-color: transparent;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 0.8em;
    background-image: url(images/go.png);

}
.imageParentDiv img {
	max-width: none;
}
@media (max-width: 1599px) {
.wbSliderHeader {
	font-size: 3.0em !important;
}
	.wbSliderSecondary {
	font-size: 1.4em !important;
}
}
@media (max-width: 1000px) {
.wbSliderHeader {
	font-size: 1.9em !important;
	width: 80%;
}
.wbSliderSecondary {
	font-size: 1.0em !important;
	max-width: 80%;
}

}
@media (max-width: 650px) {
.wbSliderHeader {
	font-size: 1.4em !important;
	width: 60%;
}
.wbSliderSecondary {
	font-size: 1.0em !important;
	max-width: 50%;
	background-image: none;
}
}





/* SLIDER LOGO SLIDER
============================*/


.logo-slider-wrap .wbSliderHeader {
	font-size: 1.0em !important;
	font-family: proxima-nova,sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: transparent;
	margin-top: 0px;
	color: #ffffff !important;
	position: absolute;
	bottom: 5px;
	left:5px;
	right: 5px;
	text-align: center;
	padding: 0px !important;
}

/*-------------*/

.center .wcs-wrap-wrap {
	border-top: none;
	padding-top: 10px;
	margin: 0px auto 15px auto;
	width: 240px;
	background-color: rgba(255,255,255,0.80);
	border-radius: 3px;
}
.wcs_wrap {
	font-size: 0.85em;
	color: rgba(61,61,61,1.00);
	text-align: left;
}
.contact-bg input,.contact-bg textarea {
	margin-right: 0px !important;
}

/*-------------------------*/
.vg-tech-spec-table {
	text-align: left;
	width: 100%;

}
.vg-tech-spec-table td,.vg-tech-spec-table th {
	text-align: left;
	font-size: 0.9em;
	padding: 10px;

}
.vg-tech-spec-table tr:nth-of-type(odd) {
	background-color: #EBEBEB;
	
}
.table-title {
	font-weight: 700;
}



/*--UPLOADER
-----------------------*/
.uploader1-row {
	background-color: #EBEBEB;
	margin-bottom: 10px;
	padding: 10px 30px 20px 30px;
	position: relative
}
.uploader1-section2-s1,.uploader1-section2-s2,.uploader1-section2-s3,.uploader1-section2-s4 {
	/*float: left;
	width: 50%;*/
}
.uploader1-title h3 {
	font-size: 1.25em;
}
.uploader1-section2 p span:nth-of-type(1) {
	font-family: proxima-nova,sans-serif;
	font-weight: 700;
	font-style: normal;
	width: 150px;

	display: inline-block;
	float: left;
	padding-bottom: 7px;
}
.uploader1-section2 p span:nth-of-type(2) {
	display: inline-block;
	width: calc(100% - 150px);
	float: left;
	padding-bottom: 7px;
}

.uploader1-button {
	position: absolute;
	bottom: 25px;
	right: 30px;
		
}
.uploader1-top-wrap {
	
}
.uploader1-top-wrap select {
	width: calc(20% - 15px);
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.uploader1-top-wrap input[type="search"] {
	width: calc(20% - 15px) !important;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;	
}


@media (max-width: 600px) {
	
.uploader1-row {
	background-color: #EBEBEB;
	margin-bottom: 10px;
	padding: 10px 15px 20px 15px;
	position: relative
}
	.uploader1-section2 p span	{
		float: none !important;
		display: block !important;
		width: 100% !important;
		padding-bottom: 3px !important;
	}
	.uploader1-title h3 {
    font-size: 1.1em;
}
	.uploader1-section2-s2 p {
		margin: 0px;
	}
}

/* CONTACT*/
.office-loc-item {
    border: 1px solid #e9e9e9;
	padding: 2px 20px;
	margin-bottom: 35px;
}
.office-loc-item p {
    background-image: url(images/icon-location.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: left top 3px;
	padding-left: 28px;

}

.office-loc-item p:nth-of-type(2) {
    background-image: url(images/icon-tel.png);	
}
.office-loc-item p:nth-of-type(3) {
    background-image: url(images/icon-email.png);	
}

/* CAREERS
=============================*/
.career-s-w {
    height: 450px;
    background-image: url(images/careers-search-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	max-width: 1000px;
	margin: 0px auto;
}
.career-s-w-item {
    height: 33.3333%;
	font-weight: 600;
	font-size: 1.1em;
    background-color: rgba(0,119,200,0.75);
    color: #ffd100;
    float: left;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    background-image: url(images/careers-commercial.png);
    background-position: center top 15px;
    background-repeat: no-repeat;
    background-size: 90px auto;
	position: relative;
}
.career-s-w-item:hover {
	background-color: rgba(0,119,200,1.0);
}
.career-s-w-item p { 
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	line-height: 1.25em;
}
.career-s-w-item-1 {
	width: 50%;
}
.career-s-w-item-2 {
	width: 50%;
    background-image: url(images/careers-engineering.png);
}
.career-s-w-item-3 {
	width: 40%;
    background-image: url(images/careers-finance.png);
}
.career-s-w-item-4 {
	width: 30%;
    background-image: url(images/careers-it.png);
}
.career-s-w-item-5 {
	width: 30%;
    background-image: url(images/careers-medical.png);
}
.career-s-w-item-6 {
	width: 35%;
    background-image: url(images/careers-people.png);
}
.career-s-w-item-7 {
	width: 30%;
    background-image: url(images/careers-quality.png);
}
.career-s-w-item-8 {
	width: 35%;
    background-image: url(images/careers-research.png);
}

@media (max-width: 700px) {
	.career-s-w-item {
		height: 170px;
		width: 50% !important;
		background-position: center top 30px;
	}	
	.career-s-w {
		height: auto;
		background: none;
	}
	.career-s-w-item p { 
		padding: 0px 15px 0px 10px;
		font-size: 0.9em;
	}
}
.careers-slider .wbSliderHeader {
	font-size: 2.5em !important;
    color: #ffffff !important;
    margin: 0px;
	position: absolute;
	padding-top: 39vh !important;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
    background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.30) 26.25%,rgba(0,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.30) 26.25%,rgba(0,0,0,0.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.30) 26.25%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(90deg,rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.30) 26.25%,rgba(0,0,0,0.00) 100%);
	cursor: pointer;
}
.small-icons img {
	width: 70px;
	padding-right: 15px;
	vertical-align: middle;
}
.small-icons50 img {
	width: 50px;
	padding-right: 15px;
	vertical-align: middle;
}
.small-icons50 .restrict-width {
	border-top: solid 1px #E6E6E6;
}



@media (max-width: 370px) {
	.career-s-w-item {
		height: 140px;
		width: 100% !important;
		background-position: center top 10px;
	}	
	.career-s-w {
		height: auto;
		background: none;
	}
	.career-s-w-item p { 
		padding: 0px 15px 0px 10px;
		font-size: 0.9em;
	}
}

/* LANDING PAGES */
.flip-card {
	background-color: transparent;
  width: 250px;
  height: 250px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
	margin: 15px auto;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 20px 30px;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
	border-radius: 50%;
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	 justify-content: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  color: #ffffff;
  background-color: #4bb4fb;

	font-size: 1.2em;
	line-height: 1.3em;
}
.flip-card-db .flip-card-front {
  background-color: #0077c8;
}

/* Style the back side */
.flip-card-back {
    background-color: #0077c8;
  color: white;
  transform: rotateY(180deg);
	font-size: 1.10em;
	line-height: 1.2em;
}
.fcb-small .flip-card-back {
	font-size: 0.9em;
}

.flip-card-front h4,.flip-card-front p, .flip-card-back h4,.flip-card-back p {
	margin: 0.2em 0em;
  color: #ffffff;
}
.flip-card-front img, .flip-card-back img {
	max-width: 130px;
}

/*----------------winter--------------*/
p.lp-counter {
	color: #ffd100 !important;
	font-size: 3.5em !important;
	font-weight: 600 !important;
	margin: 0.02em 0em !important;
	line-height: 1em;
}












/* CERTIFICATES
=============================*/



/* cert preview */
.certificate-preview-wrap.column {
	padding: 0px !important;
}
.certificate-preview-wrap input[type="image"] {
    width: 1000px !important;
    height: 708px !important;
	max-width: 2000px;
	border: solid 1px #cccccc;
}

@media (max-width: 1050px) {
.certificate-preview-wrap input[type="image"] {
    width: 500px !important;
    height: 359px !important;
}
}


@media (max-width: 550px) {
.certificate-preview-wrap input[type="image"] {
    width: 300px !important;
    height: 227px !important;
}
}

/* CERT 1 */

.cert-01-wrap {
    width: 1000px;
	margin: 5px auto;
    /*margin: 50px auto;*/
	border: solid 1px #cccccc;
}


/*.cert-01-wrap-inner {
    width: 1000px;
    height: 708px;
    background-repeat: no-repeat;
    background-image: url(images/Cert-01.png);
    background-size: 100% 100%;
	position: relative;
}*/


.cert-02-wrap-inner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(images/Cert-01.png);
    background-size: 100% 100%;
	position: relative;
}



.cert-01-content {
	position: absolute;
	width: 470px;
	left: 455px;
	top: 275px;
	text-align: center;
	font-weight: 700;
    font-size: 14px;
	line-height: 1.4;
}
.cert-01-content-half-L {
	width: 45%;
	margin-right: 5%;
	float: left;
}
.cert-01-content-half-R {
	width: 45%;
	margin-left: 5%;
	float: left;
}


.cert-01-content-name {
    font-size: 30px;
	border-bottom: solid 2px #ffd100;
	padding-bottom: 8px;
}
.cert-01-content-text {
    font-size: 24px;	
	padding: 15px 25px 50px 25px;
	font-weight: 400;
}
.cert-01-content-t-name {
    font-size: 18px;
	border-bottom: solid 2px #ffd100;
	margin-bottom: 10px;
	padding-top: 20px;
	line-height: 50px;
}
.cert-01-content-t-sig img {
	height: 70px;
	display: block;
	margin: 0px auto;

}
.cert-01-content-t-sig {
    font-size: 18px;
	border-bottom: solid 2px #ffd100;
	margin-bottom: 10px;
}
.cert-01-content-date {
    font-size: 20px;
	margin: 40px auto 10px auto;
	width: 200px;
	border-bottom: solid 2px #ffd100;
	padding-bottom: 8px;
}







/* CERT 2 */


.cert-02-wrap {
    width: 1000px;
	height: 707px;
	margin: 0px auto;

	border: solid 0px #cccccc;
}


.cert-02-wrap-inner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(images/Cert-02.png);
    background-size: 100% 100%;
	position: relative;
}
.cert-02-content {
	position: absolute;
	width: 50%;
	left: 46%;
	top: 37%;
	text-align: center;
	font-weight: 500;
    font-size: 0.8em;
	line-height: 1.4em;
}
.cert-02-content-name {
    font-size: 2.5em;
	border-bottom: solid 2px #ffd100;
	padding-bottom: 4%;
}
.cert-02-content-t-name {
    font-size: 1em;
	border-bottom: solid 2px #ffd100;
    margin-bottom: 2%;
    height: 35px;
	padding-top: 10px
}
.cert-02-content-t-sig {
	height: 45px;
	border-bottom: solid 2px #ffd100;
	margin-bottom: 2%;
}
.cert-02-content-t-sig img {
	height: 40px;
	display: block;
	margin: 0px auto 0px auto;
	padding-bottom: 3px;

}
.cert-02-content-t-name {
	font-weight: 500;
}
.cert-02-content-text {
    font-size: 1.7em;
    padding: 15px 25px 50px 25px;
    font-weight: 400;
	line-height: 1.4em;
}
.cert-02-content-date {
    font-size: 20px;
	margin: 60px auto 10px auto;
	width: 200px;
	border-bottom: solid 2px #ffd100;
	padding-bottom: 8px;
}

/* CERT 1 NEW */


.cert-03-wrap-inner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(images/Cert-01.png);
    background-size: 100% 100%;
	position: relative;
}


/* cert table
=====================*/
.certificate-listing-table {
	border:0px solid;
	width:100%;
}
.certificate-listing-table th, .certificate-listing-table td{
	padding: 5px 5px;
	text-align: left;
	border: #FFFFFF 0px solid !Important;
	border-left: #FFFFFF 1px solid !Important;
	border-collapse: collapse;
	line-height: 1.1em;
}
.certificate-listing-table th{
	background-color: #C9C9C9;
	line-height: 1.1em;
}
.edit-account-details label {
	width:150px;
}
.certificate-listing-table tr:nth-of-type(odd) {
	background-color: #E9E9E9;
}
.certificate-listing-table tr.added-new-certificate-row {
	background-color: #ffd100 !important;	
}



/* DFU PAGE
======================================*/
.dfu-filter-wrap-colour {
	padding: 10px 0px 0px 0px;
	background-color: #f3f5f8;
}
.dfu-filter-item-wrap {
	display: inline-block;
	width: 19.5%;
}
.dfu-filter-search-wrap {
	display: inline-block;
	margin-right: 60px;
}
.dfu-filter-reset-wrap {
	display: inline-block;

}
.dfu-filter-search-wrap * {
	vertical-align: middle;
}
.dfu-filter-search-wrap input[type="text"] {
	padding-right: 50px !important;
	width: 420px !important;
}
.dfu-filter-search-wrap input[type="image"] {
	width: 25px;
	height: 25px;
	margin-left: -50px;
	padding-bottom: 10px;
}

@media screen and (max-width: 799px) {
	.dfu-filter-item-wrap {
		width: 100%;
	}
	.dfu-filter-item-wrap select {
		width: calc(100% - 12px) !important;
	}
	.dfu-filter-search-wrap {
		display: block;
		margin-right: 0px;
	}
	.dfu-filter-search-wrap input[type="text"] {
    padding-right: 50px !important;
    width: calc(100% - 75px) !important;
}
}
/*-------------------------------*/
.dfu-item-wrap-colour {
	padding: 1em 0em;
}
.dfu-item-wrap {
	background-color: #f3f5f8;
	padding: 20px 20px 30px 30px;
	margin-bottom: 20px;
}
.dfu-item-sect1 {
	float: left;
	width: calc(100% - 230px);

}
.dfu-item-sect2 {
	float: left;
	width: 215px;
	margin-left: 15px;
}
.dfu-item-sect1 h3,.dfu-item-sect2 h6 {
	font-size: 1.2em;
	margin: 0.5em 0em 1em 0em;
	padding-bottom: 1em;
	border-bottom: solid 2px #0077c8;
}
.dfu-item-sect1-inner-col1, dfu-item-sect1-inner-col2 {
	float: left;
	width: 50%;
}
.dfu-item-sect1-inner-item span:nth-of-type(1) {
	display: inline-block;
	width: 100px;
	font-weight: 600;
	font-size: 0.9em;
}
.dfu-item-sect1-inner-item span:nth-of-type(2) {
	display: inline-block;
	font-size: 0.9em;
}
.dfu-item-sect2 a {
	display: block;
}
.dfu-item-sect2 a {
	display: block;
	background-image: url(images/link-arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px auto;
    padding: 0px 25px 0px 30px;
}
.dfu-item-sect2 form {
	border: solid 1px #D1D1D1;
	border-radius: 5px;
	padding: 10px;
}
.dfu-item-sect2 input.btn.btn-primary {
padding: 14px 70px 14px 15px;
    font-size: 1em;
    line-height: 1.3em;
    border-radius: 5px;
    display: inline-block;
    margin: 0.1em 0em 0.1em 0em;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
    font-style: normal;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    background-image: url(images/btn-primary.png);
	color: #262626;
	background-color: #ffd100;
}


.dfu-item-sect2 input.btn.btn-primary:hover {
	color: #262626;
    background-color: #fdbb14;
}
.dfu-item-sect2 .wcs-wrap-wrap {
	border: 0px solid #B5CDDD;
    background-color: transparent;
    width: 100%;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	max-width: 100%;
}
.dfu-item-sect2 .wcs_wrap {
    font-size: 0.80em;
    color: rgba(61,61,61,1.00);
    text-align: left;
    margin: 0.5em 0em;
    line-height: 1.1em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #D1D1D1;

}
.dfu-item-sect2 .wcs-field input:not([type=submit]):not([type=image]) {
    width: 70px;
	padding: 5px 0px;
	border-radius: 5px;
	margin: 0px;
}

@media screen and (max-width: 999px) {
	.dfu-item-sect1 {
		float: none;
		width: auto;
	}
	.dfu-item-sect2 {
		float: none;
		width: auto;
		margin-top: 20px;
		margin-left: 0px;
	}

}
@media screen and (max-width: 700px) {
		.dfu-item-sect1-inner-col1, dfu-item-sect1-inner-col2 {
		float: none;
		width: 100%;
	}
		.dfu-item-wrap {
		padding: 15px 15px 15px 15px;
	}
}




/*---------------------------*/
.reference-snippet {
	background-color: #0077c8;
	color: #fff;
	font-size: 0.8em;
	line-height: 1.1em;
	padding: 0.1px;
}
.reference-snippet .accordion {
    background-color: #f3f3f3;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
	border-radius: 5px;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: solid 0px #CBCBCB;
}
.reference-snippet .colour {
	background-color: transparent;
	padding: 0em;
}
.reference-snippet .accordion-panel {
    background-color: rgba(255,255,255,0.12);
}
/*---------------------------*/
.vid-sliders .colour, .vid-sliders .accordion-panel .column {
	padding: 0px;
}
.vid-sliders .embed-responsive {
	margin: 0px;
}
.vid-sliders .accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 14px 10px 14px 40px;
	margin-bottom: 10px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
    border: solid 1px #CBCBCB;
	border-radius: 5px;
    background-image: url(images/video-play-icon.png);
    background-repeat: no-repeat;
    background-position: left 7px center;
    background-size: 25px auto;
}


/*-----------------------*/

.table-controller td {
	border: none !Important;
	font-size: 13px;
	line-height: 1em;
	padding: 15px 5px;
}.table-controller tr:nth-of-type(1) {
	font-weight: 700;
		
}
.table-controller tr:nth-of-type(odd) {
	background-color: #EDEDED;
		
}

.li-span-indent span {
	display: block;
	margin-left: 10px;
}

















