/*---------------- Fonts ---------------- */

@font-face{
    font-family: "NeutraDisp";
    src:url("/SiteDesign/fonts/NeutraDisp-MediumAlt.woff") format("woff");
}

body {
    margin:0px;
    font-family: "NeutraDisp";
    color:#000000;
    font-size:18px;
    line-height:1.5;
    background: #FFF;
}
a, a:hover, a:active, a:focus {
    cursor:pointer;
    outline:0;
}
.e3pagetemplate {
    color:#000000;
}
.e3pagetemplate a {
    color:#000000;
}
.e3-button, .e3pagetemplate a.e3-button {
    display:inline-block;
    padding:18px 36px;
    background:#FFF;
    border:2px solid #000;
    color:#000;
}
.e3-button:hover, .e3pagetemplate a.e3-button:hover {
    background:#000;
    color:#FFF; 
}
h1, h2, h3, h4, h5, h6 {
    color:#CC0000;
    margin:0 0 15px;
    font-family: 'NeutraDisp', sans-serif;
}
h1 {
    font-size:2.074em;
    line-height: 1;
}
h2 {
    font-size:1.728em;
    line-height: 1.2;
}
h3 {
    font-size:1.44em;
    line-height: 1.3;
}
h4 {
    font-size:1.2em;
    line-height: 1.4em;
}
h5 {
    font-size:0.833em;
    line-height: 1.6;
}
h6 {
    font-size:0.694em;
    line-height: 1.7;
}
img {
    border: none;
}
.MainInformationTable{
    width:100%;
}
.EditableImageEdit .ImageSelectorHeader, .EditableImageEdit .EditableTextTitle {
    position: relative;
    z-index: 9999;
}
/* Member Central Web Parts */
.e3pagetemplate .BirAtGlance, .e3pagetemplate .CalAtGlance, .e3pagetemplate .WeaAtGlance {
    font-family:inherit;
    background: #fafafa 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 #e6e6e7;
    margin-bottom: 20px;
}
.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 #ccc;
    text-align: center;
    font-size:16px;
    font-weight: normal;
}
.e3pagetemplate .BirAtGlance .AGTitle, .e3pagetemplate .CalAtGlance .AGTitle {
}
.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 .AGDay:first-child {
    border-bottom: 1px solid #ccc;
    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 .AGPic img {
    height: auto !important;
    min-width: 35px;
}
.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*/
}
.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 */
.e3wrapper {}
header {
    height:70px;
    position: fixed;
    border-bottom:3px solid #CC0000;
    background:#FFF; 
    float:left;
    width:100%;
    z-index: 200;
}
.EditMode header {
    position: relative;
}
header .container {
    height:70px;
}
header .mobile-nav-btn {
    margin: 15px 0 0;
    width: 10%;
    float:left;
}
header #menu-button {
    display: block;
    height: 40px;
    padding-left: 0 !important;
}
header #menu-button::before {
    display: none;
}
header #menu-button i {
    color: #000;
    font-size: 32px;
}
header .logo {
    padding: 10px 0;
    text-align: center;
    float:left;
    width:80%;
    height:100%;
}
header .logo a {
    height: 100%;
    display: inline-block;
}
header .logo .logo-desktop {
    display:none;
}
header .logo img {
    max-height: 100%;
    /* max-width: 80%; */
    height:auto;
    width:auto;
}
.MyProfile_Member {
    background: rgba(0, 0, 0, 0);
    border: medium none;
    height: 54px;
    margin: 15px 0 0;
    padding: 0;
    width: 10%;
    float:right;
}
.MyProfile_Member .click_transparent {
    width: 100%;
}
.MyProfile_SignedIn, .MyProfile_SignedOut {
    height:50px;
}
.MyProfile_Svg {
    width: 34px;
    height: 40px;
    float:right;
    margin:0;
}
.MyProfile_Svg svg {
    fill: #000;
    height: 34px;	
}
.MyProfile_Member .MyProfile_Name {
    display: none;
}
.MyProfile_Member .arrow-down {
    display: none;
}
.MyProfile_Member .fullView {
    background-color: rgba(0, 0, 0, 0.8);
    left: auto;
    right: -15px;
    top: 55px;
    width: 200px;
    padding:10px 0;
}
.MyProfile_Member .MyProfile_FullMain {
    border: none;
    padding: 0;
    width: 100%;
}
.MyProfile_Member .fullView a {
    border: medium none;
    color: #ffffff;
    font-size: 16px;
    height: auto;
    line-height: normal;
    margin: 0;
    padding: 10px 15px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
.MyProfile_Member .fullView a:hover {
    color: #CCC;
}
.MyProfile_Member .fullView a div {
    display: none;
}
header .arrow-down {
    border-top: 5px solid #ffffff;
}
.nav-wrap-1000 {
    display: block !important;
}
#divMainMenu nav {
    background-color: #FFF;
}
#main-menu {
    box-shadow: none;
}
#main-menu li, #main-menu a {
    border-radius: 0;
    border-top: medium none;
    font-size: 1em;
    letter-spacing: normal;
}
#main-menu a {
    background:transparent;
    padding-top:15px;
    padding-bottom:15px;
    background: rgba(0, 0, 0, 0);
    color: #000;
    font-size:16px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: none;
}
#main-menu a.current {
}
#main-menu ul {
    background-color: #ECECEC;
    border-top:1px solid rgba(0,0,0,0.2);
}
#main-menu ul ul {
    background-color: #ECECEC;
}
#main-menu ul ul ul {
    background-color: #ECECEC;
}
#main-menu .sub-arrow {
    background-color: #ECECEC;
    border-radius: 0;
    color: #000;
    width: 42px;
    border:1px solid rgba(0,0,0,0.2);
}
.EditMode .banner {
    float:none;
}
.banner {
    float:left;
    width:100%;
    position: relative;
    overflow: hidden;
    margin-top:70px;
    font-size:36px;
    clear: both;
    text-align: center;
    color:#CC0000;
}
.banner .bcrumb {
    padding:45px 0;
}
.banner img {
    width:200%;
    left:50%;
    transform:translateX(-50%);
}
.page-content {float:  left;width:  100%;}
.page-content .container {
}
.page-content .e3page-main {
    padding:0;
}
.page-content .content-bottom {
    float: left;
    width: 100%;
    padding: 50px 0;
    text-align: center;
}
.page-content .content-bottom a {
    color:#CC0000;
    text-decoration: none;
    padding:0 15px;
}
.page-content .content-bottom span {
    display:none;
}
footer {
    float:left;
    width:100%;
    background:#000;
    text-align: center;
    font-size:14px;
    color:#E0E0E0;
    padding:20px 0;
}
footer a {
    color:#FFF;
    text-decoration: none;
}
footer .container {
}
footer .footer-top {
}
footer .footer-mid {
}
footer .footer-bot {
}
@media (min-width: 768px) {
h1 {
    font-size:2.441em;
    line-height: 1;
}
h2 {
    font-size:1.953em;
    line-height: 1.2;
}
h3 {
    font-size:1.563em;
    line-height: 1.3;
}
h4 {
    font-size:1.25em;
    line-height: 1.4em;
}
h5 {
    font-size:0.8em;
    line-height: 1.6;
}
h6 {
    font-size:0.64em;
    line-height: 1.7;
}
.banner img {
    width:150%;
    left:50%;
    transform:translateX(-15%);
}
}
@media (min-width: 1025px) {
    header {
        height:59px;
    }
    header .container {
        padding:0;
        height:59px;
        /* display:flex; */
        /* justify-content:space-between; */
    }
    header .logo {
        text-align: left !important;
        width: 130px;
        height: 120px;
        padding: 0;
    }
    header .logo a {
    }
    header .logo .logo-desktop {
        display:block;
    }
    header .logo .logo-mobile {
        display:none;
    }
    header .logo img {
        max-width: 100%;
        width:100%;
    }
    header .mobile-nav-btn {
        display: none !important;
    }
    #divMainMenu {
		/* flex-grow:2; */
		/* display:flex !important; */
		justify-content: center;
		width: auto;
		height:59px;
		float: right;
	}
    #divMainMenu nav {
        background-color: transparent;
        float: right;
        padding: 0;
        width: 100%;
        position:initial;
        /* display: flex; */
        text-transform: uppercase;
    }
    #main-menu {
        background:none;
        box-shadow: none;
        clear: none;
        display: table !important;
        float: right;
        margin: 0 auto;
        width: auto;
                white-space: nowrap;

    }
    #main-menu li, #main-menu a {
        border: medium none;
        border-radius: 0;
        font-size: 16px;
        font-weight: normal;
        text-shadow: none;
        text-align:left;
    }
    #main-menu > li {
        display: inline-block;
        float: none;
    }
    #main-menu > li > a {
        color: #000;
        padding: 0 20px;
        line-height:59px;
        transition: all .2s;

    }
    #main-menu > li > a:hover, #main-menu > li > a.highlighted {
        color: #CC0000;
    }
    #main-menu ul {
        border: medium none;
        box-shadow: none;
        border-radius: 0;
        left: auto !important;
        padding: 0 0px;
        text-transform:none;
        background:#FFF;
        box-shadow:0 0 3px 1px rgba(0,0,0,.3);
    }
    #main-menu ul a, #main-menu ul ul a, #main-menu ul ul ul a {
        color: #000;
        padding: 10px 20px;
        text-transform:none;
    }
    #main-menu ul a:hover, #main-menu a.highlighted {
        background:none;
    }
    #main-menu ul a:hover, #main-menu a.highlighted {
        background: none;
        color: #CC0000;
    }
    .sub-arrow {
        display:none !important;
    }
    /*li .sub-arrow {
        background-color: transparent;
        border-color: rgba($header-color2, .5);
        border-image: none;
        border-style: none solid solid none;
        border-width: medium 2px 2px medium;
        height: 10px;
        width: 10px;
        left: 50%;
        top: auto;
        bottom:20px;
        margin: 0;
        position: absolute;
        display: inline-block;
        transform:translateX(-50%) rotate(45deg);
    }
    li ul .sub-arrow {
        transform: rotate(-45deg);
        height: 8px;
        width: 8px;
        right: 10px;
        top: 40%;
        left:auto;
    }*/
    .MyProfile_Member {
		width:auto;
		height:59px;
		margin:0;
		float: right;
	}
    .MyProfile_Member .MyProfile_SignedIn, .MyProfile_Member .MyProfile_SignedOut {
        margin: 0;
        box-sizing: border-box;
        padding: 10px 15px;
        width: auto;
        top: 50%;
        transform: translateY(-50%);
        position: relative;
    }
    .MyProfile_Member .MyProfile_Name {
        color: #CC0000;
        display: block;
        font-size: 16px;
        width: auto;
        font-weight: normal;
        height: 28px;
        text-transform: uppercase;
        margin: 0;
        float: left;
        line-height: 26px;
    }
    .MyProfile_Member .fullView {
        background-color: rgba(0, 0, 0, 0.9);      
        left: auto;
        right: 0;
        top: 59px;
    }
    .MyProfile_Member .MyProfile_FullMain {
    }
    .MyProfile_Member .fullView a {
        color: #ffffff;
    }
    .MyProfile_Member .fullView a:hover {
        color: #dddddd;
    }
    .MyProfile_Member .fullView a div {
    }
    .MyProfile_Member .MyProfile_Svg {
        display: none;
        margin:0 10px 0 0;
        float:left;
    }
    .MyProfile_Member .MyProfile_Svg svg {
        height: 20px;
        float:right;
        fill:#FFF;
        display: none;
    }
    .banner {
        margin-top:100px;
        min-height:100px;
        font-size:50px;
    }
    .banner .bcrumb {
        padding:45px 0 75px;
    }
    .banner img {
        width:100%;
        left:0;
        transform:none;
    }
}
@media (min-width: 1200px) {
h1 {
    font-size:3.157em;
    line-height: 1;
}
h2 {
    font-size:2.369em;
    line-height: 1.2;
}
h3 {
    font-size:1.777em;
    line-height: 1.3;
}
h4 {
    font-size:1.333em;
    line-height: 1.4em;
}
h5 {
    font-size:0.75em;
    line-height: 1.6;
}
h6 {
    font-size:0.563em;
    line-height: 1.7;
}
} 

