  html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
}

a,
p {
    font-family: 'Fira Sans', sans-serif;
}

a:hover {
    text-decoration: underline;
}

.show-flex {
    display: flex !important;
}

.slider {
    width: 50%;
    margin: 100px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}

.pb0 {
    padding-bottom: 0 !important
}

.pt0 {
    padding-top: 0 !important
}

.mb0 {
    margin-bottom: 0 !important
}

.mt0 {
    margin-top: 0 !important
}

@media(min-width:320px) {
    .wrapper-home {
        background: url(/wp-content/themes/saintclare2/assets/img/stclare/girl-at-school-8R37PA6.png) no-repeat;
        background-size: cover;
        background-position: right;
        width: 100vw;
        height: 35vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 30px;
        flex-direction: column;
    }
    .top-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px;
        height: 120px;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 999999;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }
    .home-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #2C4259;
        opacity: 44%
    }
    .toggle-menu {
        width: 30px;
        height: 22px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        cursor: pointer;
    }
    .toggle-menu span {
        height: 4px;
        background-color: #fff;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }
    .menu {
        position: fixed;
        background: #3A4C62;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 99999999999;
        padding: 30px;
        display: none;
        justify-content: center;
    }
    .close-nav {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 50px;
        right: 50px
    }
    .wrapper-top-menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wrapper-top-menu ul {
        text-align: center;
    }
    .wrapper-top-menu ul li {
        font-family: 'Playfair Display', serif;
        font-size: 30px;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-transform: capitalize;
        opacity: 1;
        margin: 31px 0;
        position: relative;
        cursor: pointer;
    }
    .wrapper-top-menu ul li.has-submenu span {
        position: relative;
    }
    .wrapper-top-menu ul li.has-submenu span::after {
        content: '';
        position: absolute;
        right: -15px;
        bottom: 8px;
        width: 6px;
        height: 7px;
        background: url(/wp-content/themes/saintclare2/assets/img/stclare/menu-caret-down-wh.png) no-repeat;
        background-size: cover
    }
    .wrapper-top-menu ul li a {
        font-family: 'Playfair Display', serif;
        font-size: 30px;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-transform: capitalize;
        opacity: 1;
    }
    .wrapper-top-menu ul.submenu {
        border-top: 1px solid #44C6E3;
        border-bottom: 1px solid #44C6E3;
        margin: 19.5px 0 15px;
        padding: 13px 20px 16px
    }
    .wrapper-top-menu ul.submenu li {
        margin: 0
    }
    .wrapper-top-menu ul.submenu li a {
        font-family: 'Playfair Display', serif;
        font-size: 16px;
        letter-spacing: 4.8px;
        color: #F8F8F8;
        text-transform: uppercase;
        opacity: 1;
        margin: 3px 0
    }
    .heading-intro img.logo {
        width: 60px
    }
    .heading-intro,
    .intro-text {
        z-index: 2;
    }
    .intro-text {
        text-align: center;
        margin-top: 15px
    }
    .intro-text h5 {
        font-family: 'Playfair Display', serif;
        font-size: 12px;
        letter-spacing: 2.8px;
        color: #F8F8F8;
        text-transform: uppercase;
        opacity: 1;
    }
    .intro-text h1 {
        font-family: 'Playfair Display', serif;
        font-size: 25px;
        letter-spacing: 4px;
        color: #F8F8F8;
        text-transform: uppercase;
        opacity: 1;
        margin: 12px 0;
        line-height: 30px;
    }
    .life-beyond {
        background: #f8f8f8;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 60vh;
        position: relative;
    }
    .life-beyond-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(/wp-content/themes/saintclare2/assets/img/saintclare-logo.png) no-repeat;
        background-size: 90vw;
        background-position: 2vh 26vh;
        opacity: 0.06;
    }
    .life-beyond-container {
        width: 90vw;
        text-align: center;
        z-index: 3;
    }
    .life-beyond-container h5 {
        font-family: 'Playfair Display', serif;
        font-size: 12px;
        letter-spacing: 2.8px;
        color: #000000;
        text-transform: uppercase;
    }
    .life-beyond-container h2 {
        font-family: 'Playfair Display', serif;
        font-size: 25px;
        letter-spacing: 2.4px;
        line-height: 30px;
        margin: 10px 0 20px;
        color: #000000;
        text-transform: uppercase;
    }
    .life-beyond-container p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 10px;
        letter-spacing: 0px;
        line-height: 16px;
        margin: 0 0 25px;
        color: #000000;
    }
    .discover-link {
        font-family: 'Playfair Display', serif;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 2.7px;
        line-height: 16px;
        margin-top: 0 0 30px;
        color: #31BBDA;
        text-transform: uppercase;
    }
    .number {
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /*height: 100vh;*/
        position: relative;
        padding-top: 50px;
    }
    .number h5 {
        font-family: 'Playfair Display', serif;
        font-size: 12px;
        letter-spacing: 2.8px;
        color: #000000;
        text-transform: uppercase;
    }
    .number-container {
        display: flex;
        flex-direction: column;
        width: 80vw;
        margin-top: 20px;
        margin-bottom: 30px
    }
    .number-item {
        text-align: center;
        padding: 0 15px
    }
    .number h2 {
        font-family: 'Playfair Display', serif;
        font-size: 35px;
        letter-spacing: 2.4px;
        line-height: 40px;
        margin: 10px 0 20px;
        color: #3a4c62;
        text-transform: uppercase;
    }
    .number p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 10px;
        letter-spacing: 0px;
        line-height: 16px;
        margin: 0 0 10px;
        color: #000000;
    }
    .happy-balance {
        position: relative;
        background: #3c404b;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }
    .happy-balance-container {
        width: 80vw;
        height: 60vh;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .happy-balance-image {
        width: 100vw;
        height: 40vh;
        background: url(/wp-content/themes/saintclare2/assets/img/stclare/happy-graduation_t20_8lnXgQ.png) no-repeat;
        background-size: cover;
        background-position: center;
    }
    .happy-balance h5 {
        font-family: 'Playfair Display', serif;
        font-size: 12px;
        letter-spacing: 2.8px;
        color: #fff;
        text-transform: uppercase;
    }
    .happy-balance h2 {
        font-family: 'Playfair Display', serif;
        font-weight: 200;
        font-size: 25px;
        letter-spacing: 2.4px;
        line-height: 30px;
        margin: 10px 0 20px;
        color: #fff;
        text-transform: uppercase;
    }
    .happy-balance p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 10px;
        letter-spacing: 0px;
        line-height: 16px;
        margin: 0 0 10px;
        color: #fff;
    }
    .curriculum-outcomes {
        position: relative;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }
    .curriculum-outcomes-container {
        width: 80vw;
        height: 80vh;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: normal;
        justify-content: center;
    }
    .curriculum-outcomes-image {
        width: 100vw;
        height: 40vh;
        background: url(/wp-content/themes/saintclare2/assets/img/stclare/happy-graduation_t20_8lnXgQ.png) no-repeat;
        background-size: cover;
        background-position: center;
    }
    .curriculum-outcomes h5 {
        font-family: 'Playfair Display', serif;
        font-size: 12px;
        letter-spacing: 2.8px;
        color: #000;
        text-transform: uppercase;
    }
    .curriculum-outcomes h2 {
        font-family: 'Playfair Display', serif;
        font-weight: 200;
        font-size: 25px;
        letter-spacing: 2.4px;
        line-height: 30px;
        margin: 10px 0 20px;
        color: #000;
        text-transform: uppercase;
    }
    .curriculum-outcomes p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 10px;
        letter-spacing: 0px;
        line-height: 20px;
        margin: 0 0 10px;
        color: #000;
    }
    .about-saint-clare {
        position: relative;
        background: #3c404b;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: center;
        height: 100vh;
    }
    .about-saint-clare-container {
        padding: 20px;
        height: 80vh;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .about-saint-clare-image {
        width: 100vw;
        height: 40vh;
        background: url(/wp-content/themes/saintclare2/assets/img/stclare/happy-graduation_t20_8lnXgQ.png) no-repeat;
        background-size: cover;
        background-position: center;
    }
    .about-saint-clare h5 {
        font-family: 'Playfair Display', serif;
        font-size: 12px;
        letter-spacing: 2.8px;
        color: #fff;
        text-transform: uppercase;
    }
    .about-saint-clare h2 {
        font-family: 'Playfair Display', serif;
        font-weight: 200;
        font-size: 25px;
        letter-spacing: 2.4px;
        line-height: 30px;
        margin: 10px 0 20px;
        color: #fff;
        text-transform: uppercase;
    }
    .about-saint-clare p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 10px;
        letter-spacing: 0px;
        line-height: 16px;
        margin: 0 0 10px;
        color: #fff;
    }
    .number .number-title{
        font-family: 'Playfair Display', serif;
        font-size: 25px;
        letter-spacing: 4px;
        color: #000;
        text-transform: uppercase;
        opacity: 1;
        margin: 12px 0;
        line-height: 30px;
    }
    .application {
        position: relative;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 60vh;
    }
    .application-container {
        width: 90vw;
        text-align: center;
    }
    .application-container h2 {
        font-family: 'Playfair Display', serif;
        font-weight: 200;
        font-size: 25px;
        letter-spacing: 2.4px;
        line-height: 30px;
        margin: 10px 0 20px;
        color: #000;
        text-transform: uppercase;
    }
    .application-container p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 10px;
        letter-spacing: 0px;
        line-height: 16px;
        margin: 0 0 10px;
        color: #000;
    }
    .programmes {
        position: relative;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /*height: 60vh;*/
/*         padding-bottom: 50px; */
    }
    .programmes-container {
        width: 90vw;
        text-align: center;
    }
    .programmes-container h2 {
        font-family: 'Playfair Display', serif;
        font-size: 25px;
        letter-spacing: 4px;
        color: #000;
        text-transform: uppercase;
        opacity: 1;
        margin: 12px 0;
        line-height: 30px;
    }
    .programmes-container p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 10px;
        letter-spacing: 0px;
        line-height: 16px;
        margin: 0 0 10px;
        color: #000;
    }
    .achievement {
        position: relative;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 85vh;
    }
    .grey-box {
        background: #f0f0f0;
        height: 80vh;
        width: 100vw;
        margin-top: 30vh
    }
    .achievment-container {
        width: 80vw;
        margin-left: 10vw;
        margin-top: -25vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .regular {
        width: 100%;
    }
    .slide-text {
        width: 100%;
    }
    .slider-text-container {
        padding-left: 0
    }
    .slider-text-container h5 {
        font-family: 'Playfair Display', serif;
        font-size: 16px;
        letter-spacing: 4.8px;
        color: #2C4259;
        text-transform: uppercase;
        margin-bottom: 15px;
        margin-top: 10px
    }
    .slider-excerpt {
        font-family: 'Playfair Display', serif;
        font-weight: 200;
        font-size: 10px;
        letter-spacing: 0;
        line-height: 16px;
        margin: 0 0 20px;
        color: #2C4259
    }
    .slider {
        margin: 0
    }
    .testimonial-name {
        font-family: 'Fira Sans', sans-serif;
        letter-spacing: 0px;
        color: #2C4259;
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px
    }
    .testimonial-occupation {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 100;
        letter-spacing: 0px;
        color: #2C4259;
        font-size: 12px;
        line-height: 18px;
    }
    .slider-nav-container {
        margin-top: 5px
    }
    .prev {
        font-size: 12px;
        color: #31BBDA;
        margin-right: 10px
    }
    .slider-nav-container .divider-nav {
        font-size: 12px;
        font-weight: 800
    }
    .next {
        font-size: 12px;
        color: #31BBDA;
        margin-left: 10px
    }
    .news {
        position: relative;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 30px 0
    }
    .news h5 {
        font-family: 'Playfair Display', serif;
        font-size: 12px;
        letter-spacing: 2.8px;
        color: #000000;
        text-transform: uppercase;
        margin: 15px auto 30px
    }
    .news-container {
        width: 90vw;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 30px 0
    }
    .news-item {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .news-item img {
        width: 30%
    }
    .news-item .news-text {
        width: 70%;
        text-align: left;
        padding-left: 15px
    }
    .news-container h2 {
        font-family: 'Playfair Display', serif;
        font-weight: 200;
        font-size: 18px;
        letter-spacing: 1.2px;
        line-height: 20px;
        margin: 10px 0 20px;
        color: #000;
        text-transform: uppercase;
    }
    .news-text h5 {
        font-family: 'Playfair Display', serif;
        font-weight: 200;
        font-size: 12px;
        letter-spacing: 1.2px;
        line-height: 16px;
        margin: 8px 0;
        color: #898989;
        text-transform: uppercase;
    }
    .news-container p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 10px;
        letter-spacing: 0px;
        line-height: 16px;
        margin: 0 0 10px;
        color: #000;
    }
    .footer {
        background: #3a4c62;
        padding: 84px 10% 0;
        color: #fff
    }
    .footer-container {
        display: flex;
        flex-direction: column;
    }
    .footer-column {
        width: 100%;
        padding: 0 25px 40px
    }
    .footer .l30 {
        line-height: 30px
    }
    .footer .mt30 {
        margin-top: 30px
    }
    .footer img {
        margin-bottom: 30px
    }
    .footer h5 {
        font-family: 'Playfair Display', serif;
        font-weight: 200;
        font-size: 16px;
        letter-spacing: 4.8px;
        line-height: 21px;
        margin: 8px 0;
        color: #fff;
        text-transform: uppercase;
        margin: 0 0 15px
    }
    .footer p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 20px;
        color: #fff;
    }
    .footer a {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 30px;
        margin: 15px 0 10px;
        color: #fff;
    }
    .bottomfooter-container {
        display: flex;
        flex-direction: column-reverse;
        border-top: 1px solid #fff;
        padding: 15px 0
    }
    .copyright {
        width: 100%
    }
    .social {
        display: flex;
        width: 100%;
        justify-content: start;
    }
    .social span {
        margin-left: 10px
    }
    .wrapper-inner {
        background: url(/wp-content/themes/saintclare2/assets/img/stclare/DSC_9156.png) no-repeat;
        background-size: cover;
        background-position: right;
        width: 100vw;
        height: 35vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 30px;
        flex-direction: column;
    }
    .wrapper-inner.news-head {
        background: url(/wp-content/themes/saintclare2/assets/img/stclare/DSC_9256.png) no-repeat;
        background-size: cover;
        background-position: right;
        width: 100vw;
        height: 35vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 30px;
        flex-direction: column;
    }
    .wrapper-inner.admission-head {
        background: url(/wp-content/themes/saintclare2/assets/img/stclare/DSC_9056.png) no-repeat;
        background-size: cover;
        background-position: right;
        width: 100vw;
        height: 35vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 30px;
        flex-direction: column;
    }
    .wrapper-inner.programme-head {
        background: url(/wp-content/themes/saintclare2/assets/img/stclare/DSC_9356.png) no-repeat;
        background-size: cover;
        background-position: right;
        width: 100vw;
        height: 35vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 30px;
        flex-direction: column;
    }
    .wrapper-inner.contact-head {
        background: url(/wp-content/themes/saintclare2/assets/img/stclare/DSC_9456.png) no-repeat;
        background-size: cover;
        background-position: right;
        width: 100vw;
        height: 35vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 30px;
        flex-direction: column;
    }
    .inner-back {
        background: white
    }
    .inner-white {
        position: relative;
        background: #fff;
        display: flex;
        align-items: top;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        padding: 30px 10% 30px
    }
    .our-approach-item {
        margin-bottom: 50px;
        width: 100%;
        border-bottom: 1px solid #dedede;
        padding: 0;
    }
    .divider {
        border-top: none
    }
    .our-approach-item.last {
        border-right: none
    }
    .our-approach-item h5 {
        font-family: 'Playfair Display', serif;
        font-weight: 200;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 21px;
        margin: 8px 0;
        color: #000;
        margin: 0 0 30px
    }
    .our-approach-item p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 400;
        font-size: 12px;
        letter-spacing: 0px;
        line-height: 30px;
        color: #000;
        margin-bottom: 15px
    }
    .divider {
        width: 100%;
        border-top: 1px solid #dedede;
        margin-bottom: 45px
    }
    h3.inner-title {
        padding-bottom: 50px;
        color: #000;
        font-size: 22px
    }
    .our-story-left {
        width: 100%
    }
    .our-story-right {
        width: 100%
    }
    .inner-white p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 30px;
        color: #000;
        margin-bottom: 20px
    }
    .inner-white b {
        font-weight: 700
    }
    .principal-img {
        width: 100%
    }
    .principal-letter {
        width: 100%;
        padding: 0;
        text-align: justify;
    }
    .principal-letter-left {
        width: 100%
    }
    .principal-letter-right {
        width: 100%
    }
    .header-inner-container,
    .inner-content {
        z-index: 5
    }
    .grey-bg {
        background: #f8f8f8
    }
    .mission-box {
        width: 100%;
    }
    .mission-box p {
        margin-top: 23px;
        text-align: center;
    }
    .justify-center {
        justify-content: center;
    }
    .philosophy-bg {
        background: url(/wp-content/themes/saintclare2/assets/img/stclare/asian-students-are-playing-a-tablet-PEV3DSE.png) no-repeat;
        background-size: cover;
    }
    .philosophy-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #3a4c62;
        opacity: 80%;
    }
    .philosophy-box {
        width: 100%;
        z-index: 2
    }
    .philosophy-bg .inner-title {
        color: #fff
    }
    .philosophy-box p {
        color: #fff;
        text-align: center;
        margin-top: 23px;
    }
    .vision-bg {
        background: url(/wp-content/themes/saintclare2/assets/img/stclare/3230.png) no-repeat;
        background-size: cover;
    }
    .vision-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #44c6e3;
        opacity: 80%;
    }
    .vision-box {
        width: 100%;
        z-index: 2
    }
    .vision-box p {
        color: #000;
        text-align: center;
        margin-top: 23px;
    }
    .values-img {
        width: 30%;
        background: url(/wp-content/themes/saintclare2/assets/img/stclare/771.png) no-repeat;
        background-size: cover
    }
    .mobile-horizontal {
        flex-direction: row;
    }
    .values-content {
        width: 100%;
        padding-top: 82px;
        padding-bottom: 80px
    }
    .values-content {
        margin-bottom: 0
    }
    .board-item {
        width: 100%;
        padding: 0 12px;
        z-index: 2
    }
    .board-image {
        width: 100%;
        padding-right: 12px
    }
    .board-desc {
        width: 100%;
        padding-left: 12px;
        margin-top: 10px
    }
    .inner-white p.sub {
        margin-bottom: 5px
    }
    .curriculum-left {
        width: 100%;
        padding-right: 0;
        padding-top: 82px;
        padding-bottom: 0;
    }
	.our-special-left {
		width: 100% !important;
		padding-left:0px !important;
	}
    .curriculum-right {
        width: 100%;
        background: url(/wp-content/themes/saintclare2/assets/img/stclare/DSC_9318.png) no-repeat;
        background-size: cover;
    }
    .curriculum-left h3.inner-title {
		font-size: 18px;
		
    }
    .align-l {
        text-align: left;
    }
    .divider-wh {
        padding-top: 10px
    }
    .value-container {
        margin-bottom: 27px
    }
    .curriculum2-img {
        width: 100%;
        background: url(/wp-content/themes/saintclare2/assets/img/stclare/DSC_9318.png) no-repeat;
        background-size: cover;
    }
    .curriculum2-content {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .cocurricular-content{
        width: 100%; 
        padding: 60px 0px 30px 0px;
    }
    .cocurricular-title{
        padding-bottom: 20px;
        font-size: 22px;
    }
    .value-container li {
        list-style-type: circle;
        list-style-position: inside;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 30px;
        color: #000;
        margin-bottom: 0px;
    }
    .cur2value-left {
        width: 100%;
        padding-right: 0
    }
    .cur2value-right {
        width: 100%;
        padding-left: 0
    }
    .iep-right li,
    .class-left li,
    .class-mid li,
    .class-right li,
	.data-student-outcomes li{
        list-style-type: circle;
        list-style-position: inside;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 30px;
        color: #000;
        margin-bottom: 0px;
    }
    h3.inner-title.bordered {
        padding-top: 5px;
        padding-bottom: 5px;
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
        margin-bottom: 25px;
        margin-top: 35px
    }
    .iep-left {
        width: 100%;
        padding-right: 0;
    }
    .iep-right {
        width: 100%;
        padding-left: 0;
    }
    .class-left li {
        padding-right: 12px
    }
    .class-mid li {
        padding-right: 12px;
        padding-left: 12px
    }
    .class-right li {
        padding-left: 12px;
    }
    .student-left {
        width: 100%;
        padding-right: 0
    }
    .student-right {
        width: 100%;
        padding-left: 0
    }
    .certificate-1 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px
    }
    .certificate-2,
    .certificate-3 {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 25px
    }
    .certificate-4 {
        width: 100%;
        padding-left: 0;
        margin-bottom: 25px
    }
    .contact-form-container label, .contact-form-container input, .contact-form-container textarea{
        width: 100%;
    }
    .contact-form-container input, .contact-form-container textarea{
        background: #f8f8f8;
        border: 1px solid #CBCBCB;
        padding: 2px 8px;
        color: #9B9B9B;
    }
    .contact-form-container input#submit{
        border: none;
        background:none;
        text-align: right;
        letter-spacing: 5.4px;
        color: #44C6E3;
        text-transform: uppercase;
        font-size: 1.2em;
        margin-top: 10px;
        font-family: 'Playfair Display', serif;
        padding: 0;
    }
    .inner-grey {
        position: relative;
        background: #f8f8f8;
        display: flex;
        align-items: top;
        justify-content: center;
        flex-direction: row;
        width: 100%;
        padding: 30px 10% 30px
    }
    .grey-bg{
        background: #f8f8f8;
    }
    .contact-2-left{
        width: 50%;
    }
    .contact-2-right{
        width: 50%;
    }
    .testimonial-popup{
        display: flex;
        position: fixed;
        align-items: center;
        justify-content: center;
        width: 100vw;
        min-height: 100vh;
        top: 0;
        left: 0;
        z-index: 9999999;
        background-color: rgba(240,240,240,0.93);
        padding: 0 20px;
    }
    .testimonial-popup p{
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 12px;
        letter-spacing: 0px;
        line-height: 18px;
        margin: 0 0 10px;
        color: #000;
    }
    .close-popup{
        font-size: 30px;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .news-title {
        font-family: 'Playfair Display', serif;
        font-weight: 200;
        font-size: 18px;
        letter-spacing: 1.2px;
        line-height: 20px;
        margin: 10px 0 20px;
        color: #000;
        text-transform: uppercase;
        text-align: left;
    }
    .news-date {
        font-family: 'Playfair Display', serif;
        font-weight: 200;
        font-size: 12px;
        letter-spacing: 1.2px;
        line-height: 16px;
        margin: 8px 0;
        color: #898989;
        text-transform: uppercase;
        text-align: left;
    }
    .news-content {
        
        text-align: justify;
    }
}

@media (min-width:480px) {
    .wrapper-home {
        background: url(/wp-content/themes/saintclare2/assets/img/stclare/girl-at-school-8R37PA6.png) no-repeat;
        background-size: cover;
        background-position: center;
        width: 100vw;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 30px;
        flex-direction: column;
    }
    .top-home {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px;
        height: 95px;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 999999;
    }
    
}

@media(min-width:768px) {
    .wrapper-home {
        padding: 0 60px;
        background: url(/wp-content/themes/saintclare2/assets/img/stclare/girl-at-school-8R37PA6.png) no-repeat;
        background-size: cover;
        background-position: right;
    }
    .top-nav {
        padding: 30px;
    }
    .menu {
        position: fixed;
        background: #3A4C62;
        top: 0;
        right: 0;
        width: 37.5%;
        height: 100%;
        z-index: 99999999999;
        padding: 30px;
        display: none;
        justify-content: center;
    }
    .heading-intro img.logo {
        width: 120px
    }
    .intro-text {
        text-align: center;
        margin-top: 52px
    }
    .intro-text h5 {
        font-family: 'Playfair Display', serif;
        font-size: 16px;
        letter-spacing: 4.8px;
        color: #F8F8F8;
        text-transform: uppercase;
        opacity: 1;
    }
    .intro-text h1 {
        font-family: 'Playfair Display', serif;
        font-size: 50px;
        letter-spacing: 8px;
        color: #F8F8F8;
        text-transform: uppercase;
        opacity: 1;
        margin: 25px 0;
        line-height: 60px;
    }
    .life-beyond {
        background: #f8f8f8;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100vh;
        position: relative;
    }
    .life-beyond-overlay {
        background: url(/wp-content/themes/saintclare2/assets/img/saintclare-logo.png) no-repeat;
        background-size: 80vw;
        background-position: 13vh 20vh;
    }
    .life-beyond-container {
        width: 70vw;
        text-align: center;
        z-index: 3;
    }
    .life-beyond-container h5 {
        font-family: 'Playfair Display', serif;
        font-size: 16px;
        letter-spacing: 4.8px;
        color: #000000;
        text-transform: uppercase;
    }
    .life-beyond-container h2 {
        font-family: 'Playfair Display', serif;
        font-size: 48px;
        letter-spacing: 4.8px;
        line-height: 60px;
        margin: 19px 0 40px;
        color: #000000;
        text-transform: uppercase;
    }
    .life-beyond-container p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 300;
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 30px;
        margin: 0 0 60px;
        color: #000000;
    }
    .discover-link {
        font-family: 'Playfair Display', serif;
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 5.4px;
        line-height: 24px;
        margin-top: 0 0 60px;
        color: #31BBDA;
        text-transform: uppercase;
    }
    .number h5 {
        font-family: 'Playfair Display', serif;
        font-size: 16px;
        letter-spacing: 4.8px;
        color: #000000;
        text-transform: uppercase;
    }
    .number-container {
        display: flex;
        flex-direction: row;
        width: 90vw;
        margin-top: 80px;
        margin-bottom: 80px
    }
    .number-item {
        text-align: center;
        padding: 0 15px;
        width: 25%
    }
    .number h2 {
        font-family: 'Playfair Display', serif;
        font-size: 50px;
        letter-spacing: 0;
        line-height: 60px;
        margin: 19px 0 40px;
        color: #3a4c62;
        text-transform: uppercase;
    }
    .number p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 30px;
        margin: 0 0 60px;
        color: #000000;
    }
    .happy-balance {
        position: relative;
        background: #3c404b;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 80vh;
    }
    .happy-balance-container {
        width: 60vw;
        padding: 12.5vw;
        text-align: center;
    }
    .happy-balance-image {
        width: 40vw;
        height: 100%;
        margin-top: 0;
        background: url('/wp-content/themes/saintclare2/assets/img/stclare/happy-graduation_t20_8lnXgQ.png') no-repeat;
        background-size: cover;
    }
    .happy-balance h5 {
        font-family: 'Playfair Display', serif;
        font-size: 16px;
        letter-spacing: 4.8px;
        color: #fff;
        text-transform: uppercase;
    }
    .happy-balance h2 {
        font-family: 'Playfair Display', serif;
        font-weight: 200;
        font-size: 32px;
        letter-spacing: 4.8px;
        line-height: 44px;
        margin: 19px 0 40px;
        color: #fff;
        text-transform: uppercase;
    }
    .happy-balance p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 12px;
        letter-spacing: 0px;
        line-height: 20px;
        margin: 0 0 60px;
        color: #fff;
    }
    .curriculum-outcomes {
        position: relative;
        background: #fff;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }
    .curriculum-outcomes-container {
        width: 60vw;
        padding: 12.5vw 5vw;
        text-align: left;
    }
    .curriculum-outcomes-image {
        width: 40vw;
        height: 100%;
        margin-top: 0;
        background: url('/wp-content/themes/saintclare2/assets/img/stclare/happy-graduation_t20_8lnXgQ.png') no-repeat;
        background-size: cover;
    }
    .curriculum-outcomes h5 {
        font-family: 'Playfair Display', serif;
        font-size: 16px;
        letter-spacing: 4.8px;
        color: #000;
        text-transform: uppercase;
    }
    .curriculum-outcomes h2 {
        font-family: 'Playfair Display', serif;
        font-weight: 200;
        font-size: 32px;
        letter-spacing: 4.8px;
        line-height: 40px;
        margin: 19px 0 40px;
        color: #000;
        text-transform: uppercase;
    }
    .curriculum-outcomes p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 12px;
        letter-spacing: 0px;
        line-height: 20px;
        margin: 0 0 60px;
        color: #000;
    }
    .about-saint-clare {
        position: relative;
        background: #3c404b;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 110vh;
    }
    .about-saint-clare-container {
        width: 50vw;
        padding: 5vw;
        text-align: left;
    }
    .about-saint-clare-image {
        width: 50vw;
        height: 100%;
        margin-top: 0;
        background: url('/wp-content/themes/saintclare2/assets/img/stclare/happy-graduation_t20_8lnXgQ.png') no-repeat;
        background-size: cover;
    }
    .about-saint-clare h5 {
        font-family: 'Playfair Display', serif;
        font-size: 16px;
        letter-spacing: 4.8px;
        color: #fff;
        text-transform: uppercase;
    }
    .about-saint-clare h2 {
        font-family: 'Playfair Display', serif;
        font-weight: 200;
        font-size: 32px;
        letter-spacing: 4.8px;
        line-height: 44px;
        margin: 19px 0 40px;
        color: #fff;
        text-transform: uppercase;
    }
    .about-saint-clare p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 20px;
        margin: 0 0 30px;
        color: #fff;
    }
    .number .number-title{
        font-family: 'Playfair Display', serif;
        font-size: 50px;
        letter-spacing: 8px;
        color: #000;
        text-transform: uppercase;
        opacity: 1;
        margin: 25px 0;
        line-height: 60px;
    }
    .application {
        position: relative;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 60vh;
    }
    .application-container {
        width: 60vw;
        text-align: center;
    }
    .application-container h2 {
        font-family: 'Playfair Display', serif;
        font-weight: 200;
        font-size: 32px;
        letter-spacing: 4.8px;
        line-height: 44px;
        margin: 19px 0 40px;
        color: #000;
        text-transform: uppercase;
    }
    .application-container p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 12px;
        letter-spacing: 0px;
        line-height: 20px;
        margin: 0 0 30px;
        color: #000;
    }
    .programmes {
        position: relative;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /*height: 100vh;*/
/*         padding-bottom: 50px; */
    }
    .programmes-container {
        width: 80vw;
        text-align: center;
    }
    .programmes-container h2 {
        font-family: 'Playfair Display', serif;
        font-size: 50px;
        letter-spacing: 8px;
        color: #000;
        text-transform: uppercase;
        opacity: 1;
        margin: 25px 0;
        line-height: 60px;
    }
    .programmes-container p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 20px;
        margin: 0 0 30px;
        color: #000;
    }
    .flexslider,
    .flex-viewport,
    .slides,
    .slides img {
        max-height: 90vh;
    }
    .achievement {
        position: relative;
        background: #fff;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 65vh;
    }
    .grey-box {
        background: #f0f0f0;
        height: 70vh;
        width: 100vw;
        margin-top: 0
    }
    .achievment-container {
        width: 70vw;
        margin-left: 15vw;
        margin-top: -5vh;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .regular {
        width: 40%;
    }
    .slide-text {
        width: 60%;
    }
    .slider-text-container {
		padding-top: 70px;
        padding-left: 70px
    }
    .slider-text-container h5 {
        font-family: 'Playfair Display', serif;
        font-size: 16px;
        letter-spacing: 4.8px;
        color: #2C4259;
        text-transform: uppercase;
        margin-bottom: 25px
    }
    .slider-excerpt {
        font-family: 'Playfair Display', serif;
        font-weight: 200;
        font-size: 24px;
        letter-spacing: 0;
        line-height: 32px;
        margin: 0 0 20px;
        color: #2C4259
    }
    .testimonial-name {
        font-family: 'Fira Sans', sans-serif;
        letter-spacing: 0px;
        color: #2C4259;
        font-size: 20px;
        line-height: 30px;
        margin-top: 20px
    }
    .testimonial-occupation {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 100;
        letter-spacing: 0px;
        color: #2C4259;
        font-size: 16px;
        line-height: 30px;
    }
    .slider-nav-container {
        margin-top: 15px
    }
    .prev {
        font-size: 16px;
        color: #31BBDA;
        margin-right: 10px
    }
    .slider-nav-container .divider-nav {
        font-size: 16px;
        font-weight: 800
    }
    .next {
        font-size: 16px;
        color: #31BBDA;
        margin-left: 10px
    }
    .news {
        position: relative;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 140px
    }
    .news h5 {
        font-family: 'Playfair Display', serif;
        font-size: 22px;
        letter-spacing: 2.8px;
        color: #000000;
        text-transform: uppercase;
        margin: 15px auto 30px
    }
    .news-container {
        width: 90vw;
        text-align: center;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 30px 0
    }
    .news-item {
        width: 33.3333%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px
    }
    .news-item img {
        width: 60%
    }
    .news-item .news-text {
        width: 90%;
        text-align: center;
        padding-left: 15px
    }
    .news-container h2 {
        font-family: 'Playfair Display', serif;
        font-weight: 200;
        font-size: 24px;
        letter-spacing: 1.2px;
        line-height: 40px;
        margin: 10px 0 20px;
        color: #000;
        text-transform: uppercase;
    }
    .news-text h5 {
        font-family: 'Playfair Display', serif;
        font-weight: 200;
        font-size: 16px;
        letter-spacing: 4.8px;
        line-height: 21px;
        margin: 8px 0;
        color: #898989;
        text-transform: uppercase;
    }
    .news-container p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 30px;
        margin: 15px 0 10px;
        color: #000;
    }
    .footer {
        background: #3a4c62;
        padding: 84px 10% 0;
        color: #fff
    }
    .footer-container {
        display: flex;
        flex-direction: row;
    }
    .footer-column {
        width: 33.33%;
        padding: 0 25px 140px
    }
    .footer .l30 {
        line-height: 30px
    }
    .footer .mt30 {
        margin-top: 30px
    }
    .footer img {
        margin-bottom: 30px
    }
    .footer h5 {
        font-family: 'Playfair Display', serif;
        font-weight: 200;
        font-size: 16px;
        letter-spacing: 4.8px;
        line-height: 21px;
        margin: 8px 0;
        color: #fff;
        text-transform: uppercase;
        margin: 0 0 15px
    }
    .footer p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 20px;
        color: #fff;
    }
    .footer a {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 30px;
        margin: 15px 0 10px;
        color: #fff;
    }
    .bottomfooter-container {
        display: flex;
        flex-direction: row;
        border-top: 1px solid #fff;
        padding: 15px 0
    }
    .copyright {
        width: 50%
    }
    .social {
        display: flex;
        width: 50%;
        justify-content: flex-end;
    }
    .social span {
        margin-left: 10px
    }
    .wrapper-inner .intro-text .title {
        font-size: 36px;
        letter-spacing: 3px
    }
    .inner-white {
        position: relative;
        background: #fff;
        display: flex;
        align-items: top;
        justify-content: center;
        width: 100%;
        padding: 82px 10% 140px
    }
    .no-padding {
        padding-left: 0;
        padding-right: 0
    }
    .horizontal-row {
        display: flex;
        flex-direction: row;
    }
    .vertical-row {
        display: flex;
        flex-direction: column;
    }
    .horizontal-row-reverse {
        display: flex;
        flex-direction: row-reverse;
    }
    .our-approach-item {
        margin-bottom: 50px;
        width: 25%;
        padding: 0 30px;
        border-right: 1px solid #dedede;
        border-bottom: none
    }
    .our-approach-item.last {
        border-right: none
    }
    h3.inner-title {
        font-size: 30px;
        line-height: 40px;
        color: #000;
        text-transform: uppercase;
    }
    .our-approach-item h5 {
        font-family: 'Playfair Display', serif;
        font-weight: 200;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 21px;
        margin: 8px 0;
        color: #000;
        margin: 0 0 30px
    }
    .our-approach-item p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 30px;
        color: #000;
        margin-bottom: 45px
    }
    .divider {
        width: 100%;
        border-top: 1px solid #dedede;
        margin-bottom: 45px
    }
    .inner-content {
        display: flex;
        align-items: top;
        margin-bottom: 50px
    }
    .our-story-left {
        width: 30%
    }
    .our-story-right {
        width: 70%
    }
    .inner-white p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 30px;
        color: #000;
        margin-bottom: 20px
    }
    .inner-white b {
        font-weight: 700
    }
    .principal-img {
        width: 40%
    }
    .principal-letter {
        width: 50%;
        padding: 0 0 0 50px;
        text-align: justify;
    }
    .principal-letter-left {
        padding-right: 15px;
        width: 50%
    }
    .principal-letter-right {
        padding-left: 15px;
        padding-right: 0;
        width: 50%
    }
    .header-inner-container,
    .inner-content {
        z-index: 5
    }
    .grey-bg-contact {
        background: #f8f8f8
    }
    .mission-box {
        width: 25%;
        padding: 0 12px
    }
    .mission-box p {
        margin-top: 23px
    }
    .justify-center {
        justify-content: center;
    }
    .philosophy-bg {
        background: url(/wp-content/themes/saintclare2/assets/img/stclare/asian-students-are-playing-a-tablet-PEV3DSE.png) no-repeat;
        background-size: cover;
    }
    .philosophy-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #3a4c62;
        opacity: 80%;
    }
    .philosophy-box {
        width: 30%;
        padding: 0 12px;
        z-index: 2
    }
    .philosophy-bg .inner-title {
        color: #fff
    }
    .philosophy-box p {
        color: #fff;
        text-align: center;
        margin-top: 23px;
    }
    .vision-bg {
        background: url(/wp-content/themes/saintclare2/assets/img/stclare/3230.png) no-repeat;
        background-size: cover;
    }
    .vision-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #44c6e3;
        opacity: 80%;
    }
    .vision-box {
        width: 25%;
        padding: 0 12px;
        z-index: 2
    }
    .vision-box p {
        color: #000;
        text-align: center;
        margin-top: 23px;
    }
    .values-img {
        width: 30%;
        background: url(/wp-content/themes/saintclare2/assets/img/stclare/771.png) no-repeat;
        background-size: cover
    }
    .values-content {
        width: 60%;
        padding-left: 150px;
        padding-top: 82px;
        padding-bottom: 80px
    }
    .values-content {
        margin-bottom: 0
    }
    .board-item {
        width: 50%;
        padding: 0 12px;
        z-index: 2
    }
    .board-image {
        width: 50%;
        padding-right: 12px
    }
    .board-desc {
        width: 50%;
        padding-left: 12px
    }
    .staff-page>p {
        padding-left: 30px
    }
    .curriculum-left {
        width: 50%;
        padding-right: 120px;
        padding-top: 82px;
        padding-bottom: 80px;
    }
	.our-special-left {
		width: 50% !important;
		padding-left: 120px !important;
	}
    .curriculum-right {
        width: 40%;
        background: url(/wp-content/themes/saintclare2/assets/img/stclare/DSC_9318.png) no-repeat;
        background-size: cover;
    }
    .curriculum-left h3.inner-title {
        padding-bottom: 15px
    }
    .align-l {
        text-align: left;
    }
    .divider-wh {
        padding-top: 100px
    }
    .value-container {
        margin-bottom: 27px
    }
    .curriculum2-img {
        width: 25%;
        background: url(/wp-content/themes/saintclare2/assets/img/stclare/DSC_9318.png) no-repeat;
        background-size: cover;
    }
    .curriculum2-content {
        width: 65%;
        padding-left: 120px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .cocurricular-title{
        font-family: Playfair Display;
        font-weight: 400;
        font-size: 48px;
        line-height: 58px;
        letter-spacing: 5px;
        vertical-align: middle;
        text-transform: uppercase;
    }
    .cocurricular-left{
      width: 50vw; 
    }
    .cocurricular-right{
      width: 50vw; 
    }
    .cocurricular-content{
        margin: 80px 0px 50px 0px; 
        width: 80vw; 
        align-self: center;
    }
    .value-container li {
        list-style-type: circle;
        list-style-position: inside;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 30px;
        color: #000;
        margin-bottom: 0px;
    }
    .cur2value-left {
        width: 50%;
        padding-right: 12px
    }
    .cur2value-right {
        width: 50%;
        padding-left: 12px
    }
    .iep-right li,
    .class-left li,
    .class-mid li,
    .class-right li {
        list-style-type: circle;
        list-style-position: inside;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 30px;
        color: #000;
        margin-bottom: 0px;
    }
    h3.inner-title.bordered {
        padding-top: 5px;
        padding-bottom: 5px;
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
        margin-bottom: 25px
    }
    .iep-left {
        width: 50%;
        padding-right: 75px;
    }
    .iep-right {
        width: 50%;
        padding-left: 75px;
    }
    .class-left li {
        padding-right: 12px
    }
    .class-mid li {
        padding-right: 12px;
        padding-left: 12px
    }
    .class-right li {
        padding-left: 12px;
    }
    .immersion-img {
        width: 55%;
    }
    .immersion-content {
        width: 35%;
        padding-left: 50px;
        padding-top: 80px
    }
    .fees-left {
        width: 30%
    }
    .fees-right {
        width: 60%;
        padding-left: 50px
    }
    .student-left {
        width: 50%;
        padding-right: 75px
    }
    .student-right {
        width: 50%;
        padding-left: 75px
    }
    .certificate-1 {
        width: 25%;
        padding-right: 12px;
        margin-bottom: 0
    }
    .certificate-2,
    .certificate-3 {
        width: 25%;
        padding-right: 12px;
        padding-left: 12px;
        margin-bottom: 0
    }
    .certificate-4 {
        width: 25%;
        padding-left: 12px;
        margin-bottom: 0
    }
    .inner-title.bordered {
        text-transform: capitalize;
    }
    .contact-left {
        width: 50%;
        padding-right: 150px
    }
    .contact-right {
        width: 50%;
    }
    .contact-right h3.inner-title {
        text-transform: capitalize;
    }
    .contact-right p {
        text-transform: capitalize;
    }
    .grey-bg-contact {
         padding: 82px 10% 50px;
    }
    .news-title {
        font-family: 'Playfair Display', serif;
        font-weight: 200;
        font-size: 24px;
        letter-spacing: 1.2px;
        line-height: 40px;
        margin: 10px 0 20px;
        color: #000;
        text-align: left;
    }
    .news-date {
        font-family: 'Playfair Display', serif;
        font-weight: 200;
        font-size: 16px;
        letter-spacing: 4.8px;
        line-height: 21px;
        margin: 8px 0;
        color: #898989;
        text-transform: uppercase;
        text-align: left;
    }
    
    .news-content {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 30px;
        margin: 15px 0 10px;
        color: #000;
        text-align: left;
    }
}

@media(min-width:992px) {
    .life-beyond-overlay {
        background: url(/wp-content/themes/saintclare2/assets/img/saintclare-logo.png) no-repeat;
        background-size: 40vh;
        background-position: 90vh 40vh;
    }
    .number h2 {
        font-family: 'Playfair Display', serif;
        font-size: 50px;
        letter-spacing: 0;
        line-height: 60px;
        margin: 19px 0 40px;
        color: #3a4c62;
        text-transform: uppercase;
    }
    .happy-balance h5 {
        font-family: 'Playfair Display', serif;
        font-size: 16px;
        letter-spacing: 4.8px;
        color: #fff;
        text-transform: uppercase;
    }
    .happy-balance h2 {
        font-family: 'Playfair Display', serif;
        font-weight: 200;
        font-size: 48px;
        letter-spacing: 4.8px;
        line-height: 60px;
        margin: 19px 0 40px;
        color: #fff;
        text-transform: uppercase;
    }
    .happy-balance p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 30px;
        margin: 0 0 60px;
        color: #fff;
    }
    .curriculum-outcomes h5 {
        font-family: 'Playfair Display', serif;
        font-size: 16px;
        letter-spacing: 4.8px;
        color: #000;
        text-transform: uppercase;
    }
    .curriculum-outcomes h2 {
        font-family: 'Playfair Display', serif;
        font-weight: 200;
        font-size: 30px;
        letter-spacing: 4.8px;
        line-height: 40px;
        margin: 19px 0 40px;
        color: #000;
        text-transform: uppercase;
    }
    .curriculum-outcomes p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 30px;
        margin: 0 0 60px;
        color: #000;
    }
    .application {
        position: relative;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
/*         height: 45vh; */
    }
    .application-container h2 {
        font-family: 'Playfair Display', serif;
        font-weight: 200;
        font-size: 48px;
        letter-spacing: 4.8px;
        line-height: 60px;
        margin: 19px 0 40px;
        color: #000;
        text-transform: uppercase;
    }
    .application-container p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 30px;
        margin: 0 0 30px;
        color: #000;
    }
    .testimonial-popup{
        display: flex;
        position: fixed;
        align-items: center;
        justify-content: center;
        width: 100vw;
        min-height: 100vh;
        top: 0;
        left: 0;
        z-index: 9999999;
        background-color: rgba(240,240,240,0.93);
        padding: 0 20vw;
    }
    .testimonial-popup p{
        font-family: 'Fira Sans', sans-serif;
            font-weight: 200;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 30px;
    margin: 0 0 30px;
        color: #000;
    }
    .close-popup{
        font-size: 30px;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    
}

@media (min-width:1200px) {
    .wrapper-home {
        background: url(/wp-content/themes/saintclare2/assets/img/stclare/girl-at-school-8R37PA6.png) no-repeat;
        background-size: cover;
        background-position: right;
        width: 100vw;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 90px;
    }
    .top-nav {
        padding: 50px;
        height: 150px;
    }
    .life-beyond-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(/wp-content/themes/saintclare2/assets/img/saintclare-logo.png) no-repeat;
        background-size: 60vh;
        background-position: 85vh 20vh;
        opacity: 0.06;
    }
    .number h2 {
        font-family: 'Playfair Display', serif;
        font-size: 80px;
        letter-spacing: 0;
        line-height: 90px;
        margin: 19px 0 40px;
        color: #3a4c62;
        text-transform: uppercase;
    }
}

    /* Features Section - Curriculum Overview */
    .feature-section {
      background-color: #3c404a;
      color: #ffffff;
      padding: 100px 30px;
      text-align: center;
    }

    .feature-section h2 {
      font-family: 'Playfair Display', serif;
      font-size: 30px;
      letter-spacing: 5px;
      margin: 0 auto 80px auto;
      color: #fff;
      text-transform: uppercase;
      width: 40vw;
      line-height: 40px;
    }

    .features {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 40px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .feature {
      flex: 1 1 220px;
      max-width: 280px;
      text-align: left;
    }

    .feature img {
      width: 80px;
      height: auto;
      margin-bottom: 20px;
    }

    .feature p {
      font-family: 'Fira Sans', sans-serif;
      font-weight: 200;
      color: #fff;
      font-size: 14px;
      line-height: 24px;
    }

    @media (max-width: 768px) {
        .feature {
            text-align: center;
            max-width: 100%;
        }
        .feature-section h2 {
            font-size: 25px;
            width: 100%;
            line-height: 30px;
            margin-bottom: 50px;
        }
    }
    
    /* FAQ Section - Curriculum Overview */
  .faq-section {
    max-width: 80vw;
    margin: 5% auto;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
  }
  .faq-section h2 {
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-transform: uppercase;
  }
  .faq-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  .faq-item:last-child {
    margin-bottom: 30px;
  }
  .faq-item button {
    width: 100%;
    font-size: 14px;
    padding: 25px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    background-color: #3A4C62;
    color: white;
    transition: background-color 0.3s, color 0.3s;
  }
  .faq-item button[aria-expanded="false"] {
    background-color: white;
    color: #333;
    border: 1px solid #ddd;
    border-bottom: none;
  }
  .faq-item button .indicator {
    font-weight: 300;
    font-size: 30px;
  }
  .faq-item button h3 {
    font-family: 'Playfair Display', serif;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
  }
  .faq-item div[role="region"] {
    background-color: #F1F1F1;
    padding: 25px;
    border: 1px solid #ddd;
    border-top: none;
  }
  .faq-item div[role="region"][style*="display: none"] {
    display: none;
  }
  @media only screen and (max-width: 600px) {
      .faq-section {
        margin: 80px 20px;
        max-width: 100%;
      }
    }
    
    /* Programmes Page */
	li{
    	font-family: 'Fira Sans', sans-serif;
        font-weight: 200;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 30px;
        color: #000;
        list-style-type: circle;
        list-style-position: inside;
	}
	.banner-text {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 300; 
        font-size: 14px; 
        line-height: 24px; 
        text-align: center; 
        vertical-align: middle; 
        color: #fff;
      }
	.intro-text{
        width: 80vw;
      }
    .banner-height{
        height: 60vh !important;
    }
      .pre-req-header {
        background-color: #37475A;
        padding: 30px 40px;
      }
    
      .pre-req-title {
        font-family: 'Playfair Display', serif;
        font-weight: 400;
        font-size: 30px;
        line-height: 28px;
        vertical-align: middle;
        color: #fff;
      }
    
      .pre-req-content {
        background-color: #f1f1f1;
        padding: 30px 40px;
      }
    
      .pre-req-content p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 300;
        font-size: 14px;
        line-height: 28px;
        vertical-align: middle;
        margin-bottom: 0px;
      }
	@media only screen and (max-width: 600px) {
        .intro-text{
            width: 100%;
        }
        .banner-height{
            height: 80vh !important;
        }
    }
      .class-setup {
    font-family: 'Fira Sans', sans-serif;
    background-color: #2f3c4f;
    padding: 80px 20px;
    color: #fff;
  }

  .class-setup-header {
    text-align: center;
    margin-bottom: 40px;
  }

  .class-setup-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 58px;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .class-setup-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    max-width: 80vw;
    margin: auto;
  }

  .class-box {
    background-color: #fff;
    color: #000;
    flex: 1 1 500px;
    padding: 40px;
  }

  .level-label {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
  }

  .class-title {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 24px;
    vertical-align: middle;
    padding: 30px 0px 20px 0px;
  }

  .accordion-toggle {
    font-family: 'Playfair Display', serif !important;
    background: none;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    text-align: left;
    padding: 25px 0;
    font-size: 18px;
    font-family: inherit;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .accordion-toggle:focus {
    outline: none;
  }

  .accordion-content {
    display: none;
    padding-top: 10px;
  }

  .accordion-content li {
    font-size: 14px;
    color: #000;
    margin-bottom: 6px;
    list-style-type: circle;
    list-style-position: inside;
  }

  .chevron {
    transition: transform 0.3s ease;
    font-size: 1.5rem;
  }

  .accordion-toggle.active .chevron {
    transform: scaleY(-1);
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    .class-setup-columns {
      flex-direction: column;
      max-width: 100%;
    }
  }
.course-programmes {
    font-family: 'Fira Sans', sans-serif;
    margin: auto;
  }

  .course-title {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 58px;
    vertical-align: middle;
    padding: 80px 0px 30px 0px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
  }

  .programme-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .programme-row.reverse {
    flex-direction: row-reverse;
  }
  
  .programme-image {
    width: 50%;
  }
  
  .programme-content {
    flex: 1 1 50%;
    font-size: 14px;
    line-height: 24px;
    padding: 5%;
  }

  .programme-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .programme-content h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 58px;
    letter-spacing: 5px;
    vertical-align: middle;
    text-transform: uppercase;
  }

  .programme-content ul {
    list-style: disc;
    padding-left: 20px;
    font-size: 1rem;
    color: #333;
  }

  .programme-content li {
    margin-bottom: 10px;
  }

  @media (max-width: 768px) {
    .programme-row,
    .programme-row.reverse {
      flex-direction: column;
    }

    .programme-image,
    .programme-content {
      padding: 10px 20px;
      width: 100%;
    }
  }