@charset "utf-8";
body {
	margin:0px;
	font-family: 'Source Sans Pro', sans-serif;
	color:#000000;
	font-size:17px;
	line-height:1.5;
	background:#3d6274;
}
a, a:hover, a:active, a:focus {
	cursor:pointer;
	outline:0;
}
.e3pagetemplate {
	color:#000000;
	font-size:12px;
}
.e3pagetemplate a {
	color:#000000;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	color:#000000;
	margin:0;
}
h1 {
	font-weight:600;
	font-size:35px;
}
h2 {
	font-weight:600;
	font-size:28px;
}
h3 {
	font-weight:600;
	font-size:22px;
}
.e3pagetemplate h6 a {
	background: transparent;
	color: #3d6274;
	border: 1px solid #3d6274;
	border-radius:;
	font-weight: normal;
	font-size:16px;
	padding: 8px 25px;
	display:inline-block;
	float:left;
	min-width:160px;
	text-decoration: none;
}
.e3pagetemplate h6 a:hover {
	background: #3d6274;
	color: #fff;
}
img {
	border: none;
}
.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: 5px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    padding: 10px;
    width:100%;
    border: 1px solid #3d6274;
    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: #000;
    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 #3d6274;
    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 #3d6274;
    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: 300px;
	width: 100%;
	float:left;
	position:absolute;
	overflow:hidden;
	z-index:-10;
	min-width: 960px;
}
.fullwidth_image img {
	position:absolute;
	left:50% !important;
	margin-left: -950px;
	height:300px !important;
	width: 1900px !important;
}
@media screen and (min-width: 1900px) {
    .fullwidth_image img {
		height:auto !important;
		width:100% !important;
		min-height:300px !important;
		min-width: 1900px !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:960px;
}
.TopDropLayout1 .page_header {
	float:left;
	width:100%;
	min-width:960px;
	background: url('/SiteDesign/Images/header-bg.aspx') top center / cover;
}
.page_header .page_header_wrapper {
	margin:auto;
	width:960px;
}
.page_header_wrapper a{
	text-decoration:none;
}
.page_header_wrapper .page_header_1 {
	float:left;
	width: 100%;
}
.page_header_1 .header-top {
	margin: 16px auto 0;
	width: 300px;
}
.header-top a {
	color: #fff;
}
.header-top .header-left  {
	float:left;
	color: #fff;
	font-size: 15px;
	font-weight:600;
	font-family: 'Source Sans Pro', sans-serif;
	margin-top: 48px;
	margin-left: 55px;
	position: relative;
    z-index: 5;
}
.header-top .header-right {
	float:right;
	color: #fff;
	font-size: 15px;
	font-weight:600;
	font-family: 'Source Sans Pro', sans-serif;
	margin-top: 48px;
	margin-right: 30px;
	position: relative;
    z-index: 5;
}
.header-top .logo {
	margin:-7px auto;
	width: 297px;
	height:140px;
	position:absolute;
}
.page_header_wrapper .page_header_2 {
	float:left;
	width: 100%;
	margin: 198px 0 0;
	padding: 20px 0;
}
.page_header_2 .currentUserLabelText {
	color:#fff;
	margin:0 auto;
	text-transform:uppercase;
	font-size: 31px;
	font-weight:normal;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
}
.page_header_2 .quick-links {
	magin: 0 auto;
	color:#d6e1db;
	font-size: 17px;
	font-weight:600;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
}
.page_header_2 .quick-links a {
	color:#d6e1db;
}
.page_header_2 .mini-links {
    margin: 0 auto;
    text-align: center;
}
.page_header_2 .cmsdesklink {
	color:#fff;
	font-size: 17px;
	font-weight:600;
	font-family: 'Source Sans Pro', sans-serif;
}
.page_header_2 .signoutLink {
	margin-left: 10px;
	color:#fff;
}
.page_header_wrapper .page_header_3 {
}
.page_header_wrapper .page_header_4 {
}
.TopDropLayout1 .page_content {
	background: #fff none repeat scroll 0 0;
    float: left;
    min-height: 120px;
    min-width: 960px;
    padding: 90px 0;
    width: 100%;
}
.page_content .page_content_wrapper {
	margin:0 auto;
	width:960px;
}
.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:960px;
	padding: 24px 0;
	background: url('/SiteDesign/Images/ft-bg.aspx') top center / cover;
}
.page_footer .page_footer_wrapper {
	margin:0 auto;
	width:960px;
}
.page_footer_wrapper a{
	text-decoration:none;
	color: #94a3aa;
}
.page_footer_wrapper .page_footer1 {
	float: left;
	width: 100%;
}
.page_footer1 hr {
	background:#88a0aa;
	border: none;
	height:1px;
}
.page_footer1 .footer-top {
	width: 640px;
	margin: 0 auto;
	color: #d6e1db;
	font-weight:600;
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;	
	line-height: 1.2;
}
.page_footer1 .footer-top a {
	color: #d6e1db;
	text-decoration:none;
}
.footer-top div:nth-child(1) {
    margin-bottom: 20px;
}
.footer-top table {
    color: #d6e1db;
}
.footer-top .fa {
	color: #416275;
}
.footer-top .fa-circle {
	color: #94a3aa;
}
.footer-top .fa-stack:hover .fa-circle {
	color: #fff;
}
.fa-stack {
    width: 1.3em;
}
.footer-top .fa-stack-2x {
    font-size: 1.3em;
}
.fa-stack-1x, .fa-stack-2x {
    width: 80%;
}
.footer-top .fa-stack-1x {
    font-size: 0.7em;
    left: 0.18em;
    line-height: 2em;
}
.page_footer_wrapper .page_footer2 {
	float:left;
	width: 100%;
	padding-top: 15px;
}
.page_footer2 .footer-left {
	float:left;
	color: #94a3aa;
	font-size: 12px;
	font-family: 'Source Sans Pro', sans-serif;	
}
.poweredby {
	float:right;
	color: #94a3aa;
	font-size: 12px;
	font-family: 'Source Sans Pro', sans-serif;	
}
