.mDwn {
    animation-name: mDwn;
    animation-duration: .60s;
}

.mUp {
    animation-name: mUp;
    animation-duration: .60s;
}

.mDwnOp {
    animation-name: mDwnOp;
    animation-duration: .40s;
}

.mUpOp {
    animation-name: mUpOp;
    animation-duration: .40s;
}

.eLft {
    animation-name: eLft;
    animation-duration: .20s;
}

.eRght {
    animation-name: eRght;
    animation-duration: .20s;
}

.fdOutIn {
    animation-name: fdOutIn;
    animation-duration: 3.60s;
}

@keyframes mDwn {
	from{max-height:0px;opacity:0;}
	to{max-height:500px;opacity:.85;}
}

@keyframes mUp {
	from{max-height:500px;opacity:.85;}
	to{max-height:0px;opacity:0;}
}

@keyframes mDwnOp {
	from{max-height:0px;opacity:0;}
	to{max-height:500px;opacity:1;}
}

@keyframes mUpOp {
	from{max-height:500px;opacity:1;}
	to{max-height:0px;opacity:0;}
}

@keyframes eLft {
	from{left:-420px;opacity:0;}
	to{left:0px;opacity:1;}
}
	
@keyframes eRght {
	from{right:0px;opacity:1;}
	to{right:-420px;opacity:0;}
}

@keyframes fdOutIn {
	0%{opacity:1;}
	25%{opacity:0;}
	50%{opacity:1;}
	75%{opacity:0;}
	100%{opacity:1;}
}

body {
	margin: 0px;
	background-color: #ffffff;
	color: #8E7569;
	font-family: 'Raleway', sans-serif;
}

#scrHm {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 35px;
	font-size: 30px;
	color: #087A93;
	background-color: #ffffff;
	padding: 3px 5px 5px 5px;
	border: 1px solid #087A93;
	z-index: 999;
	cursor: pointer;
	display: none;
}

#scrHm:hover {
	color: #ffffff;
	background-color: #087A93;
	border: 1px solid #ffffff;
}

/*#cnstntCntct {
	width: 50%;
}*/

#ctct_form_0 {
	font-family: 'Raleway', sans-serif;
/*	margin: 0px -15px -5px -5px;*/
}

#ctct_form_0 label {
	color: #8E7569;
	font-variant: small-caps;
	font-weight: bold;
}

#email_address_field_0 {
	display: inline-block;
}

#first_name_field_0 {
	display: inline-block;
}

#last_name_field_0 {
	display: inline-block;
}

#ctct_form_0 input[type=text] {
	font-family: 'Raleway', sans-serif;
	width: 225px;
	font-size: 17px;
    background-color: #f2f2f2;
    color: #087A93;
	padding: 10px;
	margin: 5px;
	border: none;
	box-sizing: border-box;
}

#ctct_form_0 input[type=email] {
	font-family: 'Raleway', sans-serif;
	width: 225px;
	font-size: 17px;
    background-color: #f2f2f2;
    color: #087A93;
	padding: 10px;
	margin: 5px;
	border: none;
	box-sizing: border-box;
}

#ctct_form_0 button {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	width: 225px;
	height: 46px;
	opacity:.85;
	text-align: center;
	font-size: 17px;
	letter-spacing: 3px;
	padding: 10px;
	background-color: #087A93;
	color: #ffffff;
	margin: 5px;
	cursor: pointer;
	border: none;
	box-sizing: border-box;
}

#ctct_form_0 button:hover {
	background-color: #8E7569;
}

#ctct_form_0 h2 {
	margin-left: -28px;
	font-size: 22px;
	color: #087A93;
/*	margin: 0px -15px -5px -5px;*/
}

#ctct_recaptcha_0 {
	display: none;
}

#gdpr_text {
	display: none;
}

#success_message_0 {
	font-family: 'Raleway', sans-serif;
}

.ctct-inline-form {
	margin-bottom: -20px;
}

.hdrIcn {
	float: right;
	font-size: 75px;
	margin: 15px;
	color: #087A93;
}

#hdrIcn {
	font-size: 100px;
	margin: 15px;
	color: #087A93;
}

#home {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#header {
	width: 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.70);
}

#hdrInr {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
	
#login {
	display: inline-block;
	float: right;
}

.lgMenu {
	margin: 5px 4px 2px 4px;
	font-size: 18px;
	font-weight: bold;
	color: #087A93;
}

a.lgMenu {
	position: relative;
	top: 4px;
	cursor: pointer;
    text-decoration: none;
}
	
a.lgMenu:hover {
	color: #8E7569;
}

a.lgMenu:link {
    text-decoration: none;
}

a.lgMenu:visited {
    text-decoration: none;
}

a.lgMenu:active {
    text-decoration: none;
}

#mBars {
	font-size: 25px;
	font-weight: bold;
	color: #655443;
}

#mMenu a {
	font-size: 16px;
	font-weight: bold;
	color: #8E7569;
	cursor: pointer;
	margin: 10px;
    text-decoration: none;
}

#mMenu a:hover {
	color: #087A93;
    text-decoration: none;
}

#mMenu a:link {
    text-decoration: none;
}

#mMenu a:visited {
    text-decoration: none;
}

#mMenu a:active {
    text-decoration: none;
}

#srvSb {
	position: absolute;
	opacity: 0.85;
	top: 105px;
	left: 35px;
	width: 135px;
	display: none;
    overflow: hidden;
/*	background-color: #087A93;*/
	text-align: left;
	z-index: 999;
}

#srvSb hr {
	width: 96%;
	color: #ffffff;
	margin: 0px;
}

#srvSb a {
	margin: 0px;
	display: block;
	color: #ffffff;
	background-color: #087A93;
	padding: 10px 3px 10px 3px;
	box-sizing: border-box;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #087A93;
}

#srvSb a:hover {
	color: #087A93;
	background-color: #ffffff;
}

#srvSb a:link {
    text-decoration: none;
}

#srvSb a:visited {
    text-decoration: none;
}

#srvSb a:active {
    text-decoration: none;
}

#trngl {
	text-align: center;
	padding: 0px;
	margin: 0px;
	margin-bottom: -4px;
}

.menImg {
	vertical-align: middle;
}

#uLogBt {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 5px;
	background-color: #655443;
	color: #ffffff;
	cursor: pointer;
}

#uLogBt:hover {
	background-color: #087A93;
	border-color: #655443;
}

.quote {
	margin: 2px 0px 0px 5px;;
	font-size: 13px;
	letter-spacing: -1px;
/*	font-variant: small-caps;*/
	font-weight: bold;
	color: #8E7569;
	cursor: pointer;
	float: left;
}

#crt {
	margin: -2px 7px 0px 5px;;
	font-size: 20px;
	vertical-align: middle;
}

.rqstqt {
	background-color: #087A93;
	padding: 3px 5px 3px 5px;
	box-sizing: border-box;
	margin-left: 0px;
}

.rqstqt:hover {
	background-color: #8E7569;
}

.onRqstqt {
	background-color: #655443;
	padding: 3px 5px 3px 5px;
	box-sizing: border-box;
	margin-left: 0px;
}

.onRqstqt:hover {
	background-color: #087A93;
}
	
.quote:hover {
    text-decoration: underline;
	color: #087A93;
}

.logoSml {
	float: left;
	max-height: 47px;
	width: auto;
	margin: 5px;
}

#mobiMenu {
	text-align: center;
	display: none;
	background-color: #087A93;
	border-radius: 0px 0px 25px 25px;
	position: relative;
	z-index: 1;
}

#mobiMenu hr {
	color: #8E7569;
	margin: 0px 0px 2px 0px;
}

#sbMn {
	width: 95%;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #8E7569;
	display: none;
    overflow: hidden;
}

#sbMn a {
	display: block;
	font-variant: small-caps;
	padding-bottom: 4px;
	color: #8E7569;
}

#sbMn a:hover {
	color: #087A93;
}

#sbMn a:link {
    text-decoration: none;
}

#sbMn a:visited {
    text-decoration: none;
}

#sbMn a:active {
    text-decoration: none;
}

#sbMn hr {
	color: #087A93;
}

.lnk {
	text-align: right;
	margin: 0px;
	width: 100%;
	font-size: 25px;
	color: #ffffff;
	cursor: pointer;
	background-color: #087A93;
}

.lnk:hover {
	background-color: #8E7569;
/*	color: #8E7569;*/
}

.lnk a {
	margin-right: 5px;
	font-weight: bold;
	color: #ffffff;
}

.lnk a:hover {
    text-decoration: none;
}

.lnk a:link {
    text-decoration: none;
}

.lnk a:visited {
    text-decoration: none;
}

.lnk a:active {
    text-decoration: none;
}

.spcr {
	font-size: 20px;
	color: #087A93;
}

.spcrSml {
	font-size: 10px;
	color: #087A93;
}

.qLogo {
	width: 600px;
	max-width: 100%;
    height: auto;
	padding-top: 75px;
	padding-bottom: 75px;
}

#cntnt {
	width: 100%;
	font-size: 16px;
	color: #000000;
	text-align: center;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.25;
	font-family: 'Raleway', sans-serif;
}

#cntntIn {
	text-align: left;
	width: 95%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
/*	font-size: 13px;*/
}

.trnsCntr {
	text-align: center;
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
}

.cntr {
	text-align: center;
	font-size: 18px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
}

.clntDv {
	text-align: center;
	display: inline-block;
	margin: 0px 15px 15px 15px;
}

/*.clntInr {
	margin: 0px 5px 0px 5px;
}*/

.trscptInr {
	display: inline-block;
	vertical-align: top;
	margin: 0px 25px 0px 25px;
}

.clntInr span {
	display: block;
}

.trscptInr span {
	display: block;
}

.clntTxt {
	font-size: 20px;
	color: #655443;
}

.clntTxtNmbr {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #655443;
}

.qtTl {
	font-size: 85px;
	color: #087A93;
}

.trnsDv {
	font-size: 16px;
	width: 450px;
	text-align: left;
	display: inline-block;
	margin: 0px 25px 15px 25px;
	line-height: 1.75;
}

.trnsDv li {
	vertical-align: top;
}

#cntntIn h3 {
	font-size: 20px;
	color: #8E7569;
	text-align: left;
	margin-left: -10px;
}

#cntntIn h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	color: #087A93;
	margin: 0px 0px -5px -5px;

}

.nmbr {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

.cntctNmbr {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}

#imgHldr {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

.wlcmSbmt {
	width: 275px;
	opacity:.85;
	text-align: center;
	font-size: 17px;
	letter-spacing: 3px;
	padding: 10px;
	background-color: #087A93;
	color: #ffffff;
	margin: 5px;
	cursor: pointer;
	border: none;
	box-sizing: border-box;
}

.wlcmSbmt:hover {
	background-color: #8E7569;
	color: #ffffff;
}

#lnggs {
	font-size: 13px;
	text-align: center;
	width: 95%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

#lnggs h3 {
	color: #8E7569;
	text-align: left;
	margin-left: -10px;
}

#lnggs h4 {
	font-size: 22px;
	color: #087A93;
	font-variant: small-caps;
	margin: 0px 0px -5px -5px;
}

#cntct {
	text-align: center;
}

#cntct div {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0px 25px 25px 25px;
}

.sbH4 {
	font-size: 18px;
	color: #000;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: -10px;
}

.sbH4t {
	font-size: 21px;
	color: #087A93;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 1.20;
}

.lrgTxt {
	letter-spacing: 1px;
	font-size: 19px;
	color: #087A93;
}

.lrgTxt .sbH4 {
	font-size: 22px;
}

#cntForm {
	text-align: center;
}

#cntForm div {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0px 25px 25px 25px;
}

#cntntIn h5 {
	font-size: 17px;
}

#lnggs h5 {
	font-size: 17px;
}

#lnggs a {
	color: #087A93;
    text-decoration: none;
}

#lnggs a:hover {
    text-decoration: underline;
}

#lnggs a:link {

}

#lnggs a:visited {

}

#lnggs a:active {
    text-decoration: none;
}

.cntntUl {
	text-indent: 0px;
	color: #087A93;
}

#cntntIn a {
	color: #087A93;
    text-decoration: none;
}

#cntntIn a:hover {
    text-decoration: underline;
}

#cntntIn a:link {

}

#cntntIn a:visited {

}

#cntntIn a:active {
    text-decoration: none;
}

iframe {
	height: auto;
	width: 100%;
	max-width: 600px;
}

.tDtsT {
	width: 100%;
	color: #8E7569;
	font-family: Tahoma, Geneva, sans-serif;
}

.tDtsT:before {
	content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #000;
	margin-right: 5px;
	margin-left: 5px;
}

.tDts {
	width: 100%;
	color: #087A93;
	font-family: Tahoma, Geneva, sans-serif;
}

.tDts:before {
	content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #000;
	margin-right: 5px;
	margin-left: 5px;
}

label {
	color: #8E7569;
	font-variant: small-caps;
	font-weight: bold;
}

input[type=text] {
	width: 225px;
	font-size: 17px;
    background-color: #f2f2f2;
    color: #087A93;
	padding: 10px;
	margin: 5px;
	border: none;
	box-sizing: border-box;
}

select {
	width: 225px;
	font-size: 17px;
    background-color: #f2f2f2;
    color: #087A93;
	padding: 10px;
	margin: 5px;
	border: none;
	box-sizing: border-box;
}

textarea {
	width: 225px;
	height: 185px;
	font-size: 17px;
    background-color: #f2f2f2;
    color: #087A93;
	padding: 10px;
	margin: 5px;
	border: none;
	box-sizing: border-box;
	resize: none;
}

input[type="checkbox"] {
	font-size: 17px;
    background-color: #f2f2f2;
    color: #087A93;
	padding: 10px;
	margin: 5px;
	border: none;
	box-sizing: border-box;
	vertical-align: middle;
}

input[type="radio"]:checked {
    color: #087A93;
}

#cntctBut {
	text-align: center;
}

.inlnBlk {
	display: inline-block;
	text-align: left;
}

.abtImg {
	text-align: center;
	display: inline-block;
	height: 90px;
	width: auto;
	margin: 10px 10px 0px 10px;
	vertical-align: middle;
}

.abtImgLrg {
	text-align: center;
	display: inline-block;
	height: 50px;
	width: auto;
	margin: 10px 10px 0px 10px;
	vertical-align: middle;
}

.inLn {
	display: inline;
}

#form {
	text-align: left;
}

.email2 {
	display: none;
}

.chkBxTxt {
	color: #087A93;
}

#qteTxtAr {
	width: 800px;
	height: 250px;
}

.ast {
	color: #087A93;
	margin-left: 5px;

}

.submit {
	opacity:.85;
	text-align: center;
	font-size: 17px;
	letter-spacing: 3px;
	padding: 10px;
	background-color: #087A93;
	color: #ffffff;
	margin: 5px;
	cursor: pointer;
	border: none;
	box-sizing: border-box;
}

.submit:hover {
	background-color: #8E7569;
	color: #ffffff;
}

#trAlrt {
	font-size: 16px;
	color: #cc0000;
	font-style: italic;
	display: none;
}

#asAlrt {
	font-size: 16px;
	color: #cc0000;
	font-style: italic;
	display: none;
}

#cntAlrt {
	font-size: 16px;
	color: #cc0000;
	font-style: italic;
	display: none;
}

ol li {
	color: #000000;
}

.blck {
	color: #000000;
}

#sbMn hr {
	color: #087A93;
}

.fltRght {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

.bldItl {
	text-indent: 0px;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.bld {
	font-weight: bold;
}

#footer {
	width: 100%;
	background-color: #087A93;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#ftrIn {
	text-align: center;
	width: 95%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	margin-top: 5px;
}

#ftrCon img {
	height: 15px;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#ftrCon {
	width: 100%;
	padding: 10px;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.65px;
}

#ftrCon i {
	color: #ffffff;
	font-size: 4px;
	vertical-align: middle;
	margin: 0px 7px 0px 7px;
	padding-top: 1px;
}

.mrBttm {
	margin-bottom: 10px;
}

#ftrCon a {
	color: #ffffff;
    text-decoration: none;
}

#ftrCon a:hover {
    text-decoration: underline;
}

.lc {
	text-transform: lowercase;
}

#ftrCon b {
	color:#087A93;
	font-size:20px;
}

.smlCps {
	font-size: 11px;
	font-variant: small-caps;
	letter-spacing: 2px;
	font-family: Tahoma, Geneva, sans-serif;
}

.lnggs {
	text-align: center;
}

.lDivs {
	font-size: 16px;
	vertical-align: top;
	display: inline-block;
	margin: 0px 10px 0px 10px;
	text-align:left;
/*	border: 1px solid #8E7569;*/
	padding:5px;
}

#adFls {
	color: #087A93;
	display: none;
	width: 225px;
}

.smlBld {
	font-size: 15px;
	color: #8E7569;
	font-variant: small-caps;
	font-weight: bold;
}

@media screen and (min-width: 1500px) {
	body {background-size: auto;}
	#mBars {display: none;}
}

@media screen and (min-width: 1025px) {
	.hdLrg {display: none;}
	.hdSml {display: inline;}
	#mobiMenu {display: none;}
	#mBars {display: none;}
	#mnQt {display: none;}
	#mnNws {display: inline;}
}

@media screen and (max-width: 1025px) {
	.hdLrg {display: inline;}
	.hdSml {display: none;}
	#mMenu {display: none;}
	#mnQt {display: inline;font-size: 16px;letter-spacing: 3px;float: right;margin-top: 3px;}
	#crt {font-size: 26px;margin-top: -3px;}
	#mnNws {display: none;}
	#mBars {display: inline;}
	.qLogo {padding-top:40px;max-width:90%;}
}

@media screen and (max-width: 600px) {
	#cnstntCntct {width: 100%;}
	.lDivs {margin: 0px 10px 0px 10px;text-align:center;display:block;}
	#lnggs h5 {text-align:center;}
	.hdrIcn {font-size:65px;margin:10px;}
	.hdLrg {display: inline;}
	.hdSml {display: none;}
	.qLogo {padding-top:40px;padding-bottom:40px;max-width:90%;}
	.fltRght {font-size:12px;}
	.bldItl {font-size:12px;}
	#ftrCon img {margin-bottom:5px;}
	.tDtsT {margin-left:0px;font-weight:bold;font-size:13px;}
	.tDts {margin-left:0px;font-weight:bold;font-size:13px;}
	.submit{margin-top:20px;}
	.trnsDv {width:90%;margin: 0px 5px 5px 5px;}
	#cntForm div {margin:0px;}
	.submit {margin: 5px 0px 0px 0px;}
	#qteTxtAr {width:300px;height:185px;}
	#form {text-align:center;}
	#lnggs {text-align:left;}
	#cntct div {margin: 10px 25px 25px 25px;)
}