﻿/* FONTS */
@font-face {
    font-family: 'Reader-Pro';
    font-weight: normal;
    font-style: normal;
    src: url(fonts/ReaderPro-Regular.ttf) format('truetype');
}
/* GLOBAL */
body {
    font-family: 'Reader-Pro', sans-serif;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.container {
    max-width: 1140px !important;
}
img {
    max-width: 100%;
}
a:hover {
    color: #007bff;
}
/*
a:visited {
    color: #7c4dff;
}
*/
a.button1, a.button2, .button1 a, .button2 a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    padding: 6px 28px;
    border: 2px solid #A30E3E;
    background: #A30E3E;
    transition: all ease-in-out .2s;
}
a.button2, .button2 a {
    display: inline-block;
    background: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 28px;
    border: 2px solid #FFF;
    transition: all ease-in-out .2s;
}
a.button3, .button3 a {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    background: none;
    padding: 6px 28px;
    border: 2px solid #000;
    transition: all ease-in-out .2s;
}
a.button1:hover, .button1 a:hover {
    text-decoration: none;
    padding: 6px 28px;
    background: #8a0c34;
    border: 2px solid #8a0c34;
}
a.button2:hover, .button2 a:hover {
    color: #000;
    border: 2px solid #000;
    text-decoration: none;
    background: #FFF;
}
a.button3:hover, .button3 a:hover {
    color: #FFF;
    text-decoration: none;
    background: #000;
}
/* HEADER */
header {
    position: relative;
    margin: 0 15px;
    z-index: 999;
}
header .container {
    background: #FFF;
}
a.logo {
    float: left;
    display: block;
    text-indent: -9999px;
    width: 209px;
    height: 104px;
    background: url(images/logo.jpg);
}
.headerRight {
    text-align: right;
    padding: 15px 15px 0;
    margin-bottom: 19px;
    height: 39px;
}
.eyebrow, .login {
    display: inline-block;
}
.eyebrow ul, nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.eyebrow ul li, nav ul li {
    display: inline-block;
}
.eyebrow ul li {
    padding: 0 20px;
}
.eyebrow a {
    font-size: 14px;
    color: #000;
}
.headerBot {
    background: #0A0A09;
}
.searchHolder {
    float: right;
}
.btnSearch {
    display: inline-block;
    background: #A30E3E;
    padding: 9px 14px;
    transition: all ease-in-out .2s;
}
.btnSearch:hover {
    text-decoration: none;
}
.btnSearch:after {
    content: '\f002';
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    font-weight: 900;
    color: #FFF;
    display: inline-block;
}
.btnSearch.active:after {
    content: '\f00d';
    padding: 0 4px;
}
.search {
    position: absolute;
    top: 104px;
    max-width: 1140px;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 0px;
    overflow: hidden;
    text-align: center;
    background: #A30E3E;
    transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    z-index: 9998;
}
.search.active {
    height: 68px;
}
/* HOME */
.home h2 {
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
}
.what, .member, .emergency {
    background: url(images/rowBG.jpg) no-repeat;
    background-size: cover;
}
.what .container {
    max-width: 550px !important;
}
.what h2, .join h2, .upcoming h2 {
    text-align: center;
}
.what h2, .homeCta h2 {
    padding-top: 5px;
    border-top: 2px solid #A30E3E;
}
.homeCta {
    color: #FFF;
    position: relative;
    overflow: hidden;
}
.homeCta .container {
    position: relative;
    z-index: 999;
}
.homeCtaBG {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(images/ctaBG.jpg) no-repeat center center;
    background-size: cover;
    transform: scale(1.1);
    filter: blur(3px);
    z-index: 998;
}
.homeCta:before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.55);
    z-index: 999;
}
.join, .upcoming {
    color: #FFF;
    background: #a30e3e;
}
.upcoming a {
    color: #FFF;
}
.upcoming h3 {
    padding-bottom: 5px;
    margin: 15px 0;
    border-bottom: 2px solid #CCC;
}
.upcoming ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.upcoming ul li:before {
    display: none;
}
.upcoming .sfContentBlock ul li a:after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    display: inline-block;
    margin-left: 5px;
}
.memberTxt {
    font-weight: 900;
    font-style: italic;
}
.memberTxt img {
    margin-bottom: 20px;
}
.homeBoxes {
    color: #FFF;
    background: #a30e3e;
}
main.l2 .homeBoxes h2 {
    text-align: left;
    padding-top: 0;
    border-top: 0;
}
.ctaBlockBG {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    min-height: 350px;
    height: 100%;
}
/* L2 */
main.l2 .content .container {
    margin: 0 auto;
}
.rowBG, .rowRed {
    padding: 48px 0 !important;
}
.rowBG {
    background: url(images/rowBG.jpg) no-repeat;
    background-size: cover;
}
.rowRed {
    color: #FFF;
    background: #a30e3e;
}
main.l2 h2 {
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    padding-top: 5px;
    border-top: 2px solid #A30E3E;
}
/* L3 */
main.l3 {
    background: #dad9d9;
}
main.l3 h1 {
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
main.l3 h2, main.l3 h3, main.l3 h4 {
    font-weight: bold;
}
main.l3 h3 {
    font-size: 21px;
    color: #3e3e3e;
    text-transform: uppercase;
}
main.l3 h4 {
    font-size: 18px;
}
main .sfContentBlock ul li, main .sfContentBlock ol li {
    margin: 0 0 15px 0;
    padding-left: 5px;
}
main .sfContentBlock ul li {
    list-style: none;
}
main .sfContentBlock ul li:before {
    content: '\f054';
    color: #A30E3E;
    font-family: "Font Awesome 5 Free";
    margin-left: -20px;
    float: left;
    font-weight: 900;
}
.bcrumbs {
    color: #FFF;
    background: #000;
}
.bcrumbs .RadSiteMap .rsmFlow {
    padding-bottom: 0;
}
.bcrumbs .RadSiteMap_Default {
    color: #FFF;
}
.bcrumbs a {
    color: #FFF !important;
}
.bcrumbs a:hover {
    color: #FFF !important;
    text-decoration: underline;
    background: none !important
}
.leftNav {
    float: left;
    width: 300px;
    padding: 15px;
    border-top: 8px solid #A30E3E;
    background: #FFF;
}
.leftNav h3 {
    font-size: 26px;
    text-transform: uppercase;
}
.contentHolder {
    margin-left: -300px;
    width: 100%;
    float: right;
}
.contentLiner {
    margin-left: 330px;
    background: #FFF;
    padding: 30px;
}
/* FOOTER */
footer {
    color: #FFF;
    text-transform: uppercase;
    background: #3e3e3e;
}
.footLogo {
    background: url(images/footLogo.jpg) no-repeat top center;
}
a.footLink {
    display: inline-block;
    width: 158px;
    height: 80px;
    margin-bottom: 20px;
}
.footSocial a {
    font-size: 0px;
    margin: 0 8px;
}
.footSocial a:before {
    font-family: "Font Awesome 5 Brands";
    font-size: 34px;
    font-weight: 900;
    color: #FFF;
    display: inline-block;
    text-transform: none;
    transition: all ease-in-out .2s;
}
a.tw:before {
    content: '\f081';
}
a.fb:before {
    content: '\f09a';
}
a.yt:before {
    content: '\f431';
}
a.in:before {
    content: '\f08c';
}
a.ig:before {
    content: '\f16d';
}
a.tw:hover:before {
    color: #1DA1F2;
}
a.fb:hover:before {
    color: #3b5998 ;
}
a.yt:hover:before {
    color: #c4302b ;
}
a.ig:hover:before {
    color: #833AB4;
}
a.in:hover:before {
    color: #0077B5;
}
/* RWD */
@media only screen and (max-width: 1330px) {
    main.l2 .content .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 1330px) {
    nav li a {
        padding: 15px 9px;
    }
}

@media only screen and (max-width: 1120px) {
	
	header {

    margin: 0 8px;
}
    nav .k-menu .k-item>.k-link {

    padding: 16px 8px;
	}
}
@media only screen and (max-width: 1012px) {
    nav {
        display: none;
    }
    a.btnRwd {
        display: inline-block !important;
    }
}
@media only screen and (max-width: 992px) {
    .eyebrow {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .leftNav {
        display: none;
    }
    .contentHolder {
        margin-left: 0;
        float: none;
    }
    .contentLiner {
        margin-left: 0;
    }
}
@media only screen and (max-width: 575px) {
    a.logo {
        float: none;
        margin: 0 auto;
    }
    header {
        margin: 0;
    }
    .headerRight {
        text-align: center;
        height: auto;
    }
    .search {
        top: 208px;
    }
}
/* BACKEND OVERRIDES */
.sfPageWrapper .headerRight {
    height: auto;
}
.sfPageWrapper .sidr {
    width: auto !important;
    position: relative;
    top: auto;
    left: auto !important;
}
.sfPageWrapper .search {
    top: auto;
    position: relative;
    height: auto;
}