@charset "utf-8";
:root{
    --primary-color-1:  #415465; /*dark blue*/
    --primary-color-2: #34afc8; /*light blue*/
    --accent-color-1: #b1e1ea; /*soft blue*/
    --accent-color-2: #bedc8f; /*soft green*/
    --accent-color-3: #D1D3D4; /*soft gray */
    --accent-color-4: #f7eed4; /*soft beige */
}
body {
	margin:0px;
	font-family: 'Quattrocento Sans', sans-serif;
	color:#000000;
	font-size:16px;
	line-height:1.5;
	background:#262626;
}
a, a:hover, a:active, a:focus {
	cursor:pointer;
	outline:0;
}
.e3pagetemplate {
	color:#747474;
	font-size:16px;
}
.e3pagetemplate a {
	color:var(--primary-color-2);
	transition: ease all 0.3s;
}
.e3pagetemplate a:hover{
	color: var(--primary-color-1);
}
h1, h2, h3, h4, h5, h6 {
	color:#333333;
	margin:0;
}
h1 {
	font-weight:normal;
	font-size:32px;
}
h2 {
	font-weight:normal;
	font-size:30px;
}
h3 {
	color: var(--primary-color-1);
	font-weight:bold;
	font-size:20px;
}
h4 {
	font-weight:normal;
	font-size:13px;
}
h5 {
	font-weight:normal;
	font-size:12px;
}
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: #EEE7DF none repeat scroll 0 0;
    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 var(--primary-color-1);
    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: #2f2f2f;
    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 var(--primary-color-1);
    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 var(--primary-color-1);
    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 */
.TopDropLayout1 {
	float:left;
	width:100%;
	min-width:960px;
}
.TopDropLayout1 .page_header {
	float:left;
	width:100%;
	min-width:960px;
	background: url('/SiteDesign/Images/new-header-bg') repeat-x;
	height: 250px;
}
.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-social {
	float:left;
	padding: 10px 0 7px;
}
.page_header_1 .MyProfile_Member {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	float: right;
	height: auto;
	margin: 8px 0 0;
	position: relative;
	top: 0;
	width: auto;
	border: 0;
}
.MyProfile_Svg {
	color: #fff;
	margin: -3px 10px 0 0 !important;
}
.MyProfile_Svg svg {
	fill: currentcolor;
}
.page_header_1 .MyProfile_Member .click_transparent {
	width: 100%;
}
.page_header_1 .MyProfile_Member .MyProfile_Name {
	color: #fff;
	text-shadow:none;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	line-height: 26px;
	width: auto;
}
.page_header_1 .MyProfile_Member .arrow-down {
	border-top-color: #fff;
	display: inline-block;
	margin: 11px 0 0 8px;
}
.page_header_1 .MyProfile_Member .fullView {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	left: auto;
	right: -10px;
	top: 30px;
}
.page_header_1 .MyProfile_Member .MyProfile_FullMain {
	border: medium none;
	padding: 0;
	width: 100%;
}
.page_header_1 .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%;
}
.page_header_1 .MyProfile_Member .fullView a:hover {
	color: var(--primary-color-2);
}
.page_header_1 .MyProfile_Member .fullView a div {
	display: none;
}
.page_header_1 .arrow-down {
	border-top: 5px solid #fff;
}
.page_header_1 .cmsdesklink {
	float:right;
	color:#fff;
	margin:10px 12px 10px 0;
}
.page_header_1 .contact-num {
	float:right;
	color:#fff;
	margin:10px 12px 10px 0;
}
.page_header_wrapper .page_header_2 {
	float:left;
	width: 300px;
	height: 78px;
	margin-left: 10px;
}
.page_header_2 .logo {
	width: 300px;
	height: 78px;
}
.page_header_wrapper .page_header_3 {
	float:left;
	width: 100%;
	margin-left: 10px;
}
.page_header_3 .oneCMSMenu {
	cursor:pointer;
	font-size: 17px;
	color: var(--primary-color-1);
	font-family: 'Quattrocento Sans', sans-serif;
	text-align: left;
    
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
}
.page_header_3 .oneCMSMenuItem {
	padding: 10px 21px 11px;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
}
.page_header_3 .oneCMSMenuItemMouseOver, .page_header_3 .oneCMSMenuHighlightedMenuItemMouseOver, .page_header_3 .oneCMSMenuHighlightedMenuItem {
	padding: 10px 21px 10px;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
	color: #fff;
	background: var(--primary-color-2);
}
.page_header_3 .CMSMenu {
	cursor:pointer;
	width:auto !important;
    background-color: #ffffff;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
    color: #888888;
}
.page_header_3 .CMSMenuItem, .page_header_3 .CMSMenuHighlightedMenuItem {
	padding: 7px 20px;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
	    border: 1px solid #e8e8e8;
}
.page_header_3 .CMSMenuItemMouseOver, .page_header_3 .CMSMenuHighlightedMenuItemMouseOver {
	padding: 7px 20px;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
	border: 1px solid #e8e8e8;
	background: var(--primary-color-2);
    color:#fff;
}
/* CSS to style first drop down item
.CMSMenu tr:nth-child(1) .CMSMenuItem, .CMSMenu tr:nth-child(1) .CMSMenuItemMouseOver {
}
*/
.page_header_wrapper .page_header_4 {
	float:left;
	width: 100%;
	padding: 30px 0;
    margin-left: 10px;
}
.page_header_4 .breadcrumbs {
	font-size: 25px;
	color: #333333;
	font-family: 'Quattrocento Sans', sans-serif;
}
.breadcrumbs a {
	display:none;
}
.TopDropLayout1 .page_content {
	float:left;
	width:100%;
	min-width:960px;
	background: #FFFFFF;
	padding: 55px 0 45px;
}
.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;
	background: #262626;
}
.page_footer .page_footer_wrapper {
	margin:0 auto;
	width: 960px;
}
.page_footer_wrapper a{
	text-decoration:none;
	color: #b8b8b8;
	transition: ease-in 0.4s;
}
.page_footer_wrapper a:hover{
	color: var(--primary-color-2);
}
.page_footer_wrapper .page_footer1 {
	float:left;
	width: 100%;
	padding: 18px 0 12px;
}
.page_footer1 .footer-left {
	float:left;
	text-align: left;
	color: #b8b8b8;
	font-size: 12px;
	text-shadow: 0 1px 0 #000;
}
.page_footer1 .footer-social {
	float:right;
	text-align: right;
	font-size: 15px;
	color: #595959;
}
.social-media {
    float: left;
}
.social-media span {
	display:none;
}
.social-media .fa {
	color: var(--primary-color-2);
}
.social-media .square {
	background-color: #fff;
	border-radius: 3px;
	padding: 5px 6px 5px 8px;
	transition: ease-in 0.4s;
}
.social-media .square.gplus {
	padding:5px 0px 5px 6px;
	transition: ease-in 0.4s;
}
.social-media .fa:hover {
	color: #fff;
}
.social-media .square.fb:hover{
	background-color: #435F85;
	border-radius: 3px;
}
.social-media .square.gplus:hover{
	background-color: #B23424;
	border-radius: 3px;
}
.poweredby {
	float:left;
	text-align: left;
	color: #b8b8b8;
	font-size: 12px;
	text-shadow: 0 1px 0 #000;
	width: 100%;
	clear:both;
}
.page_footer_wrapper .page_footer2 {
}
