@charset "utf-8";
body {
	margin:0px;
	font-family: 'Open Sans', sans-serif;
	color:#000000;
	font-size:16px;
	line-height:1.5;
	background:#f2f1e9;
}
a, a:hover, a:active, a:focus {
	cursor:pointer;
	outline:0;
}
a:active, a:focus {
	text-decoration: underline;
}
.e3pagetemplate {
	color:#000000;
	font-size:16px;
}
.e3pagetemplate a {
	color:#00685c;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lora', serif;
	color:#00685c;
	margin:0;
}
.breadcrumb a {
    display: none;
}
.breadcrumb{
	font-size: 1.333em;
	font-family: 'Lora', serif;
	color: #fff;
	text-transform:capitalize;
	width:100%;
	font-weight: bold;
	background: #00685c;
	padding: 10px 0 10px 20px;
}
a.e3-button {
	font-family: 'Lora', serif;
	background: #00685c;
	border: 1px solid #00685c;
	border-radius: 0;
	color: #fff;
	text-transform:uppercase;
}
a.e3-button:hover {
	background: #fff;
	color: #00685c;
}
img {
	border: none;
}
.MainInformationTable{
	width:100%;
}
.EditableImageEdit .ImageSelectorHeader, .EditableImageEdit .EditableTextTitle {
    position: relative;
    z-index: 9999;
}
.EditMode header {
    position: relative;
    z-index: 0;
}
.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: #000;
    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;
	font-family: 'Lora', serif;
	color: #000;
	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: #000;
    text-shadow: none;
}
#main-menu a.current {
	background: transparent;
	color: #00685c;
}
#main-menu ul a.current {
	background: #ebe9e7;
	color: #00685c;
}
#main-menu ul a {
	background: #ebe9e7 none repeat scroll 0 0;
    color: #000;
}
#main-menu > li > ul > li a {
    color: #000;
	background: #ebe9e7 none repeat scroll 0 0;
}
#main-menu > li > ul > li > ul > li a {
    color: #000;
	background: #ebe9e7 none repeat scroll 0 0;
}
#main-menu .sub-arrow {
    background:  #00685c none repeat scroll 0 0;
    color: #fff !important;
    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: #000;
	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: 13px;
    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: #efefef;
}
header .MyProfile_Member .fullView a div {
    display: none;
}
header .arrow-down {
    border-top: 5px solid #fff;
}
.cmsdesklink {
    display: none;
}
header .logo {
    float: left;
    height: 54px;
    left: 50%;
    margin: 10px auto 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 80%;
	display:block;
}
header .logo img {
    max-height: 54px;
}
.banner {
    clear: both;
    float: left;
    margin: 75px 0 0;
    position: relative;
    width: 100%;
}
.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: #fff;
	position: relative;
}
.page-content .container {
    padding: 28px 0 50px;
}
footer {
	float:left;
	width: 100%;
	position: relative;
}
.footer-top {
	clear: both;
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
	background:#00281f;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-family: 'Lora', serif;
	padding: 10px 0;
}
.footer-top h4 {
	color: #fff;
	font-size: 16px;
}
.footer-top a {
	color: #fff;
	text-decoration: none;
}
.ft-logo {
	padding: 20px 0;
}
.ft-logo img {
	max-width: 169px;
}
.ft-phone {
	padding: 15px 0;
}
.ft-addy {
	padding: 15px 0;
}
.ft-email {
	padding :15px 0;
}
.ft-social {
	padding: 15px 0;
}
.footer-bot {
	clear: both;
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
	background:#f2f1e9;
	color: #000;
	font-size: 16px;
	text-align: center;
	font-family: 'Lora', serif;
	padding: 26px 0;
}
.footer-bot a {
	color: #000;
	text-decoration: none;
}
.footer-bot .ft-weather {
	
}
.footer-bot .ft-weather .WeaAtGlance {
	background-color:transparent;
	border:none;
	color:#000;
	float:none;
	width:auto;
	font-family: inherit;
	font-size: 12px;
	text-align: left;
}
.footer-bot .ft-weather .WeaAtGlance img{
	margin-left:10px;
	vertical-align:middle;
}
.footer-bot .ft-weather .AGToday {
	float: none;
}
.ft-copyright {
	float: left;
	width: 100%;
	clear: both;
	font-size: 14px;
	text-align: center;
}
@media (min-width: 768px) {
	header {
		position: relative;
		height: 118px;
		box-shadow: 0 0 1px 5px rgba(0,0,0,0.3);
	}
	header .logo {
		margin: 16px auto 0;
		height: 86px;			
	}
	header .logo img {
		max-height: 86px;
	}
	.header-weather {
		float: right;
		margin: 14px 18px 0 0;
	}
	.header-weather .WeaAtGlance {
		background-color:transparent;
		border:none;
		color:#000;
		float:right;
		width:auto;
		font-family:inherit;
	}
	.header-weather .WeaAtGlance img{
		margin-right: 10px;
		vertical-align: middle;
		float: left;

	}
	.cmsdesklink {
		display: block;
		float: right;
	}
	/*my profile */
	header .MyProfile_Member {
		background: #00685c none repeat scroll 0 0;
		color: #fff;
		float: right;
		height: auto;
		margin: 8px 0 0 0;
		padding: 0 20px;
		position: relative;
		right: 0;
		width: auto;
		z-index: 5;
	}
	header .MyProfile_SignedIn {
		height: auto;
	}
	header .MyProfile_SignedOut {
		height: auto;
	}
	.MyProfile_Svg {
		color: #fff;
		float: left !important;
		margin: 5px 10px  0 0 !important;
		width: 30px !important;
		height: 30px !important;
	}
	.MyProfile_Svg svg {
		fill: currentcolor;
	}
	header .MyProfile_Member .MyProfile_Name {
		color: #fff;
		display: inline-block;
		font-size: 15px;
		font-weight: normal;
		height: auto;
		line-height: 2.9;
		text-shadow: none;
		width: auto;
	}
	header .MyProfile_Member .arrow-down {
		border-top-color: #fff;
		display: inline-block;
		margin: 20px 5px  0 8px;
	}
	header .MyProfile_Member .fullView {
		background: rgba(0,0,0,0.8) none repeat scroll 0 0;
		left: auto;
		right: 0;
		top: 42px;
	}
	header .MyProfile_Member .MyProfile_FullMain {
	}
	header .MyProfile_Member .fullView a {
		color: #fff;
	}
	header .MyProfile_Member .fullView a:hover {
		color: #fff;
	}
	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: 50px 0 98px;
	}
	footer {
	}
	.ft-weather {
		float: left;
		width: 50%;
		font-size: 10px;
	}
	.ft-copyright {
		float: left;
		width: 50%;
		text-align: right;
		clear: none;
		font-size: 10px;
	}
}
@media (min-width: 1025px) {
	header > .container {
		width: 96%;
	}
	header .logo {
		position: relative;
		width: 171px;
		left: 0;
		transform: translateX(0);
	}
	header .mobile-nav-btn {
		display:none;
	}
	#divMainMenu {
		position: relative;
		z-index: 5;
	}
	header nav {
        background: white;
        box-shadow: none;
        clear: none;
        float: left;
        padding: 0;
        position: relative;
        text-align: center;
        top: 0;
        width: max-content;
        padding-top: 15px;
        padding-bottom: 15px;
	}
	#main-menu {
		background: transparent none repeat scroll 0 0;
		box-shadow: none;
		clear: none;
		display: table !important;
		white-space: nowrap;
		width: auto;
		float: left;
		font-family: 'Lora', serif;
	}
	#main-menu li, #main-menu a {
		border: medium none;
		border-radius: 0;
		font-size: 16px;
	}
	#main-menu > li {
		display: inline-block;
		float: none;
	}
	#main-menu > li > a {
		background: transparent;
		color: #000;
		padding: 18px 15px 27px;
	}
	#main-menu a.hover {
		color: #00281f;
	}
	#main-menu a.current {
		color: #00281f;
	}
	#main-menu > li > a:hover {
		background: transparent none repeat scroll 0 0;
		color: #00281f !important;
	}
	#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: #00281f;
		background: #fff;
	}
	#main-menu ul a:hover, #main-menu ul a.highlighted {
		color: #00281f;
		background: #fff;
	}
	#main-menu ul ul > li {
		background: #fff none repeat scroll 0 0;
		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;
		font-size:16px;
		font-family: 'Lora', serif;
	}
	.sidenav .topCMSTreeMenuItem, .sidenav .topCMSTreeMenuSelectedItem {
	}
	.sidenav .topCMSTreeMenuLink  {
		color:#000;
		padding:16px 20px;
		text-decoration:none;
		display:block;
		border-top: 1px solid #d8d8d8;
	}
	.sidenav .topCMSTreeMenuLink:hover, .sidenav .topCMSTreeMenuSelectedLink, .sidenav .topCMSTreeMenuSelectedLink:hover {
		color:#00685c;
		padding:16px 20px;
		text-decoration:none;
		display:block;
		border-top: 1px solid #d8d8d8;
	}
	/*.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 {

		border-top:none;
	}
	.sidenav .subCMSTreeMenuItem, .sidenav .subCMSTreeMenuSelectedItem {
	}
	.sidenav .subCMSTreeMenuLink, .sidenav .subCMSTreeMenuSelectedLink {
		color:#000;
		text-decoration:none;
		padding:16px 20px 16px 34px;
		display:block;
	}
	.sidenav .subCMSTreeMenuLink:hover, .sidenav .subCMSTreeMenuSelectedLink:hover {
		color:#00685c;
		text-decoration:none;
		padding:16px 20px 16px 34px;
		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 */
}