@charset "utf-8";

body {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 18px;
    color: #333333;
    background-color: #0b1942;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0px;
}

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

img, object, embed {
	max-width: 100%;
}




/* IE 6 does not support max-width so default to width 100% */


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}



.imgfade {
	opacity: 1.0;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
}
.imgfade:hover {
	opacity: 0.6;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-top-width: 2px;
	border-right-width: 4px;
	border-bottom-width: 2px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.white {
	background-color: #FFF;
}


.black {
	background-color: #3d3d3d;
}


.blue {
    background-color: #028eca;
}
.green {
	background-color: #028eca;
}
.greenmid2 {
	background-color: #22674f;
}
.greenmid {
	background-color: #418d75;
}

.greenlt {
	background-color: #5AA68E;
}




.bluemid {
	background-color: #1A85B4;
}

.bluedk {
    background-color: #0b1942;
}


.grey {
	background-color: #3D3D3F;
}

.greylt {
	background-color: #f8f8f8;
}
.greylt2 {
	background-color: #ebebeb;
}





.text-white {
	color: #FFF;
}


.text-right {
	text-align: right;
}

.link-white {
	color: #FFF;
	text-decoration: none;
}



.link-white:hover {
	color: #0b1942;
	text-decoration: none;
}


.link-green {
	color: #5AA68E;
	text-decoration: none;
}


.link-green:hover {
	color: #0b1942;
	text-decoration: none;
}
.link-greendk {
	color: #22674f;
	text-decoration: none;
}



.link-button-outline {
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-left: 2px solid #FFF;
    border-right: 2px solid #FFF;
    border-bottom: 1px solid #FFF;
    border-top: 2px solid #FFF;
}
.link-button-outline:hover {
    text-decoration: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #0b1942;
    color: #FFFFFF;
    border-top-color: #0b1942;
    border-right-color: #0b1942;
    border-bottom: 1px solid #0b1942;
    border-left-color: #0b1942;
}


.link-button-green {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #028eca;
    text-align: center;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
}
.link-button-green:hover {
	background-color: #0b1942;
	color: #FFF;
}



.link-button-green2 {
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    background-color: #028eca;
    text-align: center;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, .2);
}
.link-button-green2:hover {
	background-color: #0b1942;
	color: #FFF;
}




.link-button-white {
    color: #028eca;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    background-color: #FFF;
}
.link-button-white:hover {
	color: #FFFFFF;
	background-color: #0b1942;
}

*::-webkit-input-placeholder {
    color: #999;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #999;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #999;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
}

















.img-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}


.img-right {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

.img-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.cta {
	float: left;
	width: 98%;
	text-decoration: none;
	background-color: #D44797;
	color: #FFFFFF;
	font-size: 26px;
	line-height: 29px;
	font-weight: 400;
	text-align: center;
	padding: 1%;
}
.cta-icon {
	text-decoration: none;
	position: absolute;
	left: 47%;
	top: -40px;
	height: 82px;
	width: 83px;
}

.test {
    background-image: url(/images/teasers/contractors.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: auto;
    margin-left: auto;
    background-color: #666;
    border-top-style: none;
    border-bottom: 1px solid #FFFFFF;
    border-right-style: none;
    border-left-style: none;
    background-attachment: fixed;
}
.zeromargin {
    margin-bottom: 0px;
}





.back-to-top {
	background: none;
	margin-bottom: 20px;
	margin-right: 20px;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 70px;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 100;
	display: none;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: rgba(90,166,142,0.5);
}
.back-to-top:hover {
	background-color: rgba(3,62,38,1);
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}









DESKTOP {
}
h1 {
    font-size: 40px;
    color: #0b1942;
    font-weight: 600;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 0px;
    line-height: 44px;
    letter-spacing: -1px;
    text-transform: none;
}
h2, h3 {
    font-size: 32px;
    color: #0b1942;
    font-weight: 600;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 0px;
    line-height: 34px;
    letter-spacing: -1px;
    text-transform: none;
}

h4 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 28px;
	color: #0b1942;
}
h5 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #0b1942;
	line-height: 24px;
}
h6 {
	font-size: 36px;
	font-weight: 600;
	padding: 0px;
	line-height: 39px;
	color: #0b1942;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


.gridContainer {
	width: 96%;
	max-width: 1200px;
	margin: auto;
	clear: none;
	float: none;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 0%;
	padding-bottom: 0%;
}



	



.gridContainerMobile {
	width: 96%;
	max-width: 1200px;
	margin: auto;
	clear: none;
	float: none;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 0%;
	padding-bottom: 0%;
}

.container_header {
	width: 100%;
	margin: 0px;
	z-index: 100;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.header {
	width: 100%;
	margin: 0px;
	z-index: 100;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: left;
}







.container_banner {
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	height: 588px;
	background-color: #13336c;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(/images/banner-hero.jpg);	
}




.container_banner_sub {
	width: 100%;
	z-index: 0;
	height: 250px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
.container_tab {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 22px;
}


.container {
	width: 100%;
}


.container_team {
	width: 100%;
	background-image: url(/images/skyline.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 500px;
	margin-top: -100px;
}

.container_message {
	width: 100%;
	font-size: 36px;
	line-height: 40px;
	font-weight: 600;
	color: #FFF;
	background-image: url(/images/bgd_fade.png);
	background-repeat: repeat-y;
	background-size: cover;
}



.container_teasers {
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
	text-align: center;
}



.container_bar {
	width: 100%;
	background-size: cover;
	z-index: 800;
	margin: 0px;
	padding: 0px;
}
.container_bar img {
	background-size: cover;
	z-index: 800;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 10px;
}


.container_pagebanner {
	width: 100%;
	height: 300px;
	background-attachment: fixed;
	background-position: center center;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-size: cover;
}



.banner-content {
	width: 650px;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-top: 0px;
	float: left;
	margin-left: 0%;
	padding-top: 60px;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 20px;
}

.banner-content h4 {
	display: block;
	overflow: hidden;
	position: relative;
	text-align: left;
	font-size: 24px;
	line-height: 27px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 20px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a5b5d0;
	padding-bottom: 10px;
}
.banner-content h1 {
	display: block;
	overflow: hidden;
	position: relative;
	text-align: left;
	font-size: 66px;
	line-height: 70px;
	font-weight: 300;
	color: #FFF;
	letter-spacing: -1px;
	margin-bottom: 30px;
}
.banner-content-sub-left {
	width: 32%;
	float: left;
	margin: 0px;
	clear: none;
	background-color: #1E478A;
	height: 210px;
	padding-top: 40px;
	padding-right: 4%;
	padding-left: 4%;
}
.banner-content-sub-left.full {
	width: 92%;
	float: left;
	margin: 0px;
	clear: none;
	background-color: #1E478A;
	height: 120px;
	padding-top: 40px;
	padding-right: 4%;
	padding-left: 4%;
}


.banner-content-sub-left h4 {
	display: block;
	overflow: hidden;
	position: relative;
	text-align: left;
	font-size: 24px;
	line-height: 27px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 20px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a5b5d0;
	padding-bottom: 10px;
}
.banner-content-sub-left h5 {
	display: block;
	overflow: hidden;
	position: relative;
	text-align: left;
	font-size: 30px;
	line-height: 33px;
	font-weight: 300;
	color: #FFF;
	letter-spacing: -1px;
}


.banner-content-sub-right {
	width: 60%;
	float: left;
	margin: 0px;
	clear: none;
	padding: 0px;
	min-height: 250px;
	background-color: #FFF;
}
.banner-content-sub-right-content {
	width: 60%;
	float: left;
	margin: 0px;
	clear: none;
	padding: 0px;
	min-height: 250px;
	background-color: #FFF;
}



.content {
	width: 100%;
	float: left;
	padding-top: 60px;
	padding-bottom: 60px;
	margin: 0px;
}
.content-center {
    width: 100%;
    float: left;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0px;
    text-align: center;
}
.intro {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    width: 90%;
    margin-left: 5%;
    text-align: center;
}
.intro-why {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #666;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: left;
}
.intro-video {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #666;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    text-align: left;
    margin-bottom: 40px;
}

.content_overview {
	width: 100%;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
}

.content-pad {
	width: 88%;
	float: left;
	padding: 6%;
}


.columns-wrap {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}




.columns1 {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    text-align: left;
}
.columns1.zerobm {
    margin-bottom: 0px;
}
.columns1-form {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    text-align: left;
}
.columns1-center {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    text-align: center;
}
.columns1 li {
	clear: none;
	margin-left: -10px;
	list-style-image: url(/images/bullet_tick-green.png);
	margin-bottom: 8px;
}
.columns1-pad {
	width: 96%;
	float: left;
	margin-bottom: 20px;
	padding: 2%;
}
.columns2 {
    width: 48.5%;
    margin-right: 3%;
    clear: none;
    padding: 0%;
    margin-bottom: 10px;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}
.columns2.form {
    margin-bottom: 15px;
}
.columns2.zerobm {
    margin-bottom: 0px;
}





.columns2.last {
    margin-right: 0%;
    margin-bottom: 10px;
}
.columns2.form.last {
    margin-bottom: 15px;
}






.columns2-services {
    width: 42%;
    margin-right: 4%;
    clear: none;
    padding: 3%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
    background-color: #0b1942;
    color: #FFFFFF;
}
.columns2-services.last {
	margin-right: 0%;
}
.columns2-services a {
    display: block;
    border-bottom: 1px solid #378DB9;
    padding-bottom: 10px;
    background-image: url(/images/nav-tri.png);
    background-repeat: no-repeat;
    background-position: 100% 20%;

}
.columns2-services a:hover  {
    color: #FFFFFF;

}
.columns2-callback {
	width: 48.5%;
	margin-right: 0%;
	clear: none;
	margin-bottom: 0%;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	text-align: right;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}

.columns2 li {
    clear: none;
    margin-left: -8px;
    list-style-image: url(/images/bullet_tick-green.png);
    margin-bottom: 10px;
}

.columns2-wide {
	width: 70%;
	clear: none;
	padding: 0%;
	float: left;
	margin-right: 4%;
}



.columns2-wide-sidebar {
	width: 26%;
	clear: none;
	float: left;
}



.columns2-intro-left {
	width: 32%;
	clear: none;
	float: left;
	margin-right: 4%;
}
.columns2-intro-left h3 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 300;
	letter-spacing: 0em;
}



.columns2-intro-right {
	width: 64%;
	clear: none;
	padding: 0%;
	float: left;
	margin-right: 0%;
}




.columns2-table {
	display: table;
	width: 100%;
}


.columns2-table-cell {
	display: table-cell;
	position: relative;
	min-height: 200px;
	width: 42%;
	padding: 4%;
	color: #FFF;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: 300;
}


.columns3-table {
	display: table;
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3%;
	margin-left: 0px;
}

.columns3-table-cell {
	display: table-cell;
	width: 37.5%;
	position: relative;
	background-color: #f2f2f2;
	padding: 3%;
}
.columns3-table-cell.mid {
	display: table-cell;
	width: 3%;
	position: relative;
	background-color: #FFF;
	padding-top: 1%;
	padding-right: 0px;
	padding-bottom: 1%;
	padding-left: 0px;
}








.columns3 {
    width: 30.666%;
    clear: none;
    margin-right: 4%;
    float: left;
    margin-left: 0%;
}

.columns3.last {
	border-right-style: none;
	margin-right: 0px;
}
.columns3-highlights {
    width: 33.333%;
    clear: none;
    float: left;
    margin-left: 0%;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;
}
.columns3-highlights h5 {
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 5px;
}
.columns3-highlights h6 {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 0px;
    width: 85%;
}
.columns3-highlights img {
    color: #FFFFFF;
    font-size: 20px;
    float: left;
    margin-right: 15px;
}


.columns4{
	clear: none;
	width: 22%;
	float: left;
	margin-bottom: 3%;
	margin-right: 3%;
}
.columns4-downloads {
	clear: none;
	width: 21%;
	float: left;
	margin-bottom: 3%;
	margin-right: 2%;
	margin-left: 2%;
}




.columns4.last {
	margin-right: 0%;
}

.columns4 img {
	border: 1px solid #CCC;
}

.columns4 h5 {
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	margin-bottom: 10px;
}
.columns4 h6 {
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	margin-bottom: 0px;
	min-height: 60px;
	display: block;
}


.columns4-table-cell {
	display: table-cell;
	position: relative;
	width: 24%;
	font-size: 14px;
}
.columns4-table-cell h6 {
	min-height: 30px;
	margin: 0px;
	padding: 0px;
}
.columns5 {
	clear: none;
	width: 20%;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}





.columns5-table {
	display: table;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #FFF;
	vertical-align: middle;
	height: auto;
}



.columns5-table-cell {
	display: table-cell;
	position: relative;
	width: 20%;
	height: 250px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.columns5-table-cell img {
	width: 100%;
}

.columns5-table-cell.last {
	position: relative;
	border-right-style: none;
}


.columns5-table-cell-home {
	display: table-cell;
	position: relative;
	width: 20%;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #bac0c3;
}
.columns5-table-cell-home img {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.columns5-table-cell-home.last {
	position: relative;
	border-right-style: none;
}
.columns5-table-cell-home h4 {
	font-size: 23px;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #7b868c;
	display: block;
}



.hide-mobile {
	display: block;
}
.columns4-teasers {
	clear: none;
	width: 21%;
	margin-right: 2%;
	float: left;
	margin-bottom: 3%;
	margin-left: 2%;
	text-align: center;
}
.columns4-teasers img {
	display: block;
}

.teaser-wrap {
	float: left;
	width: 94%;
	padding-top: 6%;
	padding-right: 3%;
	padding-bottom: 6%;
	padding-left: 3%;
}
.teaser-wrap h5 {
	float: left;
	font-size: 21px;
	line-height: 24px;
	font-weight: 600;
	color: #FFF;
	margin-bottom: 0px;
	display: block;
	width: 100%;
}
.teaser-wrap h6 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #FFF;
	float: left;
	display: block;
	width: 100%;
	margin: 0px;
}


.teasers-top {
	width: 100%;
	float: left;
}
.teasers-bot {
	width: 100%;
	float: left;
	font-weight: 400;
}
.teasers-bot h5 {
	font-size: 18px;
	font-weight: 400;
	padding: 0px;
	display: block;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 22px;
}
.teasers-bot h4 {
	font-size: 22px;
	font-weight: 400;
	padding: 0px;
	display: block;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 28px;
}



.buttons-base-towers {
}

.buttons-base-towers a {
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #a5b5d0;
	width: 94%;
	margin-bottom: 15px;
	display: block;
	cursor: pointer;
	padding-top: 4%;
	padding-right: 3%;
	padding-bottom: 4%;
	padding-left: 3%;
}
.download-wrap {
	float: left;
	width: 100%;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

.hide-tablet {
	display: block;
}


.hide-desktop {
	display: none;
}

.hide-tablet-mobile {
	display: inline-block;
}
.container_testimonials {
	width: 100%;
	background-size: cover;
	text-align: center;
}
.columns-wrap-testimonials {
	width: 100%;
	float: left;
	margin-bottom: 0%;
	padding-top: 5%;
	padding-bottom: 5%;
}
.columns3-testimonials {
	width: 29.333%;
	clear: none;
	margin-right: 0%;
	float: left;
	margin-bottom: 0%;
	margin-left: 0%;
	padding-right: 2%;
	padding-left: 2%;
	margin-top: 0px;
	padding-top: 5%;
	padding-bottom: 5%;
	color: #FFF;
	font-size: 30px;
	line-height: 34px;
	font-weight: 400;
	letter-spacing: -1px;
}
.container_enquiry {
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	background-image: url(/images/teasers/adviser.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

}
.columns2_enquiry_left {
	width: 45%;
	margin-right: 0%;
	clear: none;
	margin-bottom: 0%;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	background-color: rgba(255, 255, 255, .8);
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 10%;
}
.columns2_enquiry_right {
	width: 30%;
	margin-right: 0%;
	clear: none;
	padding: 0%;
	margin-bottom: 0%;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
}
.expert-name {
	padding: 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 30px;
	line-height: 34px;
	color: #FFF;
	background-color: rgba(3, 62, 38, .8);
	font-family: "Great Vibes", cursive;
}
.message {
	font-size: 30px;
	line-height: 34px;
	font-weight: 600;
	color: #FFF;
	margin: 0px;
}



.footer {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.footer-columns {
    width: 22%;
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    margin-right: 4%;
}


.footer-columns.last {
	margin-right: 0%;
}
.footer-columns h6 {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}
.footer-columns a {
    color: #028eca;
    display: block;
    font-weight: 400;
}
.footer-columns a:hover {
	color: #FFFFFF;
	display: block;
}


.footer a:hover {
	color: #FFFFFF;
}



.footer h5 {
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
	color: #FFFFFF;
	line-height: 21px;
}
.footer h6 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #FFFFFF;
	line-height: 21px;
}


.video-wrap {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}


.container_login {
	width: 100%;
	padding-top: 70px;
	background-size: cover;
	z-index: 800;
	padding-bottom: 70px;
	background-color: #FFF;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
}

.columns2-login {
	width: 42%;
	margin-right: 3%;
	clear: none;
	float: left;
	padding: 3%;
	min-height: 300px;
}
.columns2-login.last {
	margin-right: 0%;
}

.text-center {
	text-align: center;
}


.hide-tablet {
	display: block;
}


.hide-desktop {
	display: none;
}
.hide-desktop-tablet {
	display: none;
}

.hide-tablet-mobile {
	display: inline-block;
}


.hide-mobile {
	display: inline-block;
}





/* MENU */
.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav {
	margin: 0;
	padding: 0;
	z-index: 999;
}


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}
.menu-wrap {
	clear: none;
	float: right;
	width: 65%;
	z-index: 900;
}

#logo {
	display: block;
	float: left;
	width: 271px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 12px;
	z-index: 999;
}
#logo a:hover {
	z-index: 999;
	background-color: rgba(255,255,255,0.0);
}




.tagline {
	text-align: right;
	float: right;
	width: 100%;
	font-size: 28px;
	padding-right: 12px;
	margin-top: 15px;
	margin-bottom: 10px;
	letter-spacing: 0em;
	line-height: 30px;
}
.tagline a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 0px;
}

.tagline img {
	display: inline-block;
	float: right;
	margin-top: -2px;
}


/* Styling the links 
nav a {
	display: block;
	font-size: 16px;
	text-decoration: none;
	padding-right: 14px;
	padding-left: 14px;
	line-height: 50px;
}*/


/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	z-index: 999;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display: inline-block;
	float: left;
	color: #FFF;
	}
nav ul li img {
	float: left;
	padding-top: 12px;
}
nav ul li.last {
	display: none;
}
nav ul li.last:hover {
	background-color: #FFFFFF;
}

	
	
/* Background color change on Hover */
nav ul li:hover,
nav ul li:hover>a,
nav ul li:hover>a:after {
	background-color: #028eca;
	color: #FFF;
}

	
	
	
nav ul li a {
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 50px;
    font-weight: 600;
}






/* Background color change on Hover */
nav ul li a:hover {
	background-color: #028eca;
	color: #FFF;
}


nav ul li ul li:hover { background: #000000; }

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute;
	/* has to be the same number as the "line-height" of "nav a" */
	top: 50px;
	
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	float: none;
	display: list-item;
	position: relative;
	background-color: #028eca;
	color: #FFF;
	width: 240px;
	font-weight: 400;
}

/* submenu colour */
nav ul ul li a {
	position: relative;
	color: #FFF;
	height: 50px;
	font-weight: 400;
}
nav ul ul li a:hover {
	position: relative;
	color: #FFF;
	background-color: #0b1942;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top: -50px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left: 240px;
}

	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after {
	content: ' +';
	color: #FFFFFF;
}
li > a:only-child:after {
	content: '';
	color: #FFF;
}



/* VIDEO */
.demo-video-wrapper {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #0b1942;
	position: relative;
}






/* Video overlay and content */
.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none;
  /* Allows right click menu on the video */
  /*background: url("https://d3k5xyayaartr5.cloudfront.net/_assets/pattern-overlays/patterns/black-medium-checks.png") left top repeat;
  opacity: 0.3;*/
}

.video-hero--content {
    position: relative;
    color: #FFF;
    margin-top: 160px;
    margin-right: 0%;
    margin-bottom: 0px;
    margin-left: 1%;
    width: 56%;
}

.video-hero--content h5 {
    font-size: 54px;
    color: #FFF;
    font-weight: 700;
    text-align: left;
    line-height: 58px;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    display: block;	/*text-shadow: 0 0 10px #000000;*/
}


.video-hero--content h6 {
    font-size: 22px;
    color: #FFF;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
}
.video-hero--content h1 {
    font-size: 54px;
    color: #FFF;
    font-weight: 600;
    text-align: left;
    line-height: 58px;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    display: block;	/*text-shadow: 0 0 10px #000000;*/
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}





/* CSS from jQuery Background Video plugin */
/**
 * Set default positioning as a fallback for if the plugin fails
 */
.jquery-background-video-wrapper {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    background-image: url(/images/teasers/home.jpg);
}
/* CSS from jQuery Background Video plugin */
/**
 * Set default positioning as a fallback for if the plugin fails
 */
.jquery-background-video-wrapper-sub {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

.jquery-background-video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 160px;
	left: 1105px;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
  opacity: 0;
  transition: opacity 300ms linear;
}

.js .jquery-background-video.is-visible {
  opacity: 1;
}

/**
 * Pause/play button
 */
.jquery-background-video-pauseplay {
	position: absolute;
	background: transparent;
	border: none;
	box-shadow: none;
	width: 20px;
	height: 20px;
	top: 15px;
	right: 15px;
	padding: 0;
	cursor: pointer;
	outline: none !important;
	display: none;
}
.award {
	height: 197px;
	width: 197px;
	position: absolute;
	right: 30px;
	bottom: 15px;
	z-index: 999;
}

.jquery-background-video-pauseplay span {
  display: none;
}

.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s ease;
}

.jquery-background-video-pauseplay.play:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #FFF;
}

.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  border-left: 5px solid #FFF;
}

.jquery-background-video-pauseplay.pause:after {
  left: 10px;
}



.form_text {
	font-family: 'Source Sans Pro', sans-serif;
    width: 92%;
    padding-right: 4%;
    padding-left: 4%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    border: 0px solid #49A2DB;
    background-color: #FFFFFF;
    height: 60px;
}
.form_textarea {
    font-family: 'Source Sans Pro', sans-serif;
    width: 94%;
    border: 0px solid #49A2DB;
    padding-top: 2%;
    padding-right: 4%;
    padding-bottom: 4%;
    padding-left: 2%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
}

.form_select {
    font-family: 'Source Sans Pro', sans-serif;
	width: 100%;
    padding-right: 4%;
    padding-left: 4%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: px;
    border: 0px solid #49A2DB;
    background-color: #FFFFFF;
    height: 60px;
}

.columns1_form {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.columns2_form {
    width: 48.5%;
    margin-right: 3%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
    margin-bottom: 15px;
}

.columns2_form.last {
    margin-right: 0%;
    position: relative;
    width: 48.5%;
}









/* Tablet Layout: 1120px to 481px. Inherits styles from: Desktop Layout. */

@media only screen and (max-width: 950px) {






TABLET {
}

h1 {


}
h2, h3 {


}
h4 {

}
h5 {

}
h6 {

}

.gridContainer {
	width: 88%;
	clear: none;
	float: none;
	padding-right: 6%;
	padding-left: 6%;
	padding-top: 0px;
	padding-bottom: 0px;
}

.gridContainerMobile {
	width: 100%;
	clear: none;
	float: none;
	padding: 0px;
}


.container_header {
	position: relative;
	background-color: #0b1942;
}

.header {
	padding-bottom: 0px;

}

.container_banner {
	height: 450px;
	background-position: right bottom;
	background-image: url(/images/banner-hero-tablet.jpg);
}


.container_banner_sub {
	height: auto;
}

.banner-content {
	width: 55%;
	padding-top: 45px;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 30px;
}
.banner-content h4 {
	overflow: hidden;
	position: relative;
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.banner-content h1 {
	overflow: hidden;
	position: relative;
	font-size: 55px;
	line-height: 58px;
	margin-bottom: 20px;
}


.banner-content-sub-left {
	width: 96%;
	float: left;
	margin: 0px;
	clear: none;
	background-color: #FFFFFF;
	height: auto;
	padding-top: 20px;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 10px;
	display: none;
}

.banner-content-sub-left h4 {
	display: none;
	overflow: hidden;
	position: relative;
	text-align: center;
	font-size: 24px;
	line-height: 27px;
	font-weight: 700;
	color: #1E478A;
	margin-bottom: 20px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a5b5d0;
	padding-bottom: 10px;
}
.banner-content-sub-left h5 {
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	font-size: 36px;
	line-height: 39px;
	font-weight: 400;
	color: #1E478A;
	letter-spacing: -1px;
	padding-bottom: 10px;
}

.banner-content-sub-right {
	width: 100%;
	float: left;
	margin: 0px;
	clear: none;
	min-height: 0px;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
.banner-content-sub-right-content {
	width: 100%;
}



.container {

}

.container_footer {

}

.columns-wrap {

}



.content {

}

.video-left {
	width: 100%;
	margin-right: 0%;
	clear: none;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	text-align: center;
}
.video-right {
	width: 75%;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 12.5%;
	display: block;
	float: left;
	line-height: 0px;
}



.columns2 {
}

.columns2 img {
	clear: none;
	padding-bottom: 10px;
}

.columns2 h5 {
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.columns2 h6 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}


.columns2-wide {

}

.columns2-wide-sidebar {

}



.columns2-wide-data {
	width: 60%;
	margin-right: 5%;
	clear: none;
}

.columns2-wide-data-sidebar {
	width: 100%;
	position: relative;
	clear: none;
}

.columns2-table-cell {
	width: 45%;
	padding: 5%;
}
.columns3-testimonials {
	font-size: 24px;
	line-height: 27px;
	min-height: 150px;
}
	
.columns3-highlights img {
    margin-right: 15px;
    margin-bottom: 40px;
}
	
	

.columns4{
}


.columns4 h6 {
	min-height: 80px;
}



.columns4-teasers {
	clear: none;
	width: 21%;
	margin-right: 2%;
	float: left;
	margin-bottom: 3%;
	margin-left: 2%;
	text-align: center;
}

.teaser-wrap {
	float: left;
	width: 94%;
	padding-top: 6%;
	padding-right: 3%;
	padding-bottom: 6%;
	padding-left: 3%;
}
.teaser-wrap h5 {
	float: left;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #FFF;
	margin-bottom: 0px;
	display: block;
	width: 100%;
}
.teaser-wrap h6 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #FFF;
	float: left;
	display: block;
	width: 100%;
	margin: 0px;
}






.columns5-table-cell {
	display: table-cell;
	position: relative;
	width: 20%;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

.columns5-table-cell-home h4 {
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 10px;
	display: block;
}


.footer-columns {
	width: 50%;
	float: left;
	margin-right: 0%;
	text-align: center;
	min-height: 350px;
}





.iframe-newsletter {
	height: 320px;
	width: 100%;
}


.iframe-contact {
	height: 500px;
	width: 100%;
}


.social {
	font-size: 24px;
}



.footerright h6 {
	width: 100%;
}

.button-side {
	position: fixed;
	top: 220px;
	right: 0px;
	z-index: 999;
	display: none;
}


.header-unit {
	position: relative;
	float: left;
	width: 100%;
	z-index: 0;
	height: 460px;
}


.columns2_enquiry_left {
	width: 90%;
	margin-right: 0%;
	clear: none;
	margin-bottom: 0%;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	background-color: rgba(255, 255, 255, .8);
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
}
.columns2_enquiry_right {
	width: 0%;
	margin-right: 0%;
	clear: none;
	padding: 0%;
	margin-bottom: 0%;
	margin-top: 0px;
	margin-left: 0px;
	display: none;
	float: left;
}


.hide-tablet {
	display: none;
}
.hide-desktop {
	display: inline-block;
}
.hide-desktop-tablet {
	display: none;
}	


.hide-tablet-mobile {
	display: none;
}
	
	
/* MENU */
	
#logo {
    display: block;
    width: 30%;
    text-align: center;
    float: left;
    margin-bottom: 10px;
    padding: 0;
    margin-left: 35%;
    margin-right: 35%;
	}
	
	
	.tagline {
	display: none;
}

	nav {
		margin: 0;
	}
	

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}
	
	.menu-wrap {
	width: 100%;
}
	

	/* Stylinf the toggle lable */
	.toggle {
	display: block;
	background-color: #028eca;
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
	border: none;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 50px;
	text-align: left;
	content: ' +';
	background-image: url(/images/icon-menu.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	font-weight: 600;
	}

	.toggle:hover {
	background-color: #0b1942;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	nav ul {
	float: left;
	width: 100%;
	}
	
	
	/* Change menu item's width to 100% */
	nav ul li {
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-image: none;
		}
nav ul li.last {
	display: block;
}
nav ul li.last:hover {
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-image: none;
	background-color: #028eca;
}

nav ul li img {
	float: left;
	padding-top: 12px;
	padding-bottom: 12px;
	display: block;
}
		
		nav ul li a {
	background-color: #028eca;
	color: #FFF;
	padding-left: 20px;
}
nav ul li a:hover {
	background-color: #0b1942;
	color: #FFF;
	padding-left: 20px;
}

	nav ul ul .toggle,
	nav ul ul a {
	padding: 0 40px;
	background-image: none;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
	background-color: #0b1942;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
	color: #FFF;
	font-size: 18px;
	line-height: 50px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: none;
	font-weight: 600;
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
	background-color: #0b1942;
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
	float: none;
	position: static;
	color: #ffffff;
	background-image: none;		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
	display: block;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #FFF;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}	
	
	
/* VIDEO */
.jquery-background-video-wrapper {
    height: 400px;
}

.award {
	height: 147px;
	width: 147px;
	position: absolute;
	right: 20px;
	bottom: 10px;
	z-index: 999;
}

.video-hero--content {
    margin-top: 50px;
    width: 90%;
}

.video-hero--content h5 {
    font-size: 46px;
    line-height: 48px;
}


.video-hero--content h6 {
    font-size: 18px;
    line-height: 21px;
}    
.video-hero--content h1 {
	font-size: 50px;
	line-height: 53px;
}





}



@media only screen and (max-width: 700px) {

TABLET SMALL {
}

/* Mobile Layout: 480px and below. */
  
h1 {
    font-size: 36px;
    line-height: 40px;
    text-align: left;
}

h2, h3 {
    text-align: left;
    font-size: 30px;
    line-height: 34px;

}

h4 {
    text-align: left;
    font-size: 22px;
    line-height: 26px;

}
h5 {
	text-align: left;

}
h6 {
	text-align: left;

}

.container_header {
	margin-bottom: 0px;
}



.container_banner {
	height: 350px;
	background-position: right bottom;
	background-image: url(/images/banner-hero-mobile.jpg);
}




.banner-content {
	width: 60%;
	padding-top: 30px;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 20px;
}
.banner-content h4 {
	overflow: hidden;
	position: relative;
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.banner-content h1 {
	overflow: hidden;
	position: relative;
	font-size: 32px;
	line-height: 35px;
	margin-bottom: 20px;
}


.banner-content-sub-left {
	display: none;
}

.banner-content-sub-left h5 {
	font-size: 32px;
	line-height: 35px;
	font-weight: 600;
}


.banner-content-sub-right {
	min-height: 0px;
	padding-top: 4%;
	background-color: #FFF;
	padding-bottom: 4%;
}
.banner-content-sub-right-content {
}


.intro {
	font-size: 20px;
	line-height: 28px;
	text-align: left;
}


.content_overview {

}
	
	
.content-center {
   text-align: left;
}	
	
	
.intro {
	width: 100%;
	margin-left: 0%;
	text-align: left;
}
.intro-why {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    text-align: left;
}	


.columns-wrap {

}


.columns1 {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}	
	
.columns1-center {
   text-align: left;
}	
	
	
.columns2 {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 35px;
}
.columns2.last {
    margin-bottom: 40px;
}


.columns2-intro-left {
	width: 100%;
	margin-right: 0%;
}
.columns2-intro-left h3 {
	font-size: 20px;
	line-height: 26px;
}



.columns2-intro-right {
	width: 100%;
}


.columns2-callback {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-top: 0px;
	margin-left: 0px;
	text-align: left;
}

.columns2-table {
	padding-bottom: 6%;
}

.columns2-table-cell {
	display: block;
	width: 84%;
	padding: 8%;
}
	
	
.columns2-services {
    width: 88%;
    margin-right: 0%;
    clear: none;
    padding-top: 6%;
    padding-right: 6%;
    padding-left: 6%;
    padding-bottom: 6%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
    background-color: #0b1942;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.columns2-services.last {
    margin-right: 0%;
    margin-bottom: 0px;
}	



.columns3 {
    width: 100%;
    clear: none;
    margin-right: 0%;
    float: left;
    margin-bottom: 40px;
    margin-left: 0%;
    border-right-style: none;
    margin-top: 0px;
}
.columns3.last {
    border-right-style: none;
    margin-bottom: 0px;
}




.columns3-table {
	margin-bottom: 0px;

}

.columns3-table-cell {
	display: block;
	width: 88%;
	padding: 6%;
	margin-bottom: 8%;
}
.columns3-table-cell.mid {
	width: 96%;
	padding: 2%;
	background-color: #3F3;
	display: none;
}

.container_testimonials {
	width: 100%;
	text-align: left;
}
.columns-wrap-testimonials {
	padding-top: 10%;
	padding-bottom: 8%;
}
.columns3-testimonials {
	font-size: 20px;
	line-height: 23px;
}
.columns3-testimonials img {
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
	
	
.columns3-highlights img {
    margin-right: 50%;
    margin-bottom: 10px;
    display: block;
    clear: right;
    height: auto;
}	


.columns4 {
	width: 46%;
}

.columns4 h6 {
	font-size: 18px;
	line-height: 21px;
	min-height: 70px;
}

.columns4.last {
	clear: none;
	margin-bottom: 2%;
	width: 100%;
	margin-right: 0%;
}
.columns4 img {
}


.columns4-downloads {
	clear: none;
	width: 46%;
	float: left;
	margin-bottom: 3%;
	margin-right: 2%;
	margin-left: 2%;
}


.columns4-table-cell {
	display: block;
	width: 100%;
	font-size: 14px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 0%;
}



.container_teasers {
	width: 94%;
	padding-right: 3%;
	padding-left: 3%;
}


.columns4-teasers {
	clear: none;
	width: 46%;
	margin-right: 2%;
	float: left;
	margin-bottom: 4%;
	margin-left: 2%;
	text-align: center;
}

.teaser-wrap {
	float: left;
	width: 94%;
	padding-top: 6%;
	padding-right: 3%;
	padding-bottom: 6%;
	padding-left: 3%;
}
.teaser-wrap h5 {
	float: left;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 0px;
	display: block;
	width: 100%;
}
.teaser-wrap h6 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #FFF;
	float: left;
	display: block;
	width: 100%;
	margin: 0px;
}





.columns5-table-cell-home {
	display: block;
	width: 100%;
	padding: 0%;
}




.columns5-table-cell-home {
	display: block;
	width: 100%;
	padding: 0%;
	position: relative;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	border-right-width: 0px;
	border-right-style: none;
	height: auto;
}
.columns5-table-cell-home img {
	width: auto;
}

.columns5-table-cell-home.last {
	border-right-style: none;
}






.columns5 {
	margin-bottom: 15px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
}



.columns2-login {
	width: 88%;
	margin-right: 0%;
	clear: none;
	float: left;
	padding: 6%;
	min-height: 0px;
	margin-bottom: 40px;
}
.columns2-login.last {
	margin-right: 0%;
}


.footer-columns {
    width: 100%;
    float: left;
    margin-right: 20px;
    text-align: left;
    min-height: 0px;
    margin-bottom: 20px;
}
	
.text-center {
	text-align: left;
}	
	

#logo {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
	}	
	
	
/* VIDEO */
.jquery-background-video-wrapper {
    height: 350px;
}
/* VIDEO */
.jquery-background-video-wrapper-sub {
    height: 300px;
}
.demo-video-wrapper {
    background-position: center;
}

.award {
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 999;
	display: none;
}
	
.hide-desktop-tablet {
	display: block;
}	

.video-hero--content {
    margin-top: 40px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.video-hero--content h5 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 0px;
}


.video-hero--content h6 {
    font-size: 18px;
    line-height: 21px;
} 
	
	
.columns2_form {
    width: 100%;
    margin-right: 0%;
	margin-bottom: 15px;
}

.columns2_form.last {
    width: 100%;
}	
	
	
.form_text {

}
.form_textarea {
    width: 92%;
    padding-left: 4%;
}

.form_select {

}		



}




@media only screen and (max-width: 481px) {

MOBILE {
}


h1 {
    text-align: left;
}	


.gridContainer {
	width: 84%;
	clear: none;
	float: none;
	padding-top: 0%;
	padding-right: 8%;
	padding-bottom: 0%;
	padding-left: 8%;
}
.gridContainerMobile {
	width: 100%;
	padding: 0px;
}



.container_navigation {
	background-color: #CCFF33;
}


.container {
}

.banner-content {
	width: 60%;
	padding-top: 30px;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 20px;
}
.banner-content h4 {
	overflow: hidden;
	position: relative;
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.banner-content h1 {
	overflow: hidden;
	position: relative;
	font-size: 30px;
	line-height: 33px;
	margin-bottom: 20px;
}



.container_footer {
}


.content-tabs-wrapper {
	width: 100%;
	color: #333;
	float: left;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 0px;
}
.content-tabs {
	width: 100%;
	color: #333;
	top: 0px;
	position: relative;
}

.content {
	width: 100%;
	margin: 0px;
}

.video-left {
	width: 100%;
	margin-right: 0%;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	text-align: center;
}
.video-right {
	width: 100%;
	margin-right: 0%;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	line-height: 0px;
}

.columns-wrap {



}
.columns1-pad {
	width: 92%;
	margin-bottom: 15px;
	padding: 4%;
}





.columns2-center {
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}


.columns2 img {
	clear: none;
	padding-bottom: 10px;
}

.columns2 h5 {
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.columns2 h6 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}


.columns2-wide {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
}

.columns2-wide-sidebar {
	width: 100%;
	margin: 0px;
}



.columns2-table {
	display: table;
	width: 100%;
	margin-top: 0px;
}

.columns2-table-cell {
	width: 86%;
	display: block;
	padding-top: 5%;
	padding-right: 7%;
	padding-bottom: 0%;
	padding-left: 7%;
	margin-bottom: 0px;
}


.columns4 {

}
.columns4 img {

}

.columns4.last {
	clear: none;
	margin-bottom: 2%;
	width: 100%;
	margin-right: 0%;
}


.columns4-table-cell {
	display: block;
	width: 100%;
	font-size: 14px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 0%;
}


.hide-tablet {
	display: block;
}

.hide-desktop {
	display: block;
}
	
.hide-desktop-tablet {
	display: block;
}		

.hide-tablet-mobile {
	display: none;
}

.hide-mobile {
	display: none;
}





}
