﻿/*=========== DEFAULT OVERRIDES ==========*/
.ClientNavButton {
    clear: both;
    background-color: #555;
    border: 1px solid #333;
    width: 100%;
    color: #fff;
    margin-bottom: .25em;
    text-align: left;
}

.FormButtonSecondary.ClientNavButton {
    background-color: transparent;
    border: 1px solid #333;
    color: #333;
}

.ClientNavButton:hover {
    background-color: #333;
    border: 1px solid #555;
}

.FormButtonSecondary.ClientNavButton:hover {
    background-color: transparent;
    border: 1px solid #222;
    color: #000;
}

.Search-Button {
}
/*================= ADDITIONAL CSS OVERRIDES =================*/
.table-striped > tbody > tr:hover {
    background-color: #555 !important;
    color: #fff !important;
}

.table-hover > tbody > tr:hover {
    background-color: #555 !important;
    color: #fff !important;
}

.btn {
    text-align: left !important;
}

.btn-default:hover {
    color: #fff !important;
    background-color: #555 !important;
}

.btn-circle {
    border-radius: 50%;
}

.popover-content {
    max-height: 200px;
    overflow-y: auto;
}

.Special-Header {
    border: 1px solid transparent;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    padding: .25em;
    text-transform: uppercase;
}

.No-Bootstrap-Col > .HTML-Form-Correction {
    width: 100%;
}
/*=================  POSTBACK SPINNER STYLING =================*/
.postback-spinner {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #777777a8;
}

    .postback-spinner i {
        margin-left: 50% !important;
        top: 50% !important;
        position: relative;
    }
/*================= DNNSmart Effects Module Overrides =================*/
.dnnsmart_control input[type=checkbox] {
    border: 0;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    height: unset !important;
    width: unset !important;
    clip: unset !important;
}

.dnnsmart_control input[type=radio] {
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    clip: unset !important;
}
/*=========== END DEFAULT OVERRIDES ==========*/
/*=========== CLIENT-SPECIFIC STYLES ==========*/

.display-1 {
    font-size: 6rem;
}

.display-1, .display-2 {
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
}

.display-3 {
    font-size: 4.5rem;
}

.display-3, .display-4 {
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
}

/*========== AOS BUTTONS ==========*/

.btn--white {
    background: #fff;
    color: #699430;
}

.btn:hover .btn--white,
.btn:hover .btn--gold {
    background: #000;
    color: #fff;
}

.btn--gold {
    color: #fff;
    background: #cb9b6c;
}



/*========== HEADER ==========*/
.Skin header {
    background-color: #fff;
    margin-bottom: 2em;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default {
    border: none;
    background-color: #fff;
    margin-right: 0 !important;
}

.navbar-right {
    margin-right: 0 !important;
}

    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:visited {
        color: #000 !important;
        font-weight: 600;
        font-size: 14px;
        line-height: 21px;
        text-transform: uppercase;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #cb9b6c !important;
        }

.utilityNav {
    float: right;
    display: block;
}

.shadow {
    -webkit-box-shadow: 0px 4px 3px -3px rgba(33, 37, 41, 0.11);
    -moz-box-shadow: 0px 4px 3px -3px rgba(33, 37, 41, 0.11);
    box-shadow: 0px 4px 3px -3px rgba(33, 37, 41, 0.11);
    height: 8px;
}

.logo {
    max-width: 489px;
    height: 29px;
    position: relative;
    float: left;
    display: inline-block;
    margin-left: 5%;
}

.tagline {
    float: left;
    margin-top: 1rem;
    margin-left: 2.5rem;
    font-size: .85rem;
    font-weight: 600;
    line-height: 21px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    visibility: visible;
    opacity: 1;
}

.mainBrandNav {
    float: right;
}

.brandDrop .logo {
    width: 100%;
    margin-top: 3%;
    margin-left: 12%;
}

/*.scrollBkg {
    background-color: transparent;
}*/

.headerSpacer {
    height: .75em;
}

a#dnn_SignInUser_hlSignIn,
a#dnn_ShoppingCart1_lbShoppingCart {
    text-decoration: none;
    color: #000 !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    padding: .85rem;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

a:hover#dnn_SignInUser_hlSignIn,
a:hover#dnn_ShoppingCart1_lbShoppingCart {
    color: #cb9b6c !important;
}

i.fas.fa-search {
    font-weight: 700;
}

/* Content Related Styles */
.footerLeftMainNav a {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 19px !important;
}

    .footerLeftMainNav a:hover {
        color: #fff;
        text-decoration: underline !important;
        -webkit-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all .2s ease-in-out 0s;
        -o-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s;
    }

.footerNav a {
    color: #fff;
    text-decoration: none;
}

    .footerNav a:hover {
        color: #fff;
        text-decoration: underline;
    }

    .footerNav a:visited {
        color: #fff;
        text-decoration: underline;
    }

.footerSubNav {
    padding-left: 2rem;
}

.footerSubNav .snLong {
    padding-left: 2rem;
}

.footerSubNavLevel3 {
    padding-left: 4em;
}

    .footerSocialIcons {
        font-size: 32px;
    }

        .footerSocialIcons a {
            color: #fff !important;
            text-decoration: none !important;
        }

        .footerSocialIcons a:hover {
            color: #a3d067 !important;
        }

.col-sm-0 .col-xs-0 {
    width: 0 !important;
    display: none !important;
}

.mobileNavMenu {
    display: none;
}

.ctaLink:after {
    content: "\F0A9";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 1.4rem;
    margin-left: 1rem;
}

.noDesktop {
    display: none;
}

.No-Bootstrap-Col {
    width: auto !important;
}

.donation-button {
    padding-right: .5em !important;
    padding-left: .5em !important;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    margin-left: 1em;
}

.ui-icon.ui-icon-circle-triangle-w {
    padding-right: 1em;
}

.ui-datepicker-month {
    margin-right: .5em;
}

.ui-datepicker {
    background-color: #fff !important;
}

.ui-datepicker-week-end.FormButton {
    margin: 1em;
    white-space: normal !important;
}

.ui-state-default {
    color: #fff !important;
}


.pagination > li {
    display: inline-block;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    cursor: pointer;
}

    .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
        border-radius: 0 !important;
    }

    .pagination > li > a, .pagination > li > span {
        color: #566a9d !important;
        font-weight: 600;
        font-size: 14px;
        line-height: 21px;
        border: 1px solid #566a9d;
        background-color: #fff;
    }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            color: #cb9b6c !important;
            border-color: #cb9b6c;
            background-color: #fff;
        }

.Page-Action:not([disabled]):hover {
    color: #cb9b6c !important;
}

.Page-Display, .Page-Action {
    font-size: .9em !important;
}

