@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Karla&family=PT+Sans+Narrow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis&family=Nunito:wght@400;600&family=Yanone+Kaffeesatz&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,500;1,600&family=Oswald:wght@300;400;500;600&family=Style+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,400;0,500;1,300&family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,500;1,600&family=Oswald:wght@300;400;500;600&family=Style+Script&display=swap');

@font-face {
    font-family: 'Captain Eagle';
url('/shared/fonts/Captain Eagle.otf') format('otf'),
url('/shared/fonts/Captain Eagle.woff') format('woff'),
url('/shared/fonts/Captain Eagle.ttf') format('truetype'), font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Elza';
url('/shared/fonts/Elza.otf') format('otf'),
url('/shared/fonts/Elza.woff') format('woff'),
url('/shared/fonts/Elza.ttf') format('truetype'), font-weight: normal;
    font-style: normal;
}

:root {
    --en-website-width: 1100px;
    --school-font-family-hf-f1: 'Oswald', sans-serif;
    --school-font-family: 'Poppins', sans-serif;
    --school-font-family-2: 'Poppins', sans-serif;
    --general-border-radious: 7px;


    /* Global convenience variables below (samples). Add/update/delete for your own needs. */
    /*--red: #811403;*/
    --red:#831302;
    --green: #76c249;
    /*--gold: #f0ac00;*/
    --gold:#EAAA06;
    /*--blue: #50A4C8;*/
    --blue2: #048cd9;
    --blue:#4C9FC6;
    --gray: #f0f0f0;
    --black: #000000;
    --white: #ffffff;
}

body {
    margin: 0px;
    font-family: var(--school-font-family);
}

div.en-main-hp-module{
    overflow-x: hidden !important;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.DB_mask {
    z-index: 99999 !important;
}

.DB_dialog {
    z-index: 99999 !important;
}

.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

a,
a:active,
a:visited {
    color: var(--red);
}

a:hover,
a:active {
    outline: 0;
    color: var(--red);
}



.en-widescreen-video video {
    max-height: 700px;
}

div.inner,
section.inner {
    width: min(100%, 1100px);
    margin: 0 auto;
}

.en-placeholder-template {
    border: 1px solid #000;
    color: #000;
    background-color: #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: clamp(24px, 3.636363vw, 40px);
}


.widescreen-video-placeholder {
    width: 100%;
    max-height: 700px;
    aspect-ratio: 11/7;
}

.media-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.video-placeholder {
    width: min(750px, 100%);
}

.video-placeholder .video-content {
    height: 360px;
}

.video-placeholder .video-title {
    background-color: #f6f6f6;
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: clamp(16px, 1.636363vw, 18px);;
}


div#wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    min-height: min(5000px, 70vh);
    padding: 35px 20px;
    #border: 1px solid #ff0000;
    background: var(--white);
}

#pageContentWrapper {
    line-height: 1.5;
}

#wrapper .content {
    padding: 0 0px;

}

#wrapper .content .inside, #wrapper .neutral, #wrapper table {
    font-family: var(--school-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--black);

}

.dark {
    background-color: var(--red) !important;
    color: #fff !important;
    font-family: var(--school-font-family) !important;
    font-size: 16px !important;
}

.dark a, .dark a:visited, .dark a:link, .dark a:hover, .dark a:active, .dark a:focus {
    color: #fff !important;
}

.light {
    background-color: #fdfafa !important;
    font-family: var(--school-font-family) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: var(--black) !important;
}

.pageTitle {
    width: auto;
    display: block;
    height: auto;
    margin: 38px 0 52px 1px;
    font-size: clamp(30px, 3.33vw, 40px);
    line-height: clamp(40px, 4.16vw, 50px);
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
    color: var(--black);
    font-weight: 700;
    font-family: var(--school-font-family-2);
    padding: 8px;
    border-radius:var(--general-border-radious) ;

}
@media only screen and (max-width: 500px) {
    .pageTitle {
        font-size: clamp(25px, 6vw, 30px);
        padding: 7px;
    }
}


#wrapper .content .inside a:hover, #wrapper .content .inside a:focus {
    color: rgb(15, 73, 133);
}

#wrapper .content .inside, #wrapper .neutral, #wrapper table {
    font-weight: 400;
    font-size: 17px;
    color: rgb(13, 32, 52);
    font-family: var(--school-font-family);
    line-height: 24px;
}

a#contact-teachers {
    white-space: nowrap;
    width: fit-content;
}

.en-header-popup-wrapper #search-field {
    width: 100%;
    border: 1px solid #c0c1c3;
    height: 35px;
    font-size: 16px;
    padding: 5px 7px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    min-height: 35px;
    font-family: var(--school-font-family);
}

.en-header-popup-wrapper {
    max-width: 405px;
    padding: 15px;
    height: 50px;
}

.en-header-popup-body {
    padding-top: 8px;
}

.en-popup-close-img {
    width: 29px;
    height: 29px;
}


.en-popup-close-img {
    background-color: var(--red);
}

.en_unused_images_gallery{
    padding-top:10px;
}
/* Page navigation */
#pageNav {
    border: 0;
    margin: 0 0 00px 40px;
    background-color: var(--red);
    padding: 20px 0px 20px 0;
}

#pageNav ul,
#pageNav ul li {
    list-style: none;
    line-height: 16px;
    position: relative;
}

#pageNav ul {
    padding: 0 0 0px !important;
    margin: 0 !important;
    width: 300px;
    height: auto !important;
    position: relative

}
#pageNav ul::after {
    position: absolute;
    content: "";
    height: 6px;
    width: 100%;
    bottom: -30px;
    background: var(--blue);
    z-index: 1;
    left: 0;
}
#pageNav ul li {
    padding: 0 0 0px !important;
    margin: 0 0 0px !important;
    zoom: 1;
    position: relative;
    /* important for IE6 */
}

#pageNav td img {
    display: none;
}

#pageNav ul li a,
#pageNav ul li b,
#pageNav ul li strong {
    outline: none;
    padding: 15px 23px !important;
    text-align: left;
    text-decoration: none;
    padding: 0;
    height: auto;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #fff;
    box-sizing: border-box;
    display: block;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
}

#pageNav ul li b,
#pageNav ul li a:hover,
#pageNav ul li strong,
#pageNav ul li a:focus {
    color: #000 !important;
    background: var(--gold);
}

#pageNav ul li a {
    text-decoration: none;
    color: #fff;
}

#pageInnerText {
    background-color: #F0F6F6 !important;
    /* border-radius: 5px;*/
}

.en-modal-header-title {
    font-family: var(--school-font-family-2);
    font-size: 21px !important;
    line-height: 28px !important;
    font-weight: 500 !important;
}

div.enf-main div.enf-phone,
div.enf-main div.enf-address{
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    div.en-pageNav-wrapper-combo,
    div.en-pageNav-combo-innertext{
    width: 100% !important;
    }
}

@media (max-width: 700px) {
    #staff .staff-categoryStaffMembers {
        flex-direction: column !important;
        font-size: 1.1em !important;
    }
    #staff.staffR1.staff-horizontal .staff-categoryStaffMember dl dt{
        font-size: 1.3em;
    }
    #staff.staffR1.staff-v4 .staff-categoryStaffMember,
    #staff.staffR1.staff-horizontal .staff-categoryStaffMember{
        width: 100% !important;
    }

    #STAFF_MULTI_PAGE_W_ASIDE #pageContentWrapper .contactStaffMember #contactStaff table,
    #STAFF_MULTI_PAGE_W_ASIDE #pageContentWrapper .contactStaffMember #contactStaff table colgroup col,
    #STAFF_SINGLE_PAGE_WO_ASIDE #pageContentWrapper .contactStaffMember #contactStaff table,
    #STAFF_SINGLE_PAGE_WO_ASIDE #pageContentWrapper .contactStaffMember #contactStaff table colgroup col{
        width: 100% ;
    }

    #STAFF_MULTI_PAGE_W_ASIDE #pageContentWrapper .contactStaffMember #contactStaff table{
        line-height: 1.2em !important;
    }

}

/*NEWS*/
.en-hp-module-item.en-hp-module-news-item.en-acc-readable-item.has-thumb {
    display: grid;
    grid-template-columns: 1fr 4fr;
    column-gap: 1em;
    border-bottom: 1px solid #80808017;
    margin-bottom: .5rem;
}
.en-hp-module-news-item-title {
    grid-column: 1/-1;
    justify-self: baseline;
}
#news0wrapper .en-hp-module-news-item .news-img-wrapper {
	background: none !important;
}
.news-img-wrapper img {
    width: 100%;
}










