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


@font-face {
    font-family: 'montserratblack';
    src: url('fonts/montserrat-black-webfont.woff2') format('woff2'),
         url('fonts/montserrat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratextrabold';
    src: url('fonts/montserrat-extrabold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold';
    src: url('fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratmedium';
    src: url('fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratlight';
    src: url('fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




              
/**********************************
    General
***********************************/
#contentarea {
	background-color: rgba(211,211,211,1.00);	
}
body {
	margin: 0;
	font-family: "montserratregular", sans-serif;
	font-size: 100%;
	line-height: 1.5;
	color: #000000;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "montserratlight", sans-serif;
    font-weight: normal;
    color: #00303F;
    margin: 1em 0em;
    letter-spacing: 0.0em;
}        
h1 {font-size: 2.5em;}
h2 {font-size: 1.5em;
	font-family: "montserratextrabold", sans-serif;
}
h3 {font-size: 1.25em;
    font-family: "montserratextrabold", sans-serif;
}
h4 {font-size: 1.1em;
    font-family: "montserratextrabold", sans-serif;
}
h5 {font-size: 0.98em;}
h6 {font-size: 0.85em;}
.display h1 {
    font-weight: normal;
    font-size: 2.0em;
    line-height:1.4;
}
.display p {
    font-size: 1.5em;
    font-style: italic;
}
a {
	text-decoration: none;
	font-family: "montserratbold", sans-serif;
	color: #FEC600;
	font-weight: normal;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
a:hover {
	color: #E0AF00;
	}
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;
}

/* 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: 1300px;
}
.container {
    margin: 0 auto;
    max-width: 1013px !important;
    width: 100%;
}
.colour {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
	background-color: #FFFFFF;
	position: relative;
}
.colour.no-pad {
	padding-top: 0.01em;
	padding-bottom: 0.01em;
}
.colour.no-pad figure {
	margin-bottom: 0px;
}

.column {
	padding-left: 0.75em;
	padding-right: 0.75em;
    -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;	
}

@media (min-width: 720px) {
    .column {
        float: left;
        padding-left: 1.5rem; /* 1rem */
        padding-right: 1.5rem;
        -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.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: 12px 30px 12px 30px;
    border: none !Important;
	font-size: 1.0em;

	display: inline-block;
	margin: 1.0em 0em;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;

	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	background-color: #FEC600;

}

.btn.btn-primary {
	color: #ffffff;
}
.btn.btn-primary:hover {
	transform: scale(1.03);
}
.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;
	}
figure.header-one figcaption {
	height: auto;
	text-align: left;
	bottom: 0px;
	background-color: transparent;
	margin: 0px !important;
	padding: 0px !important;
}
figure.header-one figcaption H1 {
	color: #ffffff;
	background-color: transparent;
	display: inline-block;
	margin: 0.0em 0em 1em 0px;
	padding: 8px 80px 8px 25px;
	font-size: 1.5em;
	font-family: "montserratregular", sans-serif;
	text-shadow: 0px 0px 3px rgba(0,0,0,1.00);
}
}
figure.header-one figcaption P {
	color: #ffffff;
	margin-top: 0.0em;
	margin-bottom: 0.2em;
}

.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: center;
	bottom: 0em;
	padding-bottom: 0.5em;
	background-color: rgba(0,0,0,0.40);
}
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;
}



@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;
}
/* 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: 50%;
}	
}
@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: 0px;
	color: #ffffff;
	font-size: 0.85em;
	line-height: 1.43em;
	background-color: rgba(0,48,63,0.90);
	}
.footer2-wrap {
	background-color: rgba(0,48,63,0.90);
	font-size: 0.85em;
	line-height: 1.4em;
	color: #ffffff;
	padding: 0.5em 0em;
	border-top: solid 1px rgba(255,255,255,0.30);
	}
.footer-wrap .restrict-width {
	padding-top: 20px;
	padding-bottom: 10px;
}
.footer-wrap a {
	color: #ffffff !important;	
    font-family: "montserratregular", sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.footer2-wrap a {
	color: #ffffff !important;	
    font-family: "montserratregular", sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.footer-wrap a:hover,.footer2-wrap a:hover {
	color: #f28500 !important;

	}	

.back-to-top a {
	display: block;
    position: absolute;
    top: 0px;
    right: 20px;
    width: 40px;
    height: 30px;
    background-image: url(images/top-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 20px;
	line-height: 30px;
	padding-right: 15px;
}



.F-powered {
	margin-top: 2px;
	margin-bottom: 10px;
	color: #909090;
	}
.footer-1 {
}
.footer-1 .btn {
    width: 80%;
    margin: 0.5em 0em;
    color: #ffffff !important;
    text-align: center;
    background-repeat: no-repeat;
    background-position: left 8px center;
    background-image: url(images/footer-contact-tel.png);
    background-size: auto 100%;
}
.footer-1 .btn.btn2 {
    background-image: url(images/footer-contact-email.png);
}
.footer-1 .btn:hover {
	color: #ffffff !important;
}
.footer-2 {
	border-left: solid 1px rgba(255,255,255,0.30);
	border-right: 1px solid rgba(255,255,255,0.30);
	padding-bottom: 15px;
	min-height: 250px;
}
.footer-2 P,.footer-3 P  {
	margin: 0.3em 0em;
}
P.F-header {
	font-family: "montserratbold", sans-serif;
	font-size: 1.4em;
	color: #FEC600;
	margin: 1em 0em 1em 0em;
}
.footer-3 {
}
.footer-5 {
	text-align: right;	
}
.logo-strap  {
	text-align: right;
}
.logo-strap img {
	width: 180px;
}
.f-links a {
	display: inline-block;
	background-image: url(images/TLAM-icon-c2a-chart.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 80%;
	padding: 13px 0px 13px 45px;
}
.F-location a {
	display: inline-block;
	background-image: url(images/icon-location.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 80%;
	padding: 9px 0px 9px 40px;
}
.F-menu {
	margin-top: 0px;
	margin-bottom: 5px;
	}
.F-menu a {
	}

.cf-sm {
	text-align: right;
}
.cf-sm img {
	width: 40px;
    margin-left: 5px;
}
.footer-logo img {
	width: 160px;
	margin-bottom: 0px;
	margin-top: 20px;
}
.footer-1 a {
	margin-bottom: 0.7em;
	font-family: "montserratbold", sans-serif !Important;
	font-size: 1.2em;
}

@media (max-width: 1150px) {
	
}
@media (max-width: 719px) {
.footer-2 {
	border: none;
	margin-top: 3em;
	margin-bottom: 3em;
	min-height: auto;
}
.footer-5 {
	text-align: center;
}
.F-menu,.F-powered {
	margin-left: 0px;
	}
.footer,.cf-sm {
	text-align: center;	
	}
.f-agent-login {
	width: 80px;
	margin: 1em auto;
}
.logo-strap {
	text-align: center;
	padding-top: 20px;
}
}
@media (max-width: 450px) {
.footer-wrap .restrict-width {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 120px;
	padding-bottom: 3em;
}
}

/* 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;
}





figure.hdr figcaption {
    position: absolute;
    top: 0px;
    bottom: 0px;
    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;
}

figure.header-two figcaption {
    height: auto;
    text-align: center;
    bottom: 0em;
    padding-bottom: 0.5em;
    background-color: rgba(122,157,150,0.80);
}
figure.header-two figcaption H1 {
    color: #ffffff;
    margin-top: 13%;
    margin-bottom: 0.2em;
    font-size: 1.8em;
	font-family: "montserratextrabold", sans-serif;
}
figure.header-two figcaption P {
    color: #ffffff;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
	display: block;
	margin: 1em auto;
	width: 500px;
	max-width: 80%;
	border: solid 1px #ffffff;
	padding: 1em;
}







.trans {
	background-color: transparent;	
}
.blue {
	background-color: #0054a0;
	color: #FFFFFF !important;
}
.blue P,.blue H1,.blue H2,.blue H3,.blue H4,.blue a,.blue UL {
	color: #FFFFFF !important;
}
.orange {
    color: #FFFFFF !important;
	/*background-color: rgba(122,157,150,0.80);*/
	background-color: rgba(0,48,63,0.80);

}
.orange P,.orange H1,.orange H2,.orange H3,.orange H4,.orange a,.orange UL {
	color: #FFFFFF !important;
}
.orange .btn-primary {
	border-color: #ffffff;
}
.grey1 {
	background-color: #E2EEEA;
}
.grey2 {
	background-color: #767676;
}
.grey2 P,.grey2 H1,.grey2 H2,.grey2 H3,.grey2 H4,.grey2 a,.grey2 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,48,63,0.80);
	color: rgba(255,255,255,1.00);
}

.black P,.black a,.black UL {
	color: #FFFFFF !important;
}
.black H1,.black H2,.black H3,.black H4 {
	color: #f28500 !important;
}
.green {
	background-color: rgba(122,157,150,0.80);
	color: #ffffff;
	
}
.green P,.green a,.green UL {
	color: #FFFFFF !important;
}
.green H1,.green H2,.green H3,.green H4 {
	color: #f28500 !important;
}

.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;
}

/* Home
================== ====================*/
.h2ca3 .column {
	background-color: rgb(0, 48, 63);
	padding: 0px 0px 10px 0px;
	margin: 0em 0.5em;
	width: calc(33.3% - 1em);
}
.h2ca3 .column:nth-of-type(2) {
	background-color: rgb(3, 100, 130);
}
.h2ca3 .column:nth-of-type(3) {
	background-color: rgb(96,96,96);
}
.h2ca3 .column figure {
	margin: 0px;
}
.h2ca3 .column img {
	width: 100%;
}
.h2ca3 .column figcaption {
	padding: 10px 20px;
	color: #ffffff;
}
.h2ca3 figcaption h1,.h2ca3 figcaption h2,.h2ca3 figcaption h3,.h2ca3 figcaption h4 {
	color: #ffffff;
}

@media screen and (max-width: 720px) {
.h2ca3 .column {
	background-color: rgb(0, 48, 63);
	padding: 0px 0px 10px 0px;
	margin: 0em 2.5% 1.5em 4%;
	width: calc(100% - 8%);
}	
}


.h-paragraphs p {
	border-left: solid 6px #7A9D96;
    padding: 0.5em 0px 0.5em 15px;
    background-image: url(images/bullet.pngx);
    background-size: 30px auto;
    background-position: left top;
    background-repeat: no-repeat;

}

.pillar-sections {
	background-color: transparent;
}
.slider_content_information {
    border: none !Important;
}
.pillar-sections .column {
    min-height: 160px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #be1c1c;
	padding-top: 15px;
	padding-left: 25px;
	margin: 5px 0px;
	color: #ffffff;
}

.h-icon-slider-coloured .slider_content_icon:nth-of-type(1).iconselected {
	border-color: #893e4e;
}
.h-icon-slider-coloured .slider_content_icon:nth-of-type(2).iconselected {
	border-color: #f59432;
}
.h-icon-slider-coloured .slider_content_icon:nth-of-type(3).iconselected {
	border-color: #00c4ff;
}
.h-icon-slider-coloured .slider_content_icon:nth-of-type(4).iconselected {
	border-color: #a0db78;
}

@media only screen and (min-width: 720px) {
.slider-poor .column.third,.slider-average .column.third,.slider-good .column.third,.slider-excellent .column.third {
	width: calc(33.3% - 10.3%);
}
}
.slider-poor .column.third,.slider-average .column.third,.slider-good .column.third,.slider-excellent .column.third {
	background-color: #893e4e;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 40px 5%;
	-moz-box-sizing: initial;
    -webkit-box-sizing: initial;
    box-sizing: content-box;
}
.slider-average .column.third {
	background-color: #f59432;	
}
.slider-good .column.third {
	background-color: #00c4ff;	
}
.slider-excellent .column.third {
	background-color: #a0db78;	color: #000000;
}

@media only screen and (max-width: 719px) {
.slider-poor .column.third {
	padding: 40px 5%;
	width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
}

@media only screen and (min-width: 719px) {
	
		
	
	.pillar-sections .column.third {
		width: calc(33.3% - 10px);
			margin: 5px 5px;
	}
}
.pillar-sections.pillar-sections-yellow .column {
    background-color: #dfd200;
	color: #000000;
}
.pillar-sections.pillar-sections-green1 .column {
     background-color: #62df24;
	color: #000000;
}
.pillar-sections.pillar-sections-green2 .column {
     background-color: #02bb07;
}
.h-icons2 .iconselected div {
    color: #f28500;
}
.h-icons2 .slider_content_icon div {
    text-align: center;
    width: 100% !important;
    font-size: 1.2em;
    color: #000000;
    text-transform: uppercase;
    margin-top: 5px;
}
.h-icons H1 {
	font-family: "montserratbold", sans-serif;
}
.h-icons H1 span {
	font-size: 70%;
	font-family: "montserratlight", sans-serif;
}
.h-entry-text P {
	width: 700px;
	max-width: 80%;
	margin: 1em auto;
	font-family: "montserratbold", sans-serif;
}

.columns-border-col {
    /*border: solid 1px #f28500;*/
    padding: 1em 1.5em 1.5em 1.5em;
    background-color: #E2EEEA;
    border-top: solid 8px #7A9D96;
    /*background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 170px;
    background-image: url(images/bg1.jpg);*/
}
.columns-border1-images .columns-border-col {
    /*border: solid 1px #f28500;*/
    padding: 0em 1.5em 1.5em 1.5em;
    background-color: #E2EEEA;
    border-top: solid 8px #7A9D96;
    /*background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 170px;
    background-image: url(images/bg1.jpg);*/
}
.columns-border1-images .columns-border-col img {
    width: calc(100% + 3em);
	margin-left: -1.5em;
	max-width: calc(100% + 3em);
}

.colour.c2a-single {
	padding: 1.5em 0em;
}
.c2a-single .column.full {
	color: #ffffff;

}
.c2a-single .btn.btn-primary {
	color: #ffffff;
	border-color: #ffffff;
		-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 90%;
	text-align: center;
}
.c2a-single-col {
	background-color: #00303F;	
	padding-top: 1em;
}
.c2a-single-col h2,.c2a-single-col h3,.c2a-single-col h4 {
color: #CAE4DB;	
}


@media only screen and (max-width: 719px) {
.columns-border-col {
	margin-bottom: 1.5em;
}	
}


.main-content ul {
	list-style-type: none;
	padding: 0px;
	margin: 1.5em 0em;
}
.main-content li {
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px auto;
    background-image: url(images/bullet-detail.png);
	padding: 5px 0px 5px 30px;
}













.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: 1.4em;
    padding: 40px 40px 40px 40px;
    color: #000000;
    background-color: #ffffff;
    margin: 0px 0px 0px 0px;
    border-radius: 40px;
	border: solid 2px #00212b;
}
.testimonial_whoby {
    text-transform: uppercase;
    font-family: "montserratbold", sans-serif;
    color: #000000 !important;
    padding: 40px 0px 0em 0px !important;
    text-align: center;
    background-image: url(images/speach-arrow.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 30px auto;
	margin-top: -2px;
}
.testimonial-colour .column {
	min-height: 250px;
	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 - 108px);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*padding-top: 40vh !important;*/
    position: relative;
    background-color: rgba(0,0,0,0.75);
    background-image: url(images/office365-icon.png);
    background-repeat: no-repeat;
    background-position: right 9% center;
    background-size: auto 50%;
}

.p-banner-40 {
	height: 40vh;
}
.p-banner .column {
	position: absolute;
	z-index: 150;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: auto;
	width: 900px !Important;
	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;*/
	padding-left: 0em;
	padding-right: 0em;
	background-color: transparent;
}
.h-header-message {

}
.p-banner-inner {
	width: 100%;	
}
.holder-logo-img {
	width: 250px;
}
.p-banner H1 {
	font-size: 2.5em !important;
	font-family: "montserratlight", sans-serif;
	text-transform: none;
	display: block;
	padding: 15px 15px 15px 45px;
	margin: 1em auto 1em 0em;
	text-align: left;
	
    background-color: rgba(255,255,255,0.00);
    text-shadow: 0px 0px 3px rgba(0,0,0,1.00);
	color: #FFFFFF !important;
}
.p-banner P {
	font-size: 1.3em !important;
    font-family: "montserratregular", sans-serif;
    background-color: rgba(0,175,199,0.90);
    margin-top: 0vh;
    color: #ffffff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
	padding: 15px 25px 15px 15px;
	display: inline-block;
	
}
.p-banner H1 span {
	font-family: "montserratregular", sans-serif;
	text-transform: none;
	padding: 0px 0px 20px 5px;
	display: inline-block;
	
    color: #ffffff;
    font-size: 25px;
}
.p-banner H1 a {
    color: #f28500;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
    background-color: transparent;
    text-shadow: none;
    padding: 20px 30px 20px 30px;
    border: solid 1px #f28500;
    cursor: pointer;
    letter-spacing: 0.1em;
    font-family: "montserratregular", sans-serif;
    text-transform: uppercase;
}
.p-banner H1 a:last-of-type {
}
.p-banner H1 a:hover {
	background-color: #231f20;
	transform: scale(1.03)
}
.h-brochures img {
	width: 250px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.h-brochures img:hover {
	transform: scale(1.05)
}
.h-icons H3 {
	font-size: 2em;
}
.h-icons H4 {
	color: #000000;
}
.h-icons img {
	width: 80px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.h-icons .fourth P {
	font-family: "montserratbold", sans-serif;
	font-size: 1.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 .column {
    width: 300px !Important;

	}
.p-banner H1 {
	font-size: 1.7em !important;
    font-family: "montserratbold", sans-serif;
}
	.p-banner H1 span {
	font-size: 20px !important;

}
	.p-banner H1 a {
    font-size: 13px;
    line-height: 16px;
		padding: 10px 35px 10px 15px;
		    width: calc(100% - 45px);
	}
.p-banner P {
	font-size: 1.3em !important;
    font-family: "montserratregular", sans-serif;
    background-color: rgba(0,175,199,0.90);
    margin-top: 0vh;
    color: #ffffff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
	padding: 15px 25px 15px 15px;
	display: none;
	
}
		.h-icons H3 {
    margin: 0.1em 0em;
}
}
@media (max-width: 720px) {
.testimonial-colour .column {
    min-height: 14em;
}
.testimonial_message {
    font-size: 1.0em;
}
	.c2a .column {
		padding-bottom: 30px;
	}
	.h-icons p {
		margin-top: 0.1em;
		margin-bottom: 1.5em;
	}
.h-icons2 .slider_content_icon div {
    font-size: 0.9em;
}
.pillar-sections .column {
    min-height: auto;
	padding-top:1px;
}
}
@media (max-width: 450px) {
	.p-banner .column {
    width: 75% !Important;
	}
.p-banner H1 {
	font-size: 1.4em !important;
}
}

@media (max-width: 370px) {

.p-banner H1 {
	font-size: 1.3em !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
============================*/
.h-anim .imageParentDiv {
	text-align: center;
}
.wbSliderHeader, .wbSliderSecondary {
	width: auto;
	margin-left: auto;
	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 20px !important;
	text-align: center;
	display: block;
	position: relative;
	z-index: 9999999999999999;
	cursor: pointer;
}
.wbSliderHeader {
	font-size: 2.7em !important;
	font-family: "montserratlight", sans-serif;
	background-color: transparent;
	margin-top: 39vh;
	color: #ffffff !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	width: 1000px;
	max-width: 90%;
}
.wbSliderSecondary {
	font-size: 1.0em !important;
	font-family: "montserratbold", sans-serif;
	margin-top: 1vh;
	color: #ffffff !important;
	background-color: transparent;
	border: solid 1px #f28500;
	display: inline-block;
	margin-right: 10px !important;
	margin-left: 10px !important;
}
.imageParentDiv img {
	max-width: none;
}
.wbSlider a {
	position: absolute;
	z-index: 100000;
}

@media (max-width: 850px) {
.wbSliderHeader,.wbSliderSecondary {
	font-size: 1.3em !important;
}
.wbSliderSecondary {
	font-size: 0.9em !important;
}
}
@media (max-width: 650px) {

}
@media (max-width: 400px) {
.wbSliderHeader {
	margin-top: 40vh;
}

}

.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;
}