@charset "utf-8";

body {
	font-family: font-family: 'Open Sans', sans-serif;
	font-size: 76%;
	color: #333;
	background-color: #FFFFFF;
	line-height: 20px;

}

/* 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, video {
	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;
}
.button-login1 {
	background-image: url(/images/icon_lock.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	font-size: 14px;
	color: #4CA63F;
	padding-right: 20px;
}
.button-login1:hover {
	color: #FFF;
}


.button-login2 {
	font-size: 14px;
	color: #E67A00;
}
.button-login2:hover {
	color: #FFF;
}

.button-login3 {
	font-size: 14px;
	color: #fff;
}
.button-login3:hover {
	color: #E67A00;
}



.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.8;
	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;
}
.rightColumn_container {
	margin-bottom: 20px;
}

.link-arrow {
	display: block;
	color: #4a8c5c;
	font-weight: normal;
	background-image: url(/images/arrow-green.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px;
	padding-left: 15px;
	/*border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;*/
	font-size: 16px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 
.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;
}
.margin-right {
	margin-right: 8px;
}
.margin-right-no {
	background-color: #0F0;
	margin-right: 0px;
}
.orange {
	background-color: #E67A00;
}

.ltblue {
	background-color: #E9F0FA;
}
.blue {
	background-color: #007AC2;
}
.dkblue {
	background-color: #284C8A;
}


.white {
	background-color: #FFF;
}

.green {
	background-color: #4CA63F;
}
.green-tint1 {
	background-color: #D9DE5C;
}
.green-tint2 {
	background-color: #D2D934;
}
.green-tint3 {
	background-color: #4CA63F;
}



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

.ltgrey {
	background-color: #EFEFEF;
}
.ltgrey2 {
	background-color: #F8F8F8;
}

.ltorange {
	background-color: #FADEC5;
}


.text-white {
	color: #FFF;
}
.text-ltgrey {
	color: #999;
}

.min-width400 {
	width: 400px;
}
.text-center {
	text-align: center;
}
.margin-top {
	margin-top: 20px;
}


.border-left {
	border-left-style: none;
}
.link-arrow-orange {
	background-image: url(/images/link-arrow-orange.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #E87D1D;
	text-decoration: none;
}
.link-white {
	color: #FFF;
	text-decoration: none;
}


.link-white:hover {
	color: #007AC2;
	text-decoration: none;
}
.link-button-white {
	color: #007BC6;
	text-decoration: none;
	background-color: #FFF;
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
.link-button-white:hover {
	background-color: #284C8A;
	color: #FFFFFF;
}

.link-button-green {
	color: #FFF;
	text-decoration: none;
	background-color: #007AC2;
	display: inline-block;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
.link-button-green:hover {
	background-color: #284C8A;
	color: #FFF;
}

.link-button-white-fixed {
	color: #284C8A;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 150px;
	display: inline-block;
	text-align: center;
}
.link-button-white-fixed:hover {
	background-color: #CAD401;
	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-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;

}



.clouds {
	background-image: url(/images/clouds_bgd.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.testt {
	text-align: center;
}
.margin-right-0px {
	margin-right: 0px;!important
}
.ContentBannerRight {
	background: #CCC;
	float: left;
	height: 306px;
	width: 220px;
	border: 1px solid #F28A00;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-moz-box-shadow: 0px 0px 14px #666666;
	-webkit-box-shadow: 0px 0px 14px #666666;
	box-shadow: 0px 0px 14px #666666;
}
.banner-facts {
	width: 100%;
	margin-top: 10px;
}
.clients-say {
	width: 100%;
	font-size: 30px;
	font-weight: normal;
	color: #333;
	line-height: 32px;
	padding-top: 20px;
}

.right-column-info {
	width: 90%;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 8%;
	padding-left: 5%;
}
.highlight-box {
	width: 96%;
	margin-bottom: 15px;
	padding: 2%;
}
.img-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.img-right {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.img-center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.bullets-white {
	list-style-image: url(/images/bullet-white.png);
}
.case-study-link {
	background-color: #E67A00;
	padding: 2%;
	width: 96%;
	color: #FFF;
	font-size: 16px;
}
.home-fastrak-link {
	font-size: 16px;
	color: #E67A00;
	background-color: #000;
	display: block;
	width: 100%;
	font-weight: bold;
	text-align: center;
	padding-top: 2%;
	padding-right: 0%;
	padding-bottom: 2%;
	padding-left: 0%;
}
.home-fastrak-link:hover {
	font-size: 16px;
	color: #E67A00;
	background-color: #333;
	display: block;
	padding: 2%;
	width: 96%;
	font-weight: bold;
	text-align: center;
}
.divider-line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
#enquiry td {
	padding-bottom: 10px;
}
#enquiry input {
	width: 94%;
	padding: 3%;
}
#enquiry select {
	width: 94%;
	padding: 3%;
}
#enquiry table {
	width: 80%;
}

#enquiry textarea {
	width: 94%;
	padding: 3%;
}
.bg-container-home {
	background-image: url(/images/bg_container_home.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.pad-top-zero {
	padding-top: 0px;
}
#services td {
	color: #FFF;
	width: 100%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	font-size: 14px;
}
#services a {
	color: #FFF;
	display: block;
	padding: 10px;
}
#services a:hover {
	color: #284C8A;
	background-color: #FFF;
	font-weight: bold;
}


#services h6 {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
}
.NEWformfieldsCap {
	height: 20px;
	width: 100px;
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	border: 1px solid #FFF;
	background-color: #284C8A;
}
.NEWformjumpCap {
	height: 42px;
	padding: 10px;
	border: 1px solid #FFF;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	width: 122px;
	background-color: #284C8A;
}

.inputButtons {
	color: #284C8A;
	text-decoration: none;
	padding: 10px;
	border-style: none;
	cursor: pointer;
	cursor: hand;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFFFFF;
	width: 100%;
	margin-top: 10px;
}
.inputButtons:hover {
	text-decoration: none;
	border-style: none;
	cursor: pointer;
	cursor: hand;
	background-color: #284C8A;
	color: #FFF;
}

.NEWformfields {
	height: 20px;
	width: 100px;
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	border: 1px solid #FFF;
	background-color: #284C8A;
}
.NEWcaptcha {
	width: 100%;
	margin: 0px;
	padding-bottom: 5px;
}




.NEWsectiontitles {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	width: 512px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding-top: 6px;
	padding-left: 8px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	background-color: #B42B23;
	border: 1px solid #666;
}

.NEWformjump {
	height: 42px;
	padding: 10px;
	border: 1px solid #FFF;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	background-color: #284C8A;
	width: 180px;
}

#enquiryform td {
	padding-bottom: 10px;
	font-size: 14px;
	color: #FFF;
}

.FormfieldsHome {
	height: 22px;
	width: 90%;
	color: #333;
	background-color: #FFF;
	font-size: 14px;
	padding-left: 8px;
	border: 1px solid #999;
}
.FormfieldsMulti {
	height: 130px;
	width: 90%;
	color: #333;
	background-color: #FFF;
	font-size: 14px;
	border: 1px solid #999;
}

.FormfieldsJump {
	height: 30px;
	color: #333;
	font-size: 14px;
	padding: 3px;
	background-color: #FFF;
	border: 1px solid #333;
}
.callbackButton {
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-style: none;
	cursor: pointer;
	cursor: hand;
	background-color: #284C8A;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
.testt {
	padding: 0px;
}

.callbackButton:hover {
	color: #FFF;
	border-style: none;
	cursor: pointer;
	cursor: hand;
	background-color: #333333;
}
.head-client-login {
	color: #FFFFFF;
	text-align: left;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	height: 30px;
	padding-top: 10px;
	font-size: 14px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #FFF;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #FFF;
}
.head-client-login:hover {
	background-color: #284C8A;
	color: #FFF;
}

.head-telno {
	color: #FFFFFF;
	text-align: left;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	height: 30px;
	padding-top: 10px;
	font-size: 14px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #FFF;
}
.head-telno:hover {
	background-color: #284C8A;
	color: #FFF;
}



























DESKTOP {
}
h1 {
	font-size: 28px;
	color: #284C8A;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding: 0px;
	line-height: 30px;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	color: #284C8A;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 25px;
}
h3 {
	font-size: 20px;
	font-weight: 600;
	color: #284C8A;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 22px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #284C8A;
	margin-top: 0px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
	padding: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.gridContainer {
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	max-width: 960px;
	margin: auto;
	clear: none;
	float: none;
	padding-right: 0%;
	padding-left: 0%;
	padding-top: 0%;
	padding-bottom: 0%;
}
.container_topbar {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 36px;
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
	background-color: #007AC2;
	background-image: url(/images/container_topbar_bgd.png);
	background-repeat: repeat;
}


.container_header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(/images/container_header_bgd.png);
	background-repeat: repeat;
}


.container_navigation {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 40px;
	background-color: #264A8A;
}
.container_navigation_sub {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #E9E9E9;
	font-size: 14px;
}

.header_logo {
	float: left;
	width: 35%;
	text-align: left;
}
.header_buttons {
	float: right;
	margin-left: 20px;
}


.header_content {
	text-align: right;
	display: block;
	width: 64%;
	float: left;
}

.header_info1 {
	visibility: visible;
	text-align: right;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.header_info2 {
	visibility: visible;
	text-align: right;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 24px;
	line-height: normal;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.header_info2 img {
	visibility: visible;
	padding-bottom: 5px;
}
.header_info3 {
	text-align: right;
	width: 100%;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 20px;
}



.navigation {
	z-index: 100;
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.navigation2 {
	z-index: 100;
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.banner-wrap {
	width: 100%;
	max-width: 960px;
	margin: auto;
	clear: none;
	float: none;
	padding-right: 0%;
	padding-left: 0%;
	padding-top: 0%;
	padding-bottom: 0%;
}
.topbar_buttons {
	float: right;
}


.topbar-button2 {
	color: #FFF;
	text-align: left;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	height: 30px;
	padding-top: 6px;
	font-size: 14px;
	text-decoration: none;
}
.topbar-button2:hover {
	background-color: #007AC2;
	color: #FFF;
}

.topbar-button1 {
	color: #FFF;
	background-color: #BE1522;
	text-align: left;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	height: 30px;
	padding-top: 6px;
	font-size: 14px;
	text-decoration: none;
}
.topbar-button1:hover {
	background-color: #E5332A;
	color: #FFF;
}


#container_banner {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 550px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.container_banner h1 {
	font-size: 48px;
	color: #4CA63F;
	line-height: 50px;
	margin-top: 20px;
}

#container_banner_sub {
	width: 100%;
	height: 400px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}



.banner-content {
	width: 100%;
	color: #FFF;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 176px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.banner-content-sub {
	width: 100%;
}
.banner-content-sub h1 {
	width: 100%;
	color: #FFF;
	font-size: 48px;
	line-height: 50px;
	font-weight: bold;
	padding-top: 32%;
	text-shadow: 1px 1px #333333;
}



.banner-content h5 {
	font-weight: normal;
	color: #333;
	font-size: 38px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

.banner-content h6 {
	font-weight: normal;
	color: #333;
	font-size: 24px;
	width: 100%;
	line-height: 30px;
	padding-top: 35px;
	padding-bottom: 20px;
}
.banner-left {
	width: 51%;
	float: left;
	padding-right: 4%;
	text-align: center;
	margin: 0px;
	padding-top: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
}

.banner-right-wrap {
	float: left;
	width: 45%;
}
.banner-right {
	width: 45%;
	float: left;
	position: relative;
	font-size: 20px;
	line-height: 23px;
	font-weight: normal;
	padding-top: 4%;
	text-shadow: 1px 1px #666666;
}
.banner-right h6 {
	position: relative;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: -1px;
	padding: 0px;
	line-height: 38px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-shadow: 1px 1px #333333;
}
.banner-right span {
	display:inline-block; vertical-align:middle
}
.banner-right-table {
	display: table;
	height: 100%;
}


.banner-iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 87%;
	text-align: center;
	padding-right: 6.5%;
	padding-left: 6.5%;
	margin-top: 7.8%;
}
.banner-casestudies {
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	background-image: url(/images/bgd_banner-arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 64px;
	width: 100%;
	text-align: center;
	padding-top: 24px;
}
.container_twitter {
	background-color: #666;
	padding: 1%;
	width: 98%;
	font-size: 14px;
	color: #FFF;
}

.container {
	font-size: 14px;
	width: 100%;

}





.content {
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0%;
}

.content-pad-top-zero {
	width: 100%;
	float: left;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 30px;
	padding-left: 0%;
}

.content li {
	list-style-image: url(/images/bullet_grey.png);
	margin-left: -20px;
	padding-bottom: 7px;
}
.columns1 {
	width: 94%;
	padding: 3%;
	background-color: #FFF;
	float: left;
	margin-bottom: 20px;
}
.columns2 {
	width: 48%;
	margin-right: 4%;
	clear: none;
	padding: 0%;
	margin-bottom: 2%;
}


.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-intro {
	width: 42%;
	margin-right: 4%;
	clear: none;
	padding: 3%;
	background-color: #FFF;
	min-height: 520px;
}


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

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




.columns2-center {
	width: 44%;
	margin-right: 4%;
	clear: none;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 0%;
	padding-left: 2%;
}

.columns2-wide {
	width: 65%;
	margin-right: 5%;
	clear: none;
	font-size: 14px;
}
.columns2-wide li {
	list-style-image: url(/images/bullets.png);
	padding-bottom: 5px;
}

.columns2-wide-news {
	width: 65%;
	margin-right: 5%;
	clear: none;
}
.columns2-wide-news ul {
	clear: none;
	padding-left: 20px;
}

.columns2-wide-news li {
	clear: none;
	list-style-image: none;
	list-style-type: none;
}



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


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

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



.columns2-table {
	display: table;
	width: 100%;
}
.columns2-table-title {
	display: block;
	width: 96%;
	font-size: 56px;
	font-weight: bold;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 0%;
	padding-left: 2%;
	line-height: normal;
	text-align: center;
}
.columns2-table-button {
	display: block;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	background-color: #BEC800;
	line-height: normal;
	text-align: center;
	margin: 0px;
	padding-top: 0%;
	padding-bottom: 2%;
}





.columns2-table-cell {
	display: table-cell;
	width: 49%;
	padding: 2%;
	position: relative;
}
.columns2-table-spacer {
	margin: 0px;
	padding: 0px;
	width: 2%;
}



.columns3 {
	width: 32%;
	clear: none;
	margin-right: 2%;
}

.columns3-table {
display: table;
width: 100%;
}
.columns3-table img {
	margin-bottom: 20px;
}



.columns3-table-cell {
	display: table-cell;
	position: relative;
	width: 29.333%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 60px;
	padding-left: 2%;
}
.columns3-table-cell li {
	margin-left: -20px;
	list-style-image: url(/images/bullet-arrow-white.png);
}
.columns3-table-cell {
}

.columns3-table-link {
	position: absolute;
	margin-left: 5%;
	left: 0;
	right: 0;
	background-color: #FFF;
	width: 90%;
	text-align: center;
	bottom: 20px;
	margin-right: 5%;
	display: block;
	padding: 0px;
}


.columns3-table-link a {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #007BC6;
}


.columns3-table-link a:hover {
	color: #FFF;
	background-color: #284C8A;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
}



.columns3-table-link-arrow {
	position: absolute;
	margin-left: 5%;
	left: 0;
	right: 0;
	background-color: #FFF;
	width: 90%;
	bottom: 20px;
	margin-right: 5%;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
}


.columns3-table-link-arrow a {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #007BC6;
	display: inline-block;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	text-decoration: none;
	font-size: 14px;
}


.columns3-table-link-arrow a:hover {
	color: #FFF;
	background-color: #284C8A;
}

.columns3-table h5 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
}

.columns3-table h6 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.columns4{
	clear: none;
	z-index: 200;
	position: relative;
	width: 24%;
	margin-right: 1.3%;
}
.columns4-center {
	clear: none;
	z-index: 200;
	position: relative;
	width: 24%;
	margin-right: 1.3%;
	text-align: center;
}


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


.columns5-table-cell {
	display: table-cell;
	position: relative;
	width: 16%;
	font-size: 14px;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
.cog-spin {
	position: absolute;
	top: -12px;
	height: 118px;
	width: 118px;
	left: 155px;
}


.footer {
	width: 100%;
	float: left;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 20px;
	padding-left: 0%;
	color: #999;
	text-align: center;
	font-size: 12px;
}



.footer a {
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: none;
}
.footer-copyright {
	width: 100%;
	float: left;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 20px;
	padding-left: 0%;
	color: #999;
	text-align: center;
	font-size: 12px;
}



.buttonLeft {
	width: 49%;
	float: left;
	margin-right: 2%;
}

.buttonRight {
	width: 49%;
	clear: right;
}


.container_footer {
	background-color: #333;
	color: #FFF;

}



.columns-wrap {
	margin-bottom: 15px;
	padding: 0px;
}
.quote-wrap {
	width: 100%;
	margin-bottom: 15px;
	float: left;
}
.quote-content {
	padding: 4%;
	width: 92%;
	border-radius: 15px;
	font-size: 20px;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	float: left;
}
.quote-stem-right {
	background-image: url(/images/quote-stem-right.png);
	background-repeat: no-repeat;
	background-position: 90% top;
	height: 30px;
	width: 100%;
	float: left;
}
.quote-stem-left {
	background-image: url(/images/quote-stem-left.png);
	background-repeat: no-repeat;
	background-position: 20%;
	height: 30px;
	width: 100%;
	float: left;
}

.quote-wrap h6 {
	color: #333333;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	padding-top: 8px;
}




.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

.home-logins {
	display: none;
}
.pagetitles {
}
.contentSub {
	width: 55%;
	margin-right: 2%;
}

.rightColumnSub {
width: 41.0256%;
margin-left: 1.0989%;
clear: none;
}



.content-teasersx2 {
	width: 48%;
	margin-right: 4%;
	float: left;
	text-align: left;
}
.content-teasersx2-last {
	width: 48%;
	float: left;
	text-align: left;
}


#contact-form td {
	padding-bottom: 10px;
	margin: 0px;
	color: #FFF;
}
#contact-form input {
	padding: 8px;
	border: 1px solid #FFF;
	font-size: 14px;
	color: #E67A00;
	background-color: #FFF;
	width: 143px;
}
#contact-form select {
	padding: 8px;
	border: 1px solid #FFF;
	font-size: 14px;
	color: #E67A00;
	background-color: #FFF;
	width: 100%;
}



.submitButton {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 8px;
	border-style: none;
	cursor: pointer;
	cursor: hand;
	background-color: #333333;
	width: 100%;
	text-align: center;
}
.submitButton:hover {
	color: #FFF;
	border-style: none;
	cursor: pointer;
	cursor: hand;
	background-color: #005f9b;
}

.rightMenu {
}
.rightMenu p {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rightMenu a {
	display: block;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 4%;
	/*border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;*/
	font-size: 14px;
	text-align: center;
	padding-bottom: 4%;
	background-color: #4CA63F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.rightMenu a:hover {
	text-decoration: none;
	background-color: #284C8A;
}

.rightMenu a.last {
	border-bottom-style: none;
}
.display {
	display: block;
}


.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: 960px to 481px. Inherits styles from: Desktop Layout. */

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





TABLET {
}

h1 {
	font-size: 22px;
}
h2 {

}
h3 {

}
h4 {

}
h5 {

}
h6 {

}

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


.container_header {
	width: 100%;
	z-index: 100;
}

.container_navigation {
	z-index: 100;
}

.container_navigation_sub {
	width: 100%;
	z-index: 100;
	background-color: #FFFFFF;
	margin-top: 20px;
}
.header_buttons {
	float: right;
}

.header_logo {
	float: left;
	width: 35%;
	text-align: left;
}

.header_content {
	text-align: right;
	display: block;
	width: 64%;
	float: left;
}

.header_info1 {
	visibility: visible;
	text-align: right;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.header_info2 {
	visibility: visible;
	color: #FFFFFF;
	font-size: 20px;
}
.header_info3 {
	color: #FFF;
	font-size: 16px;
}

.navigation {
	z-index: 101;
	padding: 0px;
	margin: 0%;
	width: 100%;
}
.navigation2 {
	z-index: 101;
	padding: 0px;
	margin: 0%;
	width: 100%;
}

#container_banner {
	height: auto;
	z-index: 0;
}

.container_banner h1 {
	font-size: 32px;
	color: #4CA63F;
	line-height: 34px;
	margin-top: 20px;
}

.banner-wrap {
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
}

#container_banner_sub {
	height: 300px;
}
#container_banner_sub h1 {
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
}


.container_banner_sub h3 {
	font-size: 26px;
	line-height: 28px;
	color: #666;
	padding-top: 30px;
}

.banner-content-sub {
}

.banner-content-sub h1 {
	font-size: 40px;
	line-height: 42px;
	padding-top: 230px;
}


.banner-content h5 {
	font-size: 30px;	
}

.banner-content h6 {
	font-size: 20px;
	line-height: normal;
}

.banner-left {

}
.banner-right-wrap {

}
.banner-right {
	font-size: 14px;
	line-height: normal;
	padding-top: 0%;
	padding-bottom: 2%;
}

.banner-right h6 {
	font-size: 24px;
	line-height: 26px;
}

.banner-casestudies {
	font-size: 18px;
}


.banner-iframe {
}

.container_twitter {
}

.container {

}

.content {


}
.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-intro {
	width: 42%;
	margin-right: 4%;
	clear: none;
	padding: 3%;
	background-color: #FFF;
}

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

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



 
.columns2-center {
	width: 45%;
	margin-right: 2%;
	text-align: center;
	clear: none;
	padding: 2%;
}


.columns2-wide {

}

.columns2-wide-sidebar {

}


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

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

.columns3 {
	clear: none;
	width: 32%;
	margin-right: 2%;
}

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

.columns4{

}
.columns4-center {

}

.columns5-table-cell {
	display: block;
	position: relative;
	width: 96%;
	padding: 2%;
}

.buttonLeft {
	width: 47.5%;
	float: left;
	margin-right: 5%;
}

.buttonRight {
	width: 47.5%;
	clear: right;
}



.container_footer {

}
.container_footer_teasers {

}

.cog-spin {
	display: none;
}


.footer {
}





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

.hide_tablet {
display: none;
}

.zeroMargin_tablet {
margin-left: 0;
}
.home-logins {
	display: none;
}
.pagetitles {
}
.contentSub {
	width: 61.8784%;
}
.rightColumnSub {
width: 36.464%;
clear: none;
margin-left: 1.6574%;
}
.content-teasersx2 {
	width: 48%;
	margin-right: 4%;
	float: left;
	text-align: left;
}
.content-teasersx2-last {
	width: 48%;
	float: left;
	text-align: left;
}

#contact-form td {
	padding-bottom: 10px;
	margin: 0px;
	color: #FFF;
}
#contact-form input {
	padding: 8px;
	width: 80px;
}

#contact-form select {
	width: 98px;
}
#contact-form img {
	width: 99px;
}



.submitButton {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 8px;
	border-style: none;
	cursor: pointer;
	cursor: hand;
	background-color: #333333;
	width: 100%;
	text-align: center;
}
.submitButton:hover {
	color: #FFF;
	border-style: none;
	cursor: pointer;
	cursor: hand;
	background-color: #F4A118;
}
.display {
	display: none;
}
	
	
.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 {
}


/* Mobile Layout: 480px and below. */
  
h1 {

}
h2 {

}
h3 {
	font-size: 18px;
	line-height: 20px;

}
h4 {

}
h5 {

}
h6 {

}

.gridContainer {
	width: 90%;
	clear: none;
	float: none;
	padding-top: 0%;
	padding-right: 5%;
	padding-bottom: 0%;
	padding-left: 5%;
}

.container_header {
	width: 100%;
}

.container_navigation {
}

.container_navigation_sub {
	width: 100%;
	background-color: #FFF;
}
.header_buttons {
	width: 49%;
}
.header_logo {
	text-align: center;
	width: 100%;
}


.header_content {
	display: none;
}
.navigation {
	z-index: 100;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.navigation2 {
	z-index: 100;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#container_banner {
	padding-bottom: 20px;
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
}

#container_banner h1 {
	font-size: 30px;
	color: #4CA63F;
	line-height: 32px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#container_banner_sub {
	height: 300px;
}

.container_banner_sub h3 {
	font-size: 26px;
	text-align: center;
}

.banner-wrap {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.banner-content-sub h1 {
	font-size: 30px;
	line-height: 32px;
	padding-top: 240px;
}

.banner-content h5 {
	font-size: 24px;
	text-align: center;
}

.banner-content h6 {
	font-size: 20px;
	line-height: normal;
	padding-top: 20px;
	text-align: center;
}

.banner-left {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.banner-right-wrap {
	float: left;
	width: 100%;
}
.banner-right {
	width: 90%;
	float: left;
	position: relative;
	padding-top: 0px;
	padding-right: 5%;
	padding-left: 5%;
	margin: 0px;
}

.banner-right h6 {
	font-size: 24px;
	text-align: left;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
}


.banner-casestudies {
	font-size: 18px;
	line-height: normal;
	margin: 0px;
}


.banner-iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 87%;
	text-align: center;
	padding-right: 6.5%;
	padding-left: 6.5%;
	margin-top: 7.8%;
}

.container_twitter {
}


.container {
	font-size: 14px;
	line-height: 20px;
}



.content {
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
	padding-top: 20px;
}


.columns2 {
	width: 90%;
	margin-bottom: 15px;
	padding: 5%;
}

.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-intro {
	width: 90%;
	margin-bottom: 0px;
	padding: 5%;
	margin-top: 20px;
}

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

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





.columns2-center {
	text- align: center;
	width: 100%;
	padding: 0px;
	margin: 0px;
}


.columns2-wide {
	width: 92%;
	margin-right: 0%;
	margin-bottom: 20px;
	padding: 4%;
	margin-top: 0px;
}

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


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

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


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

.columns2-table-cell {
	width: 90%;
	display: block;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 0%;
	padding-left: 5%;
	margin-bottom: 0px;
}
.columns2-table-spacer {
	height: 20px;
	display: none;
}

.columns2-table-title {
	font-size: 30px;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 5%;
}


.columns3 {
	clear: none;
	margin-bottom: 10px;
	width: 100%;
}

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

.columns3-table-cell {
	display: block;
	width: 90%;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 60px;
	padding-left: 5%;
	font-size: 16px;
}


.columns3-table-link {
}


.columns3-table-link a {

}


.columns3-table-link a:hover {
}



.columns3-table-link-arrow {
}


.columns3-table-link-arrow a {
}


.columns3-table-link-arrow a:hover {
}

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

.columns3-table h6 {
}

.columns4{
	width: 100%;
	margin-bottom: 10px;
}
.columns4-center {
	width: 100%;
	margin-bottom: 10px;
}

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


.columns5-table-cell {
	display: block;
	width: 90%;
	padding: 5%;
	font-size: 16px;
}


.buttonLeft {
	width: 100%;
	margin-bottom: 15px;
}
.buttonLeft a {
	color: #FFF;
	display: block;
	font-size: 16px;
	margin: 0px;
	padding: 4%;
	background-image: url(/images/button-arrow.png);
	background-color: #007AC2;
	background-repeat: no-repeat;
	background-position: 96% 50%;
}
.buttonLeft a:hover {
	background-color: #333;
}

.buttonRight {
	width: 100%;
	margin-bottom: 15px;
}
.buttonRight a {
	color: #FFF;
	display: block;
	font-size: 16px;
	margin: 0px;
	padding: 4%;
	background-image: url(/images/button-arrow.png);
	background-color: #007AC2;
	background-repeat: no-repeat;
	background-position: 96% 50%;
}
.buttonRight a:hover {
	background-color: #333;
}





.container_footer {
	color: #999999;
}
.container_footer a {
	color: #999999;
	text-decoration: none;
}
.container_footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.container_footer_teasers {
	background-color: #48665a;
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
}

.cog-spin {
	position: absolute;
	top: -12px;
	height: 118px;
	width: 118px;
	left: 155px;
	display: block;
}



.footer {
	width: 100%;
	font-size: 14px;
}





.columns-wrap {
	margin-bottom: 15px;
	width: 100%;
	clear: both;
	margin-left: 0;
	float: none;
}


.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.home-logins {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
.pagetitles {

}
.contentSub {
width: 100%;
}

.contentSub li {
	margin-left: -20px;
	list-style-image: url(/images/bullets.png);
}
.rightColumnSub {
width: 100%;
clear: both;
margin-left: 0;
}
.content-teasersx2 {
	width: 100%;
	margin-bottom: 15px;
	background-color: #e3e6e4;
	text-align: center;
}
.content-teasersx2 p {
	padding-top: 0%;
	padding-right: 5%;
	padding-bottom: 0%;
	padding-left: 5%;
}

.content-teasersx2-last {
	width: 100%;
	margin-bottom: 15px;
	background-color: #e3e6e4;
	text-align: center;
}

.content-teasersx2-last p {
	padding-top: 0%;
	padding-right: 5%;
	padding-bottom: 0%;
	padding-left: 5%;
}

#contact-form input {
}

#contact-form select {
}
#contact-form img {
	width: 98px;
}


.display {
	display: none;
}
}
