<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* TABLE OF CONTENT
 1. General
 2. Buttons
 3. Header
 4. Menu
 5. Footer
 6. Titles
 7. Form &amp; Popup
 8. Backgrounds
 9. Homepage
 10. Video slider
 11. Video page
 12. School page
 13. All Schools page
 14. Search + Search page
 15. Login page
 16. Page
 17. Dashboard section
 18. Popup
 19. Contact page
 20. Search page
 99. Searchpromo
 X. Mobile
 */



/* 1. General */
body {
    font-family: 'Montserrat', sans-serif;
    margin-top: 102px;
}

body.homepage {
    margin-top: 0px!important;
}

.overlay-waiting {
    position: fixed;
    z-index: 99999998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,0.75);
    text-align: center;
    display: none;
}

.overlay-waiting div.loading_screen_content {
    position: absolute;
    top: calc(50% - 140px);
    width: 100%;
    text-align: center;
}

.overlay-waiting div.loading_screen_content .loading_star {
    position: absolute;
    left: calc(50% - 80px);
    border-left: 16px solid #FFF;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    margin-top: 70px;
    margin-left: 74px;
}

.overlay-waiting div.loading_screen_content .loading_circle1,
.overlay-waiting div.loading_screen_content .loading_circle2,
.overlay-waiting div.loading_screen_content .loading_circle3{
    width: 160px;
    position: absolute;
    left: calc(50% - 80px);
}

.overlay-waiting div.loading_screen_content .loading_circle3{
    animation: spinclockwise 3s linear infinite;
}

.overlay-waiting div.loading_screen_content .loading_circle2 {
    animation: spincounterclockwise 3s linear infinite;
}

@keyframes spinclockwise { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
@keyframes spincounterclockwise { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }

#CybotCookiebotDialogBody p {
    color:#2a2a2a;
}

.m-top-0 {
    margin-top: 0px;
}

.m-top-10 {
    margin-top: 10px;
}

.font-size-18 {
    font-size: 18px;
}

.font-weight-bold {
    font-weight: bold;
}

.font-uppercase {
    text-transform: uppercase;
}

.hover-blue:hover {
    color: #006ab2;
}

p {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;
}

/*a {*/
    /*color: #006ab2;*/
/*}*/

.pointer {
    cursor: pointer;
}

/*a,a:hover,a:visited {*/
    /*color: #006ab2;*/
/*}*/

label {
    font-weight: 400;
    cursor: pointer;
}

@keyframes spinner {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.visible-md-link {
    display: none!important;
}

.m-bottom-25 {
    margin-bottom: 25px;
}

.m-bottom-35 {
    margin-bottom: 35px;
}

.m-bottom-50 {
    margin-bottom: 50px;
}

.m-bottom-75 {
    margin-bottom: 75px;
}

.m-top-25 {
    margin-top: 25px;
}

.m-top-30 {
    margin-top: 30px;
}

.m-top-50 {
    margin-top: 50px;
}

.m-top-75 {
    margin-top: 75px;
}

.m-top-100 {
    margin-top: 100px;
}

.p-right-25 {
    padding-right: 25px;
}

.no-margin {
    margin: 0px!important;
}

.no-mar-left {
    margin-left: 0px!important;
}

.clearfix {
    clear: both;
}

.popup-block {
    display: none;
}

.notification {
    display: none;
}

.welcome {
    display: none;
}

.float-right {
    float: right;
}

.color-blue,.color, .color-hover:hover, .active-color, #like_video.active {
    color: #006ab2;
}

.color-green {
    color: #417505;
}

.color-blue-important {
    color: #006ab2!important;
}

.color-gray {
    color: #9b9b9b;
}

.color-black {
    color: #000000;
}

.no-underline:hover {
    text-decoration: none!important;
}

.color-red {
    color: #e3000f; /*mbatube color*/
}

.invalid {
    border: 1px solid #e3000f!important;
}

.color-weight-bold {
    font-weight: 800!important;
}

.color-weight-light {
    font-weight: 300;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.no-pad-left {
    padding-left: 0px;
}

.no-pad-right {
    padding-right: 0px;
}

.spacer-10 {
    height: 10px;
}

.spacer-25 {
    height: 25px;
}

.spacer-50 {
    height: 50px;
}

.spacer-75 {
    height: 75px;
}

.spacer-100 {
    height: 100px;
}

.spacer-250 {
    height: 250px;
}

#notification {
    position: fixed;
    color: #f5f5f5;
    text-transform: uppercase;
    min-width: 200px;
    letter-spacing: 1px;
    max-width: 50vw;
    min-height: 50px;
    padding: 15px 20px;
    background: rgba(0,0,0,0.8);
    border-radius: 5px;
    /*bottom: 40px;*/
    top: 20px;
    right: -80vw;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2),0 2px 5px 0 rgba(0,0,0,0.12);
    transition: .3s;
    z-index: 99999999;
}

#notification a {
    font-weight: 800;
}


/* 2. Buttons */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(126, 239, 104, 0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(126, 239, 104, 0)!important;
    outline: 0 none!important;
}

.btn {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 13px 120px 15px 120px;
}

.btn.btn-block {
    padding: 13px 0px 15px 0px;
}

.btn-primary {
    color: #fff;
    background-color: #006ab2;
    border-color: #006ab2;
}

.btn-primary:hover {
    color: #fff;
    background-color: #004d80;
    border-color: #004d80;
}

.btn-secondary:hover {
    background-color: #666;
}

.btn-padding-small {
    padding: 15px 40px 15px 40px;
}

/* 3. Header */
.share-header {
    font-size: 24px!important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000!important;
    margin-top: 14px!important;
}

.share-subheader {
    font-size: .9em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #9b9b9b;
}

.main-menu-bar {
    text-align: right;
}

.main-menu-bar i{
    font-size: 45px;
    cursor: pointer;
}

.mbatube-header {
    padding: 33px 0 25px 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    position: fixed;
    background-color: #ffffff;
    z-index: 7999999;
    width: 100%;
    top: 0px;
}

.mbatube-header .main-menu-bar {
    float: right;
    width: 44px;
    height: 44px;
    padding: 10px;
    text-align: center;
    color: #006ab2;
    border-radius: 5px;
}

.mbatube-header .main-menu-bar i {
    font-size: 23px;
}

.mbatube-header .img-header-home {
    height: 44px;
}

.mbatube-header .nav-header-control{
    text-align:  right;
    padding-right: 35px;
    margin-bottom: 0px;
}

.mbatube-header .nav-header-control li{
    display: inline-block;
}

.mbatube-header .nav-header-control li:not(.no-hover) a:hover{
    background-color: #006ab2;
    border-radius: 5px;
    color: #ffffff;
}

.mbatube-header .nav-header-control li{
    padding: 12px 0px;
}

.mbatube-header .nav-header-control li a {
    padding: 12px 15px;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #006ab2;
    text-decoration: none;
}

.mbatube-header .header-search {
    max-width: 450px;
    width: 100%;
    float: left;
    overflow: hidden;
}

.mbatube-header .header-search .search-bar {
    border-radius: 5px;
    border: solid 1px #dbdbdb;
    background-color: #ffffff;
    height: 44px;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #006ab2;
    padding-left: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.mbatube-header .header-search .search-bar::placeholder {
    font-weight: normal;
}

.mbatube-header .header-search .search-bar::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #006ab2;
}

.mbatube-header .header-search .search-bar:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #006ab2;
}

.mbatube-header .header-search .search-bar::-ms-input-placeholder { /* Microsoft Edge */
    color: #006ab2;
}

.mbatube-header .header-search #search_field .input-group-addon {
    background-color: #006ab2;
    border-color: #006ab2;
    padding: 0px;
}

.mbatube-header .header-search .search-btn {
    background-color: transparent;
    border: none;
    width: 65px;
    padding: 16px auto 17px auto;
}

.mbatube-header .header-search .search-btn img {
    height: 20px;
}

.mbatube-header .header-search .search-btn:hover img {
    opacity: 0.8;
}

.mbatube-header .img-search-header-menu {
    max-height: 23px;
}



/* 4. Menu */
.menu {
    display: none;
}

.menu .sep {
    height: 20px;
    /*border-bottom: 1px solid #F4F4F4;*/
}

.menu {
    /*position: fixed;*/
    /*z-index: 99999999;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-color: rgba(51,51,51,0.75);*/
    display: none;
}

.menu .menu-background {
    position: fixed;
    z-index: 99999998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,0.75);
}

.menu  .menu-menu {
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    background: #FFF;
    width: 50%;
    min-width: 250px;
    margin-left: -900px;
    transition: .2s;
    height: 100vh;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    -webkit-box-shadow: 0 0 5px rgba(50,50,50,.1);
    box-shadow: 0 0 5px rgba(50,50,50,.1);
}

.menu .menu-header {
    padding: 45px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #222222;
}

.menu .menu-logo {
    max-height: 25px;
}

.menu .menu-close {
    float: right;
    color: #006ab2;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    margin-top: -60px;
}

.menu .menu-content {
    padding: 45px;
}

.menu .dd-header {
    color: #000;
    height: 40px;
    line-height: 39px;
    border-top: 1px solid #F4F4F4;
    display: block;
    font-size: 1.1em;
    width: 100%;
    padding: 0px;
    cursor: pointer;
}

.menu .dd-header:hover {
    text-decoration: underline;
}


.menu a {
    color: #000;
    height: 40px;
    line-height: 39px;
    /*border-bottom: 1px solid #F4F4F4;*/
    display: block;
    font-size: 1.1em;
    width: 100%;
    padding: 0px;
}

.menu .fb-container {
    padding: 15px 0px;
}

.menu .dropdown &gt; a {
    line-height: 14px;
    font-size: 12px;
    height: auto;
    padding: 10px 10px 10px 30px;
    border: none;
}

.menu .dropdown {
    height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #F4F4F4;
    transition: .2s;
}

.menu .dropdown.open {
    height: 300px;
}


.menu .social-icons ul {
    list-style: none;
    padding-left: 0px;
    text-align: left;
}

.menu .social-icons li {
    display: inline-block;
}

.menu .social-icons li i {
    padding: 20px;
    font-size: 30px;
    width: 70px;
    text-align: center;
    text-decoration: none;
    margin: 0px 4px;
    border-radius: 50%;
    background-color: #e2efff;
    color: #0064b4;
}




/* 5. Footer */
footer {
    background-color: #e2efff;
    padding-top: 50px;
}

footer img.footer-logo{
    margin: 15px 0px 35px 0px;
    max-width: 240px;
}

footer .social-icons {
    margin-bottom: 75px;
}

footer .social-icons ul{
    list-style: none;
    padding-left: 0px;
    text-align: right;
}

footer .social-icons li {
    display: inline;
}

footer .social-icons li i {
    padding: 20px;
    font-size: 30px;
    width: 70px;
    text-align: center;
    text-decoration: none;
    margin: 0px 4px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #000000;
}

footer .footer-nav a,footer .footer-nav p,footer .footer-nav div{
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.13;
    letter-spacing: normal;
    color: #006ab2;
    cursor: pointer;
}

footer .footer-nav p.hidden-xs {
    cursor: default;
}

footer .footer-nav a:hover,footer .footer-nav a:active,footer .footer-nav a:visited,footer .footer-nav div:hover,footer .footer-nav div:visited {
    text-decoration: underline;
    color: #006ab2;
}

footer .footer-nav ul{
    list-style: none;
    padding-left: 0px;
}

footer .footer-nav p {
    font-weight: bold;
    margin-bottom: 0px;
}

footer .sub-footer-nav {
    margin: 50px 0;
}

footer .sub-footer-nav ul{
    list-style: none;
    padding-left: 0px;
}

footer .sub-footer-nav li {
    display: inline;
    margin-right: 30px;
}

footer .sub-footer-nav a,footer .sub-footer-nav {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.13;
    letter-spacing: normal;
    color: #006ab2;
}

footer .footer-video-categories-nav,footer .footer-about-mbatube-nav,footer .footer-member-schools-nav,footer .footer-advertising-nav {
    display: block;
}



/* 6. Titles */
h1,.page-title {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
}

h2,.page-subtitle {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
}

h3 {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
}


/* 7. Forms and Popups */
select {
    padding-right: 25px!important;
    cursor: pointer;
    padding-top: 7px!important;
    padding-bottom: 8px!important;
}

.mbatube-form input {
    width: 100%;
}

.checkbox-gdpr {
    font-size: 80%;
    text-align: left;
}

input[type="text"]:not(#SearchInput), input[type="number"], input[type="email"], input[type="password"], textarea, select,
input[type="text"]:not(#SearchInput):focus, input[type="number"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus{
    min-height: 37px;
    width: 100%;
    border: 1px solid #CCC;
    padding: 0 10px;
    background-color: #FFF;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
    color: rgba(0,0,0,.75);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    transition: .2s;
    margin-bottom: 17px;
}

.popup-lead {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*.popup-lead {*/
    /*background-color: #ffffff;*/
    /*position: relative;*/
    /*z-index: 9999999;*/
    /*background: #FFF;*/
    /*padding: 10px 30px 20px;*/
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);*/
    /*margin: 100px auto 50px auto;*/
    /*width: 90%;*/
    /*max-width: 600px;*/
/*}*/

.popup-block-main {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999999;
    margin-bottom: 50px;
    display: none;
}

.main-popup {
    position: relative;
    z-index: 9999999;
    background: #FFF;
    padding: 10px 30px 20px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    margin: 0 auto;
    margin-top: 100px!important;
    margin-bottom: 0px;
    width: 90%;
    max-width: 750px;
    margin-bottom: 50px;
}

.main-popup-bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
    opacity: .75;
    cursor: pointer;
}

/*.popup-block-main.popup-brochure{*/
    /*position: fixed;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: 9999999;*/
    /*margin-bottom: 50px;*/
    /*background-color: #5350508c;*/
    /*overflow: scroll;*/
/*}*/

.close-main-popup{
    min-height: 34px;
}

.close-main-popup section{
    color:black;
    margin-bottom: -5px;
    margin-top: -9px;
    margin-right: -19px;
    font-size: 34px;
    width:min-content;
    float:right;
    cursor: pointer;
}


#lead_form .formquestions input, #lead_form .formquestions select{
    min-height: 37px;
    width: 100%;
    border: 1px solid #CCC;
    padding: 0 10px;
    background-color: #FFF;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
    color: rgba(0,0,0,.75);
    height: 34px;
    margin-bottom: 15px;
    border-radius: 5px;
}

#lead_form .formquestions input[type='checkbox']{
    min-height: unset;
    width: unset;
    border: unset;
    padding: unset;
    background-color: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    color: unset;
    height: unset;
    margin-bottom: unset;
    border-radius: unset;
    margin-left: -20px;
}

#lead_form .formquestions label{
    margin-left: 20px;
}

#lead_form .formimg{
    text-align: center;
    /* min-height: 200px; */
}

#lead_form .formimg .brochure-email-btn, #lead_form .formimg .videocall-btn{
    padding-left: 0px;
    padding-right: 0px;
}
#lead_form .page-subtitle{
    margin-left: 0px;
    margin-bottom: 25px;
    margin-top: -10px;
}

.leaderrors {
    margin-left: 0px;
}

.additional-text {
    color: #666;
    font-size: 11px;
}

.main-popup p {
    color: #000000;
}

.brochurelist {
    text-align: left;
}


/* 8. Background */
.background-dark-blue {
    background-color: #006ab2;
}

.background-light-blue {
    background-color: #e2efff;
}


/* 9. Homepage */
.homepage-about {
     font-size: 16px;
     font-weight: 300;
     font-style: normal;
     font-stretch: normal;
     line-height: 2.13;
     letter-spacing: normal;
     color: #ffffff;
     padding: 50px 0;
}

.homepage-about a {
    color: #ffffff;
    text-decoration: underline;
}

.homepage-about a:hover {
    text-decoration: none;
}

.homepage-sponsored {
    background-color: #ffffff;
    padding: 10px 0px 40px 0px;
}

.homepage-sponsored .garbanzo-l{
    border: solid 1px #e2efff;
}

.homepage-sponsored .advertise-here{
    float: right;
}

.homepage-sponsored .advertise-here a{
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #006ab2;
    text-decoration: underline;
}

.homepage-sponsored .advertise-here a:hover{
    text-decoration: none;
}


.homepage-testimonials {
    padding: 50px 0px;
}


.homepage-testimonials .testimonials-title {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-bottom: 45px;
}

.homepage-testimonials .testimonial-photo {
    margin-bottom: 12px;
}

.homepage-testimonials .testimonial-photo img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display:block;
    margin:auto;
}

.homepage-testimonials .testimonial-user {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-bottom: 31px;
}

.homepage-testimonials p.testimonial-text {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #000000;
    padding-left: 25px;
    padding-right: 25px;
}

.homepage-regions {
    border-top: solid 2px #e2efff;
    padding: 50px 0px 60px 0px;
}

.homepage-regions .region {
    padding-bottom: 20px;
    text-align: center;
    color: #006ab2;
    margin-bottom: 15px;
    height: 265PX;
}

.homepage-regions .region img {
    margin-top: 15px;
    margin-bottom: 38px;
}

.homepage-regions .region-americas img {
    margin-bottom: 3px;
}

.homepage-regions .region {
    color: #006ab2;
}

.homepage-regions .region:hover {
    text-decoration: none;
}

.homepage-regions .region-link {
    cursor: pointer;
}

.homepage-regions .region-link:hover {
    background-color: #e2efff;
    border-radius: 5px;
    font-weight: bold;

}

.homepage-regions .region span {
    font-weight: 600;
}

.homepage-regions .highlight {
    border-radius: 5px;
    background-color: #e2efff;
    padding: 30px 30px 20px 30px;
    color: #006ab2;
    text-align: center;
    margin-bottom: 40px;
}

.homepage-regions .highlight .question {
    font-size: 14px;
    /*float: right;*/
    cursor: pointer;
    margin-left: 5px;
}

.homepage-regions .highlight-education {
    margin-top: 7px;
}

.homepage-regions .highlight-study {
    margin-top: 10px;
    margin-bottom: 4px;
}

.homepage-regions .highlight span {
    font-weight: bold;
    font-size: 28px;
}

.homepage-regions .partner-logos {
    text-align: center;
}

.homepage-regions .partner-logos img {
    margin: 0px 15px 35px 15px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    max-height: 65px;
    max-width: 85%;
}

.homepage-regions .partner-logos img:hover {
    margin: 0px 15px 35px 15px;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.homepage-regions .subscribe-videoletter a{
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #006ab2;
}

.homepage-regions .subscribe-videoletter {
    border-radius: 5px;
    border: solid 1px #006ab2;
    text-align: center;
    padding: 13px 0px 15px 0px;
    width: 350px;
    margin: 0 auto;
}

.homepage-regions a.read-more-about{
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #006ab2;
    cursor: pointer;
    text-decoration: underline;
    margin-top: 30px;
}

.homepage-specialization .view-more-specializations {
    cursor: pointer;
    font-size: 13px;
    width: 230px;
    margin: 0% auto;
    margin-top: 20px;
}

.homepage-specialization .view-more-specializations:hover {
    text-decoration: underline;
}

.homepage-specialization .read-more-about{
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    cursor: pointer;
    margin-top: 30px;
    border-radius: 5px;
    border: solid 1px #006ab2;
    text-align: center;
    padding: 13px 0px 15px 0px;
    width: 280px;
    margin: 0% auto;
}


.homepage-regions a.read-more-about:hover,.homepage-specialization .read-more-about:hover{
    text-decoration: none;
}

.homepage-specialization {
    border-top: solid 2px #e2efff;
    padding: 50px 0px 50px 0px;
}

.homepage-specialization .specialization-btn {
    border-radius: 20px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 0px 20px;
    margin: 15px 10px;
    cursor: pointer;
    line-height: 44px;
    display: inline-block;
    background-color: #e2efff;
    color: #006ab2;
}

.homepage-specialization .specialization-btn:hover,.homepage-specialization .specialization-btn.selected {
    text-decoration: none;
    background-color: #006ab2;
    color: #ffffff;
}

.homepage-controls .play-button img, .homepage-controls .mute-button img{
    position: absolute;
    right: 40px;
    margin-top: 80px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.homepage-controls .play-button {
    display: none;
}

.homepage-videos {
    border-top: solid 2px #e2efff;
    padding: 50px 0px 50px 0px;
}

.homepage-videos .videos-promotional,.homepage-videos .videos-faculty-research,.homepage-videos .videos-testimonials {
    padding: 0px;
}

.homepage-videos .video-categories{
    border-bottom: solid 1px #e2efff;
    margin-bottom: 30px;
}

.homepage-videos .video-categories ul{
    list-style: none;
    padding-left: 0px;
}

.homepage-videos .video-categories li {
    display: inline;
    padding: 0px 20px 10px 20px;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    cursor: pointer;
}

.homepage-videos .video-categories li.active,.homepage-videos .video-categories li:hover {
    font-weight: bold;
    color: #006ab2;
    border-bottom: 3px solid #006ab2;
}

/*.homepage-videos .videos-faculty-research,.homepage-videos .videos-testimonials {*/
    /*display: none;*/
/*}*/

.homepage-schools {
    padding: 50px 0px;
}

.homepage-schools .mobile-logos img {
    height: 50px;
    width: auto;
    display:block;
    margin:auto;
}

.homepage-schools .mobile-logos {
    margin-top: 15px;
    margin-bottom: 15px;
}

.homepage-buttons {
    padding: 25px 0px;
}

.homepage-buttons a {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: center;
    color: #006ab2;
}

.homepage-mainvideo &gt; .container-fluid &gt; .row {
    min-height: 850px;
}

.homepage-mainvideo .video-player {
    height: 850px;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-position: center center!important;
    background-size: cover!important;
    background-blend-mode: hard-light;
}

.homepage-mainvideo .video-player video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}

.homepage-controls {
    background-blend-mode: hard-light;
    background-image: linear-gradient(to bottom, rgba(26,26,26,0.1), rgba(26,26,26,0.5));
    position: absolute;
    top: 0;
    min-width: 100%;
    min-height: 850px;
    color: #ffffff;
    padding-top: 30px;
}

.homepage-controls ul.nav-header-control{
    list-style: none;
    padding-left: 0px;
    float: right;
}

.homepage-controls ul.nav-header-control li {
    display: inline;
    padding-right: 25px;
}

.homepage-controls .header-title {
    font-size: 48px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.3px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.homepage-controls .header-slogan {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 25px;
}

.homepage-controls .search-option {
    margin-top: 35px;
    margin-bottom: 75px;
}

.homepage-controls .search-option #search_field {
    max-width: 610px;
}

.homepage-controls .search-bar {
    border-radius: 5px;
    border: solid 1px #dbdbdb;
    background-color: #ffffff;
    height: 65px;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #006ab2;
    padding-left: 20px;
}

.homepage-controls .search-bar::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #006ab2;
    font-weight: normal;
}

.homepage-controls .search-bar:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #006ab2;
}

.homepage-controls .search-bar::-ms-input-placeholder { /* Microsoft Edge */
    color: #006ab2;
}

.homepage-controls #search_field .input-group-addon {
    background-color: #006ab2;
    border-color: #006ab2;
    padding: 0px;
}

.homepage-controls .search-btn {
    background-color: transparent;
    border: none;
    width: 95px;
    padding: 16px auto 17px auto;
}

.homepage-controls .search-btn:hover img {
    opacity: 0.8;
}

.homepage-controls .control-video.active .now-playing, .homepage-controls .control-video.active .progress{
    display: block;
}

.homepage-controls .control-video-mobile.active {
    display: block;
    float: right;
}

.homepage-controls .control-video-mobile.active a {
    position: absolute;
    right: 60px;
}

.homepage-controls .control-video-mobile {
    display: none;
}

.homepage-controls .control-video .play,.homepage-controls .control-video-mobile .play{
    width: 28px;
    height: 28px;
    background: rgba(255,255,255,0.4);
    position: absolute;
    top: 50%;
    cursor: pointer;
    left: 50%;
    margin-top: 12px;
    margin-left: -18px;
    border: 3px solid #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    transition: .2s;
}

.homepage-controls .control-video .icon,.homepage-controls .control-video-mobile .icon{
    border-left: 9px solid #FFF;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -3px;
}

.homepage-controls .control-video.active .row {
    margin-top: 0px;
}

.homepage-controls .control-video .row {
    margin-top: 25px;
}

.homepage-controls .control-video .now-playing {
    display: none;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #00d563;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.homepage-controls .control-video .video-info{
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #ffffff;
    cursor: pointer;
}

.homepage-controls .control-video .video-info .video-school-name {
    white-space: nowrap;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.homepage-controls .control-video .video-info .video-meta {
    font-size: 16px;
    font-weight: 600;
    height: 41px;
    overflow: hidden;
    color: #ffffff;
}

.homepage-controls .control-video .video-info .video-meta a,.homepage-controls .control-video .video-info .video-school-name a,
.homepage-controls .control-video .video-info .video-meta a:hover,.homepage-controls .control-video .video-info .video-school-name a:hover {
    color: #ffffff;
    text-decoration: none;
}

.homepage-controls .control-video .progress {
    display: none;
    margin-top: 15px;
    border-radius: 0px;
    height: 6px;
    background-color: rgba(255,255,255,0.5);
}

.homepage-controls .control-video .progress-bar {
    background-color: rgba(255,255,255,0.8);
}

.homepage-controls .spacer-header {
    height: 250px;
}




/* 10. Video slider */
/*.slick-list {*/
    /*overflow: visible !important;*/
/*}*/
div.slick-slide:hover {
    transform: scale(1.05);
    transition: transform 250ms;
    position: static;
}
div.slick-slide {
    margin-top: 7px;
    margin-bottom: 7px;
}
/*div.slide:hover {*/
/*    border: 1px solid #e3000f;*/
/*}*/

.video-slider .slide,.video-slider-mobile .slide {
    margin: 0px 12px;
    /*height: 270px;*/

    display: block;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;

    background-position: center center!important;
    background-size: cover!important;
    padding: 10px;
    border-radius: 15px;
}

.video-slider .slide .label,.video-slider-mobile .slide .label {
    border-radius: 14px;
    background-color: #006ab2;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 15px;
}

.video-slider .slide .video-information .schoolname,.video-slider-mobile .slide .video-information .schoolname {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #ffffff;
    white-space: nowrap;
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-slider .slide .video-collapse,.video-slider-mobile .slide .video-collapse,
.video .school-videos .video-block .slide .video-collapse,
.search-results .video-block .slide .video-collapse
{
    display: none;
    padding-top: 5px;
}

.video-slider .slide .video-collapse .eye-img,
.video-slider .slide .video-collapse .eye-views,
.video-slider .slide .video-collapse .comment-img,
.video-slider .slide .video-collapse .comment-views,
.video-slider .slide .video-collapse .likes-img,
.video-slider .slide .video-collapse .likes-views,
.video-slider-mobile .slide .video-collapse .eye-img,
.video-slider-mobile .slide .video-collapse .eye-views,
.video-slider-mobile .slide .video-collapse .comment-img,
.video-slider-mobile .slide .video-collapse .comment-views,
.video-slider-mobile .slide .video-collapse .likes-img,
.video-slider-mobile .slide .video-collapse .likes-views,
.video .school-videos .video-block .slide .video-collapse .eye-img,
.video .school-videos .video-block .slide .video-collapse .eye-views,
.video .school-videos .video-block .slide .video-collapse .comment-img,
.video .school-videos .video-block .slide .video-collapse .comment-views,
.video .school-videos .video-block .slide .video-collapse .likes-img,
.video .school-videos .video-block .slide .video-collapse .likes-views,
.search-results .video-block .slide .video-collapse .eye-img,
.search-results .video-block .slide .video-collapse .eye-views,
.search-results .video-block .slide .video-collapse .comment-img,
.search-results .video-block .slide .video-collapse .comment-views,
.search-results .video-block .slide .video-collapse .likes-img,
.search-results .video-block .slide .video-collapse .likes-views {
    float: left;
    color: #ffffff;
    font-size: 12px;
}

.video-slider .slide .video-collapse .eye-img img,
.video-slider .slide .video-collapse .comment-img img,
.video-slider .slide .video-collapse .likes-img img,
.video-slider-mobile .slide .video-collapse .eye-img img,
.video-slider-mobile .slide .video-collapse .comment-img img,
.video-slider-mobile .slide .video-collapse .likes-img img,
.video .school-videos .video-block .slide .video-collapse .eye-img img,
.video .school-videos .video-block .slide .video-collapse .comment-img img,
.video .school-videos .video-block .slide .video-collapse .likes-img img,
.search-results .video-block .slide .video-collapse .eye-img img,
.search-results .video-block .slide .video-collapse .comment-img img,
.search-results .video-block .slide .video-collapse .likes-img img {
    width: 17px;
    height: 17px;
    margin-right: 10px;
}


.video-slider .slide .video-collapse .eye-views,
.video-slider .slide .video-collapse .comment-views,
.video-slider .slide .video-collapse .likes-views,
.video-slider-mobile .slide .video-collapse .eye-img,
.video-slider-mobile .slide .video-collapse .eye-views,
.video-slider-mobile .slide .video-collapse .comment-views,
.video-slider-mobile .slide .video-collapse .likes-views,
.video .school-videos .video-block .slide .video-collapse .eye-views,
.video .school-videos .video-block .slide .video-collapse .comment-views,
.video .school-videos .video-block .slide .video-collapse .likes-views,
.search-results .video-block .slide .video-collapse .eye-views,
.search-results .video-block .slide .video-collapse .comment-views,
.search-results .video-block .slide .video-collapse .likes-views{
    margin-right: 20px!important;
}


.video-slider .slide .video-collapse .play-button,
.video-slider-mobile .slide .video-collapse .play-button,
.video .school-videos .video-block .slide .video-collapse .play-button,
.search-results .video-block .slide .video-collapse .play-button {
    float: right;
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    margin-top: -5px;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    transition: .2s;
}

.video-slider .slide .video-collapse .play-button .icon,
.video-slider-mobile .slide .video-collapse .play-button .icon,
.video .school-videos .video-block .slide .video-collapse .play-button .icon,
.search-results .video-block .slide .video-collapse .play-button .icon {
    border-left: 6px solid #FFF;
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    margin-top: 5px;
    margin-left: 6px;
}

.video-slider .slide .video-information .videoname,.video-slider-mobile .slide .video-information .videoname {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    height: 39px;
    overflow: hidden;
}

.video-slider .video-slide:hover,.video-slider-mobile .video-slide:hover{
    text-decoration: none;
}

.video-slider .slide .video-information,.video-slider-mobile .slide .video-information {
    margin-top: 209px;
}


/* 11. Video page */
.video {
    /*padding-bottom: 30px;*/
}

.video .mobile-video-video-4 {
    display: none;
}

.video .video-sidebar {
    margin-bottom: 20px;
}

.video .video-sidebar .video-title span {
    font-size: 11px;
}

.video .video-sidebar-item{
    width: 250px;
    height: 141px;
    background-position: center center !important;
    background-size: cover !important;
    border-radius: 5px;
}

.pdfupload .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    cursor: pointer!important;
}

.pdfupload .btn {
    border: 1px solid #006ab2;
    background-color: white;
    padding: 8px 20px;
    border-radius: 5px;
    color: #006ab2;
    width: 100%;
    cursor: pointer;
}

.pdfupload .upload-btn-wrapper:hover .btn,.pdfupload .upload-btn-wrapper .btn.checked {
    border: 1px solid #006ab2;
    background-color: #006ab2;;
    padding: 8px 20px;
    border-radius: 5px;
    color: #ffffff;
    width: 100%;
}

.pdfupload .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.video .video-related-content{
    padding: 10px 30px 10px 0px;
}

.video .video-related-content .related-title{
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.13;
    letter-spacing: normal;
    color: #006ab2;
}

.video .video-related-content .school-videos:not(:last-child) {
    /*margin-bottom: 30px;*/
}

.video .video-related-content .school-videos a.school-name {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #006ab2;
}

.video .video-related-content .school-videos .play-button{
    /*float: right;*/
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    /*margin-top: -5px;*/
    border: 3px solid #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    transition: .2s;
    margin: 0% auto;
    top: 28%;
    position: relative;
    display: none;
}

.video .video-related-content .school-videos:hover .play-button{
    display: block;
}

.video .video-related-content .school-videos .play-button .icon {
    border-left: 18px solid #FFF;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    margin-top: 8px;
    margin-left: 11px;
}

.video .video-related-content .video-image {
    height: 66px;
    background-position: center center !important;
    background-size: cover !important;
}

.video .video-related-content .school-videos a.video-title {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
    padding-right: 25px;
    display: inline-block;
    height: 45px;
}

.video .video-related-content .school-videos a.school-name:hover,.video .video-related-content .school-videos a.video-title:hover {
    text-decoration: none;
    font-weight: bold;
}

.video .video-details {
    padding: 20px 40px 20px 40px;
    border-bottom: 1px solid #e2efff;
    /*margin-bottom: 40px;*/
}

.video .video-details a.school-name {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #006ab2;
}

.video .video-comment-popup {
    cursor: pointer;
}

.video .video-details .video-title {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
    /*margin-top: 10px;*/
}

.video .video-details .video-description,.video .videos-description .video-description {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #000000;
    margin-top: 20px;
}

.video .video-details .video-learn-more {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 20px;
}

.video .video-details .video-description .morecontent span {
    display: none;
}

.video .video-details .video-description .morelink {
    display: inline-block;
}

.video .video-details .video-description .read-more {
    cursor: pointer;
}

.video .video-details .video-description .read-more:hover {
    cursor: pointer;
    text-decoration: underline;
}

.video .video-details .video-buttons{
    padding-left: 0px;
}

.video-buttons li{
    display: inline-block;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #006ab2;
    cursor: pointer;
    padding: 15px;
}

/*.video-buttons-mobile {*/
/*    list-style-type: none;*/
/*    padding-left: 0px;*/
/*    margin-top: 20px;*/
/*}*/

/*.video-buttons-mobile li{*/
/*    width: 100%;*/
/*    height: 50px;*/
/*    border-radius: 5px;*/
/*    object-fit: contain;*/
/*    font-size: 13px;*/
/*    font-weight: bold;*/
/*    font-style: normal;*/
/*    font-stretch: normal;*/
/*    line-height: normal;*/
/*    letter-spacing: 0.7px;*/
/*    text-align: left;*/
/*    color: #ffffff;*/
/*    padding-top: 17px;*/
/*    padding-left: 25px;*/
/*    cursor: pointer;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.video-buttons-mobile li:hover{*/
/*    text-decoration: underline;*/
/*}*/


/*.video-buttons-mobile li a{*/
/*    color: #ffffff;*/
/*}*/



/*.video-buttons-mobile li img,.video-buttons-mobile li .img{*/
/*    float: right;*/
/*    position: relative;*/
/*}*/

.video-buttons li a:hover,
.video-buttons li a:focus,
.video-buttons li a:active {
    color: #006ab2;
    text-decoration: none;
}

/*.video-buttons .video-button {*/
/*    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    border-radius: 50%;*/
/*    object-fit: contain;*/
/*    font-size: 14px;*/
/*    font-weight: 500;*/
/*    font-style: normal;*/
/*    font-stretch: normal;*/
/*    line-height: normal;*/
/*    letter-spacing: 0.7px;*/
/*    text-align: center;*/
/*    color: #ffffff;*/
/*}*/

.video-buttons .video-button {
    width: 60px;
    height: 60px;
}
.video-buttons .video-button img {
    width: 100%;
}
.video-buttons .video-button img.video-button-icon-hover {
    display:none;
}

.video-buttons li a:hover .video-button img:not(.video-button-icon-hover),
.video-buttons li a:active .video-button img:not(.video-button-icon-hover),
.video-buttons li a:focus .video-button img:not(video-button-icon-hover) {
    display: none;
}
.video-buttons li a:hover .video-button img.video-button-icon-hover,
.video-buttons li a:active .video-button img.video-button-icon-hover,
.video-buttons li a:focus .video-button img.video-button-icon-hover {
    display: inline;
}

/*.video-buttons .video-button.blue {background-color: #006ab2; padding-top: 14px;}*/
/*.video-buttons .video-button.red {background-color: #d20303; padding-top: 21px;}*/
/*.video-buttons .video-button.orange {background-color: #e89412; padding-top: 14px;}*/
/*.video-buttons .video-button.green {background-color: #417505; padding-top: 17px;}*/

/*.video-buttons-mobile .blue {background-color: #006ab2;}*/
/*.video-buttons-mobile .red {background-color: #d20303;}*/
/*.video-buttons-mobile .orange {background-color: #e89412;}*/
/*.video-buttons-mobile .green {background-color: #417505;}*/

/*.video-buttons-mobile .blue img {top: -9px; right: 14px;}*/
/*.video-buttons-mobile .red .img {right: 11px;}*/
/*.video-buttons-mobile .orange img {top: -8px; right: 15px;}*/
/*.video-buttons-mobile .green img {top: -4px; right: 12px;}*/

.video .video-about {
    padding-top: 80px;
}

.video .video-about .about-categories{
    border-bottom: solid 1px #e2efff;
    margin-bottom: 30px;
}

.video .video-about .about-categories ul{
    list-style: none;
    padding-left: 0px;
    margin-top: 25px;
}

.video .video-about .about-categories li {
    display: inline;
    padding: 0px 20px 10px 20px;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    cursor: pointer;
}

.video .video-about .about-categories li.active,.video .video-about .about-categories li:hover {
    font-weight: bold;
    color: #006ab2;
    border-bottom: 3px solid #006ab2;
}

.video .video-about-slides .videos-description,.video .video-about-slides .videos-comments {
    display: none;
}

.video .video-about-slides .video-about-logo img{
    padding: 65px 14px 45px 14px;
    /*border: solid 1px #e2efff;*/
}

.video .video-about-slides .school-name {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 15px;
}

.video .video-about-slides .view-profile {
    border-radius: 5px;
    border: solid 1px #006ab2;
    text-align: center;
    padding: 13px 0px 15px 0px;
    margin-top: 30px;
    width: 350px;
}

.video .video-about-slides .view-profile a {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #006ab2;
}

.video .video-about-slides .specializations {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: normal;
    color: #000000;
}

.video .video-about-slides .spec-button {
    border-radius: 20px;
    background-color: #e2efff;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #006ab2;
    padding: 8px 25px;
    float: left;
    overflow: hidden;
    margin-top: 10px;
    clear: both;
}

.video .video-about-slides .videos-school-details {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: normal;
    color: #000000;
}

.video .video-about-slides .videos-school-details .blue {
    color: #006ab2;
}

.video .video-categories{
    border-bottom: solid 1px #e2efff;
    margin-bottom: 30px;
}

.video .video-categories ul{
    list-style: none;
    padding-left: 0px;
}

.video .video-categories li {
    display: inline;
    padding: 0px 20px 10px 20px;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    cursor: pointer;
}

.video .video-categories li.active,.video .video-categories li:hover {
    font-weight: bold;
    color: #006ab2;
    border-bottom: 3px solid #006ab2;
}

.video .videos-faculty-research,.video .videos-testimonials {
    display: none;
}

.video .video-meta-data {
    padding: 10px 40px;
}

.video .video-meta-data .video-views {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #006ab2;
}

.video .video-meta-data .video-views span.video-meta-upload {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #006ab2;
}

.video .video-meta-data .video-like img, .video .video-meta-data .video-share img, .video .video-meta-data .video-comment img {
    width: 24px;
    height: 22px;
    /*margin-bottom: 5px;*/
}


.video .video-meta-data .video-like, .video .video-meta-data .video-share, .video .video-meta-data .video-comment {
    width: 90px;
    float: right;
    overflow: hidden;
    text-align: center;
    font-size: 10px !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: 2;
    letter-spacing: normal;
    color: #006ab2;
    margin-top: 0px!important;
    cursor: pointer;
}

.video .video-meta-data .video-like {
    margin-right: 15px;
}

.video .school-videos .video-block .slide {
    /*margin: 0px 12px;*/
    height: 155px;
    background-position: center center!important;
    background-size: cover!important;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.video .school-videos .video-block .video-slide:hover {
    text-decoration: none;
}

.video .school-videos .video-block .slide .label {
    border-radius: 14px;
    background-color: #006ab2;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 15px;
}

.video .school-videos .video-block .slide .video-information .schoolname {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #ffffff;
    white-space: nowrap;
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video .school-videos .video-block .slide .video-information .videoname {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    height: 41px;
    overflow: hidden;
}

.video .school-videos .video-block .slide .video-information {
    margin-top: 78px;
}


/* 12. School page */
.school .school-detail {
    padding: 50px 45px 50px 65px;
    min-height: 245px;
}

.school .school-button-v2 {
    background-color: #ffffff;
    width: 148px;
    height: 148px;
    border-radius: 50%;
    /*padding-top: 100%;*/
    overflow: hidden;
    position: relative;
}

.school .school-button-v2 img {
    max-width: 70%;
    width: 100%;
    /*height: 100%;*/
    /*max-height: 70%;*/
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/*.school .school-detail .school-button {*/
    /*width: 148px;*/
    /*height: 148px;*/
    /*border-radius: 50%;*/
    /*background-color: #e2efff;*/
    /*text-align: center;*/
/*}*/

/*.school .school-detail .school-button img {*/
    /*margin: 32px 0;*/
    /*width: 77px;*/
/*}*/

.school .school-detail .school-information{
    margin-left: 25px;
    margin-right: 50px;
}

.school .school-detail .school-information .school-title{
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;;
    margin-top: 0px;
    /*height: 60px;*/
    overflow: hidden;
}

.school .school-detail .school-information .school-description {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 15px;
}

.school .school-detail .school-information .school-description a {
    font-weight: bold;
    cursor: pointer;
    color: #ffffff;
}

.school .school-detail .school-information .school-description a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.school .school-share {
    position: relative;
    float: right;
}

.school .school-share .school-button-share {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.school .school-details{
    padding: 35px 44px 0px 44px;
}

.school .school-details .school-buttons{
    padding-left: 0px;
}

.school .school-details .school-buttons li{
    display: inline-block;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #006ab2;
    cursor: pointer;
    padding: 15px;
    border: 1px solid #e2efff;
}

.school .school-details .school-buttons li a:hover,.school .school-details .school-buttons li a:focus,.school .school-details .school-buttons li a:visited{
    color: #006ab2;
    text-decoration: none;
}

.school .school-details .school-buttons .school-button {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: contain;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #ffffff;
}

.school .school-details .school-buttons li:not(:last-child) {
    /*margin-right: 30px;*/
}

.school .school-details .school-buttons li:hover {
    border: 1px solid #006ab2;
    border-radius: 5px;
}

.school .school-details .school-buttons .school-button.blue {background-color: #006ab2; padding-top: 14px;}
.school .school-details .school-buttons .school-button.red {background-color: #d20303; padding-top: 22px;}
.school .school-details .school-buttons .school-button.orange {background-color: #e89412; padding-top: 15px;}
.school .school-details .school-buttons .school-button.green {background-color: #417505; padding-top: 18px;}


.school .school-details .school-buttons-mobile {
    list-style-type: none;
    padding-left: 0px;
    margin-top: 20px;
}

.school .school-details .school-buttons-mobile li{
    width: 100%;
    height: 50px;
    border-radius: 5px;
    object-fit: contain;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    text-align: left;
    color: #ffffff;
    padding-top: 17px;
    padding-left: 25px;
    cursor: pointer;
    margin-bottom: 10px;
}

.school .school-details .school-buttons-mobile li:hover{
    text-decoration: underline;
}


.school .school-details .school-buttons-mobile li a{
    color: #ffffff;
}

.school .school-details .school-buttons-mobile li img,.school .school-details .school-buttons-mobile li .img{
    float: right;
    position: relative;
}

.school .school-details .school-buttons-mobile .red {background-color: #d20303;}
.school .school-details .school-buttons-mobile .orange {background-color: #e89412;}
.school .school-details .school-buttons-mobile .green {background-color: #417505;}

.school .school-details .school-buttons-mobile .red .img {right: 11px;}
.school .school-details .school-buttons-mobile .orange img {top: -8px; right: 15px;}
.school .school-details .school-buttons-mobile .green img {top: -4px; right: 12px;}


.school .school-meta-data {
    margin-top: 30px;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #006ab2;
}

.school .video-categories{
    border-bottom: solid 1px #e2efff;
    margin-bottom: 30px;
}

.school .video-categories ul{
    list-style: none;
    padding-left: 0px;
}

.school .video-categories li {
    display: inline;
    padding: 0px 20px 10px 20px;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    cursor: pointer;
}

.school .video-categories li.active,.school .video-categories li:hover {
    font-weight: bold;
    color: #006ab2;
    border-bottom: 3px solid #006ab2;
}

.school .videos-faculty-research,.school .videos-testimonials {
    display: none;
}

.school .school-about {
    padding: 25px;
    border-top: 1px solid #e2efff;
}

.school .school-about .school-about-logo img{
    padding: 6px 14px 45px 14px;
    background-color: #ffffff;
}

.school .school-about .school-name {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 15px;
}

.school .school-about .view-profile {
    border-radius: 5px;
    border: solid 1px #006ab2;
    text-align: center;
    padding: 13px 0px 15px 0px;
    margin-top: 30px;
    width: 350px;
}

.school .school-about .view-profile a {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #006ab2;
}

.school .school-about .specializations {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: normal;
    color: #000000;
}

.school .school-about .spec-button {
    border-radius: 20px;
    background-color: #006ab2;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    padding: 8px 25px;
    float: left;
    overflow: hidden;
    margin-top: 10px;
    clear: both;
}

.school .school-about .school-school-details {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: normal;
    color: #000000;
}

.school .school-about .school-school-details .row {
    border-bottom: 1px solid #e2efff;
}

.school .school-about .school-school-details.school-school-specializations {
    padding-left: 80px;
}

.school .school-about .school-school-details .blue {
    color: #006ab2;
}


/* 13. All Schools page */
.school-letters.capital section{
    height: 44px;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.47;
    letter-spacing: normal;
    float: left;
    color: #006ab2;
    width: min-content;
    margin-top: 10px;
    margin-bottom: 15px;
}

.all-schools .image-border{
    border: solid 1px #e2efff;
    background-color: #ffffff;
    height: 200px;
    display: flex;
    align-items: center;
}

.all-schools .image-border .image-div{
    width: 180px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
}

.all-schools .image-border .image-div img{
    width: 100%;
    max-width: 300px;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.all-schools .all-schools-title {
    min-height:150px;
}

.all-schools .country{
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #006ab2;

    padding-top: 15px;
    padding-bottom: 0px;
    margin-bottom: -9px;
}

.all-schools .country:hover{
    font-weight: bold;
    text-decoration: none;
}

.all-schools .school-name a{
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
}

.all-schools .school-name a:hover{
    font-weight: bold;
    text-decoration: none;
}

.school-border-div{
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(226, 239, 255,1) 10%, rgba(226, 239, 255,1) 90%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
    height: 2px;
    margin-top: 25px;
}

.all-schools .row &gt; .school-borders:first-child {
    display:none!important;
}

.allschools-title{
    margin-top: 35px;
    padding-top: 35px;
    margin-bottom: 25px;
}

.allschools-searchbar input{
    border: none;
    background-color: #e2efff;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #006ab2;
    padding-top:  28px;
    padding-bottom:  28px;
    padding-left: 10px;
    width: 50%;
}

.allschools-searchbar input::placeholder {
    color: #006ab2;
    font-weight: normal;
    opacity: 1;
}



/* 14. Search  + search page */
#search-suggestions {
    width: 450px;
    position: absolute;
    top: 43px;
    z-index: 2147483647;
    display: none;
}

.search-option #search-suggestions {
    width: 555px;
    position: absolute;
    top: 65px;
    z-index: 2147483647;
    display: none;
}

#search-suggestions &gt; div {
    border-radius: 5px;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 15px;
}

.search-option #search-suggestions {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2),0 2px 5px 0 rgba(0,0,0,0.12);
}

#search-suggestions .search-suggestion:not(:last-child) {
    margin-bottom: 10px;
}

#search-suggestions .search-suggestion .search-button {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    background-color: #006ab2;
    float: left;
    overflow: hidden;
}

#search-suggestions .search-suggestion .search-school {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    background-color: #000000;
    float: left;
    overflow: hidden;
}

#search-suggestions .search-suggestion .search-school img {
    width: 22px;
    margin-top: 11px;
    margin-left: 11px;
}

#search-suggestions .search-suggestion .search-title{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #222222;
    float: left;
    overflow: hidden;
    margin-left: 10px;
    width: 80%;
    padding-top: 3px;
    height: 41px;
}

#search-suggestions .search-suggestion:hover .search-title {
    text-decoration: underline;
}

#search-suggestions .search-suggestion .search-title{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #222222;
    float: left;
    overflow: hidden;
    margin-left: 10px;
    width: 80%;
    text-align: left;
}

#search-suggestions .search-subject {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #006ab2;
    padding-bottom: 10px;
    text-align: left;
}

#search-suggestions .search-suggestion .search-button .play{
    width: 28px;
    height: 28px;
    background: rgba(255,255,255,0.4);
    position: absolute;
    margin-top: 8px;
    margin-left: 8px;
    cursor: pointer;
    border: 3px solid #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    transition: .2s;
}

#search-suggestions .search-suggestion .search-button .play .icon{
    border-left: 9px solid #FFF;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    position: absolute;
    margin-top: 5px;
    margin-left: 7px;
}

/* 15. Login and Registration page */


/* 16. page */
#page .page-header{
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
    margin-top: 65px;
    margin-bottom: 35px;
    border-bottom: 0px;
}

#page .content p{
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #000000;
}

#page .content p strong{
    color: #333;
}

#page .content p a strong{
    color: #006ab2;
}

#page .content {
    margin-top: 32px;
    margin-bottom: 50px;
}

#page a{
    text-decoration: underline;
}

#page a:hover{
    text-decoration: none;
}

#page ul{
    padding-left: 13px;
}



/* 17. Dashboard */
.confirm-block {
    display: none;
}

.open-order {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    border-radius: 100%;
    margin-left: 5px;
    padding-left: 1px;
    background: #fff;
    color: #000000;
}

.dashboard {
    height: 55px;
}

.dash-nav {
    height: 55px;
    line-height: 55px;
    display: inline-block;
    color: #777;
    letter-spacing: 1px;
    position: relative;
}

.dash-nav a {
    display: block;
    padding: 0 15px;
    color: #ffffff;
}

.dash-nav a:hover {
    background-color: #e2efff;
    color: #000000;
    text-decoration: none;
}

.dashboard .sep {
    height: 55px;
    border-left: 1px solid #e2efff;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px;
}

.dashboard .active, .sub-menu a.active, .sub-menu a:hover, .dash-nav:hover,.dashboard .active a {
    background: #e2efff;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.dash-nav.active &gt; span {
    display: block;
    background: #e2efff;
    width: 12px;
    height: 12px;
    margin: -6px auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.progress-block .progress-data {
    padding: 0 65px 0 75px;
    margin-top: 6px;
}

.progress-block .progress-data .progress-label {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 15px;
}

.progress-block .progress{
    height: 10px;
    border-radius: 5px;
    margin-top: 6px;
}

.progress-block .progress-bar {
    height: 10px;
    border-radius: 5px;
}

.progress-block .progress-data .progress-percentage {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 15px;
}


.progress-block .progress-bar-value {
    width: 100%;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    height: 12px;
    margin-top: -12px;
    overflow: hidden;
}


.complete-link {
    text-align: right;
    display: block;
    margin-top: 20px;
    padding-right: 30px;
}

.complete-link &gt; div {
    color: #666;
}

.complete-link &gt; .complete-caret {
    border-left: 7px solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    height: 10px;
    display: block;
    position: absolute;
    right: 23px;
    top: 25px;
}

.auto-height {
    min-height: auto;
    padding-bottom: 0;
}

.complete-link {
    text-align: right;
    display: block;
    margin-top: 6px;
    padding-right: 30px;
}

.complete-link &gt; div {
    color: #006ab2;
}

.complete-link &gt; .complete-caret {
    border-left: 7px solid;
    border-left-color: currentcolor;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    height: 10px;
    display: block;
    position: absolute;
    right: 23px;
    top: 10px;
}

.complete-caret {
    border-left-color: #006ab2 !important;
}

.stat-header div {
    text-align: center;
}

.stat-header .row .stat-block:first-child {
    cursor: auto;
}

.stat-header .row .stat-block {
    cursor: pointer;
}


/* 18. Popup */
.close-main-popup:hover {
    opacity: 1;
}
.color, .color-hover:hover, .active-color, #like_video.active {
    color: #006ab2;
}
.close-main-popup {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    opacity: .9;
    font-size: 2em;
    line-height: 0;
}

.main-popup-bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
    opacity: .4;
    cursor: pointer;
}

.popup-block {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999999;
    margin-bottom: 50px;
    display: none;
}

.main-popup {
    position: relative;
    z-index: 9999999;
    background: #FFF;
    padding: 30px 35px 30px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    margin: 0 auto;
    margin-bottom: 0px;
    width: 90%;
    max-width: 750px;
    margin-bottom: 50px;
    border-radius: 5px;
}

.background, .background-hover:hover {
    background-color: #006ab2;
    color: #FFF;
}

.grey-left h2 {
    color: #ffffff;
}


/* 19. Contact page */
.contact-text{

    margin-top: 65px;
    margin-bottom: 35px;
}

.contact-text .page-header{
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
    border-bottom:none;
    text-transform: none;
}

.contact-text p{
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #000000;
}

.contact-text p strong{
    color: #333;
}

.contact-text p a strong{
    color: #006ab2;
}

.contact-text label{
    margin-top:5px;
}

.contact-text a{
    text-decoration: underline;
}

.contact-text a:hover{
    text-decoration: none;
}

.contact-text ul{
    padding-left: 13px;
}

.google-map-style{
    margin:0px;
}

.row #map{
    height:450px;
    max-width: 100%;
}


/* 20. Search page */
.search-results {
    padding-top: 45px;
}

.search-results .mobile-search {
    display: none;
}

.search-results #search_field_search .search-bar {
    border-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: solid 1px #dbdbdb;
    background-color: #ffffff;
    height: 44px;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #006ab2;
    padding-left: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.search-results #search_field_search .search-bar::placeholder {
    color: #006ab2;
    font-weight: normal;
}

.search-results #search_field_search .input-group-addon {
    background-color: #006ab2;
    cursor: pointer;
    border-color: #006ab2;
    padding: 0px;
}

.search-results #search_field_search .search-btn {
    background-color: transparent;
    border: none;
    width: 65px;
    padding: 16px auto 17px auto;
}

.search-results #search_field_search .search-btn img {
    height: 20px;
}

.search-results #search_field_search .input-group-addon:hover img {
    opacity: 0.5;
}

.search-results .page-search-filter {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.27;
    letter-spacing: normal;
    color: #000000;
    margin-top: 10px;
}

.search-results .search-button {
    background-color: #e2efff;
    width: max-content;
    padding: 13px 23px 13px 23px;
    border-radius: 39px;
    margin-top: 5px;
    float: right;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.47px;
    color: #006ab2;
    cursor: pointer;
}

.search-results .search-button:hover {
    background-color: #006ab2;
    color: #ffffff;
    text-decoration: none!important;
}

.search-results .search-button:hover img {
    filter: brightness(0) invert(1);
}

.search-results .search-button img {
    position: relative;
    top: 2px;
    margin-left: 10px;
}

.search-results .search-button:hover {
    text-decoration: underline;
}

.search-results .pagination a,.pagination a {
    background-color: #eaeaea;
    margin: 5px;
    padding: 11px 18px;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    cursor: pointer;
    display: inline-block;
}

.search-results .pagination a.active,.search-results .pagination a:hover,
.pagination a.active,.pagination a:hover{
    background-color: #006ab2;
    color: #ffffff;
}

.search-results .video-block {
    margin-bottom: 25px;
}

.search-results .video-block .slide {
    /*margin: 0px 12px;*/
    height: 184px;
    background-position: center center!important;
    background-size: cover!important;
    padding: 10px;
    border-radius: 5px;
}

.search-results .video-slide:hover {
    text-decoration: none;
}

.search-results .video-block .slide .label {
    border-radius: 14px;
    background-color: #006ab2;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 15px;
}

.search-results .video-block .slide .video-information .schoolname {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #ffffff;
    white-space: nowrap;
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-results .video-block .slide .video-information .videoname {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    height: 41px;
    overflow: hidden;
}

.search-results .video-block .slide.has-label .video-information {
    margin-top: 84px;
}

.search-results .video-block .slide .video-information {
    margin-top: 105px;
}


.search-filter {
    display: none;
}

.search-filter .sep {
    height: 20px;
    /*border-bottom: 1px solid #F4F4F4;*/
}

.search-filter {
    display: none;
}

.search-filter .search-filter-background {
    position: fixed;
    z-index: 99999998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,0.75);
}

.search-filter .search-menu {
    z-index: 99999999;
    right: 0;
    background: #FFF;
    width: 500px;
    margin-right: -450px;
    transition: .2s;
    /*min-height: 100vh;*/
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    -webkit-box-shadow: 0 0 5px rgba(50,50,50,.1);
    box-shadow: 0 0 5px rgba(50,50,50,.1);
    position: fixed;
    overflow-y: scroll;
    top: 0;
    bottom: 0;
}

.search-filter .search-menu a.create-video-alert{
    color: unset;
    height: unset;
    line-height: unset;
    border-bottom: unset;
    display: unset;
    font-size: unset;
    width: unset;
    padding: unset;
}

.search-filter .menu-header {
    padding: 45px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #222222;
}

.search-filter .menu-logo {
    max-height: 25px;
}

.search-filter .menu-close {
    float: right;
    color: #006ab2;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    top: -2px;
    margin-top: -17px;
}

.search-filter .menu-content {
    padding: 30px 45px 75px 45px;
}

.search-filter .dd-header {
    color: #000;
    height: 40px;
    line-height: 39px;
    border-top: 1px solid #F4F4F4;
    display: block;
    font-size: 1.1em;
    width: 100%;
    padding: 0px;
    cursor: pointer;
}

.search-filter .dd-header:hover {
    text-decoration: underline;
}


.search-filter a {
    color: #000;
    height: 40px;
    line-height: 39px;
    /*border-bottom: 1px solid #F4F4F4;*/
    display: block;
    font-size: 1.1em;
    width: 100%;
    padding: 0px;
}

.search-filter .fb-container {
    padding: 15px 0px;
}

.search-filter .dropdown &gt; a {
    line-height: 14px;
    font-size: 12px;
    height: auto;
    padding: 10px 10px 10px 30px;
    border: none;
}

.search-filter .dropdown {
    height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #F4F4F4;
    transition: .2s;
}

.search-filter .dropdown.open {
    height: 300px;
}


.search-filter .social-icons ul {
    list-style: none;
    padding-left: 0px;
    text-align: left;
}

.search-filter .social-icons li {
    display: inline-block;
}

.search-filter .social-icons li i {
    padding: 20px;
    font-size: 30px;
    width: 70px;
    text-align: center;
    text-decoration: none;
    margin: 0px 4px;
    border-radius: 50%;
    background-color: #e2efff;
    color: #0064b4;
}

.search-filter .search-filter-btn, .search-results .search-filter-btn {
    border-radius: 20px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #006ab2;
    padding: 0px 20px;
    margin: 4px 8px 4px 0px;
    cursor: pointer;
    line-height: 32px;
    display: inline-block;
    background-color: #e2efff;
    float: left;
    width: unset;
    height: 32px;
}

.search-filter .search-filter-btn.clear-btn, .search-results .search-filter-btn.clear-btn {
    border: 1px solid #006ab2;
    background-color: #ffffff;
}

.search-filter .search-filter-btn span, .search-results .search-filter-btn span{
    margin-left: 10px;
    position: relative;
    top: -3px;
}

.search-filter .filter-option label {
    opacity: 0.8;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.2;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 0px;
}

.search-filter .filter-option label input {
    margin-right: 10px;
}

.search-alert {
    border: 1px solid #006ab2;
    border-radius: 5px;
    padding: 12px 15px;
}

.search-alert .title{
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    color: #006ab2;
    font-size: 13px;
}

.search-alert .title:hover{
    text-decoration: underline;
}

.search-alert .alert-box {
    display: none;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e2efff;
}

.search-alert #load {
    margin-top: 13px;
    margin-right: 50px;
    display: none;
    margin-bottom: 16px;
}

.search-alert .spinner {
    background: url(/themes/mbatube/images/spinner.png);
    animation-name: spinner;
    animation-duration: .7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 30px;
    height: 30px;
}


/* 21. Theme page */

.team-page {
    border-bottom: 1px solid #e2efff;
    padding-bottom: 30px;
}

.team-page .page-header {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
    border-bottom: none;
    text-transform: none;
}

.team-page .page-sub-header {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
    border-bottom: none;
    text-transform: none;
    padding-bottom: 9px;
    margin: 40px 0 20px;
}

.team-page .page-text p {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.team-page .team-slider .team-photo {
    margin-bottom: 12px;
}

.team-page .team-slider .team-photo img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: block;
    margin: auto;
}

.team-page .team-slider .team-user {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 31px;
}

.team-page.background-white .slick-dots li button::before {
    color: #e2efff!important;
    -webkit-font-smoothing: unset!important;
    -moz-osx-font-smoothing: unset!important;
}

.team-page.background-white .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #006ab2!important;
}

.team-page.background-white .slick-prev, .team-page.background-white .slick-next {
    background-color: #e2efff!important;
}

.team-page .slick-dots {
    left: 0px;
}

/** 98 Partner page **/
/*NIEUWE CSS*/
/*NIEUWE CSS*/
.image-text-div {
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.info-img {
    height: 15px;
    width: 15px;
    margin-top: 25px;
    margin-left: 25px;
}
.info-on-hover &gt; span {
    display: none;
    position: absolute;
    color: #000;
    background: #fff;
    padding: 10px;
    width: 270px;
    right:0;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.16);
}
.info-on-hover {
    position: relative;
}
.info-on-hover:hover &gt; span {
    display: block;
    text-align: left;
    z-index: 3;
}
#page h3.school-name &gt; a.partner-link {
    text-decoration: none;
}
/* 99. Searchpromo banner */
#searchpromo {
    background: #FD8204;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: white;
}
#searchpromo a {
    color: white;
    text-decoration: underline;
}

/* Cookie-wall button colors */
.cc_cp_f_save &gt; button, .cc_b_ok {
    background: #006ab2!important;
}

/* X. Mobile */

@media screen and (max-width: 1199px){
    .search-results .mobile-search {
        display: block;
    }
}

@media screen and (min-width: 2423px){
    .video .video-sidebar-item {width: 333px;height: 188px;background-position: center center !important;background-size: cover !important;}
    .video .video-sidebar {margin-bottom: 40px;}
}

@media screen and (max-width: 2422px) and (min-width: 2313px){
    .video .video-sidebar-item {width: 314px;height: 177px;background-position: center center !important;background-size: cover !important;}
    .video .video-sidebar {margin-bottom: 32px;}
}

@media screen and (max-width: 2312px) and (min-width: 2194px){
    .video .video-sidebar-item {width: 295px;height: 166px;background-position: center center !important;background-size: cover !important;}
    .video .video-sidebar {margin-bottom: 30px;}
}

@media screen and (max-width: 2193px) and (min-width: 2161px){
    .video .video-sidebar-item {width: 295px;height: 166px;background-position: center center !important;background-size: cover !important;}
    .video .video-sidebar {margin-bottom: 30px;}
}

@media screen and (max-width: 2160px) and (min-width: 2071px){
    .video .video-sidebar-item {width: 275px;height: 155px;background-position: center center !important;background-size: cover !important;}
    .video .video-sidebar {margin-bottom: 30px;}
}

@media screen and (max-width: 2070px) and (min-width: 2017px){
    .video .video-sidebar-item {width: 275px;height: 155px;background-position: center center !important;background-size: cover !important;}
    .video .video-sidebar {margin-bottom: 25px;}
}

@media screen and (max-width: 2016px) and (min-width: 1915px){
    .video .video-sidebar-item {width: 255px;height: 144px;background-position: center center !important;background-size: cover !important;}
    .video .video-sidebar {margin-bottom: 25px;}
}

@media screen and (max-width: 1914px) and (min-width: 1884px){
    .video .video-sidebar-item {width: 255px;height: 144px;background-position: center center !important;background-size: cover !important;}
    .video .video-sidebar {margin-bottom: 22px;}
}

@media screen and (max-width: 1883px) and (min-width: 1792px){
    .video .video-sidebar-item {width: 235px;height: 131px;background-position: center center !important;background-size: cover !important;}
    .video .video-sidebar {margin-bottom: 28px;}
}

@media screen and (max-width: 1791px) and (min-width: 1760px){
    .video .video-sidebar-item {width: 235px;height: 131px;background-position: center center !important;background-size: cover !important;}
    .video .video-sidebar {margin-bottom: 17px;}
}

@media screen and (max-width: 1759px) and (min-width: 1704px){
    .video .video-sidebar-item {width: 225px;height: 125px;background-position: center center !important;background-size: cover !important;}
    .video .video-sidebar {margin-bottom: 17px;}
}

@media screen and (max-width: 1703px) and (min-width: 1590px){
    .video .video-sidebar-item {width: 206px;height: 117px;background-position: center center !important;background-size: cover !important;}
    .video .video-sidebar {margin-bottom: 20px;}
}

@media screen and (max-width: 1589px) and (min-width: 1563px){
    .video .video-sidebar-item {width: 207px;height: 117px;background-position: center center !important;background-size: cover !important;}
    .video .video-sidebar {margin-bottom: 17px;}
}

@media screen and (max-width: 1562px) and (min-width: 1510px){
    .video .video-sidebar-item {width: 198px;height: 112px;background-position: center center !important;background-size: cover !important;}
    .video .video-sidebar {margin-bottom: 17px;}
}

@media screen and (max-width: 1509px) and (min-width: 1468px){
    .video .video-sidebar-item {width: 198px;height: 112px;background-position: center center !important;background-size: cover !important;}
    .video .video-sidebar {margin-bottom: 13px;}
}

@media screen and (max-width: 1467px) and (min-width: 1401px){
    .video .video-sidebar-item {width: 186px;height: 105px;background-position: center center !important;background-size: cover !important;}
    .video .video-sidebar {margin-bottom: 13px;}
}

@media screen and (max-width: 1400px) and (min-width: 1349px){
    .video .video-sidebar-item {width: 169px;height: 100px;background-position: center center !important;background-size: cover !important;}
    .video .video-sidebar {margin-bottom: 13px;}
}

@media screen and (max-width: 1348px) and (min-width: 1318px){
    .video .video-sidebar-item {width: 155px;height: 87px;background-position: center center !important;background-size: cover !important;}
    .video .video-sidebar {margin-bottom: 13px;}
}

@media screen and (max-width: 1317px) and (min-width: 1235px){
    .video .video-sidebar-item {width: 155px;height: 87px;background-position: center center !important;background-size: cover !important;}
    .video .video-sidebar {margin-bottom: 64px;}
    .video .video-sidebar.video-3 {display: none;}
}

@media screen and (max-width: 1234px) and (min-width: 1161px){
    .video .video-sidebar-item {width: 155px;height: 87px;background-position: center center !important;background-size: cover !important;}
    .video .video-sidebar {margin-bottom: 56px;}
    .video .video-sidebar.video-3 {display: none;}
}

@media screen and (max-width: 1160px) and (min-width: 1063px){
    .video .video-sidebar-item {width: 140px;height: 79px;background-position: center center !important;background-size: cover !important;}
    .video .video-sidebar {margin-bottom: 44px;}
    .video .video-sidebar.video-3 {display: none;}
}

@media screen and (max-width: 1062px) and (min-width: 992px){
    .video .video-sidebar-item {width: 130px;height: 72px;background-position: center center !important;background-size: cover !important;}
    .video .video-sidebar {margin-bottom: 30px;}
    .video .video-sidebar.video-3 {display: none;}
}



@media screen and (max-width: 1184px) and (min-width: 992px){
    .video .video-related-content .school-videos a.video-title {
        font-size: 14px;
    }

    .video .video-related-content .school-videos .col-xs-9 {
        padding-left: 40px;
    }
}



@media screen and (max-width: 1199px) {
    .visible-md-link {
        display: block!important;
    }
}

@media screen and (max-width:1199px ) and (min-width: 992px){
    .search-option #search-suggestions {
        width: 455px;
        display: none;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px){
    .tablet-center {
        text-align: center;
    }
}

@media screen and (max-width: 991px ) and (min-width: 769px){
    .search-option #search-suggestions {
        width: 345px;
        display: none;
    }

    .mobile-center {
        text-align: center;
    }
}

@media screen and (max-width: 991px ){
    .mobile-center {
        text-align: center;
    }
    .allschools-searchbar input {
        width: 90%;
    }
    .homepage-schools .mobile-logos img {

        height: auto;
        width: auto;
        display: block;
        margin: auto;
        max-height: 50px;

    }
}

@media screen and (max-width: 1392px) and (min-width: 992px) {
    .school .school-detail .school-button {
        width: 100px;
        height: 100px;
        margin-top: 30px;
    }

    .school .school-detail .school-button img {
        margin: 23px 0;
        width: 49px;
    }
}

@media screen and (max-width: 1415px) and (min-width: 1200px) {
    .mbatube-header .header-search {
        max-width: 340px;
        margin-left: 15px;
    }

    .mbatube-header .nav-header-control {
        padding-right: 0px;
    }

    #search-suggestions {
        width: 340px;
    }
}


@media screen and (max-width: 1080px) and (min-width: 767px){
    .btn-m-fullwidth {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 991px){
    .box &gt; div {
        padding-left: 0px!important;
        font-size: 12px!important;
    }

    .homepage-mainvideo &gt; .container-fluid &gt; .row {
        min-height: 500px;
    }

    .btn.btn-block {
        padding: 13px 0px 15px 0px;
    }

    .video-buttons {
        padding-left: 0px;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .video-buttons li,.school .school-details .school-buttons li {
        padding: 5px;
    }

    .video-buttons .video-button,.school .school-details .school-buttons .school-button {
        width: 60px;
        height: 60px;
    }

    .video-buttons .video-button.blue {padding-top: 13px;}
    .video-buttons .video-button.red,.school .school-details .school-buttons .school-button.red {padding-top: 20px;}
    .video-buttons .video-button.orange,.school .school-details .school-buttons .school-button.orange {padding-top: 13px;}
    .video-buttons .video-button.green,.school .school-details .school-buttons .school-button.green {padding-top: 18px;}

    .menu .social-icons li i {
        padding: 14px;
        font-size: 15px;
        width: 43px;
        text-align: center;
        text-decoration: none;
        margin: 0px 0px;
        border-radius: 50%;
        background-color: #e2efff;
        color: #0064b4;
    }


    .school .school-about .school-about-logo img {
        padding: 0px 0px 20px 0px;
        max-width: 175px;
        text-align: center;
        border: 0px;
        display: block;
        margin: auto;
    }

    .school .school-details {
        padding: 20px 15px 20px 15px;
    }

    .school .school-detail {
        padding: 45px 15px;
    }

    .school .school-detail .school-information {
        margin-left: 0px;
        margin-right: 0px;
    }

    .school .school-detail .school-information .school-title {
        margin-top: 0px;
        height: unset;
    }

    .school .school-share {
        margin-top: 10px;
    }

    .school .school-share .school-button-share {
        text-align: right;
    }

    .video .video-like, .video .video-share, .video .video-comment {
        width: 33%;
        float: left;
        overflow: hidden;
        text-align: center;
        font-size: 10px!important;
        font-weight: normal!important;
        font-style: normal!important;
        font-stretch: normal!important;
        line-height: 2;
        letter-spacing: normal;
        color: #006ab2;
    }

    .video .video-like img, .video .video-share img, .video .video-comment img{
        width: 24px;
        height: 22px;
    }

    .video .video-like{
        margin-top: 0px!important;
    }

    .video .video-about-slides .video-about-logo img {
        padding: 0px 0px 20px 0px;
        max-width: 175px;
        text-align: center;
        border: 0px;
        display:block;
        margin:auto;
    }

    .video .video-details a.school-name {
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.54;
        letter-spacing: normal;
        color: #006ab2;
    }

    .video .video-details .video-title {
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.33;
        letter-spacing: normal;
        color: #000000;
    }

    .video .video-about .about-categories li, .video .video-categories li, .school .video-categories li {
        display: inline;
        padding: 0px 5px 10px 5px;
        font-size: 13px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.54;
        letter-spacing: normal;
        text-align: center;
        color: #000000;
        cursor: pointer;
    }

    .video .video-related-content {
        padding: 15px;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.54;
        letter-spacing: normal;
        color: #006ab2;
    }

    .video .video-related-content .video-meta-upload {
        font-size: 10px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2;
        letter-spacing: normal;
        color: #006ab2;
    }

    .video .video-details {
        padding: 30px 15px 0px 15px;
        border: 0px;
    }

    .video .video-about {
        padding-top: 20px;
    }
}

@media screen and (max-width: 1199px){
    .mbatube-header .nav-header-control li{
        padding: 0px;
    }
}


@media screen and (max-width: 768px){


    .menu .menu-menu {
        width: 100%!important;
    }

    .menu a {
        text-align: center;
    }

    .all-schools .all-schools-title {
        min-height: unset;
    }

    .all-schools  h3{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .all-schools  .school-name a{
        font-size: 14px!important;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.0;
        letter-spacing: normal;
        color: #000000;
    }

    .mbatube-header {
        padding: 22px 0 1px 0;
        top: 0px;
    }

    body {
        margin-top: 67px;
    }

    .mbatube-header .main-menu-bar {
        float: unset;
        background-color: unset;
        padding: 0px;
        text-align: left;
    }
    .mbatube-header .main-menu-bar  i{
        color: #000000;
    }

    .mbatube-header .img-header-home {
        max-height: 23px;
    }

    .menu &gt; div {
        width: 100%;
    }

    .search-menu {
        width: 100%!important;
    }

    .m-text-center {
        text-align: center;
    }

    .homepage-controls .img-search-header {
        max-height: 23px;
    }

    .homepage-controls .img-header-home {
        max-height: 23px;
    }

    .homepage-controls .main-menu-bar i {
        font-size: 19px;
        cursor: pointer;
        /*text-shadow: 0px 0px 2px rgba(0,0,0,0.5);*/
    }

    .homepage-controls .search-option {
        margin-top: 35px;
        margin-bottom: 30px;
        width: 100%;
    }

    .homepage-controls .search-option #search_field-mobile {
        /*max-width: 610px;*/
    }

    .homepage-controls .search-bar {
        border-radius: 5px;
        border: solid 1px #dbdbdb;
        background-color: #ffffff;
        height: 50px;
        font-size: 13px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #006ab2;

    }

    .homepage-controls .search-bar::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #006ab2;
        font-weight: normal;
    }

    .homepage-controls .search-bar:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #006ab2;
    }

    .homepage-controls .search-bar::-ms-input-placeholder { /* Microsoft Edge */
        color: #006ab2;
    }

    .homepage-controls #search_field-mobile .input-group-addon {
        background-color: #006ab2;
        border-color: #006ab2;
        padding: 0px;
    }

    .homepage-controls .search-btn {
        background-color: transparent;
        border: none;
        width: 95px;
        padding: 16px auto 17px auto;
    }

    .homepage-controls .search-btn img {
        height: 20px;
    }

    .homepage-controls .search-btn:hover img {
        opacity: 0.8;
    }

    .homepage-controls .spacer-header {
        height: 100px;
    }

    .homepage-mainvideo .video-player,.homepage-controls {
        height: 500px;
        min-height: 500px;
        max-height: 500px;
    }

    .homepage-controls .header-title {
        font-size: 22px;
        font-weight: 800;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.09;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
    }

    .homepage-controls .header-slogan {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
    }


    .mobile-m-top-50 {
        margin-top: 50px;
    }

    .homepage-specialization .specialization-btn {
        font-size: 12px;
        padding: 0px 20px;
        margin: 6px 10px 6px 0px;
        cursor: pointer;
        line-height: 42px;
        overflow: hidden;
    }

    h3 {
        font-size: 17px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.25;
        letter-spacing: normal;
        color: #000000;
    }

    h2,.page-subtitle {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.67;
        letter-spacing: normal;
        color: #000000;
    }

    .homepage-regions .highlight {
        padding: 15px 0px;
        font-size: 12px;
        text-align: left;
    }

    .homepage-regions .highlight img {
        max-width: 100%;
    }

    .homepage-regions .highlight-mobile-img {
        text-align: center;
    }

    .homepage-regions .partner-logos img {
        max-height: 20px;
        max-width: 85%;
        margin: 0px 5px 35px 5px;
    }

    .homepage-regions .highlight-education {
        margin-top: 10px;
    }
    .homepage-regions .highlight-study {
        margin-top: 10px; margin-bottom: 17px;
    }

    .homepage-regions .highlight-school{
        margin-bottom: 3px; margin-top: 10px;
    }

    .homepage-testimonials .read-more-testimonials a{
        font-size: 13px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #006ab2;
    }

    .homepage-testimonials .read-more-testimonials {
        border-radius: 5px;
        border: solid 1px #006ab2;
        text-align: center;
        padding: 13px 0px 15px 0px;
        margin-top: 60px;
    }

    .homepage-testimonials .slick-dots {
        /*display: none!important;*/
        display: block;
        left: 0px;
    }

    .homepage-regions .subscribe-videoletter {
        now-playingborder-radius: 5px;
        border: solid 1px #006ab2;
        text-align: center;
        padding: 13px 0px 15px 0px;
        width: 100%;
        margin: 0 auto;
    }

    footer .footer-video-categories-nav,footer .footer-about-mbatube-nav,footer .footer-member-schools-nav,footer .footer-advertising-nav {
        display: none;
    }

    footer .footer-nav p {
        border-top: solid 2px #ffffff;
        padding-top: 10px;
        margin-bottom: 10px;
        cursor: pointer;
    }

    footer .footer-nav p::before{
        content: "\003c";
        transform: rotate(-90deg);
        opacity: 0.5;
        padding: 0px 15px 0px 5px;
        display: inline-block;
        top: -5px;
        position: relative;
    }

    footer .footer-nav p.open::before{
        content: "\003c";
        transform: rotate(90deg);
        opacity: 0.5;
        padding: 0px 15px 0px 5px;
        display: inline-block;
        top: 5px;
        position: relative;
    }

    .footer-img-logo {
        text-align: center;
    }

    .footer-img-logo img {
        text-align: center;
        max-width: 80%;
        padding: 0px 20px;
    }

    footer .social-icons ul{
        text-align: center;
    }

    footer .sub-footer-nav a,footer .sub-footer-nav{
        font-size: 12px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.83;
        letter-spacing: normal;
        color: #006ab2;
    }

    footer .sub-footer-nav li {
        margin-right: 15px;
    }

    footer .social-icons li i {
        padding: 17px;
        font-size: 15px;
        width: 50px;
        text-align: center;
        text-decoration: none;
        margin: 0px 4px;
        border-radius: 50%;
        background-color: #ffffff;
        color: #000000;
    }

    .slick-next,.slick-prev {display: none!important;}

    .btn-m-fullwidth {
        width: 100%;
    }

    .homepage-videos .video-categories li {
        display: inline;
        padding: 0px 5px 10px 5px;
        font-size: 13px;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.54;
        letter-spacing: normal;
        text-align: center;
    }

    .video-slider-mobile .slide {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .second-row-contact{
        margin-top: -20px!important;
    }
}

/* video slider */
/** DEC-UPDATED */
@media screen and (min-width: 1201px) {
    .video-slider .slide, .video-slider-mobile .slide {
        height: 208px;
    }
    .video-slider .slide .video-information, .video-slider-mobile .slide .video-information {
        margin-top: 130px;
    }
}
/** DEC-UPDATED */
@media screen and (max-width: 1200px ) and (min-width: 767px) {
    .video-slider .slide, .video-slider-mobile .slide {
        height: 228px;
    }
    .video-slider .slide .video-information, .video-slider-mobile .slide .video-information {
        margin-top: 150px;
    }
}
/** DEC-UPDATED */
@media screen and (max-width: 766px ) and (min-width: 517px) {
    .video-slider .slide, .video-slider-mobile .slide {
        height: 212px;
    }
    .video-slider .slide .video-information, .video-slider-mobile .slide .video-information {
        margin-top: 118px;
    }
    .video-slider-mobile .slide .video-collapse {
        display: inline !important;
    }
}
/** FEB-UPDATED */
@media screen and (max-width: 516px ) {
    .video-slider .slide, .video-slider-mobile .slide {
        height: 173px;
    }
    .video-slider .slide .video-information, .video-slider-mobile .slide .video-information {
        margin-top: 78px;
    }
    .video-slider-mobile .slide .video-collapse {
        display: inline !important;
    }
    div.slick-slide:hover {
        transform: none !important;
    }
}


@media screen and (max-width: 1199px ) and (min-width: 992px) {
    .search-results .video-block .slide {
        height: 150px;
    }

    .search-results .video-block .slide .video-information {
        margin-top: 71px;
    }
}

@media screen and (max-width: 991px ) and (min-width: 375px) {
    .search-results .video-block .slide {
        height: 177px;
    }

    .search-results .video-block .slide .video-information {
        margin-top: 98px;
    }
}

@media screen and (max-width: 374px ) and (min-width: 0px) {
    .search-results .video-block .slide {
        height: 155px;
    }

    .search-results .video-block .slide .video-information {
        margin-top: 75px;
    }
}


@media screen and (min-width: 1920px) {
    .video-wrapper iframe {
        width: calc(100% - 54px)!important;
    }
}

@media screen and (max-width: 1919px) and (min-width: 1700px) {
    .video-wrapper iframe {
        width: calc(100% - 54px)!important;
    }
}


@media screen and (max-width: 1699px) and (min-width: 1500px) {
    .video-wrapper iframe {
        width: calc(100% - 40px)!important;
    }
}

@media screen and (max-width: 1499px) and (min-width: 1300px) {
    .video-wrapper iframe {
        width: calc(100% - 30px)!important;
    }
}

@media screen and (max-width: 1299px) and (min-width: 992px) {
    .video-wrapper iframe {
        width: calc(100% - 20px)!important;
    }
}

@media screen and (max-width: 1471px) and (min-width: 1193px) {
    .video .video-related-content .video-image {
        height: 52px;
    }
}

@media screen and (max-width: 1192px) and (min-width: 1090px) {
    .video .video-related-content .video-image {
        height: 43px;
    }
}

@media screen and (max-width: 1089px) and (min-width: 992px) {
    .video .video-related-content .video-image {
        height: 38px;
    }
}


@media screen and (max-width: 1537px) and (min-width: 1381px) {
    .video .school-videos .video-block .slide {
        height: 136px;
    }

    .video .school-videos .video-block .slide .video-information {
        margin-top: 59px;
    }
}

@media screen and (max-width: 1380px) and (min-width: 992px) {
    .video .school-videos .video-block .slide {
        height: 92px;
    }

    .video .school-videos .video-block .slide .video-information {
        margin-top: 15px;
    }
}



</pre></body></html>