html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: none;
}

:root {
    --bs-blue: #88aefa;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d62084;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #88aefa;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-rgb: 33, 37, 41;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #1c3f91;
    --bs-body-bg: #fff;
}

body {
    margin-bottom: 60px;
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", Tahoma, sans-serif;
}

.dkbluebgcolor {
    background-color: #1c3f91;
}

.fs-6 {
    font-size: .75rem !important;
}

.horizontal-align {
    display: flex;
    justify-content: center;
}

.text-small {
    font-size: .75rem;
}


.text-lightblue {
    color: #88aefa;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .85rem;
    font-weight: 400;
    line-height: 1.5;
    color: #8c8c8c;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #88aefa;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23174992'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 1;
}

.navbar-light .navbar-nav .nav-link {
    color: #1c3f91;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #89affb;
    }

.btn {
    display: inline-block;
    font-weight: 900;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0px solid transparent;
    padding: 0.01rem 1.5rem;
    font-size: .9rem;
    border-radius: 0rem;
    transition: none;
}

    .btn:hover {
        color: #88aefa;
    }

    .btn-check:focus + .btn, .btn:focus {
        outline: 0;
        box-shadow: none;
    }

.btn-primary {
    color: #fff;
    background-color: #1c3f91;
    border-color: #1c3f91;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #89affb;
        border-color: #FFF;
    }

.btn-secondary {
    color: #1c3f91;
    background-color: #fff;
    border-color: #1c3f91;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #89affb;
        border-color: #89affb;
    }

.btn-sm, .btn-group-sm > .btn {
    width: 125px;
    height: 32px;
    padding: 0rem;
    font-size: .9rem;
}

.btn-sm-white, .btn-group-sm > .btn {
    padding: 0rem;
    width: 205px;
    height: 36px;
    font-size: 1.125rem;
    border-radius: 0rem;
}

.btn-md, .btn-group-sm > .btn {
    padding: 0rem;
    width: 215px;
    height: 46px;
    font-size: 1.125rem;
    border-radius: 0rem;
}

.addeventatc {
    display: inline-block;
    position: relative;
    z-index: 99998;
    font-family: "Trebuchet MS", Tahoma, sans-serif;
    color: #FFF !important;
    font-weight: 900;
    line-height: 100%;
    background: #1c3f91;
    font-size: 1.125rem;
    text-decoration: none;
    border: 0px solid transparent;
    padding-top: 0.5rem;
    width: 215px;
    height: 46px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased !important;
    outline-color: rgba(0, 78, 255, 0.5);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0.5px rgba(50, 50, 93, .17), 0 2px 5px 0 rgba(50, 50, 93, .1), 0 1px 1.5px 0 rgba(0, 0, 0, .07), 0 1px 2px 0 rgba(0, 0, 0, .08), 0 0 0 0 transparent !important;
    background-image: url(https://cdn.addevent.com/libs/imgs/icon-calendar-t5.png), url(https://cdn.addevent.com/libs/imgs/icon-calendar-t1.svg), url(https://cdn.addevent.com/libs/imgs/icon-apple-t5.svg), url(https://cdn.addevent.com/libs/imgs/icon-facebook-t5.svg), url(https://cdn.addevent.com/libs/imgs/icon-google-t5.svg), url(https://cdn.addevent.com/libs/imgs/icon-office365-t5.svg), url(https://cdn.addevent.com/libs/imgs/icon-outlook-t5.svg), url(https://cdn.addevent.com/libs/imgs/icon-outlookcom-t5.svg), url(https://cdn.addevent.com/libs/imgs/icon-yahoo-t5.svg);
    background-position: -9999px -9999px;
    background-repeat: no-repeat;
}

.addeventatc_dropdown {
    margin-top: 80px;
    position: absolute;
    width: 220px;
    padding: 6px;
    font-family: "Trebuchet MS", Tahoma, sans-serif;
    color: #1c3f91 !important;
    font-weight: 900;
    line-height: 140%;
    background: #FFF;
    font-size: .75rem;
    text-decoration: none;
    text-align: left;
    display: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
    transform: scale(.98, .98) translateY(5px);
    opacity: 1;
    z-index: -1;
    transition: transform .15s ease;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    color: #1c3f91;
    text-decoration: none;
}

    a:hover {
        color: #89affb;
    }

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2828, 63, 145, 1%29' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-toggler {
    padding: 0.25rem 0rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0.25rem;
    transition: none;
}

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: 0;
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0);
    border-color: none;
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 0em; /*sets desktop margin for logo*/
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    width: 30%;
    height: 100%;
}

.addeventatc {
    display: inline-block;
    position: relative;
    z-index: 99998;
    font-family: "Trebuchet MS", Tahoma, sans-serif;
    color: #FFF !important;
    font-weight: 900;
    line-height: 100%;
    background: #1c3f91;
    font-size: 1.125rem;
    text-decoration: none;
    border: 0px solid transparent;
    padding-top: 0.5rem;
    width: 215px;
    height: 46px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased !important;
    outline-color: rgba(0, 78, 255, 0.5);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0.5px rgba(50, 50, 93, .17), 0 2px 5px 0 rgba(50, 50, 93, .1), 0 1px 1.5px 0 rgba(0, 0, 0, .07), 0 1px 2px 0 rgba(0, 0, 0, .08), 0 0 0 0 transparent !important;
    background-image: url(https://cdn.addevent.com/libs/imgs/icon-calendar-t5.png), url(https://cdn.addevent.com/libs/imgs/icon-calendar-t1.svg), url(https://cdn.addevent.com/libs/imgs/icon-apple-t5.svg), url(https://cdn.addevent.com/libs/imgs/icon-facebook-t5.svg), url(https://cdn.addevent.com/libs/imgs/icon-google-t5.svg), url(https://cdn.addevent.com/libs/imgs/icon-office365-t5.svg), url(https://cdn.addevent.com/libs/imgs/icon-outlook-t5.svg), url(https://cdn.addevent.com/libs/imgs/icon-outlookcom-t5.svg), url(https://cdn.addevent.com/libs/imgs/icon-yahoo-t5.svg);
    background-position: -9999px -9999px;
    background-repeat: no-repeat;
    margin-left: -25px;
}

html {
    font-size: 22px;
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 0em; /*sets desktop margin for logo*/
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    width: 35%;
    height: 100%;
}

img.icon {
    width: 65%;
}

.h1, h1 {
    font-size: 1.8rem;
    font-weight: 900;
}

.h2, h2 {
    font-size: 27px;
    font-weight: 900;
    margin-bottom: .25rem;
}

.h3, h3 {
    font-size: 22px;
    font-weight: 900;
}

.parlight {
    color: #88aefa;
    font-size: .75rem;
    line-height: .9rem;
    width: 100%;
}

.pardark {
    color: #1c3f91;
    font-size: .75rem;
    line-height: .9rem;
}

.smfooter {
    font-size: .65rem;
    line-height: .85rem;
    padding: 0 2.2rem;
}



.heroimg-home {
    background-image: url("../images/HeroHome_Mobile.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    /*background-position: center;*/
}

.bannerimg-home {
    background-image: url("../images/BannerHome.webp");
    background-repeat: no-repeat;
    background-size: contain;
    height: 170px;
    background-position: -130px
}

.heroimg-about {
    background-image: url("../images/HeroAbout.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    background-position: center;
}

.bannerimg-about {
    background-image: url("../images/BannerAboutSmall.webp");
    background-repeat: no-repeat;
    background-size: contain;
    height: 240px;
    background-position: -130px
}

.heroimg-annualmeeting {
    background-image: url("../images/HeroAnnualMeeting.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    background-position: center;
}

.bannerimg-annualmeeting {
    background-image: url("../images/BannerAnnualMeeting.webp");
    background-repeat: no-repeat;
    background-size: contain;
    height: 185px;
    background-position: -115px
}

.heroimg-contactus {
    background-image: url("../images/HeroContact.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    background-position: center;
}

.bannerimg-contactus {
    background-image: url("../images/BannerContact.webp");
    background-repeat: no-repeat;
    background-size: contain;
    height: 195px;
    background-position: -135px
}

.heroimg-enroll {
    background-image: url("../images/HeroEnroll.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    background-position: center;
}

.bannerimg-enroll {
    background-image: url("../images/BannerEnroll.webp");
    background-repeat: no-repeat;
    background-size: contain;
    height: 195px;
    background-position: -105px
}

.heroimg-news {
    background-image: url("../images/HeroNews.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    background-position: center;
}

.bannerimg-news {
    background-image: url("../images/BannerNews.webp");
    background-repeat: no-repeat;
    background-size: contain;
    height: 195px;
    background-position: -105px
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    max-width: 75%;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0rem;
    background-position-y: -30px;
}

.card-text, p {
    font-size: .75rem;
    line-height: .9rem;
    margin-bottom: .15rem;
}

.card-body {
    flex: 1 1 auto;
    padding: .5rem 0rem;
}

.card-title {
    margin-bottom: 1rem;
}


.card-img, .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-img-about {
    background-image: url("../images/card-about-us.webp");
    background-repeat: no-repeat;
    background-size: contain;
    margin
}

.card-img-enroll {
    background-image: url("../images/card-enroll.webp");
    background-repeat: no-repeat;
    background-size: contain;
}

.card-img-news {
    background-image: url("../images/card-news.webp");
    background-repeat: no-repeat;
    background-size: contain;
}

.card-img-annualmeeting {
    background-image: url("../images/card-meeting.webp");
    background-repeat: no-repeat;
    background-size: contain;
}

.card-img-contactus {
    background-image: url("../images/card-contactus.webp");
    background-repeat: no-repeat;
    background-size: contain;
}

.card-img-obamacare {
    background-image: url("../images/card-article-obamacare.webp");
    background-repeat: no-repeat;
    background-size: contain;
}

.card-img-calories {
    background-image: url("../images/card-article-calorietracking.webp");
    background-repeat: no-repeat;
    background-size: contain;
}

.card-img-401k {
    background-image: url("../images/card-article-ruleof72.webp");
    background-repeat: no-repeat;
    background-size: contain;
}

.card-footer {
    padding: 1rem 0rem;
    background-color: rgba(0, 0, 0, 0);
    border-top: 0px solid rgba(0, 0, 0, 0);
}
@media (min-width: 576px) {
    .addeventatc {
        display: inline-block;
        position: relative;
        z-index: 99998;
        font-family: "Trebuchet MS", Tahoma, sans-serif;
        color: #FFF !important;
        font-weight: 900;
        line-height: 100%;
        background: #1c3f91;
        font-size: 1.125rem;
        text-decoration: none;
        border: 0px solid transparent;
        padding-top: 0.5rem;
        width: 215px;
        height: 46px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        cursor: pointer;
        -webkit-font-smoothing: antialiased !important;
        outline-color: rgba(0, 78, 255, 0.5);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
        -webkit-user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0.5px rgba(50, 50, 93, .17), 0 2px 5px 0 rgba(50, 50, 93, .1), 0 1px 1.5px 0 rgba(0, 0, 0, .07), 0 1px 2px 0 rgba(0, 0, 0, .08), 0 0 0 0 transparent !important;
        background-image: url(https://cdn.addevent.com/libs/imgs/icon-calendar-t5.png), url(https://cdn.addevent.com/libs/imgs/icon-calendar-t1.svg), url(https://cdn.addevent.com/libs/imgs/icon-apple-t5.svg), url(https://cdn.addevent.com/libs/imgs/icon-facebook-t5.svg), url(https://cdn.addevent.com/libs/imgs/icon-google-t5.svg), url(https://cdn.addevent.com/libs/imgs/icon-office365-t5.svg), url(https://cdn.addevent.com/libs/imgs/icon-outlook-t5.svg), url(https://cdn.addevent.com/libs/imgs/icon-outlookcom-t5.svg), url(https://cdn.addevent.com/libs/imgs/icon-yahoo-t5.svg);
        background-position: -9999px -9999px;
        background-repeat: no-repeat;
        margin-left:-25px;
    }
    html {
        font-size: 22px;
    }

    .navbar-brand {
        padding-top: .3125rem;
        padding-bottom: .3125rem;
        margin-right: 0em; /*sets desktop margin for logo*/
        font-size: 1.25rem;
        text-decoration: none;
        white-space: nowrap;
        width: 30%;
        height: 100%;
    }

    img.icon {
        width: 65%;
    }

    .h1, h1 {
        font-size: 48px;
        font-weight: 900;
    }

    .h2, h2 {
        font-size: 27px;
        font-weight: 900;
        margin-bottom: .25rem;
    }

    .h3, h3 {
        font-size: 30px;
        font-weight: 900;
    }

    .parlight {
        color: #88aefa;
        font-size: .93rem;
        line-height: 1.2rem;
        width: 100%;
    }
    .pardark {
        color: #1c3f91;
        font-size: .93rem;
        line-height: 1.2rem;
    }
    .smfooter {
        font-size: .8rem;
    }
    .btn {
        display: inline-block;
        font-weight: 900;
        line-height: 1.5;
        color: #212529;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 0px solid transparent;
        padding: 0.025rem 2.0rem;
        font-size: 1.1rem;
        border-radius: 0rem;
        transition: none;
    }

        .btn:hover {
            color: #88aefa;
        }

        .btn-check:focus + .btn, .btn:focus {
            outline: 0;
            box-shadow: none;
        }

    .btn-primary {
        color: #fff;
        background-color: #1c3f91;
        border-color: #1c3f91;
    }

        .btn-primary:hover {
            color: #fff;
            background-color: #89affb;
            border-color: #FFF;
        }

    .btn-secondary {
        color: #1c3f91;
        background-color: #fff;
        border-color: #1c3f91;
    }

        .btn-secondary:hover {
            color: #fff;
            background-color: #89affb;
            border-color: #89affb;
        }

    .btn-sm, .btn-group-sm > .btn {
        padding: 0rem;
        width: 165px;
        height: 36px;
        font-size: 1.025rem;
        border-radius: 0rem;
    }

    .btn-sm-white, .btn-group-sm > .btn {
        padding: 0rem;
        width: 205px;
        height: 36px;
        font-size: 1.125rem;
        border-radius: 0rem;
    }

    .btn-md, .btn-group-sm > .btn {
        padding: 0rem;
        width: 215px;
        height: 46px;
        font-size: 1.125rem;
        border-radius: 0rem;
    }

    .heroimg-home {
        background-image: url("../images/HeroHome.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 590px;
    }

    .bannerimg-home {
        background-image: url("../images/BannerHome.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 195px;
        background-position: -105px
    }

    .heroimg-about {
        background-image: url("../images/HeroAbout.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 550px;
    }

    .bannerimg-about {
        background-image: url("../images/BannerAboutSmall.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 250px;
        background-position: -100px
    }

    .heroimg-annualmeeting {
        background-image: url("../images/HeroAnnualMeeting.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 550px;
    }

    .bannerimg-annualmeeting {
        background-image: url("../images/BannerAnnualMeeting.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 195px;
        background-position: -105px
    }

    .heroimg-contactus {
        background-image: url("../images/HeroContact.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 550px;
    }

    .bannerimg-contactus {
        background-image: url("../images/BannerContact.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 195px;
        background-position: -105px
    }

    .heroimg-enroll {
        background-image: url("../images/HeroEnroll.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 550px;
    }

    .bannerimg-enroll {
        background-image: url("../images/BannerEnroll.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 195px;
        background-position: -105px
    }

    .heroimg-news {
        background-image: url("../images/HeroNews.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 550px;
    }

    .bannerimg-news {
        background-image: url("../images/BannerNews.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 195px;
        background-position: -105px
    }

    .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        max-width: 75%;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: 0rem;
        background-position-y: -30px;
    }

    .card-text, p {
        font-size: 1rem;
        line-height: 1.2rem;
        margin-bottom: .5rem;
    }

    .card-body {
        flex: 1 1 auto;
        padding: .5rem 0rem;
    }

    .btn-sm, .btn-group-sm > .btn {
        padding: 0rem;
        width: 155px;
        height: 36px;
        font-size: 1.1rem;
        border-radius: 0rem;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 22px;
    }

    .navbar-brand {
        padding-top: .3125rem;
        padding-bottom: .3125rem;
        margin-right: 0em; /*sets desktop margin for logo*/
        font-size: 1.25rem;
        text-decoration: none;
        white-space: nowrap;
        width: 25%;
        height: 100%;
    }
    img.icon {
        width: 65%;
    }

    .h1, h1 {
        font-size: 38px;
        font-weight: 900;
    }

    .h2, h2 {
        font-size: 27px;
        font-weight: 900;
        margin-bottom: .25rem;
    }
    .h3, h3 {
        font-size: 22px;
        font-weight: 900;
    }
    .parlight {
        color: #88aefa;
        font-size: 1.0rem;
        line-height: 1.1rem;
        width: 100%;
    }

    .btn {
        display: inline-block;
        font-weight: 900;
        line-height: 1.5;
        color: #212529;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 0px solid transparent;
        padding: 0.025rem 2.0rem;
        font-size: 1.1rem;
        border-radius: 0rem;
        transition: none;
    }

        .btn:hover {
            color: #88aefa;
        }

        .btn-check:focus + .btn, .btn:focus {
            outline: 0;
            box-shadow: none;
        }

    .btn-primary {
        color: #fff;
        background-color: #1c3f91;
        border-color: #1c3f91;
    }

        .btn-primary:hover {
            color: #fff;
            background-color: #89affb;
            border-color: #FFF;
        }

    .btn-secondary {
        color: #1c3f91;
        background-color: #fff;
        border-color: #1c3f91;
    }

        .btn-secondary:hover {
            color: #fff;
            background-color: #89affb;
            border-color: #89affb;
        }

    .btn-sm, .btn-group-sm > .btn {
        padding: 0rem;
        width: 165px;
        height: 36px;
        font-size: 1.025rem;
        border-radius: 0rem;
    }

    .btn-sm-white, .btn-group-sm > .btn {
        padding: 0rem;
        width: 205px;
        height: 36px;
        font-size: 1.125rem;
        border-radius: 0rem;
    }

    .btn-md, .btn-group-sm > .btn {
        padding: 0rem;
        width: 215px;
        height: 46px;
        font-size: 1.125rem;
        border-radius: 0rem;
    }

    .heroimg-home {
        background-image: url("../images/HeroHome.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 390px;
    }

    .bannerimg-home {
        background-image: url("../images/BannerHome.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 230px;
        background-position: -25px
    }

    .heroimg-about {
        background-image: url("../images/HeroAbout.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 390px;
    }

    .bannerimg-about {
        background-image: url("../images/BannerAbout.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 230px;
        background-position: -25px
    }

    .heroimg-annualmeeting {
        background-image: url("../images/HeroAnnualMeeting.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 390px;
    }

    .bannerimg-annualmeeting {
        background-image: url("../images/BannerAnnualMeeting.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 230px;
        background-position: -25px
    }

    .heroimg-contactus {
        background-image: url("../images/HeroContact.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 390px;
    }

    .bannerimg-contactus {
        background-image: url("../images/BannerContact.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 230px;
        background-position: -25px
    }

    .heroimg-enroll {
        background-image: url("../images/HeroEnroll.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 390px;
    }

    .bannerimg-enroll {
        background-image: url("../images/BannerEnroll.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 230px;
        background-position: -25px
    }

    .heroimg-news {
        background-image: url("../images/HeroNews.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 390px;
    }

    .bannerimg-news {
        background-image: url("../images/BannerNews.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 230px;
        background-position: -25px
    }

    .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        max-width: 28%;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: 0rem;
    }

    .card-text, p {
        font-size: .8rem;
        line-height: 1rem;
        margin-bottom: .75rem;
    }

    .card-body {
        flex: 1 1 auto;
        padding: .5rem 0rem;
    }

    .btn-sm, .btn-group-sm > .btn {
        padding: 0rem;
        width: 155px;
        height: 36px;
        font-size: 1.1rem;
        border-radius: 0rem;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 22px;
    }

    .navbar-brand {
        padding-top: .3125rem;
        padding-bottom: .3125rem;
        margin-right: 0em; /*sets desktop margin for logo*/
        font-size: 1.25rem;
        text-decoration: none;
        white-space: nowrap;
        width: 19%;
        height: 100%;
    }
    img.icon {
        width: 85%;
    }

    .h1, h1 {
        font-size: 48px;
        font-weight: 900;
    }

    .h2, h2 {
        font-size: 30px;
        font-weight: 900;
    }
    .h3, h3 {
        font-size: 30px;
        font-weight: 900;
    }
    .parlight {
        color: #88aefa;
        font-size: 1.2rem;
        line-height: 1.2;
        width: 100%;
    }

    .btn {
        display: inline-block;
        font-weight: 900;
        line-height: 1.5;
        color: #212529;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 0px solid transparent;
        padding: 0.025rem 3.0rem;
        font-size: 1.35rem;
        border-radius: 0rem;
        transition: none;
    }

        .btn:hover {
            color: #88aefa;
        }

        .btn-check:focus + .btn, .btn:focus {
            outline: 0;
            box-shadow: none;
        }

    .btn-primary {
        color: #fff;
        background-color: #1c3f91;
        border-color: #1c3f91;
    }

        .btn-primary:hover {
            color: #fff;
            background-color: #89affb;
            border-color: #FFF;
        }

    .btn-secondary {
        color: #1c3f91;
        background-color: #fff;
        border-color: #1c3f91;
    }

        .btn-secondary:hover {
            color: #fff;
            background-color: #89affb;
            border-color: #89affb;
        }

    .btn-sm, .btn-group-sm > .btn {
        padding: 0rem;
        width: 165px;
        height: 36px;
        font-size: 1.025rem;
        border-radius: 0rem;
    }

    .btn-sm-white, .btn-group-sm > .btn {
        padding: 0rem;
        width: 205px;
        height: 36px;
        font-size: 1.125rem;
        border-radius: 0rem;
    }

    .btn-md, .btn-group-sm > .btn {
        padding: 0rem;
        width: 215px;
        height: 46px;
        font-size: 1.125rem;
        border-radius: 0rem;
    }


    .heroimg-home {
        background-image: url("../images/HeroHome.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 520px;
    }

    .bannerimg-home {
        background-image: url("../images/BannerHome.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 334px;
    }

    .heroimg-about {
        background-image: url("../images/HeroAbout.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 475px;
    }

    .bannerimg-about {
        background-image: url("../images/BannerAbout.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 334px;
    }

    .heroimg-annualmeeting {
        background-image: url("../images/HeroAnnualMeeting.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 475px;
    }

    .bannerimg-annualmeeting {
        background-image: url("../images/BannerAnnualMeeting.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 334px;
    }

    .heroimg-contactus {
        background-image: url("../images/HeroContact.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 475px;
    }

    .bannerimg-contactus {
        background-image: url("../images/BannerContact.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 334px;
    }

    .heroimg-enroll {
        background-image: url("../images/HeroEnroll.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 475px;
    }

    .bannerimg-enroll {
        background-image: url("../images/BannerEnroll.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 334px;
    }

    .heroimg-news {
        background-image: url("../images/HeroNews.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 475px;
    }

    .bannerimg-news {
        background-image: url("../images/BannerNews.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 334px;
    }

    .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        max-width: 28%;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: 0rem;
    }

    .card-text, p {
        font-size: .9rem;
        line-height: 1.2rem;
        margin-bottom: 1rem;
    }

    .card-body {
        flex: 1 1 auto;
        padding: .5rem 0rem;
    }

    .btn-sm, .btn-group-sm > .btn {
        padding: 0rem;
        width: 165px;
        height: 36px;
        font-size: 1.125rem;
        border-radius: 0rem;
    }
}


@media (min-width: 1200px) {
    img.icon {
        width: 95%;
    }

    .h1, h1 {
        font-size: 58px;
        font-weight: 900;
    }
    .h2, h2 {
        font-size: 37px;
        font-weight: 900;
    }
    .h3, h3 {
        font-size: 30px;
        font-weight: 900;
    }
    .parlight {
        color: #88aefa;
        font-size: 1.4rem;
        line-height: 1.2;
        width: 100%;
    }
    .btn {
        display: inline-block;
        font-weight: 900;
        line-height: 1.5;
        color: #212529;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 0px solid transparent;
        padding: 0.025rem 3.0rem;
        font-size: 1.55rem;
        border-radius: 0rem;
        transition: none;
    }

        .btn:hover {
            color: #88aefa;
        }

        .btn-check:focus + .btn, .btn:focus {
            outline: 0;
            box-shadow: none;
        }

    .btn-primary {
        color: #fff;
        background-color: #1c3f91;
        border-color: #1c3f91;
    }

        .btn-primary:hover {
            color: #fff;
            background-color: #89affb;
            border-color: #FFF;
        }

    .btn-secondary {
        color: #1c3f91;
        background-color: #fff;
        border-color: #1c3f91;
    }

        .btn-secondary:hover {
            color: #fff;
            background-color: #89affb;
            border-color: #89affb;
        }

    .btn-sm, .btn-group-sm > .btn {
        padding: 0rem;
        width: 165px;
        height: 36px;
        font-size: 1.125rem;
        border-radius: 0rem;
    }

    .btn-sm-white, .btn-group-sm > .btn {
        padding: 0rem;
        width: 205px;
        height: 36px;
        font-size: 1.125rem;
        border-radius: 0rem;
    }

    .btn-md, .btn-group-sm > .btn {
        padding: 0rem;
        width: 215px;
        height: 46px;
        font-size: 1.125rem;
        border-radius: 0rem;
    }


    .heroimg-home {
        background-image: url("../images/HeroHome.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 620px;
    }
    .bannerimg-home {
        background-image: url("../images/BannerHome.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 414px;
    }

    .heroimg-about {
        background-image: url("../images/HeroAbout.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 565px;
    }

    .bannerimg-about {
        background-image: url("../images/BannerAbout.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 414px;
    }

    .heroimg-annualmeeting {
        background-image: url("../images/HeroAnnualMeeting.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 565px;
    }

    .bannerimg-annualmeeting {
        background-image: url("../images/BannerAnnualMeeting.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 414px;
    }

    .heroimg-contactus {
        background-image: url("../images/HeroContact.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 565px;
    }

    .bannerimg-contactus {
        background-image: url("../images/BannerContact.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 414px;
    }

    .heroimg-enroll {
        background-image: url("../images/HeroEnroll.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 565px;
    }

    .bannerimg-enroll {
        background-image: url("../images/BannerEnroll.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 414px;
    }

    .heroimg-news {
        background-image: url("../images/HeroNews.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 565px;
    }

    .bannerimg-news {
        background-image: url("../images/BannerNews.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 414px;
    }

    .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        max-width: 28%;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: 0rem;
    }
    .card-text, p {
        font-size: 1rem;
        line-height: 1.4rem;
        margin-bottom: 1.5rem;
    }
    .card-body {
        flex: 1 1 auto;
        padding: .5rem 0rem;
    }
    .btn-sm, .btn-group-sm > .btn {
        padding: 0rem;
        width: 165px;
        height: 36px;
        font-size: 1.125rem;
        border-radius: 0rem;
    }
}

@media (min-width: 1400px) {
    img.icon {
        width: 100%;
    }

    .fs-6 {
        font-size: .75rem !important;
    }

    .horizontal-align {
        display: flex;
        justify-content: center;
    }

    .h1, h1 {
        font-size: 68px;
        font-weight: 900;
    }

    .h2, h2 {
        font-size: 52px;
        font-weight: 900;
    }

    .h3, h3 {
        font-size: 32px;
        font-weight: 900;
    }

    .text-small {
        font-size: .75rem;
    }

    .parlight {
        color: #88aefa;
        font-size: 1.5rem;
        line-height: 1.3;
        width: 100%;
    }

    .pardark {
        color: #1c3f91;
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .text-lightblue {
        color: #88aefa;
    }

    .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: .85rem;
        font-weight: 400;
        line-height: 1.5;
        color: #8c8c8c;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #88aefa;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .btn-close {
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: 0.25em 0.25em;
        color: #000;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23174992'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        border-radius: 0.25rem;
        opacity: 1;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #1c3f91;
    }

        .navbar-light .navbar-nav .nav-link:hover {
            color: #89affb;
        }

    .btn {
        display: inline-block;
        font-weight: 900;
        line-height: 1.5;
        color: #212529;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 0px solid transparent;
        padding: 0.03rem 3.25rem;
        font-size: 1.65rem;
        border-radius: 0rem;
        transition: none;
    }

        .btn:hover {
            color: #88aefa;
        }

        .btn-check:focus + .btn, .btn:focus {
            outline: 0;
            box-shadow: none;
        }

    .btn-primary {
        color: #fff;
        background-color: #1c3f91;
        border-color: #1c3f91;
    }

        .btn-primary:hover {
            color: #fff;
            background-color: #89affb;
            border-color: #FFF;
        }

    .btn-secondary {
        color: #1c3f91;
        background-color: #fff;
        border-color: #1c3f91;
    }

        .btn-secondary:hover {
            color: #fff;
            background-color: #89affb;
            border-color: #89affb;
        }

    .btn-sm, .btn-group-sm > .btn {
        padding: 0rem;
        width: 165px;
        height: 36px;
        font-size: 1.125rem;
        border-radius: 0rem;
    }

    .btn-sm-white, .btn-group-sm > .btn {
        padding: 0rem;
        width: 205px;
        height: 36px;
        font-size: 1.125rem;
        border-radius: 0rem;
    }

    .btn-md, .btn-group-sm > .btn {
        padding: 0rem;
        width: 215px;
        height: 46px;
        font-size: 1.125rem;
        border-radius: 0rem;
    }

    .addeventatc {
        display: inline-block;
        position: relative;
        z-index: 99998;
        font-family: "Trebuchet MS", Tahoma, sans-serif;
        color: #FFF !important;
        font-weight: 900;
        line-height: 100%;
        background: #1c3f91;
        font-size: 1.125rem;
        text-decoration: none;
        border: 0px solid transparent;
        padding-top: 0.5rem;
        width: 215px;
        height: 46px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        cursor: pointer;
        -webkit-font-smoothing: antialiased !important;
        outline-color: rgba(0, 78, 255, 0.5);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
        -webkit-user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0.5px rgba(50, 50, 93, .17), 0 2px 5px 0 rgba(50, 50, 93, .1), 0 1px 1.5px 0 rgba(0, 0, 0, .07), 0 1px 2px 0 rgba(0, 0, 0, .08), 0 0 0 0 transparent !important;
        background-image: url(https://cdn.addevent.com/libs/imgs/icon-calendar-t5.png), url(https://cdn.addevent.com/libs/imgs/icon-calendar-t1.svg), url(https://cdn.addevent.com/libs/imgs/icon-apple-t5.svg), url(https://cdn.addevent.com/libs/imgs/icon-facebook-t5.svg), url(https://cdn.addevent.com/libs/imgs/icon-google-t5.svg), url(https://cdn.addevent.com/libs/imgs/icon-office365-t5.svg), url(https://cdn.addevent.com/libs/imgs/icon-outlook-t5.svg), url(https://cdn.addevent.com/libs/imgs/icon-outlookcom-t5.svg), url(https://cdn.addevent.com/libs/imgs/icon-yahoo-t5.svg);
        background-position: -9999px -9999px;
        background-repeat: no-repeat;
    }

    .addeventatc_dropdown {
        margin-top: 80px;
        position: absolute;
        width: 220px;
        padding: 6px;
        font-family: "Trebuchet MS", Tahoma, sans-serif;
        color: #1c3f91 !important;
        font-weight: 900;
        line-height: 140%;
        background: #FFF;
        font-size: .75rem;
        text-decoration: none;
        text-align: left;
        display: none;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
        -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
        transform: scale(.98, .98) translateY(5px);
        opacity: 1;
        z-index: -1;
        transition: transform .15s ease;
        -webkit-user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    a {
        color: #1c3f91;
        text-decoration: none;
    }

        a:hover {
            color: #89affb;
        }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2828, 63, 145, 1%29' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 2em;
        height: 2.5em;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    .navbar-toggler {
        padding: 0.25rem 0rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 0px solid transparent;
        border-radius: 0.25rem;
        transition: none;
    }

        .navbar-toggler:focus {
            text-decoration: none;
            outline: 0;
            box-shadow: 0;
        }

    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, 0);
        border-color: none;
    }

    .navbar-brand {
        padding-top: .3125rem;
        padding-bottom: .3125rem;
        margin-right: 0em; /*sets desktop margin for logo*/
        font-size: 1.25rem;
        text-decoration: none;
        white-space: nowrap;
        width: ;
        height: 100%;
    }

    .heroimg-home {
        background-image: url("../images/HeroHome.webp");
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 720px;
    }

    .bannerimg-home {
        background-image: url("../images/BannerHome.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 494px;
    }

    .heroimg-about {
        background-image: url("../images/HeroAbout.webp");
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 650px;
    }

    .bannerimg-about {
        background-image: url("../images/BannerAbout.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 494px;
    }

    .heroimg-annualmeeting {
        background-image: url("../images/HeroAnnualMeeting.webp");
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 650px;
    }

    .bannerimg-annualmeeting {
        background-image: url("../images/BannerAnnualMeeting.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 494px;
    }

    .heroimg-contactus {
        background-image: url("../images/HeroContact.webp");
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 650px;
    }

    .bannerimg-contactus {
        background-image: url("../images/BannerContact.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 494px;
    }

    .heroimg-enroll {
        background-image: url("../images/HeroEnroll.webp");
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 650px;
    }

    .bannerimg-enroll {
        background-image: url("../images/BannerEnroll.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 494px;
    }

    .heroimg-news {
        background-image: url("../images/HeroNews.webp");
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 650px;
    }

    .bannerimg-news {
        background-image: url("../images/BannerNews.webp");
        background-repeat: no-repeat;
        background-size: contain;
        height: 494px;
    }
    .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        max-width: 28%;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: 0rem;
    }
    .card-text, p {
        font-size: 1.1rem;
        line-height: 1.5rem;
        margin-bottom: 2rem;
    }
    .btn-sm, .btn-group-sm > .btn {
        padding: 0rem;
        width: 165px;
        height: 36px;
        font-size: 1.125rem;
        border-radius: 0rem;
    }
}
