@charset "utf-8";
body {
	margin:0px;
	font-family: 'Georgia', serif;
	color:#000000;
	font-size:16px;
	line-height:1.5;
	background:#333333;
}
a, a:hover, a:active, a:focus {
	cursor:pointer;
	outline:0;
}
a:active, a:focus {
	text-decoration: underline;
}
.e3pagetemplate {
	color:#2a2a2a;
	font-size:16px;
}
.e3pagetemplate a {
	color:#2a2a2a;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Libre Baskerville', serif;
	color:#216e5e;
	margin:0;
}
h4, h5, h6 {
	font-family: 'Georgia', serif;
	color: #2a2a2a;
}
a.e3-button {
	background: #e1da8a;
	border: 1px solid #e1da8a;
	border-radius: 0;
	color: #2a2a2a;
}
a.e3-button:hover {
	background: #fff;
	color: #2a2a2a;
}
img {
	border: none;
}
.MainInformationTable{
	width:100%;
}
.EditableImageEdit .ImageSelectorHeader, .EditableImageEdit .EditableTextTitle {
    position: relative;
    z-index: 9999;
}
.EditMode header {
    position: relative;
}
.fa > span {
	display: none;
}
header {
    background: #dee0d7 none repeat scroll 0 0;
	box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.15);
    float: left;
    height: 60px;
    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: #2a2a2a;
    display: block;
    height: 40px;
    padding-left: 0 !important;
}
#menu-button::before {
    display: none;
}
header #menu-button i {
    font-size: 30px;
}
header nav {
    background: #e1da8a none repeat scroll 0 0;
	color: #2a2a2a;
	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: #e1da8a none repeat scroll 0 0;
    color: #2a2a2a;
    text-shadow: none;
}
#main-menu a.current {
	background: transparent;
	color: #2a2a2a;
}
#main-menu ul a.current {
	background: #d6cf7d;
	color: #2a2a2a;
}
#main-menu ul a {
	background: #d6cf7d none repeat scroll 0 0;
    color: #2a2a2a;
}
#main-menu > li > ul > li a {
    color: #2a2a2a;
	background: #d6cf7d none repeat scroll 0 0;
}
#main-menu > li > ul > li > ul > li a {
    color: #2a2a2a;
	background: #d6cf7d none repeat scroll 0 0;
}
#main-menu .sub-arrow {
    background:  #d6cf7d none repeat scroll 0 0;
    color: #2a2a2a !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: #2a2a2a;
	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: 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: #f5f2e9;
}
header .MyProfile_Member .fullView a div {
    display: none;
}
header .arrow-down {
    border-top: 5px solid #000;
}
.cmsdesklink {
    display: none;
}
header .logo {
    float: left;
    height: 44px;
    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: 44px;
}
.banner {
    clear: both;
    float: left;
    margin: 60px 0 0;
    position: relative;
    width: 100%;
}
.hero-text {
	float: left;
	width: 100%;
	position: relative;
	background: #fff;
	color: #2a2a2a;
	padding: 30px 15px 20px;
	text-align: center;
}
.hero-text .hero-title {
	display: flex;
	font-size: 12px;
	letter-spacing: 2px;
	justify-content: space-between;
}
.hero-text .hero-title hr {
	border:0;
	background: #2a2a2a;
	height: 1px;
	width: 82px;
}
.hero-text h1 {
	color: #2a2a2a;
	font-size: 44px;
    font-family: 'Georgia', serif;
	line-height: 1;
}
.hero-text h1 span {
	font-size: 16px;
	letter-spacing: 4.5px;
}
.page-content {
	float: left;
	width: 100%;
	background: #fff;
	position: relative;
}
.page-content .container {
    padding: 0;
}
.content1 {
	float: left;
	width: 100%;
	position: relative;
	background: #fff;
	padding: 20px 0 30px;
}
.content1 hr {
	background: #2a2a2a;
	height: 1px;
	border: 0;
}
.content1 h4 {
	font-size: 27px;
	color: #216e5e;
}
.content2 {
	float: left;
	width: 100%;
	position: relative;
}
.nav-btns {
	float: left;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
}
.nav-btn {
	transition: all .2s ease;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
	max-height: 265px;
    flex-wrap: wrap;    
	float: left;
    width: 100%;
	color: #fff;
	font-family: 'Georgia', serif;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.625;
	text-align: center;
	background:rgba(53,94,59,1);
	position: relative;
}
.nav-btn img {
    width: 100%;
    opacity: 0.4;
    transition: all .2s ease;
}
.nav-btn a {
	position: absolute;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.5px;
	left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    margin: 0;
    transition: all .2s ease;
    opacity: 1;
}
.content3 {
	float: left;
	width: 100%;
	position: relative;
	padding: 28px 20px 42px;
	background: #1b5d4f;
	color: #fff;
	text-align: center;
}
.content3 a {
	color: #fff;
}
.content3 h3 {
	color: #fff;
	font-size: 27px;
	padding-bottom: 10px;
}
.NewsWrapper {
    margin: 5px 0;
	float: left;
    width: 100%;
}
.NewsLargeDate {
    background: #e1da8a;
	float: left;
    width: 25%;
    height: 70px;
    padding: 15px 20px;
    text-align: center;
    font-size: 12px;
	color: #2a2a2a;
	text-transform: uppercase;
}
.NewsLargeDate > div:nth-child(2) {
    font-size: 27px;
    line-height: 0.8;
}
.leftNews {
	float: left;
    width: 75%;
    height: 70px;
    background: #fff;
	text-align: left;
	padding: 0 15px;
}
.NewsPreviewTitle {
    display: flex;
    align-items: center;
    height: 100%;
}
.NewsPreviewTitle a {
	color: #2a2a2a;
	text-decoration: none;
	font-size: 16px;
}
.NewsTeaser, .NewsPreviewDate, .NewsPreviewSummary, .NewsPreviewReadMore {
	display: none;
}
a.events-link {
    padding: 10px 0;
    float: left;
    width: 100%;
	font-size: 13px;
}
.content4 {
	float: left;
	width: 100%;
	position: relative;
	padding: 28px 20px 42px;
	background: #333333;
	color: #fff;
}
.content4 h2 {
	color: #fff;
	font-size: 33px;
	text-align: center;
	padding-bottom: 34px;
}
.content4 span#EmailLabel {
    font-size: 12px;
    color: #fafafa;
    letter-spacing: 0.5px;
}
.content4 input {
    float: left;
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
	color: #fff;
    font-family: 'Georgia', seif;
	margin: 22px auto 0;
}
.content4 #btnSection input {
    color: #2a2a2a;
    background: #e1da8a;
    font-size: 16px;
    width: 190px;
    padding: 20px 30px;
    border: 0;
    text-transform: uppercase;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
footer {
	float: left;
	width: 100%;
	position: relative;
}
.footer-top {
	background: #2a2a2a;
	color: #fff;
	font-size: 16px;
	padding: 32px 0 24px;
	text-align: center;
}
.footer-top a {
	color: #fff;
	text-decoration: none;
}
.footer-top .fa {
	font-size: 20px;
	padding: 0 10px 0 0;
}
.ft-logo, .ft-addy, .ft-contact, .ft-social, .ft-copyright, .poweredby {
    padding: 14px 20px;
}
.ft-addy, .ft-contact {
	text-align: left;
}
.ft-addy .fa, .ft-contact .fa, .ft-addy span, .ft-contact span {
	float: left;
}
.ft-social .fa {
	padding: 0 10px;
}
.ft-copyright, .poweredbylink {
	font-size: 12px;
}
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@media (min-width: 768px) {
	header {
		background: #dee0d7;
		position: relative;
		height: 90px;
	}
	header .mobile-nav-btn {
		width: 6%;
	}
	header .left-header-links, header .right-header-links {
		float: left;
		border-bottom: 1px solid #000;
		color: #2a2a2a;
		font-size: 16px;
		padding: 10px 0 15px;
	}
	header .left-header-links a, header .right-header-links a {
		color: #2a2a2a;
		text-decoration: none;
		padding: 0 6px;
	}
	header .right-header-links {
		float: right;
		text-align: right;
	}
	.cmsdesklink {
		display: block;
		float: right;
	}
	/*my profile */
	header .MyProfile_Member {
		background: transparent none repeat scroll 0 0;
		color: #2a2a2a;
		float: right;
		height: auto;
		margin: 0;
		padding: 0 0 0 20px;
		position: relative;
		right: 0;
		width: auto;
		z-index: 5;
	}
	header .MyProfile_SignedIn {
		height: auto;
	}
	header .MyProfile_SignedOut {
		height: auto;
	}
	header .MyProfile_SignedOut .MyProfile_Svg {
		display: none;
	}
	.MyProfile_Svg {
		color: #cfb53b;
		float: left !important;
		margin: 0 10px 0 0 !important;
		width: 20px !important;
		height: 20px !important;
	}
	.MyProfile_Svg svg {
		fill: currentcolor;
	}
	header .MyProfile_Member .MyProfile_Name {
		color: #2a2a2a;
		display: inline-block;
		font-size: 15px;
		font-weight: normal;
		height: auto;
		line-height: 1.6;
		text-shadow: none;
		width: auto;
	}
	header .MyProfile_Member .arrow-down {
		border-top-color: #2a2a2a;
		display: inline-block;
		margin: 8px 5px 0 8px;
	}
	header .MyProfile_Member .fullView {
		background: rgba(0,0,0,0.8) none repeat scroll 0 0;
		left: auto;
		right: 0;
		top: 35px;
	}
	header .MyProfile_Member .MyProfile_FullMain {
	}
	header .MyProfile_Member .fullView a {
		color: #fff;
	}
	header .MyProfile_Member .fullView a:hover {
		color: #f5f2e9;
	}
	header .MyProfile_Member .fullView a div {
	}
	header .logo {
		margin: 20px auto 0;
		height: 45px;
	}
	header .logo img {
		max-height: 45px;
		vertical-align: middle;
	}
	.banner {
		margin: 0;
	}
	.hero-text {
		position: absolute;
		background: transparent;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		top: 0;
		flex-flow: column nowrap;
		height: 100%;
	}
	.hero-text .hero-title {
		font-size: 18px;
	}
	.hero-text .hero-title hr {
		background: #fff;
		width: 156px;
    	margin: 0.7em 10px;
	}
	.hero-text h1 {
		color: #fff;
		font-size: 82px;
	}
	.hero-text h1 span {
		font-size: 24px;
		font-weight: 700;
		letter-spacing: 12px;
	}
	.page-content {
	}
	.page-content > .container {
		width: 100%;
	}
	.content1 {
		padding: 56px 0 42px;
	}
	.content1 hr {
		background: #2a2a2a;
		height: 1px;
		border: 0;
	}
	.content1 h4 {
		font-size: 24px;
		font-weight: 700;
	}
	.content1 .e3-button {
		box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
	}
	.content2 > .container {
		width: 100%;
	}
	.nav-btns {
		float: left;
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: stretch;
	}
	.nav-btn {
		width: auto;
		flex: 0 1 25%;
		font-size: 18px;
		
		text-transform: uppercase;
		line-height: 1.451;
		text-align: center;
		background:rgba(42,42,42,1);
	}
	.nav-btn:hover {
		background: rgba(225,218,138,1)
	}
	.nav-btn img {
		width: 100%;
		opacity: 0.3;
		transition: all .2s ease;
	}
	.nav-btn:hover img {
		opacity: 0.1;
		transform: scale(1.2);
		transition: all .2s ease;
	}
	.nav-btn a {
		position: absolute;
		color: #fff;
		text-shadow: 0px 2px 2px rgba(35, 35, 35, 0.9);
		-moz-transform: matrix( 1.0056854074542,0,0,1.004884004884,0,0);
		-webkit-transform: matrix( 1.0056854074542,0,0,1.004884004884,0,0);
		-ms-transform: matrix( 1.0056854074542,0,0,1.004884004884,0,0);
		text-decoration: none;
		letter-spacing: 0.5px;
		left: 50%;
		transform: translate(-50%,-50%);
		top: 50%;
		margin: 0;
		transition: all .2s ease;
		opacity: 1;
	}
	.nav-btn:hover a {
		color: #2a2a2a;
		text-shadow: none;
	}
	.content3 {
		padding: 34px 20px 24px;
	}
	.content3 h3 {
		font-size: 32px;
	}
	.content3-news {
		display: flex;
		justify-content: space-between;
    	align-items: stretch;
	}
	.NewsWrapper {
		flex: 0 1 30%;
	}
	.NewsTeaser {
		display: block;
		float: left;
		width: 100%;
	}
	.NewsTeaser img {
		width: 100%;
	}
	.NewsLargeDate {
		padding: 15px 0;
	}
	.leftNews {
		padding: 0 15px;
	}
	a.events-link {
		text-align: right;
	}
	.content4 {
		padding: 40px 20px 45px;
	}
	.content4 h2 {
		float: left;
		width: 30%;
	}
	div#previewWrapper {
		float: left;
		width: 70%;
	}
	div#formContainer {
		float: left;
		width: 100%;
		display: flex;
    	margin: 20px 0 0;
	}
	div#SignupFormPreview {
		float: left;
		width: 68%;
    	margin: 0 2% 0 0;
	}
	div#btnSection {
		float: left;
		width: 30%;
	}
	.content4 #btnSection input {
		margin: 0;
		width: 100%;
		left: 0;
		transform: translateX(0);
		padding: 20px 5px;
	}
	.footer-top {
		font-size: 18px;
		padding: 30px 0 32px;
		text-align: left;
	}
	.footer-top .fa {
		font-size: 20px;
	}
	.footer-info {
		float: left;
		width: 100%;
	}
	.ft-logo, .ft-addy, .ft-contact, .ft-social, .ft-copyright, .poweredby {
		padding: 0 10px;
	}
	.ft-logo img {
		max-width: 100%;
	}
	.ft-social {
		text-align: right;
	}
	.ft-copyright, .poweredby {
		font-size: 13px;
		padding-top: 50px;
		float: left;
    	width: 50%;
	}
	.poweredby {
		text-align: right;
	}
}
@media (min-width: 1025px) {
	header {
		height: 120px;
	}
	header .left-header-links, header .right-header-links {
		width: calc(48% - 107px);
	}
	header .logo {
		width: 154px;
	}
	header .mobile-nav-btn {
		display:none;
	}
	#divMainMenu {
		position: relative;
		z-index: 2;
	}
	header nav {
		background: transparent none repeat scroll 0 0;
		box-shadow: none;
		float: left;
		padding: 0;
		position: relative;
		text-align: center;
		width: 100%;
		clear: both;
		margin: 19px 0 0;
	}
	#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: 16px;
	}
	#main-menu > li {
		display: inline-block;
		float: none;
	}
	#main-menu > li > a {
		background: transparent;
		color: #2a2a2a;
		padding: 18px 15px 10px;
		text-transform:uppercase;
	}
	#main-menu a.hover {
		color: #2a2a2a;
	}
	#main-menu a.current {
		color: #2a2a2a;
	}
	#main-menu > li > a:hover {
		background: transparent none repeat scroll 0 0;
		color: #2a2a2a !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: #2a2a2a;
		background: #d9d281;
	}
	#main-menu ul a:hover, #main-menu ul a.highlighted {
		color: #2a2a2a;
		background: #d9d281;
	}
	#main-menu ul ul > li {
		background: #e1da8a none repeat scroll 0 0;
		color: #2a2a2a;
	}
	#main-menu > li > ul > li a {
		background: #e1da8a none repeat scroll 0 0;
		color: #2a2a2a;
		text-align: left;
	}
	#main-menu > li > ul > li > ul > li a {
		background: #e1da8a none repeat scroll 0 0;
		color: #2a2a2a;
		text-align: left;
	}
	#main-menu ul ul > li a {
		color: #2a2a2a;
	}
	#main-menu > li > ul > li > ul {
		left: 0 !important;
		right: auto !important;
	}
	#main-menu > li > ul > li > ul > li > ul > li a {
		background: #e1da8a none repeat scroll 0 0;
		color: #2a2a2a;
		text-align: left;
	}
	#main-menu > li > ul > li > ul > li > ul > li ul > li a {
		background: #e1da8a none repeat scroll 0 0;
		color: #2a2a2a;
		text-align: left;
	}
	#main-menu .sub-arrow {
		display: none;
	}
	div#SignupFormPreview {
		width: calc(70% - 48px);
		margin: 0 48px 0 0;
	}
	.content4 input {
		margin: 10px auto 0;
		font-size: 24px;
		padding-bottom: 6px;
	}
	header.fixed {
		position: fixed;
		height: 51px;
		-webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
		animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

	}
	header.fixed .left-header-links, header.fixed .right-header-links, header.fixed .logo {
		display: none;
	}
	header.fixed nav {
		margin: 0;
	}
}
@media (min-width: 1200px) {
	/* styles */
}