@media screen and (max-width: 959px) { 
	#onepage_wrapper { 
		/* Height of mobile menu */
		height: calc(100% - 53px);
		margin-top: 53px;
	 }
}

#primary { 
  margin-top: 50px;
}

.homepage-image { 
	padding-bottom: 125%;
	background-position: center center;
	background-size: cover;
	width: 100%;
}

#site-header .main-nav-social-container { 
	min-height: 50px;
	padding: 15px 0;
	opacity: 0;
	transition: opacity .6s;
 }

#site-header .main-nav-social-container.active { 
	opacity: 1;
	padding: 15px 0;
}

.main-nav-social-container a { 
	background-color: #fff;
	transition: transform .25s, color: .25s;
	color: #43c3d7;
}

.main-nav-social-container a:hover { 
	transform: scale(1.1);
	transition: transform .1s, color: .1s;
}

.main-nav-social-container span { 
	
}

.main-nav-copyright-info { 
	opacity: 0;
	min-height: 20px;
	transition: opacity .6s .35s;
}
.main-nav-copyright-info.active { 
	opacity: 1;
}

.copyright-info { 
	color: #fff;
	font-size: 18px;
	font-family:'JUICE';
	letter-spacing: 0.5px;
	text-align: center;
}

.copyright-info a { 
	color: #fff;
	font-size: 18px;
	text-decoration: none;
  	font-family:'JUICE';
}

.copyright-info a:hover { 
	color: #000;
	text-decoration: underline;
}

.myprefix-mobile-site-logo-icons { 
	position: absolute;
	list-style-type:none;
	left: -10px;
	position:absolute;
	top: 50%;
    transform: translateY(-50%);
    height: 25px;
}

.myprefix-mobile-site-logo-icons li { 
	display:inline;
}

.myprefix-mobile-site-logo-icons img { 
	width: 22px;
	height: auto;
}


.onepage-section { 
	visibility: hidden;
}
/* hacky fix to hide sections until the onepage js is done initializing */
/* onepage adds the section class to each section */
.onepage-section.section { 
	visibility: visible;
 }

.onepage-section { 
	overflow: hidden;
	text-align: center; 
	color: #43c3d7;
 }

.carousel-item img { 
	max-width: 100%;
}

@media screen and (max-width: 767px) { 
	.slick-slide{
	width: 270px;
	}
}

@media screen and (min-width: 768px) { 

	.image-carousel { 
		margin-left: 5%;
		width: 90%;
	}

}

.section-title { 
	margin-top: 0;
	font-size: 30px;
	color: #43c3d7;
}

.section-text { 
	font-size: 24px;
}

@media screen and (max-width: 1024px) { 
	.section-title { 
		font-size: 26px;
	}

	.section-text { 
		font-size: 20px;
	}
}

@media screen and (max-width: 420px) { 
	.section-title { 
		font-size: 18px;
	}

	.section-text { 
		font-size: 14px;
	}
}

 .mobile-toggle-nav { 
 	position: absolute;
 	width: 100%;
 }

.homepage-button-container { 
	padding: 20px 0;
}

.fancy-button, .fancy-button .vc_btn3
{
  font-size: 22px;
  color:#43c3d7;
  font-family:'JUICE';
}
.fancy-button:hover, .fancy-button:hover .vc_btn3
{
	color:#fff !important;
	text-decoration:none;
}

.fancy-button .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline { 
	padding: 10px 40px;
 }

.show-desktop { display: none; }
@media screen and (min-width: 1024px) { 
 .show-desktop { display: inline; }
}


.blue-image-border { 
    border: 5px solid #43c3d7;
    border-radius: 5px;
}

@media screen and (min-width: 960px) { 
   .blue-image-border { 
   		border: 15px solid #43c3d7;
    	border-radius: 15px;
	}
}