html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

html {
    background-color: #FFFFFF;
    font-size: 100%;
    width: 100%;
    overflow-x: hidden;
}

body {
    background-color: #FFFFFF;
    font-size: 16px;
    color: #41424B;
    margin: 0px;
    padding: 0px;
    line-height: 1;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

p {
    font-size: 16px;
    line-height: 150%;
}

/* @media screen and (max-width:768px) {
    p {
        font-size: 15px;
    }
} */

a {
    color: #308CD9;
}

a:hover {
    color: #EC5E36;
    text-decoration: none;
}

strong {
    font-weight: 700;
}

/* HEADINGS   
----------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3 {
    font-family: 'Bitter', serif;
    font-weight: 700;
    color: #29203D;
}

h1,
.h1 {
    font-size: 42px;
    margin-bottom: 20px;
}

h2,
.h2 {
    font-size: 26px;
}

h3,
.h3 {
    font-size: 26px;
}

h4,
.h4 {
    font-size: 18px;
    line-height: 30px;
}

h5,
.h5 {
    font-size: 16px;
}

h1.big, h2.big{
    font-size: 48px;
}

hr{
    border-color: #308CD9;
    margin: 30px 0 35px;
}

p.big, p .big {
    font-size: 20px!important;
    line-height: 1.4;
}

small {
    font-size: 10px!important;
}

.content-bgimage {
    background-repeat: no-repeat !important;
    background-position: right !important;
}

/*#content ul:not(.slick-dots) {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    list-style: none;
    color: #EC5E36;
}

#content ul:not(.slick-dots) li:before {
    content: "•";
    font-size: 14px;
    line-height: 150%;
    padding-right: 10px;
}

#content ul:not(.slick-dots) li {
    font-size: 12px;
    line-height: 150%;
}*/

#content ul:not(.slick-dots) li {
    font-size: 16px;
    line-height: 150%;
    /* color: #EC5E36; */
    padding-left: 10px;
}

#content ul:not(.slick-dots){
    padding-left: 1em;
}

.relative {
    position: relative;
}

.required {
    color: red;
    position: absolute;
}

input[type=button],
input[type=image] {
    border: none !important;
    box-shadow: none;
}

.rcList.form-control {
    box-shadow: none;
    border: none !important;
    display: inline;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}

.rcList>label {
    font-weight: normal !important;
}

.form-control {
    margin-bottom: 10px;
}

.form-group input[type="text"],
.form-group textarea {
    border-radius: 0;
    border: none;
    background-color: #f5f5f5;
    box-shadow: none !important;
}

.form-horizontal .control-label {
    padding-bottom: 4px;
    text-align: left;
    text-indent: 0%;
    padding-top: 0;
    font-size: 17px;
}

label {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.requiredSummary {
    text-align: center;
}

.requiredSummary ul {
    color: red;
    padding: 0;
}

/* Color Scheme */
.text-white {
    color: #ffffff;
}

.text-black {
    color: #000000;
}

.text-orange {
    color: #F15A33;
}

.text-darkblue {
    color: #211D53;
}

.text-blue {
    color: #3E89C8;
}


.bg-white {
    background-color: #FFFFFF;
}

.bg-black {
    background-color: #000000;
}

.bg-darkblue {
    background-color: #001C52;
}
    
.bg-blue {
    background-color: #308CD9;
    color: #001C32;
}
.bg-navy {
    background-color: #001C52;
    color: #fff;
}
.bg-orange {
    background-color: #F05023;
    color: #001C32;
}
.bg-offwhite{
    background-color: #F5F5F5;
}
.bg-palepink{
    background-color: #FDE2DB;
}
.bg-blue a{
    color: #fff;
}
.bg-orange a{
    color: #fff;
}

.clear {
    clear: both;
}

#content>section:not(#banner),
#contact-form,
.blog-landing,
.blog-article,
#Social,
.gallery-section,
.archive-section  {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}

/* #content{
    padding-top: 82px;
} */

@media screen and (max-width:992px){
    /* #content{
        padding-top: 93px;
    } */
    .rsContent .small{
        max-width: unset!important;
    }
}

/* banner */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
    background: none repeat scroll 0 0 transparent !important;
}

.rsDefault .rsBullets {
    background: none;
    line-height: 30px;
    width: 100%;
    max-width: 1300px;
    /* margin: 0 auto 100px auto; */
    /* display: none; */
    bottom: 15px;
}

.rsDefault .rsBullet.rsNavSelected span {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 15px;
    transform: rotate3d(0, 0, 1, 90deg);
}

.rsDefault .rsBullet {
    width: 10px;
    height: 11px;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
}

.rsDefault .rsBullet span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 15px;
    background: #fff;
    transition: 300ms;
    background: #308CD9;
    border: 2px solid #fff;
}

/* .contentSlider {
    width: 100%;
}

.contentSlider,
.contentSlider .rsOverflow,
.contentSlider .rsSlide,
.contentSlider .rsVideoFrameHolder,
.contentSlider .rsThumbs {
    color: #fff;
}

.contentSlider .rsSlide,
.contentSlider .rsOverflow {
    background: #fff;
}

#content-slider-1 {
    max-width: 1136px;
    max-height: 460px;
    margin-left: auto;
    margin-right: auto;
}

.contentSlider img {
    z-index: 1;
} */

.school-slider-controls, .testimonial-slider-controls{
    border: 2px solid #29203D;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
}

.testimonial-slider-controls{
    float: right;
    margin-right: 20px;
}

.school-slider-controls *, .testimonial-slider-controls *{
    display: inline-block;
    padding: 0px 12px 2px;
    cursor: pointer;
}

.school-prev, .testimonial-prev{
    float: left;
    border-right: 2px solid #29203D;
}

.bannerDescription {
    top: 130px;
    left: 0;
    color: #fff;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.banner-text{
    background-image: url("/images/banner-text-bg.png");
    background-repeat: no-repeat;
    background-size: 500px;
    padding: 30px;
    width: 500px;
    position: relative;
}

.banner-text h1, .banner-text h2, .banner-text h3{
    color: #fff;
}

.banner-text h1{
    font-size: 32px;
}

.banner-text p{
    font-size: 14px;
}

.banner-sub-text{
    background: #806490;
    width: 500px;
    padding: 8px;
    position: absolute;
    left: 0;
    bottom: -50px;
    text-align: center;
}

.banner-sub-text .btn{
    width: 40%;
    margin: 0px 4px;
}

/* @media screen and (max-width:1700px){
    .bannerDescription {
        top: 90px;
    }
}

@media screen and (max-width:1400px){
    .bannerDescription {
        top: 50px;
    }
}

@media screen and (max-width:1200px){
    .bannerDescription {
        top: 7%;
    }
    .bannerDescription h1{
        font-size: 26px;
    }
}

@media screen and (max-width:992px){
    .bannerDescription {
        top: 7%;
    }
    .bannerDescription h1{
        font-size: 22px;
    }
} */

@media screen and (max-width:768px){
    /* .bannerDescription {
        display: block;
        position: relative;
        top: unset;
    } */
    .rsContent{
        background-color:rgb(255, 255, 255);
    }
}

.bannerVideo{
    width: 100%;
    height: auto;
}

.banner-image{
    width: 100%;
}

.rsDefault .rsTabs {
    padding-top: 0px !important;
}

.rsDefault .rsTab {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background-color: #c6b58d;
    background-image: none !important;
    border-bottom: medium none !important;
    -o-border-image: none !important;
            border-image: none !important;
    border-left: 1px solid #fff;
    border-radius: 0 !important;
    border-top: medium none !important;
    border-right: medium none !important;
    box-shadow: none;
    color: #ffffff;
    display: table-cell !important;
    font-size: 130%;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
    width: 1% !important;
}

.rsDefault .rsTab:active {
    background-color: #c6b58d;
    box-shadow: 0 15px 10px rgba(198, 181, 141, 0.2) inset;
}

.rsDefault .rsTab.rsNavSelected {
    background: #947b2c linear-gradient(to bottom, #947b2c, #bbb) repeat scroll 0 0;
    border: none !important;
    border-left: 1px solid #fff !important;
    color: #fff;
    text-shadow: none !important;
    background-image: none;
    box-shadow: 0 15px 10px rgba(198, 181, 141, 0.8) inset;
}

/* misc */

#header {
    background: #fff;
    position: relative;
    width: 100%;
    z-index: 1400;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}

.header-icons{
    max-width: 330px;
}

#menu {
    width: 100%;
}

#footer {
    background: #001C52;
    color: #B3BBCB;
    font-size: 14px;
    padding: 80px 0 60px;
    line-height: 1.8;
}

#footer p {
    font-weight: 400;
    /* font-size: 10px; */
    font-size: 14px;
    color: #B3BBCB;
    line-height: 1.8;
}

#footer a:not(.btn) {
    color: #B3BBCB;
    text-decoration: underline;
    line-height: 150%;
}

#footer a:hover:not(.btn) {
    color: #fff;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    #footer {
        padding:0;
    }
}

.topmenu{
    min-height: 144px;
}

.border-radius{
    border-radius: 10px;
}

.border-white{
    border: 3px solid #fff;
}

.border-grey{
    border: 3px solid #E4E4E7;
}

.border-darkblue{
    border: 3px solid #211D53;
}

.accordion .ui-accordion-header {
    color: #fff;
    width: 100%;
    padding: 12px 15px;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    border: none;
    text-align: left;
}

.page-title-wrapper {
    position: relative;
    z-index: 1;
}

.page-title-wrapper img{
    margin: auto;
    display: block;
}

.page-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-title-white {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-title-hero {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
    z-index: -1;
}

.page-title h1{
    padding: 15px;
    background: #F15A33CC;
    width: auto;
    display: inline-block;
}

.page-title-white h1{
    padding: 15px;
    background: #FFF !important;
    width: auto;
    display: inline-block;
}

.page-up-link{
    width: 36px;
    height: 36px;
    background-color: #F05023;
    background-image: url('/images/up-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    border: solid 2px #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.2);
    position: absolute;
    z-index:  99;
    top: -18px;
    right: 0;
}

.ui-state-default h3{
    display: inline-block;
    margin-bottom: 0;
}

.ui-state-default::after {

    content: "+";
    font-weight: 700;
    font-size: 32px;
    float: right;
    height: 24px;
    margin-top: -28px;
    color: #fff;

}

.ui-state-active::after {

    content: "-";
    margin-top: -30px;

}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    font-size: 19px;
    font-weight: 400;
    color: #fff;
}

.ui-accordion .ui-accordion-content {
    background: #F5F5F5;
    padding: 20px 0;
}

.ui-accordion .ui-accordion-content ul {
    padding: 0;
    list-style: none;
}

.accordion_media ul {
    padding-left: 13px;
}

.accordion_media ul li.month {
    list-style-type: none;
    overflow: hidden;
    padding: 5px 0;
}

.accordion_media li {
    padding-left: 0px;
}

.blogArchive{
    padding: 0 15px;
}

.blogArchive li::marker{
    display: none;
    color: #fff;
}

[type=radio]:checked~label {
    color: #FFF;
    z-index: 2;
    background-color: transparent;
}

[type=radio]:not(:checked)~label {
    color: #FDBA1A;
    z-index: 2;
    background-color: #242D42;
}

[type=radio]:checked~label~.tab__content {
    z-index: 1;
    opacity: 1;
}

.copyright {
    color: #B7A6C0;
}

.footer-contact .copyright a {
    color: #B7A6C0;
}

.footer-contact .copyright a:hover {
    color: #B7A6C0;
    text-decoration: none;
}

::-moz-selection {
    background: #B7A6C0;
    color: #000;
}

::selection {
    background: #B7A6C0;
    color: #000;
}

::-moz-selection {
    background: #B7A6C0;
    color: #000;
}

.dropdown-menu {
    /* background: rgba(0, 179, 209, 0.9); */
    background: rgba(255,255,255,0.9);
    border-radius: 0 !important;
    box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, 0.15);
    border: none;
    border: none;
    margin: 0 0 10px 0;
    padding: 0;
    top: 37px;
    width: 320px;
    left: -21px;
}

.dropdown-menu span:empty{
    display: none;
}

.ui-accordion-content {
    background: none;
    border: none;
}

.accordion * {
    outline: none !important;
}

.accordion li::before {
    display: none;
}

.stories li:not(:last-child){
    padding-bottom: 10px;
}

.stories a{
    color: #6E6F72;
}

.stories a:hover{
    color: #000;
}

/* .ui-state-default h4::after {
    content: "";
    background-image: url(/images/accordion-icon.svg);
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    float: right;
    font-weight: 700;
    -webkit-transition: .2s;
    transition: .2s;
    margin-top: 6px;
}

.ui-state-active h4::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
} */

.archive-box svg{
    float: right;
    margin-top: 3px;
}

.svg-rotation{
    transform-origin: 12px 13px;
    transition: .2s;
    transform: rotate(45deg);
}

.ui-state-active .svg-rotation{
    transform: rotate(0deg);
    transform-origin: 12px 13px;
    transition: .2s;
}

.mediaNavigator {
    padding: 0;
    margin-bottom: 30px;
}

.ui-icon {
    display: none;
}

.nav .open>a {
    background: none;
    border: none;
}

#footer a.footer-parent {
    color: #308CD9;
}

#footer a.footer-parent:hover {
    text-decoration: underline;
}

.footer-child {
    color: #fff;
    text-decoration: none;
    line-height: 180%;
}

.footer-child:hover {
    color: #EC5E36;
}

footer a:hover {
    color: #EC5E36;
    text-decoration: none;
}

.footer-icons a{
    width: 25px;
    display: inline-block;
    text-align: center;
}

.nav-link {
    font-size: 16px;
    font-family: 'Bitter', serif;
    font-weight: 400;
}

/* .menuLevel1:last-of-type{
    background: #007EA7;
} */

.navbar-nav span:last-of-type,.navbar-nav span:first-of-type{
    display: none;
}

.navbar-light .navbar-nav .active>.nav-link {
    /* color: #fff; */
    font-weight: 700;
    /* text-decoration: underline; */
}

.navbar-light .navbar-nav .active>.nav-link::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #000;
    display: block;
    transform: translateY(22px);
}

.navbar-light .navbar-nav .active>.nav-link:hover::before {
    background-color: #EC5E36;
}

/* .navbar-nav span{
    border-left: 1px solid #fff;
    height: 20px;
} */

/* @media screen and (min-width:768px) {
    .navbar-light .navbar-nav .active:not(.dropdown)>.nav-link::after {
        content: "";
        display: block;
        border-bottom: solid 3px #fff;
        width: 100%;
        margin-top: 1px;
    }
} */

.navbar-light .navbar-nav .nav-link {
    color: #2D2E30;
}

.navbar-light .navbar-nav .menuLevel2 .nav-link {
    color: #000;
    padding: 10px;
    font-size: 16px;
}

.navbar-light .navbar-nav .menuLevel2 .nav-link:hover {
    background: #EC5E36;
    color: #fff;
    padding: 10px;
}

/* .navbar-light .navbar-nav .menuLevel1:last-of-type .nav-link {
    padding: 15px 30px;
    font-weight: 800;
    letter-spacing: .5px;
} */

.navbar-light .navbar-nav .nav-link:hover {
    color: #EC5E36;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(/images/burger-icon.svg);
    background-size: 25px 20px;
}

.navbar-toggler-icon {
    width: 2em;
    height: 2em;
}

/* .navbar {
    background: #308CD9;
} */

.navbar-nav {
    width: 100%;
    color: #fff;
    align-items: center;
}

.navbar-toggler {
    border: none;
    padding: 0 21px;
}

/* .topmenu{
    display: -webkit-box;
    display: flex;
    background: #fff;
    color: #000;
} */

/* .topmenu a{
    color: #000;
} */

.contact-links a {
    font-size: 38px;
    color: #7B7B7B;
    line-height: 90%;
}

.contact-links a:hover {
    color: #0202C1;
}

.navbar-toggle-title {
    display: inline-block;
    margin: 0;
    padding: 10px;
    color: #fff;
    line-height: 0;
    font-size: 34px;
}

/* .navbar-expand-md .navbar-nav .menuLevel1:first-child .nav-link {
    padding-left: 0;
}

.navbar-expand-md .navbar-nav .menuLevel1:last-child .nav-link {
    padding-right: 0;
} */

.btn.btn-small{
    font-size: 13px;
    padding: 5px 15px;
}

.btn.btn-large{
    font-size: 24px;
    padding: 10px 45px;
}

.btn{
    font-family: 'Bitter', serif;
    font-weight: 700;
    border-radius: 10px;
    padding: 10px 15px;
}

.btn.btn-primary {
    border: solid 2px #fff;
    background: #F15A33;
    color: #fff;
}

.btn.btn-secondary {
    background: #211D53;
    color: #fff;
    border: solid 2px #fff;
}

.btn.btn-outline {
    border: solid 2px #3E89C8;
    color: #3E89C8;
    text-decoration: none;
    background: #fff;
}

.btn.btn-light {
    border: solid 2px #fff;
    color: #fff;
    text-decoration: none;
}

.btn-shadow{
    box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.2);
}

/* .btn-primary:hover {
    background: #EC5E36;
    border: solid 2px #EC5E36;
    color: #fff;
} */

.btn-steps {
    height: 44px;
    display: inline-block;
    border: solid 2px #fff;
    background: #29203D;
    border-radius: 0;
    padding: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    transition: 350ms;
    box-shadow: inset 0px 0px #FFF;
    cursor: pointer;
}

.btn-steps:hover {
    background: #308CD9;
    border: solid 2px #EC5E36;
    color: #fff;
}

.card{
    border: none;
    margin-bottom: 15px;
    background: none;
    border-radius: 15px;
    overflow: hidden;
}

.card-header{
    border: solid 2px #fff;
    border-radius: 10px!important;
    padding: 0;
    box-shadow: 0px 5px 16px -7px rgba(125,125,125,1)
}

.card .card-header a{
    width: 100%;
    text-align: left;
    color: #fff;
    cursor: pointer;
}

.card .card-header a::after{
    content: ">";
    transform: rotate(-90deg);
    position: absolute;
    right: 30px;
    top: 12px;
    transition: transform .3s;
}

.card .card-header a.collapsed::after{
    content: ">";
    transform: rotate(0deg);
    position: absolute;
    right: 30px;
    top: 12px;
}

.card .card-header a:hover{
    color: #fff;
    text-decoration: underline;
    transition: 0s;
}

.card-pink{
    background: #FD658B;
}

.card .card-pink a{
    color: #001C32;
}

.card-yellow{
    background: #FFA100;
}

.card .card-yellow a{
    color: #001C32;
}

.card-orange{
    background: #F05023;
}

.card .card-orange a{
    color: #001C32;
}

.card-cyan{
    background: #4CBCB9;
}

.card .card-cyan a{
    color: #001C32;
}

.card-darkblue{
    background: #001C52;
}

.card-darkgrey{
    background: #41424B;
}

.card-purple{
    background: #7E59C0;
}

.card-blue{
    background: #308CD9;
}

.card-grey{
    background: #878787;
}

.input-outline {
    padding: 9px 16px;
    background: none;
    outline: none;
    color: #fff !important;
    font-weight: 500;
    font-size: 15px;
    border: 2px solid #fff;
    border-radius: 0;
    width: 100%;
    cursor: text;
}

.input-outline::-webkit-input-placeholder {
    color: #fff !important;
}

.input-outline:-ms-input-placeholder {
    color: #fff !important;
}

.input-outline::-ms-input-placeholder {
    color: #fff !important;
}

.input-outline::-moz-placeholder {
    color: #fff !important;
}

.input-outline::placeholder {
    color: #fff !important;
}

.input-outline-grey {
    padding: 9px 16px;
    background: none;
    outline: none;
    color: #CCCCCC !important;
    font-weight: 500;
    font-size: 15px;
    border: 2px solid #CCCCCC;
    width: 100%;
    cursor: text;
}

.input-outline-grey::-webkit-input-placeholder {
    color: #CCCCCC !important;
}

.input-outline-grey:-ms-input-placeholder {
    color: #CCCCCC !important;
}

.input-outline-grey::-ms-input-placeholder {
    color: #CCCCCC !important;
}

.input-outline-grey::-moz-placeholder {
    color: #CCCCCC !important;
}

.input-outline-grey::placeholder {
    color: #CCCCCC !important;
}

.process-slider-item img {
    margin: auto;
}

.slider-box {
    width: 180px;
    margin: 0 auto;
    box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

.slider-box-top {
    width: 100%;
    height: 76px;
    background: linear-gradient(to bottom, rgba(44, 74, 112, 1) 0%, rgba(44, 74, 111, 1) 30%, rgba(44, 72, 107, 1) 48%, rgba(42, 60, 88, 1) 75%, rgba(36, 45, 66, 1) 92%, rgba(36, 45, 66, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c4a70', endColorstr='#242d42', GradientType=0);
    text-align: center;
    color: #fff;
}

.slider-box-top h3 {
    font-size: 14px;
    padding-top: 22px;
}

.slider-box-top img {
    margin: auto;
    transform: translateY(3px);
}

.slider-box-body {
    width: 100%;
    height: 195px;
    text-align: center;
    padding: 30px 5px 5px;
    padding-top: 30px;
    background: #fff;
}

.slider-box-body p {
    font-size: 11px;
    color: #99A8BA;
    margin-bottom: 5px;
}

.school-box {
    width: 260px;
    margin: 0;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
}

.school-box-outer {
    overflow: visible;
}

.school-box-outer h4{
    border-left: 1px solid #29203D;
    padding-left: 10px;
    line-height: 24px;
    margin-top: -5px;
    margin-bottom: 20px;
}

.school-box-body {
    width: 100%;
    height: 200px;
    background-color: none;
    padding: 6px 10px;
    color: rgba(74, 33, 97, 0.8);
    position: relative;
    transition: .5s;
}

.school-box-body:hover {
    background-color: rgba(74, 33, 97, 0.8);
}

.school-box-body p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0);
    transition: .5s;
}

.school-box-body:hover p {
    color: rgba(255, 255, 255, 1);
}

.school-box-links{
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background-color: rgba(74, 33, 97, 0.8);
    padding: 14px 0;
    transition: .5s;
}

.school-box-body:hover .school-box-links{
    background-color: rgba(74, 33, 97, 0);
}

.school-box-links .btn{
    width: 43%;
    margin: 0px 3px;
    padding: 3px;
    height: 27px;
}

.testimonial-box {
    max-width: 290px;
    margin: 0;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
}

.testimonial-box-outer {
    overflow: visible;
}

.testimonial-box-outer h4{
    border-left: 1px solid #29203D;
    padding-left: 10px;
    line-height: 24px;
    margin-top: -5px;
    margin-bottom: 20px;
}

.testimonial-box-body {
    width: 100%;
    background: #EC5E36;
    padding: 10px;
    color: #fff;
    position: relative;
    min-height: 303px;
}

.testimonial-box-body p {
    font-size: 12px;
}

#content ul.checkboxes {
    list-style-image: url(/images/checkbox-icon.svg);
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    padding-left: 0;
}

#content ul.checkboxes li::before {
    content: "";
    padding: 0;
}

#content ul.checkboxes li {
    font-size: 12px;
    color: #2E4B70;
    list-style-position: inside;
}

.royalSlider {
    width: 100% !important;
    height: 600px;
}

#PanelCookieNote {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.cookie-note {
    padding: 5px;
    text-align: center;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.5);
}

.cookie-note p {
    font-size: 12px;
    display: inline-block;
    margin: 0;
    color: #000;
}

.cookie-note .close {
    color: #000;
    background: #fff;
    border: solid 2px #000;
    padding: 3px 6px 2px 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    margin-left: 10px;
    float: none;
    opacity: 1;
    text-shadow: none;
}

.cookie-note .close:hover {
    color: #fff !important;
    background: #000;
}

.bg-blue-grad {
    background-color: #2c4a70;
    background: linear-gradient(to bottom, rgba(44, 74, 112, 1) 0%, rgba(44, 74, 111, 1) 30%, rgba(44, 72, 107, 1) 48%, rgba(42, 60, 88, 1) 75%, rgba(36, 45, 66, 1) 92%, rgba(36, 45, 66, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c4a70', endColorstr='#242d42', GradientType=0);
}

.logo-bg {
    background-color: #fff;
    background-image: url(/images/logo-bg.svg);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
}

.gradient-bg {
    background-color: #fff;
    background-image: url(/images/gradient-bg.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
}

.blog-box {
    border-radius: 10px;
    overflow: hidden;
}
.blog-box img {
    transition: scale .3s;
}
.blog-box:hover img {
    scale: 110%;
}

.blog-image {
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
}

.blog-box-inner {
    width: 100%;
    padding: 20px 30px;
    text-align: left;
    background: #EC5E36;
    z-index: 1;
    position: relative;
}

.blog-intro{
    color:#fff;
    font-size: 15px;
    margin: 0;
    margin-bottom: 10px;
    height: 70px;
}

.blog-tags{
    background: #EC5E36;
    line-height: 1.5;
}

.blog-tag a:hover{
    color: #fff;
}

@media screen and (max-width:992px){
    .blog-intro{
        height: 70px;
    }
}

.blog-title a{
    color: #fff;
}

.latest-articles-title{
    font-weight: 400;
}
/* 
.blog-button {
    display: inline-block;
    -webkit-transform: translateY(31px);
            transform: translateY(31px);
    margin: auto;
    padding: 11px 12px;
} */

/* .article-date {
    font-size: 33px;
} */

.article-image {
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 600px;
    width: 100%;
}

.archive-box{
    background: #EC5E36;
    border-radius: 10px;
}

.news-img{
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position: center;
}

.navigator-box:hover{
    color: #000;
}

.navigator-box p{
    color: #242D42;
}

.navigator-box span{
    color: #EC5E36;
    font-size: 12px;
}

.navigator-box:hover span span{
    text-decoration: underline;
}

.navigator-box{
    /* box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, 0.15); */
    box-shadow: 0px 5px 6px 0 rgba(0, 0, 0, 0.04), 0px 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.navigator-text{
    font-size: 14px;
}

.dropdown {
  position: relative;
  /* overflow: hidden; */
  padding: 0;
  color: #308CD9;
}

.dropdown:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 10px;
  width: 0;
  height: 0;
  border: 10px dashed;
  border-color: #fff transparent;
  pointer-events: none;
}

.dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
  display: none;
}

.dropdown-select {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 9px 16px;
  font-size: 15px;
  color: #fff;
  background: #f2f2f2; /* Fallback for IE 8 */
  background: rgba(0, 0, 0, 0) !important; /* "transparent" doesn't work with Opera */
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

.dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #fff;
  /* outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px; */
}

.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: none;
  border-radius: 3px;
  cursor: pointer;
  color: #000;
}

/* Fix for IE 8 putting the arrows behind the select element. */

.lt-ie9 .dropdown {
  z-index: 1;
}

.lt-ie9 .dropdown-select {
  z-index: -1;
}

.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */

@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }
}

input[type="checkbox"]{
    /* width: 18px;
    height: 18px;
    visibility: hidden;
    position: relative; */
    margin-right: 10px;
}

input[type="checkbox"]::after{
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    border: 2px solid #fff;
    background: none;
    visibility: visible;
    font-size: 24px;
    transition: 200ms;
    cursor: pointer;
}

input[type="checkbox"]:checked::after{
    content: "\02713";
    color: #fff;
    font-size: 12px;
    padding: 1px 2px;
    background: #F6882E;
    border-color: #308CD9;
}

.quote-label{
    font-size: 12px;
    transform: translateY(-4px);
    display: inline-block;
    padding-left: 6px;
}

.quote-label a{
    color: #fff;
}

.quote-label a:hover{
    color: #fff;
    text-decoration: underline;
}

span.required:not([style*="display:none"]) + span{
    border-color: red;
}

span.required:not([style*="display:none"]) + .input-outline{
    border-color: red;
}

.fb-page{
    box-shadow: 0 5px 6px 0 rgba(0,0,0,.03), 0 10px 25px 0 rgba(0,0,0,.15);
}

.loading-box {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;

    border-top: 3px solid #fff;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #fff;
    border-right: 3px solid transparent;

    border-radius: 50px;

    -webkit-animation: cwSpin 1s linear .2s infinite;
    animation: cwSpin 1s linear .2s infinite;
}

.accordion .card{
    border: none;
    border-radius: 0;
    background: none;
}

.accordion .card .card-header{
    border-radius: 0;
    background: #EC5E36;
    margin-top: 10px;
    font-weight: 700;
    padding: 5px 20px;
}

.accordion .card .card-header h2{
    line-height: 26px;
}

.accordion .card .card-body{
    background: #fff;
    margin-bottom: 30px;
}

.accordion .card .btn{
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    font-weight: 700;
}

.accordion .card .btn::after{
    content: "+";
    font-weight: 700;
    font-size: 32px;
    float: right;
    height: 24px;
    margin-top: -12px;
    color: #fff;
}

.accordion .card .btn:not(.collapsed)::after{
    content: "-";
    margin-top: -16px;
}

.view-more-link.collapsed{
    color: #0073CC;
    font-weight: 700;
    text-align: center;
    display: block;
}

.view-more-link:hover{
    color: #0073CC;
    text-decoration: underline;
}

.view-more-link:not(.collapsed){
    display: none;
    padding: 0;
}

/*ADDED FOR COOKIE SUPPORT FROM THEATRE TOKENS*/
.overlay-box {
    border: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 15px 12px;
    width: 58%;
    margin-left: auto;
    margin-right: auto;
}

.overlay-box h1,
.overlay-box h2,
.overlay-box h3 {
    color: #fff;
}


.overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    text-align: center;
    padding-top: 200px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    
    z-index: 1500;
}

.overlayContent {
    width: 50%;
    padding: 20px;
    position: fixed;
    top: 145px;
    left: 50%;
    margin-left: -25%;
    margin-top: 0;
    z-index: 1501;

    background: #211D53;
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    border: solid 2px #fff;

}

.overlayContent a{
    color: #fff;
    text-decoration: underline;
}

.overlayContent a:hover{
    color: #308CD9;
    text-decoration: underline;
}

.overlayContentAbs {
    position: absolute;
}

.overlayContentAbs {
        position:absolute !important;
}

.social-block{
    position: fixed;
    right: 0;
    padding: 10px;
    z-index: 200;
    border-radius: 5px 0 0 5px;
    border: 2px solid #fff;
    border-right: none;
}

.card-header img{
    margin-right: 15px;
}

.flag{
    float: right;
    margin: 5px;
    border: solid 2px#fff;
    border-radius: 50%;
    background:#fff;
}

.form-group input[type="submit"].button{
    height: 34px;
    display: inline-block;
    border: none;
    background: #EC5E36;
    border-radius: 0;
    padding: 8px;
    color: #fff !important;
    font-weight: 700;
    font-size: 10px;
    cursor: pointer;
}

.banner-wrapper{
    display: grid;
    grid-template-columns: [first] 50% [line2] 50% [end];
    /* -moz-column-gap: 30px;
         column-gap: 30px; */
    background: #3E89C8;
}

.banner-img img{
    width: 100%;
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.banner-desc-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-desc{
    padding: 30px;
    width: 650px;
    max-width: 50vw;
    margin-left: auto;
}

.slick-dotted.slick-slider {
    margin-bottom: 0!important;
}

.slick-dots {
	bottom: 50px!important;
    left: 0!important;
    display: block!important;
    position: relative!important;
    max-width: 1300px!important;
    margin: auto!important;
    text-align: left!important;
    /* transform: translateY(-50px)!important; */
    height: 0!important;
}

.slick-dots li button::before {
    font-size: 15px!important;
    color: #fff!important;
    opacity: .3!important;
}

.slick-dots li.slick-active button::before {
    opacity: 1!important;
}

.testimonial {
    font-size: 42px;
    font-weight: 400;
    text-align: center;
    max-width: 670px;
    margin: auto;
}

.testimonial-long {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    max-width: 915px;
    margin: auto;
    line-height: 1.3;
}

.split-bg{
    background: url(/images/map.svg),#308CD9;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 50%, 50%;
}

path:hover{cursor:pointer;-webkit-filter: drop-shadow(0 0 5px #fff);filter: drop-shadow(0 0 5px #fff);}
svg{overflow: visible;}
svg path{transition: -webkit-filter .3s;transition: filter .3s;transition: filter .3s, -webkit-filter .3s}
svg:hover path:not(:hover){-webkit-filter:contrast(55%) brightness(140%);filter:contrast(55%) brightness(140%)}

.search_text{
    padding: 12px 10px 13px 10px;
    border-radius: 10px 0 0 10px;
    border: solid 2px #fff;
    display: inline-block;
    background: #fff;
    width: 100%;
    max-width: 220px;
}

#PanelSearch a{
    display: inline-block;
    border-radius: 0 10px 10px 0;
    /* border: none; */
    vertical-align: top;
}

.clip-image{
    position: absolute;
    top: 0;
}

.clip-image-2{
    margin-top: -96px;
    margin-bottom: -90px;
}

.clip-image-3{
    margin-top: -85px;
    margin-bottom: -90px;
}

/* Chrome & Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    svg path{transition: fill .3s;}
    path:hover{fill:#878787;}
}

@-webkit-keyframes cwSpin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes cwSpin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ccwSpin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes ccwSpin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}


@media only screen and (min-width: 1300px) {
    .clip-image-2{
        margin-top: -134px;
        margin-bottom: -90px;
    }

    .clip-image-3{
        margin-top: -134px;
        margin-bottom: -90px;
    }

    /* .royalSlider {
        height: 600px !important;
    } */

    .container-wide {
        max-width: 1300px;
    }
}

@media only screen and (min-width: 992px) {
    .container-narrow {
        max-width: 780px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .royalSlider {
        height: 450px;
    }
    .clip-image-2{
        margin-top: -52px;
        margin-bottom: -90px;
    }

    .clip-image-3{
        margin-top: -54px;
        margin-bottom: -90px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .royalSlider {
        height: 300px;
    }
}

@media screen and (max-width:991px) {
    .banner-wrapper{
        display: flex;
        flex-direction: column;
    }
    .banner-img img{
        height: 400px;
    }
    .slick-dots{
        text-align: center !important;
        bottom: 35px !important;
    }
    .banner-desc{
        max-width: 100%;
        margin: auto;
        padding: 30px;
    }
    
    .newsText {
        height: 72px;
    }

    .banner-button {
        width: 50px;
        height: 50px;
        margin: 0 auto -25px;
        background-size: 50px 50px;
    }

    .navbar {
        padding: 20px;
    }

    .banner-panel {
        width: 60%;
        padding-bottom: 60px;
    }

    .navbar .navbar-nav span{
        display: none;
    }

    .menuLevel1 {
        width: 100%;
        text-align: left;
        padding: 0 30px;
    }

    .navbar-light .navbar-nav .menuLevel1:last-of-type .nav-link {
        padding: 15px 0px;
    }

    .dropdown-menu {
        box-shadow: none;
        width: 100%;
    }

    .clip-image-2{
        display: none;
    }

    .clip-image-3{
        margin-top: 0px;
        margin-bottom: -90px;
    }

}

@media screen and (max-width:768px) {
    .banner-img img{
        height: 400px;
    }
    
    .navbar-default {
        box-shadow: none;
        width: 100%;
    }
    .nav>li {
        border-right: none;
    }

    /* .navbar-nav>li>a {
        line-height: 180% !important;
    } */

    .navbar-brand {
        color: #fff !important;
        font-size: 150%;
        margin-bottom: 5px;
        margin-top: 5px;
        text-decoration: none;
    }

    .navbar .navbar-nav {
        width: 100%;
    }
    
    .navbar-nav>li>ul::before,
    .navbar-nav>li>ul::after {
        border: none;
    }

    .dropdown-menu>li:nth-child(2n+1) {
        background-color: #dfdfdf;
    }

    .menuLevel1 ul li {
        text-align: center;
    }

    #content>section:not(#banner),
    #contact-form,
    .blog-landing,
    .blog-article,
    #Social,
    .gallery-section,
    .archive-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .mobile-center {
        text-align: center;
    }

    /* h1,
    .h1 {
        font-size: 26px;
    }

    h2,
    .h2 {
        font-size: 20px;
    }

    h3,
    .h3 {
        font-size: 18px;
    }

    h4,
    .h4 {
        font-size: 16px;
    } */

    .overlayContent {
        top: 90px;
        width: 90%;
        left: 50%;
        margin-left: -45%;
    }

    .page-title h1{
        display: none;
    }

    .page-title-white h1{
        display: none;
    }

    .clip-image-3{
        margin-top: 15px;
        margin-bottom: -30px;
    }
}

@media only screen and (max-width: 767px) {
    .royalSlider {
        height: 250px;
    }
}

@media only screen and (max-width: 450px) {
    .royalSlider {
        height: 200px;
    }
}

@media only screen and (max-width: 400px) {
    .search_text {
        max-width: 190px;
    }
    .banner-img img {
        height: 300px;
    }
}

@media screen and (max-width:767px) {
    h1.big, h2.big{
        font-size: 36px;
    }
    h1, .h1 {
        font-size: 29px;
    }
    #content>section:not(#banner),
    #book-now
      {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.skip-link {
    font-family: 'Bitter', serif;
    font-weight: 700;
    border-radius: 10px;
    padding: 10px 15px;
    border-radius: 10px;
    background: #F15A33;
    color: #fff;
    height: 30px;
    left: 50%;
    padding: 8px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
}

.skip-link:focus {
    transform: translateY(0%); 
    top: 2px;
    color: #fff;
}

.homeFooterLogos a {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

@media only screen and (min-width: 767px) {
    .bullet-list-space-x2 li {
        margin-left: 22%;
    }
}

@media only screen and (min-width: 767px) {
    .bullet-list-space li {
        margin-left: 13%;
    }
}

@media only screen and (max-width: 767px) {
    ul {
        clear: both;
    }
}


