﻿/*
    1) GENERAL
    2) CARDS
    3) ROWS / BACKGROUNDS / BOXES
    4) LAYOUT FLEX
    5) HEADER
    6) HOME
    7) L2
    8) L3
    9) FOOTER
   10) RWD
*/

/* GENERAL */
body {
    font-family:'Helvetica Neue LT W05_55 Roman', san-serif;
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    background: #282828;
}
.container {
    max-width: 1300px !important;
}
img {
    max-width: 100%;
}
a {
    color: #000;
}
main.l3 a {
    color: #5c2946;
    text-decoration: underline;
}
main.l3 a:hover {
    text-decoration: none;
}
a:hover {
    color: inherit;
}
a.button, .button a, a.button2, .button2 a, a.button3, .button3 a, a.button4, .button4 a, a.sfSubmitBtn  {
    display: inline-block;
    font-weight: 600;
    color: #004d42;
    text-align: center;
    padding: 10px 20px;
    margin: 0 5px;
    background: #FFF;
    transition: all ease-in-out .2s;
}
main a.button {
    color: #FFF;
    text-decoration: none;
    padding: 10px 50px;
    background: #5c2946;
}
main a.button2, main .button2 a {
    color: #FFF;
    text-decoration: none;
    padding: 10px 50px;
    background: #009982;
}
main a.button3, main .button3 a, main .gray a.button, .gray .button a, .card a.button, .card .button a, a.sfSubmitBtn {
    color: #333;
    text-decoration: none;
    padding: 10px 50px;
    background: #bdbdbd;
}
main a.button4, main .button4 a {
    color: #000;
    text-decoration: none;
    padding: 8px 48px;
    background: none;
    border: 2px solid #000;
}
a.button.sm, .button.sm a, a.button2.sm, .button2.sm a, a.button3.sm, .button3.sm a, a.button4.sm, .button4.sm a, a.sfSubmitBtn.sm  {
    font-weight: normal;
    padding: 5px;
}
.purple a.button, .purple .button a, .ctaBox a.button, .card.style6 a.button {
    background: #FFF;
    color: #5c2946 !important;
}
.green a.button, .green .button a {
    background: #FFF;
    color: #004d42;
}
.green2 a.button, .green2 .button a, .card.style5 a.button {
    background: #FFF;
    color: #00907b !important;
}
.card.style7 a.button {
    background: #bdbdbd;
}
.noBox a.button {
    color: #FFF;
    text-decoration: none;
    padding: 8px 48px;
    background: none;
    border: 2px solid #FFF;
}
main a.button:hover, main .button a:hover, main a.button2:hover, main .button2 a:hover, main a.button3:hover, main .button3 a:hover, main a.button4:hover, main .button4 a:hover, a.sfSubmitBtn:hover {
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 1px 5px 3px -1px rgba(0,0,0,.3);
}
a.more {
    padding: 0 30px;
}
a.more:after {
    content: '\f360';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: 5px;
}
a.anchor {
    display: block;
    position: relative;
    top: -117px;
    visibility: hidden;
}
.headGreen h2 {
    color: #004d42;
}
.headPurple h2 {
    color: #5c2946;
}
.tableWrap {
    overflow-x: auto;
}
.sfContentBlock table {
    width: 100%;
    white-space: normal;
    margin-bottom: 20px;
    border: 1px solid #CCC;
}
.sfContentBlock table td {
    width: auto !important;
    padding: 10px;
    border: 1px solid #CCC;
}
.sfContentBlock table tr:nth-child(even) td {
    background: #F1F1F1;
}
.mobile {
    display: none;
}
/* CARDS */
.card {
    color: #333;
    padding: 20px 15px;
    border-radius: 0;
    border-width: 2px;
    margin-bottom: 30px;
}
.card.noBot {
    margin-bottom: 0;
}
.card a {
    color: #333;
}
.card:before {
    content: '';
    height: 15px;
    margin: -22px -17px 20px -17px;
    background: url(images/bgBorders.jpg) repeat-x;
}
.card.style2:before {
    background-position-y: -15px;
}
.card.style3:before {
    background-position-y: -30px;
}
.card.style4:before {
    background-position-y: -45px;
}
.card.style5 {
    color: #FFF;
    border: none;
    background: url(images/bgCard.jpg);
}
.card.style6 {
    color: #FFF;
    border: none;
    background: #7b3a5f;
}
.card.style7 {
    border: none;
    background: #f1f1f1;
}
.card.style8 {
    background-position-y: -45px;
    background: #ede4e9;
}
.card.style8:before {
    background-position-y: -45px;
}
.card.style9 {
    background-position-y: -15px;
    background: #ddf0ed;
}
.card.style9:before {
    background-position-y: -15px;
}
.card.style5:before, .card.style6:before, .card.style7:before {
    display: none;
}
.card.style5 a, .card.style6 a {
    color: #FFF;
}
.card h5 {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}
.card .sfCategoriesList {
    list-style: none;
    margin: 0;
    padding: 0;
}
/*.card p:last-of-type {
    margin-bottom: 0;
}*/
h2.cardEvent {
    font-size: 32px;
    margin-bottom: 15px;
}
.cardMeta {
    font-style: italic;
}
.cardMeta span:empty {
    display: none;
}
.cardMeta span:after {
    content: ',';
    margin-right: 5px;
}
.cardMeta .sfeventMetaInfo {
    display: none;
}
/*ROWS / BACKGROUNDS / BOXES */
.row.sf_cols {
    display: block;
    padding: 1.5rem 0;
}
.row.sf_cols > .sf_colsOut {
    flex-grow: 1;
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 15px;
}
.cta {
    min-height: 375px;
}
.green {
    color: #FFF;
    background: url(images/bgGreen.jpg);
}
.green2 {
    color: #FFF;
    background: url(images/bgCard.jpg);
}
.purple {
    color: #FFF;
    background: url(images/bgPurple.jpg);
}
.purple2 {
    color: #FFF;
    background: #793c5f;
}
.green a, .green2 a, .purple a, .purple2 a {
    color: #FFF;
}
.white {
    background: #FFF;
}
.gray {
    background: #f1f1f1;
}
.imgBGWrap {
    min-height: 375px;
}
.imgBG {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat!important;
    background-position: center !important;
    background-size: cover !important
}
.eventBox {
    width: 100%;
    position: relative;
    font-size: 21px;
    padding: 15px;
    background: url(images/bgGreenBox.png);
    border: 1px solid #b7b7b7;
    z-index: 998;
}
.eventBox .button {
    font-size: 16px;
}
/* LAYOUT FLEX */
.flex {
    display: flex;
    flex: 1;
}
.flex .sf_colsOut, .flex .sf_colsOut .sf_colsIn {
    position: relative;
    display: flex;
    flex-grow: 1;
}
.flex .sfContentBlock {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
}
.vertCenter {
    height: 100%;
    display: flex;
    align-items: center;
}
.flex .sfContentBlock p:last-of-type {
    margin-top: auto;
    margin-bottom: 0;
}
.flex .sfContentBlock p:only-of-type {
    margin-top: 0;
    margin-bottom: 0;
}
/* HEADER */
header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: #FFF;
    z-index: 999;
}
.col-headL {
    flex-grow: 0;
    flex-shrink: 0;
    flex: 345px 0;
}
.col-headR {
    text-align: right;
}
a.logo {
    display: block;
    text-indent: -9999px;
    width: 345px;
    height: 102px;
    background: url(images/logo.jpg);
}
.eyebrow, .login {
    display: inline-block;
}
.eyebrow ul, .eyebrow ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.eyebrow ul li {
    display: inline-block;
    margin-right: 10px;
}
.eyebrow ul li a {
    color: #404040;
    text-decoration: underline;
}
.eyebrow ul li:nth-child(2) a:after, .eyebrow ul li:nth-child(3) a:after, .eyebrow ul li:nth-child(4) a:after {
    content: '\f360';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: 5px;
}
.eyebrow ul li a:hover {
    text-decoration: none;
}
a.hr1login {
    display: inline-block;
    color: #FFF;
    padding: 5px 12px;
    background: #004d42;
    transition: all ease-in-out .2s;
}
a.hr1login:hover {
    color: #FFF;
    text-decoration: none;
    background: #00332b;
}
#memberSection {
    color: #004d42;
    font-weight: 900;
    padding: 5px 0;
}
#memberSection a {
    display: inline-block;
    border-left: 1px solid #000;
    padding-left: 8px;
}
.loginRwd {
    display: none;
    text-align: center;
    background: #EEE;
}
nav {
    display: inline-block;
}
a.btnRwd {
   font-size: 0px;
}
a.btnRwd:before {
    content:'\f0c9';
    font-family: "Font Awesome 5 Free";
    font-size: 26px;
    font-weight: 900;
    color: #793c5f;
    display: none;
    margin-right: 15px;
}
a.btnSearch {
   font-size: 0px;
}
a.btnSearch:before {
    content:'\f002';
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    font-weight: 900;
    color: #793c5f;
    display: inline-block;
}
a.btnSearch.active:before {
    content: '\f00d';
    margin-left: 7px;
}
.search {
    display: none;
    color: #FFF;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    padding: 15px;
    background: #404040;
    z-index: 999;
}
.search.active {
    display: block;
}
/* HOME */
main.home h2 {
    font-size: 48px;
}
main.home h3 {
    font-size: 36px;
}
.dateBoxWrap {
    flex: 0 0 115px;
}
.dateBox {
    font-size: 60px;
    color: #009982;
    text-align: center;
    line-height: .9;
    padding: 5px;
    background: #FFF;
}
.dateBox span {
    font-size: 36px;
    text-transform: uppercase;
}
/* L2 */
h4.inThis {
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 20px;
}
.accr {
    color: #FFF;
}
.accr .imgBG {
    background: url(images/bgDisciplines.jpg);
}
.accr .ctaBox {
    max-width: 100%;
    margin: 0;
    display: flex;
}
.accr .ctaBox p:last-of-type {
    margin-top: auto;
    margin-bottom: 0;
}
.accr .ctaBox .sfContentBlock {
    display: flex;
    flex-direction: column;
}
.accrBox {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    padding: 30px;
    height: 100%;
    position: relative;
}
.accrBox .sfContentBlock {
    position: relative;
    z-index: 99;
}
.accrBox a {
    color: #FFF;
}
.accrBox.style1 .imgBG {
    background: url(images/bgForms.jpg);
}
.accrBox.style2 .imgBG {
    background: url(images/bgQuestions.jpg);
}
.featuredImg {
    width: 100%;
    height: 320px;
    position: relative;
    background: url(images/footLogo.jpg) no-repeat #FFF center center;
}
/* L3 */
header.l3 {
    margin-bottom: 20px;
}
header.l3:after {
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    background: url(images/bgGreen.jpg);
}
main.l3 {
    padding: 50px 0;
    background: #FFF;
}
main.l3 h2 {
    color: #5c2946;
    border-bottom: 1px solid #CCC;
    padding-bottom: .5rem;
}
main.l3 h3 {
    color: #009982;
    border-bottom: 1px solid #CCC;
    padding-bottom: .5rem;
}
main.l3 .card h2, main.l3 .card h3 {
    color: inherit;
    border: none;
    padding-bottom: 0;
}
.RadSiteMap a.rsmLink {
    font-weight: 900;
    padding: 0;
    border: none;
}
.RadSiteMap a.rsmLink:hover {
    border: none;
    background: none !important;
    text-decoration: underline;
}
span.sfBreadcrumbNodeSeparator {
    margin: 0 8px 0 14px;
}
.subNavWrap {
    position: sticky;
    top: 172px;
}
main.l3 a.btnSub {
    display: inline-block;
    font-weight: 900;
    color: #000;
    text-decoration: none;
    padding: 5px 8px;
    border: 2px solid #000;
    transition: all ease-in-out .2s;
}
main.l3 a.btnSub:after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 12px;
    margin-left: 5px;
}
main.l3 a.btnSub.active:after {
    content: '\f078';
}
main.l3 a.btnSub:hover {
    text-decoration: none;
    color: #FFF;
    background: #000;
}
.subNav {
    display: none;
}
.subNav.active {
    display: block;
    margin-top: 20px;
    border: 1px solid #CCC;
    background: #f1f1f1;
}
a#back2Top {
    display: none;
    cursor: pointer;
    position: fixed;
    color: #793c5f;
    width: 40px;
    height: 40px;
    background: #CCC;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    opacity: .7;
    transition: all ease-in-out .2s;
}
a#back2Top:before {
    content: '\f077';
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    font-weight: 900;
}
a#back2Top:hover {
    opacity: 1;
}
/* FOOTER */
footer {
    color: #FFF;
    background: url(images/bgFooter.jpg);
}
.footL {
    flex: 440px 0;
    min-height: 200px;
    border: 5px solid #50233d;
    background: url(images/footLogo.jpg) no-repeat #FFF center center;
}
.footR {
    color: #FFF;
}
.footAddress {
    line-height: 2;
}
.footR ul, .footR li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.footLinx li {
    margin: 0 10px;
}
.footR a {
    color: #FFF;
    text-decoration: underline;
}
.footR a:hover {
    text-decoration: none;
}
.footSocial a {
    font-size: 0px;
    margin: 0 8px;
    text-decoration: none;
}
.footSocial a:before {
    font-family: "Font Awesome 5 Brands";
    font-size: 30px;
    font-weight: 900;
    color: #FFF;
    display: inline-block;
    transition: all ease-in-out .2s;
}
a.tw:before {
    content: '\f099';
}
a.fb:before {
    content: '\f39e';
}
a.yt:before {
    content: '\f167';
}
a.ig:before {
    content: '\f16d';
}
a.ln:before {
    content: '\f0e1';
}
a.tw:hover:before, a.fb:hover:before, a.yt:hover:before, a.ig:hover:before, a.ln:hover:before {
    color: #05221e;
}
.footBot {
    background: #05221e;
}
/* RESPONSIVE */
@media screen and (max-width:1200px) {
    a.logo {
        width: 190px;
        background-position: 0 89px;
    }
    nav ul li {
        margin: 0 16px 0 0 !important;
    }
    nav ul > li a {
        font-size: 18px !important;
    }
}
@media screen and (max-width:992px) {
    nav, .eyebrow, .login,a.btnSearch {
        display: none;
    }
    .col-headL {
        flex: 1;
        flex-grow: 1;
        flex-shrink: 1;
    }
    .loginRwd {
        display: block;
    }
    a.btnRwd:before {
        display: inline-block;
    }
    .search .sfsearchBox {
        max-width: 80%;
    }
    a#back2Top {
        bottom: 50px;
    }
}
@media screen and (max-width:776px) {
    .sf_2cols_1_25, .sf_2cols_2_75,
    .sf_2cols_1_33, .sf_2cols_2_67,
    .sf_2cols_1_67, .sf_2cols_2_33,
    .sf_2cols_1_75, .sf_2cols_2_25,
    .sf_2cols_1_50, .sf_2cols_2_50,
    .sf_3cols_1_25, .sf_3cols_2_50, .sf_3cols_3_25,
    .sf_5cols_1_20, .sf_5cols_2_20, .sf_5cols_3_20, .sf_5cols_4_20, .sf_5cols_5_20,
    .sf_4cols_1_25, .sf_4cols_2_25, .sf_4cols_3_25, .sf_4cols_4_25,
    .sf_3cols_1_33, .sf_3cols_2_34, .sf_3cols_3_33 {
        width: auto !important;
        float: none;
    }
    .sf_colsIn  {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .flex, .vertCenter {
        display: block;
    }
    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .h-100, .card {
        height: auto !important;
    }
    main.home h2 {
        font-size: 2rem;
    }
    main.home h3 {
        font-size: 1.75rem;
    }
    .eventBox {
        font-size: 16px;
        text-align: center;
    }
    .ctaBox {
        max-width: 100% !important;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    a.button, .button a, a.button2, .button2 a, a.button3, .button3 a, a.button4, .button4 a {
        display: block;
        margin: 15px auto;
        max-width: 60vw;
    }
    input[type="submit"] {
        display: block !important;
        margin: 15px auto !important;
        width: 60vw;
    }
    .footL {
        flex: 100%;
    }
    .border-left, .border-right {
        border: none !important;
    }
    .bgBox div {
        border: none !important;
    }
    .bgBox.homepage div:nth-of-type(2):before, .bgBox.homepage div:nth-of-type(4):before, .bgBox.about div:nth-of-type(2):before , .bgBox.about div:nth-of-type(4):before, .bgBox.about div:nth-of-type(6):before {
        background: rgba(126,57,96,.9) !important;
    }
    .bgBox.homepage div:nth-of-type(3):before, .bgBox.homepage div:nth-of-type(5):before, .bgBox.about div:nth-of-type(3):before, .bgBox.about div:nth-of-type(5):before {
        background: rgba(0,144,123,.9) !important;
    }
    .owl-carousel.slider2 .owl-nav {
        display: none !important;
    }
    .owl-carousel.slider2 .owl-dots {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}
/* BACKEND OVERRIDES */
.sfPageWrapper header {
    position: relative;
}
.sfPageWrapper header.l3:after {
    display: none;
}
.sfPageWrapper .sidr.left {
    left: auto;
    position: relative;
    width: auto;
}
.sfPageWrapper .videoWrap {
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
    height: auto;
}
.sfPageWrapper .search {
    position: relative;
    display: block;
    top: auto;
}
.sfPageWrapper .mobile {
    display: block;
}
.fade:not(.show) {
    opacity: 1;
}
@media screen and (max-width:360px) {
    .welcomeName {
        display: block;
    }
    #memberSection a:first-of-type {
        border-left: 0;
    }
}
@media print {
    * {
        text-align: left !important;
        color: #000 !important;
    }
    h1, h2, h3, h4, h5, p, ul, ol {
        page-break-inside: avoid;
    }
    body {
        font-family: "Arial, san-serif" !important;
        color: #000 !important;
        margin: 25mm 25mm 25mm 25mm;
    }
    header, footer, .leftNav, .bcrumbs, .at-share-btn-elements {
        display: none;
    }
    main {
        padding-top: 0 !important;
    }
    h1, h2, h3, h4, h5 {
        text-align: left !important;
        color: #000 !important;
    }
    img {
        max-width: 500px;
        margin: 15px 0;
    }
    a {
        color: #000 !important;
        text-decoration: none !important;
    }
    a.button, a.button2, a.button3, a.button4
    .button a, .button2 a, .button3 a, .button4 a {
        display: none;
    }
    .ctaBox, .card {
        max-width: 100%;
        padding: 0;
        margin: 0;
        border: none;
        height: auto;
    }
    .ctaRow .col {
        min-height: 0;
    }
    .container, .row.sf_cols > .sf_colsOut {
        max-width: 100%;
        padding: 0 !important;
    }
    .flex, .row, .d-flex {
        display: block !important;
        padding: 0 !important
    }
    .card:before, .bgBox  {
        display: none !important;
    }
    .lines .sf_2cols_1in_50, .lines .sf_2cols_1in_33, .lines .sf_2cols_1in_67, .lines .sf_2cols_1in_25, .lines .sf_2cols_1in_75, .lines .sf_5cols_1_20 .sf_5cols_1in_20  {
        padding-right: 0;
    }
    .lines .sf_2cols_2in_50, .lines .sf_2cols_2in_67, .lines .sf_2cols_2in_33, .lines .sf_2cols_2in_25, .lines .sf_2cols_2in_75  {
        padding-left: 0;
        border-left: 0;
    }
    .lines .sf_3cols_1_33 .sf_3cols_1in_33, .lines .sf_3cols_1_25 .sf_3cols_1in_25 {
        padding-right: 0;
    }
    .lines .sf_3cols_2_34 .sf_3cols_2in_34, .lines .sf_3cols_2_50 .sf_3cols_2in_50, .lines .sf_5cols_2_20 .sf_5cols_2in_20, .lines .sf_5cols_4_20 .sf_5cols_4in_20 {
        padding: 0;
        border-left: 0;
        border-right: 0;
    }
    .lines .sf_3cols_3_33 .sf_3cols_3in_33, .lines .sf_3cols_3_25 .sf_3cols_3in_25, .lines .sf_5cols_5_20 .sf_5cols_5in_20 {
        padding-left: 0;
    }
    .lines .sf_4cols_1_25 .sf_4cols_1in_25 {
        padding-right: 0;
        border-right: 0;
    }
    .lines .sf_4cols_2_25 .sf_4cols_2in_25, .lines .sf_4cols_3_25 .sf_4cols_3in_25 {
        padding: 0;
        border-right: 0;
    }
    .lines .sf_4cols_4_25 .sf_4cols_4in_25 {
        padding-left:0;
    }
    .lines .sf_5cols_3_20 .sf_5cols_3in_20 {
        padding: 0;
    }
    .sf_2cols_1_25, .sf_2cols_2_75,
    .sf_2cols_1_33, .sf_2cols_2_67,
    .sf_2cols_1_67, .sf_2cols_2_33,
    .sf_2cols_1_75, .sf_2cols_2_25,
    .sf_2cols_1_50, .sf_2cols_2_50,
    .sf_3cols_1_25, .sf_3cols_2_50, .sf_3cols_3_25,
    .sf_5cols_1_20, .sf_5cols_2_20, .sf_5cols_3_20, .sf_5cols_4_20, .sf_5cols_5_20,
    .sf_4cols_1_25, .sf_4cols_2_25, .sf_4cols_3_25, .sf_4cols_4_25,
    .sf_3cols_1_33, .sf_3cols_2_34, .sf_3cols_3_33 {
        width: auto !important;
        float: none !important;
    }
    .sf_colsIn {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}