html{
	max-width: 100vw;
	overflow-x: hidden;
}
body{
	min-width:1366px;
}
*{
	margin:0;
	padding:0;
}
nav{
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	z-index: 100;
}
nav .top-bar{
	background:#fff;
	padding:9px 51px 11px 51px;
	height:14px;
}
nav li a{
	font-family: 'Cabin',sans-serif;
	text-decoration: none;
	letter-spacing: .5px;
	padding:0 15px;	
}
nav .top-bar li a.search{
	color: #008578;
}
nav li a.last{
	padding-right:0;
}
nav .top-bar li a{
	font-weight: 400;
	font-size: 15px;
	color:#424242;
}
nav li a:hover{
	color:#008578;
}
nav .main-bar{
	background:rgba(255,255,255,0);
	padding:0 51px;
	height: 60px;
	transition: .25s ease-in;
}
nav .main-bar ul{
	margin-top: 7px;
}
nav .main-bar li a{
	font-weight: 500;
	color:#fff;
	font-size:16px;
	padding:0;
	display: block;
}
nav .main-bar li{
	padding: 16px 15px 0 15px;
}
nav .main-bar li.has-dropdown:hover{
	background:#eef9f9;
	cursor: pointer;
}
nav.sticky .main-bar li:hover{
	background:#008578;
}
nav img.underline{
	margin:15px auto 3px auto;
	display:none;
}
nav .main-bar li:hover img.underline{
	display:block;
}
nav.sticky .main-bar li:hover a{
	color:#fff;
}
nav .main-bar li.has-dropdown:hover a{
	color:#008578;
}
nav.sticky .main-bar li a{
	color:#008578;
}
nav.sticky .main-bar{
	background:rgba(255,255,255,1);
}
nav.sticky .main-bar ul{
	border-top:1px solid #ececec;
}
nav img.sticky-logo{
	position: fixed;
	left:40px;
	top:10px;
	height:80px;
	display:none; 
}
nav .main-bar img.nav-logo{
	height:50px;
	margin-top:5px;
}
nav ul{
	float:right;
}
nav li{
	display: inline-block;
}
nav li{
	list-style-type: none;
}
nav .main-bar ul .dropdown{
	display:none;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 40px 50px;
    background: #eef9f9;
    box-shadow: 0px 10px 30px rgba(0,0,0,.3);
    margin-top:0;
    z-index: -100;
}
nav .main-bar ul .dropdown .fourth{
	width:24%;
	border-right:1px solid #abe2e3;
	display: inline-block;
	vertical-align: top;
}
nav .main-bar ul .dropdown .fourth h3{
	margin-left:40px;
	font-family: 'Cabin', sans-serif;
	font-size: 17px;
	letter-spacing: .5px;
	color:#424242;
	font-weight: 700;
	margin-bottom:5px;
}
nav .main-bar ul .dropdown .fourth.first h3{
	margin-left:0px;
}
nav .main-bar ul .dropdown .fourth h3:nth-of-type(1n + 2){
	margin-top:40px;
}
nav .main-bar ul .dropdown .fourth ul{
	margin-left:40px;
	margin-top:0;
	float:none;
}
nav .main-bar ul .dropdown .fourth.first ul{
	margin-left:0px;
}
nav .main-bar ul .dropdown li{
	font-family: 'Cabin', sans-serif;
	color:#008578;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .5px;
	padding-left:0;
	display: block;
}
nav .main-bar ul .dropdown li:hover a{
	color:#ff8674;
}
nav .main-bar ul .dropdown .fourth img{
	display:block;
	margin:0 auto 20px auto;
	transition: 1s ease-in;
}
nav .main-bar ul .dropdown .fourth img:hover{
	transform: scale(1.05);
	box-shadow: 0px 10px 30px rgba(0,0,0,.45);
}
nav .main-bar ul .dropdown .fourth.last{
	border:none;
}
nav .main-bar li:hover .dropdown{
	display:block;
}
nav.sticky .main-bar ul .dropdown {
    background: #008578;
    margin-top: -5px;
    border:0;
}
nav.sticky .main-bar ul .dropdown ul{
	border: 0;
}
nav .main-bar ul .dropdown .regular-image-buttons{
	display: block;
}
nav .main-bar ul .dropdown .sticky-image-buttons{
	display: none;
}
nav.sticky .main-bar ul .dropdown .regular-image-buttons{
	display: none;
}
nav.sticky .main-bar ul .dropdown .sticky-image-buttons{
	display: block;
}
.hide{
	display:none;
}
.hero{
	background-image:url('images/BG.jpg');
	background-size:cover;
	background-attachment: fixed;
	height:745px;
	padding-top:43vh;
}
h1{
	text-align:center;
	font-family: 'Kreon', sans-serif;
	font-weight: 100;
	font-size: 35px;
	letter-spacing: 1.5px;
	color:#fff;
}
h1 span{
	display:block;
	font-family: 'Cabin', sans-serif;
	font-weight: 700;
	font-size:38px;
	letter-spacing: 7px;
	text-transform: uppercase;
}
p{
	font-size: 16px;
	font-family: 'Cabin', sans-serif;
	letter-spacing: .2px;
	line-height: 30px;
	color:#424242;
}
a.button{
	font-family: 'Cabin', sans-serif;
	font-weight: 700;
	font-size:15px;
	letter-spacing: .4px;
	color:#008578;
	background:#fff;
	border: 1px solid #49dcc0;
	transition: 1s ease-in;
	-webkit-transition: 1s;
	padding:13px 26px;
	text-align: center;
	text-decoration: none;
	margin:auto;
}
a.button:hover{
	background: #49dcc0;
	border:1px solid #fff;
	color:#fff;
	cursor: pointer;
}
.hero a.button, .video-overlay a.button{
	display: block;
	max-width:138px;
	margin-top:15px;
}
.hero img.down-arrow, .video-overlay img.down-arrow{
	display:block;
	margin:auto;
	margin-top:78px;
}
.cta-split{
	max-width: 1108px;
	display: block;
	margin:630px auto 0 auto;
	display:block;
	position: relative;
	z-index: 1;
}
.cta-split .cta{
	padding:43px 0;
	width:50%;
	display: inline-block;
	transition: 1s ease-in;
	-webkit-transition: 1s;
	box-shadow:0px 10px 30px rgba(0,0,0,.15);
	position: relative;
}
.cta-split .cta.heart{
	background-color: #eef9f9;
	z-index: 2;
}
.cta-split .cta.youth{
	background-color:#d9ebeb;
	z-index: -1;
}
.cta-split .cta:hover{
	background-color:#008578;
	color:#fff;
	cursor: pointer;
}
.cta-split .cta:hover h3{
	color:#fff;
}
.cta-split .cta img{
	display:block;
	margin:auto;
}
.cta-split h3{
	font-family: 'Cabin', sans-serif;
	font-weight: 700;
	letter-spacing: 1.2px;
	color:#008578;
	text-align:center;
	margin-top:14px;
}
.cta-split .cta img.white-cta{
	display:none;
}
.cta-split .cta:hover img.white-cta{
	display: block;
}
.cta-split .cta:hover img.normal-cta{
	display: none;
}
.copy{
	background: #fff;
	padding:105px 0 70px 0;
	margin-top:-35px;
	display:block;
	position: relative;
	z-index: 0;
}
.copy img{
	display:block;
	margin:auto;
}
.copy .green-line{
	margin-top: 200px;
}
.green-line{
	background-color:#abe2e3;
	height:1px;
	width:177px;
	position: absolute;
}
.social-sticky{
	right: 0;
    position: absolute;
    bottom: 52vh;
    box-shadow:0px 0px 20px rgba(0,0,0,.4);
}
.feature-boxes{
	height: 510px;
	overflow: hidden;
	width:100%;
}
.feature-boxes .quad{
	width:22%;
	display: inline-block;
	height: 510px;
	overflow: hidden;
	transition: .5s ease-in;
}
.feature-boxes .quad img{
	display: block;
	margin: auto;
}
.feature-boxes .title-container{
	height:510px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(0,133,120,0) 0%, rgba(0,133,120,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,133,120,0) 0%,rgba(0,133,120,1) 100%);
	background: linear-gradient(to bottom, rgba(0,133,120,0) 0%,rgba(0,133,120,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#008578',GradientType=0 );
	position: relative;
	width:100%;
}
.feature-boxes .title-container:hover{
	cursor: pointer;
}
.feature-boxes .title-container h4{
	font-family: 'Cabin', sans-serif;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 15px;
	transition: .5s;
}
.feature-boxes .title-content{
	transition: .5s ease-in;
	position: absolute;
	margin-top: 422px;
	width:100%;
}
.feature-boxes .initial .title-container{
	display: none;

}
.feature-boxes .current .title-content{
	margin-top:550px !important;
}
.feature-boxes .current, .feature-boxes .initial{
	width:34%;
}
.feature-boxes .title-container:hover .title-content h4{
	text-shadow:0px 10px 30px rgba(0,0,0,1);
	transform: scale(1.15);	
}
.feature-boxes .quad{
	background-size: 932px;
	background-position: right top;
}
.feature-boxes .quad:hover{
	background-size: 980px;
}
.feature-boxes .quad .title-content img{
	transition: .5s ease-in;
	border: #fff;
}
.feature-boxes .quad:hover .title-content img{
	border-left: 50px solid #fff;
	border-right: 50px solid #fff;
}
.feature-boxes #fb-1{
	background-image: url('images/fb-back-1.jpg');
	background-position: right -250px top;	
}
.feature-boxes #fb-2{
	background-image: url('images/fb-back-2.jpg');	
}
.feature-boxes #fb-3{
	background-image: url('images/fb-back-3.jpg');	
}
.feature-boxes #fb-4{
	background-image: url('images/fb-back-4.jpg');	
}
.feature-boxes .description-container{
	width:100%;
	height: 100%;
	display:none;
	background-image: url('images/fb-overlay.png');
}
/*.feature-boxes #fb-1 .description-container{
	display:block;
	transition: 1s ease-in;
}*/
.feature-boxes .description-content{
	transition: 5s ease-in;
	width: 100%;
	max-width: 320px;
}
.feature-boxes .description-content *{
	padding-left: 50px;
}
.feature-boxes .description-content a{
	padding-left: 26px;
	margin-left: 50px;
}
.feature-boxes .description-content h4{
	font-family: 'Cabin';
	font-weight: 700;
	font-size:22px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color:#fff;
	margin-top: 60px;
	margin-bottom:20px;
	padding-bottom: 12px;
	border-bottom:1px solid #abe2e3;
	display:inline-block;
}
.feature-boxes .description-content p{
	font-family: 'Cabin';
	font-size: 16px;
	color:#fff;
	font-weight: 100;
	letter-spacing: .2px;
}
.feature-boxes .description-content a{
	display:block;
	margin-top:20px;
	max-width: 150px;
}
.copy-2{
	padding-top:100px;
	background-image: url('images/doctors-bg.jpg');
	background-color: #fff;
	background-size: initial;
	background-position: left top;
	background-repeat: repeat-y; 
}
.copy-2 h2{
	font-family: 'Cabin', sans-serif;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: .4px;
	color: #008578;
	text-align: center;
}
.subtitle{
	font-family: 'Cabin', sans-serif;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: .2px;
	color:#424242;
}
.copy-2 .subtitle{
	text-align: center;
	margin-top: 10px;
}
.copy-2 img.underline{
	display: block;
	margin: 18px auto 16px;
}
.copy-2 p{
	max-width: 620px;
	margin: 0 auto 30px auto;
}
.copy-2 .button-group{
	display: block;
	max-width: 286px;
	margin: 0 auto 180px auto;
}
.copy-2 .button-group .button{
	width:142px;
}
.copy-2 .button-group .button:first-of-type{
	margin-right: 10px; 	
}
img.doctors-image{
	display: block;
	margin: auto;
}
footer{
	background:#fff;
}
footer img.map, footer img.footer{
	width: 100%;
}
footer img{
	margin:0;
	padding:0;
}
footer img.stats{
	display:block;
	margin:50px auto;
}
footer.large-bottom{
	display:none;
}
.news-events{
	width:100%;
	display: block;
	position: relative;
}
.news-events h3{
	color:#fff;
	font-family: 'Cabin', sans-serif;
	letter-spacing: 1.8px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 28px;
	float: left;
	margin-top:7px;
}
.news-events .split{
	width:50%;
	padding:80px 0;
	height:467px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.news-events .news{
	background-color:#008578;
}
.news-events .container{
	width: 100%;
	max-width: 585px;
	margin:auto;
	position: relative;
}
.news-events .container .button{
	float:right;
}
.news-events .article{
	background-color:#fff;
	width:286px;
	display: inline-block;
	vertical-align: top;
	min-height:380px;
	transition: .25s ease-in;
}
.news-events .article:hover{
	cursor:pointer;
	background-color:#2db9a1;
}
.news-events .article:hover *{
	color:#fff;
}
.news-events .article.first{
	margin-right:13px;
}
.news-events .article img{
	max-width: 286px;
}
.news-events .title{
	display:block;
	position: absolute;
	width: 100%;
}
.posts{
	display: block;
	position: absolute;
	margin-top:66px;
}
.post-description{
	padding:15px 22px 20px 22px;
}
.post-date{
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: .5px;
	color: #424242;
}
.post-copy{
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .5px;
	color: #008578;
	line-height: 24px;
}
.news-events .news img.underline {
    position: absolute;
    bottom: 20px;
 	transition: .5s ease-in;
}
.news-events .news img.hover-underline{
	width:1px;
	transition: .5s ease-in;
}
.news-events .news .hide-hover-underline{
	width:31px;
}
.news-events .news .article:hover img.hover-underline{
	width:150px;
}
.news-events .news .article:hover img.hide-hover-underline{
	opacity: 0;
}
.news-events .read-more{
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .5px;
    color: #008578;
    line-height: 24px;
    position: absolute;
    float: right;
    display: block;
    margin-left: 173px;
    bottom: 13px;
    text-decoration: none;
}
.news-events .events h3{
	color:#424242;
}
.event{
	background: #fff6f3;
	padding:15px 0;
}
.event:nth-of-type(2n + 3){
	background:#fff;
}
.event.first{
	margin-top:66px;
}
.event-container{
	width: 100%;
	max-width: 585px;
	display: block;
	margin: auto;
}
.event-container p.event-name{
	display: inline-block;
	max-width: 230px;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .5px;
	color: #008578;
	line-height: 24px;
	padding-right: 30px;
	transition: .25s ease-in;
}
.event-container p.event-name:hover{
	cursor: pointer;
	color:#ff8674;
}
.event-container p.date{
	display: inline-block;
}
.event-container .date-button{
	float:right;
	margin-top:50px;
}
.event-container .date-button a{
	font-family: 'Cabin', sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: .5px;
	color: #008578;
	text-decoration: none;
	transition: .5s ease-in;
}
.event-container .date-button:hover a{
	background:#2db9a1;
	color:#fff;
	padding:5px 10px;
}
.event-container .date-button img{
	transition: .5s ease-in;
	margin-bottom:4px;
	margin-right:10px;
}
.event-container .date-button:hover img{
	opacity: 0;
	margin-right:20px;
}
.doctors.green-line{
	position: relative;
	top: 170px;
}
img.body{
	max-width: 100vw;
	min-width: 100%;
	margin-top:-50px;
}




.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 95%; 
  overflow: hidden;
  background-color: #000;
}

.video-overlay{
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
padding-top: 43vh;
  z-index: 1;
}

.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 
  
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);

}








@media screen and (min-width: 1441px){
	.big-nav{
		display:block;
	}
	.small-nav{
		display:none;
	}
	.green-line{
		width:457px;
	}
	.copy .green-line{
		margin-top:200px;
	}
	.social-sticky{
		bottom:52vh;
	}
	footer.large-bottom{
		display:block;
	}
	footer.small-bottom{
		display: none;
	}
	.video-container{
 	 max-height: 85vh;	
	}
	.cta-split{
		margin:780px auto 0 auto;
	}
}
@media screen and (max-width: 1366px){
	html{
		overflow-x: scroll;
	}
	.cta-split{
		margin:500px auto 0 auto;
	}
	.video-overlay{
		padding-top: 33vh;
	}
	.social-sticky{
		bottom:42vh;
	}
}
@media screen and (max-width: 1441px){
	nav .main-bar ul .dropdown li{
			padding-top:10px;
	}
	nav .main-bar ul .dropdown li a{
		font-size:14px;
		font-weight: 500;
	}
}
