@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;
}
a.e3-button {
	font-family: 'Lora', serif;
	background: #00685c;
	border: 1px solid #00685c;
	border-radius: 0;
	color: #fff;
}
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;
}
.scroll-down {
	align-items: flex-end;
	display: flex;
	justify-content: center;
	width: 100%;
	position: absolute;
	left: 0;
	height: 100%;
	top: 0;
}
.scroll-down .fa {
	color: #fff;
	font-size: 51px;
	cursor: pointer;
}
.EditMode .scroll-down {
    display: none;
}
.banner {
    clear: both;
    float: left;
    margin: 75px 0 0;
    position: relative;
    width: 100%;
}
.camera_caption>div {   
	background: rgba(248,80,50,0) !important;
	background: -moz-linear-gradient(top, rgba(248,80,50,0) 0%, rgba(0,0,0,0.6) 100%) !important;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,0)), color-stop(100%, rgba(0,0,0,0.6))) !important;
	background: -webkit-linear-gradient(top, rgba(248,80,50,0) 0%, rgba(0,0,0,0.6) 100%) !important;
	background: -o-linear-gradient(top, rgba(248,80,50,0) 0%, rgba(0,0,0,0.6) 100%) !important;
	background: -ms-linear-gradient(top, rgba(248,80,50,0) 0%, rgba(0,0,0,0.6) 100%) !important;
	background: linear-gradient(to bottom, rgba(248,80,50,0) 0%, rgba(0,0,0,0.6) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#000000', GradientType=0 );
    text-align: center;
    font-size: 42px;
    font-family: 'Dancing Script', cursive;
    padding: 90px 20px 90px !important;
}
.page-content {
	float: left;
	width: 100%;
	background: #fff;
	position: relative;
}
.page-content .container {
    padding: 0;
}
.content1 {
	padding: 28px 20px 50px;
    float: left;
	width: 100%;
    text-align: center;
	background: url('/SiteDesign/Images2017/content1-bg.aspx') center bottom no-repeat #fff;
	color: #000;
	font-size: 16px;
}
.content1 h2 {
	font-size: 24px;
	padding: 0 60px;
}
.content1 hr {
	border: 0;
	background: #00685c;
	height: 1px;
	margin: 15px auto;
	max-width: 170px;
}
.content2 {
	background: #f2f1e9;
	padding: 28px 0 34px;
	float: left;
	width: 100%;
}
.content2 a {
	color: #00685c;
}
.content2 .teaser-tile {
	float: left;
	width: 100%;
	margin: 10px 0;
}
.content2 .teaser-image {
	float: left;
	width: 100%;
}
.content2 .teaser-image img {
	max-width: 100%;
}
.content2 .teaser-text {
	float: left;
	width: 100%;
	padding: 30px 22px;
	background: #f2f1e9;
	line-height: 1.8;
}
.content2 .teaser-text h3 {
	font-size: 21px;
	padding-bottom: 20px;
}
.content2 .teaser-text h3 a {
	text-decoration: none;
}
.content3 {
	padding: 28px 10px 50px;
    float: left;
	width: 100%;
    text-align: center;
	background: url('/SiteDesign/Images2017/content3-bg.aspx') center / cover;
	color: #fff;
	font-size: 16px;
}
.content3 h2 {
	color: #fff;
	font-size: 18px;
}
.content3 a.e3-button {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	width: 100%;
}
.content3 a.e3-button:hover {
	background: #fff;
	color: #00685c;
}
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 {
	}
	/*loginform*/
	.header-login {
		float: right;
		width: 420px;
	}
	.header-login .LoginForm{
		font-size: 12px;
		padding: 6px 0 0;
		position: relative;
		width: 100%;
	}
	.LoginForm table {
		position: relative;
	}
	.header-login .LoginFormHeading{
		font-size: 0;
	}
	.header-login .LoginFormFailText{
		width: 100%;
		font-size: 11px;
		color:red;
		padding:0;
	}
	.header-login .LoginFormUserName, .header-login .LoginFormPassword{
		width: 30%;
		padding:0;
		max-width: 130px;
	}
	.header-login .LoginFormText{
		width: auto;
		padding-top: 15px;
		color: #000;
		max-width: 90px;
		display: none;
	}	
	.header-login .LogonTextBox{
		padding: 0;
		width:100%;
	}	
	.header-login  .LoginFormField{
		width: 100%;
		height: 24px;
		max-width: 124px;
	}	
	.header-login .LoginFormField input{
		width: 100%;
		height: 24px;
		padding: 0 12px;
		background: transparent;
		border: 1px solid #c7c7c7;
		border-radius: 3px;
	}
	.header-login .LoginFormPassword{
		clear:none;
		margin: 0 20px;
	}
	.header-login .LoginFormLogon{
		margin-top: 0;
		width: 30%;
		float: left;
		max-width: 80px;
	}
	.LoginFormLogon .LogonButton {
		height:48px;
		width:100%;
	}
	.header-login .LoginFormRemember{
		width: auto;
		padding: 4px 0 0;
		font-size:11px;
		margin: -19px 0 0;
		float: left;
		color: #00685c;
	}
	.LoginFormRemember input {
		margin-right:5px;
	}
	.IE7 .header-login .LoginFormRemember{
		width:120px;
	}
	
	.IE7 .header-login .LoginFormLogon{
		margin-top: -10px;
		margin-left:-10px;
	}
	.header-login .LoginFormLogon input{
		color: #fff;
		height: 48px;
		width: 100%;
		background: #00685c;
		border: 1px solid #00685c;
	}
	.header-login .LoginFormForgotPassword{
		width:auto;
		clear: none;
		padding-top: 7px;
		padding-right: 5px;
		padding-bottom: 0;
		padding-left: 5px;
		margin: -19px 0 0 0;
    	float: left;
	}
	.header-login .LoginFormMemReg{
		width:auto;
		clear: none;
		padding-top: 7px;
		padding-right: 5px;
		padding-bottom: 0;
		padding-left: 5px;
		float: left;
		margin: -19px 0 0 0;
	}
	.header-login .LoginFormForgotPassword a, .header-login .LoginFormMemReg a{
		color:#00685c;
		text-decoration:none;
	}
	/*loginform end*/
	.banner {
		margin: 0;
	}
	.page-content {	
	}
	.page-content > .container {
		width: 100%;
	}
	.content1 {
		background-size: cover;
		padding: 66px 0 112px;
	}
	.content1 h2 {
		font-size: 36px;
	}
	.content2 {
		padding: 34px 0 100px;
	}
	.content2 > .container {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.content2 .teaser-tile {
		margin: 10px 2%;
		flex: 0 1 46%;
	}
	.content3 {
		padding: 102px 0 118px;
	}
	.content3 h2 {
		font-size: 24px;
	}
	.content3 a.e3-button {
		width: auto;
	}
	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 .MyProfile_SignedOut {
		display: none !important;
	}
	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 14px;
	}
	#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;
	}
	.content2 .teaser-tile {
		margin: 10px;
    	flex: 1;
	}
}
@media (min-width: 1200px) {
	/* styles */
}