@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');
body {
	margin:0px;
	font-family: 'Open Sans', sans-serif;
	color:#000000;
	font-size:16px;
	line-height:1.5;
	background: #2b2b2b;
}
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:#231f20;
}
h1, h2, h3 {
	margin:0;
}
.banner h4{
	display: block;
	font-size: 23px;
	font-weight:  normal;
}
a.e3-button {
	background: #231f20;
	border: 1px solid #231f20;
	border-radius: 0;
	color: #fff;
	/* font-family: 'Roboto', sans-serif; */
	transition: .5s all;
}
a.e3-button:hover {
	background: #5f595a;
	color: #fff;
	transition: .5s all;
	border: 1px solid #5f595a;
	color: white;
}
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: #2b2b2b none repeat scroll 0 0;
    border-bottom: none;
    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: #fff;
    display: block;
    height: 40px;
    padding-left: 0 !important;
}
#menu-button::before {
    display: none;
}
header #menu-button i {
    font-size: 30px;
}
header nav {
    background: #f6b83e none repeat scroll 0 0;
    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:none;
    color: #000000;
    text-shadow: none;
    font-size: 16px;
}
#main-menu a.current {
	background: transparent;
	color: #000000;
}
#main-menu ul a.current {
	background: #ffffff;
	color: #000000;
}
#main-menu ul a {
	background: #ffffff none repeat scroll 0 0;
	color: #000000;
	padding: 5px 15px;
	font-size: 16px;
}
#main-menu > li > ul > li a {
    color: #000000;
	background: #ffffff none repeat scroll 0 0;
}
#main-menu > li > ul > li > ul > li a {
    color: #000000;
	background: #ffffff none repeat scroll 0 0;
}
#main-menu .sub-arrow {
    background:  #ffffff none repeat scroll 0 0;
    color: #000000 !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: #fff;
	float: right !important;
	margin: 15px 0 0 10px !important;
	width: 30px !important;
	height: 30px !important;
}
.MyProfile_Svg svg {
	fill: #fff;
}
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 #fff;
}
.cmsdesklink {
    display: none;
}
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;
}
.headsocial{
	display:none;
}
header .logo img {
    max-height: 97%;
    max-width: 100%;
}
.banner {
    clear: both;
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 75px 0 0;
    text-align: center;
    left:  50%;
    max-width: 990px;
    transform: translateX(-50%);
}

.page-content {
	float: left;
	width: 100%;
	background: #fff;
	position: relative;
	padding:30px 0;
}

.page-content > .container {
    padding: 0;
    background: #fff;
    width:  100%;
    max-width: 980px;
}


footer {
	float:left;
	width: 100%;
	position: relative;
	text-align: left;
}
.footer-top {
	clear: both;
	float: left;
	margin: 25px 0 0px;
	position: relative;
	width: 100%;
	color: #fff;
	line-height: 2;
	padding: 10px 0;
	background: #222222;
	font-size: 11px;
	text-align: left;
}
.fwrap2 .fa, .fwrap3 .fa {
	color: #fff;
	font-size: 20px;
	text-decoration:none;
	letter-spacing: 1px;
}
.footer-info {
	float: left;
	width: 100%;
	color:#fff;
}
.ft-logo, .ft-addy, .ft-contact, .ft-social {
	padding: 18px 15px;
}
.ft-logo img {
    max-width: 100%;
}
.ft-phone, .ft-fax, .ft-email {
	padding: 0;
}
.ft-social .fa {
    padding: 0 9px;
    font-size: 21px;
}
.footer-bot {
	float: left;
	width: 100%;
	padding: 25px 0;
	line-height: 2;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.footer-bot a {
	text-decoration: none;
	width: 30%;
	text-align: center;
}
.footer-bot a:nth-child(2) {
	margin: 0 10px;
}
.ft-copyright {
	float: left;
	width: 100%;
	display:  flex;
	flex-flow: row;
	align-items: center;
	text-align: center;
	justify-content: center;
}
.ft-logo, .ft-social {
    text-align: center;
}
.fwrap4 .f-address-wrap {
    display: inline-flex;
    margin: 0 15px;
    justify-content: flex-end;
}

.fwrap4 {
    /* display:  flex; */
    width:  100%;
    justify-content: center;
}


i.fa.fa-map-marker {
    /* margin: 5px 5px 17px 0; */
    /* float: left; */
}
.poweredby {
	float: left;
	clear: both;
	width: 100%;
}
footer u {
    color: #fff;
    text-decoration: none;
}
.f-address-wrap {
    /* display: flex; */
}
.fwrap1 {
    text-align: center;
    margin: 0 auto;
}

.fwrap3 {
    margin: 20px 0;
    /* text-align: center; */
}
footer .fa {
    margin: 9px 6px 0 0;
}
footer a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
footer img {
    max-width: 100%;
    margin: 0;
}
@media (min-width: 768px) {
	header {
		position: relative;
		transition: 0.3s ease;
	}
	header.fixed {
		position: fixed;
		height: 85px;
	}
	.EditMode header.fixed {
		position: relative;
	}
	header.fixed .MyProfile_Member {
		margin: 0;
	}
	header.fixed .MyProfile_Member .MyProfile_Name {
		font-size: 16px;
	}
	.cmsdesklink {
		display: block;
		float: right;
	}
	/*my profile */
	header .MyProfile_Member {
	    float: right;
	    height: auto;
	    margin: 15px 0 0px;
	    padding: 5px 18px;
	    position: relative;
	    width: auto;
	    height: 37px;
	    z-index: 5;
	}
	header .MyProfile_Member .MyProfile_SignedOut {
		height: auto;
	}
	header .MyProfile_SignedIn {
		height: auto;
	}
header .MyProfile_Member .MyProfile_SignedOut .MyProfile_Svg {
		display: none;
}
header .MyProfile_Member .MyProfile_SignedOut .MyProfile_Name {
		color: #fff;
	}
	.MyProfile_Svg {
		/* color: #fff; */
		float: left !important;
		margin: 5px 10px 0 0!important;
		width: 20px !important;
		/* display: none; */
		height: 20px !important;
	}
	.MyProfile_Svg svg {
		/* fill: #beae5b; */
	}
	header .MyProfile_Member .MyProfile_Name {
		color: #fff;
		display: inline-block;
		font-size: 11px;
		height: auto;
		line-height: 1.5;
		text-shadow: none;
		width: auto;
		text-transform:  uppercase;
		font-weight: bold;
		letter-spacing: .06em;
		margin: 8px 0 0;
	}
	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: 38px;
	}
	header.fixed .MyProfile_Member .fullView {
		top: 44px;
	}
	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 {
	}
	header .logo {
    	/* height: 69px; */
    	margin: 12px auto;
    	width: auto;
 }
	header .logo img {
		transform: scale(1);
		transition: 0.3s ease;
	}
	header.fixed .logo {
		height: 80px;
		margin: 2px auto 0;
		width: 88px;
		min-height: auto;
	}
	header.fixed .logo img {
		/* transform: scale(0.8); */
	}
	.banner {
		margin: 0;
	}
	.page-content {
		padding: 30px 0;
	}

	footer {
	/* background: #0e1629; */
	margin: 40px 0 0;
	}
	.footer-top {
		/* padding: 0px 0 0; */
		margin: 0;
	}
	.footer-info {
		width: 100%;
		transition: 0.5s ease all;
	}
	.ft-logo {
		text-align: left;
	}

	.ft-addy .fa, .ft-contact .fa {
		float: left;
		padding: 0 20px 0 0;
		font-size: 21px;
	}
	.ft-addy span, .ft-contact span {
		float: left;
	}
	.ft-social {
		text-align: right;
	}
	.ft-social .fa {
		padding: 0 14px;
	}
	.ft-copyright {
		width: 100%;
		text-align: left;
	}
	.poweredby {
	float:  right;
	clear: none;
	width: auto;
	width: 100%;
	}


.footer-bot a {
    width:  auto;
}

.footer-bot a:nth-child(2) {
    margin: 0 60px 0 40px;
}

.footer-bot {
    padding: 0px 0 25px;
}
}
@media (min-width: 1025px) {
	header.fixed .header-social {
    margin: 9px 0 0;
}
body{
	background: #2b2b2b url(/sitedesign/images/bg.aspx) no-repeat center top;

}
	header {
	height: 165px;
	background: none;
	}
	header > .container {
		width: 100%;
		padding: 0;
		/* pointer-events: none; */
		position: relative;
		max-width: 990px;
		height: 165px;
	}
	header .logo {
		position: relative;
		/* z-index: 1; */
		margin: 0;
		box-sizing: border-box;
		padding: 13px 11px 0;
		text-align: center;
		height: 119px;
	}
	header .logo img {
		float: left;
		max-height: 100%;
		margin: 0;
	}
	header.fixed .logo {
		width: 88px;
		background-position: center -59px;
		z-index: 1;
	}
	header .mobile-nav-btn {
		display:none;
	}
	#divMainMenu {
box-shadow:0 0 30px -5px black;
		position: relative;
		float: left;
		clear: right;
		height: 46px;
		margin: 0px 0 0 0px;
		width: 100%;
		left: 0;
background: rgb(252,190,67);
background: -moz-linear-gradient(top, rgba(252,190,67,1) 1%, rgba(231,170,49,1) 100%);
background: -webkit-linear-gradient(top, rgba(252,190,67,1) 1%,rgba(231,170,49,1) 100%);
background: linear-gradient(to bottom, rgba(252,190,67,1) 1%,rgba(231,170,49,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcbe43', endColorstr='#e7aa31',GradientType=0 );
	}

	header nav {
		background: transparent none repeat scroll 0 0;
		box-shadow: none;

		padding: 0;
		/* position: absolute; */
		text-align: center;
		width: auto;
		margin: 0 auto;
		/* margin: 0; */
	}
	header.fixed nav {
		margin: 0 auto;
	}
	#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;
	}
	#main-menu li, #main-menu a {
		border: medium none;
		border-radius: 0;
		font-size: 11px;
	}
	#main-menu > li {
		display: inline-block;
		float: none;
	}
	#main-menu > li > a {
		background: transparent;
		color: #231f20;
		padding: 11px 11px 12px;
		margin-bottom: 0;
		font-weight:bold;
		font-size:11px;
		letter-spacing:.06em;
		text-transform:uppercase;
	}
	#main-menu ul a{
		font-size:11px;
	}
	header.fixed #main-menu > li > a {
		padding: 0px 15px 9px;
	}
	#main-menu a.hover {
	}
	#main-menu > li > a.current {
		color:#fff;
	}
	#main-menu > li > a:hover {
		color:#fff;
	}
	#main-menu ul {
		background: none;
		border: 5px solid rgba(255, 255, 255, 0.5);
		border-top:none;
		border-radius: 0;
		left: auto !important;
		padding: 1px 0 0 0;
	}
	#main-menu ul a.current {
		color: #f5b433;
		text-decoration:underline;
		background: #fff;
	}
	#main-menu ul a:hover, #main-menu ul a.highlighted {
		color: #f5b433;
		text-decoration:underline;		
		background: #fff;
	}
	#main-menu ul ul > li {
		color: #231f20;
	}
	#main-menu > li > ul > li a {
		background: #fff none repeat scroll 0 0;
		color: #231f20;
		text-align: left;
		margin: -1px 0 0px;
	}
	#main-menu > li > ul > li > ul > li a {
		background: #fff none repeat scroll 0 0;
		color: #231f20;
		text-align: left;
	}
	#main-menu ul ul > li a {
		color: #231f20;
	}
	#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: #231f20;
		text-align: left;
	}
	#main-menu > li > ul > li > ul > li > ul > li ul > li a {
		background: #fff none repeat scroll 0 0;
		color: #231f20;
		text-align: left;
	}
	#main-menu .sub-arrow {
		display: none;
	}
.banner {
    box-shadow: 0 0 30px -5px black;
}
header.fixed div#divMainMenu {
    margin: 0px 0 0 70px;
}

	header .MyProfile_Member {
		margin: 0;
		/* position:  absolute; */
		/* right: 40px; */
		height: 49px;
		padding: 9px 13px;
	}
	.page-content {
    background: none;
}
footer {
    margin: 0;
}
	.ft-logo,  .ft-social {
		padding: 0;
	}
	.ft-addy, .ft-contact {
		padding: 0 15px;
		text-align: left;
	}
	.footer-top .container {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: flex-start;
    max-width: 1170px;
    flex-flow: row;
}

.fwrap2 {
    /* flex-grow: 2; */
    float: left;
    margin: 0px 0 0 95px;
    /* flex-grow: 1; */
}
.fwrap1 {
}

.fwrap2 {
    /* float: left; */
}

.fwrap4 {
    float: left;
    margin: 0 0 0 40px;
    /* flex-grow: 2; */
    text-align: right;
    /* flex-flow: column; */
    width: auto;
    /* display: flex; */
}

.fwrap3 {
    float: left;
    margin: 0 0 0 95px;
    flex-grow: 1;
}
.f-address-wrap {
    /* display: flex; */
}

.addr {
    /* width:  190px; */
    text-align: left;
    /* margin: 0 20px; */
}

.fwrap4 .f-address-wrap div {
    /* display: block; */
    width: 33px;
    padding: 0;
}
}
@media (min-width: 1200px) {
	
}
.EditMode .banner {
    margin: 97px 0 0 0;
    overflow: visible;
}
.banner > img {
    width: 200%;
    transform: translateX(-25%);
}
@media (min-width: 768px) {

.banner > img {
    width: 150%;
    transform: translateX(-15%);
}
}
@media (min-width: 1025px) {

.banner > img {
    width: 100%;
    transform: translateX(0%);
}
}