@charset "utf-8";
body {
    margin: 0px;
    font-family: 'Nunito', sans-serif;
    color: #6b6b6b;
    font-size: 15px;
    line-height: 1.5;
    background: #272726;
}
a, a:hover, a:active, a:focus {
	cursor:pointer;
	outline:1px solid transparent;
}
a:active, a:focus {
	outline: 1px solid #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}
.e3pagetemplate {
    color: #6b6b6b;
    font-size: 15px;
}

.e3pagetemplate a {
    color: #be940e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
    color: #be940e;
    margin: 0;
}

a.e3-button {
    background: #be940e;
    border: 1px solid #be940e;
    border-radius: 0;
    color: #fff;
}

a.e3-button:hover {
    background: #fff;
    color: #be940e;
}

img {
    border: none;
}

.MainInformationTable {
    width: 100%;
}

.EditableImageEdit .ImageSelectorHeader,
.EditableImageEdit .EditableTextTitle {
    position: relative;
    z-index: 9999;
}

.EditMode header {
    position: relative;
    z-index: 0;
}

.fa > span {
    display: none;
}

header {
    background: #fff none repeat scroll 0 0;
    float: left;
    height: 75px;
    transition: top 0.3s ease 0s;
    width: 100%;
    z-index: 200;
    position: fixed;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.45);
}

header .mobile-nav-btn {
    float: left;
    height: 30px;
    margin: 15px 0 0;
    width: 10%;
    position: relative;
    z-index: 5;
}

header #menu-button {
    color: #000;
    display: block;
    height: 40px;
    padding-left: 0 !important;
}

#menu-button::before {
    display: none;
}

header #menu-button i {
    font-size: 30px;
}

header nav {
    background: #be940e none repeat scroll 0 0;
    font-family: 'Nunito', sans-serif;
    color: #2a2a2a;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.33);
}

.mobile-nav-btn {
    float: left;
}

#main-menu {
    box-shadow: none;
}

#main-menu li,
#main-menu a {
    border-radius: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    border: none;
}

#main-menu > li > a {
    background: #be940e none repeat scroll 0 0;
    color: #2a2a2a;
    text-shadow: none;
    font-family: 'Nunito', sans-serif;
}

#main-menu a.current {
    background: transparent;
    color: #fff;
}

#main-menu ul a.current {
    background: #b18a0c;
    color: #fff;
}

#main-menu ul a {
    background: #b18a0c none repeat scroll 0 0;
    color: #2a2a2a;
}

#main-menu > li > ul > li a {
    color: #2a2a2a;
    background: #b18a0c none repeat scroll 0 0;
    font-family: 'Nunito', sans-serif;
}

#main-menu > li > ul > li > ul > li a {
    color: #2a2a2a;
    background: #b18a0c none repeat scroll 0 0;
    font-family: 'Nunito', sans-serif;
}

#main-menu .sub-arrow {
    background: #b18a0c none repeat scroll 0 0;
    color: #fff !important;
    width: 42px;
}

header .MyProfile_Member {
    background: transparent;
    border: medium none;
    float: right;
    height: 35px;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 10%;
}

.MyProfile_Svg {
    color: #000;
    float: right !important;
    margin: 15px 0 0 10px !important;
    width: 30px !important;
    height: 30px !important;
}

.MyProfile_Svg svg {
    fill: currentcolor;
}

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.8) none repeat scroll 0 0;
    left: auto;
    right: -10px;
    top: 75px;
    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;
    width: 100%;
}

header .MyProfile_Member .fullView a:hover {
    color: #e2e2e2;
}

header .MyProfile_Member .fullView a div {
    display: none;
}

header .arrow-down {
    border-top: 5px solid #fff;
}

.cmsdesklink {
    display: none;
}

header .logo {
    float: left;
    height: 55px;
    left: 50%;
    margin: 11px auto 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 80%;
    display: block;
}

header .logo img {
    max-height: 55px;
}

.banner {
    clear: both;
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
    top: 75px;
}

.fullwidth-image {
    float: left;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
    z-index: -10;
}

.fullwidth-image img {
    height: auto;
    left: 50%;
    overflow: hidden;
    position: relative;
    transform: translateX(-40%);
    width: 200%;
}

.EditMode .banner {
    z-index: 1;
    position: relative;
}

.EditMode .fullwidth-image {
    position: relative;
    z-index: 5;
    height: 210px;
    overflow: hidden;
}

.page-content {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    top: 75px;
}

.page-content .container {
    padding: 32px 0 54px;
}

footer {
    float: left;
    width: 100%;
    position: relative;
    top: 75px;
}

.footer-top {
    clear: both;
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
    font-size: 14px;
    color: #fff;
    padding: 24px 15px;
}

.footer-top a {
    color: #fff;
    text-decoration: none;
}

.footer-top > .container {
    padding: 0;
    width: 100%;
}

.ft-sitemap {
    text-align: center;
    padding: 20px 0;
}

a.ft-sitemap-link {
    clear: both;
    float: left;
    text-align: center;
    width: 100%;
}
.footer-top .ft-sitemap {
}
.ft-sitemap .CMSSiteMapList {
	float:left;
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
}
.ft-sitemap .CMSSiteMapListItem {
	list-style:none;
	display:inline-block;
	margin: 0 8px;
}
/*.CMSSiteMapListItem:last-child {
	margin-right:0;
	padding-right:0;
	border-right:none;
} */
.ft-logo {
    text-align: center;
    padding: 6px 0;
    float: left;
}

.ft-logo img {
    max-width: 100%;
}

.ft-copyright {
    text-align: center;
    padding: 10px 0;
}

.ft-addy {
    text-align: center;
    padding: 20px 0;
}

.ft-social {
    text-align: center;
    padding: 0 0 20px;
}

.ft-social .fa {
    padding: 0 8px;
    font-size: 24px;
}

.poweredby {
    text-align: center;
}

.poweredbylink {
    font-size: 12px;
}

@media (min-width: 768px) {
    header {
        position: relative;
        background: #fff;
        box-shadow: none;
        /*height: 134px;*/
        height: 104px;
    }
    header .logo {
        margin: 22px auto 0;
        height: 95px;
    }
    header .logo img {
        max-height: 95px;
    }
    .cmsdesklink {
        display: block;
        float: right;
    }
    /*my profile */
    header .MyProfile_Member {
        background: transparent;
        border: 0;
        color: #fff;
        float: right;
        height: auto;
        margin: 5px 2% 0 0;
        padding: 0;
        position: absolute;
        right: 0;
        width: auto;
        z-index: 5;
    }
    .MyProfile_Member .MyProfile_SignedIn {
        background: #fff;
        padding: 8px 16px;
    }
    .MyProfile_SignedIn .MyProfile_Name {
        color: #be940e;
    }
    .MyProfile_SignedIn .MyProfile_Svg {
        color: #be940e;
    }
    .MyProfile_SignedIn .arrow-down {
        border-top-color: #be940e;
    }
    .MyProfile_Member .MyProfile_SignedOut {
        background: #be940e;
        padding: 8px 16px;
    }
    .MyProfile_SignedOut .MyProfile_Name {
        color: #fff;
    }
    .MyProfile_SignedOut .MyProfile_Svg {
        color: #fff;
    }
    .MyProfile_SignedOut .arrow-down {
        border-top-color: #fff;
    }
    .MyProfile_Svg {
        color: #fff;
        float: left !important;
        margin: 5px 10px 0 0 !important;
        width: 20px !important;
        height: 20px !important;
    }
    .MyProfile_Svg svg {
        fill: currentcolor;
    }
    header .MyProfile_Member .MyProfile_Name {
        text-transform: uppercase;
        display: inline-block;
        font-size: 15px;
        font-weight: normal;
        height: auto;
        line-height: 2;
        text-shadow: none;
        width: auto;
    }
    header .MyProfile_Member .arrow-down {
        display: inline-block;
        margin: 12px 5px 0 8px;
    }
    header .MyProfile_Member .fullView {
        background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
        left: auto;
        right: 0;
        top: 48px;
    }
    header .MyProfile_Member .MyProfile_FullMain {}
    header .MyProfile_Member .fullView a {
        color: #fff;
    }
    header .MyProfile_Member .fullView a:hover {
        color: #fff;
    }
    header .MyProfile_Member .fullView a div {}
    .banner {
        top: 0;
    }
    .fullwidth-image img {
        left: 0;
        transform: translateX(0);
        width: 100%;
    }
    .page-content {
        top: 0;
    }
    .page-content > .container {
        padding: 62px 0 74px;
    }
    footer {
        top: 0;
    }
    .footer-top {
        padding: 24px 0;
    }
    a.ft-sitemap-link {
        margin: 0 26px;
        clear: none;
        width: auto;
        float: none;
    }
    .bigtitle {
        font-size: 5em;
    }
}

@media (min-width: 1025px) {
    header {}
    header .logo {
        left: 0;
        position: absolute;
        transform: translateX(0);
        width: 86px;
        margin: 14px 0 0 2%;
        height: 90px;
        z-index: 10;
    }
    header .logo img {
        max-height: 90px;
    }
    header .mobile-nav-btn {
        display: none;
    }
    #divMainMenu {
        position: relative;
        z-index: 5;
    }
    header nav {
        background: transparent none repeat scroll 0 0;
        box-shadow: none;
        clear: none;
        float: left;
        font-family: 'Nunito', sans-serif;
        left: 0;
        padding: 0;
        position: relative;
        text-align: center;
        width: 100%;
    }
    #main-menu {
        background: transparent none repeat scroll 0 0;
        box-shadow: none;
        clear: none;
        display: table !important;
        white-space: nowrap;
        width: auto;
        margin: 0 auto;
        font-family: 'Nunito', sans-serif;
    }
    #main-menu li,
    #main-menu a {
        border: medium none;
        border-radius: 0;
        font-size: 15px;
    }
    #main-menu > li {
        display: inline-block;
        float: none;
    }
    #main-menu > li > a {
        background: transparent;
        color: #000;
        padding: 39px 15px;
        font-family: 'Nunito', sans-serif;
        border: 1px solid transparent;
        border-bottom: 4px solid transparent;
        margin: 0 0 16px;
    }
    #main-menu a.hover {
        color: #be940e;
    }
    #main-menu a.current {
        color: #be940e;
    }
    #main-menu > li > a:hover {
        background: transparent none repeat scroll 0 0;
        color: #be940e !important;
        border-bottom: 4px solid #be940e;
        margin: 0 0 16px;
    }
    #main-menu ul {
        background: transparent;
        border: medium none;
        border-radius: 0;
        box-shadow: none;
        left: auto !important;
        padding: 0;
        font-family: 'Nunito', sans-serif;
    }
    #main-menu ul a.current {
        color: #be940e;
        background: #fff;
    }
    #main-menu ul a:hover,
    #main-menu ul a.highlighted {
        color: #be940e;
    }
    #main-menu ul ul > li {
        background: #fff none repeat scroll 0 0;
        color: #000;
    }
    #main-menu > li > ul > li a {
        background: #fff none repeat scroll 0 0;
        color: #000;
        text-align: left;
        font-family: 'Nunito', sans-serif;
    }
    #main-menu > li > ul > li > ul > li a {
        background: #fff none repeat scroll 0 0;
        color: #000;
        text-align: left;
        font-family: 'Nunito', sans-serif;
    }
    #main-menu ul ul > li a {
        color: #000;
        font-family: 'Nunito', sans-serif;
    }
    #main-menu > li > ul > li > ul {
        left: 0 !important;
        right: auto !important;
    }
    #main-menu > li > ul > li > ul > li > ul > li a {
        background: #fff none repeat scroll 0 0;
        color: #000;
        text-align: left;
        font-family: 'Nunito', sans-serif;
    }
    #main-menu > li > ul > li > ul > li > ul > li ul > li a {
        background: #fff none repeat scroll 0 0;
        color: #000;
        text-align: left;
        font-family: 'Nunito', sans-serif;
    }
    #main-menu .sub-arrow {
        display: none;
    }
    /*#main-menu > li > a .sub-arrow {
        border-color: #fff transparent transparent transparent;
        display: inline-block;
        margin: 0;
        background: transparent;
        float: right;
        left: auto;
        right: 0;
        width: 0;
        border-width: 5px;
        bottom: 12px;
    }*/
}

@media (min-width: 1200px) {}

.quotetext {
    font-family: 'Lora', serif;
    line-height: 1.3;
    font-style: italic;
}
