/* General ---------------------- */
*{
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
}

html, body{
	height: 100%;
	font-family: Raleway;
	margin: 0;
	padding: 0;
}

.clear{
	clear: both;
	background: none !important;
	height: 0px !important;
	width: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}

.green{
	color: #6ea6a4;
}

.lightbox{
	display: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.button{
	cursor: pointer;
	cursor: hand;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.break2{
	display: none;
}

.honey{
	display: none;
}

input[type=radio], input[type=checkbox] {  
	display: none;
}
input[type=radio]+label, input[type=checkbox]+label{
	margin-left: -25px;
	padding-left: 25px;
	cursor: hand;
	cursor: pointer;
}
input[type=radio]+label{
	background: url('../images/radio0.svg') no-repeat left center;
}
input[type=radio]:checked+label{
	background: url('../images/radio1.svg') no-repeat left center;
}
input[type=checkbox]+label{
	background: url('../images/check0.svg') no-repeat left center;
}
input[type=checkbox]:checked+label{
	background: url('../images/check1.svg') no-repeat left center;
}

input, select {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	padding: 0px;
}

/* Fonts ------------------------ */

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/raleway-regular-webfont.eot');
    src: url('../fonts/raleway/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway/raleway-regular-webfont.woff2') format('woff2'),
         url('../fonts/raleway/raleway-regular-webfont.woff') format('woff'),
         url('../fonts/raleway/raleway-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/raleway-light-webfont.eot');
    src: url('../fonts/raleway/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway/raleway-light-webfont.woff2') format('woff2'),
         url('../fonts/raleway/raleway-light-webfont.woff') format('woff'),
         url('../fonts/raleway/raleway-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/raleway-bold-webfont.eot');
    src: url('../fonts/raleway/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway/raleway-bold-webfont.woff2') format('woff2'),
         url('../fonts/raleway/raleway-bold-webfont.woff') format('woff'),
         url('../fonts/raleway/raleway-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Text ------------------------- */

h1, h2{
	font-weight: normal;
}

h1{
	font-size: 30pt;
}

p{
	text-align: justify;
	font-size: 17pt;
}

#form_wrap select{
	color: #A8A8A8;
}
#form_wrap select option{
	color: #000000;
}
#form_wrap select option:disabled{
	color: #A8A8A8;
}

a{
	color: #6ea6a4;
}

.title{
	font-family: 'Della Respira', serif;
	color: #6ea6a4;
}

label{
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* JavaScript Warning ----------- */

#js_warning{
	background-color: #C30005;
	width: 100%;
	height: 25px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
}

#js_warning .inner{
	width: 450px;
	margin: 0px auto;
}

#js_warning img{
	float: left;
	margin-top: 1px;
}

#js_warning p{
	float: right;
	margin: 1px 0 0 0;
	color: #ffffff;
	font-size: 14pt;
}


/* SVGs ------------------------- */

#nav .svg_trvf{
	margin: 3px 3px 0 0;
}

#mobile_nav .svg_trvf{
	margin: 3px 5px 0 0;
}

/* Error Message Box ------------ */

#msg{
	float: right;
    right: 50%;
    position: fixed;
	top: -135px;
	z-index: 999;
}

#msg .inner{
	float: right;
    right: -50%;
    position: relative;
	padding: 10px;
	vertical-align: middle;
}

#msg #err{
	background-color: #D70005;
	color: #ffffff;
}

#msg #success{
	background-color: #6ea6a4;
	color: #ffffff;
}

#msg .txt{
	font-size: 13pt;
	text-align: center;
	margin: 0px;
}

#msg .dismiss{
	text-align: center;
	font-size: 9pt;
	margin: 5px 0 0 0;
}

#msg a{
	color: #ffffff;
}

.err_input0{
	border: solid #D70005 2px !important;
}

.err_input1{
	border: solid #D70005 1px !important;
}

/* Loading ---------------------- */
.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #6ea6a4;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
	0%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 50% { 
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

/* Header ----------------------- */
#head{
	width: 100%;
	height: 130px;
	background-image: url('../images/background_paper.png');
	position: fixed;
	top: 25px;
	-webkit-transform: translateZ(0);
	z-index: 99;
}

#head_1{
	width: 100%;
	padding: 2px;
	margin: 0px auto;
	margin-bottom: -20px;
}

#logo_container{
	position: absolute;
	z-index: 0;
	left: 50%;
	margin-left: 0;
}

#logo_container a{
	margin-left: -50%;
	display: block;
}

#logo{
	position: relative;
	display: block;
	overflow: none;
	clear: none;
}

#alt_logo{
	display: none;
}

#circle{
	height: 92px;
	width: 100px;
	background-image: url('../images/background_paper.png');
	border-radius: 50%;
	display: none;
	float: left;
	margin-left: 35px;
}

.login_link{
	float: right;
	font-size: 19px;
	margin: 2px 6px 0 0;
	color: #6ea6a4;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

.login_link svg{
	position: relative;
	display: block;
	float: left;
	margin-top: -1px;
	margin-right: 5px;
	height: 22px;
	width: 22px;
}

.logged_in_link{
	float: right;
	font-size: 16px;
	margin: 2px 6px 0 0;
	color: #6ea6a4;
}

#logged_in_break0{
	display: inline;
}

#logged_in_break1{
	display: none;
}

#nav_container{
	margin: 0px auto;
	text-align: center;
	clear: right;
	float: none;
	margin-top: 95px;
}

#nav{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0px;
}

#nav li{
	display: inline;
	padding-left: 15px;
	font-size: 19px;
	vertical-align: top;
}

#nav li a{
	color: #000000;
	text-decoration: none;
	vertical-align: top;
}

#nav #join_button{
	background-color: #6ea6a4;
	padding: 5px !important;
	color: #ffffff;
	border-radius: 3px;
	box-shadow: 0px 2px 0px 0px #5d706c;
	margin-top: -6px;
} #nav #join_button:active {
	margin-top: -3px;
	box-shadow: 0px 0px 0px 0px #5d706c;
}

#nav_button { 
    border-bottom: 27px double #7c9791; 
    border-top: 9px solid #7c9791; 
    width: 50px;
	display: none;
	margin-top: 10px;
	padding-bottom: 9px;
	position: absolute;
	right: 0;
	margin-right: 15px;
	z-index: 99;
}

#mobile_nav{
	position: absolute;
	z-index: 3;
	background: rgba(110,166,164, 0.95);
	width: 100%;
	margin-top: -467px;
	display: none;
}

#mobile_nav ul{
	list-style: none;
	padding: 0px;
	text-align: center;
}

#mobile_nav ul li{
	font-size: 22pt;
	margin-bottom: 14px;
	font-weight: 300;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#mobile_nav ul li a{
	color: #ffffff;
	text-decoration: none;
}

#mobile_nav #join_button{
	background-color: #ffffff;
	padding: 5px !important;
	color: #6ea6a4;
	border-radius: 8px;
	box-shadow: 0px 3px 0px 0px #5d706c;
	width: 285px;
	margin: 0px auto;
	font-weight: normal;
	display: block;
} #mobile_nav #join_button:active {
	margin-top: 16px;
	margin-bottom: -2px;
	box-shadow: 0px 0px 0px 0px #5d706c;
}

#content{
	z-index: 1;
	position: absolute;
	background: #ffffff;
	width: 100%;
	display: block;
}

.content_div{
	width: 750px;
	margin: 0px auto;
	padding: 10px;
}

.section_background{
	height: 200px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.section_title{
	margin: 0px auto;
}
.section_title h1{
	font-family: 'Della Respira', serif;
	font-size: 55pt;
	color: #ffffff;
	text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
	postition: absolute;
	line-height: 200px;
	margin: 0px;
}

/* Footer ----------------------- */

#footer_container{
	width: 100%;
}

#social_media{
	float: right;
	margin-bottom: 10px;
}

#social_media svg{
	float: left;
	margin: 0 7px 0 7px;
}

#social_media .icon{
	fill: #B53F42;
}


#footer{
	width: 100%;
	background-color: #6ea6a4;
}

#footer p{
	margin: 0;
	color: #ffffff;
}

#footer .contact_info{
	float: left;
	margin: 20px;
}

#privacy{
	float: right;
	font-size: 12pt;
	text-decoration: underline;
	margin-top: 4px !important;
	cursor: pointer;
	cursor: hand;
	color: #ffffff;
}

#address_break1{
	display: inline;
}

#address_break2{
	display: none;
}

.phone_linked{
	display: none;
}

.contact_info a{
	color: #ffffff;
}

#subfooter{
	float: right;
	width: 100%;
	background: #276F6C;
	padding: 10px;
}

#copyright{
	margin: 0px;
	float: left;
	font-size: 14pt;
	color: #ffffff;
	font-weight: normal;
}

#mobile_social_media{
	display: none;
	position: absolute;
	bottom: 0;
	z-index: 2;
	background: rgba(181,63,66, 0.95);
	width: 100%;
	font-size: 16pt;
	color: #ffffff;
	margin-bottom: -370px;
}

#mobile_social_media .close{
	position: relative;
	z-index: 9999;
	float: right;
	font: Arial,sans-serif;
	color: #ffffff;
	margin: 10px 20px 0px 0px;
}

#mobile_social_media table{
	margin: 0px auto;
}

#mobile_social_media td{
	padding: 14px 10px 14px 10px;
}

#mobile_social_media svg{
	fill: #ffffff;
}

/* Popup ------------------------ */
.popup{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	text-align: center;
}

.popup .close{
	position: absolute;
	z-index: 9999;
	cursor: pointer;
	cursor: hand;
	top: 0px;
	right: 20px;
	font: Arial,sans-serif;
	color: #ffffff;
	font-size: 30pt;
}

.popup .inner{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.popup .inner .content{
	display: inline-block;
}

.popup h1{
	color: #ffffff;
	white-space: nowrap;
	text-align: center;
	margin-top: 0px;
	font-size: 28pt;
	margin: 0 0 25px 0;
}

.popup .input{
	margin: 0px auto;
	padding: 7px;
	background: #ffffff;
}

.popup input{
	width: 100%;
	border-style: none;
	color: #000000;
	text-align: center;
	margin-top: 1px;
	background: none;
}

.popup .button{
	background-color: #ffffff;
	text-align: center;
	display: inline-block;
	font-size: 23pt;
	padding: 6px 12px;
	border-radius: 4px;
	width: auto;
	border-style: none;
}

.popup textarea{
	width: 100%;
	border-style: none;
	color: #000000;
	margin-top: 1px;
	background: none;
	resize: none; 
}

.popup .input svg {
	height: 30px;
	width: 30px;
}

/* Login ------------------------ */
#login{
	background: rgb(110, 166, 164);
	background: rgba(110, 166, 164, .95);
} #login:target{ display: table; }

#login .inner .content{ font-size: 18pt; }

#login .input{ margin-bottom: 25px; }

#login .input svg{
	position: absolute;
	height: 30px;
	width: 30px;
}

#login .button{
	color: #6ea6a4;
	margin-bottom: 10px;
} #login .button:active {
	margin-top: 4px;
	margin-bottom: 6px;
}

#login #password_reset_open{
	color: #ffffff;
	clear: both;
	font-size: 11pt;
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
}

/* Password Reset --------------- */
#password_reset{
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .95);
} #password_reset:target{
	display: table;
}

#password_reset .back{
	color: #6ea6a4;
	font-size: 17pt;
	position: absolute;
	left: 10px;
	top: 14px;
	vertical-align: top;
	cursor: pointer;
	cursor: hand;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#password_reset .back svg{
	fill: #6ea6a4;
}

#password_reset .close{
	color: #6ea6a4;
}

#password_reset .inner .content{
	font-size: 18pt;
	width: 475px;
}

#password_reset h1{
	color: #6ea6a4;
}

#password_reset .instructions{
	font-size: 13pt;
}

#password_reset .input{
	border: solid #A3CCCA 1px;
	margin-bottom: 20px;
}

#password_reset .input svg{
	position: absolute;
	height: 30px;
	width: 30px;
}

#password_reset .button{
	background-color: #6ea6a4;
	color: #ffffff;
} #password_reset .button:active {
	margin-top: 4px;
	margin-bottom: -4px;
}

/* Contact Us ------------------- */
#contact_us_link{
	background-color: #556A97;
	width: 50%;
	float: left;
	height: 94px;
	text-align: center;
	cursor: hand;
	cursor: pointer;
}

#contact_us{
	background: rgb(85, 106, 151);
	background: rgba(85, 106, 151, .95);
} #contact_us:target{ display: table; }
#contact_us .inner .content{ font-size: 16pt; }
#contact_us table{
	width: 100%;
	margin-bottom: 10px;
}
#contact_us td{ padding: 4px; }
#contact_us .input{ padding: 5px; }
#contact_us textarea{ height: 80px; }
#contact_us .button{
	color: #556A97;
	font-size: 18pt;
} #contact_us .button:active {
	margin-top: 4px;
	margin-bottom: -4px;
}
#contact_us h1{ margin: 10px 0; }
#contact_us h2{
	color: #ffffff;
	text-align: center;
	font-size: 16pt;
}
#contact_us a{ color: #ffffff; }

/* Mailing List ----------------- */
#mailing_list_link{
	background-color: #E2BD74;
	width: 50%;
	float: left;
	height: 94px;
	text-align: center;
	cursor: hand;
	cursor: pointer;
}

#mailing_list{
	background: rgb(226, 189, 116);
	background: rgba(226, 189, 116, .95);
} #mailing_list:target{ display: table; }

#mailing_list .inner .content{ width: 500px; }

#mailing_list table{
	width: 100%;
	margin-bottom: 10px;
}

#mailing_list td{ padding: 5px; }

#mailing_list .one_col{ width: 50%; }

#mailing_list .phone{
	float: left;
	width: 70%;
}

#mailing_list .ext{
	float: right;
	width: 30%;
	border-left: dotted #B8B8B8 1px;
}

#mailing_list .button{
	color: #E2BD74;
	width: 140px;
} #mailing_list .button:active {
	margin-top: 4px;
	margin-bottom: -4px;
}

#mailing_list .button .loading{
	height: 36px;
	margin: 0px auto;
	position: relative;
	width: 36px;
}

/* Modular ---------------------- */

#modular{
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .5);
}

#modular .inner{
	vertical-align: top;
}

#modular .content{
	position: absolute;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	display: table-cell;
    vertical-align: middle;
	padding: 10px 20px;
}

#modular .close{
	font-size: 24pt;
}

#modular #err{
	background-color: #B53F42;
	color: #ffffff;
}

#modular p{
	font-size: 14pt;
}

/* Change Password -------------- */

#change_password{
	background: rgb(110, 166, 164);
	background: rgba(110, 166, 164, .95);
	display: table;
} #change_password:target{
	display: table;
}

#change_password .inner .content{
	font-size: 18pt;
	width: 425px;
}

#change_password .input{
	margin-bottom: 20px;
}

#change_password .button{
	color: #6EA6A4;
	font-size: 24pt;
} #change_password .button:active {
	margin-top: 4px;
	margin-bottom: -4px;
}

#change_password .password{
	float: left;
	width: 70%;
}
#change_password .indicator{
	float: right;
	width: 30%;
	border-left: dotted #B8B8B8 1px;
	padding-left: 10px;
	height: 31px;
	padding-top: 5px;
	font-size: 14pt;
}


/* Print ------------------------ */

#print{
	display: none;
	width: 100%;
}

#print svg{
	display: block;
	margin: 0px auto;
}

#print .title{
	text-align: center;
	font-size: 26pt;
	margin: 20px;
}

#print .content{
	margin: 0px auto;
	font-size: 17pt;
}

#print td{
	padding: 10px;
}

/* Credit Card ------------------ */

.cc_form table{
	width: 100%;
}

.cc_form td{
	padding: 10px;
}

.cc_form h2{
	font-size: 28pt;
	color: #6ea6a4;
	margin: 0 0 0 10px;
}

.cc_form .one_col{
	width: 50%;
}

.cc_form .required{
	margin: 0px auto;
	padding: 10px;
	background: #ffffff;
	border: solid #686868 1px;
}

.cc_form input, .cc_form select, .cc_form textarea{
	width: 100%;
	border-style: none;
	margin-top: 1px;
	background: none;
	font-size: 17pt;
}

.cc_form .city{
	float: left;
	width: 70%;
}

.cc_form .state{
	float: right;
	width: 30%;
	border-left: dotted #B8B8B8 1px;
	padding-left: 10px;
}

.cc_form .button{
	text-align: center;
	padding: 6px 12px;
	border-radius: 4px;
	border-style: none;
	margin: 35px auto 20px auto;
	background-color: #6ea6a4;
	color: #ffffff;
	display: block;
	font-size: 28pt;
	width: auto;
	width: 200px;
} .cc_form .button:active {
	margin: 39px auto 16px auto;
}