/*
Theme Name: SafePoint
Theme URI: http://underscores.me/
Author: Steve Davenport
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: safepoint
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

SafePoint is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Roboto', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	background-color: #ededed;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}

#row {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

#center {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#row.hdr {
	height: 125px;
	background-color: #002c52;
	background-image: url(images/hdr-background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#row.hdr #logo {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 25%;
	text-align: left;
}

#row.hdr #topnav {
	padding: 0px;
	float: left;
	width: 75%;
	text-align: right;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#row.hdr #topnav a img{
	float: right;
	padding-top: 14px;
	padding-right: 5px;
	padding-left: 5px;
	opacity: 0.4;
}

#row.hdr #topnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#row.hdr #topnav ul li a {
	font-size: 11px;
	line-height: 43px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 300;
	display: block;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}
#row.hdr #topnav ul li a:hover {
	color: #7ee473;
}


#row.promo {
	height: 320px;
	background-color: #d9d9d9;
	background-image: url(images/promo-background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#row.promo a #promo-home{
	margin: 0px;
	padding: 0px;
	height: 320px;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: left top;
}
#row.promo a #promo-home h1 {
	color: #FFF;
	text-decoration: none;
	font-size: 35px;
	line-height: 40px;
	font-weight: 300 !important;
	font-family: 'Roboto Condensed', sans-serif;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 40px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#row.promo a #promo-home h2 {
	color: #72c267;
	text-decoration: none;
	padding: 0px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300 !important;
	font-family: 'Roboto Condensed', sans-serif;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}


#row.promo ul.bxslider a #promo-home{
	margin: 0px;
	padding: 0px;
	height: 320px;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: left top;
}
#row.promo ul.bxslider a #promo-home h1 {
	color: #FFF;
	text-decoration: none;
	font-size: 35px;
	line-height: 40px;
	font-weight: 700 !important;
	font-family: 'Roboto Condensed', sans-serif;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 40px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#row.promo ul.bxslider a #promo-home h2 {
	color: #72c267;
	text-decoration: none;
	padding: 0px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400 !important;
	font-family: 'Roboto Condensed', sans-serif;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}



.lineright {
	background-image: url(images/line-fade.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.lineleft {
	background-image: url(images/line-fade.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#row.txt {
	background-color: #FFF;
}
#row.txt img.wp-post-image {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
}
#row.txt .live {
	padding-bottom: 50px;
}
#row.txt .live h1 {
	color: #00355f;
	font-size: 33px;
	line-height: 35px;
	font-weight: 400;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #72c267;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#row.txt hr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #72c267;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#row.txt .live h2 {
	padding: 0px;
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	color: #72c267;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#row.txt .live h3 {
	padding: 0px;
	font-size: 20px;
	line-height: 25px;
	font-weight: 400;
	color: #00355f;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#row.txt .live h4 {
	padding: 0px;
	font-size: 17px;
	line-height: 22px;
	font-weight: 700;
	color: #72c267;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#row.txt .live h4 em {
	font-size: 17px;
	line-height: 22px;
	font-weight: 700;
	color: #72c267;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 100%;
	font-style: normal;
	display: block;
}
#row.txt .live h5 {
	padding: 0px;
	font-size: 17px;
	line-height: 22px;
	font-weight: 700;
	color: #00355f;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#row.txt .live h6 {
	padding: 0px;
	font-size: 17px;
	line-height: 22px;
	font-weight: 700;
	color: #666666;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#row.txt .live ul, #row.txt .live ol {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#row.txt .live ul li  {
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 18px;
	padding: 0px;
	list-style-type: square;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
}
#row.txt .live ul li a {
	color: #00355f;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00355f;
	text-decoration: none;
}
#row.txt .live ol li  {
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 18px;
	padding: 0px;
	list-style-type: decimal;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
}
#row.txt .live p {
	color: #666;
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#row.txt .live p span.lrg {
	color: #666;
	font-size: 130%;
	line-height: 150%;
	font-weight: 300;
}
#row.txt .live p span.lrg-blue {
	color: #00355f;
	font-size: 130%;
	line-height: 150%;
	font-weight: 300;
}
#row.txt .live p span.lrg-green {
	color: #72c267;
	font-size: 130%;
	line-height: 150%;
	font-weight: 300;
}
#row.txt .live p a {
	color: #72c267;
	text-decoration: none;
}
#row.txt .live p a.box {
	color: #00355f;
	text-decoration: none;
	background-color: #FFF;
	padding: 10px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	border: 1px solid #72c267;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	font-weight: 400;
	font-size: 125%;
	display: block;
}
#row.txt .live p a:hover {
	color: #00355f;
	text-decoration: none;
}
#row.txt .live img.outline {
	border: 1px solid #72c267;
}
#row.txt .live img.shadow {
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
#row.txt .live img.alignleft {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#row.txt .live img.alignright {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 25px;
}
#row.txt .live img.aligncenter {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto !important;
	margin-bottom: 0px;
	margin-left: auto !important;
	display: block;
}
#row.txt #welcome p {
	color: #666666;
	font-size: 14px;
	line-height: 21px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 0px;
}
#row.txt #twocol-left {
	float: left;
	width: 17%;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
}


#row.txt #twocol-left ul.menu-main, #row.txt #threecol-left ul.menu-main, #row.txt #threecol-right ul.menu-main, #row.txt #twocoltwo-right ul.menu-main {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#row.txt #twocol-left ul.menu-main li, #row.txt #threecol-left ul.menu-main li, #row.txt #threecol-right ul.menu-main li, #row.txt #twocoltwo-right ul.menu-main li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;
	background-color: #72c267;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 12px;
	background-image: url(images/corner.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#row.txt #twocol-left ul.menu-main li ul, #row.txt #threecol-left ul.menu-main li ul, #row.txt #threecol-right ul.menu-main li ul, #row.txt #twocoltwo-right ul.menu-main li ul {
	display: none; 
}

#row.txt #twocol-left ul.menu-main li:hover, #row.txt #threecol-left ul.menu-main li:hover, #row.txt #threecol-right ul.menu-main li:hover, #row.txt #twocoltwo-right ul.menu-main li:hover {
	background-color: #00355f;
	background-image:none;
}

#row.txt #twocol-left ul.menu-main li.current_page_item, #row.txt #threecol-left ul.menu-main li.current_page_item, #row.txt #threecol-right ul.menu-main li.current_page_item, #row.txt #twocoltwo-right ul.menu-main li.current_page_item {
	background-color: #00355f !important;
	
}


#row.txt #twocol-left ul.menu-main li a, #row.txt #threecol-left ul.menu-main li a, #row.txt #threecol-right ul.menu-main li a, #row.txt #twocoltwo-right ul.menu-main li a {
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
}


#row.txt #twocol-left ul.menu, #row.txt #threecol-left ul.menu, #row.txt #threecol-right ul.menu, #row.txt #twocoltwo-right ul.menu {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#row.txt #twocol-left ul.menu li, #row.txt #threecol-left ul.menu li, #row.txt #threecol-right ul.menu li, #row.txt #twocoltwo-right ul.menu li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #72c267;
	border-bottom-color: #72c267;
	border-left-color: #72c267;
}
#row.txt #twocol-left ul.menu li a:hover, #row.txt #threecol-left ul.menu li a:hover, #row.txt #threecol-right ul.menu li a:hover, #row.txt #twocoltwo-right ul.menu li a:hover {
	color: #72c267;
}
#row.txt #twocol-left ul.menu li a, #row.txt #threecol-left ul.menu li a, #row.txt #threecol-right ul.menu li a, #row.txt #twocoltwo-right ul.menu li a {
	color: #00355f;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
}


#row.txt #twocol-left p    {
	color: #72c267;
	font-size: 13px;
	line-height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#row.txt #twocol-right {
	float: left;
	padding: 0px;
	width: 78%;
	margin-top: 50px;
	margin-right: 0%;
	margin-bottom: 35px;
	margin-left: 5%;
}
#row.txt #twocoltwo-left.live {
	float: left;
	padding: 0px;
	width: 78%;
	margin-top: 50px;
	margin-right: 0%;
	margin-bottom: 35px;
	margin-right: 5%;
}
#row.txt #twocoltwo-right {
	
	
	float: left;
	width: 17%;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
}
#row.txt #twocoltwo-right p {
	color: #72c267;
	font-size: 13px;
	line-height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#row.txt #threecol-left {
	float: left;
	width: 20%;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#row.txt #threecol-left p {
	color: #72c267;
	font-size: 13px;
	line-height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#row.txt #threecol-center.live{
	float: left;
	padding: 0px;
	width: 50%;
	margin-top: 50px;
	margin-right: 5%;
	margin-bottom: 35px;
	margin-left: 5%;
}
#row.txt #threecol-right {
	float: left;
	padding: 0px;
	width: 20%;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#row.txt #threecol-right p {
	color: #72c267;
	font-size: 13px;
	line-height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#row.home-mods {
	background-color: #72c267;
	border-top-width: 15px;
	border-bottom-width: 50px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
#row.home-mods table a h5{
	font-family: 'Roboto Condensed', sans-serif;
	color: #00355f;
	padding: 0px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 160px;
	float: left;
}
#row.home-mods table a h6 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFFFFF;
	padding: 0px;
	font-weight: 400;
	font-size: 23px;
	line-height: 25px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 160px;
	float: left;
}
#row.quotes {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b8e0b3;
	background-image: url(images/quote-background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFF;
}
#row.quotes p {
	font-size: 16px;
	font-style: italic;
	line-height: 25px;
	font-weight: 400;
	color: #00355f;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-right: 30px;
}
#row.quotes h3 {
	font-size: 16px;
	font-style: normal;
	line-height: 25px;
	font-weight: 700;
	color: #00355f;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 30px;
}
#row.quotes h3 span {
	color: #72c267;
	font-size: 12px;
	font-weight: 400;
	line-height: 11px;
	margin-top: 0px;
	display: block;
	font-style: normal;
}
#row.ftr {
	background-color: #ededed;
	padding-top: 20px;
	padding-bottom: 20px;
}
#row.ftr p {
	color: #999999;
	font-size: 11px;
	line-height: 15px;
	font-weight: 400;
}
#row.ftr p span {
	font-weight: 700;
}
#row.ftr p a {
	color: #999999;
	text-decoration: none;
}






#state.lineright {
	background-image: url(images/line-fade.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.lineleft {
	background-image: url(images/line-fade.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}






#claim label {
	width: 200px;
	display: block;
	float: left;
	font-size: 14px;
	color: #06355E;
	line-height: 26px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 25px;
	text-align: right;
	font-weight: 600;
}
#claim input.form-input {
	font-size: 12px;
	padding: 5px;
	color: #666;
	font-weight: 600;
	line-height: 12px;
	border: 1px solid #CCC;
	width: 350px;
}
#claim input.form-input-math {
	font-size: 12px;
	padding: 5px;
	color: #666;
	font-weight: 600;
	line-height: 12px;
	border: 1px solid #CCC;
	width: 50px;
}
#claim .form-button {
	font-size: 15px;
	line-height: 15px;
	color: #FFF;
	font-weight: 600;
	background-color: #72C267;
	padding: 12px;
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#claim hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	width: 95%;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#claim textarea.form-input {
	font-size: 12px;
	padding: 5px;
	color: #999;
	font-weight: 600;
	line-height: 12px;
	border: 1px solid #CCC;
	width: 350px;
}
#wpcf7-f212-p114-o1 form label span {
	width: 40%;
	padding: 0px;
	text-align: right;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#wpcf7-f212-p114-o1 form label input {
	width: 55%;
	padding: 5px;
	text-align: left;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5%;
	font-size: 15px;
	color: #333;
	line-height: 15px;
}
#wpcf7-f212-p114-o1 form label select {
	width: 55%;
	padding: 5px;
	text-align: left;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5%;
	font-size: 15px;
	color: #333;
	line-height: 15px;
}

/*--------------------------------------------------------------
# CSS MENU & HEADER INFO
--------------------------------------------------------------*/

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	border: none;
	margin: 0;
	padding: 0;
	float: right;
	
}



#cssmenu {
	
	display: block;
	padding: 0;
	margin: 0;
	width: auto;

}
#cssmenu,
#cssmenu > ul > li > ul > li a:hover {
	
}
#cssmenu > ul {
	list-style: inside none;
	padding: 0;
	margin: 0;
}
#cssmenu > ul > li {
	list-style: inside none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	position: relative;
}
#cssmenu > ul > li > a {
	outline: none;
	display: block;
	position: relative;
	font-size: 20px;
	line-height: 43px;
	color: #7ee473;
	text-decoration: none;
	font-weight: 300;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003c72;
	
}
#cssmenu > ul > li > a:hover {
	color: #ffffff;
}
#cssmenu > ul > li:first-child > a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003c72;
}
#cssmenu > ul > li > a:after {
	
}







#cssmenu ul li.has-sub:hover > a:after {
	top: 0;
	bottom: 0;
}

#cssmenu > ul > li.has-sub:hover > a:before {
	
}
#cssmenu ul li.has-sub:hover > a {
	z-index: 999;
}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
	display: block;
}
#cssmenu ul li.has-sub > a:hover {
}
#cssmenu ul li > ul,
#cssmenu ul li > div {
	display: none;
	width: auto;
	position: absolute;
	top: 42px;
	padding: 10px 0;
	border-radius: 5px 5px 5px 5px;
	z-index: 999;
	background-color: #72c267;
	left: 10px !important;	
}

.home.page-template.page-template-template-home.page-template-template-home-php.page.page-id-11 #row #center #nav #cssmenu #menu-primary #menu-item-34 ul {
	margin-left: -50px;
}

#cssmenu ul li > ul {
	width: 175px;
}
#cssmenu ul li > ul li {
	display: block;
	position: relative;
	float: left;
	width: 150px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5ca952;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
}

#cssmenu ul li > ul li:last-child {
	border: none !important;
}

#cssmenu ul li > ul li a {
	outline: none;
	position: relative;
	color: #00355f;
	text-decoration: none;
	font-weight: 400 !important;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
	display: block;
}
#cssmenu ul ul a:hover {
	color: #ffffff;
}
#cssmenu > ul > li.has-sub > a:hover:before {
	border-top: 5px solid #ffffff;
}



#row.hdr #topnav span {
	font-size: 11px;
	line-height: 43px;
	color: #72c367;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 300;
	display: block;
	float: right;
	padding-right: 15px;
	padding-left: 5px;
}

#row.hdr #topnav span strong {
	font-weight: 700;
}

/*--------------------------------------------------------------
# ROW OF STATES
--------------------------------------------------------------*/

a #states {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -3px;
	margin-left: 0px;
	float: left;
	width: 20%;
}
a #states:hover {
	background-color: #CCC;	
}
a #states img {
	padding: 0px;
	width: 40%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	outline: none;
	border: none;
}
a #states p.click {
	font-size: 10px;
	line-height: 11px;
	font-weight: 700;
	color: #666666;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0px;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	text-decoration: none;
}
a #states p.if {
	font-size: 12px;
	line-height: 30px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
a #states p.state {
	font-size: 25px;
	line-height: 25px;
	font-weight: 700;
	color: #00355f;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: 1px;
	text-decoration: none;
}

.topborder {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}


/*--------------------------------------------------------------
# NEWS & EVENTS
--------------------------------------------------------------*/


.live hr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #72c267;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.live h3 a {
	
	color: #00355f;
	text-decoration: none;
}

#twocoltwo-left.live p strong {
	font-weight: 700 !important;
	color:#72c267 !important;	
}

#twocoltwo-left.live p.news-post-date {
	font-weight: 700 !important;
	color: #72c267 !important;
	padding: 0px !important;
	font-size: 13px !important;
	line-height: 15px !important;
	margin-top: -5px !important;
	margin-right: 0px !important;
	margin-bottom: 15px !important;
	margin-left: 0px !important;
}

#twocoltwo-left.live a.readmore {
	font-weight: 700 !important;
	color: #72c267 !important;
	text-decoration: none;
	font-size: 12px !important;
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: block;
}

/*--------------------------------------------------------------
# RESOURCES
--------------------------------------------------------------*/

#resource {
	float: left;
	margin-right: 1%;
	margin-left: 1%;
	padding: 1%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
#resource img {
	width: 100%;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 20px;
	margin-left: 5%;
}
#resource a {
	text-decoration: none;
	font-size: 18px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: block;
	color: #63a95a;
	font-weight: 300;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 15px;
}
#resource a:hover {
	color: #00355f;
}