/*
Theme Name: BS3 Theme
Theme URI: http://google.com
Description: Renaissance Responsive Theme
Version: 1
Author: Chelsea Thrupp
Author URI: http://google.com
*/

@import url('css/bootstrap.css');
@import url('css/bootstrapXL.css');

/*.current_page_item{
	outline: red solid;
}
*/

.error-page{
	padding-bottom: 30%;
	padding-top: 50px;
	text-align: center;
}


.navbar li.current-menu-item:hover{
    background-color: #03d9d7 !important;
}

html, body{
	overflow-x:hidden;
}

.contact-us iframe{
	margin-top: -20px;
}

.about-us-row{
	margin: 60px auto 60px;
}

.about-us-row .btn-main-small{
	margin-top: 30px;
}

.staff-dashboard-content{
	padding-top: 30px;
	padding-bottom: 180px;
}

.staff-dashboard-content h4{
	padding-bottom: 15px;
}


.service-page .row, .blog-content .row, .job-content .row, .about-content .row{
	margin: 40px auto 40px !important;
	padding-bottom: 50px;
	border-bottom: #f2f2f2 1px solid;
	font-family: Helvetica;
	font-weight: lighter;
}

.about-content{
	margin-top: 40px;
}

.job-content{
	margin-top: 530px !important;
	padding-bottom: 50px;
	font-family: Helvetica;
	font-weight: lighter;
}

.blog-content{
	margin: 400px auto 30px !important;
	padding-bottom: 50px;
/*	border-bottom: #f2f2f2 1px solid;*/
	font-family: Helvetica;
	font-weight: lighter;
}

.single-blog-content, .single-story-content{
	margin: 30px auto 80px auto;
}

.single-service-content{
	margin: 420px 0 150px 0;
}


.row h2{
	font-family: Helvetica;
	font-weight: lighter;
	padding-bottom: 10px;
}

.row h3{
	font-family: Helvetica;
	font-weight: lighter;
	padding-top: 20px;
}

.row p{
	font-family: Helvetica;
	font-weight: lighter;
	padding-top: 10px;
}

.service{
	margin-top: 500px;
}

.footer{
	z-index: 1000;
	background-color: #1A1A1A;
}

.footer li.footer-title a{
	color: white !important;
	font-weight: normal;
	line-height: 270%;
	font-family: 'Helvetica', sans-serif;
}

.footer ul{
	float: left;
	color:#6d6d6d;
	padding:3em;
	list-style-type: none;
	font-family: helvetica;
	line-height: 150%;
}



.footer ul li a{
	color: #6d6d6d;
}

.footer:after{
	display: block;
	content: "";
	clear: both;
	background-color: #4C4C53;
}

form#login{
		    display: none;
		    background-color: #FFFFFF;
		    border-radius: 8px;
		    font-family: Helvetica, sans-serif;
		    font-weight: lighter;
		    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
		    position: fixed;
		    top: 140px;
		    padding: 40px 25px 25px 25px;
		    width: 500px;
		    z-index: 3999;
		    left: 50%;
		    margin-left: -200px;
		    color: #878787;
		    font-size: 11px;
}



form#login input#username,
form#login input#password{
    border: 1px solid #EDEDED;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    color: #333333;
    font-size: 15px;
    padding: 10px 10px 10px 13px;
    width: 450px;
    margin: 7px 0 30px 0;
    background-color: #F9F9F9;
    font-family: Helvetica;
}


@media (max-width: 569px) {
		form#login{
		    width: 90%;
		}

		form#login input#username,
		form#login input#password{
			 width: 100%;
			margin: 7px 0 30px 0;

		}


}


@media (min-width: 1900px) {
	
	form#login{
	    width: 500px;
	}

	form#login input#username,
	form#login input#password{
			width: 450px;
    		margin: 7px 0 30px 0;
	}

}


form#login h1{
    color: #333333;
    font-family: Helvetica;
    font-weight: lighter;
    font-size: 27px;
    text-align: center;
    line-height: 1;
    margin: 0 0 30px 0;
}


form#login input#username:focus,
form#login input#password:focus{
    background-color: #FFF;
}


form#login input.submit_button{
    font-size: 13px;
    color: #FFF;
    border: 1px solid #03d9d7;
    background-color: #03d9d7;
    border-radius: 3px;
    padding: 9px 31px 9px 31px;
   /* background: -moz-linear-gradient(top, #ea6656, #df5949);*/
    /*border-top: 1px solid #bb483a;*/
    /*border-bottom: 1px solid #a63b2e;*/
    float: right;
    /*box-shadow: 0 1px 0 #E87A6E inset;*/
}

form#login a{
    text-decoration: none;
}

form#login a.close{
    color: #DCDCDC;
    position: absolute;
    right: 15px;
    top: 15px;
}

form#login a.lost{
    color: #B4B2B2;
    float: left;
    margin: 10px 0 0 0;
}

form#login p.status{
    text-align: center;
    margin: -25px 0 20px 0;
    display: none;
}

a.login_button{
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 7px 5px 7px;
    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #DCDCDC;
    color: #333;
    text-decoration: none;
    font-size: 11px;
}

.login_overlay{
    height: 100%;
    width: 100%;
    background-color: #F6F6F6;
    opacity: 0.9;
    position: fixed;
    z-index: 3000;
}

.client-area-forms{
	margin-bottom: 100px;
	margin-top: 30px;
	margin-left: -40px;
}

.client-area-forms ul li a{
	font-family: Helvetica;
	line-height: 130%;
	font-weight: bold;
	text-decoration: none !important;
}

.staff-area-forms{
	margin-left: -40px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.staff-area-forms ul li a{
	font-family: Helvetica;
	line-height: 130%;
	font-weight: bold;
	text-decoration: none !important;
}

.videoBox{
	background-color: #eeeeee;
}

.videoBox-dark{
	background-color: #363636;
	margin-top: -20px;
}


.testimonialBox{
	background-color: #05232e;
	background-image: url(css/images/testimonialblur.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: white;
	font-family: 'Montserrat', sans-serif;
	line-height: 150% !important;
	
}

.testimonialBox h3{
	font-style: italic;
}


@media (max-width: 549px) {
	.testimonialBox{
		margin: -30px auto 80px;
		padding: 20px;
		text-align: center;
	}
}

@media (min-width: 550px) {
	.testimonialBox{
		margin: -30px auto 80px;
		padding: 50px;
	}
}

@media (min-width: 1889px) {
	.testimonialBox{
		margin: -30px auto 80px;
		padding: 80px;
	}
}

@media (min-width: 2399px) {
	.testimonialBox{
		margin: -30px auto 80px;
		padding: 140px;
	}
}


.blogCard{
	background-color: #fafafa;
	padding: 70px;
}

.blogBox{
	background-color: white;
	font-family: 'Montserrat', sans-serif;
}

.blogBox h2{
	color: #000;
	font-family: Helvetica;
	font-weight: lighter;
}

.blogBox p{
	padding-top: 20px;
	color: #4b4b4b;
}

@media (max-width: 549px) {
	.blogBox{
		text-align: center;
		width: 90%;
	}
}


.testimonialBox p{
	padding-top: 20px;
	line-height: 140%;
	color: #ebebeb;
}

.testimonialBox span{
	font-weight: bolder;
}

iframe{
	margin: auto;
	display: block;
	margin-top: 45px;
	margin-bottom: 45px;
}

@media (min-width: 200px) {
	.videoBox iframe, .videoBox-dark iframe{
		/*height: 500px;*/
			width: 90%;
			height: 300px;
	}
}

@media (min-width: 900px) {
	.videoBox iframe, .videoBox-dark iframe{
		/*height: 500px;*/
			width: 90%;
			height: 460px;
	}
}


@media (min-width: 1400px) {
	.videoBox iframe, .videoBox-dark iframe{
		/*height: 500px;*/
			width: 70%;
			height: 600px;
	}
}


.videoBox h3{
	text-align: center;
}


.fpw-layout-wrapped .fpw-featured-image {
    width: 150px;
}

.client-area-big{
	background-color: #f9f9f8;
	height: 600px;
}

.client-area-forms{
	padding-left: 30px;
}

.client-forms{
	padding-left: 0px !important;
}

.client-forms li{
	list-style-type: none;
	padding-left: none !important;
	padding-top: 5px;
	text-decoration: underline;
}


.client-forms li:first-child{
	padding-top: 20px;
}

.formfield{
	/*outline: red solid;*/
	padding: 10px;
	transition: background-color 0.2s ease;
	width: 100%;
}


.formfield label{
	outline: red solid;
	
}

.formfield:focus{
	background-color: #fbfbfb;
	border: none !important;
	outline: none;
}

@media (min-width: 990px) {
	.service-snippet:first-child{
		margin-left: -30px;
	}
}

.service-snippet p{
	color: #646464;
}

.img-round{
	border-radius: 100px;
}

.successstory{
	margin-bottom: 60px;
	/*margin-top: 30px;*/
	/*margin-top: 10px;*/
}

.successstorycontent{
	margin-left: 40px;
	margin-top: 20px;
}


/*.successstorycontent h2{
	font-size: 2em;
	padding-bottom: 5px;
	font-weight: normal;
	font-family: 'Droid Sans', sans-serif;
}*/

.successstorycontent h6{
	/*font-size: 2em;*/
	/*outline: red solid;*/
	padding-top: 0 !important;
	font-weight: 600;
	font-family: Helvetica;
}

.successstorycontent .read-more-link{
	/*font-size: 2em;*/
	/*outline: red solid;*/
	font-weight: 600;
	margin-top: -10px;
	font-family: Helvetica;
}


.successstorycontent h3{
	font-family: 'Montserrat', sans-serif;
	color: #323c3e;
	/*border-bottom: 5px #323c3e solid;*/
	/*width: 4em;*/
	padding-bottom: 7px;
	/*margin-bottom: 30px;*/
	margin-left: 50px;
}

.successstorycontent .read-more-btn{
	margin-bottom: 20px;
}

.successstorycontent p{
	font-size: 16px;
	font-weight: 300;
	margin-top: -5px;
	padding-bottom: 5px;
	line-height: 1.4;
	font-family: helvetica !important;
}
.successstoryMain{
	color: white;
}

.successstoryMain a{
	color: white;
}

.service-snippet-row{
	/*background-color: #f5f5f5;*/
	margin-top: 550px;
	/*background-image: url('css/images/greybg.jpg');*/
	background-position: center center;
	padding: 60px;
	/*border-bottom: 1px black solid;*/
	font-family: 'Montserrat', sans-serif;
}

.service-snippet-row:after{
	height: 1px;
	width: 80%;
	background-color: #dddddd;
	content: "";
	display: block;
	margin: 90px auto 30px auto;
}

.service-snippet i{
	font-size: 1.8em;
	float: right;
	padding-top: 20px;
	color: #00cbc9;
}

@media (max-width: 989px) {
	.service-snippet i{
		display: none;
	}

}


.service-snippet{
	margin-top: 29px;
}

.service-snippet h3{
	font-family: 'Montserrat', sans-serif;
}

.service-snippet p{
	padding-top: 8px;
	color: #595959;
}

.image-slider{
	margin-top: -21px;
	/*position: absolute;*/
}

.image-slider:after{
	clear:both;
	content: "";
	display: block;
}

.company-text{
	padding: 10px;
	color: white;
	position: absolute;
}

@media (max-width: 549px) {
	.company-text{
		margin-top: 20px;
		width: 90%;
		text-align: center;
	}
}

@media (min-width: 550px) {
	.company-text{
		width: 35em;
		margin-top: 70px;
		margin-left: 30px;
		text-align: left;
	}
}

@media (min-width: 1289px) {
	.company-text{
		margin-top: 110px;
	}
}


.company-text h2{
	padding-bottom: 17px;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Droid Sans', sans-serif;
}

.company-text p{
	font-size: 20px;
	font-family: helvetica;
	font-weight: 300;
}



.company-text2{
	padding: 10px;
	color: white;
	position: absolute;
}

@media (max-width: 549px) {
	.company-text2{
		margin-top: 20px;
		width: 90%;
		text-align: center;
	}
}

@media (min-width: 550px) {
	.company-text2{
		width: 45em;
		margin-top: 15px !important;
		margin-left: 30px;
		text-align: left;
	}
}

@media (min-width: 1289px) {
	.company-text2{
		margin-top: 110px;
	}
}


.company-text2 h2{
	padding-bottom: 17px;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Droid Sans', sans-serif;
}

.company-text2 p{
	font-size: 20px;
	font-family: helvetica;
	font-weight: 300;
}


.headerImage{
	background-image: url(css/images/finalbanner.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin-top: -21px;
	height: 600px;
	position: absolute;
	background-attachment: fixed;
}

.jobsImage{
	background-image: url(css/images/finalbanner.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin-top: -21px;
	height: 450px;
	position: absolute;
	background-attachment: fixed;
}


.loginImage{
	background-image: url(css/images/finalbanner.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin-top: -21px;
	height: 400px;
	position: absolute;
	background-attachment: fixed;
}

.storiesHeaderImage{
	background-image: url(css/images/storiesheaderimage.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin-top: -21px;
	height: 340px;
	position: absolute;
	background-attachment: fixed;
}

.clientHeaderImage{
	background-image: url(css/images/successstories.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin-top: -21px;
	height: 410px;
	position: absolute;
	background-attachment: fixed;
}

.teamHeaderImage{
	background-image: url(css/images/successbannerblur.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin-top: -21px;
	height: 340px;
	position: absolute;
	background-attachment: fixed;
}

.servicesHeaderImage{
	background-image: url(css/images/successbannerblur.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin-top: -21px;
	height: 370px;
	position: absolute;
	background-attachment: fixed;
}

.servicesHeaderImage .company-text{
	margin-top: 50px !important;
}


.blogHeaderImage{
	background-image: url(css/images/successbannerblur.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin-top: -21px;
	height: 340px;
	position: absolute;
	background-attachment: fixed;
}

.staffHeaderImage{
	background-image: url(css/images/successbannerblur.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin-top: -21px;
	height: 340px;
	position: absolute;
	background-attachment: fixed;
}

.storiesHeader{
	height: auto;
}

.storiesHeader img{
	margin-top: -20px;
	width: 100%;
}

.storiesHeaderImage .company-text{
	margin-top: 40px !important;
	width: 60em;
}

.blogRow{
	margin-top: 350px;
}

.successStoryList{
	margin-top: 380px;
}

.contact-footer2{
	margin-top: 130px;
	margin-bottom: 160px;
}


.contact-footer2 h3{
	font-family: 'Montserrat', sans-serif;
	padding-left: 17px;
}

.contact-footer2 p{
	font-family: Helvetica;
	font-weight: lighter;
	padding: 10px 0 50px 17px;
}

.contact-page-form{
	/*font-family: 'Droid Sans', sans-serif;*/
	font-family: Helvetica;
	font-weight: lighter;
	margin: 80px auto 60px;
}

.contact-page-form h3{
	font-family: 'Montserrat', sans-serif;
	padding-left: 17px;
}

.contact-page-form p{
	font-family: Helvetica;
	font-weight: lighter;
	padding: 10px 0 50px 17px;
}


.contact-footer2 label, .contact-page-form label{
	font-family: Helvetica;
	font-weight: bold;
	padding-bottom: 10px;
}

.contact-footer2:before{
	height: 1px;
	width: 80%;
	background-color: #dddddd;
	content: "";
	display: block;
	margin: 90px auto 90px auto;
}


.login-form{
	margin-top: 600px;
	margin-bottom: 160px;
}

.login-form label{
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 10px;
}

.login-form:before{
	height: 1px;
	width: 80%;
	background-color: #dddddd;
	content: "";
	display: block;
	margin: 90px auto 90px auto;
}

.contactImage{
	background-image: url('images/headerbg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -21px;
	height: 300px;
}

.navbar-nav{
	font-family: Helvetica;
	font-weight: normal;
}

.contact-footer{
	margin-top: 30px;
	/*background-color: #f9f9f9;*/
	background-color: #ffffff;
	margin-bottom: 0 !important;
}

.contact-footer2 .btn{
	margin-top: -30px;
}


.contact-footer-form p{
padding-bottom: 5px !important;
}

.contact-footer h2{
	color: #595959;
	font-weight: 300;
	height: 70px;
	border-bottom: 1px #d2d1d1 solid;
	margin-bottom: 35px;
	font-family: Open Sans;
	font-weight: 700;
}

.contact-footer input[type="text"]{
	width: 26em;
	padding: 13px 5px;
	/*border-radius: 10px;*/
	background-color: #efefef;
	color: #ffffff;
	border: none;
	margin-bottom: 10px;
	text-indent: 10px;
}

.contact-footer label{
	color: #595959;
	/*font-weight: normal;*/
	padding-top: 15px;
}

.contact-footer input[type="text"]:focus, textarea:focus, select:focus{
	background-color: #e4e3e3;
	outline: none !important;
	transition: background-color 0.3s ease;
}

textarea{
	width: 100%;
	padding: 13px 5px;
	height: 120px;
	/*border-radius: 10px;*/
	background-color: #efefef;
	color: #ffffff;
	border: none;
	margin-bottom: 25px;
	text-indent: 10px;
}

::-webkit-input-placeholder {
  	color: #474747;
}

:-moz-placeholder { /* Firefox 18- */
   color: #474747;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #474747;
}

:-ms-input-placeholder {  
   color: #474747;
}


.contact-form{
	margin-top: 10px;
	background-color: white;
	margin-bottom: 0 !important;
}

.contact-form h2{
	/*color: #fff;*/
	font-weight: 300;
	height: 70px;
	border-bottom: 1px #898989 solid;
	margin-bottom: 35px;
	font-family: Open Sans;
	font-weight: 700;
}

.contact-form input[type="text"]{
	width: 33em;
	padding: 13px;
	/*border-radius: 10px;*/
	background-color: #EDEDED;
	color: #ffffff;
	border: none;
	margin-bottom: 25px;
	text-indent: 10px;
}

.contact-form input[type="password"]{
	width: 33em;
	padding: 13px;
	/*border-radius: 10px;*/
	background-color: #EDEDED;
	color: #ffffff;
	border: none;
	margin-bottom: 25px;
	text-indent: 10px;
}

.contact-form input[type="text"]:focus, textarea:focus, select:focus{
	background-color: #EDEDED;
	outline: none !important;
	transition: background-color 0.3s ease;
}

.contact-form .forgotten-password{ 
	display: inline-block;
	margin-left: 21px;

}

.contact-form textarea{
	width: 100%;
	padding: 13px;
	height: 120px;
	background-color: #EDEDED;
	color: #ffffff;
	border: none;
	margin-bottom: 30px;
	text-indent: 10px;
	border-radius: 0px !important;
}



.services-row{
	background-color: #fbfbfb;
	padding: 30px;
	margin-top: -40px;
}

.blog-feature{
	margin-bottom: 12px;
	margin-top: 30px;
}

.blog-feature .btn-main-small{
	/*margin-left: 40px;*/
}
.blog-feature i{
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 0px!important;
}

.blog-feature span{
	font-family: 'Coustard', serif;
	font-size: 4.5em;
/*	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	unicode-bidi:bidi-override;
	direction:rtl;*/
	padding: 0!important;
	margin: 0!important;
	height: 1px;
}

/*.blog-feature img{
	height: 150px;
	width: 150px;
}*/

.blog-feature{
		padding-left: 0;
		text-align: center;
	}
	.blog-feature img{
		width: 150px;
		height: 150px;
		border-radius: 150px;
		-webkit-border-radius: 150px;
		-moz-border-radius: 150px;
		margin: auto;
	}


.blog-feature h4{
	margin-top: 19px;
	/*padding-left: 40px;*/
}


.blog-feature .teammember-titles{
	padding-top: 20px;
	line-height: 150%;
}

.blog-feature-small{
	margin: 20px auto 20px auto;
	  display:inline-block;
}

.blog-feature-small img{
	width: 150px;
	height: 150px;
}

.team-text{
	text-align: center;
	font-family: Helvetica;
	font-weight: lighter;
}

.container .team-text p{
	text-align: center;
	font-family: Helvetica !important;
	font-weight: lighter;
}

.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}


/*.footer{
	background-color: #063346;
	margin: 0px;
}

.footer-bottom{
	background-color: #114766;
	height: 50px;
}

.footer ul li{
	list-style-type: none;
	color: white;
}

.footer-title{
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 6px;
	border-bottom: 1px white solid;
	width: 80%;
	margin-bottom: 12px;
}

.footer-title:after{
	content: "";
	display: block;
	height: 4px;
	width: 34%;
	background-color: #00b1af;
	position: absolute;
	top: 26px;
}
*/

/*.footer{
	height: 60px;
	background-color: #292929;
	margin-top: 0 !important;
}

.footer ul{
	padding: 0 !important;
}

.footer ul li{
	color: grey;
	float: left;
	list-style-type: none;
	padding-left: 0;
	text-decoration: underline;
	line-height: 60px;

}*/

.space-top{
	margin-top: 40px;
}

.why-choose-us{
	font-size: 18px;
}

.why-choose-us ul li{
	padding: 7px;
}

.space-bottom{
	margin-bottom: 20px;
}

.mainIntro{
	background-color: #484848;
	color: white;
	/*margin-top: 600px;*/
	margin-top: -20px;
}

.mainIntro p{
	line-height: 120%;
	font-family: Helvetica;
	font-weight: lighter;
}

.mainIntro h2{
	line-height: 160%;
	font-weight: normal;
	font-family: 'Droid Sans', sans-serif;
}

.ServicesMainIntro{
	background-image: url(css/images/testimonialblur.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	/*margin-top: 600px;*/
	margin-top: -20px;
	padding: 50px !important;
}

.JobsMainIntro{
	background-image: url(css/images/testimonialblur.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	/*margin-top: 600px;*/
	margin-top: -20px;
	padding: 50px !important;
}

.ServicesMainIntro, .JobsMainIntro p{
	line-height: 120%;
	font-family: Helvetica;
	font-weight: lighter;
}

.ServicesMainIntro, .JobsMainIntro h2{
	line-height: 160%;
	font-weight: normal;
	font-family: 'Droid Sans', sans-serif !important;
}


.mainIntro-margin{
	background-color: #484848;
	color: white;
	margin-top: 320px;
	/*margin-top: -20px;*/
}

.mainIntro-margin2{
	background-color: #484848;
	color: white;
	margin-top: 400px;
}

.mainIntro-margin p, .mainIntro-margin2 p{
	line-height: 120%;
	font-family: Helvetica;
	font-weight: lighter;

}

.mainIntro-margin h2, .mainIntro-margin2 h2{
	line-height: 160%;
	font-family: 'Droid Sans', sans-serif;


.signIn{
	margin-top:23px;
}

.topNav{
	background-color: #f4f4f4;
	height: 40px;
	line-height: 20px;
}

.topNav ul li{
	list-style-type: none;
	display: inline-block;
	padding: 0 7px 0 7px;
	font-size: 13px;
	margin-top: -8px;
}

.topNav ul li a{
	color: #737373;

}

.logo{
	height: 50px;
	margin-top: 18px;
}

.brandLine{
	background-color: #4f9b9b;
	height: 2px; 
}

.services{
	background-color: #ffffff;
	border: 1px #fbfbfb solid;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	color: #414141;
	margin: auto;
}

.services li{
	padding: 6px;
	list-style-type: none;
	padding-left: 0px;
	border-bottom: 1px #f0f2f2 solid;
	/*border-bottom: 1px red solid;*/
}

/*.services li:nth-child(1){
	padding-top: 10px;
}*/

.other-service{
	margin-top:20px;
}

.services img{
	width: 100%;
}

.serviceBtn{
	width: 100%;
	border: none;
	background-color: #cbcbcb;
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
}

.featuredBtn{
	width: 100%;
	border: none;
	background-color: #b9c128;
	color: white;
	padding-top: 23px;
	padding-bottom: 23px;
	font-size: 17px;
}

.archives{
	margin-top: 400px;
	padding-left: 20px;
}
.archives h3{
	padding-bottom: 20px;
}

.archives ul{
	padding-left: 0px !important;

}

.archives ul li{
	list-style-type: none;
	font-family: helvetica;
	font-weight: lighter;
}

.archives ul li a{
	list-style-type: none;
	font-family: helvetica;
	font-weight: lighter;
}


.blog-post-loop{
	outline: red solid;
	border-bottom: 1px #dedede solid;
	margin-top: 40px auto 50px !important;
	transition: background-color 0.4s ease;
}

.blog-post-loop h2{
	outline: blue solid;
}

.blog-post-loop p{
	font-family: Helvetica;
	font-weight: lighter;
}

.blog-post-loop .read-more-btn{
	margin-top: 18px;
}


.services-list{
	/*margin-bottom: 40px;*/
	border-bottom: 1px #dedede solid;
	padding-top: 40px !important;
	padding-bottom: 60px;
	padding-right: 50px;
	transition: background-color 0.4s ease;
}

.services-list .read-more-btn{
	margin-top: 18px;
}

/*.services-list:first-child{
	margin-top: -30px;
}*/

.services-list:hover{
	/*background-color: #f9f9f9;*/
}

.services-list img{
	width: 90%;
}

.services h4{
	margin-bottom: 0px !important;
}

.services-list p{
	padding-top: 0px !important;
	margin-top: 0px !important;
	/*outline: red solid;*/
	width: 100%;
	font-family: Helvetica;
	font-weight: lighter;
}

.read-more{
	text-decoration: underline;
	color: #00b0ae;
}

.hover-row{
	transition: background-color 0.4s ease;
}

.hover-row:hover{
	background-color: #fafaf8;
}

.hover-row:hover .arrow-up{
	width: 0; 
	height: 0; 
	border-left: 27px solid transparent;
	border-right: 27px solid transparent;
	border-bottom: 27px solid #f9f9f9;
	position: absolute;
	z-index: 100;
	bottom: 0;
	left: 10%;
}

.related-blogs{
	margin-top: 30px;
}

.full-success-story{
	margin-top: 300px;
	margin-left: 40px;
}

.full-success-story h2{
	padding-top: 50px;
}

.full-success-story h1{
	font-family: 'Helvetica Neue' !important;
	font-weight: 500 !important;
	font-size: 36px !important;
}

.full-success-story p{
	font-size: 17px;
}

.success-feature-image{
		padding-left: 0;
		margin-top: 80px;
		/*margin-top: 50px;*/
		/*margin-bottom: 300px;*/
	}

	.success-feature-image img{
		width: 150px;
		height: 150px;
		border-radius: 150px;
		-webkit-border-radius: 150px;
		-moz-border-radius: 150px;
}

.full-blog{
	margin-top: 30px;
}

.full-blog h2{
	font-family: 'Droid Sans', sans-serif;	

}

.full-blog h3{
	font-family: helvetica;
	font-weight: 300;
	padding-bottom: 15px;
}

.full-blog h4{
	font-family: Helvetica;
	font-weight: 300;
	color: #000;
	margin-bottom: 50px;
}

.full-blog p{
	font-family: Helvetica;
	font-weight: 300;
	color: #000;
	/*margin-bottom: 30px;*/
}

.full-blog-content{
	margin-top: 40px;
	margin-bottom: 100px;
}

.related-blog{
	margin-left: 15px;
	margin-bottom: 20px;
}

.related-blog h4{
	font-family: 'Droid Sans', sans-serif;	
	font-weight: 300;
}

.blog-date p{
	font-weight: 900;
	font-family: 'Arimo', sans-serif;
	font-size: 18px;
	line-height: 160px;
	color: #dedede;
}	

.services-intro{
	margin: 10px 0px 20px 0px;
	border-bottom: 1px #dedede solid;
	padding-bottom: 15px;
	width: 50%;
}

h2.services-one{
	/*font-weight: 700 !important;*/
	padding-bottom: 10px;
	/*font-family: 'Arimo', sans-serif;*/
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: Helvetica;
	transition: color 0.3s ease;

}

h2.services-one:hover{
	color: #03d9d7 !important;
}


h3.services-one{
	font-weight: 300 !important;
	color: #0f2d35;
	padding-bottom: 10px;
	/*font-family: 'Arimo', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	transition: color 0.3s ease;
}

h3.services-one:hover{
	color: #03d9d7 !important;
}





.success-story-box{
	/*outline: yellow solid;*/
	float: left;
}

.success-story{
	padding: 25px;
	margin-top: 10px;
	/*outline: red solid;*/
	border-bottom: 1px #dedede solid;
}

.hover-row{
	border-bottom: 1px #fafaf8 solid;
}


.success-story h3{
	padding-bottom: 10px;
}

.success-story-image{
	margin-top: 20px;
	height: 15em;
	overflow: hidden;
	position: relative;
	padding: 0px !important;
}

.success-story-image img{
	width: 100%;
	z-index: 40;
	outline: red;
	margin-bottom: -6px;
	position: absolute;
}

.title-overlay{
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	bottom: 0;
	z-index: 400;
	position: absolute;
	/*height: 3em;*/
}

.title-overlay h4{
	color: white;
	padding: 15px;
	padding-left: 24px;
	font-family: Open Sans;
	font-weight: 600;
}

.blog-image{
	margin-top: 20px;
	height: 23em;
	overflow: hidden;
	position: relative;
}

.blog-image img{
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 0px !important;
	padding-top: 30px;
	z-index: 40;
	outline: red;
	margin-bottom: -6px;
}

.blog-image-full{
	margin-top: 20px;
	height: 23em;
	overflow: hidden;
	position: relative;
}

.blog-image-full img{
	width: 100%;
	z-index: 40;
	outline: red;
	margin-bottom: -6px;
}

.blog-image-full .arrow-up {
	width: 0; 
	height: 0; 
	border-left: 27px solid transparent;
	border-right: 27px solid transparent;
	border-bottom: 27px solid white;
	position: absolute;
	z-index: 100;
	bottom: 0;
	left: 13%;
	transition: border-bottom 0.5s ease;
}

.arrow-up {
	width: 0; 
	outline: red solid;
	height: 0; 
	border-left: 27px solid transparent;
	border-right: 27px solid transparent;
	border-bottom: 27px solid #595959;
	/*position: absolute;*/
	z-index: 100;
	bottom: 0;
	left: 10%;
	transition: border-bottom 0.5s ease;
}

.stories-one{
	margin: 10px 0px 5px 0px;
	border-bottom: 1px #dedede solid;
	padding-bottom: 15px;
	width: 50%;
	/*font-size: 30px;*/
}

.btn-sub{
	margin: 30px 0px 20px 0px;
	font-size: 17px;
}

.blog-title{
	width: 100%;
	/*height: 40px;*/
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
}

.blog-title h2{
	color: white;
	padding: 30px;
	/*margin-bottom: 40px*/
}

.blog-post{
	height: 31em;
	overflow: hidden;
	position: relative;
}

.blog-post img{
	width: 100%;
	margin-top:1em;
}





