@charset "utf-8";
body {
	margin:0px;
	font-family: 'Montserrat', sans-serif;
	color:#000000;
	font-size:16px;
	line-height:1.5;
	background:#212121;
}
a, a:hover, a:active, a:focus {
	cursor:pointer;
	outline:0;
}
.e3pagetemplate {
	color:#1a1a1a;
	font-size:16px;
}
.e3pagetemplate a {
	/*color:#1a1a1a;*/
	color: rgb(51, 153, 204);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	color:#1a1a1a;
	margin:0;
}
a.e3-button {
	background: #3e3538;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	font-weight: normal;
	font-size:16px;
	padding: 8px 25px;
    margin:5px;
	display:inline-block;
	min-width:160px;
	text-decoration: none;
}
a.e3-button:hover {
	background: #fff;
	color: #3e3538;
}
img {
	border: none;
}
.MainInformationTable{
	width:100%;
}
.EditableImageEdit .ImageSelectorHeader, .EditableImageEdit .EditableTextTitle {
    position: relative;
    z-index: 9999;
}
.EditMode header {
    position: relative;
}
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: #212121;
    display: block;
    height: 40px;
    padding-left: 0 !important;
}
#menu-button::before {
    display: none;
}
header #menu-button i {
    font-size: 30px;
}
header nav {
    background: #3e3538 none repeat scroll 0 0;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	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;
	font-family: 'Montserrat', sans-serif;
	border:none;
}
#main-menu > li > a {
    background: #3e3538 none repeat scroll 0 0;
    color: #fff;
    text-shadow: none;
	font-family: 'Montserrat', sans-serif;
}
#main-menu a.current {
	background: transparent;
	color: #fff;
}
#main-menu ul a.current {
	background: #231f20;
	color: #ffcc01;
}
#main-menu ul a {
	background: #231f20 none repeat scroll 0 0;
    color: #fff;
}
#main-menu > li > ul > li a {
    color: #fff;
	background: #231f20 none repeat scroll 0 0;
	font-family: 'Montserrat', sans-serif;
}
#main-menu > li > ul > li > ul > li a {
    color: #fff;
	background: #231f20 none repeat scroll 0 0;
	font-family: 'Montserrat', sans-serif;
}
#main-menu .sub-arrow {
    background:  #000 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: #212121;
	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.6) none repeat scroll 0 0;
    left: auto;
    right: -10px;
    top: 38px;
    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: 62px;
    left: 50%;
    margin: 6px auto 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 80%;
	display:block;
}
header .logo img {
    max-height: 62px;
}
.EditMode .scroll-down {
    display: none;
}
.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: 0;
}
footer {
	float:left;
	width: 100%;
	position: relative;
    top: 75px;
}
.footer-top {
	clear: both;
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
	background: #212121;
	padding: 36px 0 40px;
}
.footer-top > .container {
    padding: 0;
}
.footer-top a {
	color: #fff;
	text-decoration:none;
}
.footer-info {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.footer-info .ft-logo{
	float: left;
	width: 100%;
	display: block;
	padding-bottom: 32px;
}
.ft-info {
    float: left;
    left: 50%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    transform: translateX(-50%);
    width: auto;
}
.footer-info .ft-addy{
	float: left;
	width: 100%;
	display: block;
}
.footer-info .ft-phone{
	float: left;
	width: 100%;
	display: block;
	padding: 18px 0;
}
.footer-info .ft-email{
	float: left;
	width: 100%;
	display: block;
}
.footer-info .ft-social{
	float: left;
	width: 100%;
	display: block;
	font-size: 20px;
	padding: 18px 0;
}
.footer-info .ft-social span{
	display:none;
}
.poweredby {
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 14px;
}
@media (min-width: 768px) {
	header {
		position:relative;
		height: 146px;		
		background: rgba(62,53,56,1);
		background: -moz-linear-gradient(top, rgba(62,53,56,1) 0%, rgba(62,53,56,1) 62px, rgba(252,251,251,1) 62px, rgba(252,251,251,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(62,53,56,1)), color-stop(62px, rgba(62,53,56,1)), color-stop(62px, rgba(252,251,251,1)), color-stop(100%, rgba(252,251,251,1)));
		background: -webkit-linear-gradient(top, rgba(62,53,56,1) 0%, rgba(62,53,56,1) 62px, rgba(252,251,251,1) 62px, rgba(252,251,251,1) 100%);
		background: -o-linear-gradient(top, rgba(62,53,56,1) 0%, rgba(62,53,56,1) 62px, rgba(252,251,251,1) 62px, rgba(252,251,251,1) 100%);
		background: -ms-linear-gradient(top, rgba(62,53,56,1) 0%, rgba(62,53,56,1) 62px, rgba(252,251,251,1) 62px, rgba(252,251,251,1) 100%);
		background: linear-gradient(to bottom, rgba(62,53,56,1) 0%, rgba(62,53,56,1) 62px, rgba(252,251,251,1) 62px, rgba(252,251,251,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3538', endColorstr='#fcfbfb', GradientType=0 );
	}
	header #menu-button {
		color: #fff;
	}
	.header-weather {
		float: left;
		clear: both;
		margin: 45px 0 0;
	}
	.header-weather .WeaAtGlance {
		background-color:transparent;
		border:none;
		color:#3e3538;
		float:left;
		width:auto;
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
	}
	.header-weather .WeaAtGlance img{
		margin-left:10px;
		vertical-align:middle;
	}
	.cmsdesklink {
		font-family: 'Montserrat', sans-serif;
		color: #fff;
		display: block;
		float: right;
		font-size: 15px;
		margin: 0;
		padding: 8.3px 10px 8.3px 20px;
		text-decoration: none;
		width: auto;
	}
	/*my profile */
	header .MyProfile_Member {
		background: transparent none repeat scroll 0 0;
		color: #3e3538;
		float: right;
		height: auto;
		margin: -46px 0 0 0;
	    position: relative;
		right: 0;
		width: auto;
		z-index: 5;
	}
	.MyProfile_Member .MyProfile_SignedIn {
		float: right;
		position: relative;
		margin: 50px 0 0;
	}
	/*.MyProfile_Member .MyProfile_SignedOut .MyProfile_Name, .MyProfile_Member .MyProfile_SignedOut .MyProfile_Svg {
		display: none;
	}*/
	.MyProfile_Svg {
		color: #3e3538;
		float: right !important;
		margin: 5px 0 0 10px !important;
		width: 30px !important;
		height: 30px !important;
	}
	.MyProfile_Svg svg {
		fill: currentcolor;
	}
	header.fixed .MyProfile_Member {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	}
	header .MyProfile_Member .MyProfile_Name {
		font-family: 'Montserrat', sans-serif;
		color: #3e3538;
		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: #3e3538;
		display: inline-block;
		margin: 20px 5px  0 8px;
	}
	header .MyProfile_Member .fullView {
		background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
		right: 0;
		left: auto;
		top: 130px;
	}
	header .MyProfile_Member .MyProfile_FullMain {
	}
	header .MyProfile_Member .fullView a {
		color: #fff;
	}
	header .MyProfile_Member .fullView a:hover {
		color: #efefef;
	}
	header .MyProfile_Member .fullView a div {
	}
	/*loginform*/
	.header-login {
		float: right;
		margin: 36px 0 0;
		width: 292px;
		position: absolute;
		right: 1.5%;
		top: 46px;
	}
	.header-login .LoginForm{
		float: right;
		font-size: 11px;
		width: 100%;
	}
	.header-login .LoginFormHeading{
		display: none;
	}
	.header-login .LoginFormFailText{
		width: 100%;
		font-size: 11px;
		color:#CC3300;
		padding:0;
	}
	.header-login .LoginFormUserName, .header-login .LoginFormPassword{
		padding: 0;
		width: 108px;
		float: right;
	}
	.header-login .LoginFormPassword{
		margin:0  1%;
	}
	.header-login .LogonTextBox{
		padding: 8px 12px;
		width:100%;
	}	
	.header-login  .LoginFormField{
		width:100%;
		height:30px;
	}	
	.header-login .LoginFormField input{
		width:100%;
		height:30px;
		border: 1px solid #8a8a8a;
		background:#fff;
		font-size: 13px;
	}
	.header-login .LoginFormPassword{
		clear:none;
	}	
	.header-login .LoginFormLogon{
		margin:0;
		width: 70px;
		float: right;
	}
	.LoginFormLogon .LogonButton {
		height:30px;
		width:70px;
	}
	.IE7 .header-login .LoginFormLogon{
		margin-top: -10px;
		margin-left:-10px;
	}
	.header-login .LoginFormLogon input{
		color: #fff;
		height: 30px;
		width: 70px;
		background: #3e3538;
		border: none;
		text-transform: uppercase;
		font-size: 14px;
		font-family: "Montserrat", sans-serif;
	}
	.header-login .LoginFormRemember{
		font-size: 8.5px;
		padding-left: 0;
		width: auto;
	}
	.LoginFormRemember input {
		margin: 3px 0;
	}
	.IE7 .header-login .LoginFormRemember{
		width:120px;
	}
	.header-login .LoginFormForgotPassword{
		clear: none;
		font-size: 9px;
		padding: 5px 0 0 4px;
		width: auto;
	}
	.header-login .LoginFormMemReg{
		clear: none;
		float: left;
		font-size: 9px;
		padding: 5px 0 0 4px;
		width: auto;
	}
	.header-login .LoginFormForgotPassword a, .header-login .LoginFormMemReg a{
		color:#000000;
		text-decoration:none;
	}
	/*loginform end*/
	header .logo {
		background: rgba(0, 0, 0, 0) url("/SiteDesign/Images2016/logo-bg.aspx") no-repeat scroll center bottom;
		height: 115px;
		margin: 64px 0 0;
		width: 494px;
	}
	header .logo img {
		max-height: 91px;
		position: relative;
		top: 9px;
	}
	.banner {
		top: 0;
	}
	.fullwidth-image img {
		left: 0;
		transform: translateX(0);
		width: 100%;
	}
	.page-content {
		top: 0;
	}
	.page-content > .container {
		padding: 70px 0 84px;
	}
	footer {
		top: 0;
	}
	.footer-info {
	}
	.footer-info .ft-logo{
	}
	.footer-info .ft-addy{
		width: auto;
		display: inline-block;
	}
	.footer-info .ft-phone{
		width: auto;
		display: inline-block;
		padding: 0 6px;
	}
	.footer-info .ft-email{
		width: auto;
		display: inline-block;
	}
	.footer-info .ft-social{
		width: auto;
		display: inline-block;
		padding: 0 6px;
	}
	.poweredby {
	}
}
@media (hover: hover) and (min-width: 1025px) and (pointer: fine), screen and (-ms-high-contrast: none) and (min-width:1025px){
	.header-weather {
	    margin: 16px 0 0;
	}
	header .mobile-nav-btn {
		display:none;
	}
	.header-login {
		margin: 10px 0 0;
		width: 360px;
		width: 360px;
		position: relative;
		right: 0;
		top: 0;
	}
	.header-login .LoginFormUserName, .header-login .LoginFormPassword {
		width: 141px;
	}
	#divMainMenu {
		position: relative;
		z-index: 6;
	}
	header nav {
		background: transparent none repeat scroll 0 0;
		box-shadow: none;
		clear: both;
		float: left;
		font-family: 'Montserrat', sans-serif;
		padding: 0;
		position: relative;
		text-align: center;
		top: 0px;
		width: 100%;
	}
	#main-menu {
		background: transparent none repeat scroll 0 0;
		box-shadow: none;
		clear: none;
		display: table !important;
		white-space: nowrap;
		width: auto;
		margin: 0 auto;
		font-family: 'Montserrat', sans-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: #fff;
		padding: 20px 15px 15px;
		border-top: 4px solid transparent;
		font-family: 'Montserrat', sans-serif;
	}
	#main-menu a.hover {
		color: #fff;
		border-top: 4px solid #f0ca24;
	}
	#main-menu a.current {
		color: #fff;
		border-top: 4px solid #f0ca24;
	}
	#main-menu > li > a:hover {
		background: transparent none repeat scroll 0 0;
		color: #fff !important;
		border-top: 4px solid #f0ca24;
	}
	#main-menu ul {
		background: transparent;
		border: medium none;
		border-radius: 0;
		box-shadow: none;
		left: auto !important;
		padding: 0;
		font-family: 'Montserrat', sans-serif;
	}
	#main-menu ul a.current {
		color: #fafafa;
		background: #212121;
	}
	#main-menu ul a:hover, #main-menu ul a.highlighted {
		color: #fafafa;
		background: #212121;
	}
	#main-menu ul ul > li {
		background: #212121 none repeat scroll 0 0;
		color: #fff;
	}
	#main-menu > li > ul > li a {
		background: #212121 none repeat scroll 0 0;
		color: #fff;
		text-align: left;
		font-family: 'Montserrat', sans-serif;
	}
	#main-menu > li > ul > li > ul > li a {
		background: #212121 none repeat scroll 0 0;
		color: #fff;
		text-align: left;
		font-family: 'Montserrat', sans-serif;
	}
	#main-menu ul ul > li a {
		color: #fff;
		font-family: 'Montserrat', 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: #212121 none repeat scroll 0 0;
		color: #fff;
		text-align: left;
		font-family: 'Montserrat', sans-serif;
	}
	#main-menu > li > ul > li > ul > li > ul > li ul > li a {
		background: #212121 none repeat scroll 0 0;
		color: #fff;
		text-align: left;
		font-family: 'Montserrat', sans-serif;
	}
	#main-menu .sub-arrow {
		display: none;
	}
}
@media (min-width: 1200px) {
}

@media (hover: none) and (min-width: 1025px) and (pointer: coarse), screen and (-ms-high-contrast: none) and (max-width:1024px){
	nav
	
	{ position: fixed!important; left: -100%!important; top: 0!important; width: 80%!important; height: 100%!important; padding: 0!important; overflow: auto!important; margin-left: 0!important; z-index: 10005!important; -webkit-overflow-scrolling: touch!important; -webkit-transition: left .5s!important; transition: left .5s!important; }
	.menu-opened nav
	
	{ left: 0%!important; }
	nav #main-menu
	
	{ background:transparent!important; }
	nav #main-menu.collapsed
	
	{ display: block!important; }
	.sm-blue li
	
	{ float: none!important; }
	.menu-opened #menu-button2
	
	{ position: fixed!important; height: 100%!important; width: 0!important; left: 0!important; top: 0!important; background-color: #212121!important; z-index: -1!important; display: none!important; width: 100%!important; background-color: rgba(0,0,0,.8)!important; display: block!important; z-index: 10004!important; height: 100%!important; overflow: hidden!important; -webkit-transition: opacity 1s,width 0!important; transition: opacity 1s width 0s!important; }
	.menu-opened #menu-button2 svg
	
	{ display: block!important; }
	.sm-blue a span.sub-arrow
	
	{ position: absolute!important; top: 50%!important; margin-top: -17px!important; left: auto!important; right: 4px!important; width: 34px!important; height: 34px!important; overflow: hidden!important; font: bold 20px/34px FontAwesome!important; text-align: center!important; text-shadow: none!important; background: rgba(0,0,0,.1)!important; -webkit-border-radius: 4px!important; -moz-border-radius: 4px!important; -ms-border-radius: 4px!important; -o-border-radius: 4px!important; border-radius: 4px!important; background: #384945!important; color: #fff !important; width: 42px!important; }
	#main-menu > li > ul > li a
	
	{ color: #fff; background: #384945 none repeat scroll 0 0; font-family: 'Roboto', sans-serif; border-radius: 0; font-weight: normal; border: none; }
	.sm-blue ul
	
	{ position: static!important; }
	.sm-blue a.highlighted span.sub-arrow:before
	
	{ display: block!important; content: ""!important; font-family: FontAwesome!important; }
	.sm-blue ul a span.sub-arrow
	
	{ border:none!important; }
	.logo
	
	{ display: block!important; }
	.sm-blue a span.sub-arrow
	
	{ border-style: none!important; }
	.sm-blue ul
	
	{ border: none!important; padding: 0px!important; }
	}