@font-face { 
	font-family: SourceSansPro; 
	font-weight: 500; 
	src: url("fonts/SourceSansPro.ttf"); 
}
@font-face { 
	font-family: SourceSansPro; 
	font-weight: 700; 
	src: url("fonts/SourceSansProBold.ttf"); 
}
@font-face { 
	font-family: Montserrat; 
	font-weight: 700; 
	src: url("fonts/Montserrat-Bold.ttf"); 
}
body, html { 
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 24px;
	height: 100%; 
	font-family: 'SourceSansPro';
	height: 100%;
	color: #888;
	font-weight: 500;
}
body a, a.visited {
	text-decoration: none;
	border:none;
    outline:none;
    -webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
}
body a.button{
	display: block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	background: #38C4CB;
	color: #FFF;
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 700;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
}
body a.button:hover{
	background: #9C194A;
}
body a.button-w{
	display: block;
	width: 146px;
	height: 46px;
	border: 2px solid #FFF;
	line-height: 46px;
	color: #FFF;
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 700;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
}
body a.button-w:hover{
	background: #FFF;
	color: #333;
}
body h1 {
	margin: 0;
	padding: 0;
	font-size: 40px;
	line-height: 50px;
	color: #FFF;
	font-weight: 700;
	font-family: 'Montserrat';
}
body h2 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 40px;
	color: #333;
	font-weight: 700;
	font-family: 'Montserrat';
	margin-bottom: 20px;
}
body input{
	padding: 0;
	margin: 0;
	padding-left: 10px;
	font-family: 'SourceSansPro';
	font-size: 15px;
	outline: none;
	border: none;
	height: 40px;
	line-height: 40px;
	background: #EEEEEE;
	font-size: 16px;
	color: #858585;
	margin-bottom: 15px;
}
body textarea{
	padding: 0;
	margin: 0;
	padding: 10px;
	font-family: 'SourceSansPro';
	font-size: 15px;
	outline: none;
	border: none;
	line-height: 20px;
	background: #EEEEEE;
	font-size: 16px;
	color: #858585;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url("images/ans.gif") center no-repeat #FFF;
}

.header{
	width: 100%;
	height: 60px;
	padding: 30px 0 0 0;
	position: relative;
	z-index: 10;
}
.header-scroll{
	width: 100%;
	height: 60px;
	padding: 30px 0 30px 0;
	position: fixed;
	z-index: 1000;
	background: #FFF;
	top: 0;
	-webkit-box-shadow: 0px 1px 6px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 6px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 6px -2px rgba(0,0,0,0.2);
    display: none;
}
.header-main{
	width: 960px;
	margin: 0 auto;
	height: 100%;
}
.logo{
	width: 170px;
	height: 60px;
	float: left;
}
.nav{
	float: right;
	height: 60px;
	display: block;
}
.nav-scroll{
	float: right;
	height: 60px;
	display: block;
}
.nav a, .nav-scroll a{
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 14px;
	color: #FFF;
	margin: 20px 20px 20px 20px;
	float: left;
}
.nav a:hover,.nav-scroll a:hover{
	color: #E2E2E2;
}
.nav-scroll a{
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 14px;
	color: #888888;
	margin: 20px 20px 20px 20px;
	float: left;
}
.nav-scroll a:hover{
	color: #38C4CB;
}
.home{
	height: 100%;
	max-height: 800px;
	width: 100%;
	background: url("images/home.jpg") 50% 0 no-repeat fixed;
	background-size: cover;
	position: relative;
	margin-top: -90px;
	text-align: center;
}
.home-main{
	width: 960px;
	margin: 0 auto;
	color: #FFF;
	top: 25%;
	text-align: center;
	position: relative;
	opacity: 0;
}
.home-welcome{
	padding: 8% 0 8% 0;
	width: 100%;
}
.home-welcome-main{
	width: 520px;
	margin: 0 auto;
	text-align: center;
	opacity: 0;
}
.home-care{
	width: 100%;
	display: table;
	padding: 8% 0 8% 0;
	background: url("images/home-care.jpg") 50% 0 no-repeat fixed;
	background-size: cover;
	max-height: 500px;
}
.home-care h2{
	color: #FFF;
}
.home-care-main{
	width: 520px;
	display: table;
	margin: 0 auto;
	color: #FFF;
	text-align: center;
	position: relative;
	left: -20px;
	opacity: 0;
}
.home-services{
	padding: 8% 0 8% 0;
	width: 100%;
	display: table;
}
.home-services-main{
	width: 960px;
	margin: 0 auto;
	display: table;
	position: relative;
	opacity: 0;
	top: 20px;
}
.home-services-item{
	width: 130px;
	display: block;
	margin: 0 15px 0 15px;
	float: left;
	text-align: center;
	font-size: 14px;
}
.home-services-item a.button{
	width: 130px;
	margin-top: 20px;
}
.home-services-item a.home-services-title{
	color: #333;
	font-family: 'Montserrat';
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
	height: 48px;
}
.home-services-item a.home-services-title:hover{
	color: #38C4CB;
}
.home-faq{
	padding: 10% 0 10% 0;
	width: 100%;
	display: table;
	background: url("images/home-faq.jpg") 50% 0 no-repeat fixed;
	background-size: cover;
	max-height: 500px;
}
.home-faq-main{
	width: 520px;
	display: table;
	text-align: center;
	margin: 0 auto;
	color: #FFF;
	position: relative;
	right: -20px;
	opacity: 0;
}
.home-faq-main h2{
	color: #FFF;
}
.footer{
	width: 100%;
	padding: 5% 0 5% 0;
	background: #2A3035;
}
.footer-main{
	width: 960px;
	display: table;
	margin: 0 auto;
}
.footer-left{
	float: left;
	width: 500px;
	height: 280px;
	background: #FFF;
	overflow: hidden !important;
}
.footer p{margin: 0;}
.footer-left iframe{
	width: 500px !important;
	height: 330px !important;
	position: relative;
	top: -50px;
	border: none;
}
.footer-right{
	width: 400px;
	height: 280px;
	float: right;
	display: block;
	color: #FFF;
}
.footer-right h2{
	color: #FFF;
}
.footer-right a.button{
	margin: 0 !important;
	margin-top: 30px !important;
}
.footer-bottom{
	margin-top: 40px;
	width: 100%;
	font-size: 14px;
	color: #596167;
	font-family: 'Montserrat';
	font-weight: 700;
	text-align: center;
	float: left;
	line-height: 40px;
}
.footer-bottom a{
	color: #596167;
	margin: 0 15px 0 15px;
}
.footer-bottom img{
	vertical-align: top;
}
.footer-bottom a:hover{
	color: #38C4CB;
}
.top{
	height: 95%;
	max-height: 900px;
	width: 100%;
	background-size: cover !important;
	position: relative;
	margin-top: -90px;
	text-align: center;
}
.top-main{
	width: 960px;
	margin: 0 auto;
	color: #FFF;
	top: 32%;
	text-align: center;
	position: relative;
	display: inline-block;
	opacity: 0;
}
.top-main h1{
	text-transform: uppercase;
}
.welcome{
	width: 100%;
	padding: 8% 0 8% 0;
	display: table;
}
.welcome-main{
	width: 520px;
	text-align: center;
	margin: 0 auto;
	display: table;
	position: relative;
	opacity: 0;
}
.mission{
	width: 100%;
	padding: 10% 0 10% 0;
	display: table;
	background: url("images/mission.jpg") 50% 0 no-repeat fixed;
	background-size: cover;
	max-height: 750px;
}
.mission-main{
	width: 520px;
	text-align: center;
	margin: 0 auto;
	display: table;
	color: #FFF;
	position: relative;
	left: 20px;
	opacity: 0;
}
.mission h2{
	color: #FFF;
}
.team{
	width: 100%;
	padding: 8% 0 8% 0;
	display: table;
}
.team-main{
	width: 960px;
	text-align: center;
	margin: 0 auto;
	display: table;
	position: relative;
	top: 20px;
	opacity: 0;
}
.team-text{
	width: 520px;
	display: table;
	margin: 0 auto;
	margin-bottom: 40px;
}
.services{
	width: 100%;
	padding: 8% 0 8% 0;
	display: table;
}
.services-main{
	width: 960px;
	margin: 0 auto;
	display: table;
	position: relative;
	opacity: 0;
	top: -20px;
}
.tab-nav{
	width: 100%;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.tab-nav-link{
	width: 159px;
	float: left;
	height: 40px;
	background: #F0F0F0;
	margin-right: 1px;
	color: #333333;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	padding: 8px 0 8px 0;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
}
.tab-nav-link.current, .tab-nav-link:hover{
	background: #38C4CB;
	color: #FFF;
}
.tab{
	width: 100%;
	padding: 40px 0 40px 0;
	display: none;
}
.tab.current{
	display: table;
}
.tab-left{
	width: 570px;
	float: left;
	display: table;
}
.tab-right{
	width: 360px;
	float: right;
	display: table;
}
.locations{
	width: 100%;
	padding: 8% 0 8% 0;
}
.locations-main{
	width: 960px;
	margin: 0 auto;
	display: table;
	position: relative;
	top: -20px;
	opacity: 0;
}
.locations-text{
	width: 520px;
	margin: 0 auto;
	display: table;
	text-align: center;
	margin-bottom: 20px;
}
.locations-list{
	width: 560px;
	margin: 0;
	padding: 0;
	margin: 0 auto;
	display: table;
	margin-top: 40px;
	border-top: 1px solid #E0E0E0;
}
.locations-list li{
	width: 560px;
	display: table;
	border-bottom: 1px solid #E0E0E0;
}
.location-link{
	line-height: 20px;
	font-size: 14px;
	color: #333;
	padding: 10px 0 10px 0;
	width: 100%;
	display: block;
	cursor: pointer;
	font-family: 'Montserrat';
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
}
.location-item{
	width: 100%;
	padding: 20px 0 20px 0;
	display: none;
	border-top: 1px solid #E0E0E0;
	float: left;
}
.locations-list p{
	margin: 0;
	padding: 0;
}
.location-link.default, .location-link:hover{
	color: #38C4CB;
}
.location-item-left{
	width: 180px;
	display: table;
	float: left;
}
.location-item-right{
	width: 360px;
	display: table;
	float: right;
}
.location-item-right img{
	width: 360px;
	height: auto;
}
.location-item-left a{
	color: #888;
}
.faq{
	padding: 8% 0 8% 0;
	width: 100%;
}
.faq-main{
	margin: 0 auto;
	width: 960px;
	display: table;
	opacity: 0;
	position: relative;
	top: -20px;
}
.faq-list{
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
}
.faq-item{
	width: 435px;
	display: table;
	padding: 15px;
	background: #F0F0F0;
	float: left;
	margin: 0 30px 30px 0;
	cursor: pointer;
}
.faq-item.faq-right{	
	margin: 0 0 30px 0;
}
.faq-q{
	color: #333;
	font-weight: 700;
	width: 100%;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
}
.faq-q:hover{
	color: #38C4CB !important;
}
.faq-a{
	width: 100%;
	display: none;
}
.employment{
	padding: 8% 0 8% 0;
	width: 100%;
}
.employment-main{
	margin: 0 auto;
	width: 960px;
	display: table;
	opacity: 0;
	position: relative;
	top: -20px;
}
.employment-list{
	display: table;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.employment-list li{
	display: table;
	width: 100%;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.employment-item-left{
	width: 770px;
	display: table;
	float: left;
}
.employment-item-left strong{
	color: #333;
}
.employment-item-right{
	width: 150px;
	float: right;
	display: table;
}
.employment-item-right a{
	margin-top: 0 !important;
}
.modal-box {
	display: none;
	position: fixed;
	z-index: 9999999;
	width: 560px;
	top: 20px !important;	
}
.modal-overlay {
  	opacity: 0;
  	filter: alpha(opacity=0);
 	position: fixed;
	top: 0;
 	left: 0;
  	z-index: 99999;
  	width: 100%;
  	height: 100%;
  	background: rgba(0, 0, 0, 0.8) !important;
}
.popup-close{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: none;
	font-size: 16px;
	background: #EAEAEA;
}
.popup-close a{
	font-weight: 700;
	color: #CCC;
	width: 40px;
	height: 40px;
	text-align: center;
	display: block;
	float: right;
}
.popup-close a:hover{
	color: #38C4CB;
}
.popup-form{
	background: #FFF;
	width: 520px;
	padding: 20px;
}
.popup-form h2{
	text-align: center;
	margin-bottom: 10px;
}
.popup-form input{
	width: 510px;
}
.popup-form textarea{
	min-width: 500px;
	min-height: 80px;
	max-width: 500px;
	max-height: 80px;
}
.popup-form input[type="submit"]{
	width: 520px;
	background: #38C4CB;
	font-family: 14px;
	font-weight: 700;
	font-family: 'Montserrat';
	color: #FFF;
	width: 520px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
}
.popup-form input[type="submit"]:hover{
	background: #9C194A;
}
.contact{
	padding: 8% 0 8% 0;
	width: 100%;
}
.contact-main{
	margin: 0 auto;
	width: 660px;
	display: table;
	opacity: 0;
	position: relative;
	top: -20px;
}
.contact-left{
	width: 300px;
	display: table;
	float: left;
	text-align: center;
}
.contact-right{
	width: 300px;
	display: table;
	float: right;
	text-align: center;
}
.contact-right a{
	color: #888;
}
.contact-right a:hover{
	color: #38C4CB;
}
.contact-form{
	width: 100%;
	margin-top: 40px;
	display: table;
	float: left;
}
.contact-form h2{
	text-align: center;
}
.contact-form input{
	width: 650px;
	height: 50px;
	margin-bottom: 30px;
	line-height: 50px;
}
.contact-form textarea{
	min-width: 640px;
	min-height: 130px;
	max-width: 640px;
	max-height: 130px;
}
.contact-form input[type="submit"]{
	width: 660px;
	background: #38C4CB;
	font-family: 14px;
	font-weight: 700;
	font-family: 'Montserrat';
	color: #FFF;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
}
.contact-form input[type="submit"]:hover{
	background: #9C194A;
}

.locations-image{width: 100%;display: table;overflow: hidden;}
.locations-image p{margin:0;}
.locations-image iframe{
    width: 100% !important;
    height: 360px !important;
    position: relative;
    top: -50px;
    border: none;
}

.ans-hand{
	width: 100%;
	display: table;
	text-align: center;
}
.ans-hand .button{
	width: 300px;
}







