@charset "utf-8";
body {
	margin:0px;
	font-family: 'Open Sans', sans-serif;
	color:#000000;
	font-size:16px;
	line-height:1.5;
	background:transparent;
}
a, a:hover, a:active, a:focus {
	cursor:pointer;
	outline:1px solid transparent;
}
a:active, a:focus {
	outline: 1px solid #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}
.e3pagetemplate {
	color:#000000;
	font-size:16px;
}
.e3pagetemplate a {
	color:#29814a;
}
h1, h2, h3, h4, h5, h6  {
	font-family: 'Old Standard TT', serif;
	color:#000000;
	margin:0;
}
a.e3-button {
	background: #29814a;
	border: 0;
	border-radius: 0;
	color: #fff;
}
a.e3-button:hover {
	background: #ad6823;
	color: #fff;
}
img {
	border: none;
}
.MainInformationTable{
	width:100%;
}
.EditableImageEdit .ImageSelectorHeader, .EditableImageEdit .EditableTextTitle {
    position: relative;
    z-index: 9999;
}
.EditMode header, .DesignMode header {
    position: relative;
}
.fa > span {
	display:none;
}
header {
    background: #fff none repeat scroll 0 0;
    float: left;
    height: 75px;
    transition: top 0.3s ease 0s;
    width: 100%;
    z-index: 200;
	position: fixed;
}
header .mobile-nav-btn {
    float: left;
    height: 30px;
    margin: 15px 0 0;
    width: 10%;
	position: relative;
    z-index: 5;
}
header #menu-button {
    color: #29814a;
    display: block;
    height: 40px;
    padding-left: 0 !important;
}
#menu-button::before {
    display: none;
}
header #menu-button i {
    font-size: 30px;
}
header nav {
    background: #fff none repeat scroll 0 0;
	color: #2a2a2a;
	box-shadow: 2px 1px 5px rgba(0,0,0,0.33);
}
.mobile-nav-btn {
    float: left;
}
#main-menu {
    box-shadow: none;
}
#main-menu li, #main-menu a {
    border-radius: 0;
    font-weight: normal;
	border:none;
}
#main-menu > li > a {
    background: #fff none repeat scroll 0 0;
    color: #2a2a2a;
    text-shadow: none;
}
#main-menu a.current {
	background: #29814a;
	color: #fff;
}
#main-menu ul a.current {
	background: #29814a;
	color: #fff;
}
#main-menu ul a {
	background: #dad3c9 none repeat scroll 0 0;
    color: #2a2a2a;
}
#main-menu > li > ul > li a {
    color: #2a2a2a;
	background: #dad3c9 none repeat scroll 0 0;
}
#main-menu > li > ul > li > ul > li a {
    color: #2a2a2a;
	background: #dad3c9 none repeat scroll 0 0;
}
#main-menu .sub-arrow {
    background:  #29814a none repeat scroll 0 0;
    color: #fff !important;
	border-radius: 0;
    width: 42px;
}
header .MyProfile_Member {
    background: transparent;
    border: medium none;
    float: right;
    height: 35px;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 10%;
}
.MyProfile_Svg {
	color: #29814a;
	float: right !important;
	margin: 15px 0 0 10px !important;
	width: 30px !important;
	height: 30px !important;
}
.MyProfile_Svg svg {
	fill: currentcolor;
}
header .MyProfile_Member .click_transparent {
	width: 100%;
}
header .MyProfile_Member .MyProfile_Name {
    display: none;
}
header .MyProfile_Member .arrow-down {
    display: none;
}
header .MyProfile_Member .fullView {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    left: auto;
    right: -10px;
    top: 75px;
    width: 190px;
}
header .MyProfile_Member .MyProfile_FullMain {
    border: medium none;
    padding: 0;
    width: 100%;
}
header .MyProfile_Member .fullView a {
    border: medium none;
    color: #ffffff;
    font-size: 14px;
    height: auto;
    line-height: normal;
    margin: 0;
    padding: 10px 15px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
header .MyProfile_Member .fullView a:hover {
    color: #dfdfdf;
}
header .MyProfile_Member .fullView a div {
    display: none;
}
header .arrow-down {
    border-top: 5px solid #000;
}
header .logo {
    float: left;
    height: 60px;
    left: 50%;
    margin: 5px auto 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 80%;
	display:block;
}
header .logo img {
    max-height: 100%;
	max-width: 100%;
}
.banner {
    clear: both;
    float: left;
    position: relative;
    width: 100%;
	margin: 75px 0 0;
}
.fullwidth-image {
    float: left;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
    z-index: -10;
}
.fullwidth-image img {
    height: auto;
    left: 50%;
    overflow: hidden;
    position: relative;
    transform: translateX(-40%);
    width: 200%;
}
.EditMode .banner {
    z-index: 1;
    position: relative;
}
.EditMode .fullwidth-image {
	position:relative;
	z-index:5;
	height:210px;
	overflow:hidden;
}
.page-content {
	float: left;
	width: 100%;
	background: #ffffff;
	position: relative;
}
.page-content .container {
    padding: 30px 0 40px;
}
footer {
	float: left;
	width: 100%;
	position: relative;
}
.footer-top {
	float: left;
	width: 100%;
	position: relative;
	padding: 36px 20px 44px;
	background: #29814a;
	color: #fff;
	font-size: 0.9em;
}
.footer-top a {
	color: #fff;
	text-decoration: none;
}
.ft-addy, .ft-contact, .ft-copyright {
	padding: 17px 15px;
}
@media (min-width: 768px) {
	.e3pagetemplate {
		font-size:18px;
	}
	header {
		position: relative;
	}
	/*my profile */
	header .MyProfile_Member {
	    background: transparent none repeat scroll 0 0;
	    color: #29814a;
	    float: right;
	    height: auto;
		margin: 20px 0 0;
    	padding: 0;
	    position: relative;
	    width: auto;
	    z-index: 5;
	}
	header .MyProfile_SignedOut {
		height: auto;
	}
	header .MyProfile_SignedIn {
		height: auto;
	}
	.MyProfile_Svg {
		color: #29814a;
		float: left !important;
		margin: 0 10px 0 0!important;
		width: 20px !important;
		height: 20px !important;
	}
	.MyProfile_Svg svg {
		fill: currentcolor;
	}
	header .MyProfile_Member .MyProfile_Name {
		color: #29814a;
		display: inline-block;
		font-size: 15px;
		letter-spacing: 0.04em;
		height: auto;
		line-height: 1.5;
		text-shadow: none;
		width: auto;
	}
	header .MyProfile_Member .arrow-down {
		border-top-color: #29814a;
		display: inline-block;
		margin: 12px 5px 0 8px;
	}
	header .MyProfile_Member .fullView {
		background: rgba(0,0,0,0.8) none repeat scroll 0 0;
		left:auto;
		right: 0;
		top: 38px;
	}
	header .MyProfile_Member .MyProfile_FullMain {
	}
	header .MyProfile_Member .fullView a {
		color: #fff;
	}
	header .MyProfile_Member .fullView a:hover {
		color: #D4D4D4;
	}
	header .MyProfile_Member .fullView a div {
	}
	.banner {
		margin: 0;
	}
	.fullwidth-image img {
		left: 0;
		transform: translateX(0);
		width: 100%;
	}
	.page-content {
	}
	.page-content > .container {
		padding: 56px 0;
	}
	.footer-top {
		padding: 32px 0 36px;
	}
}
@media (min-width: 1025px) {
	header {		
		background: rgba(41,129,75,1);
		background: -moz-linear-gradient(top, rgba(41,129,75,1) 0%, rgba(41,129,75,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(41,129,75,1)), color-stop(35%, rgba(41,129,75,1)), color-stop(35%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
		background: -webkit-linear-gradient(top, rgba(41,129,75,1) 0%, rgba(41,129,75,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(top, rgba(41,129,75,1) 0%, rgba(41,129,75,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(top, rgba(41,129,75,1) 0%, rgba(41,129,75,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(41,129,75,1) 0%, rgba(41,129,75,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29814b', endColorstr='#ffffff', GradientType=0 );
		height: auto;
	}
	header > .container {
		width: 100%;
		padding: 0 10px;
/*		padding: 0 100px;*/
	}
	header .MyProfile_Member {
	    color: #fff;
		margin: 12px 0 0;
	}
	.MyProfile_Svg {
		color: #fff;
	}
	header .MyProfile_Member .MyProfile_Name {
		color: #fff;
	}
	header .MyProfile_Member .arrow-down {
		border-top-color: #fff;
	}
	header .logo {
		width: auto;
		left: 0;
		transform: translateX(0);
		text-align: left;
		position: relative;
		z-index: 5;
		margin: 55px 0 0;
		height: auto;
	}
	header .logo img {
		float: left;
	}
	header .mobile-nav-btn {
		display:none;
	}
	#divMainMenu {
		position: relative;
	}
	header nav {
		background: transparent none repeat scroll 0 0;
		box-shadow: none;
		clear: none;
		float: left;
		margin: 55px 0 0 20px;
		position: relative;
		text-align: left;
		width: 100px;
	}
	#main-menu {
		background: transparent none repeat scroll 0 0;
		box-shadow: none;
		clear: none;
		display: table !important;
		white-space: nowrap;
		width: auto;
		float: left;
	}
	#main-menu li, #main-menu a {
		border: medium none;
		border-radius: 0;
	}
	#main-menu > li {
		display: inline-block;
		float: none;
	}
	#main-menu > li > a {
		background: transparent;
		color: #000;
		padding: 24px 10px 36px;
        font-size:16px;
/*		padding: 24px 15px 36px;*/
	}
	#main-menu a.hover {
		color: #2a2a2a;
		background: transparent;
	}
	#main-menu a.current {
		color: #2a2a2a;
		background: transparent;
	}
	#main-menu > li > a:hover {
		color: #2a2a2a;
	}
	#main-menu ul {
		background: transparent;
		border: medium none;
		border-radius: 0;
		box-shadow: none;
		left: auto !important;
		padding: 0;
	}
	#main-menu ul a.current {
		color: #2a2a2a;
		background: #dad3c9;
	}
	#main-menu ul a:hover, #main-menu ul a.highlighted {
		color: #2a2a2a;
		background: #dad3c9;
	}
	#main-menu ul ul > li {
		color: #000;
	}
	#main-menu > li > ul > li a {
		background: #fff none repeat scroll 0 0;
		color: #000;
		text-align: left;
	}
	#main-menu > li > ul > li > ul > li a {
		background: #fff none repeat scroll 0 0;
		color: #000;
		text-align: left;
	}
	#main-menu ul ul > li a {
		color: #000;
	}
	#main-menu > li > ul > li > ul {
		left: 0 !important;
		right: auto !important;
	}
	#main-menu > li > ul > li > ul > li > ul > li a {
		background: #fff none repeat scroll 0 0;
		color: #000;
		text-align: left;
	}
	#main-menu > li > ul > li > ul > li > ul > li ul > li a {
		background: #fff none repeat scroll 0 0;
		color: #000;
		text-align: left;
	}
	#main-menu .sub-arrow {
		display: none;
	}
	.sidenav .topCMSTreeMenuTable {
		width:100%;
		cursor:pointer;
	}
	.sidenav .topCMSTreeMenuItem, .sidenav .topCMSTreeMenuSelectedItem {
	}
	.sidenav .topCMSTreeMenuLink{
		color:#2a2a2a;
		padding:24px 16px;
		text-decoration:none;
		display:block;
		border-top: 1px solid #dad3c9;
	}
	.sidenav .topCMSTreeMenuSelectedLink, .sidenav .topCMSTreeMenuLink:hover, .sidenav .topCMSTreeMenuSelectedLink:hover {
		color:#2a2a2a;
		padding:24px 16px;
		background:#dad3c9;
		text-decoration:none;
		display:block;
	}
	/*.sidenav .topCMSTreeMenuItem:hover, .sidenav .topCMSTreeMenuSelectedItem:hover {
		padding:5px 0;
		width:100%;
		background:url(/SiteDesign/Images/sidenav_hover.aspx) no-repeat;
	}
	.sidenav .topCMSTreeMenuItem:hover a, .sidenav .topCMSTreeMenuSelectedItem:hover a{
		color:#FEFEFE;
	}*/
	/*Hide top item border*/
	.topCMSTreeMenuTable tr:nth-child(1) td, .subCMSTreeMenuTable tr:nth-child(1) td {
		border-top:none;
	}
	.sidenav .subCMSTreeMenuItem, .sidenav .subCMSTreeMenuSelectedItem {
	}
	.sidenav .subCMSTreeMenuLink  {
		color:#2a2a2a;
		padding:24px 16px 24px 36px;
		text-decoration:none;
		display:block;
		border-top: 1px solid #dad3c9;
	}
	.sidenav .subCMSTreeMenuSelectedLink, .sidenav .subCMSTreeMenuLink:hover, .sidenav .subCMSTreeMenuSelectedLink:hover {
		color:#2a2a2a;
		padding:24px 16px 24px 36px;
		background:#dad3c9;
		text-decoration:none;
		display:block;
	}

	/*.sidenav .subCMSTreeMenuItem:hover, .sidenav .subCMSTreeMenuSelectedItem:hover {
		color:#8d3d32;
		background:url(/SiteDesign/Images/nav_hover.aspx) repeat;
		padding:3px 0 3px 15px;
	}
	.sidenav .subCMSTreeMenuItem:hover a, .sidenav .subCMSTreeMenuSelectedItem:hover a {
		color:#edd966;
	}*/
}
@media (min-width: 1200px) {
	/* styles */
}