@charset "utf-8";
body {
	margin:0px;
	font-family: "Libre Baskerville", "Times New Roman", serif;
	color:#000000;
	font-size:14px;
	line-height:1.5;
	background:#092e6e;
}
a, a:hover, a:active, a:focus {
	cursor:pointer;
	outline:0;
}
.e3pagetemplate {
	font-family: 'Roboto', sans-serif;
	color:#333333;
	font-size:16px;
}
.e3pagetemplate a {
	color:#333333;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Libre Baskerville", "Times New Roman", serif;
	color:#092e6e;
	margin:0;
}
h1 {
	font-weight:normal;
	font-size:36px;
}
h2 {
	font-weight:normal;
	font-size:20px;
	font-style:italic;
}
h3 {
	font-weight:normal;
	font-size:18px;
}
.e3pagetemplate h6 a {
	background: transparent;
	color: #092e6e;
	border: 1px solid #092e6e;
	border-radius:;
	font-weight: normal;
	font-size:16px;
	padding: 8px 25px;
	display:inline-block;
	min-width:160px;
	text-decoration: none;
}
.e3pagetemplate h6 a:hover {
	background: #092e6e;
	color: #fff;
}
img {
	border: none;
	max-width: 100%;
}
.MainInformationTable{
	width:100%;
}
.EditableImageEdit .ImageSelectorHeader, .EditableImageEdit .EditableTextTitle {
    position: relative;
    z-index: 9999;
}
/*New MC Weather Style*/
.e3pagetemplate .BirAtGlance, .e3pagetemplate .CalAtGlance, .e3pagetemplate .WeaAtGlance {
	font-family:inherit;
    background: transparent;
    border-radius: 3px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    padding: 10px;
    width:100%;
    border: 1px solid #333;
    margin-bottom: 20px;
    /*box-shadow:0 0 3px 0 rgba(0, 0, 0, 0.14), 0 64px 0 -30px rgba(0, 0, 0, 0.5) inset;*/
}
.e3pagetemplate .BirAtGlance a, .e3pagetemplate .CalAtGlance a, .e3pagetemplate .WeaAtGlance a {
	color: #333;
    font-weight: bold;
    text-decoration: none;
}
.e3pagetemplate .WeaAtGlance .AGToday, .e3pagetemplate .BirAtGlance .AGTitle, .e3pagetemplate .CalAtGlance .AGTitle {
   	/*weather titles*/
   	padding: 0 0 10px;
    width: 100%;
    border-bottom: 1px solid #333;
    text-align: center;
    font-size:16px;
    font-weight: normal;
}
.e3pagetemplate .BirAtGlance .AGTitle, .e3pagetemplate .CalAtGlance .AGTitle {
	/*events and birthday titles*/
    /*background: #333 none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    color: #dedede;
    margin: -10px -10px 0;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
    font-size:16px;
    font-weight: normal;*/
}
.e3pagetemplate .WeaAtGlance .AGToday > img {
    display: block;
    height: 64px !important;
    width: 64px !important;
    margin:0 auto;
}
.e3pagetemplate .WeaAtGlance .AGDay {
    width: 100%;
    font-size:13px;
}
.e3pagetemplate .WeaAtGlance .AGPic img {
    height: auto !important;
    min-width: 35px;
}
.e3pagetemplate .WeaAtGlance .AGDay:first-child {
	border-bottom: 1px solid #333;
    padding-bottom: 10px;
}
.e3pagetemplate .WeaAtGlance .AGDate {
    border: medium none;
    float: left;
    width: 25%;
}
.e3pagetemplate .WeaAtGlance .AGPic {
    float: right;
    width: 25%;
    text-align: right;
}
.e3pagetemplate .WeaAtGlance .AGTemp {
    width: 50%;
    float:right;
    text-align: center;
}
.e3pagetemplate .WeaAtGlance .AGCast {
    width: 50%;
    float:right;
    text-align: center;
}
.e3pagetemplate .BirAtGlance .AGScroll, .e3pagetemplate .CalAtGlance .AGScroll, .e3pagetemplate .CalAtGlance .Cont2 {
	padding:0;
	width:100%;
}
.e3pagetemplate .CalAtGlance .AltCont, .e3pagetemplate .CalAtGlance .AltLink, .e3pagetemplate .EveAtGlance .AltLink, .e3pagetemplate .CalAtGlance .Link, .e3pagetemplate .EveAtGlance .Link {
	/*Upcoming Events even items*/
	margin: 0 -10px;
    padding: 10px;
}
.e3pagetemplate .CalAtGlance .AltCont, .e3pagetemplate .CalAtGlance .AltLink, .e3pagetemplate .EveAtGlance .AltLink {
    /*alt event items only*/
    /*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1) inset;*/
}
.e3pagetemplate .CalAtGlance .Link2 {
	padding:0 0 3px;
}
.e3pagetemplate .BirAtGlance {
	text-align: center;
}
.e3pagetemplate .BirAtGlance .AGDay {
	margin-top:5px;
}
.e3pagetemplate .BirAtGlance .AGDay div:first-child {
    margin-bottom: 5px;
}
.e3pagetemplate .BirAtGlance a {
	font-size:12px;
}
/* Member Central Web Parts End */
.fullwidth_image {
	height: 374px;
	width: 100%;
	float:left;
	position:absolute;
	overflow:hidden;
	z-index:-10;
	min-width: 1070px;
}
.fullwidth_image img {
	position:absolute;
	height:100% !important;
	width: 100% !important;
}
@media screen and (min-width: 1920px) {
    .fullwidth_image img {
		height:auto !important;
		width:100% !important;
		min-height:374px !important;
		min-width: 1920px !important;
		margin:0 !important;
		left:0 !important;
		bottom:0 !important;
	}
}
.EditMode .fullwidth_image {
	position:relative;
	z-index:1;
	height:210px;
	overflow:hidden;
}
.TopDropLayout1 {
	float:left;
	width:100%;
	min-width:1070px;
}
.TopDropLayout1 .page_header {
	float:left;
	width:100%;
	min-width:1070px;
	background: url('/SiteDesign/Images/image-overlay.aspx') repeat-x;
}
.page_header .page_header_wrapper {
	margin:auto;
	width:1070px;
}
.page_header_wrapper a{
	text-decoration:none;
}
.page_header_wrapper .page_header_1 {
	float: right;
	height: 24px;
}

.page_header_1 .WeaAtGlance {
	background-color:transparent;
	border:none;
	color: #fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.85);
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	float:right;
	width:auto;
}
.page_header_1 .WeaAtGlance img{
	margin-left:10px;
	vertical-align:middle;
}
.page_header_wrapper .page_header_2 {
	float: left;
	height: 70px;
	margin-top: 14px;
	position: relative;
	width: 100%;
	clear: both;
	z-index: 5;
}
.page_header_2 .logo {
	width: 410px;
	height:70px;
	margin: 0 auto;
}
.page_header_2 .logo h1 a {
	color: #fff;
	font-family: "Libre Baskerville", "Times New Roman", serif;
	font-size: 36px;
	text-shadow: 1px 1px 5px #000;
}
.page_header_2 .signoutLink {
	float:right;
	color: #fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.85);
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
.page_header_wrapper .page_header_3 {
	float:left;
	width: 100%;
	height:246px;
}
.page_header_3 .member-login {
	width: 100%;
	margin: 40px auto 38px;
	text-align:center;
}
.page_header_3 .currentUserLabelText {
	color: #fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.85);
	font-family: 'Roboto', sans-serif;
	margin:0 3px 0 0;
}
.page_header_3 .cmsdesklink {
	color: #fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.85);
	font-family: 'Roboto', sans-serif;
	margin:0 3px 0 0;
}
.page_header_3 .signoutLink {
	color: #fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.85);
	font-family: 'Roboto', sans-serif;
}
.page_header_3 .module-links {
	float:left;
	width: 100%;
	text-align:center;
}
.module-links img {
	padding: 5px 10px;
}
.page_header_wrapper .page_header_4 {
	float:left;
	width: 100%;
	margin: 16px 0 0;
}
.page_header_4 .oneCMSMenu {
	cursor:pointer;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 16px;
	text-align:center;
	margin: 2px auto;
}
.page_header_4 .oneCMSMenuItem {
	padding:10px;
}
.page_header_4 .oneCMSMenuItemMouseOver, .page_header_4 .oneCMSMenuHighlightedMenuItemMouseOver, .page_header_4 .oneCMSMenuHighlightedMenuItem {
	padding: 10px;
	color: #092e6e;
}
.page_header_4 .twoCMSMenu::before {
    border-bottom: 8px solid #092e6e;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    position: absolute;
    top: -9px;
}
.page_header_4 .twoCMSMenu {
	cursor:pointer;
	width:auto !important;
	padding:5px 10px;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,.22);
	border-top:2px solid #092e6e;
}
.page_header_4 .twoCMSMenuItem {
	padding:4px 20px 4px 10px;
}
.page_header_4 .twoCMSMenuHighlightedMenuItem, .page_header_4 .twoCMSMenuItemMouseOver, .page_header_4 .twoCMSMenuHighlightedMenuItemMouseOver {
	padding:4px 20px 4px 10px;
	color: #092e6e;
}
.page_header_4 .thirdCMSMenu {
	cursor:pointer;
	width:auto !important;
	padding:5px 10px;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,.22);
}
.page_header_4 .thirdCMSMenuItem {
	padding:4px 20px 4px 10px;
}
.page_header_4 .thirdCMSMenuHighlightedMenuItem, .page_header_4 .thirdCMSMenuItemMouseOver, .page_header_4 .thirdCMSMenuHighlightedMenuItemMouseOver {
	padding:4px 20px 4px 10px;
	color: #092e6e;
}
/* CSS to style first drop down item
.CMSMenu tr:nth-child(1) .CMSMenuItem, .CMSMenu tr:nth-child(1) .CMSMenuItemMouseOver {
}
*/
.TopDropLayout1 .page_content {
	float:left;
	width:100%;
	min-width:960px;
	background: url('/SiteDesign/Images/content-bg.aspx') repeat;
	box-shadow: 0 9px 6px -10px #000 inset;
}
.page_content .page_content_wrapper {
	margin:0 auto;
	min-width:960px;
	padding: 50px 140px;
}
.page_content_wrapper .page_content_top {
}
.page_content_wrapper .page_content_middle {
}
.page_content_wrapper .page_content_bottom {
}
.TopDropLayout1 .page_footer {
	float:left;
	width:100%;
	min-width:1070px;
	background: #092e6e;
}
.page_footer .page_footer_wrapper {
	margin:0 auto;
	width:1070px;
}
.page_footer_wrapper a{
	text-decoration:none;
	color: #fff;
}
.page_footer_wrapper .page_footer1 {
	float:left;
	width: 100%;
	padding: 20px 0;
}
.page_footer1 .footer-top {
	float:left;
	width: 100%;
	text-align:center;
	color: #fff;
	font-size: 14px;
}
.footer-top h3 {
	color: #fff;
	font-style:italic;
}
.poweredby {
	text-align:center;
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}
.page_footer_wrapper .page_footer2 {
}