:root {
    --color-kellygreen: #00946e;
    --color-kellygreen-rgb: 0, 148, 110;
    --color-tangoorange: #ff9e18;
    --color-tangoorange-rgb: 255, 158, 36;
    --color-coralred: #f04e36;
    --color-coralred-rgb: 240, 78, 84;
    --color-salmonpink: #f69287;
    --color-salmonpink-rgb: 246, 146, 135;
    --color-sunriseyellow: #f7be00;
    --color-sunriseyellow-rgb: 247, 190, 0;
    --color-meadowgreen: #00c496;
    --color-meadowgreen-rgb: 0, 196, 150;
    --color-pineblack: #212721;
    --color-pineblack-rgb: 33, 39, 33;
    --bs-font-sans-serif: "proxima-soft", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 15pt;
    --bs-body-font-weight: 400;
    --bs-primary: var(--color-kellygreen);
    --bs-primary-rgb: var(--color-kellygreen-rgb);
    --bs-secondary: var(--color-tangoorange);
    --bs-secondary-rgb: var(--color-tangoorange-rgb);
    --bs-body-color: var(--color-pineblack);
    --bs-dark: var(--color-pineblack);
    --bs-body-bg: #fff;
    --bs-body-color-rgb: 33, 39, 33;
    --bs-dark-rgb: 33, 39, 33;
    --bs-body-bg-rgb: 255, 255, 255;
    --light-grey: #e9eae9;
    --gradient-meadowsunrise: linear-gradient(45deg, var(--color-kellygreen), var(--color-meadowgreen), var(--color-sunriseyellow));
}

/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * proxima-soft:
 *   - http://typekit.com/eulas/00000000000000007735af8e
 *   - http://typekit.com/eulas/00000000000000007735afa9
 *
 * © 2009-2022 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2022-10-27 20:37:57 UTC"}*/

@import url("https://p.typekit.net/p.css?s=1&k=kih6pra&ht=tk&f=32897.32904&a=88159981&app=typekit&e=css");

@font-face {
    font-family: "proxima-soft";
    src: url("https://use.typekit.net/af/a727c9/00000000000000007735af8e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/a727c9/00000000000000007735af8e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/a727c9/00000000000000007735af8e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "proxima-soft";
    src: url("https://use.typekit.net/af/81cbd6/00000000000000007735afa9/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/81cbd6/00000000000000007735afa9/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/81cbd6/00000000000000007735afa9/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}

.tk-proxima-soft {
    font-family: "proxima-soft", sans-serif;
}

html {
    position: relative;
    min-height: 100%;
    font-size: var(--bs-body-font-size);
}

.bg-light-grey {
    background-color: var(--light-grey);
}

.bg-meadowsunrise {
    background: var(--gradient-meadowsunrise);
}

.bg-meadowsunrise-fireworks {
    background: url(/img/background/fireworks-background-2.png) bottom center / 300px , var(--gradient-meadowsunrise);
}


.bg-meadowsunrise-logo-line-bottom {
    background: url(/img/general/logo_line/bottom.png) bottom center / 250px repeat-x, var(--gradient-meadowsunrise);
    background-blend-mode: soft-light, normal;
}

.bg-meadowsunrise-logo-line-low {
    background: url(/img/general/logo_line/low.png) bottom center / 300px repeat-x, var(--gradient-meadowsunrise);
    background-blend-mode: soft-light, normal;
}

.bg-secondary-green {
    background-color: var(--color-meadowgreen);
}

.logo-line-low {
    background: url(/img/general/logo_line/low.png) bottom center / 300px repeat-x;
    background-blend-mode: soft-light;
}

.logo-line-full {
    background: url(/img/general/logo_line/full.png) center center / 250px repeat-x;
    background-blend-mode: soft-light;
}

.bg-gradient-block {
    background: url(/img/background/gradient-block.webp) no-repeat fixed center
}

.bg-gradient-cover {
    background: url(/img/background/gradient-block.webp) no-repeat;
    background-size: cover;
}

.bg-green {
    background-color: #36d1ab;
}

.border-green {
    border-color: #36d1ab;
}

a,
a:link,
a:visited {
    color: currentColor;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline 2px;
    }

    a.btn:hover {
        text-decoration: none;
    }

.underlined-links a,
.underlined-links a:link,
.underlined-links a:visited {
    text-decoration: underline 2px;
}

    .underlined-links a:hover {
        text-decoration-thickness: 3px;
    }

p,
ul,
ol {
    font-size: 1.25rem;
}

.lead {
    font-size: 1.375rem;
    font-weight: inherit;
}

p.text-sm {
    font-size: 1rem;
}

h1,
.spaced-heading {
    font-size: 2.25rem;
    letter-spacing: 0.4rem;
}

.wide-text {
    letter-spacing: 0.1rem;
}

.btn {
    padding: 0.25rem 1rem;
    border-radius: 50rem;
    font-weight: bold;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    transition: box-shadow 0.25s;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.btn:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}

.btn-outlined {
    border: 3px solid currentColor;
    background: transparent;
}

    .btn-outlined:hover {
        border: 3px solid currentColor;
        background: transparent;
    }

.btn-lg {
    padding: 0.5rem 1.5rem;
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.form-check-input:focus {
    border-color: rgba(var(--bs-primary-rgb), 0.25);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}

.banner {
    height: auto;
    padding: 2rem 0;
}

.image-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.form-control {
    padding: 0.25rem 0;
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 3px solid var(--bs-primary);
}

    .form-control:focus {
        border: none;
        border-bottom: 3px solid var(--bs-primary);
        box-shadow: none;
    }

    .form-control::placeholder {
        color: currentColor;
    }

.form-select:focus {
    border-color: rgba(var(--bs-primary-rgb), 0.25);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}

.form-select-secondary {
    border-top: none;
    border-bottom: 3px solid var(--bs-primary);
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0px;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 20px;
}

    .form-select-secondary:focus {
        border-color: rgb(var(--bs-primary-rgb));
        box-shadow: none;
    }

.green-hr {
    height: 2px
}

.form-label {
    margin: 0;
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

hr,
hr:not([size]) {
    --height: 4px;
    height: var(--height);
    opacity: 1;
    border: none;
    border-radius: var(--height);
    background-color: var(--bs-primary);
}

    hr.hr-lg {
        --height: 5px;
    }

    hr.hr-gradient {
        margin: 0;
        border-radius: 0;
        background: var(--gradient-meadowsunrise);
    }

    hr.hr-transparent {
        background: rgba(255, 255, 255, 0.25);
        background-blend-mode: hard-light;
    }

.text-shadow {
    text-shadow: 0 0 5px rgba(var(--bs-body-color-rgb), 0.5);
}

.no-text-shadow {
    text-shadow: none;
}

.text-danger {
    color: var(--color-coralred) !important;
}

.round,
.round-sm,
.round-xs {
    border-radius: var(--round-border-radius);
}

.round {
    --round-border-radius: 50px;
}

.round-xs {
    --round-border-radius: 12px;
}

.round-sm {
    --round-border-radius: 25px;
}

.round-top {
    border-radius: var(--round-border-radius) var(--round-border-radius) 0 0;
}

.round-bottom {
    border-radius: 0 0 var(--round-border-radius) var(--round-border-radius);
}

.section-round-bottom {
    --radius: 10vmin;
    padding-bottom: var(--radius);
    border-radius: 0 0 var(--radius) var(--radius);
    box-shadow: 0 calc(var(--radius) / 3) calc(var(--radius) / 4) 0 rgba(0, 0, 0, 0.05);
}

.list-checkmark {
    list-style-type: "\2713";
}

    .list-checkmark > li {
        padding-left: 0.5em;
    }

.carousel-control-next,
.carousel-control-prev {
    width: auto;
    margin: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    height: 3rem;
    width: 2rem;
}

.carousel-indicators [data-bs-target] {
    --size: 16px;
    width: var(--size);
    height: var(--size);
    border-radius: var(--size);
    border-top: none;
    border-bottom: none;
    margin: 0 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.nav-item a:hover,
.nav-active a {
    border-bottom: var(--bs-primary) 3px solid;
    padding-bottom: 1px;
    margin-bottom: -4px;
    text-decoration: none;
    color: var(--bs-primary);
}

.nav-active a {
    font-weight: 700;
}

.nav-item {
    letter-spacing: 0.1rem;
    padding: 0.25rem 0.75rem;
}

small {
    font-size: .75rem;
    opacity: 0.75;
}

.grecaptcha-badge {
    visibility: hidden;
}

::selection,
.text-body::selection,
.text-body ::selection,
.text-dark::selection,
.text-dark ::selection {
    background-color: var(--bs-primary);
    color: var(--bs-body-bg);
    text-shadow: none;
}

.text-white::selection,
.text-white ::selection {
    background-color: var(--bs-body-bg);
    color: var(--bs-primary);
}

.faq-open-image {
    max-height: 3rem;
}

.ratio-3x4 {
    aspect-ratio: calc(3 / 4);
}

.footer-bottom {
    font-size: 15px;
}

.team-heading {
    background-color: var(--color-coralred);
    width: 500px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
}

.policy-link {
    color: blue !important;
}

.policy-section {
    scroll-margin-top: 180px;
}

.cookie-button {
    background-color: var(--color-kellygreen);
    color: white;
}

    .cookie-button:hover,
    .cookie-button:active {
        background-color: var(--color-kellygreen) !important;
        color: white !important;
    }

.program-benefit {
    height: 150px;
}

.carousel-item-footer {
    min-height: 700px;
}

.foot-carousel-headshot {
    width: 300px;
    height: 300px;
}

.banner {
    height: 650px;
}
.register-banner {
    height: 250px;
}

@media (max-width: 1200px) {
    .foot-carousel-headshot {
        width: 200px;
        height: 200px;
    }

    .bg-meadowsunrise-logo-line-bottom {
        background: url(/img/general/logo_line/bottom.png) bottom center / 175px repeat-x, var(--gradient-meadowsunrise);
    }

    .homeCarouselFooterControls {
        visibility: hidden;
    }
}

@media (max-width: 991px) {
    .carousel-item-footer {
        height: 450px;
    }

    .bg-meadowsunrise-logo-line-bottom {
        background: url(/img/general/logo_line/bottom.png) bottom center / 100px repeat-x, var(--gradient-meadowsunrise);
    }
}

@media (min-width: 768px) {
    .carousel-control-next, .carousel-control-prev {
        margin: 0 1rem;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 3rem;
    }
}

@media (max-width: 767px) {
    .background-md-gradient {
        background-image: var(--gradient-meadowsunrise) !important;
    }
}

@media (max-width: 575px) {
    body {
        overflow-wrap: break-word;
    }

    h1,
    .spaced-heading {
        font-size: 1.9rem;
        letter-spacing: 0.2rem;
    }

    p,
    ul,
    ol {
        font-size: 1.2rem;
    }

    .lead {
        font-size: 1.325rem;
        font-weight: inherit;
    }

    p.text-sm {
        font-size: 0.95rem;
    }

    .foot-carousel-headshot {
        width: 150px;
        height: 150px;
    }

    .homeCarouselFooterControls {
        visibility: hidden;
    }

    .program-benefit {
        height: 130px;
    }

        .program-benefit h2 {
            font-size: 1em !important;
        }

    .carousel-item-footer {
        min-height: 750px;
    }

        .carousel-item-footer p {
            font-size: 16px;
        }

    .banner {
        min-height: 600px;
        height: 75vh;
        max-height: 1000px;
        padding: 0;
    }
}

.small-white-text {
    font-size: 18px;
    line-height: 18px;
}

.text-orange-underline {
    text-decoration: underline;
    text-underline-offset: 1rem;
    text-decoration-color: #ff9e1f;
    text-decoration-thickness: 0.4rem;
}

.fs-7 {
    font-size: 0.75rem;
}

.h1-to-p {
    display: block;
    font-size: 1.25em;
    font-weight: normal;
    letter-spacing: 0rem;
    margin-bottom: 1rem;
    line-height: var(--bs-body-line-height);
}

.text-orange {
    color: var(--color-tangoorange);
}

.slidecontainer {
    width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 25px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

    /* Mouse-over effects */
    .slider:hover {
        opacity: 1; /* Fully shown on mouse-over */
    }

    /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
    .slider::-webkit-slider-thumb {
        -webkit-appearance: none; /* Override default look */
        appearance: none;
        width: 25px; /* Set a specific slider handle width */
        height: 25px; /* Slider handle height */
        background: #fee338; /* Green background */
        cursor: pointer; /* Cursor on hover */
    }

    .slider::-moz-range-thumb {
        width: 25px; /* Set a specific slider handle width */
        height: 25px; /* Slider handle height */
        background: #fee338; /* Green background */
        cursor: pointer; /* Cursor on hover */
    }

