@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800&display=swap');

:root {
    --alert-color: #f24822;
    --divider-color: #D1D2D4;
    --divider-bar: 2px solid var(--divider-color);
    /*Bootstrap Variables*/
    --bs-breadcrumb-divider: ">";
    /*Header Variables*/
    --special-scrollbar-track-color: #0000001a;
    --special-scrollbar-thumb-color: #808080ad;
    --door-color-one: #8DC63F;
    --door-color-two: #F9A51A;
    --door-color-three: #4cacdd;
    --door-colorShade-one: rgb(89, 173, 70,0.10);
    --door-colorShade-two: rgb(250, 166, 26,0.10);
    --door-colorShade-three: rgb(0, 137, 207,0.10);
    --Black: #292929;
    --Soft-Black: #494949;
    --black-7: rgba(41, 41, 41, 0.07);
    --black-10: rgba(41, 41, 41, 0.10);
    --black-20: rgba(41, 41, 41, 0.20);
    --black-50: rgba(41, 41, 41, 0.50);
    --white-50: rgba(255, 255, 255, 0.50);
    --Red: #E41212;
    --White: #FFF;
    --Blue: #0089CF;
    --Dark-Blue: #04559F;
    --blue-10: rgba(230,243,250, 0.10);
    --Yellow: #FAA61A;
    --yellow-10: rgba(250, 166, 26, 0.10);
    --Purple: #6E2B7D;
    --green-15: rgba(89, 173, 70, 0.15);
    --Green: #59AD46;
    --Light-Green: #8DC63F;
    --fa-list-icon: "\f0c8";
}

/*#region Typeography*/

/*region Navigation MainMenu*/
.gedsb-master-section {
    padding-top: 15rem;
}

    .gedsb-master-section section section {
        padding: initial;
    }

    .gedsb-master-section section {
        padding: 0 3rem;
    }

.section--match {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

section[id], div[id] {
    scroll-margin-top: 200px;
}

@media(min-width: 1488px) {
    html {
        overflow-x: hidden;
    }

        html:has(.slide-open) {
            overflow-x: unset;
        }

    .bg--fw {
        position: relative;
    }

        .bg--fw:before {
            content: '';
            background-color: inherit;
            position: absolute;
            height: 100%;
            width: 200vw;
            top: 0;
            left: -100vw;
            z-index: -1;
        }
}

@media(max-width: 1488px) {
    .gedsb-master-section {
        padding-top: 13rem;
    }

        .gedsb-master-section section {
            padding: 0 2.25rem;
        }

    .section--match {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }

    section[id], div[id] {
        scroll-margin-top: 175px;
    }
}

@media(max-width: 556px) {
    .gedsb-master-section {
        padding-top: 12.125rem;
    }

        .gedsb-master-section section, .section--match {
            padding: 0 1.5rem;
        }

    .section--match {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

.gedsb-master-section section.section--fw {
    padding: unset;
}

body.slide-open {
    position: fixed !important;
    overflow-y: scroll !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

body.m-nav-open {
    overflow: hidden;
}
/*endregion*/

/*===== Typeograhpy =====*/
html {
    font-size: 16px;
}

body {
    max-width: 1488px;
    margin: 0 auto;
    color: var(--Black);
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem;
    letter-spacing: 0.01rem;
}

h1, .h1 {
    color: var(--Black);
    font-family: Montserrat;
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4.375rem;
    margin-bottom: 0;
}

h2, .h2 {
    color: var(--Black);
    font-family: Montserrat;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.125rem;
    margin-bottom: 0;
}

h3, .h3 {
    color: var(--Black);
    font-family: Montserrat;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.5rem;
    margin-bottom: 0;
}

.h3--light {
    font-weight: 600;
}

h4, .h4 {
    color: var(--Black);
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.125rem;
    margin-bottom: 0;
}

h5, .h5 {
    color: var(--Black);
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.875rem;
    margin-bottom: 0;
}

h6, .h6 {
    color: var(--Black);
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.625rem;
    margin-bottom: 0;
}

em {
    color: var(--Black);
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.875rem;
}

.em--m {
    font-size: 1.875rem;
    line-height: 2.5rem;
}

.em--l {
    font-size: 2.5rem;
    line-height: 3.125rem;
}

/*Slug*/
.gedsb--slug {
    color: var(--Soft-Black);
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
    text-transform: uppercase;
}

/*Date & Location*/
time, .gedsb--date {
    color: var(--Soft-Black);
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: uppercase;
}

/*Caption & Small Text*/
caption, small, .gedsb--small {
    color: var(--Soft-Black);
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
}

@media(max-width: 832px) {
    h1, .h1 {
        font-size: 3.125rem;
        line-height: 3.75rem;
    }

    h2, .h2 {
        font-size: 2.1875rem;
        line-height: 2.8125rem;
    }

    h3, .h3 {
        font-size: 1.75rem;
        line-height: 2.375rem;
    }

    h4, .h4 {
        font-size: 1.375rem;
        line-height: 2rem;
    }
}

@media(max-width: 556px) {
    h1, .h1 {
        font-size: 2.6rem;
        line-height: 3.2rem;
    }

    h3, .h3 {
        font-size: 1.625rem;
        line-height: 2.25rem;
    }

    h4, .h4 {
    }
}
/*#endregion Typeography*/

/*#region Bootstrap overwrite*/

/*Row*/
.row {
    --bs-gutter-x: 0;
}

/*#endregion Bootstrap overwrite*/

/*#region Template Styles */
/*===== Template Styles =====*/

/*Home*/
.home-container {
    position: relative;
    overflow: hidden;
}

/*Main Col Left*/
.gedsb-t1-col-left, .gedsb-t2-col-left, .gedsb-t3-col-left, .gedsb-t4-col-left {
    padding-right: 40px;
    border-right: var(--divider-bar);
    min-height: 100%;
    display: none;
}

/*Main Col Right*/
.gedsb-t1-col-right, .gedsb-t2-col-right, .gedsb-t3-col-right, .gedsb-t4-col-right {
    margin: 0 45px 0 40px;
}

/*#region Breadcrumb*/
.breadcrumb, .breadcrumb a {
    color: var(--Soft-Black);
    /* Bread Crumbs */
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
}
/*#endregion*/

/*Conent Section*/
.gedsb-t-section:not(:last-child) {
    border-bottom: var(--divider-bar);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

/*Content Section Column Divider*/
.gedsb-t-col-divide {
    border-bottom: var(--divider-bar);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

/*Feature Section*/
div:has(> .gedsb-feature-section) {
    display: flex;
    justify-content: center;
}

.gedsb-feature-section {
    align-self: flex-start;
    padding: 20px;
    background: #d4e6f6;
    font-size: 1rem;
    line-height: 1.4rem;
    width: 265px;
    max-width: 265px;
}

/*Images Section*/
.gedsb-images-section {
    display: grid;
    place-items: center;
}

.gedsb-image-section {
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

    .gedsb-image-section picture {
        display: flex !important;
        justify-content: center;
        aspect-ratio: 16/9;
    }

    .gedsb-image-section img {
        aspect-ratio: 16/9;
    }

/*Ordered List */
ol li {
    color: var(--Black);
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.625rem;
}

    ol li::marker {
        font-weight: 700;
    }

/*Unordered List*/
.gedsb-t-section-content-area ul {
    list-style: none;
}

    .gedsb-t-section-content-area ul ul {
        padding-left: 2rem;
    }

        .gedsb-t-section-content-area ul ul ul ul ul {
            list-style: initial;
        }

    .gedsb-t-section-content-area ul li:before {
        font-family: 'FontAwesome';
        content: var(--fa-list-icon);
        color: #FAA61A;
        position: absolute;
        left: -1rem;
    }

    .gedsb-t-section-content-area ul ul li:before {
        font-family: 'FontAwesome';
        content: var(--fa-list-icon);
        color: #0089CF;
    }

    .gedsb-t-section-content-area ul ul ul li:before {
        font-family: 'FontAwesome';
        content: var(--fa-list-icon);
        color: #59AD46;
    }

    .gedsb-t-section-content-area ul ul ul ul li:before {
        font-family: 'FontAwesome';
        content: var(--fa-list-icon);
        color: #6E2B7D;
    }

    .gedsb-t-section-content-area ul li {
        flex-wrap: wrap;
        font-size: 1rem;
        line-height: 1.4rem;
        position: relative;
        padding-left: 1rem;
    }

    .gedsb-t-section-content-area ul ul ul ul ul li:before {
        content: '';
    }

.gedsb-t-section-content-area-SO ul,
.gedsb-t-section-content-area-SO ul ul,
.gedsb-t-section-content-area-SO ul ul ul,
.gedsb-t-section-content-area-SO ul ul ul ul,
.gedsb-t-section-content-area-blue ul,
.gedsb-t-section-content-area-blue ul ul,
.gedsb-t-section-content-area-blue ul ul ul,
.gedsb-t-section-content-area-blue ul ul ul ul,
.gedsb-t-section-content-area-green ul,
.gedsb-t-section-content-area-green ul ul,
.gedsb-t-section-content-area-green ul ul ul,
.gedsb-t-section-content-area-green ul ul ul ul,
.gedsb-tcd ul {
    list-style: none;
    padding-left: 1rem;
}

    .gedsb-t-section-content-area-SO ul li,
    .gedsb-t-section-content-area-SO ul ul li,
    .gedsb-t-section-content-area-SO ul ul ul li,
    .gedsb-t-section-content-area-SO ul ul ul ul li,
    .gedsb-t-section-content-area-blue ul li,
    .gedsb-t-section-content-area-blue ul ul li,
    .gedsb-t-section-content-area-blue ul ul ul li,
    .gedsb-t-section-content-area-blue ul ul ul ul li,
    .gedsb-t-section-content-area-green ul li,
    .gedsb-t-section-content-area-green ul ul li,
    .gedsb-t-section-content-area-green ul ul ul li,
    .gedsb-t-section-content-area-green ul ul ul ul li,
    .gedsb-tcd ul li {
        flex-wrap: wrap;
        position: relative;
        padding-left: 1rem;
        /* Body Copy - Strong */
        font-family: Roboto;
        font-size: 1rem;
        font-style: normal;
        line-height: 1.625rem; /* 162.5% */
        letter-spacing: 0.01rem;
        padding-bottom: 0.31rem;
    }

        .gedsb-t-section-content-area-SO ul li:before,
        .gedsb-t-section-content-area-SO ul ul li:before,
        .gedsb-t-section-content-area-SO ul ul ul li:before,
        .gedsb-t-section-content-area-SO ul ul ul ul li:before,
        .gedsb-t-section-content-area-blue ul li:before,
        .gedsb-t-section-content-area-blue ul ul li:before,
        .gedsb-t-section-content-area-blue ul ul ul li:before,
        .gedsb-t-section-content-area-blue ul ul ul ul li:before,
        .gedsb-t-section-content-area-green ul li:before,
        .gedsb-t-section-content-area-green ul ul li:before,
        .gedsb-t-section-content-area-green ul ul ul li:before,
        .gedsb-t-section-content-area-green ul ul ul ul li:before,
        .gedsb-tcd ul li:before {
            font-family: 'FontAwesome';
            content: var(--fa-list-icon);
            position: absolute;
            left: -1rem;
        }

        .gedsb-t-section-content-area-SO ul li:before,
        .gedsb-t-section-content-area-SO ul ul li:before,
        .gedsb-t-section-content-area-SO ul ul ul li:before,
        .gedsb-t-section-content-area-SO ul ul ul ul li:before,
        .gedsb-tcd ul.ul-yellow li:before {
            color: var(--Yellow);
        }

        .gedsb-t-section-content-area-blue ul li:before,
        .gedsb-t-section-content-area-blue ul ul li:before,
        .gedsb-t-section-content-area-blue ul ul ul li:before,
        .gedsb-t-section-content-area-blue ul ul ul ul li:before,
        .gedsb-tcd ul li:before {
            color: var(--Dark-Blue);
        }

        .gedsb-t-section-content-area-green ul li:before,
        .gedsb-t-section-content-area-green ul ul li:before,
        .gedsb-t-section-content-area-green ul ul ul li:before,
        .gedsb-t-section-content-area-green ul ul ul ul li:before,
        .gedsb-tcd ul.ul-green li:before {
            color: var(--Green);
        }
        }

/*#region Link Display*/
.gedsb--link-display {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20.625rem, 1fr));
    gap: 1.25rem 1.5rem;
}

    .gedsb--link-display.tight--gap {
        gap: 0.62rem 1.5rem;
    }
/*#endregion Link Display*/

/*#region Buttons */
.ge-btn {
    display: inline-flex;
    padding: 0.625rem 1.25rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 0.3125rem;
    border: 2px solid var(--Black);
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1rem;
}

    .ge-btn:hover {
        text-decoration: none;
        color: inherit;
    }

.ge-btn-light {
    color: var(--Black);
}

    .ge-btn-light:hover {
        color: var(--White);
        background: var(--Black);
    }

.ge-btn-dark {
    color: var(--White);
    background: var(--Black);
    border: 2px solid var(--White);
}

    .ge-btn-dark:hover {
        color: var(--Black);
        background: var(--White);
    }

.ge-btn-yellow {
    color: var(--Black);
    background: var(--Yellow);
    border: 2px solid var(--Yellow);
}

    .ge-btn-yellow:hover {
        color: var(--White);
        background: var(--Purple);
        border: 2px solid var(--Purple);
    }

.ge-btn-blue {
    color: var(--White);
    background: var(--Dark-Blue);
    border: 2px solid var(--Dark-Blue);
}

    .ge-btn-blue:hover {
        color: var(--White);
        background: var(--Purple);
        border: 2px solid var(--Purple);
    }

.ge-btn-lrg {
    border: none;
    padding: 0.9375rem 6.625rem;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.25rem;
}

    .ge-btn-lrg:hover {
        border: none;
    }

.ge-btn-fw {
    width: 100%;
    padding: 0.9375rem 0;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.25rem;
}

.ge-btn-anchor-green {
    padding: 1.25rem;
    justify-content: flex-start;
    color: var(--Black);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.625rem;
    background: var(--green-15);
    border: none;
}   
/*#endregion Buttons*/

/*#endregion Template Styles */

@media(min-width : 1200px) {
    /*#region Template Styles */
    /*===== Template Styles =====*/
    /*Main Col Left*/
    .gedsb-t1-col-left, .gedsb-t2-col-left, .gedsb-t3-col-left, .gedsb-t4-col-left {
        margin-left: 55px;
    }
    /*#endregion Template Styles */
}


@media (min-width: 768px) {
    /*#region Template Styles */
    /*===== Template Styles =====*/

    /*Home Page*/
    .gedsb-home-main {
        margin: 1rem 2rem;
    }

    /*Main Col Left*/
    .gedsb-t1-col-left, .gedsb-t2-col-left, .gedsb-t3-col-left, .gedsb-t4-col-left {
        display: block;
    }

    /*Conent Section*/
    .gedsb-t-section-content-area {
        /*margin-left: 30px;*/
    }

    /*Content Section Column Divider*/
    .gedsb-t-col-divide {
        padding-right: 40px;
        margin-right: 30px;
        border-right: var(--divider-bar);
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    /*#endregion Template Styles */
}

.tempcontainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.gedsb-ul-gepic {
    list-style: square outside;
}

    .gedsb-ul-gepic li {
        padding-left: 1em;
    }


.gedsbLi ul {
    list-style: none;
    padding-inline-start: 10px;
}

.gedsbLi li:before {
    font-family: 'FontAwesome';
    content: "\f0c8";
    color: #8dc63f;
    margin-right: 1rem;
}

.gedsb-blank-section-top-312rem {
    margin-top: 3.12rem;
}

.gedsb-iframe {
    width: 100%;
    aspect-ratio: 16/9;
}

/*#region Waves */
/*Wave 1*/
.wave-container {
    height: 50vh;
    background: white;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

    .wave-container::before {
        content: "";
        width: 100%;
        height: 250px;
        position: absolute;
        bottom: -0.3%;
        left: 0;
        background-size: auto;
        background-repeat: repeat no-repeat;
        background-position: 32vw bottom;
        background: url("/svg/gedsbwave.svg");
    }

.wave-container-undersea {
    position: absolute;
    top: 50vh;
    height: 50vh;
    width: 100%;
    background: linear-gradient(#d5e8c4, #ffffff);
    z-index: -1;
}

/*Wave 2*/
.wave-container2 {
    height: 50vh;
    background: white;
    position: absolute;
    top: 100vh;
    width: 100%;
    z-index: -1;
}

    .wave-container2::before {
        content: "";
        width: 100%;
        height: 168px;
        position: absolute;
        bottom: -0.3%;
        left: 0;
        background-size: auto;
        background-repeat: repeat no-repeat;
        background-position: 32vw bottom;
        background: url("/svg/gedsbwave2.svg");
    }

.wave-container2-undersea {
    position: absolute;
    top: 150vh;
    height: 50vh;
    width: 100%;
    background: linear-gradient(#fee5c2, #ffffff);
    z-index: -1;
}
/*#endregion Waves*/

/*#region Buttons*/
.granderie_button-blue {
    font: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    background-color: #0089cf;
    color: black;
    padding: 0.5rem;
    border-radius: 8px;
}

    .granderie_button-blue:hover {
        background-color: #0089cf30;
        color: black;
    }

    .granderie_button-blue:link {
        text-decoration: none;
    }

.granderie_button-yellow {
    font: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    background-color: #F9A51A;
    color: black;
    padding: 0.5rem;
    border-radius: 8px;
}

    .granderie_button-yellow:hover {
        background-color: #F9A51A30;
        color: black;
    }

    .granderie_button-yellow:link {
        text-decoration: none;
    }

.granderie_button-green {
    font: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    background-color: #8BC53F;
    color: black;
    padding: 0.5rem;
    border-radius: 8px;
}

    .granderie_button-green:hover {
        background-color: #8BC53F30;
        color: black;
    }

    .granderie_button-green:link {
        text-decoration: none;
    }

.button-GEDSB-yellow {
    display: inline-block;
    margin-top: .6rem;
    padding: .6rem 1rem;
    font-weight: 700;
    font-size: 90%;
    color: #000;
    background-color: #ffffff;
    transition: background-color 0.25s ease-in-out;
    text-decoration: none;
    border-radius: .5rem;
    border: 2px solid #FFA500;
    width: -webkit-fill-available;
    text-align: center;
}

    .button-GEDSB-yellow:hover {
        background-color: #FFA500;
        border: 2px solid black;
        text-decoration: none;
        color: black;
    }

    .button-GEDSB-yellow:link {
        text-decoration: none;
    }

.button-GEDSB-green {
    display: inline-block;
    margin-top: .6rem;
    padding: .6rem 1rem;
    font-weight: 700;
    font-size: 90%;
    color: #000;
    background-color: #ffffff;
    transition: background-color 0.25s ease-in-out;
    text-decoration: none;
    border-radius: .5rem;
    border: 2px solid #8BC53F;
    width: -webkit-fill-available;
    text-align: center;
}

    .button-GEDSB-green:hover {
        background-color: #8BC53F;
        border: 2px solid black;
        text-decoration: none;
        color: black;
    }

    .button-GEDSB-green:link {
        text-decoration: none;
    }

.button-GEDSB-blue {
    display: inline-block;
    margin-top: .6rem;
    padding: .6rem 1rem;
    font-weight: 700;
    font-size: 90%;
    color: #000;
    background-color: #ffffff;
    transition: background-color 0.25s ease-in-out;
    text-decoration: none;
    border-radius: .5rem;
    border: 2px solid #0089cf;
    width: -webkit-fill-available;
    text-align: center;
}

    .button-GEDSB-blue:hover {
        background-color: #0089cf;
        border: 2px solid white;
        text-decoration: none;
        color: black;
    }

    .button-GEDSB-blue:link {
        text-decoration: none;
    }

.button-GEDSB-small-blue {
    display: inline-block;
    margin-top: .6rem;
    padding: .6rem 1rem;
    font-weight: 700;
    font-size: 90%;
    color: #000;
    background-color: #ffffff;
    transition: background-color 0.25s ease-in-out;
    text-decoration: none;
    border-radius: .5rem;
    border: 2px solid #0089cf;
    
}

    .button-GEDSB-small-blue:hover {
        background-color: #0089cf;
        border: 2px solid black;
        color: black;
    }

    .button-GEDSB-small-blue:link {
        text-decoration: none;
    }

.button-GEDSB-small-yellow {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--door-color-two);
    border-radius: 5px;
    border: 2px var(--door-color-two) solid;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex
}


    .button-GEDSB-small-yellow > a {
        text-decoration: none;
        color: #292929;
        font-size: 16px;
        font-family: Montserrat;
        font-weight: 600;
        line-height: 16px;
        word-wrap: break-word;
    }

.button-GEDSB-small-green {
    display: inline-block;
    margin-top: .6rem;
    padding: .6rem 1rem;
    font-weight: 700;
    font-size: 90%;
    color: #000;
    background-color: #ffffff;
    transition: background-color 0.25s ease-in-out;
    text-decoration: none;
    border-radius: .5rem;
    border: 2px solid #8BC53F;
     
}

    .button-GEDSB-small-green:hover {
        background-color: #8BC53F;
        border: 2px solid black;
        color: black;
        
    }

    .button-GEDSB-small-green:link {
        text-decoration: none;
    }
/*#endregion Buttons*/

/*#region google translator style*/
.mn-ql-nav .mn-ql-translate a {
    display: none;
}

.mn-ql-nav .mn-ql-translate select {
    border: none;
    background-color: transparent !important;
    appearance: none;
    color: var(--White) !important;
    cursor: pointer !important;
    font-family: Montserrat !important;
    font-size: 0.875rem !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
}

    .mn-ql-nav .mn-ql-translate select:focus-visible {
        outline: none;
    }

    .mn-ql-nav .mn-ql-translate select option {
        color: var(--Black);
    }

.mn-ql.nav .mn-ql-translate a {
    display: none;
}

@media(max-width: 1487px) {
    .mn-ql-nav .mn-ql-translate select {
        font-size: 1.125rem !important;
    }
}

@media(max-width: 556px) {
    .mn-ql-nav .mn-ql-translate select {
        font-size: 1rem !important;
    }
}

/*#endregion google translator style*/

/*#region predefined band styles*/
  
.gedsb-pictureOnRight {
    float: right;
    margin: 0 0 1rem 1rem;
}

.gedsb-pictureOnLeft {
    float: left;
    margin: 0 0 1rem 1rem;
}
/*#endregion predefined band styles*/
.gedsb_sf-door-image, .gedsb_sf-door-image picture, .gedsb_sf-door-image img {
    height: 100%;
    width: 100%;
}

.gedsb-centerWrap {
    display: flex;
    justify-content: center;
    text-align: center;
}
.gedsb-makeItFlexCenter {
    display: inline-flex;
     
    justify-content: center;
    
}
.gedsb-makeItFlexLeft {
    display: inline-flex;
     
    justify-content: left;
}
.gedsb-flexItem {
    display: inline-table;
    align-self: baseline;
}
.gedsb-SOColumn {
    display: contents;
}
.gedsb_link-MarginUp {
    margin-top:-5rem;
    
}
.gedsb-SOCenterWrap {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: -5rem;
}

.gedsb-SOLeftWrap {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: -5rem;
}

/*#region News*/
.e-news--container {
    display: grid;
    grid-gap: 5rem 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(23rem, 1fr));
}

.e-news--image {
    aspect-ratio: 2/1;
    border-radius: 0.3125rem 0.3125rem 0rem 0rem;
}

.e-news--body {
    display: flex;
    padding: 1.88rem 1.88rem 2.5rem 1.88rem;
    flex-direction: column;
    gap: 1.25rem;
    background: var(--black-7);
}

.e-news--title {
    color: var(--Black);
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.625rem;
    letter-spacing: 0.01rem;
}

.e-news--date {
    color: var(--Soft-Black);
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: uppercase;
}

.news--body p {
    margin-bottom: 30px;
}

.news--image {
    width: 50%;
    float: right;
    background-color: rgba(141, 198, 63, 0.13);
    padding: 10px 10px 0;
    margin-left: 20px;
    line-height: 1.5rem;
}

@media(max-width: 1487px) {
    .e-news--container {
        grid-gap: 2.5rem 1.5rem;
    }
}

@media(max-width: 556px) {
    .e-news--container {
        grid-template-columns: auto;
    }

    .news--image {
        width: initial;
        float: none;
        margin-left: 0;
    }
}

/*#endregion News*/

/*#region Detail News*/
.news--content {
    max-width: 42.75rem;
}

    .news--content img, .news--content video, .news--content div, .news--content iframe {
        max-width: 100%;
    }
/*#endregion Detail News*/

/*#region Table*/
.gedsb-table th, .gedsb-table td {
    vertical-align: middle;
	height: 3.5rem;
    padding: 0.9375rem 1.5rem;
}

.gedsb-table tbody tr {
    border-bottom: 1px solid#FAA61A;
}

.gedsb-table thead th {
    background-color: #FAA61A;
    color: #000;
}

    .gedsb-table thead th:nth-child(2) {
        background-color: rgba(250, 166, 26, 0.8);
    }

    .gedsb-table thead th:nth-child(3) {
        background-color: rgba(250, 166, 26, 0.8);
    }

    .gedsb-table thead th:nth-child(4) {
        background-color: rgba(250, 166, 26, 0.8);
    }
    .gedsb-table thead th:nth-child(5) {
        background-color: rgba(250, 166, 26, 0.8);
    }
    .gedsb-table thead th:nth-child(6) {
        background-color: rgba(250, 166, 26, 0.8);
    }
.gedsb-table tbody tr:nth-child(even) {
    background-color: rgba(250, 166, 26, 0.1);
}
/*#endregion Table*/

/*#region Expanded Calendar*/
.e-calendar--container {
    margin-bottom: 12.5rem
}

.e-calendar--event, .e-calendar--footer, .e-news--footer {
    display: grid;
    grid-template-columns: minmax(150px, 25%) minmax(0, 57.5rem);
    gap: 1.5rem;
    justify-content: space-between;
    padding-top: 1.87rem
}

    .e-calendar--event:not(:last-child) {
        padding-bottom: 1.87rem;
        border-bottom: 1px solid var(--black-20);
    }

.e-calendar--event-year {
    font-family: Montserrat;
    color: var(--Soft-Black);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: uppercase;
}

.e-calendar--event-container-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
}

.e-calendar--event-info {
    display: flex;
    width: 100%;
    padding: 1.25rem;
    flex-direction: row;
    gap: 1.25rem;
    border-radius: 0.3125rem;
}

.e-event--info-container {
    display: flex;
    flex-direction: column;
    gap: 0.3125rem;
    justify-content: center;
}

.e-event--info-container-title {
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.875rem;
}

.e-event--info-container-subtitle {
    color: var(--Soft-Black);
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: uppercase;
}

.e-event-info-links-container {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
    margin-left: auto;
    justify-content: center;
}

.e-event-info-container-link {
    display: flex;
    align-items: center;
    text-wrap: nowrap;
}

.e-footer--section {
    display: flex;
}

    .e-footer--section div:last-child {
        margin-left: auto;
    }

@media(max-width: 832px) {
    .e-calendar--container {
        margin-bottom: 7.5rem
    }

    .e-calendar--event, .e-calendar--footer, .e-news--footer {
        grid-template-columns: auto;
        gap: 1.25rem;
        justify-content: normal;
    }

    .e-calendar--event-datetime {
        display: flex;
        align-items: center;
    }

    .e-calendar--event-year {
        margin-left: auto;
    }
}

@media(max-width: 556px) {
    .m-mb-0 {
        margin-bottom: 0;
    }

    .e-calendar--event-datetime {
        gap: 4rem;
    }

    .e-calendar--event-info {
        flex-direction: column;
    }

    .e-event-info-links-container {
        margin-left: initial;
    }

    .e-event-info-container-link {
        margin-left: initial;
    }

    .e-footer--section {
        flex-wrap: wrap
    }
}
/*#endregion Expanded Calendar*/
/*#region SideBySide Calendar*/
.sbs-calendar--container {
    display: flex;
    flex-direction: column;
    flex: 1 1 28rem;
    max-width: 100%;
    gap: 1.5rem;
}
/*#endregion SideBySide Calendar*/
.our-vision-tags {
    margin-top: 1.87rem;
    margin-bottom: 3.75rem;
    display: flex;
    gap: 1.25rem;
}

    .our-vision-tags > * {
        font-weight: 600;
        padding: 0.3125rem 1.25rem;
        border-radius: 1.25rem 0rem;
    }

        .our-vision-tags > *:first-child {
            background: #8DC63F;
        }

        .our-vision-tags > *:nth-child(2) {
            background: #FAA61A;
        }

        .our-vision-tags > *:nth-child(3) {
            background: #0089CF;
        }
  
        /* header for grade 9s*/

            .headerMargin {
                margin-top: 6.25rem;
            }

            @media screen and (max-width: 832px) {
                .headerMargin {
                    margin-top: 5rem;
                }
            }


        /**/

.imageCard-Name a {
    text-decoration: none;
}


/*#region CourseListWithSearch*/

.courses-search-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8.75rem;
    display: flex;
    flex-direction: row;
}

.courses-search-container-form-controls {
    border: 2px solid rgb(233 233 233);
    color: #292929 !important;
    height: 58px;
    padding: 5px 20px;
    outline: none !important;
    border-radius: 5px;
    width: 28rem;
}

.course-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 3.125rem;
    margin-top: 3.125rem;
}


.courses {
    display: flex;
    flex-direction: row;
    gap: 8.875rem;
    flex-wrap: wrap;
}

.course-category {
    color: var(--Dark-Blue, #04559F);
    width: 20rem;
}

.course-item-subcategory {
    display: flex;
    flex-direction: column;
    width: 58rem;
    padding: 3.125rem 0;
}

.item-bant {
    display: flex;
    padding: 10px 30px;
    align-items: center;
    align-content: center;
    gap: 5px 40px;
    align-self: stretch;
    flex-wrap: wrap;
    color: white;
    border-radius: 5px;
    background: var(--Dark-Blue, #04559F);
}

.item-detail {
    display: flex;
    padding: 20px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 5px;
    background: var(--black-5, rgba(41, 41, 41, 0.05));
}

.item-subline {
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
}

@media (max-width:556px) {
    .courses {
        display: flex;
        flex-direction: row;
        gap: 3.875rem;
        flex-wrap: wrap;
    }

    .course-item-subcategory {
        display: flex;
        flex-direction: column;
        width: 21rem;
        padding: 3.125rem 0;
    }

    .courses-search-container {
        display: flex;
        flex-direction: row;
        gap: 3.875rem;
        flex-wrap: wrap;
    }

    .courses-search-container-form-controls {
        border: 2px solid rgb(233 233 233);
        color: #292929 !important;
        height: 58px;
        padding: 5px 20px;
        outline: none !important;
        border-radius: 5px;
        width: 21rem;
    }

    .item-subline {
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
        flex-wrap: wrap;
    }
}
/*#endregion Expanded Calendar*/

/*#region Two Column Design*/
.gedsb-tcd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 0 6.19rem;
}

    .gedsb-tcd > div {
        /*border: 1px dashed black;*/
    }

        .gedsb-tcd > div > h1,
        .gedsb-tcd > div > h2,
        .gedsb-tcd > div > h3 {
            margin-bottom: 1.25rem;
        }

        .gedsb-tcd > div > h4,
        .gedsb-tcd > div > h5 {
            margin-bottom: 1rem;
        }

    .gedsb-tcd .tcd-img > img {
        border-radius: 0.3125rem;
        aspect-ratio: 2/1;
        max-width: 100%;
        max-height: 20rem;
    }

    .gedsb-tcd .tcd-img {
        display: grid;
        place-items: center;
    }
/*#endregion Two Column Design*/

/*#region Event News Rich Text Editor Style*/
.gedsb-news-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
}

.gedsb-news-main-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #333;
    line-height: 1.2;
    padding-bottom: 1rem;
}

.gedsb-news-blue-line {
    height: 4px;
    background-color: #0066CC;
    width: 100%;
    margin-bottom: 1.5rem;
}

.gedsb-news-intro-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 2rem;
}

.gedsb-news-grid-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.gedsb-news-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.gedsb-news-card-title {
    color: #0066CC;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 0.5rem;
}

.gedsb-news-image-placeholder {
    text-align: center;
    margin-bottom: 1rem;
}

.speaker-name,
.speaker-title {
    margin: 0.5rem 0;
    color: #444;
    text-align: center;
}

.gedsb-news-card-text {
    margin: 0.5rem 0;
    color: #444;
}

.gedsb-news-button-container {
    text-align: center;
    margin-top: 1.5rem;
}

.gedsb-news-event-button {
    display: inline-block;
    padding: 0.75rem 2rem;
    background: linear-gradient(135deg, #0066CC, #0052a3);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    box-shadow: 0 4px 6px rgba(0, 102, 204, 0.2);
    border: 2px solid transparent;
}

.gedsb-news-footer-text {
    text-align: center;
    margin-top: 2rem;
    font-size: 0.9rem;
    color: #777;
}
/*#endregion News event style*/