
/* ***********************************************************
CSS variables (BEGIN)
************************************************************ */
@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap";

:root {
  --asco-gray-100: #f8f9fa;
  --asco-gray-200: #e9ecef;
  --asco-gray-300: #dee2e6;
  --asco-gray-400: #ced4da;
  --asco-gray-500: #adb5bd;
  --asco-gray-600: #6c757d;
  --asco-gray-700: #495057;
  --asco-gray-800: #343a40;
  --asco-gray-900: #212529;
    --asco-gray-light: #e4e4e4;
    --asco-gray-lighter: #fafafa;
    --asco-gray: #6e6e6e;
    --asco-gray-dark: #4d4d4d;
  --asco-secondary-900: #001430;
  --asco-secondary-800: #002861;
  --asco-secondary-700: #00327f;
  --asco-primary-600: #004fbd;
  --asco-primary-500: #0065f2;
  --asco-primary-400: #66a2f7;
  --asco-accent-300: #b2d1fb;
  --asco-accent-200: #e1edff;
  --asco-accent-100: #f3f8ff;
  --asco-neutral-900: #2b3341;
  --asco-neutral-700: #485f6f;
  --asco-neutral-500: #a4b8c6;
  --asco-neutral-300: #d8e2e8;
  --asco-neutral-100: #edf1f5;
  --asco-neutral-50: #f7fafd;
  --asco-gray-900: #313131;
  --asco-gray-700: #4d4d4d;
  --asco-gray-500: #6e6e6e;
  --asco-gray-300: #9e9e9e;
  --asco-gray-200: #d2d2d2;
  --asco-gray-100: #e4e4e4;
  --asco-gray-50: #fafafa;
  --asco-success-800: #324434;
  --asco-success-500: #7ca982;
  --asco-success-300: #cbddcd;
  --asco-success-100: #f2f6f2;
  --asco-danger-800: #921f0f;
  --asco-danger-500: #f43319;
  --asco-danger-300: #fbada3;
  --asco-danger-100: #ffdad6;
  --asco-warning-800: #664d03;
  --asco-warning-500: #ffc107;
  --asco-warning-200: #ffe69c;
  --asco-warning-50: #fff9e6;
  --asco-info-800: #015966;
  --asco-info-500: #01a1b9;
  --asco-info-300: #8ad4df;
  --asco-info-50: #e6f6f8;
  --asco-white: #fff;
  --asco-black: #000;
  --asco-secondary-900-rgb: 0, 20, 48;
  --asco-secondary-800-rgb: 0, 40, 97;
  --asco-secondary-700-rgb: 0, 50, 127;
    --asco-secondary: #00327f;
  --asco-primary-600-rgb: 0, 79, 189;
  --asco-primary-500-rgb: 0, 101, 242;
  --asco-primary-400-rgb: 102, 162, 247;
    --primary: #0065f2;
    --asco-primary: #0065f2;
  --asco-accent-300-rgb: 178, 209, 251;
  --asco-accent-200-rgb: 225, 237, 255;
  --asco-accent-100-rgb: 243, 248, 255;
    --asco-accent: #e1edff;
  --asco-neutral-900-rgb: 43, 51, 65;
  --asco-neutral-700-rgb: 72, 95, 111;
  --asco-neutral-500-rgb: 164, 184, 198;
  --asco-neutral-300-rgb: 216, 226, 232;
  --asco-neutral-100-rgb: 237, 241, 245;
  --asco-neutral-50-rgb: 247, 250, 253;
  --asco-gray-900-rgb: 49, 49, 49;
  --asco-gray-700-rgb: 77, 77, 77;
  --asco-gray-500-rgb: 110, 110, 110;
  --asco-gray-300-rgb: 158, 158, 158;
  --asco-gray-200-rgb: 210, 210, 210;
  --asco-gray-100-rgb: 228, 228, 228;
  --asco-gray-50-rgb: 250, 250, 250;
  --asco-success-800-rgb: 50, 68, 52;
  --asco-success-500-rgb: 124, 169, 130;
  --asco-success-300-rgb: 203, 221, 205;
  --asco-success-100-rgb: 242, 246, 242;
    --asco-success: #00a995;
    --asco-success-light: #ceec97;
  --asco-danger-800-rgb: 146, 31, 15;
  --asco-danger-500-rgb: 244, 51, 25;
  --asco-danger-300-rgb: 251, 173, 163;
  --asco-danger-100-rgb: 255, 218, 214;
    --asco-danger: #f43319;
    --asco-danger-light: #ffe5e1;
  --asco-warning-800-rgb: 102, 77, 3;
  --asco-warning-500-rgb: 255, 193, 7;
  --asco-warning-200-rgb: 255, 230, 156;
  --asco-warning-50-rgb: 255, 249, 230;
    --asco-warning: #ffc107;
  --asco-info-800-rgb: 1, 89, 102;
  --asco-info-500-rgb: 1, 161, 185;
  --asco-info-300-rgb: 138, 212, 223;
  --asco-info-50-rgb: 230, 246, 248;
    --asco-info: #004fbd;
  --asco-white-rgb: 255, 255, 255;
  --asco-black-rgb: 0, 0, 0;
  --asco-body-color-rgb: 0, 0, 0;
  --asco-body-bg-rgb: 255, 255, 255;
  --asco-font-sans-serif: "Inter", Roboto, "Open Sans", Helvetica, Arial, sans-serif;
  --asco-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --asco-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
  --asco-body-font-family: var(--asco-font-sans-serif);
  --asco-body-font-size: 10pt;
  --asco-body-font-weight: 400;
  --asco-body-line-height: 1.5;
  --asco-body-color: #000;
  --asco-body-bg: #fff;
  --asco-border-width: 1px;
  --asco-border-style: solid;
  --asco-border-color: #e4e4e4;
  --asco-border-color-translucent: rgba(0, 0, 0, .175);
  --asco-border-radius: .75rem;
  --asco-border-radius-sm: .25rem;
  --asco-border-radius-lg: 3rem;
  --asco-border-radius-xl: 1rem;
  --asco-border-radius-2xl: 2rem;
  --asco-border-radius-pill: 50rem;
  --asco-link-color: #0065f2;
  --asco-link-hover-color: #0051c2;
  --asco-code-color: #f43319;
  --asco-highlight-bg: #fff9e6
    --asco-highlight: #d8e2e8;
    --asco-footer-bg: #747b82;
    --asco-alt: #0077ae;
    --asco-dark: #2b3341;
    --asco-medium: #edf1f5;
    --asco-light: #f7fafd;
    --asco-muted: #4d4d4d;
    --breakpoint-xs: 0;
    --breakpoint-sm: 600px;
    --breakpoint-md: 960px;
    --breakpoint-lg: 1280px;
    --breakpoint-xl: 1920px;
    --asco-border-radius: .75rem;
    --boxshadow-default: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

/* ***********************************************************
default/reset styling (BEGIN)
************************************************************ */

*,
*:before,
*:after {
  box-sizing:border-box
}

html, body {
    color: var(--asco-body-color);
    text-rendering: optimizeLegibility;
    font-family: var(--asco-body-font-family);
    font-size: var(--asco-body-font-size);
    font-weight: var(--asco-body-font-weight);
    line-height: var(--asco-body-line-height);
	letter-spacing: .1px;
}

/* border for all of our INPUTs */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="radio"],
input[type="checkbox"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
textarea,
select {
    border-width: 1px;
    border-style: solid;
}

/* padding for all of our INPUTs (minus RADIO and CHECKBOX */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
textarea,
select {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

/* padding for our INPUTs (RADIO and CHECKBOX */
input[type="radio"],
input[type="checkbox"] {
    height: 1.2rem;
    width: 1.2rem;
}

/* HOVER for our INPUTs */
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="search"]:hover,
input[type="radio"]:hover,
input[type="checkbox"]:hover,
input[type="datetime"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
textarea:hover,
select:hover {
    border-color: #000009;
}

/* FOCUS for our INPUTs */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="datetime"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
textarea:focus,
select:focus {
    border-color: var(--asco-primary-500);
}

option {
    font-size: .8em;
}

h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
    color: rgba(var(--asco-secondary-700-rgb));
}

/* ***********************************************************
Social media (BEGIN)
************************************************************ */

.social-icon {
    margin-right: 4px;
    font-size: 2em;
    color: var(--asco-dark);
}
.social-icon:not(:last-child) {
    margin-right: 4px;
}



/* ***********************************************************
Text styling (BEGIN)
************************************************************ */

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.1em;
}

.red {
    color: #ff0000;
}

.bold {
    font-weight: bold;
}

.text-sm, .text-small {
    font-size: .86rem !important;
}

.text-lg, .text-large {
    font-size: 1.14rem !important;
}



/* ***********************************************************
    HEADER styling (BEGIN) 
    ***********************************************************    
*/
header {
}



/* ***********************************************************
    BODY styling (BEGIN) 
    ***********************************************************    
*/

section#body {

    min-height: 400px;

}



/* ***********************************************************
    FOOTER styling (BEGIN) 
    ***********************************************************    
*/
 
footer {
    background-color: var(--asco-footer-bg);
    padding: 30px 0;
    color: #fff;
    font-size: .8em;
    margin-top: 30px;
}

    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
        color: #fff;
    }

    footer a, footer a:link, footer a:visited {
        color: #fff;
        text-decoration: none;
    }

    footer a:hover, footer a:active {
        text-decoration: underline;
    }



/* ***********************************************************
    RANDOM styling (BEGIN) 
    ***********************************************************    
*/

.btn {
    
    border-radius: 20px;

}

.environment-text {
    color: #ff0000;
    text-align: center;
    font-size: 1.5rem !important;
    border-color: #ff0000 !important;
    background-color: #f8d7da !important;
}

div.pagenav-button-group {
    margin-top: 20px;
    padding: 20px;
    border-top: 1px solid var(--asco-gray-light);
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: row-reverse !important;
}

div.pagenav-button-group a, div.pagenav-button-group button, div.pagenav-button-group input[type=submit] {
    margin-right: 10px;
    margin-bottom: 10px;
}

.responsive-button-group {
    
    padding-top: 10px;
    padding-bottom: 10px;

}

.responsive-button-group > button, .responsive-button-group > a, .responsive-button-group > input[type=submit], .responsive-button-group > input[type=reset] {

    margin-right: 10px;
    margin-bottom: 10px;

}

.required-field-instructions:before {
    content: ' * ';
    color: #ff0000;
}

.required-field-label:after {
    content: ' * ';
    color: #ff0000;
}

.required-field-highlight {

    padding: 4px;
    border: 1px solid red;
    border-radius: 4px;

}

.justify-content {

    display: flex;
    justify-content: space-between;

}



/* ***********************************************************
    ASCO borders (BEGIN) 
    -- to use asco styling over default bootstrap, we use the same naming convention but prefix all class names with "-asco" (example: "border-bottom" becomes "border-bottom-asco")
    ***********************************************************    
*/

.border-asco, .bordered-asco {
    
    border: var(--asco-border-width) var(--asco-border-style) var(--asco-border-color);

}

.border-top-asco, .bordered-top-asco {
    
    border-top: var(--asco-border-width) var(--asco-border-style) var(--asco-border-color);

}

.border-right-asco, .bordered-right-asco {
    
    border-right: var(--asco-border-width) var(--asco-border-style) var(--asco-border-color);

}

.border-bottom-asco, .bordered-bottom-asco {
    
    border-bottom: var(--asco-border-width) var(--asco-border-style) var(--asco-border-color);

}

.border-left-asco, .bordered-left-asco {
    
    border-left: var(--asco-border-width) var(--asco-border-style) var(--asco-border-color);

}


/* ***********************************************************
    ASCO FORM SECTION content (BEGIN) 
    -- rounded border, blue background header, outlined/bordered content
    ***********************************************************    
*/

/* asco-form-input-section (root styling) */

.asco-form-input-section {

    width: 100%;
    max-width: 1000px;
    margin-bottom: 20px;
    border-radius: var(--asco-border-radius);
    margin-bottom: 20px;

}

.asco-form-input-section .asco-form-input-section-header {

    padding: 20px;
    margin: 0;
    color: var(--asco-secondary-700);
    background-color: var(--asco-accent-200);
    border-top-left-radius: var(--asco-border-radius);
    border-top-right-radius: var(--asco-border-radius);
    font-size: 1.3em;
}

.asco-form-input-section .asco-form-input-section-body {
    
    border: 1px solid var(--asco-border-color);
    border-top: none;
    border-bottom-left-radius: var(--asco-border-radius);
    border-bottom-right-radius: var(--asco-border-radius);
    padding: 20px;
}

.asco-form-input-section .asco-form-input-section-body * {

    /*font-size: .875rem;*/

}

.asco-form-input-section.asco-form-input-section-body input[type=radio], .asco-form-input-section.asco-form-input-section-body input[type=checkbox] {
    font-size: 1.1em;
}

.asco-form-input-section.asco-form-input-section-profile .asco-form-input-section-body div.row > div {

    margin-bottom: 20px;

}

.asco-form-input-section-body label h1, .asco-form-input-section-body label h2, .asco-form-input-section-body label h3, .asco-form-input-section-body label h4, .asco-form-input-section-body label h5, .asco-form-input-section-body label h6 {
    color: var(--asco-secondary-700);
}

.asco-form-input-section-body label {
    /*font-size: 1rem !important;*/
}



/* ***********************************************************
    ASCO SHADOWBOX content (BEGIN) 
    -- rounded border, drop shadow
    ***********************************************************    
*/

.asco-shadowbox-section {

    border: 1px solid var(--asco-gray-light);
    margin-bottom: 20px;
    padding: 20px;
    border-radius: var(--asco-border-radius);
    box-shadow: var(--boxshadow-default);
}



/* ***********************************************************
    ASCO RADIO BUTTON CARD content (BEGIN) 
    -- rounded border, white when not selected, color on hover, color on selected
    ***********************************************************    
*/

div.radio-card-container {

    padding: 20px;

}

div.radio-card-container div.radio-card {
    
    padding: 40px 20px;
    margin-bottom: 20px;
    border-width: var(--asco-border-width);
    border-style: var(--asco-border-style);
    border-color: var(--asco-border-color);
    border-radius: var(--asco-border-radius);

}

.radio-card:hover {
    box-shadow: var(--boxshadow-default);
}

.radio-card-active {

    background-color: rgba(var(--asco-secondary-700-rgb));
    color: #fff !important;

}

    .radio-card-active input[type=radio] {
        outline: 2px solid #fff;
        outline-offset: 2px;
        background-color: #fff;
        width: .7em;
        height: .7em;
    }

div.radio-card label {
    font-weight: bold;
    font-size: 1.2rem;
}

.radio-card *.price {
    font-size: 1.5rem;
    font-weight: bold;
}


/* ***********************************************************
    donation buttons (BEGIN) 
    ***********************************************************    
*/

div.ascoDonationOption-group {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

    div.ascoDonationOption-group > button.btn-ascoDonationOption {
        margin-right: 40px !important;
        margin-bottom: 6px;
        min-width: 80px !important;
        border-radius: 16px;
        border-color: rgba(var(--asco-primary-500-rgb));
        background-color: #fff;
        color: rgba(var(--asco-primary-500-rgb));
    }

    div.ascoDonationOption-group > button.btn-ascoDonationOption:active {
        background-color: rgba(var(--asco-primary-500-rgb), .1);
    }

    div.ascoDonationOption-group > .txt-ascoDonationOption {
        width: 90px;
        padding: 6px;
        margin-right: 40px !important;
        margin-bottom: 6px;
    }

.ascoDonationOption-selected {
    
    background-color: rgba(var(--asco-primary-500-rgb)) !important;
    color: #fff !important;

}

input[type=text].ascoDonationOption-selected {
    
    background-color: #fff !important;
    color: var(--asco-body-color) !important;
    border-color: rgba(var(--asco-primary-500-rgb)) !important;

}



/* ***********************************************************
    page left prev/continue buttons (BEGIN) 
    ***********************************************************    
*/

.pagenav-button-group {
    margin: 20px;
}

.pagenav-button-group a, .pagenav-button-group button, .pagenav-button-group input[type=submit], .pagenav-button-group input[type=reset] {
    margin-bottom: 10px;
    padding: 3px 20px 3px 20px;
}

.pagenav-button-group .btn-previous {
    color: var(--asco-primary) !important;
}



/* ***********************************************************
    entry/landing page/generic buttons (BEGIN) 
    ***********************************************************    
*/

button.asco-button-generic, input[type=button].asco-button-generic, input[type=submit].asco-button-generic, input[type=reset].asco-button-generic, a.asco-button-generic, 
button.asco-entrybutton, input[type=button].asco-entrybutton, input[type=submit].asco-entrybutton, input[type=reset].asco-entrybutton, a.asco-entrybutton {

    border: 1px solid var(--asco-gray-dark);
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    color: var(--asco-info);
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    font-size: .86em !important;

}

button.asco-button-generic:hover, input[type=button].asco-button-generic:hover, input[type=submit].asco-button-generic:hover, input[type=reset].asco-button-generic:hover, a.asco-button-generic:hover, 
button.asco-entrybutton:hover, input[type=button].asco-entrybutton:hover, input[type=submit].asco-entrybutton:hover, input[type=reset].asco-entrybutton:hover, a.asco-entrybutton:hover {

    border-width: 2px;

}

.asco-entrybutton {
    width: 100%;
}