/* _content/Sitefinity.Renderer/Views/Shared/Components/Accordion/NewExpnsionPanel.cshtml.rz.scp.css */

 
.gedsb_Accordion-iconInHeader[b-mj98y69v3b] {
    display: none;
}

.mvsb[b-mj98y69v3b] {
    display: block !important;
}

.gedsb_Accordion-OptionHeader[b-mj98y69v3b] {
    display: none;
    column-count: 1;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem;
    letter-spacing: 0.01rem;
}

.gedsb_Accordion-SectionItem[b-mj98y69v3b] {
    color: var(--Black, #292929);
    /* H5 */
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.875rem; /* 150% */
    padding:1.25rem;
}
 
/* _content/Sitefinity.Renderer/Views/Shared/Components/Address/Default.cshtml.rz.scp.css */
.content-cardContainer[b-eoehfl6li1] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
     
    justify-content: flex-start;
}

.content-cardColumn[b-eoehfl6li1] {
    box-sizing: border-box;
}


.content-cardTextArea[b-eoehfl6li1] {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    flex: 1 0 40%;
    flex-wrap:wrap;
    gap:1.5rem;
    
}


.content-cardSubText[b-eoehfl6li1] {
    padding-top: 1.25rem;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem; /* 162.5% */
    letter-spacing: 0.01rem;
}
.box[b-eoehfl6li1] {
    width: 21rem;
    height: 14rem;
    border-radius: 5px;
    padding: 1.25rem;
}

@media screen and (min-width: 832px) {

    .content-line[b-eoehfl6li1] {
        border-bottom: 1px solid var(--black-20);
        margin-bottom: 3.12rem;
        margin-top: 3.12rem;
    }

    

    
}


@media screen and (max-width: 832px) {

    .content-line[b-eoehfl6li1] {
        border-bottom: 1px solid var(--black-20);
        margin-bottom: 2.5rem;
        margin-top: 2.5rem;
    }

    .box-marg[b-eoehfl6li1] {
        margin-top: 2.5rem;
    }

     
}


@media screen and (max-width: 556px) {

    .content-line[b-eoehfl6li1] {
        border-bottom: 1px solid var(--black-20);
        margin-bottom: 2.5rem;
        margin-top: 2.5rem;
    }

    
    .box-marg[b-eoehfl6li1]{
        margin-top:2.5rem;
    }
    
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/CardBanner/Default.cshtml.rz.scp.css */

/* Banner Width */
.banner-properties[b-55avl412c9] {
    max-width: 100%;
    display: grid;
}

/* Properties of container */
.banner-container[b-55avl412c9] {
    background-color: #e6f7ff;
    padding: 50px;
    border-radius: 5px;
    margin-top: 60px;
    margin-bottom: 60px;
    flex-shrink: 0;
    align-items: center;
}

/* Icon centered and margin */
.banner-icon[b-55avl412c9] {
    font-size: 40px;
    margin-right: 10px;
    margin-bottom: 20px;
}

    /* image size */
    .banner-icon img[b-55avl412c9] {
        height: 90px;
        width: auto;
    }

/* Text properties */
.banner-text[b-55avl412c9] {
    text-align: left;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.colitem[b-55avl412c9] {
    width: 50%;
    max-width: 100%;
    align-items: center;
}

@media(max-width:556px) {
    .banner-container[b-55avl412c9] {
        background-color: #e6f7ff;
        padding: 50px 50px 50px 20px;
        border-radius: 5px;
        margin-top: 60px;
        margin-bottom: 60px;
        flex-shrink: 0;
        align-items: flex-start;
        flex-direction: column;
    }

    .colitem[b-55avl412c9] {
        width: 100%;
        max-width: 100%;
        align-items: flex-start;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/Card/CardBanner.cshtml.rz.scp.css */
/* Banner Width */
.banner-properties[b-5f6940zu6r] {
    max-width: 100%;
    display: grid;
}

/* Properties of container */
.banner-container[b-5f6940zu6r] {
    background-color: #e6f7ff;
    padding: 50px;
    border-radius: 5px;
    margin-top: 60px;
    margin-bottom: 60px;
    flex-shrink: 0;
    align-items:center;
}

/* Icon centered and margin */
.banner-icon[b-5f6940zu6r] {
    font-size: 40px;
    margin-right: 10px;
    margin-bottom: 20px;
}

    /* image size */
    .banner-icon img[b-5f6940zu6r] {
        height: 90px;
        width: auto;
    }

/* Text properties */
.banner-text[b-5f6940zu6r] {
    text-align: left;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.colitem[b-5f6940zu6r] {
    width: 50%;
    max-width: 100%;
    align-items: center;
}
@media(max-width:556px) {
    .banner-container[b-5f6940zu6r] {
        background-color: #e6f7ff;
        padding: 50px 50px 50px 20px;
        border-radius: 5px;
        margin-top: 60px;
        margin-bottom: 60px;
        flex-shrink: 0;
        align-items: flex-start;
        flex-direction:column;
    }
    .colitem[b-5f6940zu6r] {
        width: 100%;
        max-width: 100%;
        align-items: flex-start;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/Card/NewHorizontalCard.cshtml.rz.scp.css */


.gedsb-box-parent[b-uczytwk0z8] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
    border-radius: 5px;
}

.white-div[b-uczytwk0z8] {
    text-align: left;
}

.gedsb-header[b-uczytwk0z8] {
    color: var(--Black, #292929);
    /* H4 - 832px - 556px */
    font-family: Montserrat;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem; /* 145.455% */
}

.gedsb-subtitle[b-uczytwk0z8] {
    color: var(--Black, #292929);
    /* Body Copy */
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem; /* 162.5% */
    letter-spacing: 0.01rem;
    padding-top: 1.25rem;
}

.gedsb-box1[b-uczytwk0z8] {
    flex: 1 1 0em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.87rem;
    width: 50.625rem;
    height: 19rem;
    border-radius: 0 5px 5px 0;
}

.gedsb-box2[b-uczytwk0z8] {
    flex: 1 1 0em;
    min-width: 35.375rem;
    height: 19rem;
    border-radius: 5px 0 0 5px;
}


@media (max-width: 832px) {
    .gedsb-box1[b-uczytwk0z8] {
        flex: 1 1 0em;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 1.87rem;
        border-radius: 0 5px 5px 0;
        /* width: -webkit-fill-available;
        height: auto;*/
    }

    .gedsb-box2[b-uczytwk0z8] {
        flex: 1 1 0em;
        min-width: 27.5rem;
        height: 15.625rem;
        border-radius: 5px 0 0 5px;
    }
}

@media (max-width:556px) {
    .gedsb-box1[b-uczytwk0z8] {
        flex: 1 1 0em;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 1.87rem;
        width: -webkit-fill-available;
        height: auto;
        border-radius: 0 5px 5px 0;
    }

    .gedsb-box2[b-uczytwk0z8] {
        flex: 1 1 0em;
        min-width: -webkit-fill-available;
        /*height: 11.1875rem;*/
        border-radius: 5px 0 0 5px;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/Card/NewHorizontalForSchools.cshtml.rz.scp.css */



@media (min-width:832px) {
    .gedsb_box1[b-kqxgdhi5c9] {
        flex: 1 1 0em;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 1.87rem;
        width: 50.625rem;
        height: 19rem;
    }

    .gedsb_box2[b-kqxgdhi5c9] {
        flex: 1 1 0em;
        min-width: 35.375rem;
        height: 19rem;
    }
}

@media (max-width: 832px) {
    .gedsb_box1[b-kqxgdhi5c9] {
        flex: 1 1 0em;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 1.87rem;
        /* width: -webkit-fill-available;
        height: auto;*/
    }

    .gedsb_box2[b-kqxgdhi5c9] {
        flex: 1 1 0em;
        min-width: 27.5rem;
        height: 15.625rem;
    }
}

@media (max-width:556px) {
    .gedsb_box1[b-kqxgdhi5c9] {
        flex: 1 1 0em;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 1.87rem;
        width: -webkit-fill-available;
        height: auto;
    }

    .gedsb_box2[b-kqxgdhi5c9] {
        flex: 1 1 0em;
        min-width: -webkit-fill-available;
        /*height: 11.1875rem;*/
    }
}


.gedsb_box_parent[b-kqxgdhi5c9] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
    border-radius: 5px;
}




.white-div[b-kqxgdhi5c9] {
    text-align: left;
}


.gedsb_carousel_header[b-kqxgdhi5c9] {
    color: var(--Black, #292929);
    /* H4 - 832px - 556px */
    font-family: Montserrat;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem; /* 145.455% */
}

.gedsb_carousel_subtitle[b-kqxgdhi5c9] {
    color: var(--Black, #292929);
    /* Body Copy */
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem; /* 162.5% */
    letter-spacing: 0.01rem;
    padding-top: 1.25rem;
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/Carousel/Default.cshtml.rz.scp.css */
.gedsb_carousel[b-fs5l62qw6e] {
    height: 450px;
    width: 100%;
    background: grey;
    box-shadow: 0px 0px 12px 0px darkgray;
    border-radius: 1rem;
    overflow: hidden;
}

    .gedsb_carousel .carousel-control-next[b-fs5l62qw6e], .gedsb_carousel .carousel-control-prev[b-fs5l62qw6e] {
        width: 10%;
    }
        .gedsb_carousel .carousel-control-next:hover[b-fs5l62qw6e] {
            background-image: linear-gradient(to right, rgba(255,0,0,0), rgb(0 0 0));
        }
        .gedsb_carousel .carousel-control-prev:hover[b-fs5l62qw6e] {
            background-image: linear-gradient(to left, rgba(255,0,0,0), rgb(0 0 0));
        }

    .gedsb_carousel .carousel-inner[b-fs5l62qw6e], .gedsb_carousel .carousel-inner .carousel-item[b-fs5l62qw6e] {
        height: inherit;
        width: inherit;
    }

.gedsb_bg-image[b-fs5l62qw6e] {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: left !important;
}
.gedsb_slide-info[b-fs5l62qw6e] {
    position:absolute;
    top: 30%;
    left: 10%;
    display: flex;
    flex-direction: column;
    width: 80%;
}
.gedsb_slide-title[b-fs5l62qw6e] {
    color: white;
    font-size: 3.75rem;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    line-height:3.375rem;
    text-shadow: 1px 1px 5px black;
    background-color: rgba(255,0,0,0);
    margin-left: 0;
    padding-left: 0;
    overflow-wrap: break-word;
}
.gedsb_slide-subtitle[b-fs5l62qw6e] {
    width: 50%;
    font-weight: 700;
    color: white;
    text-shadow: 0 0 5px black;
    font-size: 1rem;
    overflow-wrap: break-word;
}
.gedsb_slide-link[b-fs5l62qw6e] {
    padding: 10px 15px;
    font-weight: 700;
    color: #000;
    background-color: #ffffff;
    transition: background-color 0.25s ease-in-out;
    text-decoration: none;
    border-radius: 0.5rem;
    border: 2px solid #0089cf;
}

@media (max-width: 900px) {
    .gedsb_slide-info[b-fs5l62qw6e]{
        top: 25%;
        width: 80%;
    }
    .gedsb_slide-subtitle[b-fs5l62qw6e] {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .gedsb_slide-title[b-fs5l62qw6e] {
        font-size: 2rem;
        line-height: 2rem;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/Carousel/NewSlider.cshtml.rz.scp.css */
 


@media (min-width:832px) {
    .gedsb_box1[b-u0bfinewf2] {
        flex: 1 1 0em;
        display: flex;
        flex-direction: column;
        /*justify-content: flex-start;*/
        justify-content: flex-end;
        padding: 2.5rem 3rem 2.35rem 3rem;
        max-width: 31rem;
        height: 31.25rem;
        align-items: flex-start;
        gap: 1.875rem;
        flex-shrink: 0;
    }

    .gedsb_box2[b-u0bfinewf2] {
        flex: 1 1 0em;
        min-width: 16rem;
        flex-shrink: 0;
    }


    .gedsb_box_parent[b-u0bfinewf2] {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: row;
        
        /*height: 31.25rem;*/
    }


    .gedsb_carousel_subtitle[b-u0bfinewf2] {
        color: white;      
        font-family: Montserrat;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.875rem;        
        word-break: normal !important;
        width:100%;
        padding-top:1.88rem;
        padding-bottom:1.88rem;
    }

    .gedsb_carousel_header[b-u0bfinewf2] {
        color: white;
        word-break: normal !important;       
        font-family: Montserrat;
        font-size: 2.1875rem;
        font-style: normal;
        font-weight: 700;
        line-height: 2.825rem;         
        min-width: 25rem;        
        text-transform: capitalize;
        
    }

    
}

@media (max-width: 832px) {
    .gedsb_box1[b-u0bfinewf2] {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 2.5rem 2.25rem 2.5rem 2.25rem;
        width: 52rem;
        gap: 1.25rem;
         
    }


    .gedsb_box_parent[b-u0bfinewf2] {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: row;
       
        /*height: 46.25rem;*/
    }
    .gedsb_box-image-hide[b-u0bfinewf2] {
        display: none;
    }

    .gedsb_box2[b-u0bfinewf2] {
        
        width: 52rem;      
        height: 26.1875rem;
        
    }

    .gedsb_carousel_subtitle[b-u0bfinewf2] {
        color: white;
        font-family: Montserrat;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.875rem;
        word-break: normal !important;
        max-width: 47.75rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .gedsb_carousel_header[b-u0bfinewf2] {
        color: white;
        word-break: normal !important;
      
        font-family: Montserrat;
        font-size: 2.1875rem;
        font-style: normal;
        font-weight: 700;
        line-height: 2.825rem; 
        
        text-transform: capitalize;
        max-width: 47.5rem;
        
    }

   

}

@media (max-width:556px) {
    .gedsb_box1[b-u0bfinewf2] {
        flex: 1 1 0em;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 2.5rem 2.25rem;
        max-width: 34.75rem;
        gap: 1.25rem;
         
    }

    .gedsb_box2[b-u0bfinewf2] {
       
        width: 34.75rem;
        height: 17.5rem;
     }


    .gedsb_box_parent[b-u0bfinewf2] {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: row;
        
        /*height: 40rem;*/
    }
    .gedsb_box-image-hide[b-u0bfinewf2] {
        display: none;
    }

    .gedsb_carousel_subtitle[b-u0bfinewf2] {
        color: white;
        font-family: Montserrat;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.875rem;
        word-break: normal !important;
        max-width: 30.25rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .gedsb_carousel_header[b-u0bfinewf2] {
        color: white;
        word-break: break-word !important;        
        font-family: Montserrat;
        font-size: 2.1875rem;
        font-style: normal;
        font-weight: 700;
        line-height: 2.825rem; 
         
        text-transform: capitalize;
        max-width: 30.25rem;
    }
}

.gedsb_carousel_chevron[b-u0bfinewf2] {
   
     
}

.gedsb_carousel_chevron_area[b-u0bfinewf2] {
	 
	 height: inherit;
	 display: flex;
	 align-items: end;
	 
 }
  
.white-div[b-u0bfinewf2] {
    text-align: left;
}

.gedsb_carousel_btn[b-u0bfinewf2] {
    border-radius: 0.3125rem;
    border: 2px solid white;
    text-decoration: none;
    color: white;
    font-family: Montserrat;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
    width: fit-content;    
    display: flex;
    padding: 0.625rem 1.25rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
}

.gedsb_carousel_Arrow[b-u0bfinewf2] {
    font-size: 1rem;
    color: #fff;
    margin-top: 2.5rem;
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/ColorCard/Default.cshtml.rz.scp.css */
.gedsb-colorcard-btn[b-439dd9e1sy] {
    border-radius: 0.3125rem;
    border: 2px solid white;
    text-decoration: none;
    color: white;
    font-family: Montserrat;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
    width: fit-content;
    display: flex;
    padding: 0.625rem 1.25rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
}
.color-box[b-439dd9e1sy] {
    display: flex;
    padding: 3rem !important;
    border-radius: 5px;
    margin-right: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    gap: 1rem;
}
.color-boximage[b-439dd9e1sy] {
    height: 100%;
    object-fit: cover;
    margin-right: 2rem
}
@media(max-width:556px) {
    .color-box[b-439dd9e1sy] {
        display: flex;
        flex-wrap: wrap-reverse;
        padding: 3rem !important;
        border-radius: 5px;
        margin-right: 1rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
        gap: 1rem;
    }
}
@media(max-width:780px) {
    .color-box[b-439dd9e1sy] {
        display: flex;
        flex-wrap: wrap-reverse;
        padding: 3rem !important;
        border-radius: 5px;
        margin-right: 1rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
        gap: 1rem;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/ContentSectionArea/Default.cshtml.rz.scp.css */
.content-cardContainer[b-su8pk8w42h] {
    
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /*column-gap: 6.19rem;*/
    justify-content: flex-start;
}
.content-cardColumn[b-su8pk8w42h] {
    box-sizing: border-box;
}


.content-cardPictureContainer[b-su8pk8w42h] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 5px;
    flex-direction: row;
}
    

.content-cardSubText[b-su8pk8w42h] {
    padding-top: 1.25rem;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem; /* 162.5% */
    letter-spacing: 0.01rem;
}

@media screen and (min-width: 832px) {

    .content-line[b-su8pk8w42h] {
        border-bottom: 1px solid var(--black-20);
        margin-bottom: 3.12rem;
        margin-top: 3.12rem;
    }

    .content-cardTextArea[b-su8pk8w42h] {
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        flex: 1 0 40%;
       /* padding-right: 3.5rem;*/
    }
    
    .content-cardPictureContainer img[b-su8pk8w42h] {
        width: 43.75rem;
        height: 20rem;
        object-fit: cover;
        
    }
    .content-title[b-su8pk8w42h] {
        margin-right: 6rem;
    }
}


@media screen and (max-width: 832px) {

    .content-line[b-su8pk8w42h] {
        border-bottom: 1px solid var(--black-20);
        margin-bottom: 2.5rem;
        margin-top: 2.5rem;
    }
    .content-cardTextArea[b-su8pk8w42h] {
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        flex: 1 0 100%;
        /*padding-right: 3.5rem;*/
    }
     
    .content-cardPictureContainer img[b-su8pk8w42h] {
        width: 47.375rem;
        height: 20rem;
        object-fit: cover;
        /*margin-top: 2.5rem;*/
    }
    .content-title[b-su8pk8w42h] {
        margin-right: 0rem;
    }
}


@media screen and (max-width: 556px) {

    .content-line[b-su8pk8w42h] {
        border-bottom: 1px solid var(--black-20);
        margin-bottom: 2.5rem;
        margin-top: 2.5rem;
    }

    .content-cardTextArea[b-su8pk8w42h] {
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        flex: 1 0 100%;
        /*padding-right: 3.5rem;*/
    }

    .content-cardPictureContainer img[b-su8pk8w42h] {
        width: 31.75rem;
        height: 14.875rem;
        object-fit: cover;
        /*margin-top: 2.5rem;*/
    }

    .content-title[b-su8pk8w42h] {
        margin-right: 0rem;
    }

}

 
/* _content/Sitefinity.Renderer/Views/Shared/Components/ContentSectionArea/GelaContent.cshtml.rz.scp.css */
.content-cardContainer[b-vrfna4u6u5] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /*column-gap: 6.19rem;*/
    justify-content: flex-start;
}

.content-cardColumn[b-vrfna4u6u5] {
    box-sizing: border-box;
    padding: 6.25rem 0rem 0rem 0rem;
}


.content-cardPictureContainer[b-vrfna4u6u5] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 5px;
    flex-direction: row;
}


.content-cardSubText[b-vrfna4u6u5] {
    padding-top: 1.25rem;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem; /* 162.5% */
    letter-spacing: 0.01rem;
}

@media screen and (min-width: 832px) {

    .content-line[b-vrfna4u6u5] {
        border-bottom: 1px solid var(--black-20);
        margin-bottom: 3.12rem;
        margin-top: 3.12rem;
    }

    .content-cardTextArea[b-vrfna4u6u5] {
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        flex: 1 0 40%;
        /*padding-right: 1.5rem;*/
        
        /* Body Copy */
        font-family: Roboto;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.625rem; /* 162.5% */
        letter-spacing: 0.01rem;
    }

    .content-cardPictureContainer img[b-vrfna4u6u5] {
        width: 42.75rem;
        height: 20rem;
        object-fit: cover;
    }
}


@media screen and (max-width: 832px) {

    .content-line[b-vrfna4u6u5] {
        border-bottom: 1px solid var(--black-20);
        margin-bottom: 2.5rem;
        margin-top: 2.5rem;
    }

    .content-cardTextArea[b-vrfna4u6u5] {
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        flex: 1 0 100%;
        /*padding-right: 1.5rem;*/
       
        /* Body Copy */
        font-family: Roboto;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.625rem; /* 162.5% */
        letter-spacing: 0.01rem;
    }

    .content-cardPictureContainer img[b-vrfna4u6u5] {
        width: 47.375rem;
        height: 20rem;
        object-fit: cover;
        /*margin-top: 2.5rem;*/
    }
}


@media screen and (max-width: 556px) {

    .content-line[b-vrfna4u6u5] {
        border-bottom: 1px solid var(--black-20);
        margin-bottom: 2.5rem;
        margin-top: 2.5rem;
    }

    .content-cardTextArea[b-vrfna4u6u5] {
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        flex: 1 0 100%;
        /*padding-right: 1.5rem;*/
        color: var(--Black, #292929);
        /* Body Copy */
        font-family: Roboto;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.625rem; /* 162.5% */
        letter-spacing: 0.01rem;
    }

    .content-cardPictureContainer img[b-vrfna4u6u5] {
        width: 31.75rem;
        height: 14.875rem;
        object-fit: cover;
        /*margin-top: 2.5rem;*/
    }
}

.topImage img[b-vrfna4u6u5] {
    width: 13.125rem;
    height: 3.25rem;
    object-fit: contain;
    padding-bottom:1.25rem;
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/ContentSections/Classic.cshtml.rz.scp.css */
/*#region ContentSections*/
.cs--container[b-6rtn6p38zl] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.cs--section[b-6rtn6p38zl] {
    display: grid;
    grid-template-rows: auto 1fr auto;
    flex: 1 1 400px;
    border: 1px solid var(--divider-color);
    border-radius: 0.25rem;
    overflow-y: hidden;
    margin: 0 1rem;
    background-color: white;
    height: 500px;
    max-height: 500px;
}

    .cs--section.cs--section-shrink[b-6rtn6p38zl] {
        flex-grow: 0;
    }

    .cs--section.cs--section-grow[b-6rtn6p38zl] {
        flex-grow: 1;
    }

.cs--header[b-6rtn6p38zl] {
    display: grid;
    place-items: center;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: 1px solid var(--divider-color);
    min-height: 50px;
}

    .cs--header.cs--text-shadow[b-6rtn6p38zl] {
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 1px 0 0 #000, 0 1px 0 #000, -1px 0 0 #000, 0 -1px 0 #000;
    }

.cs--body[b-6rtn6p38zl] {
    max-height: 600px;
}

.cs--footer[b-6rtn6p38zl] {
    display: grid;
    place-content: center;
    border-top: 1px solid var(--divider-color);
    height: 48px;
}

    .cs--footer a[b-6rtn6p38zl] {
        font-size: 1rem;
        font-weight: 700;
        color: #555;
    }

@media (max-width: 1385px) {
    .cs--section[b-6rtn6p38zl], .cs--section.cs--section-grow[b-6rtn6p38zl] {
        flex: 0 1 600px;
    }

        .cs--section:not(:last-child)[b-6rtn6p38zl] {
            margin-bottom: 2rem;
        }
}

@media(max-width: 768px) {
    .cs--section[b-6rtn6p38zl] {
        margin: 0;
    }
}
/*#endregion ContentSections*/
/*#region Nested ContentSections*/
.cs--body .cs--section[b-6rtn6p38zl] {
    margin: 0;
}

.cs--body[b-6rtn6p38zl] {
    overflow-y: auto;
}

    .cs--body:has(.cs--body)[b-6rtn6p38zl], .cs--body:has(.gedsb--tabcontent)[b-6rtn6p38zl] {
        overflow-y: hidden;
    }

.cs--section .cs--section[b-6rtn6p38zl] {
    max-height: 250px;
    height: 250px;
}
/*Put in site.css*/
/*.cs--body .cs--section .events--container .event--card {
        max-height: 75px;
    }*/
/*#endregion Nested ContentSections*/

.cs--noborder[b-6rtn6p38zl] {
    border: none;
}

.cs--inheritheight[b-6rtn6p38zl] {
    height: inherit;
    max-height: inherit;
}

/* ===== Scrollbar CSS ===== */
/* Chrome, Edge, and Safari */
.cs--body[b-6rtn6p38zl]::-webkit-scrollbar, .cs--body .events--container[b-6rtn6p38zl]::-webkit-scrollbar {
    width: 10px;
}

.cs--body[b-6rtn6p38zl]::-webkit-scrollbar-track, .cs--body .events--container[b-6rtn6p38zl]::-webkit-scrollbar-track {
    background: var(--special-scrollbar-track-color);
}

.cs--body[b-6rtn6p38zl]::-webkit-scrollbar-thumb, .cs--body .events--container[b-6rtn6p38zl]::-webkit-scrollbar-thumb {
    background-color: var(--special-scrollbar-thumb-color);
    border-radius: 10px;
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/ContentSections/Default.cshtml.rz.scp.css */
/*#region ContentSections*/
.cs--container[b-oub7w7suld] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.cs--section[b-oub7w7suld] {
    display: grid;
    grid-template-rows: auto 1fr auto;
    flex: 1 1 400px;
    border: 1px solid var(--divider-color);
    border-radius: 0.25rem;
    overflow-y: hidden;
    margin: 0 1rem;
    background-color: white;
    height: 500px;
    max-height: 500px;
}

    .cs--section.cs--section-shrink[b-oub7w7suld] {
        flex-grow: 0;
    }

    .cs--section.cs--section-grow[b-oub7w7suld] {
        flex-grow: 1;
    }

.cs--header[b-oub7w7suld] {
    margin-bottom: 1.5rem;
}

    .cs--header.cs--text-shadow[b-oub7w7suld] {
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 1px 0 0 #000, 0 1px 0 #000, -1px 0 0 #000, 0 -1px 0 #000;
    }

.cs--body[b-oub7w7suld] {
    max-height: 600px;
}

.cs--footer[b-oub7w7suld] {
    display: grid;
    place-content: center;
    border-top: 1px solid var(--divider-color);
    height: 48px;
}

    .cs--footer a[b-oub7w7suld] {
        font-size: 1rem;
        font-weight: 700;
        color: #555;
    }

@media (max-width: 1385px) {
    .cs--section[b-oub7w7suld], .cs--section.cs--section-grow[b-oub7w7suld] {
        flex: 0 1 600px;
    }

        .cs--section:not(:last-child)[b-oub7w7suld] {
            margin-bottom: 2rem;
        }
}

@media(max-width: 768px) {
    .cs--section[b-oub7w7suld] {
        margin: 0;
    }
}
/*#endregion ContentSections*/
/*#region Nested ContentSections*/
.cs--body .cs--section[b-oub7w7suld] {
    margin: 0;
}

.cs--body[b-oub7w7suld] {
    overflow-y: auto;
}

    .cs--body:has(.cs--body)[b-oub7w7suld], .cs--body:has(.gedsb--tabcontent)[b-oub7w7suld] {
        overflow-y: hidden;
    }

.cs--section .cs--section[b-oub7w7suld] {
    max-height: 250px;
    height: 250px;
}
/*Put in site.css*/
/*.cs--body .cs--section .events--container .event--card {
        max-height: 75px;
    }*/
/*#endregion Nested ContentSections*/

.cs--noborder[b-oub7w7suld] {
    border: none;
}

.cs--inheritheight[b-oub7w7suld] {
    height: inherit;
    max-height: inherit;
}

/* ===== Scrollbar CSS ===== */
/* Chrome, Edge, and Safari */
.cs--body[b-oub7w7suld]::-webkit-scrollbar, .cs--body .events--container[b-oub7w7suld]::-webkit-scrollbar {
    width: 10px;
}

.cs--body[b-oub7w7suld]::-webkit-scrollbar-track, .cs--body .events--container[b-oub7w7suld]::-webkit-scrollbar-track {
    background: var(--special-scrollbar-track-color);
}

.cs--body[b-oub7w7suld]::-webkit-scrollbar-thumb, .cs--body .events--container[b-oub7w7suld]::-webkit-scrollbar-thumb {
    background-color: var(--special-scrollbar-thumb-color);
    border-radius: 10px;
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/CourseCard/Default.cshtml.rz.scp.css */
.codes-cards[b-eghu6gfmmk]{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-content:flex-start;
    flex-wrap:wrap;
    gap:1.5rem;
}
.codes-card-item[b-eghu6gfmmk] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1.5rem;
    max-width: 28rem;
    flex-grow:1;
}
.card-footer[b-eghu6gfmmk] {
    padding: 16px 20px;
    border-radius: 5px;
    text-align: center;
}
.card-header[b-eghu6gfmmk] {
    padding: 16px 20px;
    border-radius: 5px;
    text-align: center;
}

.code-list[b-eghu6gfmmk] {
    padding: 20px 28px;
    /*display: flex;
    flex-flow: column;*/
    gap: 18px;
    margin-bottom: 1.5rem;
    height: 100%;
    background-color: #e9eef6;
    column-count: 1;
}
.blue-card[b-eghu6gfmmk] {
    background-color: var(--Blue);
}
.blue-card-opac[b-eghu6gfmmk] {
    background-color: rgb(0 137 207 / 5%);
}
.green-card[b-eghu6gfmmk] {
    background-color: var(--Green);
}

.green-card-opac[b-eghu6gfmmk] {
    background-color: rgb(89 173 70 / 8%);
}
.yellow-card[b-eghu6gfmmk] {
    background-color: var(--Yellow);
}

.yellow-card-opac[b-eghu6gfmmk] {
    background-color: rgb(250 166 26 / 6%);
}

@media (max-width:1464px){
    .codes-card-item[b-eghu6gfmmk] {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 1.5rem;
        max-width: 82rem;
         
    }
    .code-list[b-eghu6gfmmk] {
        padding: 20px 28px;
        /*display: flex;
        flex-flow: column;*/
        gap: 18px;
        margin-bottom: 1.5rem;
        height: 100%;
        background-color: #e9eef6;
        column-count:2;
    }
   
}

@media (max-width:556px) {
    .codes-card-item[b-eghu6gfmmk] {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 1.5rem;
        max-width: auto;
    }

    .code-list[b-eghu6gfmmk] {
        padding: 20px 28px;
        /*display: flex;
        flex-flow: column;*/
        gap: 18px;
        margin-bottom: 1.5rem;
        height: 100%;
        background-color: #e9eef6;
        column-count: 1;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/Curriculum/Default.cshtml.rz.scp.css */

.curriculum-div[b-efzbfm71gi] {
    border-bottom: 1px solid rgba(41, 41, 41, 0.20);
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.curriculum-box[b-efzbfm71gi] {
    display: flex;
    max-width: 42.75rem;
    padding: 1.875rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /*gap: 1.875rem;*/
}

.curriculum-imagebox[b-efzbfm71gi] {
    width: 5.875rem;
    height: 5.875rem;
}

.curriculum-tilebox[b-efzbfm71gi] {
    color: var(--Black, #292929);
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.125rem;
    padding-top:1.88rem;
    padding-bottom:.62rem;
}

.curriculum-subtextbox[b-efzbfm71gi] {
    color: var(--Black, #292929);
    font-family: roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem;
    letter-spacing: 0.01rem;
    padding-bottom: 0.94rem;
}


.hideText[b-efzbfm71gi] {
    display: none;
}

  

.showText[b-efzbfm71gi] {
    display: inline-block !important;
}

@media(min-width:1520px) {
    .curriculum-div:last-child[b-efzbfm71gi], .curriculum-div:nth-last-of-type(-n+2):not(:nth-child(even))[b-efzbfm71gi] {
        border-bottom: none;
        padding-bottom: 35px;
    }
}

@media(max-width:1520px) {
    .curriculum-div:last-child[b-efzbfm71gi], .curriculum-div:nth-last-of-type(-n+1):not(:nth-child(even))[b-efzbfm71gi] {
        border-bottom: none;
        padding-bottom: 35px;
    }
}

@media(min-width: 1488px){
    .curriculum-div:nth-child(even)[b-efzbfm71gi]{
        margin-left: 1.5rem;
    } 
}

@media(max-width: 1488px){
    .curriculum-div[b-efzbfm71gi]{
        width: 100%;
    }

    .curriculum-box[b-efzbfm71gi] {
        max-width: 100%;
        width: 100%;
    }
}

@media(max-width: 556px) {
    .curriculum-div[b-efzbfm71gi] {
        width: 100%;
    }

    .curriculum-box[b-efzbfm71gi] {
        max-width: 100%;
        width: 100%;
    }
    .curriculum-div[b-efzbfm71gi] {
        border-bottom: 1px solid rgba(41, 41, 41, 0.20);
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/CustomNav/Default.cshtml.rz.scp.css */
:root[b-valf0yzlfk] {
    --mm_pos_r: 55px;
}

.next-alert[b-valf0yzlfk] {
    background: transparent;
    font-weight: bold;
    border: none;
}

.next-alert-i[b-valf0yzlfk] {
    color: var(--alert-color);
}

.navbar-toggler-icon[b-valf0yzlfk] {
    width: 2.5em;
    min-height: 75px;
}

.nav-quick-links .navbar-nav[b-valf0yzlfk] {
    flex-direction: row;
}

    .nav-quick-links .navbar-nav .nav-link[b-valf0yzlfk], .mega-menu .navbar-nav .nav-link[b-valf0yzlfk] {
        font-size: 1em;
        font-weight: 700;
        padding-left: 0px;
        padding-right: 0px;
    }

.nav-translate[b-valf0yzlfk] {
    display: grid;
    place-items: center;
}

.navbar[b-valf0yzlfk] {
    padding-top: 0;
    padding-bottom: 0;
}

.mega-menu[b-valf0yzlfk] {
    z-index: 100;
    box-shadow: 0px 0px 12px 0px darkgray;
}

    .mega-menu .nav-link[b-valf0yzlfk] {
        padding-bottom: 0;
    }


    .mega-menu .navbar-collapse[b-valf0yzlfk] {
        /*padding: 5px;*/
    }

    .mega-menu .mega-menu-socials[b-valf0yzlfk], .mega-menu .navbar-toggler[b-valf0yzlfk] {
        min-width: 100px;
        max-width: 100px;
        border: none;
        box-shadow: none;
    }

    .mega-menu > .navbar .navbar-nav > .nav-item > a[b-valf0yzlfk] {
        min-height: 40px;
    }

.navbar-nav .nav-item a[b-valf0yzlfk] {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.mega-menu > .navbar .navbar-nav .nav-item .nav-link[b-valf0yzlfk] {
    font-size: 1em;
    font-weight: 700;
}

.mega-menu .navbar-nav .nav-item a:hover[b-valf0yzlfk], .mega-menu .navbar-nav .nav-item a:focus-visible[b-valf0yzlfk] {
    color: #8dc63f !important;
}

.mega-menu .navbar-nav .nav-item.active-child > a[b-valf0yzlfk] {
    color: #8dc63f;
}

.mega-menu .navbar-nav .nav-item.active > a[b-valf0yzlfk], .mega-menu-item .menu-item-title > a.active[b-valf0yzlfk], .mega-menu .mm-gedsb-ul > li.active > a[b-valf0yzlfk] {
    color: #8dc63f;
}

.mega-menu .nav-item a:hover[b-valf0yzlfk], .mega-menu .nav-item a:focus-visible[b-valf0yzlfk] {
    color: #8dc63f;
}

.mega-menu-image-container[b-valf0yzlfk] {
    display: flex;
    justify-content: center;
    position: relative;
}

.menu-item-title[b-valf0yzlfk] {
    display: flex;
    align-items: center;
}

    .menu-item-title > a[b-valf0yzlfk] {
        white-space: nowrap;
        margin-bottom: 0px;
    }

.mega-menu-image[b-valf0yzlfk] {
    position: absolute;
    display: block;
    overflow: hidden;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0px 0px 12px 0px darkgray;
    z-index: 5;
    transform: translateY(-35%);
}

    .mega-menu-image > a[b-valf0yzlfk] {
        display: flex;
        object-fit: contain;
        padding: 14px;
        height: 180px;
        min-height: 180px;
        width: 180px;
        min-width: 180px;
    }

    .mega-menu-image img[b-valf0yzlfk] {
        height: 100%;
        width: 100%;
    }

.mega-menu .nav-item .mega-menu-item[b-valf0yzlfk] {
    position: relative;
    border: none;
    padding-top: 0;
}

.mega-menu .mega-menu-item ul[b-valf0yzlfk] {
    display: grid;
    grid-template-rows: repeat(40, min-content);
    grid-auto-flow: column;
}

.nav-top-links[b-valf0yzlfk] {
    background: var(--alert-color);
}

    .nav-top-links .nav-item a[b-valf0yzlfk] {
        text-wrap: nowrap;
    }

/*.nav-link:focus-visible {
    outline: none;
}*/

.menu-alerts[b-valf0yzlfk] {
    background: var(--alert-color) !important;
}

[b-valf0yzlfk] .menu-alerts-container {
    border-radius: 5px;
    padding: 10px;
    background: white;
}

/*#region Menu List*/
.mm-gedsb-ul[b-valf0yzlfk] {
    list-style: none;
    padding-left: 0px;
}

    /*.mm-gedsb-ul li:before {
        font-family: 'FontAwesome';
        color: #8dc63f;
        content: "\f0c8";
        padding-right: 10px;
    }*/

    .mm-gedsb-ul li[b-valf0yzlfk] {
        display: inline-flex;
        min-width: 300px;
        padding: 2px 0;
    }

        .mm-gedsb-ul li a[b-valf0yzlfk] {
            font-weight: normal !important;
        }
/*#endregion Menu List*/

[b-valf0yzlfk] .menu-search input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

    [b-valf0yzlfk] .menu-search input:focus {
        border-top: none;
        border-left: none;
        border-right: none;
        box-shadow: none;
    }

.menu-item-image-container[b-valf0yzlfk] {
    display: none;
}

@media(min-width: 1000px) {
    .mega-menu .mega-menu-item ul[b-valf0yzlfk] {
        grid-template-rows: repeat(11, min-content);
    }

    .menu-item-image-container[b-valf0yzlfk] {
        display: flex;
    }
}

@media (min-width: 768px) {

    .menu-item-title[b-valf0yzlfk] {
        position: relative;
    }

    .menu-item-image-container[b-valf0yzlfk] {
        padding-right: 20px;
    }

    .mega-menu-socials[b-valf0yzlfk] {
        display: none !important;
    }

    /*Image*/
    .mega-menu-image-container[b-valf0yzlfk] {
        display: block;
        min-width: 250px;
    }

    .mega-menu-image[b-valf0yzlfk] {
        left: 25px;
        transform: translateY(-35%);
    }

    .mega-menu .navbar[b-valf0yzlfk] {
        height: inherit;
    }

    /*Nav Point*/
    .mega-menu .mega-menu-item[b-valf0yzlfk]:before {
        content: "";
        display: block;
        height: 20px;
        width: 20px;
        background-color: inherit;
        border: inherit;
        position: absolute;
        top: -10px;
        right: var(--mm_pos_r);
        clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
        transform: rotate(135deg);
        border-radius: 0 0 0 0.25em;
        box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
    }

    /*Menu Area*/
    .mega-menu .mega-menu-item[b-valf0yzlfk] {
        top: 45px;
    }

    .menu-alerts[b-valf0yzlfk] {
        top: 39px;
    }

    .mega-menu .mega-menu-item[b-valf0yzlfk], .menu-alerts[b-valf0yzlfk] {
        /*top: 45px;*/
        min-width: 600px;
        max-width: 1000px;
        padding: 20px;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
    }

    .mega-menu .nav-link[b-valf0yzlfk] {
        padding-bottom: 13px;
        padding-top: 13px;
    }

    .mega-menu .nav-item[b-valf0yzlfk] {
        position: relative;
    }

        .mega-menu .nav-item .mega-menu-item[b-valf0yzlfk] {
            right: 0;
        }

    .menu-alerts[b-valf0yzlfk] {
        right: 0;
    }

    .mega-menu .nav-item .mega-menu-item[b-valf0yzlfk], .menu-alerts[b-valf0yzlfk] {
        position: absolute;
        left: auto;
        /*right: 0;*/
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.1s ease;
        padding-top: 20px;
        border: 1px solid rgba(0, 0, 0, 0.15);
    }

        .mega-menu .nav-item .mega-menu-item.show[b-valf0yzlfk], .menu-alerts.show[b-valf0yzlfk] {
            visibility: visible;
            opacity: 1;
            display: flex;
        }

    .mm-gedsb-ul li a[b-valf0yzlfk] {
        font-weight: bold !important;
    }

    .nav-quick-links .navbar-nav[b-valf0yzlfk] {
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    #navbarDropdownMenuLinkSearch[b-valf0yzlfk] {
        pointer-events: none;
    }

    .nav-search[b-valf0yzlfk] {
        justify-content: center;
        border: 1px solid black;
        padding: 15px;
        margin: 25px;
    }

    .menu-search[b-valf0yzlfk] {
        display: block;
        margin: 0;
        padding: 0;
        margin-top: 0 !important;
    }

    .hide-m[b-valf0yzlfk] {
        display: none !important;
    }

    .nav-quick-links-container[b-valf0yzlfk] {
        flex-direction: column-reverse;
    }

    .nav-top-links[b-valf0yzlfk] {
        margin-right: auto;
    }

    .mega-menu .navbar[b-valf0yzlfk] {
        /*height: 75px;*/
    }

        .mega-menu .navbar .navbar-collapse[b-valf0yzlfk] {
            z-index: 4;
            background: #FFFFFF
        }

    .mega-menu-image > a[b-valf0yzlfk] {
        padding: 10px;
        height: 100px;
        min-height: 100px;
        width: 100px;
        min-width: 100px;
    }

    /*Hide in mobile view*/
    .menu-item-image-container[b-valf0yzlfk], .menu-item-desc[b-valf0yzlfk], .nav-pipe[b-valf0yzlfk] {
        display: none !important;
    }

    .menu-item-heading-container[b-valf0yzlfk] {
        padding-bottom: 0px !important;
    }

    .menu-item-title[b-valf0yzlfk] {
        height: 1.8rem;
        padding-bottom: 0px;
    }

        .menu-item-title > a[b-valf0yzlfk] {
            font-size: 1rem;
            font-weight: normal !important;
        }

        .menu-item-title[b-valf0yzlfk]:after {
            color: darkgray;
            content: "(home)";
            padding-right: 10px;
        }

    .menu-item-title[b-valf0yzlfk], .mm-gedsb-ul[b-valf0yzlfk] {
        padding-left: 20px;
    }

    .mm-root-gedsb-ul[b-valf0yzlfk] {
        list-style: none;
        padding-left: 0px;
    }

        .mm-root-gedsb-ul > li:not(:last-child)[b-valf0yzlfk]:before {
            font-family: 'FontAwesome';
            color: darkgray;
            content: "\f054";
            padding-right: 10px;
            padding-left: 20px;
        }
        /**/
        .mm-root-gedsb-ul > li:not(:last-child) > a[b-valf0yzlfk] {
            display: inline-flex;
        }

        .mm-root-gedsb-ul > li:not(:last-child) > .mega-menu-item[b-valf0yzlfk] {
            padding-left: 35px;
        }

            .mm-root-gedsb-ul > li:not(:last-child) > .mega-menu-item[b-valf0yzlfk]::after {
                position: absolute;
                content: '';
                border-bottom: 2px solid #c3c6d1;
                width: 90%;
                transform: translateX(-50%);
                bottom: 0px;
                left: 50%;
            }

    .mm-gedsb-ul li[b-valf0yzlfk] {
        max-width: 300px;
    }

    .nav-quick-links .navbar-nav[b-valf0yzlfk] {
        margin-left: 0;
    }
}

@media (max-width: 400px) {
    .mm-gedsb-ul li[b-valf0yzlfk] {
        min-width: 0;
        display: flex;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/Events/All.cshtml.rz.scp.css */
.container--filter[b-0hcn4503z7] {
    margin-bottom: 12.5rem;
}

.calendar--title[b-0hcn4503z7] {
    padding-bottom: 1.87rem;
    border-bottom: 1px solid var(--black-20);
}

.calendar--filter[b-0hcn4503z7] {
    display: grid;
    grid-template-columns: minmax(150px, 25%) minmax(0, 57.5rem);
    gap: 1.5rem;
    justify-content: space-between;
}

    .calendar--filter select[b-0hcn4503z7] {
        padding: 1.25rem;
        align-items: center;
        gap: 1.25rem;
        border-radius: 0.3125rem;
        border: 2px solid var(--black-10);
        background: url('svg/chevron-ddl-down-y.svg') no-repeat calc(100% - 1.25rem) 50%;
        -webkit-appearance: none;
    }

        .calendar--filter select:focus[b-0hcn4503z7] {
            background: url('svg/chevron-ddl-up-y.svg') no-repeat calc(100% - 1.25rem) 50%;
        }

    .calendar--filter selection option[b-0hcn4503z7] {
        width: 100%;
    }

@media(max-width: 832px) {

    .container--filter[b-0hcn4503z7] {
        margin-bottom: 7.5rem;
    }

    .calendar--filter[b-0hcn4503z7] {
        grid-template-columns: auto;
        justify-content: normal;
    }
}

@media(max-width: 556px) {
    .e-calendar--container[b-0hcn4503z7] {
        margin-bottom: 3.25rem;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/Events/Classic.cshtml.rz.scp.css */
.calendar--spacer[b-l9a36ocnrr] {
    display: none;
    width: 100%;
    border-bottom: 1px solid var(--black-20);
    margin-top: 1.87rem;
    margin-bottom: 1.87rem;
}

.calendar--container-parent[b-l9a36ocnrr] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.calendar--container[b-l9a36ocnrr] {
    display: flex;
    flex-direction: column;
    flex: 1 1 28rem;
    max-width: 100%;
    gap: 1.5rem;
}

.calendar--head[b-l9a36ocnrr] {
    display: flex;
    flex-direction: column;
    gap: 1.87rem;
}

.calendar--view[b-l9a36ocnrr] {
    display: none;
}

.calendar--days[b-l9a36ocnrr] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.calendar--event[b-l9a36ocnrr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.3125rem;
    overflow: hidden;
}

    .calendar--event > div[b-l9a36ocnrr] {
        width: 100%;
    }

.calendar--event-date[b-l9a36ocnrr] {
    display: flex;
    padding: 0.5rem 1.5rem;
    align-items: flex-start;
    color: var(--Black);
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.875rem;
}

.calendar--event-title[b-l9a36ocnrr] {
    display: flex;
    padding: 1.25rem 1.5rem;
    align-items: flex-start;
    height: 100%;
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.875rem;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.c--event-title[b-l9a36ocnrr] {
    flex-grow: 1;
}

.c--event-links[b-l9a36ocnrr] {
    display: flex;
    align-items: center;
    text-wrap: nowrap;
    margin-left: auto;
    margin-top: auto;
}

@media(max-width: 1079px) {

    .calendar--event[b-l9a36ocnrr] {
        display: grid;
        grid-template-columns: minmax(13.25rem, 25%) 1fr;
        align-items: center;
        border-radius: 0.3125rem;
        overflow: hidden;
    }

    .calendar--event-date[b-l9a36ocnrr] {
        padding: 1.25rem 1.5rem;
        height: 100%;
    }

    .calendar--spacer[b-l9a36ocnrr] {
        display: flex;
    }

    .calendar--head[b-l9a36ocnrr] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: baseline
    }

    .calendar--view[b-l9a36ocnrr] {
        display: block;
        margin-left: auto;
    }

    .calendar--foot[b-l9a36ocnrr] {
        display: none;
    }
}

@media(max-width: 832px) {
    .calendar--container[b-l9a36ocnrr] {
        grid-template-columns: auto;
        gap: 1.25rem;
    }
}



@media(max-width: 556px) {
    .calendar--event[b-l9a36ocnrr] {
        display: flex;
        flex-direction: column;
    }

        .calendar--event > div[b-l9a36ocnrr] {
            width: 100%;
        }

    .calendar--event-date[b-l9a36ocnrr] {
        padding: 0.5rem 1.5rem;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/Events/Default.cshtml.rz.scp.css */
.calendar--spacer[b-cxbvbq6tua] {
    border-bottom: 1px solid var(--black-20);
    margin-top: 1.87rem;
    margin-bottom: 1.87rem;
}

.calendar--container[b-cxbvbq6tua] {
    display: grid;
    grid-template-columns: minmax(150px, 25%) 1fr;
    gap: 1.5rem;
}

.calendar--head[b-cxbvbq6tua] {
    display: flex;
    flex-direction: column;
    gap: 1.87rem;
}

.calendar--days[b-cxbvbq6tua] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.calendar--event[b-cxbvbq6tua] {
    display: grid;
    grid-template-columns: minmax(13.25rem, 25%) 1fr;
    align-items: center;
    border-radius: 0.3125rem;
    overflow: hidden;
}

.calendar--event-date[b-cxbvbq6tua] {
    display: flex;
    padding: 1.25rem 1.5rem;
    align-items: flex-start;
    height: 100%;
    color: var(--Black);
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.875rem;
}

.calendar--event-title[b-cxbvbq6tua] {
    display: flex;
    padding: 1.25rem 1.5rem;
    align-items: flex-start;
    height: 100%;
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.875rem;
}

@media(max-width: 832px) {
    .calendar--container[b-cxbvbq6tua] {
        grid-template-columns: auto;
        gap: 1.25rem;
    }

    .calendar--head[b-cxbvbq6tua] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: baseline
    }

    .calendar--view[b-cxbvbq6tua] {
        margin-left: auto;
    }
}

@media(max-width: 556px) {
    .calendar--event[b-cxbvbq6tua] {
        display: flex;
        flex-direction: column;
    }

        .calendar--event > div[b-cxbvbq6tua] {
            width: 100%;
        }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/Events/Expanded.cshtml.rz.scp.css */
/* _content/Sitefinity.Renderer/Views/Shared/Components/Events/Grouped.cshtml.rz.scp.css */
.calendar--spacer[b-vzbkjqgj35] {
    display: none;
    width: 100%;
    border-bottom: 1px solid var(--black-20);
    margin-top: 1.87rem;
    margin-bottom: 1.87rem;
}

.calendar--container-parent[b-vzbkjqgj35] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.calendar--container[b-vzbkjqgj35] {
    display: flex;
    flex-direction: column;
    flex: 1 1 28rem;
    max-width: 100%;
    gap: 1.5rem;
}

.calendar--head[b-vzbkjqgj35] {
    display: flex;
    flex-direction: column;
    gap: 1.87rem;
}

.calendar--view[b-vzbkjqgj35] {
    display: none;
}

.calendar--days[b-vzbkjqgj35] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.calendar--event[b-vzbkjqgj35] {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.3125rem;
    overflow: hidden;
}

    .calendar--event > div[b-vzbkjqgj35] {
        width: 100%;
    }

    .calendar--event .calendar--event-title:not(:last-child)[b-vzbkjqgj35] {
        border-bottom: 1px solid #292929;
    }

.calendar--event-date[b-vzbkjqgj35] {
    display: flex;
    padding: 0.5rem 1.5rem;
    align-items: flex-start;
    color: var(--White);
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.875rem;
}

.calendar--event-title[b-vzbkjqgj35] {
    display: flex;
    padding: 1.25rem 1.5rem;
    align-items: flex-start;
    height: 100%;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.875rem;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.c--event-title[b-vzbkjqgj35] {
    flex-grow: 1;
}

.c--event-links[b-vzbkjqgj35] {
    display: flex;
    align-items: center;
    text-wrap: nowrap;
    margin-left: auto;
    margin-top: auto;
}

@media(max-width: 1079px) {
    .calendar--foot[b-vzbkjqgj35] {
        display: none;
    }
}

@media(max-width: 832px) {
    .calendar--container[b-vzbkjqgj35] {
        grid-template-columns: auto;
        gap: 1.25rem;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/Events/Page.cshtml.rz.scp.css */
/*#region Event Grouped*/
.calendar--spacer[b-qgy4gwlisl] {
    display: none;
    width: 100%;
    border-bottom: 1px solid var(--black-20);
    margin-top: 1.87rem;
    margin-bottom: 1.87rem;
}

.calendar--container-parent[b-qgy4gwlisl] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.calendar--container[b-qgy4gwlisl] {
    display: flex;
    flex-direction: column;
    flex: 1 1 28rem;
    max-width: 100%;
    gap: 1.5rem;
}

.calendar--head[b-qgy4gwlisl] {
    display: flex;
    flex-direction: column;
    gap: 1.87rem;
}

.calendar--view[b-qgy4gwlisl] {
    display: none;
}

.calendar--days[b-qgy4gwlisl] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.calendar--event[b-qgy4gwlisl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.3125rem;
    overflow: hidden;
}

    .calendar--event > div[b-qgy4gwlisl] {
        width: 100%;
    }

    .calendar--event .calendar--event-title:not(:last-child)[b-qgy4gwlisl] {
        border-bottom: 1px solid #292929;
    }

.calendar--event-date[b-qgy4gwlisl] {
    display: flex;
    padding: 0.5rem 1.5rem;
    align-items: flex-start;
    color: var(--White);
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.875rem;
}

.calendar--event-title[b-qgy4gwlisl] {
    display: flex;
    padding: 1.25rem 1.5rem;
    align-items: flex-start;
    height: 100%;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.875rem;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.c--event-title[b-qgy4gwlisl] {
    flex-grow: 1;
}

.c--event-links[b-qgy4gwlisl] {
    display: flex;
    align-items: center;
    text-wrap: nowrap;
    margin-left: auto;
    margin-top: auto;
}

@media(max-width: 1079px) {
    .calendar--foot[b-qgy4gwlisl] {
        display: none;
    }
}

@media(max-width: 832px) {
    .calendar--container[b-qgy4gwlisl] {
        grid-template-columns: auto;
        gap: 1.25rem;
    }
}
/*#endregion Event Grouped*/

/*#region Page*/
.page-tile--carousel[b-qgy4gwlisl] {
    overflow: initial;
}

.page-tile--container[b-qgy4gwlisl] {
    display: grid;
}

.tile-link--container[b-qgy4gwlisl] {
    padding: 1rem 0.25rem;
    grid-gap: 1rem;
}

    .tile-link--container:first-child[b-qgy4gwlisl] {
        padding-top: 0;
    }

    .tile-link--container:not(:last-child)[b-qgy4gwlisl] {
        border-bottom: 1px solid var(--black-20);
    }

.tile--link[b-qgy4gwlisl] {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 1rem;
    border-radius: 0.3125rem;
    text-decoration: none;
    color: var(--black);
    overflow: hidden;
}

    .tile--link:hover[b-qgy4gwlisl] {
        box-shadow: 0px 0rem 0.5rem 0px #00000069;
    }

.tl--img[b-qgy4gwlisl] {
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 0.3125rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0);
    background-color: lightgray;
    background-size: cover !important;
    background-position: center !important;
}

.tl--title[b-qgy4gwlisl] {
    padding: .5rem;
    text-align: center;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    word-break: break-word;
}

.page-tile--control[b-qgy4gwlisl] {
    display: flex;
    justify-content: center;
}

.ptc--indicators[b-qgy4gwlisl] {
    font-family: Montserrat;
    align-items: center;
    position: relative;
    color: black;
    margin: 0;
}

    .ptc--indicators [data-bs-target][b-qgy4gwlisl] {
        margin: 0;
        padding: 0;
        border: none;
        background: none;
        height: inherit;
        text-indent: unset;
    }

.ptc-arrow--indicators[b-qgy4gwlisl] {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}
/*#endregion Page*/
/* _content/Sitefinity.Renderer/Views/Shared/Components/Events/SideBySide.cshtml.rz.scp.css */
.calendar--spacer[b-44msxmltkw] {
    display: none;
    width: 100%;
    border-bottom: 1px solid var(--black-20);
    margin-top: 1.87rem;
    margin-bottom: 1.87rem;
}

.calendar--container-parent[b-44msxmltkw] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.calendar--container[b-44msxmltkw] {
    display: flex;
    flex-direction: column;
    flex: 1 1 28rem;
    max-width: 100%;
    gap: 1.5rem;
}

.calendar--head[b-44msxmltkw] {
    display: flex;
    flex-direction: column;
    gap: 1.87rem;
}

.calendar--view[b-44msxmltkw] {
    display: none;
}

.calendar--days[b-44msxmltkw] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.calendar--event[b-44msxmltkw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.3125rem;
    overflow: hidden;
}

    .calendar--event > div[b-44msxmltkw] {
        width: 100%;
    }

.calendar--event-date[b-44msxmltkw] {
    display: flex;
    padding: 1.25rem 1.5rem;
    align-items: flex-start;
    color: var(--Black);
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.875rem;
}

.calendar--event-title[b-44msxmltkw] {
    display: flex;
    padding: 1.25rem 1.5rem;
    align-items: flex-start;
    height: 100%;
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.875rem;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.c--event-title[b-44msxmltkw] {
    flex-grow: 1;
}

.c--event-links[b-44msxmltkw] {
    display: flex;
    align-items: center;
    text-wrap: nowrap;
    margin-left: auto;
    margin-top: auto;
}

@media(max-width: 1079px) {

    .calendar--event[b-44msxmltkw] {
        display: grid;
        grid-template-columns: minmax(13.25rem, 25%) 1fr;
        align-items: center;
        border-radius: 0.3125rem;
        overflow: hidden;
    }

    .calendar--event-date[b-44msxmltkw] {
        height: 100%;
    }

    .calendar--spacer[b-44msxmltkw] {
        display: flex;
    }

    .calendar--head[b-44msxmltkw] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: baseline
    }

    .calendar--view[b-44msxmltkw] {
        display: block;
        margin-left: auto;
    }

    .calendar--foot[b-44msxmltkw] {
        display: none;
    }
}

@media(max-width: 832px) {
    .calendar--container[b-44msxmltkw] {
        grid-template-columns: auto;
        gap: 1.25rem;
    }
}



@media(max-width: 556px) {
    .calendar--event[b-44msxmltkw] {
        display: flex;
        flex-direction: column;
    }

        .calendar--event > div[b-44msxmltkw] {
            width: 100%;
        }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/Events/Tickets.cshtml.rz.scp.css */
.container--filter[b-s6qfsfcz8y] {
    margin-bottom: 5rem;
}

.calendar--filter[b-s6qfsfcz8y] {
    display: grid;
    grid-template-columns: minmax(150px, 25%) minmax(0, 57.5rem);
    gap: 1.5rem;
    justify-content: space-between;
}

    .calendar--filter select[b-s6qfsfcz8y] {
        padding: 1.25rem;
        align-items: center;
        gap: 1.25rem;
        border-radius: 0.3125rem;
        border: 2px solid var(--black-10);
        background: url('svg/chevron-ddl-down-y.svg') no-repeat calc(100% - 1.25rem) 50%;
        -webkit-appearance: none;
    }

        .calendar--filter select:focus[b-s6qfsfcz8y] {
            background: url('svg/chevron-ddl-up-y.svg') no-repeat calc(100% - 1.25rem) 50%;
        }

    .calendar--filter selection option[b-s6qfsfcz8y] {
        width: 100%;
    }

.calendar--event-ticket[b-s6qfsfcz8y] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 20px;
    /*border-left: 4px solid rgba(0, 128, 200, 1);*/
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    background: #f8f9fa;
}

.event-ticket-info[b-s6qfsfcz8y] {
    min-width: 80%;
    flex: 1;
}

.ticket-info-title[b-s6qfsfcz8y] {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px
}

.ticket-info-details[b-s6qfsfcz8y] {
    color: rgba(102, 102, 102, 1);
    line-height: 1.6rem;
}

.ticket-info-details-location[b-s6qfsfcz8y] {
    font-weight: bold;
}

.ticket-info-details-address[b-s6qfsfcz8y] {
    color: rgba(120, 120, 120, 1);
    margin-bottom: 5px;
}

.ticket-info-details-datetime[b-s6qfsfcz8y] {
}

.ticket-info-details-summary[b-s6qfsfcz8y] {
    margin-top: 10px;
}

.event-ticket-action[b-s6qfsfcz8y] {
    display: grid;
    place-items: center;
    flex: 1;
}

.ticket-action-links[b-s6qfsfcz8y] {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 300px));
}

@media(max-width: 832px) {
    .container--filter[b-s6qfsfcz8y] {
        margin-bottom: 7.5rem;
    }

    .calendar--filter[b-s6qfsfcz8y] {
        grid-template-columns: auto;
        justify-content: normal;
    }
}

@media(max-width: 556px) {
    /*.e-calendar--container {
        margin-bottom: 3.25rem;
    }*/
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/ExtracurricularActivitiesBlock/Default.cshtml.rz.scp.css */
.content-line[b-grcxx922cn]{

}
.content-title[b-grcxx922cn] {
    margin-right: 6rem;
    color: black;
    margin-bottom: 3rem !important
}
.schedule_list[b-grcxx922cn] {
    flex: 0 0 auto;
    width: 23%;
    border-radius: 5px;
    padding: 19px 25px;
}
.box-container[b-grcxx922cn] {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content:flex-start;
}

@media (max-width:1110px){
    .schedule_list[b-grcxx922cn] {
        flex: 0 0 auto;
        width: 48%;
        border-radius: 5px;
        padding: 19px 25px;
    }
}
@media (max-width:660px) {
    .schedule_list[b-grcxx922cn] {
        flex: 0 0 auto;
        width: 100%;
        border-radius: 5px;
        padding: 19px 25px;
    }
}
 
/* _content/Sitefinity.Renderer/Views/Shared/Components/FeedCard/Default.cshtml.rz.scp.css */

.content-cardContainer[b-e467riv2zq] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border-bottom: 1px solid var(--black-20);
    justify-content: flex-start;
    padding: 3.15rem 0 3rem;
}

.content-cardColumn[b-e467riv2zq] {
    box-sizing: border-box;
}


.content-cardPictureContainer[b-e467riv2zq] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 5px;
    flex-direction: row;
}


    .content-cardPictureContainer img[b-e467riv2zq] {
        width: 42.75rem;
        height: 14.875rem;
        object-fit: cover;
        /*margin-top: 2.5rem;*/
    }

@media screen and (min-width: 832px) {



    .content-cardTextArea[b-e467riv2zq] {
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        flex: 1 0 40%;
        padding-right: 3.5rem;
    }
}


@media screen and (max-width: 832px) {



    .content-cardTextArea[b-e467riv2zq] {
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        flex: 1 0 100%;
        padding-right: 3.5rem;
		margin-top:2.5rem;
    }
}


@media screen and (max-width: 556px) {


    .content-cardTextArea[b-e467riv2zq] {
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        flex: 1 0 100%;
        padding-right: 3.5rem;
		margin-top:2.5rem;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/Footer/Default.cshtml.rz.scp.css */
.gedsb--footer[b-j8v4ggjvkt] {
    margin-top: 3rem;
    border-top: 1px solid var(--black-20);
}

    .gedsb--footer > div[b-j8v4ggjvkt] {
        padding: 2.5rem 3rem;
    }

.footer--top[b-j8v4ggjvkt] {
    display: grid;
    grid-template-columns: minmax(20.625rem, 25%) 1fr;
}

.footer--bottom[b-j8v4ggjvkt] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20.625rem, 1fr));
    gap: 1.5rem;
    background: var(--Dark-Blue);
}

    .footer--bottom[b-j8v4ggjvkt], .footer--bottom a[b-j8v4ggjvkt] {
        color: var(--White);
        font-family: Roboto;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.625rem;
        letter-spacing: 0.01rem;
    }

        .footer--bottom > div[b-j8v4ggjvkt] {
            border-top: 1px solid var(--white-50);
            padding-top: 1.25rem;
        }

.footer--logo[b-j8v4ggjvkt] {
    max-width: 13.25rem;
    max-height: 12.125rem;
}

.top--content[b-j8v4ggjvkt] {
    display: grid;
    gap: 1.5rem;
    align-items: center;
}

.content--title[b-j8v4ggjvkt] {
    color: var(--Black);
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.625rem;
}

.content--body[b-j8v4ggjvkt] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(20.625rem, 1fr));
}

@media(min-width: 1488px) {
    .gedsb--footer[b-j8v4ggjvkt] {
        border-top: none;
    }

        .gedsb--footer[b-j8v4ggjvkt]:before {
            border-top: 1px solid var(--black-20);
        }

    .gedsb--footer[b-j8v4ggjvkt], .footer--top[b-j8v4ggjvkt], .footer--bottom[b-j8v4ggjvkt] {
        position: relative;
    }

        .gedsb--footer[b-j8v4ggjvkt]:before, .footer--top[b-j8v4ggjvkt]:before, .footer--bottom[b-j8v4ggjvkt]:before {
            content: '';
            background-color: inherit;
            position: absolute;
            height: 100%;
            width: 200vw;
            top: 0;
            left: -100vw;
            z-index: -1;
        }
}

@media(max-width: 832px) {
    .gedsb--footer[b-j8v4ggjvkt] {
        margin-top: 7.5rem;
    }

        .gedsb--footer > div[b-j8v4ggjvkt] {
            padding: 2.5rem;
        }

    .content--title[b-j8v4ggjvkt] {
        font-size: 1.25rem;
        font-weight: 800;
        line-height: 1.875rem;
    }

    .footer--top[b-j8v4ggjvkt] {
        grid-template-columns: repeat(auto-fit, minmax(23rem, 1fr));
        gap: 2.5rem;
        padding-top: 3.75rem;
    }

    .footer--logo[b-j8v4ggjvkt] {
        max-width: 10.75rem;
        max-height: 9.875rem;
    }

    .content--body[b-j8v4ggjvkt] {
        display: grid;
        gap: 1.25rem;
        grid-template-rows: repeat(3, 1fr);
    }
}

@media(max-width: 556px) {
    .gedsb--footer[b-j8v4ggjvkt] {
        margin-top: 3.75rem;
    }

        .gedsb--footer > div[b-j8v4ggjvkt] {
            padding: 1.5rem 2.5rem;
        }

    .footer--top[b-j8v4ggjvkt] {
        grid-template-columns: auto;
        gap: 2.5rem;
        padding-top: 3.75rem;
    }

    .content--body[b-j8v4ggjvkt] {
        grid-template-columns: auto;
    }

    .footer--bottom[b-j8v4ggjvkt] {
        grid-template-columns: auto;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/Footer/School.cshtml.rz.scp.css */
.gedsb--footer[b-m4gj36g08p] {
    margin-top: 3rem;
    border-top: 1px solid var(--black-20);
}

    .gedsb--footer > div:not(:last-child)[b-m4gj36g08p] {
        padding: 2.5rem 3rem;
    }

.footer--section[b-m4gj36g08p] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 3.12rem 3rem;
}

.section--image img[b-m4gj36g08p] {
    max-height: 11.375rem;
    max-width: 13.25rem;
    min-height: 11.375rem;
    min-width: 13.25rem;
}

.section--info[b-m4gj36g08p] {
    display: grid;
    gap: 1.25rem;
}

.footer--school-info[b-m4gj36g08p] {
    display: grid;
    grid-template-columns: minmax(22.13rem, 25%) 1fr;
}

.school--info[b-m4gj36g08p] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

    .school--info > div[b-m4gj36g08p] {
        display: flex;
        flex-direction: column;
        gap: 0.625rem;
        background: var(--White);
        padding: 1.25rem;
        border-radius: 0.3125rem;
    }

.footer--top[b-m4gj36g08p] {
    display: grid;
    grid-template-columns: minmax(22.13rem, 25%) 1fr;
}

.footer--bottom[b-m4gj36g08p] {
    display: grid;
    grid-template-columns: minmax(22.13rem, 25%) 1fr;
    gap: 1.5rem;
    padding: 1.06rem 5.5rem;
    text-align: end;
    background: var(--Dark-Blue);
}

    .footer--bottom[b-m4gj36g08p], .footer--bottom a[b-m4gj36g08p] {
        color: var(--White);
        font-family: Roboto;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.625rem;
        letter-spacing: 0.01rem;
    }

.bottom--links[b-m4gj36g08p] {
    display: flex;
    gap: 1.13rem;
    margin-left: 19.63rem;
    white-space: nowrap;
    z-index: 1;
}

.footer--logo[b-m4gj36g08p] {
    max-width: 13.25rem;
    max-height: 13.25rem;
    min-width: 13.25rem;
    min-height: 13.25rem;
}

.top--content[b-m4gj36g08p] {
    display: grid;
    gap: 1.5rem;
    align-items: center;
}

.content--title[b-m4gj36g08p] {
    color: var(--Black);
    font-family: Montserrat;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.625rem;
}

.content--body[b-m4gj36g08p] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}

@media(min-width: 1488px) {
    .gedsb--footer[b-m4gj36g08p] {
        border-top: none;
    }

        .gedsb--footer[b-m4gj36g08p]:before {
            border-top: 1px solid var(--black-20);
        }

    .gedsb--footer[b-m4gj36g08p], .footer--top[b-m4gj36g08p], .footer--bottom[b-m4gj36g08p], .footer--section[b-m4gj36g08p], .footer--school-info[b-m4gj36g08p] {
        position: relative;
    }

        .gedsb--footer[b-m4gj36g08p]:before, .footer--top[b-m4gj36g08p]:before, .footer--bottom[b-m4gj36g08p]:before, .footer--section[b-m4gj36g08p]:before, .footer--school-info[b-m4gj36g08p]:before {
            content: '';
            background-color: inherit;
            position: absolute;
            height: 100%;
            width: 200vw;
            top: 0;
            left: -100vw;
            z-index: -1;
        }
}

@media(max-width: 1448px) {

    .footer--section[b-m4gj36g08p] {
        grid-template-columns: minmax(22.13rem, 25%) 1fr;
    }

    .section--image img[b-m4gj36g08p] {
        max-height: 9.22875rem;
        max-width: 10.75rem;
        min-height: 9.22875rem;
        min-width: 10.75rem;
    }

    .school--info[b-m4gj36g08p] {
        grid-template-columns: initial;
    }

    .footer--logo[b-m4gj36g08p] {
        min-width: 10.75rem;
        min-height: 10.75rem;
        max-height: 10.75rem;
        max-width: 10.75rem;
    }

    .footer--bottom[b-m4gj36g08p] {
        padding: 1.06rem 2.25rem;
        text-align: left;
    }

    .bottom--links[b-m4gj36g08p] {
        margin-left: 0;
    }
}

@media(max-width: 831px) {
    .gedsb--footer[b-m4gj36g08p] {
        margin-top: 7.5rem;
    }

        .gedsb--footer > div:not(:last-child)[b-m4gj36g08p] {
            padding: 3.12rem 2.25rem;
        }

    .content--title[b-m4gj36g08p] {
        font-size: 1.25rem;
        font-weight: 800;
        line-height: 1.875rem;
    }

    .footer--school-info[b-m4gj36g08p], .footer--section[b-m4gj36g08p] {
        grid-template-columns: initial;
        gap: 1.25rem;
    }

    .footer--top[b-m4gj36g08p] {
        grid-template-columns: repeat(auto-fit, minmax(23rem, 1fr));
        gap: 2.5rem;
        padding-top: 3.75rem;
    }

    .footer--logo[b-m4gj36g08p] {
        max-width: 10.75rem;
        max-height: 9.875rem;
    }

    .content--body[b-m4gj36g08p] {
        display: grid;
        gap: 1.25rem;
        grid-template-rows: repeat(3, 1fr);
    }

    .footer--bottom[b-m4gj36g08p] {
        grid-template-columns: unset;
        gap: 0.63rem;
    }
}

@media(max-width: 556px) {
    .gedsb--footer[b-m4gj36g08p] {
        margin-top: 3.75rem;
    }

        .gedsb--footer > div:not(:last-child)[b-m4gj36g08p] {
            padding: 1.5rem 2.5rem;
        }

    .footer--top[b-m4gj36g08p] {
        grid-template-columns: auto;
        gap: 2.5rem;
        padding-top: 3.75rem;
    }

    .content--body[b-m4gj36g08p] {
        grid-template-columns: auto;
    }

    .footer--bottom[b-m4gj36g08p] {
        padding: 1.25rem 1.5rem;
        grid-template-columns: auto;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/FutureCard/WithButton.cshtml.rz.scp.css */
/* containter properties */
.futureCard-ContainerBox[b-4dnusrpgdj] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: white;
    padding: 30px;
    padding-right: 5vw;
    border-radius: 5px;
    color: black;
    max-width: 100%;
}

/* Image size */
.futureCard-Picture[b-4dnusrpgdj] {
    height: 60px;
    margin-bottom: 30px;
}

/* Card text properties */
.futureCard-Text[b-4dnusrpgdj] {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding-right: 20px;
}

/* button style */
.futureCard-Button[b-4dnusrpgdj] {
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: white;
    color: black;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid #000;
    font-weight: 600;
}


.futureBox[b-4dnusrpgdj] {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 30px;
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/FutureCard/WithoutButton.cshtml.rz.scp.css */
/* Container properties */
.futureCard-ContainerBox[b-4b6yw1enqo] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: white;
    padding: 30px;
    padding-right: 5vw;
    border-radius: 5px;
    color: black;
    max-width: 100%;
}

/* Image properties */
.futureCard-Picture[b-4b6yw1enqo] {
    height: 60px;
    margin-bottom: 30px;
}

/* Text properties */
.futureCard-Text[b-4b6yw1enqo] {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

/* Text properties */
.futureBox[b-4b6yw1enqo] {
    text-align: left;
    gap: 30px;
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/GEDSBButton/Horizontal.cshtml.rz.scp.css */
.gedsb_link-door[b-w5pbzdfi0g] {
    position: relative;
    flex: 0 1 42.6rem;
    overflow: hidden;
    background-color: white;
    transition: ease-in-out .5s;
    border-bottom: 1px solid var(--black-20);
    padding-bottom: 5rem;
    max-width: 35rem;
    margin-top: 2.5rem;
    margin-right:1.5rem;
}

.gedsb_door-image[b-w5pbzdfi0g] {
    max-height: 200px;
    overflow: hidden;
    border-radius: 5px;
}

.gedsb_door-info[b-w5pbzdfi0g] {
    display: grid;
    place-items: flex-start;
    overflow: auto;
    padding-top: 1.25rem;
    padding-bottom: .62rem;
}

.gedsb_door-title[b-w5pbzdfi0g] {
    text-align: left;
    overflow-wrap: break-word;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2.5rem;
    word-wrap: break-word;
    color: #292929;
    font-family: Montserrat;
    word-wrap: break-word
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/GEDSBButton/publication.cshtml.rz.scp.css */
/*.plastic {
    margin: .5rem;
    padding: .4rem;
    transition: ease-in-out .5s;
    max-width: 18rem;
    max-height: 41rem;
    display: flex;
    justify-content: center;
}

    .plastic:hover {
        transform: scale(.95);
       
    }

.font-sizer {
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 700;
    min-height: 4rem;
    padding-top: 2rem;
    color: black;
    text-align: left;
}*/


@media (min-width:1000px) {

    .doorImg[b-tx3a1po6l5] {
        border-radius: 8px;
    }

    .font-sizer[b-tx3a1po6l5] {
        font-size: 1.3rem;
        line-height: 1.5rem;
        font-weight: 700;
    }

    .plastic[b-tx3a1po6l5] {
        margin: .5rem;
        padding: .4rem;
        transition: ease-in-out .5s;
        max-width: 18rem;
        max-height: 41rem;
        display: flex;
        justify-content: center;
    }
}

@media (max-width:1024px) {

    .doorImg[b-tx3a1po6l5] {
        border-radius: 8px;
    }

    .font-sizer[b-tx3a1po6l5] {
        font-size: .85rem;
        line-height: 1.2rem;
        font-weight: 700;
    }

    .plastic[b-tx3a1po6l5] {
        margin: .5rem;
        padding: .4rem;
        transition: ease-in-out .5s;
        max-width: 12rem;
        max-height: 31rem;
        display: flex;
        justify-content: center;
    }
}


@media (max-width:1400px) {

    .doorImg[b-tx3a1po6l5] {
        border-radius: 8px;
    }

    .font-sizer[b-tx3a1po6l5] {
        font-size: 0.8rem;
        line-height: 1.2rem;
        font-weight: 700;
    }

    .plastic[b-tx3a1po6l5] {
        margin: .5rem;
        padding: .4rem;
        transition: ease-in-out .5s;
        max-width: 18rem;
        max-height: 41rem;
        display: flex;
        justify-content: center;
    }
}

@media (max-width:430px) {

    .doorImg[b-tx3a1po6l5] {
        border-radius: 8px;
        max-width: 20rem;
    }

    .font-sizer[b-tx3a1po6l5] {
        font-size: 1.5rem;
        line-height: 1.8rem;
        font-weight: 700;
    }

    .plastic[b-tx3a1po6l5] {
        margin: .5rem;
        padding: .4rem;
        transition: ease-in-out .5s;
        max-width: 18rem;
        max-height: 41rem;
        display: flex;
        justify-content: center;
    }
}



.plastic:hover[b-tx3a1po6l5] {
    transform: scale(.95);
}

 
/* _content/Sitefinity.Renderer/Views/Shared/Components/GEDSBHeader/AboutUs.cshtml.rz.scp.css */
@media (min-width: 1336px) {
    .aboutus-colorboxgap[b-jssekewhai] {
        column-gap: 26rem;
    }

    .aboutus-colorboxgap2[b-jssekewhai] {
        column-gap: 16rem;
    }

    .aboutus-text[b-jssekewhai] {
        width: 50%;
    }
}

@media (min-width: 830px) and (max-width: 1335px) {

    .aboutus-colorboxgap[b-jssekewhai] {
        column-gap: 7rem;
    }

    .aboutus-colorboxgap2[b-jssekewhai] {
        column-gap: 3rem;
    }
}

@media (max-width:831px) {

    .aboutus-colorboxgap[b-jssekewhai] {
        column-gap: 2rem;
    }

    .aboutus-colorboxgap2[b-jssekewhai] {
        column-gap: 0rem;
    }
}

.aboutus-colorbox[b-jssekewhai] {
    padding-top: 1.87rem;
    padding-bottom: 1.87rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.aboutus-bigFont[b-jssekewhai] {
    color: rgba(41, 41, 41, 1);
    font-size: 30px;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 40px;
    width: 11rem;
    flex-shrink: 0;
    align-self: baseline;
}

.aboutus-dark[b-jssekewhai] {
    color: var(--Black);
}





.aboutus-strategyLeft[b-jssekewhai] {
    display: flex;
    flex-flow: row wrap;
    column-gap: 7rem;
}

.aboutus-strategyBox[b-jssekewhai] {
    display: inline-flex;
    justify-content: flex-start;
    align-items: baseline;
    width: 24rem;
    flex-flow: column nowrap;
}

.aboutus-strategyExp[b-jssekewhai] {
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem;
    letter-spacing: 0.01rem;
}

.aboutus-strategy[b-jssekewhai] {
    margin-top: 2.5rem;
    font-family: Montserrat;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.125rem;
}

.aboutus-gedsbbox[b-jssekewhai] {
    margin-top: 2.5rem;
    width: 6.87rem;
    text-align: center;
    color: var(--Black, #292929);
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.875rem;
    border-radius: 1.25rem 0rem;
}


/* _content/Sitefinity.Renderer/Views/Shared/Components/GEDSBHeader/Default.cshtml.rz.scp.css */
.gedsb--header[b-k3pz22xnph] {
    padding-top: 4rem;
}

.gedsb--header-text[b-k3pz22xnph] {
    padding-top: 0.94rem;
    padding-bottom: 3.75rem;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    word-wrap: break-word;
    border-top: 1px rgba(0,0,0,0.2) solid;
}

@media(max-width: 556px) {
    .gedsb--header-text[b-k3pz22xnph] {
        padding-bottom: 1.875rem;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/GEDSBHeader/SocialMedia.cshtml.rz.scp.css */
.gedsb--header[b-ezl56uncly] {
    padding-top: 4rem;
}

.gedsb--header-text[b-ezl56uncly] {
    padding-top: 0.94rem;
    padding-bottom: 3.75rem;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    word-wrap: break-word;
    border-top: 1px rgba(0,0,0,0.2) solid;
}

@media(max-width: 556px) {
    .gedsb--header-text[b-ezl56uncly] {
        padding-bottom: 1.875rem;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/ImageCardNew/Managers.cshtml.rz.scp.css */
.imageCard-AssistantInfo[b-62yms1dg5y] {
    margin-top: .3125rem;
}

.imageCard-Title[b-62yms1dg5y] {
    color: #292929;
    font-size: 1.25rem;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: 1.875rem;
    word-wrap: break-word;
    margin-top: .3125rem;
    
    text-align: left;
}

.imageCard-Name[b-62yms1dg5y] {
    color: #292929;
    font-size: 1.5rem;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 2.12rem;
    word-wrap: break-word;
    margin-top: 2.56rem;
}

.imageCard-Picture[b-62yms1dg5y] {
    width: 100%;
    height: 100%;
    border-radius: .3125rem;
    width: 13.25rem;
    height: 15.625rem;
    aspect-ratio: 16/9;
    flex-shrink: 0;
    object-fit: cover;
}

.imageCard-ManagerBox[b-62yms1dg5y] {
    display: flex;
    width: 21rem;
    padding-bottom: 6.87rem;
    border-bottom: 1px solid var(--black-20);
    margin-top: 5rem;
    margin-right: 1.5rem;
     
}

@media(min-width:556px){ .imageCard-ManagerBox:last-child[b-62yms1dg5y], .imageCard-ManagerBox:nth-last-of-type(-n+3):not(:nth-child(even))[b-62yms1dg5y] {
    border-bottom: none;
    padding-bottom: unset;
} 

    .imageCard-ManagerBox:last-child[b-62yms1dg5y], .imageCard-ManagerBox:nth-last-of-type(-n+2):not(:nth-child(odd))[b-62yms1dg5y] {
        border-bottom: none;
        padding-bottom: unset;
    }
}

 @media(max-width:556px) {
    .imageCard-ManagerBox:last-child[b-62yms1dg5y]{
        border-bottom: none;
        padding-bottom: unset;
    }
    .imageCard-ManagerBox[b-62yms1dg5y] {
        display: flex;
        width: 21rem;
        padding-bottom: 2.5rem;
        border-bottom: 1px solid var(--black-20);
        margin-top: 2.5rem;
        margin-right: 1.5rem;
    }
} 
/* _content/Sitefinity.Renderer/Views/Shared/Components/ImageCardNew/SeniorManagement.cshtml.rz.scp.css */

.imageCard-TextArea[b-mtfw4wch45] {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
}

.imageCard-Box[b-mtfw4wch45] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2.5rem;
    width: 42.75rem;
    text-align: left;
    position: relative;
    margin-top: 5rem;
    overflow: hidden;
    background-color: white;
    transition: ease-in-out .5s;
    border-bottom: 1px solid var(--black-20);
    padding-bottom: 5rem;
    /* padding-right: 1.5rem;*/
    max-width: 42.75rem;
}

.imageCard-MainSection[b-mtfw4wch45] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: rgba(250, 166, 26, 0.10);
    border-bottom: 1px solid var(--Yellow, #FAA61A);
}

.imageCard-OptionHeader[b-mtfw4wch45] {
    display: none;
    margin-top: 2.875rem;
    column-count: 2;
}


.imageCard-Picture[b-mtfw4wch45] {
    width: 100%;
    height: 100%;
    border-radius: .3125rem;
    width: 13.25rem;
    height: 15.625rem;
    aspect-ratio: 16/9;
    flex-shrink: 0;
    object-fit: cover;
}

.imageCard-iconInHeader[b-mtfw4wch45] {
    display: none;
}

.mvsb[b-mtfw4wch45] {
    display: block !important;
}

.imageCard-whiteBackround[b-mtfw4wch45] {
    background-color: white;
}

.imageCard-SectionItem[b-mtfw4wch45] {
    flex: 1 1 0;
    color: #292929;
    font-size: 1rem;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 1.62rem;
    word-wrap: break-word
}

.imageCard-stroke[b-mtfw4wch45] {
    border-top: 4px solid #FAA61A;
}

.imageCard-Name[b-mtfw4wch45] {
    color: #292929;
    font-size: 1.5rem;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 2.12rem;
    word-wrap: break-word;
}

/*  Added in site.css
    .imageCard-Name a {
    text-decoration: none;
    }
*/

.imageCard-Title[b-mtfw4wch45] {
    color: #292929;
    font-size: 1.25rem;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 1.596rem;
    word-wrap: break-word;
    margin-top: .3125rem;
}

.imageCard-TextColumn[b-mtfw4wch45] {
    display: flex;
    flex-direction: column;
}

.imageCard-AssistantInfo[b-mtfw4wch45] {
    margin-top: 1.25rem;
}


@media(min-width: 1488px) {
    .imageCard-Box:nth-child(even)[b-mtfw4wch45] {
        margin-left: 1.5rem;
    }

    .imageCard-Box:last-child[b-mtfw4wch45], .imageCard-Box:nth-last-of-type(-n+2):not(:nth-child(even))[b-mtfw4wch45] {
        border-bottom: none;
        padding-bottom: 5rem;
    }
}

@media(max-width: 1488px) {
    .imageCard-Box[b-mtfw4wch45] {
        /*width: 100%;*/
    }

        .imageCard-Box:last-child[b-mtfw4wch45], .imageCard-Box:nth-last-of-type(-n+2):not(:nth-child(even))[b-mtfw4wch45] {
            border-bottom: none;
            padding-bottom: 5rem;
        }
}

@media (max-width:832px) {
    .imageCard-TextArea[b-mtfw4wch45] {
        display: flex;
        gap: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .imageCard-Box[b-mtfw4wch45] {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 2.5rem;
        text-align: left;
        position: relative;
        margin-top: 2.5rem;
        overflow: hidden;
        background-color: white;
        transition: ease-in-out .5s;
        border-bottom: 1px solid var(--black-20) !important;
        padding-bottom: 2.5rem;
        /* padding-right: 1.5rem;*/
        max-width: 31.25rem;
    }

    .imageCard-MainSection[b-mtfw4wch45] {
        min-width: 20.75rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        background: rgba(250, 166, 26, 0.10);
        border-bottom: 1px solid var(--Yellow, #FAA61A);
    }

    .imageCard-OptionHeader[b-mtfw4wch45] {
        display: none;
        margin-top: 2.875rem;
        column-count: 1;
    }

    .imageCard-Box:last-child[b-mtfw4wch45] {
        border-bottom: none !important;
        padding-bottom: 5rem;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/ImageCard/Managers.cshtml.rz.scp.css */
.gedsb-container[b-guj53xkphc] {
    justify-content: center;
    text-align: left;
}
.gedsb-img-item[b-guj53xkphc] {
    min-width: 5rem;
    max-width: 10rem;
    margin: 1rem;
}
.gedsb-title-item[b-guj53xkphc] {
    background-color: #EDF6FF;
    color: black;
    padding: 1rem;
    font-size:1rem;
    font-weight:700;
}
  
/* _content/Sitefinity.Renderer/Views/Shared/Components/ImageCard/SeniorManagement.cshtml.rz.scp.css */

.gedsb-imageCard-container[b-bhucmbcj57] {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    padding-bottom:2rem;
    margin: auto;
    width: fit-content;
}


.gedsb-OptionHeader[b-bhucmbcj57] {
    list-style: none;
    margin: 0.62rem 0 1rem 0;
    display:none;
}


    .gedsb-OptionHeader li[b-bhucmbcj57] {
        margin-left: 0.5rem;
        font-size: .8rem;
        color: dimgrey;        
        list-style:none !important;
        text-align:left;
        border-bottom: var(--divider-bar);
        padding: 0.62rem 0 1rem 0;
        margin-bottom: 0.62rem;
        width: 16rem;
        background-color:white;
    }
 
 

.mvsb[b-bhucmbcj57] {
    display: block;
}
 
.gedsb-ul-header[b-bhucmbcj57] {
    font-family: Montserrat;
    font-size: 1.2em;
    display: block;
    padding: 10px 22px;
    margin: 0 0 0.18rem 0;
    cursor: pointer;
    background: #8dc63f;
    border-radius: 0.18rem;
    color: white;
    transition: ease .5s;
    width: 20rem;
}

    .gedsb-ul-header[b-bhucmbcj57]::after {
        font-family: "FontAwesome";
        content: '\f0d7';
        font-weight: bold;
        font-size: 1rem;
        position: relative;
        float: right;
         
    }
    .gedsb-ul-header:hover[b-bhucmbcj57] {
        background-color: #F9A51A;
    }

 

 
/* _content/Sitefinity.Renderer/Views/Shared/Components/ImageGalery/Default.cshtml.rz.scp.css */
.img-class[b-4i5y8e9c4b]{
    
    max-height:20rem !important;
    object-fit:contain;
}

.imagegalery-header[b-4i5y8e9c4b] {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align:center;
}

.carousel-container[b-4i5y8e9c4b] {
    display: flex;
}

.carousel-control-prev[b-4i5y8e9c4b] {
    background: rgba(0,0, 0, 1);
    color: white;
}

    .carousel-control-prev:hover[b-4i5y8e9c4b] {
      /*  background: rgba(0,0, 0, 0.4);*/
      /*  color: white;*/
    }

.carousel-control-next[b-4i5y8e9c4b] {
    background: rgba(0,0, 0, 1);
    color: white;
}

    .carousel-control-next:hover[b-4i5y8e9c4b] {
       /*background: rgba(0,0, 0, 0.4);*/
        /*color: white;*/
    }
/* _content/Sitefinity.Renderer/Views/Shared/Components/ItemBlock/Default.cshtml.rz.scp.css */

 
.box-container[b-cxglbb64wx] {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 12px;     
    max-width:20rem;
}
.box-info[b-cxglbb64wx] {
    flex: 0 0 auto;
    border-radius: 5px;
    padding: 19px 25px;
    background-color: #e9eef6;
    max-width: 20rem;
}
.box-title[b-cxglbb64wx] {
    background: var(--Dark-Blue);
    border-radius: 5px;
    padding: 11px 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    max-width: 20rem;
}




 
/* _content/Sitefinity.Renderer/Views/Shared/Components/JumboHeaderNew/Default.cshtml.rz.scp.css */
.jumboHeader-Line[b-nnw80f5xna] {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
}

.jumboHeader-Container[b-nnw80f5xna] {
    display: flex;
    flex-wrap: wrap;
    flex-direction:row;
    border-radius: 5px 0 0 5px !important;
    gap: 1.25rem;
    justify-content: center;
}

.jumboHeader-Column[b-nnw80f5xna] {
    box-sizing: border-box;
    border-radius: 0 5px 5px 0 !important;
    border:1px solid transparent;
}

.jumboHeader-ImageBox[b-nnw80f5xna] {
    display: flex;
    flex-direction: row;
    flex: 0 0 30%;
    /*gap: 1.25rem;*/
}

.jumboHeader-PictureContainer[b-nnw80f5xna] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    overflow: hidden;
    border-radius: 5px 0 0 5px !important;
    flex-direction: row;
}

    .jumboHeader-PictureContainer img[b-nnw80f5xna] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.jumboHeader-TextArea[b-nnw80f5xna] {
    flex: 1;
    flex-direction: column;
    display: flex;
    /*  max-width: 50.125rem;*/
    min-height: 20rem;
    align-items: flex-start;
    padding-right: 1.88rem;
    padding-top: 1.88rem;
    padding-left: 1.875rem;
    flex-shrink: 0;
}

.jumboHeader-Title[b-nnw80f5xna] {
    color: var(--Black, #292929);
     
    /* Emphasis - Strong */
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.875rem; /* 150% */
}

.jumboHeader-SubText[b-nnw80f5xna] {
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem; /* 162.5% */
    letter-spacing: 0.01rem;
    margin-top: 1.25rem;
    
}



@media screen and (max-width: 832px) {
    .jumboHeader-ImageBox[b-nnw80f5xna] {
        flex: 1 0 80%;
    }

    .jumboHeader-TextArea[b-nnw80f5xna] {
        flex: 1 0 100%;
    }

    .jumboHeader-Box[b-nnw80f5xna] {
        flex: 1 0 20%;
    }
    .jumboHeader-Line[b-nnw80f5xna] {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}


@media screen and (max-width: 556px) {
    .jumboHeader-ImageBox[b-nnw80f5xna] {
        flex: 1 0 80%;
    }

    .jumboHeader-TextArea[b-nnw80f5xna] {
        flex: 1 0 100%;
    }

    .jumboHeader-Box[b-nnw80f5xna] {
        flex: 1 0 20%;
    }

    .jumboHeader-Container[b-nnw80f5xna] {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        border-radius: 5px 0 0 5px !important;
        gap: 1.25rem;
        justify-content: center;
        width:21rem;
    }
    .jumboHeader-Line[b-nnw80f5xna] {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/JumboHeaderNew/Welcome.cshtml.rz.scp.css */
.welcome--container[b-yt63z5u1dl] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid var(--black-20);
    margin-bottom: 5rem;
}
    .welcome--container > div[b-yt63z5u1dl] {
        height: 250px;
        overflow: auto;
    }

.welcome--message[b-yt63z5u1dl] {
    flex: 7 0 500px;
    padding: 1.88rem;
    border-radius: 0.3125rem;
}
.message--title[b-yt63z5u1dl] {
    color: var(--Black, #292929);
    /* Emphasis - Strong */
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.875rem; /* 150% */
}
.message--text[b-yt63z5u1dl] {
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem; /* 162.5% */
    letter-spacing: 0.01rem;
    margin-top: 1.25rem;
}

.welcome--image[b-yt63z5u1dl] {
    aspect-ratio: 16/9;
    flex: 1 1 444px;
    display: grid;
    border-radius: 0.3125rem;
    overflow: hidden;
}

.w--image[b-yt63z5u1dl] {
    width: 100%;
    height: 100%;
}

@media(max-width: 1224px) {
    .welcome--container > div[b-yt63z5u1dl] {
        height: inherit;
        /*min-height: 300px;*/
    }

    .welcome--message[b-yt63z5u1dl], .welcome--image[b-yt63z5u1dl] {
        flex-basis: 100%;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/JumboHeader/Default.cshtml.rz.scp.css */
@media (min-width:1000px) {
    .gedsb_boxOrder[b-xk3q0pqxrp] {
        direction: rtl;
        display: flex;
        justify-content: flex-end;
        text-align: left;
    }

    h1[b-xk3q0pqxrp] {
        font-size: 2.7rem !important;
    }

    h3[b-xk3q0pqxrp] {
        font-size: 1.5rem !important;
        color: #818285;
        font-weight: 700;
    }

    .gedsb_JumboHeader_imageSize[b-xk3q0pqxrp] {
        width: 516px;
    }
}

@media (min-width:768px) {
    .gedsb_boxOrder[b-xk3q0pqxrp] {
        direction: ltr;
        display: flex;
        justify-content: flex-start;
        text-align: left;
    }

    h1[b-xk3q0pqxrp] {
        font-size: 2.4rem !important;
    }

    h3[b-xk3q0pqxrp] {
        font-size: 1.2rem !important;
        color: #818285;
        font-weight: 700;
    }

    .gedsb_JumboHeader_imageSize[b-xk3q0pqxrp] {
        width: 387px;
    }
}

@media (max-width:767px) {
    .gedsb_boxOrder[b-xk3q0pqxrp] {
        direction: ltr;
        display: flex;
        justify-content: flex-start;
        text-align: left;
    }

    h1[b-xk3q0pqxrp] {
        font-size: 2.1rem !important;
    }

    h3[b-xk3q0pqxrp] {
        font-size: 0.9rem !important;
        color: #818285;
        font-weight: 700;
    }

    .gedsb_JumboHeader_imageSize[b-xk3q0pqxrp] {
        width: 258px;
    }
}


@media (max-width:400px) {
    .gedsb_boxOrder[b-xk3q0pqxrp] {
        direction: ltr;
        display: flex;
        justify-content: flex-start;
        text-align: left;
    }

    h1[b-xk3q0pqxrp] {
        font-size: 1.8rem !important;
    }

    h3[b-xk3q0pqxrp] {
        font-size: 0.7rem !important;
        color: #818285;
        font-weight: 700;
    }

    .gedsb_JumboHeader_imageSize[b-xk3q0pqxrp] {
        width: 129px;
    }
}


.gedsb_box[b-xk3q0pqxrp] {
    flex: 1 1 0em;
    margin: .6em;
}

.gedsb_box_parent[b-xk3q0pqxrp] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/LinkDisplay/Default.cshtml.rz.scp.css */





.gedsb_link-display[b-s8crasc9wu] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5rem 1.56rem;
}

    .gedsb_link-display a[b-s8crasc9wu] {
        text-decoration: none;
    }

.gedsb_link-iconInHeader[b-s8crasc9wu] {
    display: none;
}

.mvsb[b-s8crasc9wu] {
    display: block !important;
}

.gedsb_link-colorBackround[b-s8crasc9wu] {
}

.gedsb_link-OptionHeader[b-s8crasc9wu] {
    display: none;
    column-count: 1;
}

.gedsb_link-SectionItem[b-s8crasc9wu] {
    padding: 1.6875rem 1.25rem;
    color: #292929;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.625rem;
    word-wrap: break-word;
    font-family: Roboto;
    letter-spacing: 0.01rem;
}

.gedsb_link-door[b-s8crasc9wu] {
    position: relative;
    flex: 0 1 42.6rem;
    overflow: hidden;
    background-color: white;
    transition: ease-in-out .5s;
    border-bottom: 1px solid var(--black-20);
    padding-bottom: 5rem;
}


.gedsb_door-image[b-s8crasc9wu] {
    max-height: 200px;
    overflow: hidden;
    border-radius: 5px;
}

.gedsb_door-info[b-s8crasc9wu] {
    display: grid;
    place-items: flex-start;
    overflow: auto;
    padding-top: 1.25rem;
    padding-bottom: .62rem;
}

.gedsb_door-title[b-s8crasc9wu] {
    text-align: left;
    overflow-wrap: break-word;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2.5rem;
    word-wrap: break-word;
    color: #292929;
    font-family: Montserrat;
    word-wrap: break-word
}

.gedsb_door-external-link[b-s8crasc9wu] {
    display: grid;
    place-items: center;
    height: 3rem;
    width: 3rem;
    font-size: 1.5rem;
    position: absolute;
    top: 5%;
    right: 5%;
    color: black;
    background-color: white;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0px 0px 12px 0px black;
}


.gedsb_door ul[b-s8crasc9wu] {
    list-style: none !important;
    padding-left: 1rem;
    font-size: 0.9375rem;
}

    .gedsb_door ul li[b-s8crasc9wu]:before {
        font-family: 'FontAwesome' !important;
        content: var(--fa-list-icon) !important;
        position: absolute !important;
        padding-left: .3rem;
    }

.gedsb_door-links[b-s8crasc9wu] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
}

@media(min-width:1520px) {
    .gedsb_link-door:last-child[b-s8crasc9wu], .gedsb_link-door:nth-last-of-type(-n+2):not(:nth-child(even))[b-s8crasc9wu] {
        border-bottom: none;
    }
}

@media(max-width:1520px) {
    .gedsb_link-door:last-child[b-s8crasc9wu], .gedsb_link-door:nth-last-of-type(-n+1):not(:nth-child(even))[b-s8crasc9wu] {
        border-bottom: none;
    }
}

@media(max-width:556px) {
    .gedsb_link-display[b-s8crasc9wu] {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 2.5rem 1.56rem;
    }

    .gedsb_link-door[b-s8crasc9wu] {
        position: relative;
        flex: 0 1 42.6rem;
        overflow: hidden;
        background-color: white;
        transition: ease-in-out .5s;
        border-bottom: 1px solid var(--black-20);
        padding-bottom: 2.5rem;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/LinkDisplay/Horizontal.cshtml.rz.scp.css */
.gedsb_link-display[b-hrgedpf5uv] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5rem 1.56rem;
}

    .gedsb_link-display a[b-hrgedpf5uv] {
        text-decoration: none;
    }

.gedsb_link-iconInHeader[b-hrgedpf5uv] {
    display: none;
}

.mvsb[b-hrgedpf5uv] {
    display: block !important;
}

.gedsb_link-colorBackround[b-hrgedpf5uv] {
}

.gedsb_link-OptionHeader[b-hrgedpf5uv] {
    display: none;
    column-count: 1;
}

.gedsb_link-SectionItem[b-hrgedpf5uv] {
    padding: 1.6875rem 1.25rem;
    color: #292929;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.625rem;
    word-wrap: break-word;
    font-family: Roboto;
    letter-spacing: 0.01rem;
}

.gedsb_link-door[b-hrgedpf5uv] {
    position: relative;
    flex: 0 1 42.6rem;
    overflow: hidden;
    background-color: white;
    transition: ease-in-out .5s;
    border-bottom: 1px solid var(--black-20);
    padding-bottom: 5rem;
}


.gedsb_door-image[b-hrgedpf5uv] {
    max-height: 200px;
    overflow: hidden;
    border-radius: 5px;
}

.gedsb_door-info[b-hrgedpf5uv] {
    display: grid;
    place-items: flex-start;
    overflow: auto;
    padding-top: 1.25rem;
    padding-bottom: .62rem;
}

.gedsb_door-title[b-hrgedpf5uv] {
    text-align: left;
    overflow-wrap: break-word;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2.5rem;
    word-wrap: break-word;
    color: #292929;
    font-family: Montserrat;
    word-wrap: break-word
}

.gedsb_door-external-link[b-hrgedpf5uv] {
    display: grid;
    place-items: center;
    height: 3rem;
    width: 3rem;
    font-size: 1.5rem;
    position: absolute;
    top: 5%;
    right: 5%;
    color: black;
    background-color: white;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0px 0px 12px 0px black;
}


.gedsb_door ul[b-hrgedpf5uv] {
    list-style: none !important;
    padding-left: 1rem;
    font-size: 0.9375rem;
}

    .gedsb_door ul li[b-hrgedpf5uv]:before {
        font-family: 'FontAwesome' !important;
        content: var(--fa-list-icon) !important;
        position: absolute !important;
        padding-left: .3rem;
    }

.gedsb_door-links[b-hrgedpf5uv] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
}

@media(min-width:1520px) {
    .gedsb_link-door:last-child[b-hrgedpf5uv], .gedsb_link-door:nth-last-of-type(-n+2):not(:nth-child(even))[b-hrgedpf5uv] {
        border-bottom: none;
    }
}

@media(max-width:1520px) {
    .gedsb_link-door:last-child[b-hrgedpf5uv], .gedsb_link-door:nth-last-of-type(-n+1):not(:nth-child(even))[b-hrgedpf5uv] {
        border-bottom: none;
    }
}

@media(max-width:556px) {
    .gedsb_link-display[b-hrgedpf5uv] {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 2.5rem 1.56rem;
    }

    .gedsb_link-door[b-hrgedpf5uv] {
        position: relative;
        flex: 0 1 42.6rem;
        overflow: hidden;
        background-color: white;
        transition: ease-in-out .5s;
        border-bottom: 1px solid var(--black-20);
        padding-bottom: 2.5rem;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/LinkDisplay/VerticalLinks.cshtml.rz.scp.css */
.gedsb_link-display[b-igv2lunev3] {
    display: flex;
    flex-direction: column;
}

    .gedsb_link-display a[b-igv2lunev3] {
        text-decoration: none;
    }

.gedsb_link-door:nth-child(3n + 1)[b-igv2lunev3] {
    background-color: var(--door-color-one);
}

.gedsb_link-door:nth-child(3n + 2)[b-igv2lunev3] {
    background-color: var(--door-color-two);
}

.gedsb_link-door:nth-child(3n + 3)[b-igv2lunev3] {
    background-color: var(--door-color-three);
}

.gedsb_link-door[b-igv2lunev3] {
    height: 50px;
    margin-bottom: 5px;
    box-shadow: 0px 0px 12px 0px darkgray;
    border-radius: 1rem;
    overflow: hidden;
    transition: ease-in-out .5s;
}

    .gedsb_link-door:hover[b-igv2lunev3] {
        box-shadow: 0px 0px 12px 0px black;
    }
.gedsb_link-door a[b-igv2lunev3] {
    display: flex;
    height: 100%;
}

.gedsb_door-image[b-igv2lunev3] {
    overflow: hidden;
    height: 100%;
    width: 67px;
    min-width: 67px;
}

.gedsb_door-info[b-igv2lunev3] {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding-left: 1rem;
}

.gedsb_door-title[b-igv2lunev3] {
    text-align: center;
    font-weight: 700;
    color: black;
    font-size: 1.3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;
}

.gedsb_door-external-link[b-igv2lunev3] {
    margin-left: auto;
    margin-right: 5px;
    display: grid;
    place-items: center;
    height: 2rem;
    width: 2rem;
    min-width: 2rem;
    font-size: 1rem;
    color: black;
    background-color: white;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0px 0px 12px 0px black;
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/LinkTiles/Default.cshtml.rz.scp.css */
.tile--container[b-yczo87q2fu] {
    display: grid;
    grid-gap: .5rem;
    grid-template-columns: repeat(3, minmax(0,1fr));
}

.tile[b-yczo87q2fu] {
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 0.3125rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0);
}

.tile--link[b-yczo87q2fu] {
    height: 100%;
    width: 100%;
    display: grid;
    place-items: center;
    background-color: grey;
    background-size: cover !important;
    background-position: center !important;
    transition: all .5s;
    text-decoration: none;
}

.tile--title[b-yczo87q2fu]{
    padding: .5rem;
    text-align: center;
    font-size: 1.2rem;
    display: grid;
    place-items: center;
    height: 100%;
    width: 100%;
    color: white;
    opacity: 0;
    background-color: black;
    word-break: break-word;
    
}

.tile:hover .tile--title[b-yczo87q2fu],
.tile:focus .tile--title[b-yczo87q2fu] {
    opacity: 0.8;
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/LinkTiles/Page.cshtml.rz.scp.css */
.page-tile--carousel[b-akg6v4ic6k] {
    overflow: initial;
}

.page-tile--container[b-akg6v4ic6k] {
    display: grid;
}

.tile-link--container[b-akg6v4ic6k] {
    padding: 1rem 0.25rem;
    grid-gap: 1rem;
}

    .tile-link--container:first-child[b-akg6v4ic6k] {
        padding-top: 0;
    }

    .tile-link--container:not(:last-child)[b-akg6v4ic6k] {
        border-bottom: 1px solid var(--black-20);
    }

.tile--link[b-akg6v4ic6k] {
    display: grid;
    align-items: center;
    grid-template-columns: 40% 1fr;
    gap: 1rem;
    border-radius: 0.3125rem;
    text-decoration: none;
    color: var(--black);
    overflow: hidden;
}

    .tile--link:hover[b-akg6v4ic6k] {
        box-shadow: 0px 0rem 0.5rem 0px #00000069;
    }

.tl--img[b-akg6v4ic6k] {
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 0.3125rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0);
    background-color: lightgray;
    background-size: cover !important;
    background-position: center !important;
}

.tl--title[b-akg6v4ic6k] {
    font-family: Montserrat;
    padding: .5rem;
    text-align: left;
    font-size: 1rem;
    display: flex;
    align-items: center;
    word-break: break-word;
}

.page-tile--control[b-akg6v4ic6k] {
    display: flex;
    justify-content: center;
}

.ptc--indicators[b-akg6v4ic6k] {
    font-family: Montserrat;
    align-items: center;
    position: relative;
    color: black;
    margin: 0;
}

    .ptc--indicators [data-bs-target][b-akg6v4ic6k] {
        margin: 0;
        padding: 0;
        border: none;
        background: none;
        height: inherit;
        text-indent: unset;
    }

.ptc-arrow--indicators[b-akg6v4ic6k] {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/MainNav/Default.cshtml.rz.scp.css */
/*#region MAIN NAV CSS */
.main-nav[b-1p2hxesesu], .main-nav-shadow[b-1p2hxesesu] {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 100;
    position: fixed;
    display: flex;
    flex-direction: column;
    background: var(--White);
    max-width: 1488px;
}

.main-nav-shadow[b-1p2hxesesu] {
    display: none;
    position: fixed;
    width: 200vw;
    max-width: unset;
    z-index: 99;
}

body.m-nav-open .main-nav[b-1p2hxesesu] {
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
}

/*Quick Links*/
.mn-ql[b-1p2hxesesu], .mn-ql-shadow[b-1p2hxesesu] {
    display: flex;
    align-items: center;
    height: 3.125rem;
    padding-right: 3rem;
    background: var(--Black);
    color: var(--White);
    transition: height ease-in-out 0.5s;
    position: relative;
}

.mn-ql-nav[b-1p2hxesesu] {
    height: inherit;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 1.25rem;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--White);
}

    .mn-ql-nav a[b-1p2hxesesu] {
        display: flex;
        height: inherit;
        align-items: center;
        text-decoration: none;
        color: var(--White);
    }



.mn-ql-alert[b-1p2hxesesu] {
    height: inherit;
}

    /*Alerts*/
    .mn-ql-alert > button[b-1p2hxesesu] {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 1.25rem;
        height: inherit;
        width: 7.375rem;
        background: var(--Red);
        display: flex;
        align-items: center;
        gap: 0.250rem;
        border: none;
        font-family: Montserrat;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        color: var(--White);
    }

    .mn-ql-alert .a-num[b-1p2hxesesu] {
        display: inline-flex;
        padding: 0rem 0.1875rem 0.0625rem 0.1875rem;
        justify-content: center;
        align-items: center;
        border-radius: 0.3125rem;
        background: var(--White);
        color: var(--Red);
    }

/*Body*/
.mn-b[b-1p2hxesesu], .mn-b-shadow[b-1p2hxesesu] {
    display: flex;
    align-items: center;
    height: 8.12rem;
    padding: 0 4rem 0 1rem;
    border-bottom: 1px solid var(--black-20);
    transition: height ease 0.5s;
}

.mn-b-img[b-1p2hxesesu] {
    display: flex;
    height: inherit;
    position: relative;
    justify-content: center;
    min-width: 15rem;
    transition: width ease 0.5s;
}

    .mn-b-img a[b-1p2hxesesu] {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        transform: translateY(-1.5rem);
        width: 11.8rem;
        height: 7.9rem;
        padding-top: 1rem;
        border-radius: 6.25rem 6.25rem 0.3125rem 0.3125rem;
        background: var(--White);
        transition: all ease 0.5s;
    }

    .mn-b-img img[b-1p2hxesesu] {
        max-width: 100%;
        max-height: 6.7rem;
        transition: all ease 0.5s;
        /*max-width: 11.6rem;*/
    }

.mn-b-title[b-1p2hxesesu] {
    margin-left: 1rem;
    color: var(--Black);
    font-family: Montserrat;
    font-size: 1.8725rem;
    font-style: normal;
    font-weight: 800;
    line-height: 2rem;
    transition: all ease 0.5s;
}

.mn-b-title-vision-statement[b-1p2hxesesu] {
    display: flex;
    flex-wrap: nowrap;
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.75rem;
}

.mn-b-search[b-1p2hxesesu] {
    margin-left: auto;
    max-width: 35.375rem;
    width: 100%;
}

.mn-b-toggle[b-1p2hxesesu] {
    margin-left: auto;
    display: none;
}

/*Navigation*/
.mn-n[b-1p2hxesesu], .mn-n-shadow[b-1p2hxesesu] {
    height: 3.75rem;
    padding-left: 3rem;
    border-bottom: 1px solid var(--black-20);
    transition: all ease 0.5s;
}

.mn-n-nav[b-1p2hxesesu] {
    height: inherit;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 2.5rem;
}

    .mn-n-nav > button[b-1p2hxesesu], .mn-n-nav > a[b-1p2hxesesu] {
        display: flex;
        align-items: center;
        gap: 0.44rem;
        height: inherit;
        background: none;
        border: none;
        text-decoration: none;
        color: var(--Black);
        font-family: Montserrat;
        font-size: 1rem;
        font-style: normal;
        font-weight: 600;
        line-height: 0.75rem; /* 75% */
        text-align: start;
    }

        .mn-n-nav > button > svg[b-1p2hxesesu] {
            color: #FAA61A;
        }

        .mn-n-nav > button.active-child[b-1p2hxesesu],
        .mn-n-nav > button.active[b-1p2hxesesu],
        .mn-n-nav > a.active[b-1p2hxesesu],
        .mn-n-nav > button.active-child > svg[b-1p2hxesesu],
        .m-mn-s-nav a.active[b-1p2hxesesu] {
            color: var(--Dark-Blue);
        }

/*Slide*/
.mn-s-slide[b-1p2hxesesu] {
    display: none;
    background: #F9F9F9;
    overflow: auto;
    overscroll-behavior: contain;
}

    .mn-s-slide.show[b-1p2hxesesu] {
        display: grid;
        grid-template-columns: 33% 1fr;
        border-bottom: 1px solid var(--black-50);
    }

    .mn-s-slide .mn-s-info[b-1p2hxesesu], .mn-s-slide .mn-s-nav-a[b-1p2hxesesu], .mn-s-slide .mn-s-nav-b[b-1p2hxesesu] {
        padding-top: 3.12rem;
        padding-bottom: 3.12rem;
    }
/*Slide Info*/
.mn-s-info[b-1p2hxesesu] {
    margin-left: 3rem;
    margin-right: 2.13rem;
}

.mn-s-info-title[b-1p2hxesesu] {
    color: var(--Dark-Blue);
    /* H2 */
    font-family: Montserrat;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.125rem; /* 125% */
}

.mn-s-info-desc[b-1p2hxesesu] {
    max-width: 20.6875rem;
    margin-top: 1.25rem;
    color: var(--Black);
    /* Body Copy */
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem; /* 162.5% */
    letter-spacing: 0.01rem;
}

.mn-s-info-link[b-1p2hxesesu] {
    margin-top: 2.5rem;
}

/*Slide Nav*/
.mn-s-nav[b-1p2hxesesu] {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 50%;
    grid-auto-flow: column;
    min-height: 20.5rem;
}

.mn-s-nav-a[b-1p2hxesesu], .mn-s-nav-b[b-1p2hxesesu] {
    border-left: 1px solid var(--black-20);
    padding-left: 1rem;
}

.mn-s-nav a[b-1p2hxesesu] {
    display: block;
    color: var(--Black);
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.625rem;
    padding-bottom: 1.25rem;
}

    .mn-s-nav a.active[b-1p2hxesesu] {
        color: var(--Dark-Blue);
        text-decoration: underline;
    }

    .mn-s-nav a:last-child[b-1p2hxesesu] {
        padding-bottom: 0;
    }

/*Mobile Slide*/
.m-mn-s[b-1p2hxesesu] {
    display: none;
}

.m-mn-s-nav[b-1p2hxesesu] {
    display: none;
}

    .m-mn-s-nav.show[b-1p2hxesesu] {
        display: grid;
    }

.m-mn-foot[b-1p2hxesesu] {
    display: none;
}

/*Alerts*/
.mn-ql-alert.show .mn-alerts[b-1p2hxesesu] {
    display: flex;
}

.mn-alerts[b-1p2hxesesu] {
    display: none;
    flex-direction: column;
    gap: 1.25rem;
    position: absolute;
    right: 3rem;
    width: 35.375rem;
    padding: 1.25rem;
    background: var(--Red);
    z-index: 10;
    transition: all ease-in-out 0.5s;
}

.mn-a-head[b-1p2hxesesu] {
    display: flex;
    align-items: center;
    padding: 0.62rem 1.25rem;
    gap: 1.25rem;
    background: var(--White);
    border-radius: 0.3125rem;
}

.mn-a-h-title[b-1p2hxesesu] {
    flex: 1 0 0;
    color: var(--Red);
    /* Slug */
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem; /* 171.429% */
    text-transform: uppercase;
}

.mn-a-h-arrows[b-1p2hxesesu] {
    display: flex;
    align-items: center;
    gap: 0.9375rem;
}

    .mn-a-h-arrows button[b-1p2hxesesu] {
        color: var(--Red);
        background: none;
        border: none;
    }

.mn-a-h-indicators[b-1p2hxesesu] {
    position: relative;
    display: inline-flex;
    gap: 0.625rem;
    justify-content: center;
    align-items: center;
    right: initial;
    bottom: initial;
    left: initial;
    z-index: initial;
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
    overflow: hidden;
}

    .mn-a-h-indicators button[b-1p2hxesesu] {
        border-radius: 50%;
        overflow: hidden;
    }

    .mn-a-h-indicators [data-bs-target][b-1p2hxesesu] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 0.625rem;
        height: 0.625rem;
        padding: 0;
        margin-right: 0;
        margin-left: 0;
        text-indent: -999px;
        cursor: pointer;
        background-color: var(--black-20);
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: initial;
        transition: background-color 0.6s ease;
    }

    .mn-a-h-indicators .active[b-1p2hxesesu] {
        background-color: var(--Red);
        opacity: initial;
    }

.mn-a-body[b-1p2hxesesu] {
    background: var(--White);
    color: var(--Black);
    padding: 0.625rem 1.25rem;
}

.mn-a-b-s-desc[b-1p2hxesesu] {
    display: flex;
    flex-direction: column;
}

.mn-a-b-s-d-title[b-1p2hxesesu] {
    margin-bottom: 0.62rem;
    color: var(--Black);
    /* H6 - Strong */
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.625rem; /* 162.5% */
}

.mn-a-b-s-d-date[b-1p2hxesesu], .mn-a-b-s-d-affect[b-1p2hxesesu], .mn-a-b-s-d-details[b-1p2hxesesu], .mn-a-b-s-d-effect[b-1p2hxesesu] {
    display: flex;
    color: var(--Black);
    /* Caption & Small Text */
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.00875rem;
}

    .mn-a-b-s-d-date > div:first-child[b-1p2hxesesu], .mn-a-b-s-d-affect > div:first-child[b-1p2hxesesu], .mn-a-b-s-d-details > div:first-child[b-1p2hxesesu], .mn-a-b-s-d-effect > div:first-child[b-1p2hxesesu] {
        color: var(--Black);
        /* Caption & Small Text - Strong */
        font-family: Roboto;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.5rem; /* 171.429% */
        letter-spacing: 0.00875rem;
        padding-right: 0.25rem;
    }

@media(prefers-reduced-motion: reduce) {
    .mn-a-h-indicators [data-bs-target][b-1p2hxesesu] {
        transition: none;
    }
}


@media(min-width: 1488px) {
    /*Main Nav Shadow*/
    .main-nav-shadow[b-1p2hxesesu] {
        display: block;
    }

        /*#region Navigation Collapsed*/
        .main-nav.mini .mn-ql[b-1p2hxesesu], .main-nav-shadow.mini .mn-ql-shadow[b-1p2hxesesu] {
            height: 2.5rem;
        }

        .main-nav.mini .mn-b[b-1p2hxesesu], .main-nav-shadow.mini .mn-b-shadow[b-1p2hxesesu] {
            height: 4.75rem;
        }

    .main-nav.mini .mn-b-img[b-1p2hxesesu] {
        min-width: 10rem;
    }

        .main-nav.mini .mn-b-img a[b-1p2hxesesu] {
            width: 6.27rem;
            height: 4.2rem;
            padding-top: 0.25rem;
            transform: translateY(-0.5rem);
        }

        .main-nav.mini .mn-b-img img[b-1p2hxesesu] {
            max-height: 6.1rem;
            /*max-width: 3.55rem;*/
        }

    .main-nav.mini .mn-b-title[b-1p2hxesesu] {
        margin-left: 0;
        font-size: 1rem;
        line-height: 1rem;
    }

    .main-nav.mini .mn-b-title-vision-statement[b-1p2hxesesu] {
        font-size: 0.625rem;
        line-height: 1rem;
    }

    .main-nav.mini .mn-n[b-1p2hxesesu], .main-nav-shadow.mini .mn-n-shadow[b-1p2hxesesu] {
        height: 3.5rem;
    }

    /*Alerts*/
    .main-nav.mini .mn-alerts[b-1p2hxesesu] {
        top: 2.5rem;
    }

    /*#endregion*/
}

@media(max-width: 1487px) {
    .mn-s-slide.show[b-1p2hxesesu] {
        display: none;
    }

    .mn-ql[b-1p2hxesesu] {
        height: 4.375rem;
        padding-right: 0;
    }

    .mn-ql-alert > button[b-1p2hxesesu] {
        width: 13rem;
        font-size: 1.125rem;
    }

    .mn-ql-nav a[b-1p2hxesesu], .mn-ql-nav-pipe[b-1p2hxesesu] {
        display: none;
    }

    .mn-b[b-1p2hxesesu] {
        height: 8.56rem;
        padding: 0 2.25rem;
    }

    .mn-b-title[b-1p2hxesesu] {
        margin-left: 3.81rem;
        margin-right: 3.81rem;
        font-size: 1.625rem;
        line-height: 1.5625rem; /* 100% */
    }

    .mn-b-title-vision-statement[b-1p2hxesesu] {
        font-size: 1.125rem;
        line-height: 1.5625rem;
    }

    .mn-b-toggle[b-1p2hxesesu] {
        display: flex;
    }

    .mn-b-search[b-1p2hxesesu] {
        display: none;
    }

    .mn-b-img[b-1p2hxesesu] {
        align-items: center;
        min-width: inherit;
    }

        .mn-b-img a[b-1p2hxesesu] {
            position: relative;
            transform: none;
            width: 8.4375rem;
            height: 4.915rem;
            padding-top: 0;
            background: none;
            border-radius: unset;
        }

    .mn-n[b-1p2hxesesu] {
        display: none;
        position: relative;
        overflow-y: scroll;
        overflow-x: hidden;
        height: inherit;
        padding: 3.68rem 2.25rem 0 2.25rem;
    }

    .mn-n-nav[b-1p2hxesesu] {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: normal;
        gap: 0;
    }

        .mn-n-nav > button[b-1p2hxesesu], .mn-n-nav > a[b-1p2hxesesu] {
            font-size: 1.875rem;
            line-height: 2.5rem;
            padding: 0 0 1.25rem 0;
        }

            .mn-n-nav > button > svg[b-1p2hxesesu] {
                margin-left: auto;
            }

    ._slide-btn.selected[b-1p2hxesesu] {
        padding-bottom: 3.75rem;
    }

        ._slide-btn.selected > img[b-1p2hxesesu] {
            transform: rotate(180deg);
        }

    .m-mn-s[b-1p2hxesesu] {
        display: flex;
        margin-bottom: 1.25rem;
        border-bottom: 1px solid var(--black-20);
    }

    .m-mn-s-nav[b-1p2hxesesu] {
        width: 100%;
        grid-gap: 1.875rem;
        grid-auto-flow: column;
        padding-bottom: 3.75rem;
    }

        .m-mn-s-nav a[b-1p2hxesesu] {
            text-decoration: none;
            color: var(--Black);
            font-family: Montserrat;
            font-size: 1.125rem;
            font-style: normal;
            font-weight: 600;
            line-height: 1.75rem;
        }

    .m-mn-foot[b-1p2hxesesu] {
        display: block;
    }

    .m-mn-f-search[b-1p2hxesesu] {
        margin-top: 2.5rem;
    }

    .m-mn-f-ql-nav[b-1p2hxesesu] {
        margin-top: 1.5rem;
        display: grid;
    }

        .m-mn-f-ql-nav a[b-1p2hxesesu] {
            margin-top: 1.25rem;
            padding-bottom: 1.25rem;
            text-decoration: none;
            border-bottom: 1px solid var(--black-20);
            color: var(--Black);
            font-family: Montserrat;
            font-size: 1.5rem;
            font-style: normal;
            font-weight: 600;
            line-height: 2.125rem;
        }
    /*Alerts*/
    .mn-alerts[b-1p2hxesesu] {
        right: 0;
    }
}

@media(max-width: 832px) {
    .mn-alerts[b-1p2hxesesu] {
        width: 100%;
    }
}

@media(max-width: 556px) {
    .mn-ql-nav[b-1p2hxesesu] {
        margin-left: 1.5rem;
    }

    .mn-ql-alert[b-1p2hxesesu] {
        margin-left: auto;
    }

        .mn-ql-alert > button[b-1p2hxesesu] {
            font-size: 1rem;
        }

    .mn-b[b-1p2hxesesu] {
        height: 7.69rem;
        padding: 0 1.5rem;
    }

    .mn-b-img a[b-1p2hxesesu] {
        height: 3.875rem;
        width: 5rem;
    }

    .mn-b-title[b-1p2hxesesu] {
        font-size: 1.25rem;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        line-height: 1.5rem;
    }

    .mn-b-title-vision-statement[b-1p2hxesesu] {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .mn-n[b-1p2hxesesu] {
        padding: 3.68rem 1.5rem 0 1.5rem;
    }

    .m-mn-s-nav[b-1p2hxesesu] {
        grid-auto-flow: row;
    }

    .m-mn-f-ql-nav[b-1p2hxesesu] {
        margin-bottom: 10rem;
    }
}
/*Mobile Nav Open*/
body.m-nav-open .main-nav .mn-n[b-1p2hxesesu] {
    display: block;
}

/*#endregion MAIN NAV CSS*/
/*#region INCLUDE in main.css*/
/*:root {
    --Black: #292929;
    --black-10: rgba(41, 41, 41, 0.10);
    --black-20: rgba(41, 41, 41, 0.20);
    --black-50: rgba(41, 41, 41, 0.50);
    --Red: #E41212;
    --White: #FFF;
    --Dark-Blue: #04559F;
    --Yellow: #FAA61A;
}*/
/*region Navigation MainMenu*/
/*.gedsb-master-section {
    padding-top: 15rem;
}

@media(max-width: 1488px) {
    .gedsb-master-section {
        padding-top: 13rem;
    }
}

@media(max-width: 556px) {
    .gedsb-master-section {
        padding-top: 12.125rem;
    }
}

body.m-nav-open {
    overflow: hidden;
}*/
/*endregion*/
/*#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*/
/*#endregion INCLUDE in main.css*/
/* _content/Sitefinity.Renderer/Views/Shared/Components/MainNav/Horizontal.cshtml.rz.scp.css */
/*#region MAIN NAV CSS */
.main-nav[b-5f9qy9aqgs], .main-nav-shadow[b-5f9qy9aqgs] {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 100;
    position: fixed;
    display: flex;
    flex-direction: column;
    background: var(--White);
    max-width: 1488px;
}

.main-nav-shadow[b-5f9qy9aqgs] {
    display: none;
    position: fixed;
    width: 200vw;
    max-width: unset;
    z-index: 99;
}

body.m-nav-open .main-nav[b-5f9qy9aqgs] {
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
}

/*Quick Links*/
.mn-ql[b-5f9qy9aqgs], .mn-ql-shadow[b-5f9qy9aqgs] {
    display: flex;
    align-items: center;
    height: 3.125rem;
    padding-right: 3rem;
    background: var(--Black);
    color: var(--White);
    transition: height ease-in-out 0.5s;
    position: relative;
}

.mn-ql-nav[b-5f9qy9aqgs] {
    height: inherit;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 1.25rem;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--White);
}

    .mn-ql-nav a[b-5f9qy9aqgs] {
        display: flex;
        height: inherit;
        align-items: center;
        text-decoration: none;
        color: var(--White);
    }



.mn-ql-alert[b-5f9qy9aqgs] {
    height: inherit;
}

    /*Alerts*/
    .mn-ql-alert > button[b-5f9qy9aqgs] {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 1.25rem;
        height: inherit;
        width: 7.375rem;
        background: var(--Red);
        display: flex;
        align-items: center;
        gap: 0.250rem;
        border: none;
        font-family: Montserrat;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        color: var(--White);
    }

    .mn-ql-alert .a-num[b-5f9qy9aqgs] {
        display: inline-flex;
        padding: 0rem 0.1875rem 0.0625rem 0.1875rem;
        justify-content: center;
        align-items: center;
        border-radius: 0.3125rem;
        background: var(--White);
        color: var(--Red);
    }

/*Body*/
.mn-b[b-5f9qy9aqgs], .mn-b-shadow[b-5f9qy9aqgs] {
    display: flex;
    align-items: center;
    height: 8.12rem;
    padding: 0 4rem 0 1rem;
    border-bottom: 1px solid var(--black-20);
    transition: height ease 0.5s;
}

.mn-b-img[b-5f9qy9aqgs] {
    display: flex;
    height: inherit;
    position: relative;
    justify-content: center;
    min-width: 15rem;
    transition: width ease 0.5s;
}

    .mn-b-img a[b-5f9qy9aqgs] {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        transform: translateY(-1.5rem);
        width: 11.8rem;
        height: 7.9rem;
        padding-top: 1rem;
        border-radius: 6.25rem 6.25rem 0.3125rem 0.3125rem;
        background: var(--White);
        transition: all ease 0.5s;
    }

    .mn-b-img img[b-5f9qy9aqgs] {
        max-width: 100%;
        max-height: 6.7rem;
        transition: all ease 0.5s;
        /*max-width: 11.6rem;*/
    }

.mn-b-title[b-5f9qy9aqgs] {
    margin-left: 1rem;
    color: var(--Black);
    font-family: Montserrat;
    font-size: 1.8725rem;
    font-style: normal;
    font-weight: 800;
    line-height: 2rem;
    transition: all ease 0.5s;
}

.mn-b-title-vision-statement[b-5f9qy9aqgs] {
    display: flex;
    flex-wrap: nowrap;
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.75rem;
}

.mn-b-search[b-5f9qy9aqgs] {
    margin-left: auto;
    max-width: 35.375rem;
    width: 100%;
}

.mn-b-toggle[b-5f9qy9aqgs] {
    margin-left: auto;
    display: none;
}

/*Navigation*/
.mn-n[b-5f9qy9aqgs], .mn-n-shadow[b-5f9qy9aqgs] {
    height: 3.75rem;
    padding-left: 3rem;
    border-bottom: 1px solid var(--black-20);
    transition: all ease 0.5s;
}

.mn-n-nav[b-5f9qy9aqgs] {
    height: inherit;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 2.5rem;
}

    .mn-n-nav > button[b-5f9qy9aqgs], .mn-n-nav > a[b-5f9qy9aqgs] {
        display: flex;
        align-items: center;
        gap: 0.44rem;
        height: inherit;
        background: none;
        border: none;
        text-decoration: none;
        color: var(--Black);
        font-family: Montserrat;
        font-size: 1rem;
        font-style: normal;
        font-weight: 600;
        line-height: 0.75rem; /* 75% */
        text-align: start;
    }

        .mn-n-nav > button > svg[b-5f9qy9aqgs] {
            color: #FAA61A;
        }

        .mn-n-nav > button.active-child[b-5f9qy9aqgs],
        .mn-n-nav > button.active[b-5f9qy9aqgs],
        .mn-n-nav > a.active[b-5f9qy9aqgs],
        .mn-n-nav > button.active-child > svg[b-5f9qy9aqgs],
        .m-mn-s-nav a.active[b-5f9qy9aqgs] {
            color: var(--Dark-Blue);
        }

/*Slide*/
.mn-s-slide[b-5f9qy9aqgs] {
    display: none;
    background: #F9F9F9;
    overflow: auto;
    overscroll-behavior: contain;
}

    .mn-s-slide.show[b-5f9qy9aqgs] {
        display: grid;
        grid-template-columns: 33% 1fr;
        border-bottom: 1px solid var(--black-50);
    }

    .mn-s-slide .mn-s-info[b-5f9qy9aqgs], .mn-s-slide .mn-s-nav-a[b-5f9qy9aqgs], .mn-s-slide .mn-s-nav-b[b-5f9qy9aqgs] {
        padding-top: 3.12rem;
        padding-bottom: 3.12rem;
    }
/*Slide Info*/
.mn-s-info[b-5f9qy9aqgs] {
    margin-left: 3rem;
    margin-right: 2.13rem;
}

.mn-s-info-title[b-5f9qy9aqgs] {
    color: var(--Dark-Blue);
    /* H2 */
    font-family: Montserrat;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.125rem; /* 125% */
}

.mn-s-info-desc[b-5f9qy9aqgs] {
    max-width: 20.6875rem;
    margin-top: 1.25rem;
    color: var(--Black);
    /* Body Copy */
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem; /* 162.5% */
    letter-spacing: 0.01rem;
}

.mn-s-info-link[b-5f9qy9aqgs] {
    margin-top: 2.5rem;
}

/*Slide Nav*/
.mn-s-nav[b-5f9qy9aqgs] {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 50%;
    grid-auto-flow: column;
    min-height: 20.5rem;
}

.mn-s-nav-a[b-5f9qy9aqgs], .mn-s-nav-b[b-5f9qy9aqgs] {
    border-left: 1px solid var(--black-20);
    padding-left: 1rem;
}

.mn-s-nav a[b-5f9qy9aqgs] {
    display: block;
    color: var(--Black);
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.625rem;
    padding-bottom: 1.25rem;
}

    .mn-s-nav a.active[b-5f9qy9aqgs] {
        color: var(--Dark-Blue);
        text-decoration: underline;
    }

    .mn-s-nav a:last-child[b-5f9qy9aqgs] {
        padding-bottom: 0;
    }

/*Mobile Slide*/
.m-mn-s[b-5f9qy9aqgs] {
    display: none;
}

.m-mn-s-nav[b-5f9qy9aqgs] {
    display: none;
}

    .m-mn-s-nav.show[b-5f9qy9aqgs] {
        display: grid;
    }

.m-mn-foot[b-5f9qy9aqgs] {
    display: none;
}

/*Alerts*/
.mn-ql-alert.show .mn-alerts[b-5f9qy9aqgs] {
    display: flex;
}

.mn-alerts[b-5f9qy9aqgs] {
    display: none;
    flex-direction: column;
    gap: 1.25rem;
    position: absolute;
    right: 3rem;
    width: 35.375rem;
    padding: 1.25rem;
    background: var(--Red);
    z-index: 10;
    transition: all ease-in-out 0.5s;
}

.mn-a-head[b-5f9qy9aqgs] {
    display: flex;
    align-items: center;
    padding: 0.62rem 1.25rem;
    gap: 1.25rem;
    background: var(--White);
    border-radius: 0.3125rem;
}

.mn-a-h-title[b-5f9qy9aqgs] {
    flex: 1 0 0;
    color: var(--Red);
    /* Slug */
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem; /* 171.429% */
    text-transform: uppercase;
}

.mn-a-h-arrows[b-5f9qy9aqgs] {
    display: flex;
    align-items: center;
    gap: 0.9375rem;
}

    .mn-a-h-arrows button[b-5f9qy9aqgs] {
        color: var(--Red);
        background: none;
        border: none;
    }

.mn-a-h-indicators[b-5f9qy9aqgs] {
    position: relative;
    display: inline-flex;
    gap: 0.625rem;
    justify-content: center;
    align-items: center;
    right: initial;
    bottom: initial;
    left: initial;
    z-index: initial;
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
    overflow: hidden;
}

    .mn-a-h-indicators button[b-5f9qy9aqgs] {
        border-radius: 50%;
        overflow: hidden;
    }

    .mn-a-h-indicators [data-bs-target][b-5f9qy9aqgs] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 0.625rem;
        height: 0.625rem;
        padding: 0;
        margin-right: 0;
        margin-left: 0;
        text-indent: -999px;
        cursor: pointer;
        background-color: var(--black-20);
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: initial;
        transition: background-color 0.6s ease;
    }

    .mn-a-h-indicators .active[b-5f9qy9aqgs] {
        background-color: var(--Red);
        opacity: initial;
    }

.mn-a-body[b-5f9qy9aqgs] {
    background: var(--White);
    color: var(--Black);
    padding: 0.625rem 1.25rem;
}

.mn-a-b-s-desc[b-5f9qy9aqgs] {
    display: flex;
    flex-direction: column;
}

.mn-a-b-s-d-title[b-5f9qy9aqgs] {
    margin-bottom: 0.62rem;
    color: var(--Black);
    /* H6 - Strong */
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.625rem; /* 162.5% */
}

.mn-a-b-s-d-date[b-5f9qy9aqgs], .mn-a-b-s-d-affect[b-5f9qy9aqgs], .mn-a-b-s-d-details[b-5f9qy9aqgs], .mn-a-b-s-d-effect[b-5f9qy9aqgs] {
    display: flex;
    color: var(--Black);
    /* Caption & Small Text */
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.00875rem;
}

    .mn-a-b-s-d-date > div:first-child[b-5f9qy9aqgs], .mn-a-b-s-d-affect > div:first-child[b-5f9qy9aqgs], .mn-a-b-s-d-details > div:first-child[b-5f9qy9aqgs], .mn-a-b-s-d-effect > div:first-child[b-5f9qy9aqgs] {
        color: var(--Black);
        /* Caption & Small Text - Strong */
        font-family: Roboto;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.5rem; /* 171.429% */
        letter-spacing: 0.00875rem;
        padding-right: 0.25rem;
    }

@media(prefers-reduced-motion: reduce) {
    .mn-a-h-indicators [data-bs-target][b-5f9qy9aqgs] {
        transition: none;
    }
}


@media(min-width: 1488px) {
    /*Main Nav Shadow*/
    .main-nav-shadow[b-5f9qy9aqgs] {
        display: block;
    }

        /*#region Navigation Collapsed*/
        .main-nav.mini .mn-ql[b-5f9qy9aqgs], .main-nav-shadow.mini .mn-ql-shadow[b-5f9qy9aqgs] {
            height: 2.5rem;
        }

        .main-nav.mini .mn-b[b-5f9qy9aqgs], .main-nav-shadow.mini .mn-b-shadow[b-5f9qy9aqgs] {
            height: 4.75rem;
        }

    .main-nav.mini .mn-b-img[b-5f9qy9aqgs] {
        min-width: 10rem;
    }

        .main-nav.mini .mn-b-img a[b-5f9qy9aqgs] {
            width: 6.27rem;
            height: 4.2rem;
            padding-top: 0.25rem;
            transform: translateY(-0.5rem);
        }

        .main-nav.mini .mn-b-img img[b-5f9qy9aqgs] {
            max-height: 6.1rem;
            /*max-width: 3.55rem;*/
        }

    .main-nav.mini .mn-b-title[b-5f9qy9aqgs] {
        margin-left: 0;
        font-size: 1rem;
        line-height: 1rem;
    }

    .main-nav.mini .mn-b-title-vision-statement[b-5f9qy9aqgs] {
        font-size: 0.625rem;
        line-height: 1rem;
    }

    .main-nav.mini .mn-n[b-5f9qy9aqgs], .main-nav-shadow.mini .mn-n-shadow[b-5f9qy9aqgs] {
        height: 3.5rem;
    }

    /*Alerts*/
    .main-nav.mini .mn-alerts[b-5f9qy9aqgs] {
        top: 2.5rem;
    }

    /*#endregion*/
}

@media(max-width: 1487px) {
    .mn-s-slide.show[b-5f9qy9aqgs] {
        display: none;
    }

    .mn-ql[b-5f9qy9aqgs] {
        height: 4.375rem;
        padding-right: 0;
    }

    .mn-ql-alert > button[b-5f9qy9aqgs] {
        width: 13rem;
        font-size: 1.125rem;
    }

    .mn-ql-nav a[b-5f9qy9aqgs], .mn-ql-nav-pipe[b-5f9qy9aqgs] {
        display: none;
    }

    .mn-b[b-5f9qy9aqgs] {
        height: 8.56rem;
        padding: 0 2.25rem;
    }

    .mn-b-title[b-5f9qy9aqgs] {
        margin-left: 3.81rem;
        margin-right: 3.81rem;
        font-size: 1.625rem;
        line-height: 1.5625rem; /* 100% */
    }

    .mn-b-title-vision-statement[b-5f9qy9aqgs] {
        font-size: 1.125rem;
        line-height: 1.5625rem;
    }

    .mn-b-toggle[b-5f9qy9aqgs] {
        display: flex;
    }

    .mn-b-search[b-5f9qy9aqgs] {
        display: none;
    }

    .mn-b-img[b-5f9qy9aqgs] {
        align-items: center;
        min-width: inherit;
    }

        .mn-b-img a[b-5f9qy9aqgs] {
            position: relative;
            transform: none;
            width: 8.4375rem;
            height: 4.915rem;
            padding-top: 0;
            background: none;
            border-radius: unset;
        }

    .mn-n[b-5f9qy9aqgs] {
        display: none;
        position: relative;
        overflow-y: scroll;
        overflow-x: hidden;
        height: inherit;
        padding: 3.68rem 2.25rem 0 2.25rem;
    }

    .mn-n-nav[b-5f9qy9aqgs] {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: normal;
        gap: 0;
    }

        .mn-n-nav > button[b-5f9qy9aqgs], .mn-n-nav > a[b-5f9qy9aqgs] {
            font-size: 1.875rem;
            line-height: 2.5rem;
            padding: 0 0 1.25rem 0;
        }

            .mn-n-nav > button > svg[b-5f9qy9aqgs] {
                margin-left: auto;
            }

    ._slide-btn.selected[b-5f9qy9aqgs] {
        padding-bottom: 3.75rem;
    }

        ._slide-btn.selected > img[b-5f9qy9aqgs] {
            transform: rotate(180deg);
        }

    .m-mn-s[b-5f9qy9aqgs] {
        display: flex;
        margin-bottom: 1.25rem;
        border-bottom: 1px solid var(--black-20);
    }

    .m-mn-s-nav[b-5f9qy9aqgs] {
        width: 100%;
        grid-gap: 1.875rem;
        grid-auto-flow: column;
        padding-bottom: 3.75rem;
    }

        .m-mn-s-nav a[b-5f9qy9aqgs] {
            text-decoration: none;
            color: var(--Black);
            font-family: Montserrat;
            font-size: 1.125rem;
            font-style: normal;
            font-weight: 600;
            line-height: 1.75rem;
        }

    .m-mn-foot[b-5f9qy9aqgs] {
        display: block;
    }

    .m-mn-f-search[b-5f9qy9aqgs] {
        margin-top: 2.5rem;
    }

    .m-mn-f-ql-nav[b-5f9qy9aqgs] {
        margin-top: 1.5rem;
        display: grid;
    }

        .m-mn-f-ql-nav a[b-5f9qy9aqgs] {
            margin-top: 1.25rem;
            padding-bottom: 1.25rem;
            text-decoration: none;
            border-bottom: 1px solid var(--black-20);
            color: var(--Black);
            font-family: Montserrat;
            font-size: 1.5rem;
            font-style: normal;
            font-weight: 600;
            line-height: 2.125rem;
        }
    /*Alerts*/
    .mn-alerts[b-5f9qy9aqgs] {
        right: 0;
    }
}

@media(max-width: 832px) {
    .mn-alerts[b-5f9qy9aqgs] {
        width: 100%;
    }
}

@media(max-width: 556px) {
    .mn-ql-nav[b-5f9qy9aqgs] {
        margin-left: 1.5rem;
    }

    .mn-ql-alert[b-5f9qy9aqgs] {
        margin-left: auto;
    }

        .mn-ql-alert > button[b-5f9qy9aqgs] {
            font-size: 1rem;
        }

    .mn-b[b-5f9qy9aqgs] {
        height: 7.69rem;
        padding: 0 1.5rem;
    }

    .mn-b-img a[b-5f9qy9aqgs] {
        height: 3.875rem;
        width: 5rem;
    }

    .mn-b-title[b-5f9qy9aqgs] {
        font-size: 1.25rem;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        line-height: 1.5rem;
    }

    .mn-b-title-vision-statement[b-5f9qy9aqgs] {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .mn-n[b-5f9qy9aqgs] {
        padding: 3.68rem 1.5rem 0 1.5rem;
    }

    .m-mn-s-nav[b-5f9qy9aqgs] {
        grid-auto-flow: row;
    }

    .m-mn-f-ql-nav[b-5f9qy9aqgs] {
        margin-bottom: 10rem;
    }
}
/*Mobile Nav Open*/
body.m-nav-open .main-nav .mn-n[b-5f9qy9aqgs] {
    display: block;
}

/*#endregion MAIN NAV CSS*/
/*#region INCLUDE in main.css*/
/*:root {
    --Black: #292929;
    --black-10: rgba(41, 41, 41, 0.10);
    --black-20: rgba(41, 41, 41, 0.20);
    --black-50: rgba(41, 41, 41, 0.50);
    --Red: #E41212;
    --White: #FFF;
    --Dark-Blue: #04559F;
    --Yellow: #FAA61A;
}*/
/*region Navigation MainMenu*/
/*.gedsb-master-section {
    padding-top: 15rem;
}

@media(max-width: 1488px) {
    .gedsb-master-section {
        padding-top: 13rem;
    }
}

@media(max-width: 556px) {
    .gedsb-master-section {
        padding-top: 12.125rem;
    }
}

body.m-nav-open {
    overflow: hidden;
}*/
/*endregion*/
/*#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*/
/*#endregion INCLUDE in main.css*/
/* _content/Sitefinity.Renderer/Views/Shared/Components/MainNav/School.cshtml.rz.scp.css */
/*#region MAIN NAV CSS */
.main-nav[b-u915jc197n], .main-nav-shadow[b-u915jc197n] {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 100;
    position: fixed;
    display: flex;
    flex-direction: column;
    background: var(--White);
    max-width: 1488px;
}

.main-nav-shadow[b-u915jc197n] {
    display: none;
    position: fixed;
    width: 200vw;
    max-width: unset;
    z-index: 99;
}

/*Quick Links*/
.mn-ql[b-u915jc197n], .mn-ql-shadow[b-u915jc197n] {
    display: flex;
    align-items: center;
    height: 3.125rem;
    padding-right: 3rem;
    transition: height ease-in-out 0.5s;
    position: relative;
}

.mn-ql-link[b-u915jc197n] {
    display: none;
    margin-left: 3rem;
}

    .mn-ql-link a[b-u915jc197n] {
        color: var(--White);
        font-size: 0.875rem;
        font-weight: 500;
    }

.mn-ql-nav[b-u915jc197n] {
    height: inherit;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 1.25rem;
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--White);
}

    .mn-ql-nav a[b-u915jc197n] {
        display: flex;
        height: inherit;
        align-items: center;
        text-decoration: none;
        color: var(--White);
    }



.mn-ql-alert[b-u915jc197n] {
    height: inherit;
}

    /*Alerts*/
    .mn-ql-alert > button[b-u915jc197n] {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 1.25rem;
        height: inherit;
        width: 7.375rem;
        background: var(--Red);
        display: flex;
        align-items: center;
        gap: 0.250rem;
        border: none;
        font-family: Montserrat;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        color: var(--White);
    }

    .mn-ql-alert .a-num[b-u915jc197n] {
        display: inline-flex;
        padding: 0rem 0.1875rem 0.0625rem 0.1875rem;
        justify-content: center;
        align-items: center;
        border-radius: 0.3125rem;
        background: var(--White);
        color: var(--Red);
    }

/*Body*/
.mn-b[b-u915jc197n], .mn-b-shadow[b-u915jc197n] {
    display: flex;
    align-items: center;
    height: 8.12rem;
    padding: 0 3rem;
    border-bottom: 1px solid var(--black-20);
    transition: height ease 0.5s;
}

.mn-b-img[b-u915jc197n] {
    display: grid;
    place-content: center;
    height: inherit;
    position: relative;
    transition: width ease 0.5s;
}

    .mn-b-img a[b-u915jc197n] {
        display: flex;
        width: 5rem;
        height: 5rem;
        background: var(--White);
        transition: all ease 0.5s;
    }

    .mn-b-img img[b-u915jc197n] {
        max-width: 100%;
        max-height: 5rem;
        transition: all ease 0.5s;
        /*max-width: 11.6rem;*/
    }

.mn-b-title[b-u915jc197n] {
    margin-left: 2.38rem;
    color: var(--Black);
    font-family: Montserrat;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.75rem;
    transition: all ease 0.5s;
}

.mn-b-title-vision-statement[b-u915jc197n] {
    display: flex;
    flex-wrap: nowrap;
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.75rem;
}

.mn-b-search[b-u915jc197n] {
    margin-left: auto;
    max-width: 35.375rem;
    width: 100%;
}

.mn-b-toggle[b-u915jc197n] {
    margin-left: auto;
    display: none;
}

/*Navigation*/
.mn-n[b-u915jc197n], .mn-n-shadow[b-u915jc197n] {
    display: flex;
    align-items: baseline;
    height: 3.75rem;
    padding: 0 3rem;
    border-bottom: 1px solid var(--black-20);
    transition: all ease 0.5s;
}

.mn-n-nav[b-u915jc197n] {
    height: inherit;
    display: inline-flex;
    align-items: center;
    gap: 2.5rem;
}

    .mn-n-nav > button[b-u915jc197n], .mn-n-nav > a[b-u915jc197n] {
        display: flex;
        align-items: center;
        gap: 0.44rem;
        height: inherit;
        background: none;
        border: none;
        text-decoration: none;
        color: var(--Black);
        font-family: Montserrat;
        font-size: 1rem;
        font-style: normal;
        font-weight: 600;
        line-height: 0.75rem; /* 75% */
        text-align: start;
    }

        .mn-n-nav > button > svg[b-u915jc197n] {
            color: #FAA61A;
        }

        .mn-n-nav > button.active-child[b-u915jc197n],
        .mn-n-nav > button.active[b-u915jc197n],
        .mn-n-nav > a.active[b-u915jc197n],
        .mn-n-nav > button.active-child > svg[b-u915jc197n],
        .m-mn-s-nav a.active[b-u915jc197n] {
            color: var(--Dark-Blue);
        }

/*Slide*/
.mn-s-slide[b-u915jc197n] {
    display: none;
    background: #F9F9F9;
}

    .mn-s-slide.show[b-u915jc197n] {
        display: grid;
        grid-template-columns: 33% 1fr;
        border-bottom: 1px solid var(--black-50);
    }

    .mn-s-slide .mn-s-info[b-u915jc197n], .mn-s-slide .mn-s-nav-a[b-u915jc197n], .mn-s-slide .mn-s-nav-b[b-u915jc197n] {
        padding-top: 3.12rem;
        padding-bottom: 3.12rem;
    }
/*Slide Info*/
.mn-s-info[b-u915jc197n] {
    margin-left: 3rem;
    margin-right: 2.13rem;
}

.mn-s-info-title[b-u915jc197n] {
    color: var(--Dark-Blue);
    /* H2 */
    font-family: Montserrat;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.125rem; /* 125% */
}

.mn-s-info-desc[b-u915jc197n] {
    max-width: 20.6875rem;
    margin-top: 1.25rem;
    color: var(--Black);
    /* Body Copy */
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem; /* 162.5% */
    letter-spacing: 0.01rem;
}

.mn-s-info-link[b-u915jc197n] {
    margin-top: 2.5rem;
}

/*Slide Nav*/
.mn-s-nav[b-u915jc197n] {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 50%;
    grid-auto-flow: column;
    min-height: 20.5rem;
}

.mn-s-nav-a[b-u915jc197n], .mn-s-nav-b[b-u915jc197n] {
    border-left: 1px solid var(--black-20);
    padding-left: 1rem;
}

.mn-s-nav a[b-u915jc197n] {
    display: block;
    color: var(--Black);
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.625rem;
    padding-bottom: 1.25rem;
}

    .mn-s-nav a.active[b-u915jc197n] {
        color: var(--Dark-Blue);
        text-decoration: underline;
    }

    .mn-s-nav a:last-child[b-u915jc197n] {
        padding-bottom: 0;
    }

/*Mobile Slide*/
.m-mn-s[b-u915jc197n] {
    display: none;
}

.m-mn-s-nav[b-u915jc197n] {
    display: none;
}

    .m-mn-s-nav.show[b-u915jc197n] {
        display: grid;
    }

.m-mn-link[b-u915jc197n] {
    display: inline-flex;
    margin-left: auto;
}

    .m-mn-link a[b-u915jc197n] {
        display: inline-flex;
        padding: 0.625rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        border-radius: 0.3125rem;
        border: 2px solid var(--Black);
        font-family: Montserrat;
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 700;
        line-height: 0.75rem;
        color: var(--Black);
        background: var(--Yellow);
        border: 2px solid var(--Yellow);
    }

        .m-mn-link a:hover[b-u915jc197n] {
            text-decoration: none;
            color: var(--White);
            background: var(--Purple);
            border: 2px solid var(--Purple);
        }

.m-mn-foot[b-u915jc197n] {
    display: none;
}

/*Alerts*/
.mn-ql-alert.show .mn-alerts[b-u915jc197n] {
    display: flex;
}

.mn-alerts[b-u915jc197n] {
    display: none;
    flex-direction: column;
    gap: 1.25rem;
    position: absolute;
    right: 3rem;
    width: 35.375rem;
    padding: 1.25rem;
    background: var(--Red);
    z-index: 10;
    transition: all ease-in-out 0.5s;
}

.mn-a-head[b-u915jc197n] {
    display: flex;
    align-items: center;
    padding: 0.62rem 1.25rem;
    gap: 1.25rem;
    background: var(--White);
    border-radius: 0.3125rem;
}

.mn-a-h-title[b-u915jc197n] {
    flex: 1 0 0;
    color: var(--Red);
    /* Slug */
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem; /* 171.429% */
    text-transform: uppercase;
}

.mn-a-h-arrows[b-u915jc197n] {
    display: flex;
    align-items: center;
    gap: 0.9375rem;
}

    .mn-a-h-arrows button[b-u915jc197n] {
        color: var(--Red);
        background: none;
        border: none;
    }

.mn-a-h-indicators[b-u915jc197n] {
    position: relative;
    display: inline-flex;
    gap: 0.625rem;
    justify-content: center;
    align-items: center;
    right: initial;
    bottom: initial;
    left: initial;
    z-index: initial;
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
    overflow: hidden;
}

    .mn-a-h-indicators button[b-u915jc197n] {
        border-radius: 50%;
        overflow: hidden;
    }

    .mn-a-h-indicators [data-bs-target][b-u915jc197n] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 0.625rem;
        height: 0.625rem;
        padding: 0;
        margin-right: 0;
        margin-left: 0;
        text-indent: -999px;
        cursor: pointer;
        background-color: var(--black-20);
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: initial;
        transition: background-color 0.6s ease;
    }

    .mn-a-h-indicators .active[b-u915jc197n] {
        background-color: var(--Red);
        opacity: initial;
    }

.mn-a-body[b-u915jc197n] {
    background: var(--White);
    color: var(--Black);
    padding: 0.625rem 1.25rem;
}

.mn-a-b-s-desc[b-u915jc197n] {
    display: flex;
    flex-direction: column;
}

.mn-a-b-s-d-title[b-u915jc197n] {
    margin-bottom: 0.62rem;
    color: var(--Black);
    /* H6 - Strong */
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.625rem; /* 162.5% */
}

.mn-a-b-s-d-date[b-u915jc197n], .mn-a-b-s-d-affect[b-u915jc197n], .mn-a-b-s-d-details[b-u915jc197n], .mn-a-b-s-d-effect[b-u915jc197n] {
    display: flex;
    color: var(--Black);
    /* Caption & Small Text */
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.00875rem;
}

    .mn-a-b-s-d-date > div:first-child[b-u915jc197n], .mn-a-b-s-d-affect > div:first-child[b-u915jc197n], .mn-a-b-s-d-details > div:first-child[b-u915jc197n], .mn-a-b-s-d-effect > div:first-child[b-u915jc197n] {
        color: var(--Black);
        /* Caption & Small Text - Strong */
        font-family: Roboto;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.5rem; /* 171.429% */
        letter-spacing: 0.00875rem;
        padding-right: 0.25rem;
    }

@media(prefers-reduced-motion: reduce) {
    .mn-a-h-indicators [data-bs-target][b-u915jc197n] {
        transition: none;
    }
}


@media(min-width: 1488px) {
    /*Main Nav Shadow*/
    .main-nav-shadow[b-u915jc197n] {
        display: block;
    }

    .mn-ql-link[b-u915jc197n] {
        display: flex;
    }
    /*#region Navigation Collapsed*/
    .main-nav.mini .mn-ql[b-u915jc197n], .main-nav-shadow.mini .mn-ql-shadow[b-u915jc197n] {
        height: 2.5rem;
    }

    .main-nav.mini .mn-b[b-u915jc197n], .main-nav-shadow.mini .mn-b-shadow[b-u915jc197n] {
        height: 6rem;
    }

    .main-nav.mini .mn-b-img[b-u915jc197n] {
    }

        .main-nav.mini .mn-b-img a[b-u915jc197n] {
            width: 3.5rem;
            height: 3.5rem;
        }

        .main-nav.mini .mn-b-img img[b-u915jc197n] {
            max-height: 3.5rem;
        }

    .main-nav.mini .mn-b-title[b-u915jc197n] {
        font-size: 1rem;
        line-height: 1rem;
    }

    .main-nav.mini .mn-b-title-vision-statement[b-u915jc197n] {
        font-size: 0.625rem;
        line-height: 1rem;
    }

    .main-nav.mini .mn-n[b-u915jc197n], .main-nav-shadow.mini .mn-n-shadow[b-u915jc197n] {
        height: 3.5rem;
    }

    /*Alerts*/
    .main-nav.mini .mn-alerts[b-u915jc197n] {
        top: 2.5rem;
    }

    /*#endregion*/
}

@media(max-width: 1487px) {
    body.m-nav-open .main-nav[b-u915jc197n] {
        top: 0;
        bottom: 0;
        width: 100vw;
        height: 100vh;
    }

        /*Mobile Nav Open*/
        body.m-nav-open .main-nav .mn-n[b-u915jc197n] {
            display: block;
        }

    .mn-s-slide.show[b-u915jc197n] {
        display: none;
    }

    .mn-ql[b-u915jc197n] {
        height: 4.375rem;
        padding-right: 0;
    }

    .mn-ql-alert > button[b-u915jc197n] {
        width: 13rem;
        font-size: 1.125rem;
    }

    .mn-ql-nav a[b-u915jc197n], .mn-ql-nav-pipe[b-u915jc197n] {
        display: none;
    }

    .mn-b[b-u915jc197n] {
        height: 8.56rem;
        padding: 0 2.25rem;
    }

    .mn-b-title[b-u915jc197n] {
        margin-left: 1.5rem;
        margin-right: 3.81rem;
        font-size: 1.25rem;
        line-height: 1.25rem; /* 100% */
    }

    .mn-b-title-vision-statement[b-u915jc197n] {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .mn-b-toggle[b-u915jc197n] {
        display: flex;
    }

    .mn-b-search[b-u915jc197n] {
        display: none;
    }

    .mn-b-img[b-u915jc197n] {
        align-items: center;
        min-width: inherit;
    }

        .mn-b-img a[b-u915jc197n] {
            position: relative;
            transform: none;
            width: 4.625rem;
            height: 4.625rem;
            padding-top: 0;
            background: none;
            border-radius: unset;
        }

    .mn-n[b-u915jc197n] {
        display: none;
        position: relative;
        overflow-y: scroll;
        overflow-x: hidden;
        height: inherit;
        padding: 3.68rem 2.25rem 0 2.25rem;
    }

    .mn-n-nav[b-u915jc197n] {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: normal;
        gap: 0;
    }

        .mn-n-nav > button[b-u915jc197n], .mn-n-nav > a[b-u915jc197n] {
            font-size: 1.875rem;
            line-height: 2.5rem;
            padding: 0 0 1.25rem 0;
        }

            .mn-n-nav > button > svg[b-u915jc197n] {
                margin-left: auto;
            }

    ._slide-btn.selected[b-u915jc197n] {
        padding-bottom: 3.75rem;
    }

        ._slide-btn.selected > img[b-u915jc197n] {
            transform: rotate(180deg);
        }

    .m-mn-s[b-u915jc197n] {
        display: flex;
        margin-bottom: 1.25rem;
        border-bottom: 1px solid var(--black-20);
    }

    .m-mn-s-nav[b-u915jc197n] {
        width: 100%;
        grid-gap: 1.875rem;
        grid-auto-flow: column;
        padding-bottom: 3.75rem;
    }

        .m-mn-s-nav a[b-u915jc197n] {
            text-decoration: none;
            color: var(--Black);
            font-family: Montserrat;
            font-size: 1.125rem;
            font-style: normal;
            font-weight: 600;
            line-height: 1.75rem;
        }

    .m-mn-link[b-u915jc197n] {
        display: flex;
    }

        .m-mn-link a[b-u915jc197n] {
            display: flex;
            padding: 0.625rem;
            justify-content: center;
            align-items: center;
            text-align: center;
            width: 100%;
            font-size: 1.375rem;
            font-weight: 700;
            line-height: 2rem;
        }

    .m-mn-foot[b-u915jc197n] {
        display: block;
    }

    .m-mn-f-search[b-u915jc197n] {
        margin-top: 2.5rem;
    }

    .m-mn-f-ql-nav[b-u915jc197n] {
        margin-top: 1.5rem;
        display: grid;
    }

        .m-mn-f-ql-nav a[b-u915jc197n] {
            margin-top: 1.25rem;
            padding-bottom: 1.25rem;
            text-decoration: none;
            border-bottom: 1px solid var(--black-20);
            color: var(--Black);
            font-family: Montserrat;
            font-size: 1.5rem;
            font-style: normal;
            font-weight: 600;
            line-height: 2.125rem;
        }
    /*Alerts*/
    .mn-alerts[b-u915jc197n] {
        right: 0;
    }
}

@media(max-width: 832px) {
    .mn-alerts[b-u915jc197n] {
        width: 100%;
    }
}

@media(max-width: 556px) {
    .mn-ql-nav[b-u915jc197n] {
        margin-left: 1.5rem;
    }

    .mn-ql-alert[b-u915jc197n] {
        margin-left: auto;
    }

        .mn-ql-alert > button[b-u915jc197n] {
            font-size: 1rem;
        }

    .mn-b[b-u915jc197n] {
        height: 7.69rem;
        padding: 0 1.5rem;
    }

    .mn-b-img a[b-u915jc197n] {
        height: 3.9375rem;
        width: 3.9375rem;
    }

    .mn-b-title[b-u915jc197n] {
        font-size: 1rem;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        line-height: 1.5rem;
    }

    .mn-n[b-u915jc197n] {
        padding: 3.68rem 1.5rem 0 1.5rem;
    }

    .m-mn-s-nav[b-u915jc197n] {
        grid-auto-flow: row;
    }

    .m-mn-f-ql-nav[b-u915jc197n] {
        margin-bottom: 10rem;
    }
}

/*#endregion MAIN NAV CSS*/
/*#region INCLUDE in main.css*/
/*:root {
    --Black: #292929;
    --black-10: rgba(41, 41, 41, 0.10);
    --black-20: rgba(41, 41, 41, 0.20);
    --Red: #E41212;
    --White: #FFF;
    --Dark-Blue: #04559F;
    --Yellow: #FAA61A;
}*/
/*region Navigation MainMenu*/
/*.gedsb-master-section {
    padding-top: 15rem;
}

@media(max-width: 1488px) {
    .gedsb-master-section {
        padding-top: 13rem;
    }
}

@media(max-width: 556px) {
    .gedsb-master-section {
        padding-top: 12.125rem;
    }
}

body.m-nav-open {
    overflow: hidden;
}*/
/*endregion*/
/*#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*/
/*#endregion INCLUDE in main.css*/
/* _content/Sitefinity.Renderer/Views/Shared/Components/ManagedListDisplay/Default.cshtml.rz.scp.css */
.calendar--spacer[b-bvxdhjtux9] {
    display: none;
    width: 100%;
    border-bottom: 1px solid var(--black-20);
    margin-top: 1.87rem;
    margin-bottom: 1.87rem;
}

.calendar--container-parent[b-bvxdhjtux9] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.calendar--container[b-bvxdhjtux9] {
    display: flex;
    flex-direction: column;
    flex: 1 1 28rem;
    max-width: 100%;
    gap: 1.5rem;
}

.calendar--head[b-bvxdhjtux9] {
    display: flex;
    flex-direction: column;
    gap: 1.87rem;
}

.calendar--view[b-bvxdhjtux9] {
    display: none;
}

.calendar--days[b-bvxdhjtux9] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.calendar--event[b-bvxdhjtux9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.3125rem;
    overflow: hidden;
}

    .calendar--event > div[b-bvxdhjtux9] {
        width: 100%;
    }

.calendar--event-date[b-bvxdhjtux9] {
    display: flex;
    padding: 1.25rem 1.5rem;
    align-items: flex-start;
    color: var(--Black);
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.875rem;
}

.calendar--event-title[b-bvxdhjtux9] {
    display: flex;
    padding: 1.25rem 1.5rem;
    align-items: flex-start;
    height: 100%;
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.875rem;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.c--event-title[b-bvxdhjtux9] {
    flex-grow: 1;
}

.c--event-links[b-bvxdhjtux9] {
    display: flex;
    align-items: center;
    text-wrap: nowrap;
    margin-left: auto;
    margin-top: auto;
}

@media(max-width: 1079px) {

    .calendar--event[b-bvxdhjtux9] {
        display: grid;
        grid-template-columns: minmax(13.25rem, 25%) 1fr;
        align-items: center;
        border-radius: 0.3125rem;
        overflow: hidden;
    }

    .calendar--event-date[b-bvxdhjtux9] {
        height: 100%;
    }

    .calendar--spacer[b-bvxdhjtux9] {
        display: flex;
    }

    .calendar--head[b-bvxdhjtux9] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: baseline
    }

    .calendar--view[b-bvxdhjtux9] {
        display: block;
        margin-left: auto;
    }

    .calendar--foot[b-bvxdhjtux9] {
        display: none;
    }
}

@media(max-width: 832px) {
    .calendar--container[b-bvxdhjtux9] {
        grid-template-columns: auto;
        gap: 1.25rem;
    }
}



@media(max-width: 556px) {
    .calendar--event[b-bvxdhjtux9] {
        display: flex;
        flex-direction: column;
    }

        .calendar--event > div[b-bvxdhjtux9] {
            width: 100%;
        }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/MapContainer/Default.cshtml.rz.scp.css */
.big-container[b-jaorhwp1wh] {
    background-color: #292929;
    width: 100%;
    height: 520px;
    padding: 20px;
    box-sizing: border-box;
}

.map-container[b-jaorhwp1wh] {
    display: flex;
    align-items: flex-start;
    margin-top: 4vw;
    margin-left: 1vw;
}

.map-image[b-jaorhwp1wh] {
    width: 648px;
    height: 320px;
    flex-shrink: 0;
    margin-right: 20px;
    margin-left: 1vw;
}

    .map-image img[b-jaorhwp1wh] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
        object-fit: cover;
    }

.info[b-jaorhwp1wh] {
    color: #fff;
    max-width: 820px;
}

.title[b-jaorhwp1wh] {
    margin-top: 0;
    font-size: 40px;
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    line-height: 50px;
    margin-bottom: 30px;
}

.text-container[b-jaorhwp1wh] {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0.16px;
}

.button[b-jaorhwp1wh] {
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border: 2px solid #fff;
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin-top: 1vw;
}

    .button:hover[b-jaorhwp1wh] {
        background-color: #fff;
        color: #000;
    }

/* Responsive Styles */
@media (max-width: 832px) {
    .big-container[b-jaorhwp1wh] {
        height: auto;
    }

    .map-container[b-jaorhwp1wh] {
        flex-direction: column;
        align-items: center;
    }

    .map-image[b-jaorhwp1wh] {
        width: auto;
        margin: auto;
    }

    .info[b-jaorhwp1wh] {
        width: auto;
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        margin-top: 2vw;
    }

    .responsive[b-jaorhwp1wh] {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .title[b-jaorhwp1wh] {
        width: 80%;
        text-align: left;
        margin-bottom: 10px;
        font-size: 30px;
        white-space: nowrap;
        margin-right: 3vw;
    }

    .text-container[b-jaorhwp1wh] {
        width: 100%;
        text-align: left;
        line-height: 15px;
        font-size: 14px;
        margin-left: 0px;
        letter-spacing: 0.16px;
        margin-top: 1vw;
        white-space: nowrap;
    }

    .button[b-jaorhwp1wh] {
        display: inline-flex;
        margin-bottom: 2vw;
    }
}

@media (max-width: 556px) {
    .map-container[b-jaorhwp1wh] {
        flex-direction: column;
        align-items: center;
    }

    .map-image[b-jaorhwp1wh] {
        object-fit: cover;
        max-width: 100%;
        max-height: 238px;
        margin-bottom: 20px;
        margin-top: 8vw;
    }

    .info[b-jaorhwp1wh] {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 3vw;
        margin-bottom: 8vw;
    }

    .title[b-jaorhwp1wh] {
        font-size: 35px;
    }

    .title[b-jaorhwp1wh], .text-container[b-jaorhwp1wh], .button[b-jaorhwp1wh] {
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }

    .text-container[b-jaorhwp1wh] {
        line-height: 10px;
        margin-top: 3vw;
    }

    .button[b-jaorhwp1wh] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 20px;
        width: auto;
        font-style: normal;
        font-weight: 600;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/MeetingsCalendar/Default.cshtml.rz.scp.css */
.gedsb_title-year[b-3fxtblp4o5] {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0.875rem;
    background-color: lightgrey;
    border-radius: 0.5rem;
}

.gedsb_meetings[b-3fxtblp4o5] {
    background-color: #e4f6ff;
    padding: 10px 20px 1px 20px;
    border-radius: 1rem;
}

.gedsb_meetings > ul[b-3fxtblp4o5] {
    
}

.gedsb_meetings > ul > li[b-3fxtblp4o5] {
    line-height: inherit;
    padding: 0;
}
.gedsb_meetings > ul > li[b-3fxtblp4o5]:before{
    content: '';
}
    .gedsb_meetings > ul > li > button[b-3fxtblp4o5] {
        text-decoration: none;
        color: #000;
        font-weight: 600;
        padding: 15px;
        border-bottom: 1px #ccc solid;
    }
    .gedsb_meetings > ul > li > button.active[b-3fxtblp4o5] {
        background-color: #428bca !important;
    }
    .gedsb_meetings > ul > li > button:hover[b-3fxtblp4o5] {
        background-color: #eee;
    }
.meeting-month-title[b-3fxtblp4o5] {
    background-color: #cbe6ff;
    padding: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/NewsLetter/Default.cshtml.rz.scp.css */
/* Site */
.container--filter[b-ex7kn0zruh] {
    margin-bottom: 12.5rem;
}

.newsletter--title[b-ex7kn0zruh] {
    padding-bottom: 3.12rem;
    border-bottom: 1px solid var(--black-20);
}

.newsletter--filter[b-ex7kn0zruh] {
    display: grid;
    grid-template-columns: minmax(150px, 25%) minmax(0, 57.5rem);
    gap: 1.5rem;
    justify-content: space-between;
}

    .newsletter--filter select[b-ex7kn0zruh] {
        padding: 1.25rem;
        align-items: center;
        gap: 1.25rem;
        border-radius: 0.3125rem;
        border: 2px solid var(--black-10);
        background: url('svg/chevron-ddl-down-y.svg') no-repeat calc(100% - 1.25rem) 50%;
        -webkit-appearance: none;
    }

        .newsletter--filter select:focus[b-ex7kn0zruh] {
            background: url('svg/chevron-ddl-up-y.svg') no-repeat calc(100% - 1.25rem) 50%;
        }

    .newsletter--filter selection option[b-ex7kn0zruh] {
        width: 100%;
    }

.newsletter--container[b-ex7kn0zruh] {
    margin-bottom: 12.5rem
}

.newsletter--event[b-ex7kn0zruh], .newsletter--footer[b-ex7kn0zruh], .news--footer[b-ex7kn0zruh] {
    display: grid;
    grid-template-columns: minmax(150px, 25%) minmax(0, 57.5rem);
    gap: 1.5rem;
    justify-content: space-between;
    padding-top: 3.12rem
}

    .newsletter--event:not(:last-child)[b-ex7kn0zruh] {
        padding-bottom: 3.12rem;
        border-bottom: 1px solid var(--black-20);
    }

.newsletter--event-year[b-ex7kn0zruh] {
    font-family: Montserrat;
    color: var(--Soft-Black);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: uppercase;
}

.newsletter--event-datetime[b-ex7kn0zruh] {
    flex-grow: 2;
}

.newsletter--event-container-info[b-ex7kn0zruh] {
    display: flex;
    flex-grow: 2;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
}

.newsletter--event-info[b-ex7kn0zruh] {
    display: flex;
    width: 100%;
    padding: 1.25rem;
    flex-direction: row;
    gap: 1.88rem;
    border-radius: 0.3125rem;
}

.event--info-container[b-ex7kn0zruh] {
    display: flex;
    flex-direction: column;
    gap: 0.3125rem;
    justify-content: center;
}

.event--info-container-title[b-ex7kn0zruh] {
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.875rem;
}

.event--info-container-subtitle[b-ex7kn0zruh] {
    color: var(--Soft-Black);
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: uppercase;
}

.event-info-links-container[b-ex7kn0zruh] {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
    margin-left: auto;
    justify-content: center;
}

.event-info-container-link[b-ex7kn0zruh] {
    display: flex;
    align-items: center;
    text-wrap: nowrap;
}

.footer--section[b-ex7kn0zruh] {
    display: flex;
}

    .footer--section div:last-child[b-ex7kn0zruh] {
        margin-left: auto;
    }

@media(max-width: 832px) {

    .container--filter[b-ex7kn0zruh] {
        margin-bottom: 7.5rem;
    }

    .newsletter--filter[b-ex7kn0zruh] {
        grid-template-columns: auto;
        justify-content: normal;
    }

    .newsletter--container[b-ex7kn0zruh] {
        margin-bottom: 7.5rem
    }

    .newsletter--event[b-ex7kn0zruh], .newsletter--footer[b-ex7kn0zruh], .news--footer[b-ex7kn0zruh] {
        grid-template-columns: auto;
        gap: 1.25rem;
        justify-content: normal;
    }

    .newsletter--event-datetime[b-ex7kn0zruh] {
        display: flex;
        align-items: center;
    }

    .newsletter--event-year[b-ex7kn0zruh] {
        margin-left: auto;
    }
}

@media(max-width: 556px) {
    .newsletter--container[b-ex7kn0zruh] {
        margin-bottom: 3.25rem;
    }

    .m-mb-0[b-ex7kn0zruh] {
        margin-bottom: 0;
    }

    .newsletter--event-datetime[b-ex7kn0zruh] {
        gap: 4rem;
    }

    .newsletter--event-info[b-ex7kn0zruh] {
        flex-direction: column;
    }

    .event-info-links-container[b-ex7kn0zruh] {
        margin-left: initial;
    }

    .event-info-container-link[b-ex7kn0zruh] {
        margin-left: initial;
    }

    .footer--section[b-ex7kn0zruh] {
        flex-wrap: wrap
    }
}
/* End Site*/
/* _content/Sitefinity.Renderer/Views/Shared/Components/PopupButton/Default.cshtml.rz.scp.css */

.font-sizer[b-v0o58uqrhc] {
    font-size: 1.3rem;
    font-weight: 600;
    padding-left: 1.7rem;
    color: black;
}

.door-img[b-v0o58uqrhc] {
    border-radius: 0.5rem;
    height: 5rem;
     
    
}

.plastic[b-v0o58uqrhc] {
    display: flex;
    transition: ease-in-out .5s;
    justify-content: flex-start;
    align-items: center;
    height: 5rem;
    flex-flow: row nowrap;
    box-shadow: 0px 0px 4px 0px darkgray;
    border: 1px solid black;
    margin: .3rem;
    border-radius: 0.5rem;
}

    .plastic:hover[b-v0o58uqrhc] {
        transform: scale(.95);
        box-shadow: 0px 0px 8px 0px black;
        cursor: pointer;
    }
/* _content/Sitefinity.Renderer/Views/Shared/Components/PopupComp/Default.cshtml.rz.scp.css */
.header-section[b-7159z3wf3c] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* grid-template-columns: repeat(2, 0.4fr); */
    padding: 3.12rem 3rem;
    margin-top: 1rem;
    margin-bottom: -5rem;
}

.img-w[b-7159z3wf3c] {
    width: 33rem;
}

.image-section img[b-7159z3wf3c] {
    max-height: 11.375rem;
    max-width: 13.25rem;
    min-height: 11.375rem;
    min-width: 13.25rem;
}

.info-section[b-7159z3wf3c] {
    display: grid;
    gap: 1.25rem;
}

.dialog-title[b-7159z3wf3c] {
    min-height: 1rem;
    padding: 1rem;
    border-bottom: 1px solid #e5e5e5;
}

.dialog-body[b-7159z3wf3c] {
    position: relative;
    padding: 1rem;
}

.dialog-footer[b-7159z3wf3c] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-self: flex-end;
    padding-right: 1.5rem;
}

@media (max-width:956px) {
    .img-w[b-7159z3wf3c] {
        width: 20rem;
    }
}

@media (max-width:728px) {
    .img-w[b-7159z3wf3c] {
        width: 16rem;
    }
}

@media (max-width:657px) {
    .header-section[b-7159z3wf3c] {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
        padding: 3.12rem 3rem;
        margin-top: 1rem;
        margin-bottom: -5rem;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/QuickLinks/Default.cshtml.rz.scp.css */
@media (max-width:556px) {
    .quickLinks-ContainerBox[b-jv5ubqmbk3] {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        gap: 1.5rem;
    }

    .quickLinks-Button[b-jv5ubqmbk3] {
        font-family: Montserrat;
        width: 28rem;
        text-decoration: none;
    }
}

@media (min-width: 556px) and (max-width: 832px) {
    .quickLinks-ContainerBox[b-jv5ubqmbk3] {
        display: grid;
        gap: 1.5rem;
        grid-template-columns: repeat(2, minmax(auto, 1fr));
    }

    .quickLinks-Button[b-jv5ubqmbk3] {
        font-family: Montserrat;
        text-decoration: none;
    }
}

@media (min-width:831px) {

    .quickLinks-ContainerBox[b-jv5ubqmbk3] {
        display: grid;
        gap: 1.5rem;
        grid-template-columns: repeat(3, minmax(auto, 1fr));
    }

    .quickLinks-Button[b-jv5ubqmbk3] {
        font-family: Montserrat;
        text-decoration: none;
    }
}


.quickLinks-BtnImage[b-jv5ubqmbk3] {
    width: 3rem;
    height: 3rem
}

.quickLinks-Title[b-jv5ubqmbk3] {
    font-weight: 700;
    color: black !important;
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/QuickLinks/Vertical.cshtml.rz.scp.css */
@media (max-width:556px) {
    .quickLinks-ContainerBox[b-jryz9i85kb] {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        gap: 1.5rem;
    }

    .quickLinks-Button[b-jryz9i85kb] {
        font-family: Montserrat;
        width: 28rem;
        text-decoration: none;
    }
}

@media (min-width: 556px) and (max-width: 832px) {
    .quickLinks-ContainerBox[b-jryz9i85kb] {
        display: grid;
        gap: 1.5rem;
        grid-template-columns: repeat(1, minmax(auto, 1fr));
    }

    .quickLinks-Button[b-jryz9i85kb] {
        font-family: Montserrat;
        text-decoration: none;
    }
}

@media (min-width:831px) {

    .quickLinks-ContainerBox[b-jryz9i85kb] {
        display: grid;
        gap: 1.5rem;
        grid-template-columns: repeat(1, minmax(auto, 1fr));
    }

    .quickLinks-Button[b-jryz9i85kb] {
        font-family: Montserrat;
        text-decoration: none;
    }
}


.quickLinks-BtnImage[b-jryz9i85kb] {
    width: 3rem;
    height: 3rem
}

.quickLinks-Title[b-jryz9i85kb] {
    font-weight: 700;
    color: black !important;
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/SectionHeader/Default.cshtml.rz.scp.css */
.sh--container[b-280rfab3d2] {
    display: flex;
    align-items: flex-end;
    margin-bottom: 1.87rem;
    padding-bottom: 1.88rem;
}

    .sh--container.sh--border[b-280rfab3d2] {
        border-bottom: 1px solid var(--black-20);
    }

.sh--title[b-280rfab3d2] {
    max-width: 35.375rem;
}

    .sh--title h2[b-280rfab3d2] {
        padding-bottom: 0;
        margin-bottom: 0;
         
    }

.sh--link[b-280rfab3d2] {
    margin-left: auto;
}

@media(max-width: 832px) {
    .sh--container[b-280rfab3d2] {
        flex-direction: column;
        gap: 1.25rem;
        align-items: baseline;
        padding-bottom: 1.25rem;
    }

    .sh--link[b-280rfab3d2] {
        margin-left: unset;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/SectionSpacer/Default.cshtml.rz.scp.css */
.section--spacer[b-yrks5b6d2j] {
    border-bottom: 1px solid var(--black-20);
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/SitefinityContentList/CardsListElegant.cshtml.rz.scp.css */

.gedsb-cardtitle[b-l6ulva08d2] {
    font-size: 1.25rem !important;
    margin: 1.25rem 0 1.25rem 0;
    font-weight: 600;
    line-height: 1.2rem;
    color: black;
}

p[b-l6ulva08d2] {
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 0.9rem;
}



.gedsb_card_width[b-l6ulva08d2] {
    min-width: 10rem;
    margin: 0 0 2.5rem 0;
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/SitefinityContentList/Details.Calendar.cshtml.rz.scp.css */
.calendar--title[b-aiv2b9a7ah] {
    margin-bottom: 5rem;
    max-width: 59.75rem;
    overflow-wrap: break-word;
}

.calendar--info[b-aiv2b9a7ah] {
    display: flex;
    border-top: 1px solid var(--black-20);
    border-bottom: 1px solid var(--black-20);
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: uppercase;
}

.calendar--info[b-aiv2b9a7ah] {
    padding: 0.94rem 0;
}

.calendar--publication-date[b-aiv2b9a7ah] {
    margin-right: 13rem;
}

.calendar--body[b-aiv2b9a7ah] {
    display: flex;
    justify-content: flex-start;
    margin-top: 5rem;
    padding-bottom: 6.25rem;
    border-bottom: 1px solid var(--black-20);
}

@media(max-width: 832px) {
    .calendar--publication-date[b-aiv2b9a7ah] {
        margin-right: unset;
    }

    .calendar--author[b-aiv2b9a7ah] {
        margin-left: auto;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/SitefinityContentList/Details.ElegantNews.cshtml.rz.scp.css */

@media (min-width:1000px) {
    .newsImage[b-hrnm28ueac] {
        max-width: 20rem;

    }
    .gedsb_elegantNews_FourColumns[b-hrnm28ueac] {
        column-count: 3;
        column-gap: 2rem;
        text-align: left;
    }
}

@media (max-width:768px) {
    .newsImage[b-hrnm28ueac] {
        max-width: 10rem;
    }
    .gedsb_elegantNews_FourColumns[b-hrnm28ueac] {
        column-count: 1;
        column-gap: 2rem;
        text-align: left;
    }
}


    

    p[b-hrnm28ueac] {
        font-size: 1rem !important;
        font-weight: 400;
        line-height: 0.9rem;
    }

    .gedsb_imageInfo[b-hrnm28ueac] {
        font-size: 1rem;
    }

    .gedsb_elegantNews_FourColumns[b-hrnm28ueac]::first-letter {
        -webkit-initial-letter: 4;
        initial-letter: 3;
        color: darkgray;
        font-weight: bold;
        margin-right: .75rem;
    }
/* _content/Sitefinity.Renderer/Views/Shared/Components/SitefinityContentList/Details.News.cshtml.rz.scp.css */
.news--title[b-aeo8qrsx8w] {
    margin-bottom: 5rem;
    max-width: 59.75rem;
    overflow-wrap: break-word;
}

.news--info[b-aeo8qrsx8w] {
    display: flex;
    border-top: 1px solid var(--black-20);
    border-bottom: 1px solid var(--black-20);
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: uppercase;
}

.news--info[b-aeo8qrsx8w] {
    padding: 0.94rem 0;
}

.news--publication-date[b-aeo8qrsx8w] {
    margin-right: 13rem;
}

.news--body[b-aeo8qrsx8w] {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
    padding-bottom: 6.25rem;
    border-bottom: 1px solid var(--black-20);
}

@media(max-width: 832px) {
    .news--publication-date[b-aeo8qrsx8w] {
        margin-right: unset;
    }

    .news--author[b-aeo8qrsx8w] {
        margin-left: auto;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/SitefinityContentList/EventList.cshtml.rz.scp.css */
/*#region Events*/
.events--container[b-bfbs2lb1wi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 1rem;
}

.event--card[b-bfbs2lb1wi] {
    display: grid;
    grid-template-columns: minmax(150px, 25%) 1fr;
    border: 1px solid var(--divider-color);
    padding: 5px;
    border-radius: 5px;
    align-items: center;
    height: 150px;
}

.event--date[b-bfbs2lb1wi] {
    position: relative;
    top: -0.35rem;
}

.event--singledate[b-bfbs2lb1wi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-right: 1px solid var(--divider-color);
    margin-right: 1rem;
}

.event--multidate[b-bfbs2lb1wi] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--divider-color);
    margin-right: 1rem;
    text-align: center;
    justify-content: space-evenly;
}

.event--month[b-bfbs2lb1wi] {
    font-family: Montserrat, Helvetica, sans-serif, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
}

.event--divide[b-bfbs2lb1wi] {
    font-family: Montserrat, Helvetica, sans-serif, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
    color: #555;
    text-transform: lowercase;
    padding-top: 0.5rem;
}

.event--day[b-bfbs2lb1wi] {
    font-family: Montserrat, Helvetica, sans-serif, Arial, sans-serif;
    font-size: 2rem;
    line-height: 1rem;
    font-weight: 700;
    color: #555;
}

.event--title[b-bfbs2lb1wi] {
    font-family: Montserrat, Helvetica, sans-serif, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #555;
    overflow: hidden;
    overflow-wrap: break-word;
}
/*#endregion Events*/
/* _content/Sitefinity.Renderer/Views/Shared/Components/SitefinityContentList/EventListVertical.cshtml.rz.scp.css */
/*#region Events*/
.events--container[b-qut6t4w38h] {
    display: grid;
    grid-template-rows: auto;
}

.event--card[b-qut6t4w38h] {
    display: grid;
    grid-template-columns: minmax(150px, 25%) 1fr;
    border-bottom: 1px solid var(--divider-color);
    padding: 5px;
    align-items: center;
    height: 100px;
}

.event--date[b-qut6t4w38h] {
    position: relative;
    top: -0.35rem;
}

.event--singledate[b-qut6t4w38h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-right: 1px solid var(--divider-color);
    margin-right: 1rem;
}

.event--multidate[b-qut6t4w38h] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--divider-color);
    margin-right: 1rem;
    text-align: center;
    justify-content: space-evenly;
}

.event--month[b-qut6t4w38h] {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
}

.event--divide[b-qut6t4w38h] {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
    color: #555;
    text-transform: lowercase;
    padding-top: 0.5rem;
}

.event--day[b-qut6t4w38h] {
    font-size: 2rem;
    line-height: 1rem;
    font-weight: 700;
    color: #555;
}

.event--title[b-qut6t4w38h] {
    font-family: Montserrat, Helvetica, sans-serif, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #555;
    overflow: hidden;
    overflow-wrap: break-word;
}

.event--subtitle[b-qut6t4w38h] {
    font-family: Montserrat, Helvetica, sans-serif, Arial, sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    color: #555;
    overflow: hidden;
    overflow-wrap: break-word;
}
/*#endregion Events*/

/*#region Nested ContentSections*/

.cs--body .cs--section .events--container .event--card[b-qut6t4w38h] {
    max-height: 75px;
}
/*#endregion Nested ContentSections*/
/* _content/Sitefinity.Renderer/Views/Shared/Components/SitefinityContentList/EventListWithTime.cshtml.rz.scp.css */
/*#region Events*/
.events--container[b-j25lg7zxon] {
    display: grid;
    grid-template-rows: auto;
}

.event--card[b-j25lg7zxon] {
    display: grid;
    grid-template-columns: minmax(150px, 25%) 1fr;
    border-bottom: 1px solid var(--divider-color);
    padding: 5px;
    align-items: center;
    height: 100px;
}

.event--date[b-j25lg7zxon] {
    position: relative;
    top: -0.35rem;
}

.event--singledate[b-j25lg7zxon] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-right: 1px solid var(--divider-color);
    margin-right: 1rem;
}

.event--multidate[b-j25lg7zxon] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--divider-color);
    margin-right: 1rem;
    text-align: center;
    justify-content: space-evenly;
}

.event--month[b-j25lg7zxon] {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
}

.event--divide[b-j25lg7zxon] {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
    color: #555;
    text-transform: lowercase;
    padding-top: 0.5rem;
}

.event--day[b-j25lg7zxon] {
    font-size: 2rem;
    line-height: 1rem;
    font-weight: 700;
    color: #555;
}

.event--title[b-j25lg7zxon] {
    font-family: Montserrat, Helvetica, sans-serif, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #555;
    overflow: hidden;
    overflow-wrap: break-word;
}

.event--subtitle[b-j25lg7zxon] {
    font-family: Montserrat, Helvetica, sans-serif, Arial, sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    color: #555;
    overflow: hidden;
    overflow-wrap: break-word;
}
/*#endregion Events*/

/*#region Nested ContentSections*/

.cs--body .cs--section .events--container .event--card[b-j25lg7zxon] {
    max-height: 75px;
}
/*#endregion Nested ContentSections*/
/* _content/Sitefinity.Renderer/Views/Shared/Components/SitefinityContentList/News.cshtml.rz.scp.css */
/* _content/Sitefinity.Renderer/Views/Shared/Components/SitefinityContentList/NewsList.cshtml.rz.scp.css */
/*#region Events*/
.events--container[b-qkleqexfup] {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
}

.event--card[b-qkleqexfup] {
    flex: 1 0 350px;
    border: 1px solid var(--divider-color);
    border-radius: 0.25rem;
    padding: 5px;
    align-items: center;
    height: 500px;
    text-decoration: none !important;
    background-color: white;
    margin-right: 1rem;
    margin-bottom: 1rem;
    overflow: hidden;
}

    .event--card:hover[b-qkleqexfup] {
        background: #ffa7001f;
        cursor: pointer;
    }

.event--date[b-qkleqexfup] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--divider-color);
}

.event--image[b-qkleqexfup] {
    display: grid;
    margin-bottom: 0.25rem;
    place-items: center;
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 0.5rem;
}

    .event--image img[b-qkleqexfup] {
        background-color: white;
        height: 300px;
        object-fit: contain;
        padding: 0.25rem;
        border: 1px solid var(--divider-color);
        border-radius: 0.25rem;
        aspect-ratio: 1/1;
    }

.event--month[b-qkleqexfup] {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
}

.event--divide[b-qkleqexfup] {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
    color: #888;
    text-transform: lowercase;
    padding-top: 0.5rem;
}

.event--day[b-qkleqexfup] {
    font-size: 2rem;
    line-height: 1rem;
    font-weight: 700;
    color: #555;
}

.event--title[b-qkleqexfup] {
    font-family: Montserrat, Helvetica, sans-serif, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #555;
    overflow: hidden;
    overflow-wrap: break-word;
    height: 3rem;
}

.event--subtitle[b-qkleqexfup] {
    font-family: Montserrat, Helvetica, sans-serif, Arial, sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    color: #555;
    overflow: hidden;
    overflow-wrap: break-word;
    margin-bottom: 0.5rem;
}

.event--summary[b-qkleqexfup] {
    color: black;
    overflow-y: auto;
    max-height: 6rem;
}

    /* ===== Scrollbar CSS ===== */
    /* Chrome, Edge, and Safari */
    .events--container[b-qkleqexfup]::-webkit-scrollbar, .event--summary[b-qkleqexfup]::-webkit-scrollbar {
        height: 0.5rem;
        width: 10px;
    }

    .events--container[b-qkleqexfup]::-webkit-scrollbar-track, .event--summary[b-qkleqexfup]::-webkit-scrollbar-track {
        background: var(--special-scrollbar-track-color);
    }

    .events--container[b-qkleqexfup]::-webkit-scrollbar-thumb, .event--summary[b-qkleqexfup]::-webkit-scrollbar-thumb {
        background-color: var(--special-scrollbar-thumb-color);
        border-radius: 10px;
    }
/*#endregion Events*/
/* _content/Sitefinity.Renderer/Views/Shared/Components/SitefinityContentList/NewsListVertical.cshtml.rz.scp.css */
/*#region Events*/
.events--container[b-2f5do6f03y] {
    display: grid;
    grid-template-rows: auto;
}

.event--card[b-2f5do6f03y] {
    display: grid;
    grid-template-columns: minmax(125px, 25%) 1fr;
    border-bottom: 1px solid var(--divider-color);
    padding: 5px;
    align-items: center;
    height: 100px;
    text-decoration: none;
    overflow: auto;
}

    .event--card:hover[b-2f5do6f03y] {
        background: #ffa7001f;
        cursor: pointer;
    }

.event--date[b-2f5do6f03y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--divider-color);
    margin-right: 1rem;
}

.event--image[b-2f5do6f03y] {
    display: grid;
    margin-right: 1rem;
    place-items: center;
    border-right: 1px solid var(--divider-color);
}

    .event--image img[b-2f5do6f03y] {
        background-color: white;
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
        height: 85px;
        width: 100px;
        padding: 0.25rem;
        border: 1px solid var(--divider-color);
        border-radius: 0.25rem;
    }

.event--month[b-2f5do6f03y] {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
}

.event--divide[b-2f5do6f03y] {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
    color: #888;
    text-transform: lowercase;
    padding-top: 0.5rem;
}

.event--day[b-2f5do6f03y] {
    font-size: 2rem;
    line-height: 1rem;
    font-weight: 700;
    color: #555;
}

.event--title[b-2f5do6f03y] {
    font-family: Montserrat, Helvetica, sans-serif, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #555;
    overflow: hidden;
    overflow-wrap: break-word;
}

.event--subtitle[b-2f5do6f03y] {
    font-family: Montserrat, Helvetica, sans-serif, Arial, sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    color: #555;
    overflow: hidden;
    overflow-wrap: break-word;
}

/*#endregion Events*/
/* _content/Sitefinity.Renderer/Views/Shared/Components/SitefinityContentList/NewsShowAll.cshtml.rz.scp.css */
.e-news--container[b-71dj1fjusx] {
    margin-bottom: 7.5rem;
}

@media(max-width: 832px) {
    .e-news--container[b-71dj1fjusx] {
        margin-bottom: 5.63rem;
    }
}

@media(max-width: 556px) {
    .e-news--container[b-71dj1fjusx] {
        margin-bottom: 3.25rem;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/SitefinityContentList/SchoolEventsInCalendar.cshtml.rz.scp.css */
/*#region Events*/
.events--container[b-7bhb3rs9f1] {
    display: grid;
    grid-template-rows: auto;
}
.link-card[b-7bhb3rs9f1] {
    cursor: pointer;
    text-decoration: none;
}
.link-card:hover[b-7bhb3rs9f1]{
    background-color:antiquewhite;
}

.event--card[b-7bhb3rs9f1] {
    display: grid;
    grid-template-columns: minmax(150px, 25%) 1fr;
    border-bottom: 1px solid var(--divider-color);
    padding: 5px;
    align-items: center;
    height: 100px;
}

.event--date[b-7bhb3rs9f1] {
    position: relative;
    top: -0.35rem;
}

.event--singledate[b-7bhb3rs9f1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-right: 1px solid var(--divider-color);
    margin-right: 1rem;
}

.event--multidate[b-7bhb3rs9f1] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--divider-color);
    margin-right: 1rem;
    text-align: center;
    justify-content: space-evenly;
}

.event--month[b-7bhb3rs9f1] {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
}

.event--divide[b-7bhb3rs9f1] {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
    color: #555;
    text-transform: lowercase;
    padding-top: 0.5rem;
}

.event--day[b-7bhb3rs9f1] {
    font-size: 2rem;
    line-height: 1rem;
    font-weight: 700;
    color: #555;
}

.event--title[b-7bhb3rs9f1] {
    font-family: Montserrat, Helvetica, sans-serif, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #555;
    overflow: hidden;
    overflow-wrap: break-word;
}

.event--subtitle[b-7bhb3rs9f1] {
    font-family: Montserrat, Helvetica, sans-serif, Arial, sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    color: #555;
    overflow: hidden;
    overflow-wrap: break-word;
}
/*#endregion Events*/

/*#region Nested ContentSections*/

.cs--body .cs--section .events--container .event--card[b-7bhb3rs9f1] {
    max-height: 75px;
}
/*#endregion Nested ContentSections*/
/* _content/Sitefinity.Renderer/Views/Shared/Components/SitefinityContentList/SchoolsList.cshtml.rz.scp.css */

.gedsb_SclList-iconInHeader[b-6cq6a1bwse] {
    display: none;
    color: #0089CF !important;
}

.mvsb[b-6cq6a1bwse] {
    display: block !important;
}

.gedsb_SclList-bckColor[b-6cq6a1bwse] {
    background-color: white !important;
}

.gedsb_SchList-Header[b-6cq6a1bwse]{
    color: var(--Dark-Blue, #04559F);
    font-family: Montserrat;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.5rem;
    margin-top:5rem;
}

.gedsb_SclList-OptionHeader[b-6cq6a1bwse] {
    display: none;
    column-count: 2;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem;
    letter-spacing: 0.01rem;
    background-color: white;
    padding: 1.25rem 2.88rem 1.25rem 1.25rem;
}

.gedsb_SclList-SectionItem[b-6cq6a1bwse] {
    color: var(--Black, #292929);
    background-color: rgba(0, 137, 207, 0.10);
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.875rem; /* 150% */
}

@media screen and (max-width: 832px) {
    .gedsb_SchList-Header[b-6cq6a1bwse] {
        color: var(--Dark-Blue, #04559F);
        font-family: Montserrat;
        font-size: 1.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: 2.5rem;
        margin-top: 2.5rem;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/SitefinitySearchBox/Custom.cshtml.rz.scp.css */
.search-box[b-zqj4ywrwm4] {
    display: flex;
    max-width: 35.375rem;
    padding: 1.0625rem 1.25rem;
    align-items: center;
    border-radius: 0.3125rem;
    background: var(--black-10);
    transition: all ease 0.5s;
}

.sb-input[b-zqj4ywrwm4] {
    flex: 1 0 0;
    background: none;
    border: none;
    color: var(--Black);
    font-family: Montserrat;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all ease 0.5s;
    margin-right: 1rem;
}

    .sb-input:focus-visible[b-zqj4ywrwm4] {
        outline: none;
    }

.sb-button[b-zqj4ywrwm4] {
    fill: var(--Black);
    flex-shrink: 0;
    background: none;
    border: none;
    position: relative;
}

    .sb-button img[b-zqj4ywrwm4] {
        position: absolute;
        transform: translate(-50%, -50%);
    }

.m-mn-f-search .search-box[b-zqj4ywrwm4] {
    max-width: 100%;
}

@media(min-width: 1488px) {

    .main-nav.mini .mn-b-search .search-box[b-zqj4ywrwm4] {
        padding: 0.62rem 1.25rem;
    }
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/SocialMedia/TabView.cshtml.rz.scp.css */
.gedsb--tabcontent-ul button[b-ol9qn1jno5] {
    min-height: 50px;
}
.gedsb--tabcontent-ul .nav-link[b-ol9qn1jno5] {
    color: #FFF;
}
.gedsb--tabcontent-ul .nav-link.active[b-ol9qn1jno5] {
    color: #000;
}
    .gedsb--tabcontent-ul .nav-link:hover[b-ol9qn1jno5] {
        color: #585858;
    }
/* _content/Sitefinity.Renderer/Views/Shared/Components/Spotlight/Default.cshtml.rz.scp.css */
.spotlight--head[b-4on5s1ziv7] {
    display: flex;
    flex-direction: column;
    gap: 1.87rem;
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/TabSections/Default.cshtml.rz.scp.css */
.gedsb--tabcontent-ul button[b-gbkois4km6] {
    color: var(--Black);
    font-family: Montserrat;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.625rem;
    margin-bottom: 0;
    min-height: 50px;
}

.gedsb--tabcontent[b-gbkois4km6] {
    min-height: 300px;
}



/*.gedsb--tabcontent-ul .nav-link {
    color: #FFF;
}

    .gedsb--tabcontent-ul .nav-link.active {
        color: #000;
    }

    .gedsb--tabcontent-ul .nav-link:hover {
        color: #585858;
    }*/
/* _content/Sitefinity.Renderer/Views/Shared/Components/TileBar/GEDSBStyleBar.cshtml.rz.scp.css */


.gedsb_tilebar_font[b-gfg7uidlam] {
    font-weight: 500;
    display: inline-grid;
    font-size: 1.3rem;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 1rem 0 1rem;
}



.gedsb_box_parent[b-gfg7uidlam] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*margin: 2.81rem 0rem 2.81rem 0rem;*/
    background-color: transparent !important;
}


.gedsb_textArea[b-gfg7uidlam] {
    display: flex;
    height: 4rem;
    align-items: center;
    justify-content: center;
}

.color-box[b-gfg7uidlam] {
    flex: 1 1 0em;
    min-width: 9.4rem;
    min-height: 9.6rem;
    text-align: center;
    border-radius: 8px;
    margin-top: 1.5rem;
}


.box[b-gfg7uidlam] {
    transition: ease-in-out .5s;
    margin:.25rem;
}

    .box:hover[b-gfg7uidlam] {
        margin-top: -1rem;
    }



.letter[b-gfg7uidlam] {
    font-size: 3em;
    font-weight: 900;
}
/* _content/Sitefinity.Renderer/Views/Shared/Components/YouTube/Default.cshtml.rz.scp.css */
.yt--video[b-y0xsyy3yhi] {
    display: flex;
    flex-grow: 1;
    aspect-ratio: 16/9;
    max-width: 100%;
}

.calendar--spacer[b-y0xsyy3yhi] {
    display: none;
    width: 100%;
    border-bottom: 1px solid var(--black-20);
    margin-top: 1.87rem;
    margin-bottom: 1.87rem;
}

.calendar--container-parent[b-y0xsyy3yhi] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.calendar--container[b-y0xsyy3yhi] {
    display: flex;
    flex-direction: column;
    flex: 1 1 28rem;
    max-width: 100%;
    gap: 1.5rem;
}

.calendar--head[b-y0xsyy3yhi] {
    display: flex;
    flex-direction: column;
    gap: 1.87rem;
}

.calendar--view[b-y0xsyy3yhi] {
    display: none;
}

.calendar--days[b-y0xsyy3yhi] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.calendar--event[b-y0xsyy3yhi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.3125rem;
    overflow: hidden;
}

    .calendar--event > div[b-y0xsyy3yhi] {
        width: 100%;
    }

.calendar--event-date[b-y0xsyy3yhi] {
    display: flex;
    padding: 1.25rem 1.5rem;
    align-items: flex-start;
    color: var(--Black);
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.875rem;
}

.calendar--event-title[b-y0xsyy3yhi] {
    display: flex;
    /*padding: 1.25rem 1.5rem;*/
    align-items: flex-start;
    height: 100%;
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.875rem;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.c--event-title[b-y0xsyy3yhi] {
    flex-grow: 1;
}

.c--event-links[b-y0xsyy3yhi] {
    display: flex;
    align-items: center;
    text-wrap: nowrap;
    margin-left: auto;
    margin-top: auto;
}

@media(max-width: 1079px) {

    .calendar--event[b-y0xsyy3yhi] {
        display: grid;
        grid-template-columns: minmax(13.25rem, 25%) 1fr;
        align-items: center;
        border-radius: 0.3125rem;
        overflow: hidden;
    }

    .calendar--event-date[b-y0xsyy3yhi] {
        height: 100%;
    }

    .calendar--spacer[b-y0xsyy3yhi] {
        display: flex;
    }

    .calendar--head[b-y0xsyy3yhi] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: baseline
    }

    .calendar--view[b-y0xsyy3yhi] {
        display: block;
        margin-left: auto;
    }

    .calendar--foot[b-y0xsyy3yhi] {
        display: none;
    }
}

@media(max-width: 832px) {
    .calendar--container[b-y0xsyy3yhi] {
        grid-template-columns: auto;
        gap: 1.25rem;
    }
}



@media(max-width: 556px) {
    .calendar--event[b-y0xsyy3yhi] {
        display: flex;
        flex-direction: column;
    }

        .calendar--event > div[b-y0xsyy3yhi] {
            width: 100%;
        }
}

