﻿/*========== 
    Skin name: (AOS) Default
    Description: AOS skin for membership, events and more.
    Author: JL Systems, Inc.
    Author URL: http://noahams.com
    Template: Custom
    Version: 0.1.0
 ==========*/

/*========== FONT FACE DECLARATION ==========*/
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('../../fonts/lora-v16-latin-regular.woff2') format('woff2'), 
        url('../../fonts/lora-v16-latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    src: local(''), 
        url('../../fonts/lora-v16-latin-700.woff2') format('woff2'), 
        url('../../fonts/lora-v16-latin-700.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), 
        local('OpenSans-Regular'), 
        url('../../fonts/open-sans-v17-latin-regular.woff2') format('woff2'), 
        url('../../fonts/open-sans-v17-latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), 
        local('OpenSans-SemiBold'), 
        url('../../fonts/open-sans-v17-latin-600.woff2') format('woff2'), 
        url('../../fonts/open-sans-v17-latin-600.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), 
        local('OpenSans-Bold'), 
        url('../../fonts/open-sans-v17-latin-700.woff2') format('woff2'), 
        url('../../fonts/open-sans-v17-latin-700.woff') format('woff');
}

@import url("../all.min.css");
@import url("../fontawesome.min.css");
/*========== END FONT FACE ==========*/

/*========== COLOR VARIABLES ==========*/
:root {
    --aosblack: #212529;
    --aosblue: #007bff;
    --aosdarkblue: #0056b3;
    --aoslogogreen: #96CA4F;
    --aosdarkgray: #2f2f2f;
    --aoshover: #cb9b6c;
    --aospurple: #566a9d;
}
/*========== END COLOR VARIABLES ==========*/

html,
body {
    font-family: "Open Sans", sans-serif;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100%;
    background-color: #fff !important;
    color: #212529;
    line-height: 1.5;
    font-size: 1rem;
}

:focus {
    outline: none !important;
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

.Skin h1,
.Skin h2,
.Skin h3,
.Skin h4,
.Skin h5,
.Skin h6 {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.Skin h1 {
    font-size: 2.5rem;
}

.Skin h2 {
    font-size: 2rem;
}

.Skin h3 {
    font-size: 1.75rem;
}

.Skin h4 {
    font-size: 1.5rem;
}

.Skin h5 {
    font-size: 1.25rem;
}

.Skin h6 {
    font-size: 1rem;
}

.Skin a,
.Skin a:visited {
    /*color: #007bff;*/
    color: #566a9d;
    text-decoration: none;
}

    .Skin a:hover,
    .Skin a:active,
    .Skin a:focus {
        text-decoration: underline;
    }

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.Skin label {
    font-weight: 400;
    padding-right: 5px;
    width: fit-content;
}

.Skin input[disabled],
.Skin input.disabled,
.Skin textarea[disabled],
.Skin textarea.disabled,
.Skin button[disabled],
.Skin button.disabled,
.Skin select[disabled],
.Skin select.disabled {
    cursor: not-allowed !important;
}

.Skin input[type="checkbox"],
.Skin input[type="radio"] {
    margin-right: 5px;
}

.Skin ul {
    list-style: disc;
}

.Skin a.btn-default {
    color: #333;
}

.Skin a.btn-primary,
.Skin a.btn-success,
.Skin a.btn-info,
.Skin a.btn-warning,
.Skin a.btn-danger {
    color: #fff;
}

.Skin p {
    text-align: left;
    margin-top: 0;
    margin-bottom: 1rem;
}

.Skin img {
    max-width: 100%;
}

.Skin .image-placeholder {
    width: 100%;
    height: 100%;
    background-color: #2D3E5B;
}

.Skin .image-placeholder-text {
    color: #ccc;
    padding-top: 20%;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    letter-spacing: .25em;
    font-size: 1.25em;
}

    .Skin .image-placeholder-text::after {
        content: 'Photo';
    }

.Skin blockquote {
    padding: 2em;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    background-color: #96CA4F;
}

/*================= NORMALIZE IMAGES =================*/
.activeForums img,
.LiveForm img,
.DnnModule-ActiveForumsWhatsNew img,
[id*="pnlEventReg"] img,
#dnnModuleDigitalAssetsListContainer img,
.addrEntryInfo img,
.rgCommandRow .rgCommandCell img,
.rgEditForm img,
.commEntry img,
[id*=divOpenInvoices] img,
.console-large img,
.normalize-image img,
[id*="ShoppingCart_UP"] img,
.dnnForm img,
.ExportImage,
[id*="tblPayment"] img {
    width: initial !important;
}

.Skin [type="application/pdf"] {
    width: 100% !important;
}

/*================= CUSTOM RADIO AND CHECKBOXES =================*/
.Skin input[type=radio],
.Skin input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

.amtabcontent input[type=radio],
.amtabcontent input[type=checkbox] {
    clip: auto !important;
    height: 1em;
    width: 1em;
}

.radio > label:before,
.checkbox > label:before,
.radio-inline:before,
.checkbox-inline:before,
.Skin input[type=radio] ~ label:before,
.Skin input[type=checkbox] ~ label:before {
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    letter-spacing: 0;
    color: #007bff;
    font-size: 1.15em;
}

.radio > label.checked:before,
.checkbox > label.checked:before,
.radio-inline.checked:before,
.checkbox-inline.checked:before,
.Skin input[type=radio]:checked ~ label:before,
.Skin input[type=checkbox]:checked ~ label:before {
    /*content: "\f00c";*/
    letter-spacing: 0;
}

.checkbox > label:before,
.checkbox-inline:before,
.Skin input[type=checkbox] ~ label:before {
    content: "\f0c8";
    color: #AAA;
    padding-right: 5px;
}

.radio > label:before,
.radio-inline:before,
.Skin input[type=radio] ~ label:before {
    content: "\f111";
    /*color: #AAA;*/
    padding-right: 5px;
    font-weight: 400;
}

.checkbox > label.checked:before,
.checkbox-inline.checked:before,
.Skin input[type=checkbox]:checked ~ label:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f14a";
    color: #007bff;
}

.radio > label.checked:before,
.radio-inline.checked:before,
.Skin input[type=radio]:checked ~ label:before {
    content: "\f058";
    color: #007bff;
}

.custom-checkbox {
    display: none;
}

.radio-inline > input[type=radio]:focus,
.checkbox-inline > input[type=checkbox]:focus,
.radio-inline > input[type=radio]:focus,
.checkbox-inline > input[type=checkbox]:focus,
.Skin input[type=radio]:focus ~ label:before,
.Skin input[type=checkbox]:focus ~ label:before,
.Skin input[type=radio]:focus ~ label,
.Skin input[type=checkbox]:focus ~ label {
}

/*================= RESTRICTIONS TO UNIVERSAL INPUT / LABEL =================*/
.donation-button:before {
    content: '' !important;
}

.actionsArea a:before {
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    letter-spacing: .5em;
    font-size: 1.15em;
    content: "\f138";
    opacity: .66;
}

.actionsArea a:hover:before {
    color: #555;
    opacity: 1;
}

.donation-button {
    background-color: #CCC !important;
    color: #212529 !important;
}

    .donation-button:hover {
        background-color: #555 !important;
        color: #fff !important;
    }

input.donation-amount-other {
    height: 35px !important;
    width: 75% !important;
}

.dollar-sign {
    top: .25em !important;
}

.donation-amount-other-close-image {
    top: .55em !important;
    right: 26% !important;
}

.Cart-Button {
    text-align: center;
    height: 60px;
    padding: 0 !important;
}

#SignInUserInfoBox {
    z-index: 2000 !important;
}

/*================= RADGIRD OVERRIDES =================*/
.RadGrid {
    overflow-x: auto;
    width: 100% !important;
}

.RadGrid_NOAH input.rgAdd,
.RadGrid_NOAH input.rgRefresh {
    border: 0px solid white !important;
}

.RadGrid_NOAH input.rgAdd {
    background-position: -12px -3012px !important;
}

    .RadGrid_NOAH input.rgAdd:hover {
        background-position: -62px -3012px !important;
    }

.RadGrid_NOAH input.rgRefresh {
    background-position: -12px -1312px !important;
}

    .RadGrid_NOAH input.rgRefresh:hover {
        background-position: -62px -1312px !important;
    }

.RadGrid .rgNumPart {
    padding-top: .25em !important;
}

.RadGrid_NOAH .rgNumPart a {
    border: 0px !important;
}

.RadGrid .rgWrap {
    line-height: 3.5em !important;
}

.RadGrid tfoot {
    background-color: #EEE !important;
}

.RadGrid .rcbInputCell {
    background-color: #FFF !important;
}

.RadGrid_NOAH .rgPager .RadComboBox_NOAH {
    width: auto !important;
}

.RadGrid .rgRow,
.RadGrid .rgAltRow {
    line-height: 2.2em !important;
}

.RadGrid_NOAH .rgPager .rgStatus {
    border: 0px !important;
}
/*================= END RADGIRD OVERRIDES =================*/
/*================= SHOPPING CART FIX FOR OLD STYLES =================*/
@media (min-width:0) and (max-width: 640px) {
    [id*="ShoppingCart_Cart_DetailsPanel"] div:nth-child(4) > div {
        margin: 0 !important;
        margin-top: .25em !important;
        width: 100% !important;
    }

        [id*="ShoppingCart_Cart_DetailsPanel"] div:nth-child(4) > div input {
            width: 100% !important;
        }
}

.Content .ModNOAHShoppingCartC {
    padding: 0 !important;
    margin: 0 !important;
    word-break: normal !important;
    overflow: visible !important;
    overflow-wrap: normal !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ShoppingCart-Promo {
    padding-left: 0;
    text-align: left !important;
}

.ShoppingCart-Actions input {
    width: 100% !important;
}

[id*=ShoppingCart_pControls] {
    position: relative;
    margin-top: 2em;
}

/*========== User Icon Updates ==========*/

#SignInUserPhoto > .fa.fa-user {
    font-size: 6em !important;
    background-color: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
}
