*, *::before, *::after {box-sizing: border-box;}
.text-center {text-align: center;}
body{
	font-size:14px;
	line-height:20px;
	font-family:'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	background:url(../images/bg.png) top center repeat;
	width: 100%;
	overflow-x: hidden;
}
.wrap{
	max-width: 1130px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.nowrap {white-space: nowrap;}
.content_index .wrap,
.welcome .wrap,
footer .wrap {max-width:1000px;}
header{
	width: 100%;
	/*height: 690px;*/
	background:url(../images/header_bg.png) top center no-repeat;
	margin: 0 auto;
	padding: 0;
}
header.inside { /*height:230px;*/ padding-bottom:10px; }
.top{
	width: 100%;
	min-height: 55px;
	background-image:linear-gradient(0deg, transparent 10%, #0B0B0B 10%);
	margin: 0;
	padding: 0;
	position: relative;
	isolation: isolate;
}
.top::before {
	background: url(../images/top.png?12302020) bottom center repeat-x;
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
}
.top::after {content:'';min-height:1px;display:block;clear:both;}
.top ul{
	background: none;
	width: 100%;
	overflow: hidden; 
	margin: 0;
	padding: 8px 0 0;
}
.top ul li{
	list-style: none;
	display: inline-block;
	margin: 0;
	padding:0 8px 0 8px;
	background: none;
	font: 14px 'Lato', sans-serif;
	font-style: normal;
	color: #72757e;
	line-height: 1.25;
	font-weight: 400;
	text-align: left;
	text-decoration: none;
	float: left;
}
.top ul li.last{
	padding-right: 8px;
	float: right;
}
div.logo{
	margin:-20px auto;
	padding: 0;
	display:block;
	position:relative;
	text-align:center;
	z-index: 2001;
}
div.logo img {max-width:100%;}
.banner{
	max-width: 1000px;
	background:url(../images/banner.png) no-repeat;
	margin:-80px auto 30px;
	padding: 0;
	display:block;
	background-color: #3d404b;
	border-radius: 6px;
	border: solid 4px #3d404b;
	box-shadow: 0px 4px 20px #181b23;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.banner h1{
	width: 700px;
	margin-top: 240px;
	padding: 0px;
	font:38px 'Montserrat',serif;
	color: #fff;
	line-height: 42px;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	text-shadow: 0 1px #000;
}
a.button_big{
	width: 186px;
	height: 44px;
	background: url(../images/button_big.png) top center no-repeat;
	margin-top: 20px; 
	margin-left:0px;
	padding-top: 10px;
	display: block;
	float: left;
	font: 20px 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px #27292f;
}
a.button_big:hover{
	background: url(../images/button_big_hover.png) top center no-repeat;
}
nav.topnav {
	width:1000px;
	height: 68px;
	background: url(../images/nav_bg.png) top center no-repeat;
	margin:0 auto;
	position:relative;
	/*margin-left: -595px;
	position: absolute;
	top: 170px;
	left: 50%;*/
	z-index: 2000;
}
nav.topnav > ul{
	width: 1000px;
	margin: 0 auto;
	list-style: none;
	padding: 0;
	text-align: center;
}
nav.topnav ul li{
	position:relative;
	list-style: none;
	display: inline-block;
	margin-top: 0;
	margin: 0px;
	padding:0;
	background: none;
	text-transform: uppercase;
	background: url(../images/divider.png) right -8px no-repeat;
}
nav.topnav > ul > li > a {display:inline-block;	padding: 0 14px 20px 8px;}
nav.topnav > ul > li:last-child{
	list-style: none;
	display: inline-block;
	margin: 0;
	padding-right: 0;
	background: none;
	text-transform: uppercase;
}
nav.topnav ul li a{
	margin: 0;
	padding-top: 16px;
	font: 14px 'Lato','Open Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height:20px;
	color: #373530 !important;
	text-decoration: none;
	font-weight: 400;
	text-shadow:0px 1px #f0e5c7;
	display: block;
	text-transform: uppercase;
}
nav.topnav ul li a:hover{
	color: #1b1313 !important;
	text-decoration: none;
	text-transform: uppercase;
	border: 0;
}
nav.topnav ul ul {
 	margin: 0px;
	min-width: 200px;
	width:auto;
	white-space:nowrap;
 	display: none;
 	background: url(../images/dropdown.png) top left repeat;
 	padding: 8px 0 10px 0;
 	position: absolute;
	left:0;
 	z-index: 1900;
 	top:51px;
 	border-radius: 4px;
}
nav.topnav ul ul ul {top:-8px;left:100%;}
nav.topnav ul li ul li { 
    background: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
nav.topnav ul ul a{ 
	font: 14px 'Montserrat'serif !important;
    color: #fff !important;
	text-transform: none;
	margin-top: 0;
	padding-top: 0;
	display:block;
	padding:4px 20px;
	text-shadow:0px 1px 0px #000;
}
nav.topnav ul ul a:hover { 
	color: #717c9f !important;
	text-transform: none;
}
nav.topnav::before{
	content:"";
	width:95px;
	height: 68px;
	background:url(../images/nav_before.png);
	position: absolute;
	display: block;
	left: -95px;
	top:0;
}
nav.topnav::after{
	content:"";
	width:95px;
	height: 68px;
	background:url(../images/nav_after.png);
	position: absolute;
	display: block;
	right: -95px;
	top: 0;
}
.blue-gray-transition {background:url('../images/blue-gray-sawtooth.jpg') repeat-x;height:4px;width:100%;}
.welcome{
	background:url(../images/ribbon.png) repeat;
	padding: 20px;
}
.welcome-top {background:url(../images/ribbon-top.png) repeat;height:4px;}
.welcome-bottom {background:url(../images/ribbon-bottom.png) repeat #ddd;height:4px;}
.welcome h1{
	margin:0px;
	padding:0;
	font:36px 'Crimson Text', serif;
	color: #1e212b;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	text-shadow: 0px 1px 0px #fff;
}
.welcome p {margin-bottom:0;}
.content{
	width: 100%;
	height: auto;
	background:url(../images/squared_metal.png) top center repeat;
	margin-top: 0;
	padding-top:10px;
	padding-bottom: 50px;
	overflow: hidden;
}
.content img {max-width:100%;height:auto !important;}
article{
	width: 100%;
	height: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f8f8f8;
	box-shadow: 0 1px 2px rgba(115,113,94,.4);
	float: left;
	margin-top: 10px;
	padding:30px 30px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
article:after {content:'';display:block;min-height:1px;clear:both;}
aside{
	width: 26%;
	height: auto;
	float: right;
	margin-left: 3%;
	margin-top: 10px;
}
aside section {
	background:#f8f8f8;
	box-shadow:0 1px 2px rgba(115,114,94,.4);
	padding:20px;
	margin-bottom:20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
aside section h1 {
	font-size:28px;
    line-height: 30px;
    font-family: 'Montserrat', serif;
    color: #3c435b;
}
aside section h2 {
	font-size:26px;
    line-height: 30px;
    font-family: 'Montserrat', serif;
    color: #3c435b;
}
aside section h3 {
	font-size:24px;
    line-height: 30px;
    font-family: 'Montserrat', serif;
    color: #3c435b;
}
aside section h4 {
    font-size: 22px;
    line-height: 30px;
    font-family: 'Montserrat', serif;
    color: #fff;
    background-color: #3c435b;
	margin:-20px -20px 10px;
	border-radius:3px 3px 0 0;
	padding:5px 20px;
}

aside section.nav ul {margin:0;}
aside section.nav ul li {margin:0;padding-left:0;background:none;}
aside section.nav ul li a {border-bottom:1px dotted #aba6a1;display:block;padding:4px 0;transition:all .25s;}
aside section.nav ul li a:hover {background-color:#F7F2E3;padding-left:10px;color:#BF9463;}
aside section.nav ul ul li {}
aside section.nav ul ul ul {display:none}
.leftnav ul ul.leftnav-show-ul {display:block;padding:0;marging:0;}
aside section.nav h1 {display:none;}
.leftnav-header {border-bottom: 0 !important;
    padding: 0 !important;
    transition: none !important;
    margin: -20px -20px 10px !important;
    padding:5px 20px !important;
	border-radius:3px 3px 0 0;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Montserrat', serif;
    background-color: #3c435b !important;
	color:#fff !important;
}
.leftnav-header .more-indicator {display:none;}
.leftnav-parent {    
	float: right;
	position:relative;
	top:27px;
	right:20px;
	padding:0 !important;
    display: block;
    background: url('/common/images/arrow_up.png') center center no-repeat #f8f8f8 !important;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    border: 1px solid #ccc !important;
    border-radius: 5px;
    box-shadow: 0 1px 2px #999;
}
aside section img {border-radius:5px;border:1px solid #ccc;box-shadow:0 1px 2px rgba(115, 114, 94, 0.4);position:relative;top:5px;}

blockquote{
	background:none;
	height: auto; 
	margin: 10px 0 10px 0;
	padding: 0px;
	text-decoration: none;
	font:italic 18px "Lato", sans-serif;
	color: #505050;
	line-height: 30px;
	text-transform: none;
	text-align: left;
}
blockquote::before{
	width: 15px;
	height: 15px;
	display: inline-block;
	content: ' ';
	background: url(../images/quotes.png) no-repeat top left;
}
blockquote::after{
	width: 15px;
	height: 15px;
	display: inline-block;
	content: ' ';
	background: url(../images/quotes_close.png) no-repeat top left;
}	
.image {
	background: url(../images/image.png) no-repeat;
	width: 150px;
	height: 120px; 
	margin: 16px 20px 20px 0;
	padding: 0;
	float: left;
	-webkit-box-shadow: 0 1px 3px #bbb;
	-moz-box-shadow: 0 1px 3px #bbb;
	box-shadow: 0 1px 3px #bbb;
}

/* Content Styles */
.content_index{
	width: 100%;
	height: auto;
	background:url(../images/squared_metal.png) top center repeat;
	padding-top: 15px;
	padding-bottom: 50px;
	overflow: hidden;
}
.content_index div > img:first-child {display:block;width:100%;height: 100%; object-fit: cover;}
div.about-index{
	width: 32%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
	position:relative;
	-webkit-box-shadow: 0 1px 2px rgba(115,113,94,.4);
	-moz-box-shadow: 0 1px 2px rgba(115,113,94,.4);
	box-shadow: 0 1px 2px rgba(115,113,94,.4);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin-top: 20px;
	float: left;
	margin-right: 2%;
}
div.news-index{
	width: 32%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
	position:relative;
	-webkit-box-shadow: 0 1px 2px rgba(115,113,94,.4);
	-moz-box-shadow: 0 1px 2px rgba(115,113,94,.4);
	box-shadow: 0 1px 2px rgba(115,113,94,.4);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin-top: 20px;
	float: left;
	margin-right: 2%;
}
div.events-index{
	width: 32%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
	position:relative;
	-webkit-box-shadow: 0 1px 2px rgba(115,113,94,.4);
	-moz-box-shadow: 0 1px 2px rgba(115,113,94,.4);
	box-shadow: 0 1px 2px rgba(115,113,94,.4);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin-top: 20px;
	float: left;
}
div.box1-index{
	width: 32%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
	position:relative;
	-webkit-box-shadow: 0 1px 2px rgba(115,113,94,.4);
	-moz-box-shadow: 0 1px 2px rgba(115,113,94,.4);
	box-shadow: 0 1px 2px rgba(115,113,94,.4);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin-top: 20px;
	float: left;
	margin-right: 2%;
}
div.box2-index{
	width: 32%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
	position:relative;
	-webkit-box-shadow: 0 1px 2px rgba(115,113,94,.4);
	-moz-box-shadow: 0 1px 2px rgba(115,113,94,.4);
	box-shadow: 0 1px 2px rgba(115,113,94,.4);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin-top: 20px;
	float: left;
}
a.btn{
	min-height: 26px;
	background:#40465e;
	border-radius:26px;
	border:3px solid #999BA5;
	padding: .25em 2em;
	display: inline-block;
	font: 16px 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px #27292f;
}
a.btn:hover{
	background:#2E3347;
}
a.button_small{
	width: 200px;
	min-height: 26px;
	background: url(../images/button_small2.jpg) center repeat;
	border-radius:26px;
	border:3px solid #999BA5;
	padding-top: 0px;
	display: block;
	font: 16px 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px #27292f;
	position:absolute;
	bottom:20px;
	left:50%;
	margin-left:-100px;
}
a.button_small:hover{
	background: url(../images/button_small_hover2.jpg) center repeat;
}
button.button_small {
	min-height: 26px;
	background: url(../images/button_small2.jpg) center repeat;
	border-radius:26px;
	border:3px solid #999BA5;
	padding-top: 0px;
	display: inline-block;
	font: 16px 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px #27292f;
}
button.button_small:hover {
	background: url(../images/button_small_hover2.jpg) center repeat;
}

.weather-index{
	width: 32%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url(../images/quick_links.png) repeat;
	-webkit-box-shadow: 0 1px 2px rgba(115,113,94,.4);
	-moz-box-shadow: 0 1px 2px rgba(115,113,94,.4);
	box-shadow: 0 1px 2px rgba(115,113,94,.4);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding: 10px 10px;
	margin-top: 20px;
	float: left;	
	margin-right: 2%;
}
.blog-index{
	width: 66%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
	position:relative;
	box-shadow: 0 1px 2px rgba(115,113,94,.4);
	float: right;
	margin-top: 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.blog-index .caption {position:absolute;top:0;left:0;width:100%;padding:30px;box-sizing:border-box;}
.blog-index h2{
	margin: 0px;
	padding: 0px;
	font:30px'Montserrat',serif;
	color: #fff;
	line-height: 32px;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	text-shadow: 0 1px #000;
}
a.button_readmore{
	width: 150px;
	height: 32px;
	background: url(../images/button_readmore.png) top left no-repeat;
	margin-top: 20px; 
	margin-bottom: 50px;
	padding-top: 0px;
	display: block;
	font: 16px 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 400;
	line-height: 33px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px #27292f;
	float: left;
}
a.button_readmore:hover{
	background: url(../images/button_readmore_hover.png) top left no-repeat;
}

/* Form Styles */
form.contact{
	background:none;
	width: 650px;
	height: auto; 
	margin:0;
	padding:20px 0 0 0;
}
form.contact label{
	font:16px 'Lato', sans-serif;
	color: #3c435b;
	width: 80px;
	height: 36px;
	line-height: 24px;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	float: left; 
	display: block;
}
form.contact input{
	background-color: #d1d1d1;
	-webkit-box-shadow: 0 1px rgba(255,255,255,.9), inset 0 1px 2px rgba(0,0,0,.27);
	-moz-box-shadow: 0 1px rgba(255,255,255,.9), inset 0 1px 2px rgba(0,0,0,.27);
	box-shadow: 0 1px rgba(255,255,255,.9), inset 0 1px 2px rgba(0,0,0,.27);
	width: 270px;
	height: 36px; 
	padding-left: 10px;
	font: 16px 'Lato',sans-serif;
	color: #fff;
	font-weight: 300;
	line-height: 20px;
	text-transform: none;
	text-decoration: none;
	border: none;
	text-align: left;
	display: block;	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-radius: 4px;
}
form.contact p{
	margin-bottom: 5px;
}	
form.contact textarea{
	background: url(../images/input_bg.png) repeat;
	width: 520px;
	height: 200px; 
	background-color: #d1d1d1;
	-webkit-box-shadow: 0 1px rgba(255,255,255,.9), inset 0 1px 2px rgba(0,0,0,.27);
	-moz-box-shadow: 0 1px rgba(255,255,255,.9), inset 0 1px 2px rgba(0,0,0,.27);
	box-shadow: 0 1px rgba(255,255,255,.9), inset 0 1px 2px rgba(0,0,0,.27);
	padding-left: 10px;
	font: 16px 'Lato',sans-serif;
	color: #fff;
	font-weight: 300;
	line-height: 20px;
	text-transform: none;
	text-decoration: none;
	border: none;
	text-align: left;
	display: block;	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-radius: 4px;
}
form.contact input.submit{
	background: url(../images/submit.png)no-repeat;
	width: 100px;
	height: 38px; 
	margin: 0px 44px 0 auto;
	padding-top: 2px;
	font:16px'Montserrat',sans-serif;
	color: #fff;
	font-weight: 300;
	line-height: 26px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	display: block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border: none;
	float: right;
	box-shadow: none;
}
form.contact input.submit:hover{
	background: url(../images/submit_hover.png) no-repeat;
}
footer{
	width: 100%;
	height: auto;
	background:url(../images/bg.png) top center repeat;
	margin: 0;
	padding: 40px 0;
	overflow: hidden;
}
.map{
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
}
ul.address{
	list-style: none;
	width: 220px;
	height: auto;
	margin: 0;
	margin-left:30px;
	float: left;
	display: block;
	overflow: hidden;
}
ul.address li{
	width: 220px;
	height: auto;
	background: none;
	font:15px 'Lato', sans-serif;
	color: #e4e4e4;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0px;
	font-weight: 300;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	text-shadow: 0px 1px 0px #30364a;
	line-height: 20px;
}
ul.address li.pin{
	background:url(../images/pin.png) top left no-repeat;
	padding-left: 15px;
}
ul.address li.phone{
	background:url(../images/phone.png) top left no-repeat;
	padding-left: 20px;
}
ul.address li.divider_2{
	background:url(../images/divider_2.png) top left no-repeat;
	padding: 10px 0 0 0;
}
ul#botnavlist{
	width: 520px;
	text-align:right;
	background: none;
	margin: 0 0 15px 0;
	padding: 0px;
	display: block;
	list-style: none;
	float: right;
}
ul#botnavlist li{
	margin-right: 8px;
	margin-top: 0;
	padding: 0;
	display: inline-block;
	background:url(../images/points_2.png) top right no-repeat;
	padding-right: 10px;
}
ul#botnavlist li.last{
	margin-right: 0px;
	background: none;
}
ul#botnavlist li a{
	margin: 0;
	padding: 0;
	font: 16px 'Lato' serif ;
	color: #e4e4e4;
	text-decoration: none;
	font-weight: 300 ;
	text-shadow: 0px 1px 0px #30364a;
	display: block;
	text-transform: none;
}
ul#botnavlist li a:hover{
	color: #8d909c;
}
.notice {clear:right;text-align:right;margin-bottom:10px;font-size:14px;color:#fff;}
.notice a {color:#fff;}
.social {clear:right;text-align:right;margin-bottom:10px;font-size:20px;}
.social a {color:#ccc;transition:all .3s;}
.social a:hover {color:#fff;}
.social i {vertical-align:middle;margin-right:5px;}
.social span {font-size:16px;}
.copyright{
	margin: 0;
	padding:0;
	text-decoration: none;
	font:13px 'Lato', sans-serif;
	color: #a2a2a2;
	font-weight: 300;
	line-height: 22px;
	text-transform: none;
	text-align: right;
	
}
a.southfire{
	width: 146px;
	height: 34px;
	background:url(../images/southfire.png) right no-repeat;
	margin: 0px;
	padding:0;
	float: right;
	text-indent: -9999px;
	text-align: left;
}
form.quick{
	background:none;
	width: 284px;
	height: 38px; 
	margin: 0 auto;
	padding: 0 auto;
	display: block;
	position: relative;
}
form.quick select{
	width: 284px;
	height: 38px;
	background: url(../images/quick_input.png)no-repeat;
	border: none;
	margin-top: 4px;
	font: 16px 'Lato' serif;
	color: #797979;
	font-weight: 300;
	line-height: 16px;
	padding-left: 14px;
}

.contact-content {float:left;width:60%;}
#contact-form-address-box {display:none;}
#frmContact {margin-left:63%;width:37%;}
#frmContact label {height:auto;width:auto;float:none;}
#frmContact input[type=text],
#frmContact textarea {border:1px solid #ccc;border-radius:5px;box-shadow:0 1px 2px rgba(141,131,91,0.4);color:#555;font-family:inherit;font-size:16px;margin-bottom:10px;padding:5px;width:100%;}
#frmContact .actions {text-align:right;}
#frmContact input[type=button] {
	background: url("../images/button_small.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	color: #fff;
	display: inline-block;
	font: 400 16px/32px "Montserrat",sans-serif;
	height: 32px;
	margin: 0;
	padding-top: 0;
	text-align: center;
	text-shadow: 0 1px #27292f;
	text-transform: uppercase;
	width: 174px;
	border:0;
	cursor:pointer;
}
#frmContact input[type=button]:hover {background: url("../images/button_small_hover.png") no-repeat scroll center center rgba(0, 0, 0, 0);}

/* special content styles */
.table-noborder {}
.table-noborder td,
.table-noborder th {border:0;}


.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

.nav-toggle {
	display:none;
}
.sub-expand {
	display:none !important;
	background:url('../images/open-menu-gray.png') no-repeat;
	background-size:100%;
	text-indent:-9999px;
	border-radius:50%;
	box-sizing:border-box;
	float:right;
	font-size:26px;
	line-height:40px !important;
	height:40px;
	width:40px;
	margin-right:20px !important;
	margin-top:4px !important;
	padding:0px !important;
	text-align:center;
}

@media (min-width:1001px){
	nav.topnav li:hover > ul {display: block;}
}
@media (max-width:1000px){
	div.logo {margin-bottom:-10px;}
	.nav-toggle {display:block;text-align:center;padding:12px 0 8px;}
	.sub-expand {display:block !important;}
	nav.topnav {margin-left:0;left:0;width:100%;}
	nav.topnav:before,
	nav.topnav:after {display:none;}
	#topnavlist {
		display:none;
		background:#000;
		position:absolute;
		top:51px;
		left:0;
		width:100%;
		height:auto;
		z-index:1200;
		margin:0;
		padding:0;
	}
	#topnavlist li {display:block;padding:0 20px !important;float:none;border-bottom:1px solid #555;padding:0;height:auto;background:none;}
	#topnavlist li:first-child {border-top:1px solid #555;}
	#topnavlist li a {display:block;padding:0;text-align:left;font-size:16px;line-height:50px;text-shadow:none;}
	#topnavlist li a:link,
	#topnavlist li a:visited {color:#ccc !important;}
	#topnavlist li a:hover,
	#topnavlist li a:active,
	#topnavlist li a:focus {border-bottom:0;background-color:#222;}
	.topnav > ul > li > a:after {display:none;}
	#topnavlist ul {
		position:static;
	}
	#topnavlist ul li {font-size:16px;padding:0;}
	#topnavlist ul li a {padding:14px 7px;display:block;}

	footer {width:auto;padding:40px 20px;}
	.map-address {float:left;}
	.map {float:none;}
	ul.address {float:none;margin-left:0;}
	#botnavlist {}
	.copyright {clear:right;}
}
@media (max-width:850px){
	article {float:none !important;margin:10px 20px 20px;width:auto !important;}
	aside {width:auto !important;float:none;margin:0 20px 20px;}
	ul#botnavlist {width:50%;}
	ul#botnavlist li {display:block;margin-right:0;background:none;}
	ul#botnavlist li a {padding:10px 0;border-bottom:1px dotted #686663;}
	
	.contact-content {width:100%;margin-bottom:20px;}
	#frmContact {width:100%;margin-left:0;}
	
	div.about-index {width:49%;}
	div.news-index {width:49%;margin-right:0;}
	div.events-index {width:49%;margin-right:2%;}
	div.weather-index {width:49%;margin-right:0;}
	div.blog-index {width:100%;}
	
}
@media (max-width:700px){
	div.logo {margin-top:-5px;}
}
@media (max-width:550px){
	.map-address {float:none;}
	.map {float:left;}
	ul.address {float:left;margin-left:30px;}
	ul#botnavlist {float:none;width:100%;clear:both;}
	ul#botnavlist li {text-align:center;}

	div.about-index {width:100%;margin-right:0;}
	div.news-index {width:100%;margin-right:0;}
	div.events-index {width:100%;margin-right:0;}
	div.weather-index {width:100%;margin-right:0;}
}
@media (max-width:500px){
	.top ul li.last {display:none;}
	.blog-index h2 {font-size:24px;line-height:24px;}
	a.button_readmore {margin-top:0;}
}
@media (max-width:400px){
	article {margin:10px 0 20px;}
	aside {margin:0 0 20px;}
	.blog-index h2 {font-size:20px;line-height:20px;}
}

/* Custom Form Styles */
.custom-form-option-container.horizontal,
.custom-form-option-container.vertical {
  margin-bottom: 10px; }

.custom-form-option-container.horizontal label {
  display: inline;
  margin-right: 10px; }

.custom-form-recaptcha {
  margin-bottom: 1em; }

.custom-form-action {
  text-align: center; }

.form-input {
  margin-bottom: 15px; }
  .form-input label {
    display: block;
    position: relative;
    font-size: 16px; }
    .form-input label .example {
      float: right;
      font-size: 12px; }
    .form-input label span.error-message,
    .form-input label span.error-validate {
      position: absolute;
      top: 2em;
      right: 20px;
      display: none;
      font-size: 11px;
      color: #c00; }
    .form-input label.has-error input[type=text],
    .form-input label.has-error input[type=tel],
    .form-input label.has-error input[type=email],
    .form-input label.has-error input[type=date],
    .form-input label.has-error input[type=time],
    .form-input label.has-error input[type=number],
    .form-input label.has-error select,
    .form-input label.has-error textarea {
      border: 1px solid #f00; }
  .form-input .horizontal label,
  .form-input .vertical label {
    white-space: nowrap; }
  .form-input strong {
    display: block;
    margin-bottom: 5px;
    white-space: normal; }
  .form-input input[type=text],
  .form-input input[type=tel],
  .form-input input[type=number],
  .form-input input[type=date],
  .form-input input[type=time],
  .form-input input[type=email],
  .form-input textarea,
  .form-input select {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    font-family: inherit;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 5px; }
  .form-input textarea {
    height: 100px; }
  .form-input label input[type=radio],
  .form-input label input[type=checkbox] {
    margin-left: 10px; }

.form h2,
h2.custom-form-section-header {
  font-size: 20px; }

.form button[type=submit],
.form button.submit,
.custom-form-action button[type=submit],
.custom-form-action button.submit {
  background: #980539;
  color: #fff;
  font-family: inherit;
  text-transform: uppercase;
  border: 0;
  font-size: 20px;
  font-weight: 300;
  padding: 5px 30px;
  display: block;
  margin-bottom: 20px;
  margin: 0 auto 20px;
  cursor: pointer;
  transition: all .3s; }

.form button[type=submit]:hover,
.form button.submit:hover,
.custom-form-action button[type=submit]:hover,
.custom-form-action button.submit:hover {
  background: #777; }

.custom-form-hideuntil {
  display: none; }

.custom-form-hideuntil-now {
  display: block; }