@charset "utf-8";

body {
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 76%;
	color: #7b868c;
	background-color: #1E478A;
	line-height: 20px;
	font-weight: 300;
}

/* 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: #1e478a;
}

.bluemid {
	background-color: #40629b;
}

.bluedk {
	background-color: #849824;
}


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

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





.text-white {
	color: #FFF;
}

.text-center {
	text-align: center;
}
.border-grey {
	border: 1px solid #CCC;
}

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



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


.link-green {
	color: #1e478a;
	text-decoration: none;
}

.link-green:hover {
	color: #1e478a;
	text-decoration: none;
}



.link-button-outline {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 18px;
	line-height: 21px;
	font-weight: 600;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border: 2px solid #FFF;
}
.link-button-outline:hover {
	text-decoration: none;
	display: inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #686e60;
	color: #3d3d3d;
	background-color: #FFF;
}

.link-button-blue {
	color: #1e478a;
	text-decoration: none;
	display: inline-block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border: 1px solid #1e478a;
	text-transform: uppercase;
}
.link-button-blue:hover {
	color: #3D3D3F;
	border-top-color: #3D3D3F;
	border-right-color: #3D3D3F;
	border-bottom-color: #3D3D3F;
	border-left-color: #3D3D3F;
}


.link-button-green2 {
	color: #1e478a;
	text-decoration: none;
	display: inline-block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border: 2px solid #1e478a;
	text-transform: uppercase;
}
.link-button-green2:hover {
	color: #ffffff;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}


.link-button-white {
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border: 1px solid #FFFFFF;
	text-transform: uppercase;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.link-button-white:hover {
	color: #1E478A;
	border-top-color: #1E478A;
	border-right-color: #1E478A;
	border-bottom-color: #1E478A;
	border-left-color: #1E478A;
	background-color: #FFF;
}

*::-webkit-input-placeholder {
    color: #666;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #666;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #666;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
}
.link-button-course {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #82BFE7;
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
	padding-top: 14px;
	padding-right: 60px;
	padding-bottom: 14px;
	padding-left: 14px;
	z-index: 100;
	background-image: url(/images/icon_calender.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	line-height: 18px;
	letter-spacing: 0em;
}
.link-button-course:hover {
	color: #FFFFFF;
	background-color: #909A82;
	display: inline-block;
	z-index: 100;
}



.link-rotate {
	-webkit-transition: -webkit-transform .8s ease-out;
    -ms-transition: -ms-transform .8s ease-out;
    transition: transform .8s ease-out;
}


.link-rotate:hover {
	 transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
}

.link-translate {
	-webkit-transition: -webkit-transform .8s ease-out;
    -ms-transition: -ms-transform .8s ease-out;
    transition: transform .8s ease-out;
}

.link-translate:hover {
	-ms-transform: translate(20px,0px); /* IE 9 */
   	-webkit-transform: translate(20px,0px); /* Chrome, Safari, Opera */
    transform: translate(20px,0px);
}

.link-scale {
	-webkit-transition: -webkit-transform .8s ease-out;
    -ms-transition: -ms-transform .8s ease-out;
    transition: transform .8s ease-out;
}

.link-scale:hover {
	-ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1,1.1);
}

.link-opacity {
	opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.link-opacity:hover {
	opacity: 0.5;

}


#enquiryform td {
	padding-bottom: 20px;
	padding-top: 0px;
	color: #FFF;
}

.enquiryform-checkbox {
	width: 10%;
}


#enquiryform input {
	width: 96%;
	color: #333333;
	font-size: 16px;
	background: rgb(255, 255, 255); /* Fall-back that don't support rgba */
	background: rgba(255, 255, 255, .4);
	line-height: 16px;
	border: 1px solid #909A82;
	padding: 2%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#enquiryform select {
	width: 100%;
	background: rgb(255, 255, 255); /* Fall-back that don't support rgba */
	background: rgba(255, 255, 255, .4);
	border: 1px solid #909A82;
	color: #668d3b;
	font-size: 16px;
	line-height: 16px;
	padding: 2%;
}

#enquiryform textarea {
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	height: 60px;
	background: rgb(255, 255, 255); /* Fall-back that don't support rgba */
	background: rgba(255, 255, 255, .4);
	border: 1px solid #909A82;
	color: #FFFFFF;
	font-size: 16px;
}
#enquiryform h6 {
	color: #FFFFFF;
	font-size: 16px;
	display: block;
	margin-bottom: 6px;
}



#calculator td {

}

#calculator input {
	width: 96%;
	color: #333333;
	padding-top: 4%;
	padding-right: 2%;
	padding-bottom: 4%;
	padding-left: 2%;
	font-size: 16px;
	background: rgb(255, 255, 255); /* Fall-back that don't support rgba */
	background: rgba(255, 255, 255, .4);
	line-height: 16px;
	border: 1px solid #FFF;
	text-align: center;
}

#calculator h6 {
	font-size: 16px;
	display: block;
	margin-bottom: 8px;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 18px;
}
#calculator h5 {
	font-size: 14px;
	font-weight: 300;
	line-height: 14px;
	font-style: italic;
	margin-top: 6px;
	margin-bottom: 12px;
}
.calculator-button {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	background-color: #909A82;
	padding: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
}
.calculator-button:hover {
	color: #FFFFFF;
	background-color: #3C4768;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}





.img-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
#tower {
	background-color: #FFF;

}
#tower td {
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	padding: 6px;
}
#tower th {
	color: #FFF;
	background-color: #999;
	margin: 0px;
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
	letter-spacing: 0em;
	padding: 6px;
}

#tower p {
	padding: 0px;
	margin: 0px;
}


#tower tr:nth-child(even) {background: #fff}
#tower tr:nth-child(odd) {background: #f7f7f7}





.fade {
	-webkit-filter: opacity(.4);
	-moz-filter: opacity(.4);
	filter: opacity(.4);
}

.fade:hover {
	-webkit-filter: opacity(.9);
	-moz-filter: opacity(.9);
	filter: opacity(.9);
}



.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/banners-images/02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
	background-color: #666;
}


.quote {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	color: #7C829F;
	margin-top: 20px;
	margin-bottom: 20px;
}
.information {
	background-color: #f7f7f7;
	padding: 8%;
	width: 84%;
}

.pulse {
	-webkit-animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0.0;
	margin: 0px;
	padding: 0px;
}

.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:460px; /* your iframe height */
   top:460px;  /* your iframe height */
   margin-top:-460px;  /* your iframe height */
}






DESKTOP {
}
h1 {
	font-size: 40px;
	color: #1e478a;
	font-weight: 400;
	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: #1e478a;
	font-weight: 400;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
	line-height: 36px;
	letter-spacing: -1px;
	text-transform: none;
}

h4 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 28px;
	color: #1e478a;
}
h5 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #1e478a;
	line-height: 19px;
}
h6 {
	font-size: 36px;
	font-weight: 600;
	padding: 0px;
	line-height: 39px;
	color: #1e478a;
	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-top: 0%;
	padding-right: 2%;
	padding-bottom: 0%;
	padding-left: 2%;
}
.gridContainerMobile {
	width: 96%;
	margin: auto;
	clear: none;
	float: none;
	padding-top: 0%;
	padding-right: 2%;
	padding-bottom: 0%;
	padding-left: 2%;
}

.container_header {
	width: 100%;
	margin: 0px;
	background-color: #FFFFFF;
	z-index: 100;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.header {
	width: 100%;
	margin: 0px;
	background-color: #FFFFFF;
	z-index: 100;
	padding-top: 20px;
	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%;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
.container_pagebanner {
	width: 100%;
	height: 450px;
	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 {
	width: 100%;
	float: left;
	margin: 0px;
	clear: none;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.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: 50px;
	padding-bottom: 50px;
}
.intro {
	font-size: 26px;
	line-height: 36px;
	display: block;
	font-weight: 300;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	color: #666;
}

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

.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: 2%;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
}

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

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

.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;
	width: 47%;
	padding: 3%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 200px;
}


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

.columns3-table-cell {
	display: table-cell;
	width: 31.333%;
	position: relative;
	padding-top: 4%;
	padding-right: 3%;
	padding-bottom: 4%;
	padding-left: 3%;
}







.columns3 {
	width: 29%;
	clear: none;
	margin-right: 0%;
	float: left;
	margin-bottom: 2%;
	margin-left: 0%;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #bac0c3;
	padding-right: 2%;
	padding-left: 2%;
	text-align: center;
}
.columns3.last {
	border-right-style: none;
}

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


.columns4{
	clear: none;
	width: 21%;
	margin-right: 2%;
	float: left;
	margin-bottom: 3%;
	margin-left: 2%;
	text-align: center;
}
.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.last {
	margin-right: 0%;
}




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



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

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


.columns4-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;
}
.columns4-table-cell-home img {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

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

































.columns4-table-cell h6 {
	min-height: 30px;
	margin: 0px;
	padding: 0px;
}


.columns4-downloads {
	clear: none;
	width: 21%;
	float: left;
	margin-bottom: 3%;
	margin-right: 2%;
	margin-left: 2%;
}
.columns4-downloads img {
	border: 1px solid #CCC;
	margin-bottom: 0px;
}



.columns5 {
	clear: none;
	width: 20%;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.columns8 {
	clear: none;
	float: left;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: calc(12.5% - 1px);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.columns8.last {
	width: 12.5%;
	border-right-style: none;
}






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

.hide-tablet {
	display: block;
}
.download-wrap {
	float: left;
	width: 100%;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}


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


.hide-tablet-mobile {
	display: inline-block;
}
.headings-resources {
	width: 98%;
	float: left;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	display: block;
	text-align: center;
	color: #1E478A;
	padding: 1%;
}


.footer {
	width: 100%;
	color: #FFFFFF;
	float: left;
	font-size: 16px;
	line-height: 19px;
	font-weight: 300;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}



.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}


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

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


.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: 900px) {






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 {
}

.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 {
	min-height: 350px;
	margin-bottom: 4%;
}
.columns3.last {

}	

/*.columns3 h4 a {
	font-size: 16px;
	line-height: 18px;
}*/

.columns3-table h5 {
	font-size: 14px;
}

.columns4{
}

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





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

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




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

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


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

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


.numbers h4 {
	font-size: 60px;
	line-height: 40px;
}

.numbers h5 {
	font-size: 18px;
	line-height: 21px;
}





}



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

TABLET SMALL {
}

/* Mobile Layout: 480px and below. */
  
h1 {
	font-size: 32px;
	line-height: 35px;
}

h2, h3 {

}

h4 {

}
h5 {

}
h6 {

}

.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 {
	display: none;
}



.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: 22px;
	line-height: 32px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}


.content_overview {

}


.columns-wrap {
	margin-bottom: 0px;
}


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


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



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



.columns3 {
    width: 46%;
    clear: none;
    margin-right: 0%;
    float: left;
    margin-bottom: 2%;
    margin-left: 0%;
    border-right-style: none;
    padding-right: 2%;
    padding-left: 2%;
    text-align: center;
    min-height: 0px;
}
.columns3.last {
	border-right-style: none;
}




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

.columns3-table-cell {
	display: block;
	width: 100%;
	padding-top: 6%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}

.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-table-cell {
	display: block;
	width: 100%;
	font-size: 14px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 0%;
}


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




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

.columns4-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;
}
.columns4-table-cell-home img {
	width: auto;
}

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


















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

.hide-desktop-tablet {
	display: block;
}
	
	
	
.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 {
}




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

.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 {
	margin-bottom: 0px;

}
.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-wide-data {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
}

.columns2-wide-data-sidebar {
	width: 100%;
}



.columns2-table-cell {
	display: block;
	width: 90%;
	padding: 5%;
}




.columns3 {
	clear: none;
	width: 100%;
	min-height: 0px;
}
.columns3-pad {
	clear: none;
	margin-bottom: 15px;
	width: 92%;
	padding: 4%;
	min-height: 0px;
}
.columns3 img {
}


.columns3-table {
display: table;
width: 100%;
}
.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-mobile {
	display: none;
}
.hide-tablet {
	display: block;
}

.hide-desktop {
	display: block;
}

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





}
