body {
	background:#fff;
	font-family:'Roboto', sans-serif;
	font-size:15px;
	margin:0
}

.cf:after { 
	content:"";
	display:table;
	clear:both;
}

.width{
	width:980px;
	padding:0 20px;
	margin:0 auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

p, h1, h2, h3, h4, h5, ul{
	margin:0;
}

p{
	line-height: 1.6;
}

a, a:focus{
   outline: 0;
}

a{
	transition:.5s color, .5s background;
	-webkit-transition:.5s color, .5s background;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
}

img{
	max-width:100%;
	height:auto;
}


/* ----  Fonts ----- */

@font-face {
  font-family: 'icons';
  src: url('font/icons.eot?55581603');
  src: url('font/icons.eot?55581603#iefix') format('embedded-opentype'),
       url('font/icons.woff?55581603') format('woff'),
       url('font/icons.ttf?55581603') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* ----  Header Styles ----- */

header{
	width:100%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 48%, #1a60a5 49%, #1a60a5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(48%,#ffffff), color-stop(49%,#1a60a5), color-stop(100%,#1a60a5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 48%,#1a60a5 49%,#1a60a5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffffff 0%,#ffffff 48%,#1a60a5 49%,#1a60a5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ffffff 0%,#ffffff 48%,#1a60a5 49%,#1a60a5 100%); /* IE10+ */
	background: linear-gradient(to right, #ffffff 0%,#ffffff 48%,#1a60a5 49%,#1a60a5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1a60a5',GradientType=1 ); /* IE6-9 */
	box-shadow: 0 0 2px rgba(0,0,0,.5);
	position: fixed;
	z-index: 99;
	top:0;
}

.header{
	background:url('imgs/headerBG.png') no-repeat left center;
	padding-top:38px;
	padding-bottom:38px;
	transition:padding .2s;
	-webkit-transition:padding .5s;

}

.header.shrink {
	padding-bottom: 25px;
	padding-top: 25px;
	transition:padding .2s;
	-webkit-transition:padding .2s;
}

.header img{
	float:left;
}

.header .call{
	float:right;
}

.header .call p{
	color:#c0c0c0;
	font-size:13px;
	text-align: right;
}

.header .call p span{
	color:white;
	font-size:17px;
	font-weight:700;
	padding-left: 5px;
}

.header ul.menu{
	list-style-type:none;
	margin: 0;
	float:right;
}

.header ul.menu li{
	text-align: right;
	display: inline-block;
    padding-left:15px;
}

.header ul.menu li:last-child{
	border-right:none;
}

.header ul.menu li a{
	text-decoration: none;
	color: white;
	font-size: 14px;
}

.header ul.menu li a:hover{
	color: #e1d2d2;
}

.navicon, .mobile{
	display:none;
}

/* ----  Banner Styles  ----- */


.banner-wrapper {
   width: 100%;
   background:#bac4c6;
   padding-top: 127px;
   position: fixed;
   z-index: -1;
   top:0;
}

.banner{
	width:1300px;
	margin:0 auto;
}

.banner img{
	float:left;
	display:block;
}

.banner .banner-content{
	float: right;
    padding-right: 100px;
    padding-top: 100px;
    width: 300px;
}

.banner p {
    color: #626161;
    font-size: 18px;
    line-height: 1.2;
    padding: 0;
}

.banner p.large{
	font-size:25px;
	color:#464747;
	font-weight:700;
	line-height: 1;
    padding-bottom: 20px;
}

.banner p.large span{
	font-size:31px;
	color:#1a60a5;
}

.banner a{
	font-weight:400;
	font-size:17px;
	text-transform:uppercase;
	text-decoration:none;
	color:#d7d7d7;
	padding:13px 40px;
	display:inline-block;
	background:rgba(26,96,165,1);
	transition:.5s background;
	-webkit-transition: .5s background;
}

.banner a:hover{
	background:rgba(26,96,165,.85);
}


/* ----  About Styles  ----- */

.about-wrapper{
	background: white;
	width:100%;
	padding: 80px 0 56px;
	margin-top: 464px;
}

.light h1{
	color:#1a60a5;
	text-align: center;
	font-weight:500;
	font-size:21px;
	padding-bottom: 35px;
}

.light p{
	color: #696969;
	font-size: 17px;
	padding-bottom:24px;
	font-weight: 400;
	text-align:center;
}

.light a{
	color:#1a60a5;
	text-decoration: none;
	border-bottom:1px dashed rgba(26,96,165,0);
	transition:.5s border, .5s color;
	-webkit-transition:.5s border, .5s color;
}

.light a:hover{
	color:#2878c7;
	border-bottom:1px dashed rgba(26,96,165,1);
}


/* ----  Services Styles  ----- */

.services-wrapper {
    padding: 100px 0 100px;
    background: #3068a0;
    width:100%;
}

.services h1{
	color:white;
	text-align: center;
	font-weight:500;
	font-size:21px;
	padding-bottom: 35px;
}

.services p{
	color: white;
	font-size: 17px;
	padding-bottom:24px;
	font-weight: 400;
	text-align:center;
}

.services .service-col{
	background:#3b70a5;
	border-radius:8px;
	padding:40px 10px;
	width:24.5%;
	margin-left:.6%;
	float:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	text-align: center;
	margin-top:10px;
}

.services .service-col.first{
	margin-left:0;
}

.service-col img {
    max-width: 90px;
    padding-bottom: 20px;
    transform:scale(1);
    -webkit-transform:scale(1);
    transition:all .2s;
    -webkit-transition: all .2;
}

.service-col:hover img{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
}

.service-col h2{
	color:white;
	line-height: 1.2;
	padding-bottom: 20px;
	font-size:17px;
	font-weight:400;
}


.service-col ul{
	list-style-type: none;
	margin:0;
	padding:0;

}

.service-col ul li{
	text-align: left;
	padding-left:26px;
	color:white;
	font-size:13px;
	line-height: 1.3;
	margin-bottom: 5px;
	background:url('imgs/checkmark.png') no-repeat left center ;
}



/* ----  Who We Serve Styles  ----- */

.who-wrapper{
	background: white;
	width:100%;
	padding: 80px 0 100px;
}

.testimonials:before {
    background: none repeat scroll 0 0 #e1e1e1;
    content: "";
    height: 1px;
    margin: 0 auto;
    width: 300px;
    display: block;
    margin: 30px auto;
}

.testimonials img{
	border-radius:50%;
	left: 0;
    position: absolute;
    top: 0;
}

.testimonials .testimonial-text {
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    color: #696969;
    font-size: 14px;
    padding-left: 160px;
    width: 100%;
    padding-top: 30px
}

.testimonial-text p{
	color: #696969;
	text-align: left;
    font-size: 14px;
    padding-bottom: 10px;
    font-style:italic;
}

.testimonial-text p.name{
	font-weight:700;
	font-style: normal;
	margin-top: -10px;
}

.bx-wrapper {
    position: relative;
}

.bx-viewport {
    overflow: visible !important;
}

.bxslider {
    padding-left: 0;
}

.bx-pager-item {
    display: inline-block;
    padding-right: 3px;
}

.bx-pager.bx-default-pager {
    bottom: -10px;
    left: 161px;
    position: absolute;
}

.bx-pager-link {
    background: none repeat scroll 0 0 #d8d8d8;
    border-radius: 50%;
    display: block;
    font-size: 0;
    height: 11px;
    width: 11px;
    transition:all .5s;
    -webkit-transition:all .5s;
}

.bx-pager-link.active{
	background:#7097bd;
}


/* ----  Contact Styles  ----- */

.contact-wrapper{
	background:#e8eff6;
	padding: 100px 0;
}

.sidebar {
    float: left;
    padding-right: 5%;
    width: 25%;
    padding-top:30px;
}

.sidebar h4{
	color:#1a60a5;
	font-size: 14px;
	font-weight: 700;
	padding-bottom:8px;
}

.sidebar p {
    color: #363535;
    font-size: 13px;
    line-height: 1.4;
    padding-bottom: 15px;
    text-align: left;
}

p a.facebook{
	border:0;
}

p a.facebook:after{
	content: '\e801';
	font-family:"icons";
	color: #1a60a5;
	font-size:17px;
	padding-right:8px;
	border:0;
}

a.twitter:after{
	content: '\e800';
	font-family:"icons";
	color: #1a60a5;
	font-size:17px;
	padding-right:8px;
	border:0;
}

a.linkedin:after{
	content: '\e802';
	font-family:"icons";
	color: #1a60a5;
	font-size:17px;
	padding-right:8px;
	border:0;
}

a.linkedin, a.facebook, a.twitter, a.linkedin:hover, a.facebook:hover, a.twitter:hover{
	border:0;
}

a.linkedin:hover:after, a.facebook:hover:after, a.twitter:hover:after{
	color:#2274c4;
	border:0;
}

.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	border:2px solid white;
}

.google-maps iframe {
	position: absolute;
 	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.contact-form {
    float: left;
    width: 70%;
    padding-top:30px;
}

.fr{
	float:right;
	width:50%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-left:8px;
	position: relative;
}

.fl{
	float:left;
	width:50%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-right:8px;
	position: relative;
}


input {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dddddd;
    border-radius: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    color: #696969;
    font-size: 16px;
    margin-bottom: 15px;
    outline: medium none;
    padding: 18px 20px;
    transition: background 0.5s ease 0s;
    -webkit-transition:.5s background;
    width: 100%;
}

textarea{
	border: 1px solid #dddddd;
    border-radius: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    color: #696969;
    font-size: 16px;
    margin-bottom: 15px;
    outline: medium none;
    padding: 18px 20px;
    transition: background 0.5s ease 0s;
    -webkit-transition:.5s background;
    width: 100%;
    height: 200px;
}

input:focus{
	background:#f4f2f2;
}

.error{
	position: absolute;
	background:url('imgs/error.png') no-repeat;
	right:20px;
	top:13px;
	height:32px;
	width:32px;
}

textarea:focus{
	background:#f4f2f2;
}

#send{
	background:#1a60a5;
	border:none;
	border-radius:6px;
	color:white;
	padding:20px 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
	text-align: center;
	display:block;
	cursor: pointer;
	transition:all .5s;
	-webkit-transition: all .5s;
}

#send:hover{
	background:#2677c6;
}

#ajaxsuccess {
    display: none;
}

#ajaxsuccess h5{
	color:#1a60a5;
	text-align: center;
	font-weight:500;
	font-size:21px;
	padding-bottom: 35px;
}

#ajaxsuccess p{
	color: #696969;
	font-size: 17px;
	padding-bottom:24px;
	font-weight: 400;
	text-align:center;
}

.error{
	display:none;
}

#err-timedout{
	display:none;
}

/* ----  Footer Styles ----- */

footer{
	width:100%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #1a60a5 0%, #1a60a5 48%, #ffffff 49%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1a60a5), color-stop(48%,#1a60a5), color-stop(49%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #1a60a5 0%, #1a60a5 48%, #ffffff 49%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #1a60a5 0%, #1a60a5 48%, #ffffff 49%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #1a60a5 0%, #1a60a5 48%, #ffffff 49%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to right, #1a60a5 0%,#1a60a5 48%,#ffffff 49%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a60a5', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	box-shadow: 0 0 2px rgba(0,0,0,.5);
}

.footer{
	background:url('imgs/footerBg.png') no-repeat left center;
	padding-top:25px;
	padding-bottom:25px;
}

.footer p{
	font-size:13px;
	color:white;
	padding-bottom:0;
	line-height:1.4;
}

.footer p.mini-nav{
	font-size:11px;
}

.footer a{
	color:white;
	text-decoration: none;
	border-bottom:1px dashed rgba(255,255,255,0);
	transition:.5s border, .5s color;
	-webkit-transition:.5s border, .5s color;
}

.footer a:hover{
	color:#e8e8e8;
	border-bottom:1px dashed rgba(232,232,232,1);
}

.footer a.shout-out{
	color: #e4e0e0;
	border-bottom:1px dashed rgba(228,224,224,0);
}

.footer a.shout-out:hover{
	color:white;
	border-bottom:1px dashed rgba(255,255,255,1);
}

.footer img{
	float:right;
}

.footer-content{
	float:left;
}

/* --- Terms Page --- */

.inner-wrapper{
	background: white;
	width:100%;
	padding: 80px 0 56px;
	margin-top: 464px;
}

.inner h1{
	color:#1a60a5;
	text-align: left;
	font-weight:500;
	font-size:21px;
	padding-bottom: 35px;
}

.inner p{
	color: #696969;
	font-size: 17px;
	padding-bottom:24px;
	font-weight: 400;
	text-align:left;
}

.inner a{
	color:#1a60a5;
	text-decoration: none;
	border-bottom:1px dashed rgba(26,96,165,0);
	transition:.5s border, .5s color;
	-webkit-transition:.5s border, .5s color;
}

.inner a:hover{
	color:#2878c7;
	border-bottom:1px dashed rgba(26,96,165,1);
}



/* ----  Back to Top BTN  ----- */

a.back-to-top{
	position:fixed;
	right:20px;
	bottom:20px;
/*	background:url('imgs/upArrow.png');*/
	color:white;
	text-decoration:none;
	display:none;
	height:56px;
	width:56px;
	transition: .5s all;
	-webkit-transition: .5s all;
}

a.back-to-top:hover{
	opacity:.6;
}


/* ----  Responsive  ----- */

@media screen and (max-width: 1300px){
	
	.header {
	    padding-bottom: 25px;
	    padding-top: 25px;
	}

	.banner-wrapper {
	    padding-top: 101px;
	}

	.banner{
		max-width:1100px;
		margin:0 auto;
		width:100%;
		position: relative;
	}

	.banner img {
	    max-width: 780px;
	}

	.banner .banner-content {
		padding-right:0;
		padding-top:80px;
	}

	.about-wrapper {
    	margin-top: 420px;
    	padding: 60px 0 36px;
	}

	.light h1 {
		padding-bottom:27px;
	}

	.inner-wrapper{
		margin-top: 420px;
    	padding: 60px 0 36px;
    }
	
	.inner h1{
		padding-bottom:27px;
	}

	#ajaxsuccess h5{
		padding-bottom:27px;
	}

	.services-wrapper{
		padding: 60px 0 60px;
	}

	.services h1{
		padding-bottom:27px;
	}

	.who-wrapper {
    	padding: 60px 0 80px;
	}

	.contact-wrapper {
	    padding: 60px 0 100px;
	}

}

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

	.banner .banner-content {
	    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	    box-sizing: border-box;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    height: 319px;
	    padding: 70px 20px 20px;
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 350px;
	}

	.banner img{
		float:none;
		width:100%;
	}

}

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

	header{
		position:static;
	}
	
	.header {
	    background: url("imgs/headerBG.png") no-repeat -30px center;
	}

	.width{
		width:800px;
	}

	.header ul.menu li {
	    padding-left: 12px;
    }

    .header ul.menu li a {
	    font-size: 13px;
	}

	.banner-wrapper{
		padding-top:0;
		position: static;
	}

	.about-wrapper{
		margin-top:0;
	}

	.inner-wrapper{
		margin-top:0;
	}

	.services .service-col {
	    margin-left: 1%;
	    padding: 40px 30px;
	    width: 49.5%;
	}

	.services .service-col.second{
		margin-left:0;
	}

	.footer {
	    background: url("imgs/footerBg.png") no-repeat -150px center;
	}

	.banner .banner-content {
	    bottom: 0;
	    left: 0;
	    padding: 70px 20px 20px;
	    text-align: center;
	    width: 100%;
	    height:auto;
	}

	.banner p.large {
	    margin: 0 auto;
	    max-width: 320px;
	}

	.banner a {
		font-size:14px;
	}

}

@media screen and (max-width: 800px){
	
	.width{
		max-width:550px;
		width:100%;
		min-width:320px;
	}

	.header{
		background:none;
	}

	header{
		background:white !important;
	}

	.header .call{
		display:none;
	}

	.header ul.menu{
		display:none;
	}

	.navicon, .mobile{
		display:block;
	}

	.navicon{
		 background: none repeat scroll 0 0 #1a60a5;
	    border-radius: 3px;
	    float: right;
	    margin-top: 10px;
	    padding: 4px 10px;
		cursor: pointer;
	}

	.navicon:after{
		font-family:'icons';
		content:"\e803";
		color:white;
		font-size:20px;
	}

	ul.mobile-menu {
	    background: none repeat scroll 0 0 #1a60a5;
	    list-style-type: none;
	    padding-left: 0;
	    text-align: center;
	    display:none;
	}

	ul.mobile-menu li{
		padding:15px 0;
		border-bottom: 1px solid #3b70a5;
		transition:all .5s;
		-webkit-transition:all .5s;
	}

	ul.mobile-menu li:last-child{
		border-bottom:0;
	}

	ul.mobile-menu li a{
		color:white;
		text-decoration: none;
		font-size:13px;
		width: 100%;
		display:block;
	}

	ul.mobile-menu li:hover{
		background:#2070be;
	}

	.testimonials img{
		position: static;
		margin:0 auto;
		display:block;
	}

	.testimonials .testimonial-text {
		padding-left:0;
	}

	.testimonials .testimonial-text p{
		text-align: center;
	}

	.bx-pager.bx-default-pager {
	    left: 50%;
	    transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    -moz-transform: translateX(-50%);
	}

	.sidebar {
	    padding-right: 0;
	    text-align: center;
	    width: 100%;
	}

	.sidebar p{
		text-align: center;
	}

	.google-maps{
		display:none;
	}

	.contact-form{
		width:100%;
	}

	footer{
		background:#1a60a5 !important;
	}

	.footer{
		background:none;
	}

	.footer img {
	    display: none;
	}


}

@media screen and (max-width: 550px){
	
	.header img {
	    float: left;
	    max-width: 200px;
	}

	.navicon {
		margin-top: 4px;
	}

	.banner-wrapper{
		background:url('imgs/banner.jpg') no-repeat scroll center center #eaedee;
		background-size:cover;
		height:200px;
	}

	.banner{
		 background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
		 height:200px;
	}

	.banner img{
		display:none;
	}

	.banner .banner-content {
		background:none;
		padding: 35px 20px 20px;
	}

	.banner p {
	    font-size: 16px;
	}

	.banner p.large {
	    font-size: 20px;
	}

	.banner p.large span {
	    font-size: 25px;
	}

	.banner a{
		font-size:12px;
	}

	.light h1, .services h1, #ajaxsuccess h5, .inner h1{
    	font-size: 18px;
	}

	.light p, .services p, #ajaxsuccess p, .inner p{
		font-size:15px;
	}

	.contact-wrapper {
	    padding: 60px 0;
	}

	input, textarea {
	    font-size: 14px;
	    margin-bottom: 10px;
	}

	#send{
		font-size:12px;
	}

	.footer p{
		font-size:10px;
	}

	.footer p.mini-nav{
		font-size:9px;
	}

	.services .service-col {
	    margin-left: 0;
	    width: 100%;
	}

	.fl {
	    padding-right: 0px;
	    width: 100%;
	}

	.fr {
		padding-left:0;
		width:100%;
	}

		
}


