﻿@import url('https://daphnis.wbnusystem.net/~wbplus/websites/assets/icons/css/fontello.css'); 
@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansextrabold';
    src: url('fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

       
        
/**********************************
    General
***********************************/
body {
    margin:0;
    font-family: "open_sansregular", sans-serif;
    font-size:90%; 
    line-height:1.2;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "open_sansbold", sans-serif;
	font-weight: normal;
	color: #014587;
}        
h1 {font-size: 2.3em;}
h2 {font-size: 2.0em;}
h3 {font-size: 1.7em;}
h4 {font-size: 1.5em;}
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 {color: #08c9b9;}
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}

.main-content P {
	line-height: 1.5em;
}




/* 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.full-width {
	max-width: 100% !important;
}
.restrict-width {
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
}

.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: 0em;
	padding-bottom: 0em;
}
.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.0rem; /* 1rem */
	padding-right: 1.0rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    }
    .column.full { width: 100%; }
    .column.two-thirds { width: 66.7%; }
    .column.two-fourth { width: 75%; }
    .column.two-fifth { width: 80%; }
    .column.two-sixth { width: 83.3%; }
    .column.half { width: 50%; }
    .column.third { width: 33.3%; }
    .column.fourth { width: 25%; }
    .column.fifth { width: 20%; }
    .column.sixth { width: 16.6%; }
    .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: 10px 50px 10px 30px;
    font-size: 1.3em;
    line-height: 1.3em;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    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;
    background-image: url(images/icon-foot.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 70%;
}

.btn.btn-primary {color: #ffffff;background-color: #014587;}
.btn.btn-primary:hover {
    color: #ffffff;
    background-color: #0361BB;
}
.btn.btn-default {color: #333333;background-color: #d3d3d3;}
.btn.btn-default:hover {color: #111;background-color: #ccc;border-color: #ccc;}

.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;
}
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 {
	opacity: 0.85;

}
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: uppercase;
}
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: rgba(0,0,0,0.40);
}
figure.header-one figcaption H1 {
	color: #ffffff;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

/* Page header two */
figure.header-two {
	margin-top: 0px !important;
	}
figure.header-two figcaption {
	height: auto;
	text-align: center;
	bottom: 0.5em;
	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;
}
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; 
	}
.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: 0.4em;
	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: 0.2em;
	padding-bottom: 0.3em;
}
figure.header-two figcaption H1 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 1.0em;
}
figure.header-two figcaption P {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 38%;
}	
}
@media (max-width: 400px) {
.two-img-col img {
	width: 100%
	}
.three-img-col img {
	width: 100%
	}
}


/* Footer components
===========================*/
.footer {
	position: relative;
}
.footer-wrap {
	padding: 0px;
	color: #ffffff;
	font-size: 0.85em;
	line-height: 1.43em;
	background-color: #014587;
	border-top: solid 1px #D0D0D0;
	}

.footer-wrap .restrict-width {
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-wrap a,.footer2-wrap a {
	color: #ffffff !important;	
    font-family: "open_sansregular", 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: #ef8159 !important;
    font-family: "open_sansbold", sans-serif;
	}	
.footer-2 P,.footer-3 P {

}	
P.F-header {
	font-family: "open_sansbold", sans-serif;
	text-transform: uppercase;
	font-size: 1.4em;
	color: #ffffff;
	margin: 1em 0em 1em 0em;
}
.F-powered {
	margin-top: 2px;
	margin-bottom: 10px;
	color: #909090;
	}
.footer-1 {
}
.footer-1 .btn {
	font-family: "open_sansbold", sans-serif;
	width: calc(85% - 36px);
	margin: 6px 0em;
	color: #F27444 !important;
}
.footer-1 .btn:hover {
	font-family: "open_sansbold", sans-serif;
	color: #ffffff !important;
	background-color: #647ca7;
}
.footer-2 {
	border-left: solid 1px rgba(255,255,255,0.25);
	border-right: 1px solid rgba(255,255,255,0.25);
}
.footer-2b {
	border-left: none;
	border-right: 1px solid rgba(255,255,255,0.25);
}
.footer-2 img {
	max-width: 170px;
}
.footer-3 {
}
.footer-5 {
	text-align: right;	
}
.f-links {

}
.f-links a {
	display: inline-block;
	background-image: url(images/footer-bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 30px;
	padding: 13px 0px 13px 45px;
}
.f-links a:hover {

}
.F-menu {
	margin-top: 0px;
	margin-bottom: 5px;
	}
.F-sm {
    text-align: left;
}
.F-sm img {
	width: 40px;
    margin-right: 5px;
	padding: 0px;
}
.footer-logo img {
	margin-top: 10px;
	width: 200px;
}
.footer-1 a {
	margin-bottom: 0.7em;
	font-family: "open_sansbold", sans-serif;
	font-size: 1.2em;
}
@media (min-width: 720px) {
.footer-2 {
	min-height: 300px;
}	
}
@media (max-width: 719px) {
.footer-wrap .restrict-width {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 150px;	
}
.footer-2 {
	border: none;
	margin-top: 3em;
	margin-bottom: 3em;
}
.footer-5, .F-sm {
	text-align: center;
}
.F-menu,.F-powered {
	margin-left: 0px;
	}
.footer {
	text-align: center;	
	}
.f-agent-login {
	width: 80px;
	margin: 1em auto;
}
}
@media (max-width: 450px) {
.footer-wrap .restrict-width {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 120px;
	padding-bottom: 3em;
}
}

/* COLOURS
=======================*/
.colour.light-blue {
	background-color: #c7dae9;
	
}
.opaque {
    background-color: rgba(255,255,255,0.87);	
}


/* CUSTOM
=======================*/
.h-c2a-L {
	padding: 0px !important;
}
.h-c2a-L figure.header-one figcaption {
	top: 0px;
	bottom: auto;
	padding: 0em 1em;
	background-color: transparent;
}
.page-c2a .h-c2a-L .fourth H1 {
	font-size: 1em;
	padding-top: 8px;
}

@media (max-width: 719px) {
.h-c2a-L, .h-c2a-R {
	float: left;
	width: 100%;
}
.h-c2a-L .half,.page-c2a .h-c2a-L .fourth  {
	width: 48%;
	float: left;
	padding-left: 1%;
	padding-right: 1%;
}
}



/* 2020
============================*/
.colour.trans {
	background-color: transparent;
}
.colour.blue-opaque {
    background-color: rgba(199,218,233,0.70);
}













.p-banner {
	height: calc(100vh - 254px);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*padding-top: 40vh !important;*/
	position: relative;
}
.p-banner.p-banner-80 {
	height: 80vh;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*padding-top: 40vh !important;*/
	position: relative;
}
.p-banner.p-banner-20 {
	height: 20vh;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*padding-top: 40vh !important;*/
	position: relative;
}
.p-banner.p-banner-40 {
	height: 40vh;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*padding-top: 40vh !important;*/
	position: relative;
}
.p-banner .column {
    position: absolute;
    z-index: 5;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    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: 3em;
    padding-right: 3em;
}
.p-banner.atomic .column {

    justify-content: left;
	text-align: left;
}
.p-banner.atomic H1 {
	padding-left: 0px;
}
.h-header-message {

}
.p-banner H1 {
	color: #FFFFFF;
	font-size: 3.3em;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.45);
	padding-left: 2em;
	padding-right: 2em;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.p-banner H1 a {
	color: #FFFFFF;
	font-size: 0.40em;
	display: inline-block;
	margin-top: 15px;
	background-color: #014587;
	text-shadow: none;
	padding: 10px 35px 10px 18px;
	border-radius: 30px;
	cursor: pointer;
	letter-spacing: 0.1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-image: url(images/icon-foot.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 70%;

}
.p-banner H1 a:hover {
	transform: scale(1.05)
}

.h-icons img {
    width: 140px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.h-icons img:hover {
    transform: scale(1.1);
}

.colour.h-icons {
	padding: 1em 0em 3.5em 0em;
}
.h-icons H4 {
	margin: 0.2em 0em;
}

/* second 
=================================*/
.p-banner {
    height: calc(85vh - 254px);
}
.p-banner2 .column {
	background-color: rgba(255,255,255,0.40);
	text-align: left;
	justify-content: left;
	padding-left: 0em;
	
}
.p-banner2 .h-banner-inner {
	background-color: rgba(255,255,255,0.70);	
	padding: 12px 20px 10px 25px;
}
.p-banner2 H1 {
    color: #014587;
    text-shadow: 0px 0px rgba(255,255,255,0.00);
	text-align: left;
	padding: 0px;
	margin: 0.5em 0em 0.05em 0em;
	font-size: 2.4em;
}
.p-banner2 P {
	font-size: 1.2em;
	color: #000000;
}
.h-banner-inner {
	max-width: 700px;	
}


.skiptonextsnippet {
	cursor: pointer;
}





@media (max-width: 999px) {
.p-banner {
	height: calc(100vh - 116px);
}
.p-banner2 {
	height: calc(100vh - 200px);
}
}

@media (max-width: 450px) {
.testimonial_message {
	font-size: 1.2em;
}
.testimonial-colour .column {
	background-size: 30px auto;
}
.testimonial_wrapper {
	background-size: 30px auto;
}
.p-banner {
	height: calc(100vh - 88px);
}
.p-banner H1 {
	font-size: 2.3em;
}	
}




@media only screen and (max-width: 1020px) {
.full {
    padding-left: 0.75em;
    padding-right: 0.75em;
}
}



figure.header-one figcaption {
    text-align: center;
    background-color: transparent;
}
figure.header-one figcaption H1 {
	font-size: 2em;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.65);
	margin: 0.6em 0em;
}

