/* Base styles, which will be overridden by everything below them */

.responsive {
  width: 100%;
  height: auto;
}

a{
	color: #00945e;
}
a:hover{
	color: #00c57d;
}
a:visited{}
a:active{}

.bg-primary a{
	color: #fff;
}
.bg-primary a:hover{
	color: #fff;
}
.bg-primary a:visited{}
.bg-primary a:active{}

nav {}
nav a{}
nav a:hover{}
nav a:visited{}
nav a:active{}

.heading {
	font-family: "Giovanni";
	font-size: 28px;
	color: #0c7750;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.heading a:link{}
.heading a:hover{}
.heading a:visited{}
.heading a:active{}
.heading.sm{
	text-transform: initial;
}
.heading.alt{
	margin-bottom: 16px;
}

.sub-heading {
	font-family: "Frutiger";
	font-size: 15px;
	color: #01935d;
	text-transform: uppercase;
	line-height: 1em;
}
.sub-heading a:link{}
.sub-heading a:hover{}
.sub-heading a:visited{}
.sub-heading a:active{}
.sub-heading.alt{
	text-transform: initial;
	font-size: 14.5px;
	line-height:1.5;
}

.maintext {
	font-family: "Frutiger";
	font-size: 14px;
}
.maintext a:link{}
.maintext a:hover{}
.maintext a:visited{}
.maintext a:active{}

footer {
	position: relative;
}
footer a:link{}
footer a:hover{}
footer a:visited{}
footer a:active{}

.copyright {
	padding: 30px 0;
}
.copyright a:link{}
.copyright a:hover{}
.copyright a:visited{}
.copyright a:active{}

a.anchor-offset {
    display: block;
    position: relative;
    top: -104px;
    visibility: hidden;
}

.g-recaptcha{
	overflow: hidden;
}
.g-recaptcha > div{
	display: inline-block;
	margin: 0 auto;
}

.floating-signup{
	z-index: 2;
	position: fixed;
	bottom: 15px;
	left: 7px;
	font-size: 15px;
}
.floating-signup .icon-signup{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-width: 80px;
	z-index: 2;
}
.floating-signup .text-container{
    font-family: "Giovanni";
	background-color: #fff;
	color: #07a16d;
	padding: 18px 25px 18px 81px;
	border: 3px solid #d4d3d3;
	border-radius: 50px;
	position: relative;
	z-index: 1;
	left: 5px;
}
.floating-signup .text-container a{
	text-decoration: underline;
}
.floating-signup .close-container{
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 3;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 20px;
    border: 3px solid #d4d3d3;
    text-align: center;
}
.floating-signup .close-container img{
    width: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	max-width: 12px;
}

/* Responsive styles, which override the base styles at specific sizes */

/* Smartphones */
/* Equivalent to bootstrap's media-sm */

@media(min-width: 300px){
	.video-embed {
		width: 100%;
		height: 200px;
	}
}
@media(min-width: 576px){
	.floating-signup{
		bottom: 50px;
		left: 50px;
		font-size: 22px;
	}
	.floating-signup .icon-signup{
		max-width: 100%;
	}
	.floating-signup .text-container{
		padding: 23px 45px 23px 115px;
	}
	.floating-signup .close-container{
		top: -8px;
		right: -8px;
		width: 40px;
		height: 40px;
	}
	.floating-signup .close-container img{
		max-width: 100%;
	}
}
	
/* Tablets */
/* Equivalent to bootstrap's media-md */
@media(min-width: 768px){
	.video-embed {
		width: 800px;
		height: 450px;
	}
}
	
/* Laptops */
/* Equivalent to bootstrap's media-lg */
@media(min-width: 992px){
	.heading {
		font-size: 42px;
		margin-bottom: 28px;
	}
	.heading.sm{
		font-size: 32px;
	}
	.heading.alt{
		margin-bottom: 18px;
	}
	.sub-heading {
		font-size: 22px;
	}
	.sub-heading.alt {
		font-size: 22px;
	}
	.heading.mb-alt{
		
	}
	.maintext{
		font-size: 18.5px;
	}
	a.anchor-offset {
		top: -185px;
	}
}
	
/* Desktops */
/* Equivalent to bootstrap's media-xl */
@media(min-width: 1200px){
	
}
	
/* Extra large Desktops */
@media(min-width: 1600px){
	
}