@charset "utf-8";
/* CSS Document */

.btn {
	width: 40%;
	min-width: 100px;
	max-width: 150px;
	min-height: 25px;
	line-height: 25px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 5px 15px;
	color: rgba(255,255,255,1);
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	background-clip: border-box;
	border: 1px solid rgba(255,255,255,0.6);
    transition: background-color 0s, border-color 0.5s;
    transition-property: background-color, border-color;
    transition-duration: 0s, 0.5s;
    transition-timing-function: initial, initial;
    transition-delay: initial, initial;
}
.btn a {
	color: rgba(255,255,255,1);
	font-weight: 500;
}
.btn a:hover {
	color: rgba(93,93,93,1);
}
.btnlink {
	display: block;
}
a.btnlink:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
.push:hover {
	background: rgba(255,255,255,0.9);
	background-clip: border-box;
	color: rgba(51,51,51,1);
	text-decoration: none;
}

.rounded {
	border-radius: 100px;
}
.book {
	position: absolute;
	bottom: 50px;
	left: 17.5%;
}




/* CTA BUTTONS */
.btncta {
	width: 20%;
	min-width: 100px;
	max-width: 150px;
	height: 25px;
	line-height: 25px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 5px 15px;
	color: rgba(255,255,255,1);
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	background-clip: border-box;
	border: 1px solid rgba(255,255,255,0.6);
    transition: background-color 0s, border-color 0.5s;
    transition-property: background-color, border-color;
    transition-duration: 0s, 0.5s;
    transition-timing-function: initial, initial;
    transition-delay: initial, initial;
}



a#cta {
	color: rgba(93,93,93,1);
	border: 1px solid rgba(93,93,93,0.6);
}
a#cta:hover {
	color: rgba(255,255,255,1);
	background: rgba(93,93,93,1);
	text-decoration: underline;
}


.noTop {
	margin-top: 0;
}
/* === END CTA BUTTONS === */




/* SUBSCRIBE & CONTACT FORMS */
fieldset {
	max-width: 1080px;
}
form {
	width: auto;
	margin: 0 auto;
	text-align: center;
}
input, button {
	width: 25%;
	min-width: 100px;
	max-width: 300px;
	height: 35px;
	line-height: 35px;
	font-size: 1.5em;
	margin: 0 auto;
	padding: 0px;
}
#contactform {
	text-align: left;
}
#formID {
	text-align: center;
}
#formID2 {
	text-align: left;
}
textarea {
	font: 100%/1.4 source-sans-pro, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
#contactform #message {
	width: 100%;
	max-width: 500px;
}
#subscribeform #email, #subscribeform #subject {
	margin-right: 45px;
}
#fieldlabel {
	margin-left: 30px;
	color: rgba(93,93,93,1);
	font-weight: bold;
}
	
#submit {
	width: 20%;
	min-width: 100px;
	max-width: 200px;
	min-height: 30px;
	line-height: 30px;
	margin: 0 auto;
	margin-top: 5px;
	padding: 0px 15px;
	color: rgba(93,93,93,1);
	text-align: center;
	font-weight: normal;
	background-clip: border-box;
	border: 1px solid rgba(93,93,93,0.6);
    transition: background-color 0s, border-color 0.5s;
    transition-property: background-color, border-color;
    transition-duration: 0s, 0.5s;
    transition-timing-function: initial, initial;
    transition-delay: initial, initial;
	background: rgba(0,0,0,0);
}
#submit:hover {
	color: rgba(255,255,255,1);
	background: rgba(93,93,93,1);
	text-decoration: underline;
}
.hidefield {
	display: none;
}

/* === END SUBSCRIBE & CONTACT FORMS === */






.subscribe {
	font-size: 0.75em;
	text-align: center;
}
.tfield {
	margin: 10px auto;
	width: 20%;
	float: left;
	text-align: left;
	padding: 0 auto;
}
.first {
	margin-left: 27%;
}
.action-btn {
	margin: 15px auto;
	margin-top: 22px;
	float: left;
}








@media screen and (max-width: 769px) {
/* SUBSCRIBE & CONTACT FORMS */
.btn {
	width: 50%;
	min-width: 80px;
	max-width: 120px;
	min-height: 20px;
	line-height: 20px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 5px 15px;
	color: rgba(255,255,255,1);
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	background-clip: border-box;
	border: 1px solid rgba(255,255,255,0.6);
    transition: background-color 0s, border-color 0.5s;
    transition-property: background-color, border-color;
    transition-duration: 0s, 0.5s;
    transition-timing-function: initial, initial;
    transition-delay: initial, initial;
}
input, button {
	width: 45%;
	min-width: 100px;
	max-width: 300px;
	height: 25px;
	line-height: 25px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0px;
}
#subscribeform #name, #subscribeform #email {
	margin-right: 20px;
}
#fieldlabel {
	margin-left: 20px;
	margin-right: 5px;
	color: rgba(93,93,93,1);
	font-weight: bold;
}
	
#submit {
	width: 20%;
	min-width: 100px;
	max-width: 150px;
	min-height: 30px;
	line-height: 30px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0px 5px;
	color: rgba(93,93,93,1);
	text-align: center;
	font-weight: normal;
	background-clip: border-box;
	border: 1px solid rgba(93,93,93,0.6);
    transition: background-color 0s, border-color 0.5s;
    transition-property: background-color, border-color;
    transition-duration: 0s, 0.5s;
    transition-timing-function: initial, initial;
    transition-delay: initial, initial;
	background: rgba(0,0,0,0);
}
#submit:hover {
	color: rgba(255,255,255,1);
	background: rgba(93,93,93,1);
	text-decoration: underline;
}

/* CTA BUTTONS */
.btncta {
	width: 20%;
	min-width: 100px;
	max-width: 200px;
	height: 25px;
	line-height: 25px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 5px 15px;
	color: rgba(255,255,255,1);
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	background-clip: border-box;
	border: 1px solid rgba(255,255,255,0.6);
    transition: background-color 0s, border-color 0.5s;
    transition-property: background-color, border-color;
    transition-duration: 0s, 0.5s;
    transition-timing-function: initial, initial;
    transition-delay: initial, initial;
}

/* === END SUBSCRIBE & CONTACT FORMS === */

}








@media screen and (max-width: 769px)  and (orientation: landscape) {
/* SUBSCRIBE & CONTACT FORMS */
input, button {
	width: 45%;
	min-width: 100px;
	max-width: 300px;
	height: 25px;
	line-height: 25px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0px;
}
#subscribeform #name, #subscribeform #email {
	margin-right: 20px;
}
#fieldlabel {
	margin-left: 20px;
	margin-right: 5px;
	color: rgba(93,93,93,1);
	font-weight: bold;
}
	
#submit {
	width: 20%;
	min-width: 100px;
	max-width: 150px;
	min-height: 30px;
	line-height: 30px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0px 5px;
	color: rgba(93,93,93,1);
	text-align: center;
	font-weight: normal;
	background-clip: border-box;
	border: 1px solid rgba(93,93,93,0.6);
    transition: background-color 0s, border-color 0.5s;
    transition-property: background-color, border-color;
    transition-duration: 0s, 0.5s;
    transition-timing-function: initial, initial;
    transition-delay: initial, initial;
	background: rgba(0,0,0,0);
}
#submit:hover {
	color: rgba(255,255,255,1);
	background: rgba(93,93,93,1);
	text-decoration: underline;
}

/* CTA BUTTONS */
.btncta {
	width: 20%;
	min-width: 100px;
	max-width: 200px;
	height: 25px;
	line-height: 25px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 5px 15px;
	color: rgba(255,255,255,1);
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	background-clip: border-box;
	border: 1px solid rgba(255,255,255,0.6);
    transition: background-color 0s, border-color 0.5s;
    transition-property: background-color, border-color;
    transition-duration: 0s, 0.5s;
    transition-timing-function: initial, initial;
    transition-delay: initial, initial;
}

/* === END SUBSCRIBE & CONTACT FORMS === */

}








@media screen and (max-width: 479px) {
/* SUBSCRIBE & CONTACT FORMS */
input, button {
	width: 85%;
	min-width: 100px;
	max-width: 350px;
	height: 25px;
	line-height: 25px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0px;
}
#subscribeform #name, #subscribeform #email {
	margin-right: 20px;
}
#fieldlabel {
	margin-left: 20px;
	margin-right: 5px;
	color: rgba(93,93,93,1);
	font-weight: bold;
}
	
#submit {
	width: 55%;
	min-width: 100px;
	max-width: 350px;
	min-height: 30px;
	line-height: 30px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0px 5px;
	color: rgba(93,93,93,1);
	text-align: center;
	font-weight: normal;
	background-clip: border-box;
	border: 1px solid rgba(93,93,93,0.6);
    transition: background-color 0s, border-color 0.5s;
    transition-property: background-color, border-color;
    transition-duration: 0s, 0.5s;
    transition-timing-function: initial, initial;
    transition-delay: initial, initial;
	background: rgba(0,0,0,0);
}

/* CTA BUTTONS */
.btncta {
	width: 20%;
	min-width: 100px;
	max-width: 200px;
	height: 25px;
	line-height: 25px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 5px 15px;
	color: rgba(255,255,255,1);
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	background-clip: border-box;
	border: 1px solid rgba(255,255,255,0.6);
    transition: background-color 0s, border-color 0.5s;
    transition-property: background-color, border-color;
    transition-duration: 0s, 0.5s;
    transition-timing-function: initial, initial;
    transition-delay: initial, initial;
}


/* === END SUBSCRIBE & CONTACT FORMS === */

}











/* HIDDEN OBJECTS - Give class="hidden" value to objects you wish to hide" */
.hidden {
	display: none; /* Use display: none; to hide the object and to collapse the space it takes in */
}