html {
    font-family: sans-serif;
}
@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,400i,500,500i,600,600i,700,700i,800,800i');

body {
    background: url(/sitedesign/images-2017/bg.aspx) no-repeat fixed center top / cover;
    color: #2a2a2a;
    font-family: tahoma;
    margin: 0;
}
a {
    background-color: transparent;
}
p {
}
font {
    line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
    line-height:1.2;
}
h1 {
}
h2{
}
h3{
}
h4{
}
h5 {

}
h6 {

}
.banner-text{
    color: #fff;
    text-shadow:0 2px 2px rgba(0,0,0,.5);
    width: 100%;
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-size: 28px;
    line-height: 1.2;
    padding: 16px 0;
}
.MyProfile_Svg {background: none;float: right;}

.e3pagetemplate {
    color: #2a2a2a;
    font-size: 16px;
}
.e3pagetemplate a {
    color: #2a2a2a;
}
a.e3-button{
    color: #fff;
    text-decoration: none;
    border: 1px solid #a0a0a0;
    padding: 9px 25px 8px;
    width:auto;
    display:inline-block;
}
img {
    border: medium none;
}
.EditableImageEdit .ImageSelectorHeader, .EditableImageEdit .EditableTextTitle {
    position: relative;
    z-index: 9999;
}
.MainInformationTable {
    width: 100%;
}
.PageManagerInfoContainer {
    display: none;
}
.e3pagetemplate .BirAtGlance, .e3pagetemplate .CalAtGlance, .e3pagetemplate .WeaAtGlance {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e6e6e7;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    font-family: inherit;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
}
.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 {
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    font-weight: normal;
    padding: 0 0 10px;
    text-align: center;
    width: 100%;
}
.e3pagetemplate .BirAtGlance .AGTitle, .e3pagetemplate .CalAtGlance .AGTitle {
}
.e3pagetemplate .WeaAtGlance .AGToday > img {
    display: block;
    height: 64px !important;
    margin: 0 auto;
    width: 64px !important;
}
.e3pagetemplate .WeaAtGlance .AGDay {
    width: 100%;
}
.e3pagetemplate .WeaAtGlance .AGDay:first-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}
.e3pagetemplate .WeaAtGlance .AGDate {
    border: medium none;
    float: left;
    width: 25%;
}
.e3pagetemplate .WeaAtGlance .AGPic {
    float: right;
    text-align: right;
    width: 25%;
}
.e3pagetemplate .WeaAtGlance .AGTemp {
    float: right;
    text-align: center;
    width: 50%;
}
.e3pagetemplate .WeaAtGlance .AGCast {
    float: right;
    text-align: center;
    width: 50%;
}
.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 {
    margin: 0 -10px;
    padding: 10px;
}
.e3pagetemplate .CalAtGlance .AltCont, .e3pagetemplate .CalAtGlance .AltLink, .e3pagetemplate .EveAtGlance .AltLink {
}
.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;
}
.e3pagetemplate .WeaAtGlance .AGDay {
    font-size: 13px;
    width: 100%;
}
.e3pagetemplate .WeaAtGlance .AGPic img {
    height: auto !important;
    min-width: 35px;
}
.e3pagetemplate .WeaAtGlance .AGDay {
    font-size: 13px;
    width: 100%;
}
.e3pagetemplate .WeaAtGlance .AGPic img {
    height: auto !important;
    min-width: 35px;
}
.fullwidth_slideshow div {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100% !important;
    position: absolute;
    width: 100% !important;
}
.fullwidth_slideshow {
    float: left;
    height: 160px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -10;
}
.e3wrapper {
    float: left;
    width: 100%;
}

.banner > .container{
width:100%;
max-width:1500px;
}
.banner > .container{
padding:0;
}
header {
    height: 61px;
    transition: top 0.3s ease 0s;
    width: 100%;
    position: fixed;
    z-index: 200;
    /* transition: top .2s ease .5s; */
    background: #000;
    margin: 0 auto;
}
header .container {
}
.logomobile img:first-child {
    /* margin: 8px 0 16px; */
    /* max-height: 46px; */
}
.logo.logonorm {
    display: none;
}
.logo.logomobile {
}
header .WeaAtGlance {
    display: none;
}
header .MyProfile_Member {
    background: rgba(0, 0, 0, 0);
    border: medium none;
    float: right;
    height: 40px;
    margin: 15px 0 0;
    padding: 0;
    text-align: right;
    width: 10%;
}
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.6) none repeat scroll 0 0;
    left: auto;
    right: -10px;
    top: 59px;
    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: 13px;
    height: auto;
    line-height: normal;
    margin: 0;
    padding: 10px 15px;
    text-align: left;
    text-decoration: none;
    float: left;
    width: 100%;
}
header .MyProfile_Member .fullView a:hover {
    color: #dddddd;
}
header .MyProfile_Member .fullView a div {
    display: none;
}
header .arrow-down {
    border-top: 5px solid #ffffff;
}
.MyProfile_Svg svg {
    fill: #fff;
    height: 24px;
}
header .mobileloginfo.container {
    float: right;
    margin: 0;
    padding: 0;
    width: 10%;
}
header .loginfo {
    float: right;
    height: 30px;
    width: 100%;
}
header .mobile-nav-btn {
    float: left;
    height: 50px;
    margin: 15px 0 0;
    width: 10%;
}
header #menu-button {
    color: #000;
    display: block;
    height: 40px;
    padding-left: 0 !important;
}
#menu-button::before {
    display: none;
}
header #menu-button i {
    color: #fff;
    font-size: 30px;
}
header .logo {
    float: left;
    margin: 6px 0 0;
    padding: 0;
    text-align: center;
    width: 80%;
}
header .logo img {
    max-height: 45px;
    max-width: 79%;
}
.mobile-login {
    color: #333333;
    float: right;
    font-size: 30px;
    margin: 10px 0 0;
    width: 10%;
}
header nav {
    background: #000;
}
.mobile-login .signoutLink {
    color: #ffffff;
    display: block;
    float: right;
}
.currentUserLabelText {
    display: none;
}
.mobile-nav-btn {
    float: left;
}
#main-menu {
    box-shadow: none;
}
#main-menu li, #main-menu a {
    border-radius: 0;
    border-top: medium none;
    font-size: 14px;
    letter-spacing: normal;
    color:#A3A2A2;
    text-transform:uppercase;
}
#main-menu > li >a.current {
    color:#fff;
}
#main-menu > li > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #A3A2A2;
    text-shadow: none;
}
#main-menu ul {
    background: #1C1C1C none repeat scroll 0 0;
}
#main-menu ul ul {
    background: #1C1C1C none repeat scroll 0 0;
}
#main-menu > li > ul > li a, #main-menu > li > ul > li > ul > li > ul > li a {
    color: #A3A2A2;
}
#main-menu ul ul ul {
    background: #1C1C1C none repeat scroll 0 0;
}
#main-menu > li > ul > li > ul > li > ul > li a {
    color: #A3A2A2;
}
#main-menu .sub-arrow {
    background: #1C1C1C;
    border-radius: 0;
    color: #A3A2A2;
    width: 42px;
}
.logo_wrap {
    float: left;
    text-align: center;
    width: 90%;
}
.banner {
    margin: 61px 0 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all .3s ease;
}
.breadcrumbs {
    display: none;
}

.menu-button2 {
}
.page-content-top {
    display: none;
}
.page-content {
    clear: both;
    /* float: left; */
    margin: 0;
    padding: 0;
    margin: 0 auto;
}
.page-content img {
    max-width: 100%;
    position: relative;
}
.page-content > .container {
    padding: 30px 0;
    width: 100%;
    background: rgba(255,255,255,.8);
    max-width: 1170px;
}
footer {

box-sizing: border-box;

color: #ffffff;

float: left;

font-size: 15px;

line-height: 24px;

background: rgba(0,0,0,.5);

padding: 0 0 31px;

text-align: center;

width: 100%;
}
.footer .container {
    padding: 0;

}
.footer-mid {
    font-size: 15px;
    line-height: 24px;
    padding: 20px 0 40px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
}
.footer-mid .container {
    padding: 0;
    flex-wrap: wrap;
}
.fa > span {
    display: none;
}
.footer-mid > img {
}
.footer-mid img {
    max-height: 90px;
    max-width: 100%;
    margin: 10px 0 20px;
}
.footer-bot {
}
.fcol1, .fcol2, .fcol3 {
    margin: 0 0 30px;
}
.footer-mid a {
    color: #fff;
    transition: all 0.3s ease 0s;
}

footer .fa {
    font-size: 16px;
    margin: 10px 7px 0;
}
.poweredby {
    clear: both;
    display: inline-block;
    font-size: 24px;
    text-align: center;
}
.poweredbylink {
    color: #292929;
    font-size: 12px;
    text-decoration: none;
}
.footer-bot a {
    color: #95989A;
    text-decoration: none;
}
.fwrap2 {font-size: 12px;display: inline-block;}
.fwrap3 {

}
.fwrap1 {
    margin: 0px 0 20px;
    font-size: 18px;
    font-family: 'EB Garamond', serif;
}

@media (min-width: 768px) {
header {
    height: 114px;
    position: absolute;
}
header .mobile-nav-btn {
    margin: 9px 0 0;
}   
header .logo {
    position:absolute;
    left:50%;
    transform:translateX(-50%);
}
header .logo img {
    max-height: none;
    max-width: none;
}
.head-contact {
    float: left;
}
.headsocial {
    display: block;
    float: right;
    width: auto;
    letter-spacing: 3px;
    margin: 0 0 0 10px;
}

header .MyProfile_Member {
    /* height: 26px; */
    margin: 27px 15px 0 0;
    order: 4;
    width:auto;
    border: 1px solid #000;
    padding: 3px 15px;
}

header .MyProfile_Member {
    margin: 0;
    border: none;
}
header.fixed .MyProfile_Member {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
header .MyProfile_Member .MyProfile_Name {
    color: #A3A2A2;
    display: inline-block;
    font-size: 13px;
    width: auto;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    /* height: 28px; */
    margin: 0;
}
header .MyProfile_Member .arrow-down {
    border-top-color: #ffffff;
    margin: 11px 0 0 8px;
    display: inline-block;
}
.MyProfile_Svg svg {
    fill: #fff;
    height: 30px;
}
header .MyProfile_Member .fullView {
    left: auto;
    right: 0;
    top: 63px;
}
header .MyProfile_Member .MyProfile_FullMain {
}
header .MyProfile_Member .fullView a {
    color: #ffffff;
}
header .MyProfile_Member .fullView a:hover {
    color: #dddddd;
}
header .MyProfile_Member .fullView a div {
}
.MyProfile_SignedOut .MyProfile_Svg {
    display: none;
}
.MyProfile_Svg {
    float: left;
}
.MyProfile_SignedOut {

}
.banner {
    margin: 115px 0 0 0;
}

.footer-mid .container {
}
.footer-mid {
    font-size: 14px;
    line-height: 27px;
    padding: 19px 0 0;
    max-height: 211px;
}
.footer-mid img {
    vertical-align: middle;
}
footer h1 {
    font-size: 20px;
    margin: 20px 0;
}
footer p {
    font-size: 14px;
    padding: 3rem;
    text-align: center;
}
.footerlinks {
    display: inline-block;
    float: none;
    margin: 0 20px;
}
.fcol1, .fcol2, .fcol3 {
    margin: 0;
}

.footer-bot {
    text-align: center;
}

.fwrap2 div:first-child {
    text-align: left;
}

.fwrap2 div:last-child {
    text-align: right;
}

.fwrap2 {
    text-align: center;
    order: 2;
    padding: 10px 0 0;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    justify-content: center;
}

.fwrap3 {
    margin: 17px 0 20px;
    align-items: center;
}
.fwrap1 {
    order: 1;
    align-items: center;
    }

    .fwrap4 {
    text-align: center;
}
.fwrap4 div:first-child {
    text-align: left;
    padding: 0;

}

.fwrap4 div:last-child {
    text-align: right;
    padding: 0;
    float: right;
    clear: none;
}

}
@media (min-width: 1025px) {
    body {
}
header {
    height: auto;
    position: relative;
    box-shadow: 0 -39px 0 0 #000  inset;
    border: none;
    background: rgba(0,0,0,.5);
}
header .container {
    padding: 0;
}
header .MyProfile_Member .fullView {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    left: auto;
    right: -10px;
    top: 66px;
    width: 190px;
}
header .logo {
    float: left;
    margin: 17px 0 15px;
    padding: 0;
    text-align: center;
}

.e3wrapper {
    position: relative;
}

.container {
}
.client-search-area {
    display: block;
    float: right;
}

.logo_wrap {
    width: auto;
}
.MyProfile_Svg {
}
.MyProfile_Svg svg {
    height: 20px;
    float:right;
}
.mobile-login .signoutLink {
    display: none;
}
.currentUserLabelText {
    color: #ffffff;
    display: inline-block;
    float: right;
    font-size: 12px;
    margin: 5px 0 0 20px;
}
.cmsdesklink {
    color: #ffffff;
    display: inline-block;
    float: right;
    font-size: 16px;
    order: 3;
    letter-spacing: normal;
    margin: 35px 10px 0;
    text-decoration: none;
}
header .logo {
    clear: none;
    float: left;
    margin: 6px 0 0;
    position: relative;
    text-align: left;
    order: -1;
    left: 0;
    left: 50%;
    width: auto;
    text-align: center;
    /* position: absolute; */
}
.logo.logonorm {
    display: none;
}
.logo.logomobile {
}
div#divMainMenu {
    order: 0;
    width: 100%;
    height: 47px;
    float: left;
    clear: both;
}

header nav {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    clear: none;
    /* float: right; */
    margin: 8px auto 0;
    max-width: 1170px;
    width: 100%;
    float: left;
}
header .mobile-nav-btn {
    display: none;
}
nav {
    display: block;
    margin: 0 auto;
    /* width: auto !important; */
}
#main-menu > li > a.current {
color:#fff;
}
#main-menu {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
    clear: none;
    display: table !important;
    margin: 0 auto;
    white-space: nowrap;
    /* float: right; */
    width: auto;
}
#main-menu li, #main-menu a {
    border: medium none;
    border-radius: 0;
    font-size: 16px;
    text-shadow: none;
    font-style: normal;
    text-transform: uppercase;
}
#main-menu > li {
    display: inline-block;
    float: none;
}
#main-menu > li > a {
    color: #A3A2A2;
    padding: 8px 17px 8px;
}
#main-menu ul a {text-align:left;}
#main-menu > li > a:hover, #main-menu > li > a.highlighted {
    color: #fff !important;
}
#main-menu > li > ul::after {
    background: rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    top: -20px;
    width: 100%;
}
#main-menu ul {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    left: auto !important;
    padding: 0;
}
#main-menu ul a:hover, #main-menu a.highlighted {
    background:none;
    color: #fff;

}
#main-menu ul ul {
    background: rgba(0,0,0,.8);
}
#main-menu ul ul > li {
}
#main-menu > li > ul > li a {
    color: #A3A2A2;
    padding: 5px 10px;
    background: #000;
}
#main-menu > li > ul > li > ul > li a {
    color: #A3A2A2;
        background: #000;

}
#main-menu > li > ul > li > ul > li > ul > li a {
    color: #A3A2A2;
        background: #000;

}
#main-menu ul ul > li a {
    color: #A3A2A2;
        background: #000;

}
#main-menu > li > ul > li > ul {
    left: 0 !important;
    right: auto !important;
    background: rgba(0,0,0,.8);
}
#main-menu ul ul ul {
    background: rgba(0,0,0,.8);
    box-shadow: 0 0 0 265px rgba(0, 0, 0, 0.15) inset;
} 
#main-menu .sub-arrow {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #644e35;
    border-image: none;
    border-style: none solid solid none;
    border-width: medium 2px 2px medium;
    height: 10px;
    left: auto;
    margin: 0 0 0 12px;
    position: absolute;
    right: 0 !important;
    text-align: right;
    display: none;
    top: 41px;
    transform: rotate(45deg);
    width: 10px;
}
.banner {
    margin: 97px 0 0 0;
    margin: 0;
}
header .MyProfile_Member {
    position: absolute;
    right: 30px;
}

.banner-text {
    padding: 70px 0;
    font-size: 61px;
}


.breadcrumbs {
    display: block;
    position: absolute;
    bottom: 34%;
    color: #fff;
    width: 100%;
    font-style: italic;
    max-width: 1170px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 58px;
    letter-spacing: .02em;
}
.breadcrumbs a{
    display: none;
}
.breadcrumbs span {
    padding: 0px 0 10px;
    border-bottom: 2px solid #fff;
    margin: 0 0 0 32px;
}
.page-content {
    padding: 30px 0 50px;
}
}
@media (min-width: 1200px) {
}
.EditMode header .container {
    display: block;
}
.EditMode .banner {
    margin: 97px 0 0 0;
    z-index: 9999;
    overflow: visible;
}
.banner .container > img {
    width: 200%;
    transform: translateX(-25%);
}
@media (min-width: 768px) {

.banner .container > img {
    width: 150%;
    transform: translateX(-15%);
}
footer {
    margin: 40px 0 0;
}
}
@media (min-width: 1025px) {

.banner .container > img {
    width: 100%;
    transform: translateX(0%);
}
}