@charset "utf-8";
body {
	margin:0px;
	font-family: 'Raleway', sans-serif;
	color:#000000;
	font-size:15px;
	line-height:1.5;
	background:#e2e2e2;
}
a, a:hover, a:active, a:focus {
	cursor:pointer;
	outline:0;
}
a:focus {
	border: 1px solid #006f51 !important;
	color:#000 !important;
}
a:active {
	border: 1px solid #006f51 !important;
	color:inherit !important;
}
.e3pagetemplate {
	color:#000000;
	font-size:15px;
}
.e3pagetemplate a {
	color:#00483a;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Quando', serif;
	color:#006f51;
	margin:0;
}
a.e3-button {
	background: #006f51;
	border: 1px solid #006f51;
	border-radius: 0;
	color: #fff;
}
a.e3-button:hover {
	background: #fff;
	color: #006f51;
}
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;
	box-shadow: 0 3px 5px rgba(0,0,0,0.45);
}
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: 'Raleway', sans-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;
    text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	border:none;
}
#main-menu > li > a {
    background: #fff none repeat scroll 0 0;
    color: #000;
    text-shadow: none;
	font-family: 'Raleway', sans-serif;
}
#main-menu a.current {
	background: transparent;
	color: #006f51;
}
#main-menu ul a.current {
	background: #fff;
	color: #006f51;
}
#main-menu ul a {
	background: #e2e2e2 none repeat scroll 0 0;
    color: #000;
}
#main-menu > li > ul > li a {
    color: #000;
	background: #e2e2e2 none repeat scroll 0 0;
	font-family: 'Raleway', sans-serif;
}
#main-menu > li > ul > li > ul > li a {
    color: #000;
	background: #e2e2e2 none repeat scroll 0 0;
	font-family: 'Raleway', sans-serif;
}
#main-menu .sub-arrow {
    background:  #006f51 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: #e2e2e2;
}
header .MyProfile_Member .fullView a div {
    display: none;
}
header .arrow-down {
    border-top: 5px solid #fff;
}
.cmsdesklink {
    display: none;
}
header .logo {
    float: left;
    height: 55px;
    left: 50%;
    margin: 11px auto 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 80%;
	display:block;
}
header .logo img {
    max-height: 55px;
}
.banner {
    clear: both;
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
	top: 75px;
}
.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;
    top: 75px;
}
.page-content .container {
    padding: 36px 0 48px;
}
footer {
	float:left;
	width: 100%;
	position: relative;
    top: 75px;
}
.footer-bot {
	background: #e2e2e2;
	color: #000;
	font-size: 12px;
	float: left;
	width: 100%;
	padding: 24px 0;
	box-sizing: border-box;
}
.footer-bot a{
	color: #333 !important;
	text-decoration: none;
}
.footer-bot a:hover {
	color: #006f51 !important;
}
.footer-info {
	float:left;
	width: 100%;
	text-align: left;
	font-size: 12px;
}
.ft-logo {
	text-align: center;
	padding: 6px 0;
	float: left;
}
.ft-logo img {
	padding: 6px 0;
    max-width: 100%;
    clear: both;
    float: left;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}
.ft-addy {
	text-align: center;
	margin: 20px 0;
}
.ft-social {
	text-align: center;
	padding: 10px 0;
}
.ft-social .fa {
	font-size: 17px;
	padding: 0 6px;
}
@media (min-width: 768px) {
	header {
		position:relative;	
		background: #fff;
		box-shadow: none;
		height: 134px;
	}
	header .logo {
		margin: 22px auto 0;
		height: 95px;
	}
	header .logo img {
		max-height: 95px;
	}
	.cmsdesklink {
		display: block;
		float: right;
	}
	/*my profile */
	header .MyProfile_Member {
		background: #006f51;
		border: 1px solid #006f51;
		color: #fff;
		float: right;
		height: auto;
		margin: 20px 2% 0 0;    
		padding: 8px 16px;
		position: absolute;
		right: 0;
		width: auto;
		z-index: 5;
	}
	.MyProfile_Svg {
		color: #fff;
		float: left !important;
		margin: 5px 10px 0 0 !important;
		width: 20px !important;
		height: 20px !important;
	}
	.MyProfile_Svg svg {
		fill: currentcolor;
	}
	header .MyProfile_Member .MyProfile_Name {
		font-family: "Raleway",sans-serif;
		color: #fff;
		text-transform: uppercase;
		display: inline-block;
		font-size: 15px;
		font-weight: normal;
		height: auto;
		line-height: 2;
		text-shadow: none;
		width: auto;
	}
	header .MyProfile_Member .arrow-down {
		border-top-color: #fff;
		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: 48px;
	}
	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 {
		top: 0;
	}
	.fullwidth-image img {
		left: 0;
		transform: translateX(0);
		width: 100%;
	}
	.page-content {
		top: 0;
	}
	.page-content > .container {
		padding: 58px 0 52px;
	}
	footer {
		top: 0;
	}
	.footer-bot {
    	padding: 24px 0;
	}
	.footer-bot > .container {
		width: 100%;
	}
	.ft-logo img {
		padding: 6px 0;
		max-width: 100%;
		clear: none;
		float: left;
		transform: translateX(0);
		left: 0;
		position: relative;
	}
	.ft-addy {
		padding: 6px 10px;
		margin: 0;
	}
	.ft-social {
		text-align: right;
		padding: 6px 10px;
	}
}
@media (min-width: 1025px) {
	header {
	}
	header .logo {
		left: 0;
		position: absolute;
		transform: translateX(0);
		width: 186px;
		margin: 22px 0 0 2%;
		height: 90px;
		z-index: 10;
	}
	header .logo img {
		max-height: 90px;
	}
	header .mobile-nav-btn {
		display:none;
	}
	#divMainMenu {
		position: absolute;
		z-index: 5;
		left: calc(2% + 200px);
	}
	header nav {
		background: transparent none repeat scroll 0 0;
		box-shadow: none;
		clear: both;
		float: left;
		font-family: "Raleway",sans-serif;
		left: 0;
		padding: 0;
		position: relative;
		text-align: left;
		top: 72px;
		width: 84%;
	}
	#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: 'Raleway', sans-serif;
	}
	#main-menu li, #main-menu a {
		border: medium none;
		border-radius: 0;
		font-size: 15px;
	}
	#main-menu > li {
		display: inline-block;
		float: none;
	}
	#main-menu > li > a {
		background: transparent;
		color: #000;
		padding: 8px 15px 31px;
		font-family: 'Raleway', sans-serif;
	}
	#main-menu a.hover {
		color: #017253;
	}
	#main-menu a.current {
		color: #017253;
	}
	#main-menu > li > a:hover {
		background: transparent none repeat scroll 0 0;
		color: #017253 !important;
	}
	#main-menu ul {
		background: transparent;
		border: medium none;
		border-radius: 0;
		box-shadow: none;
		left: auto !important;
		padding: 0;
		font-family: 'Raleway', sans-serif;
	}
	#main-menu ul a.current {
		color: #017253;
		background: #fff;
	}
	#main-menu ul a:hover, #main-menu ul a.highlighted {
		color: #017253;
	}
	#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;
		font-family: 'Raleway', sans-serif;
	}
	#main-menu > li > ul > li > ul > li a {
		background: #fff none repeat scroll 0 0;
		color: #000;
		text-align: left;
		font-family: 'Raleway', sans-serif;
	}
	#main-menu ul ul > li a {
		color: #000;
		font-family: 'Raleway', sans-serif;
	}
	#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;
		font-family: 'Raleway', sans-serif;
	}
	#main-menu > li > ul > li > ul > li > ul > li ul > li a {
		background: #fff none repeat scroll 0 0;
		color: #000;
		text-align: left;
		font-family: 'Raleway', sans-serif;
	}
	#main-menu .sub-arrow {
		display: none;
	}
	/*#main-menu > li > a .sub-arrow {
		border-color: #fff transparent transparent transparent;
		display: inline-block;
		margin: 0;
		background: transparent;
		float: right;
		left: auto;
		right: 0;
		width: 0;
		border-width: 5px;
		bottom: 12px;
	}*/
	.footer-bot > .container {
		width: 994px;
	}
}
@media (min-width: 1200px) {
	.footer-bot > .container {
		width: 1170px;
	}
}
@media (min-width: 1492px) {
	 header nav {
		 left: 0;
	 }
}