@font-face {
    font-family: Roboto;
    src: url(../assets/fonts/Roboto/Roboto-Regular.ttf) format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Roboto;
    src: url(../assets/fonts/Roboto/Roboto-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Roboto;
    src: url(../assets/fonts/Roboto/Roboto-LightItalic.ttf) format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Roboto;
    src: url(../assets/fonts/Roboto/Roboto-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: block;
    font-display: swap;
}

@font-face {
    font-family: Roboto;
    src: url(../assets/fonts/Roboto/Roboto-MediumItalic.ttf) format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: block;
    font-display: swap;
}

@font-face {
    font-family: Roboto;
    src: url(../assets/fonts/Roboto/Roboto-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: bold;
    font-display: swap;
}

@font-face {
    font-family: Roboto;
    src: url(../assets/fonts/Roboto/Roboto-BoldItalic.ttf) format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Ubuntu;
    src: url(../assets/fonts/Ubuntu/Ubuntu-Regular.ttf) format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Ubuntu;
    src: url(../assets/fonts/Ubuntu/Ubuntu-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Roboto;
    src: url(../assets/fonts/Roboto/Roboto-LightItalic.ttf) format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Ubuntu;
    src: url(../assets/fonts/Ubuntu/Ubuntu-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: block;
    font-display: swap;
}

@font-face {
    font-family: Ubuntu;
    src: url(../assets/fonts/Ubuntu/Ubuntu-MediumItalic.ttf) format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: block;
    font-display: swap;
}

@font-face {
    font-family: Ubuntu;
    src: url(../assets/fonts/Ubuntu/Ubuntu-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: bold;
    font-display: swap;
}

@font-face {
    font-family: Ubuntu;
    src: url(../assets/fonts/Ubuntu/Ubuntu-BoldItalic.ttf) format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: Roboto !important;
}

/* HEADER */
#mainNav {
    background-image: url(../assets/images/common/bg_header.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#mainNav .navbar-brand {
    width:50%;
}

#mainNav .navbar-brand img {
    width:100%;
}

#mainNav .navbar-nav {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

#mainNav .navbar-nav li {
    margin: 0 1rem;
}

#mainNav .nav-item.active .nav-link {
    color: #000;
}

#mainNav .nav-link {
    color: #3551bc;
    font-size: 1.1rem;
    font-weight: 500;
}

#mainNav .nav-link span {
    color: #4980b4 !important;
}

/* COMMON */

input[type="text"],
input[type="email"],
select.form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #4980B4;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
select.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#mainNav .dropdown-toggle::after {
    display: none;
}

#mainNav .dropdown-item:focus, .dropdown-item:hover {
    color: #7299FF !important;
    text-decoration: none;
    background-color: unset !important;
}

.font-weight-medium {
    font-weight: 500!important;
}

.bg-bdd6ff {
    background-color: #bdd6ff !important
}

.bg-blue {
    background-color: #467ff1 !important;
}

.bg-darkblue {
    background-color: #015bc9 !important;
}

.bg-gray {
    background-color: #E4EEFF !important;
}

.bg-3e3e3e {
    background-color: #3e3e3ef0 !important;
}

.t-blue {
    color: #467ff1 !important;
}

.t-darkblue {
    color: #015BC9 !important;
}

.t-gray {
    color: #E4EEFF !important;
}

.t-purple {
    color: #ADB1DA !important;
}

.t-9698C6 {
    color: #9698C6 !important;
}

.t-yellow{
    color: #ffff0f !important;
}

.t-3E3E3E{
    color: #3E3E3E !important;
}

.t-5F90BD{
    color: #5F90BD !important;
}

.bar-section {
    background: linear-gradient(90deg, #015BC9 25.73%, #0097EC 100%);
}

.w-sm-25, .w-sm-50, .w-sm-75,
.w-md-25, .w-md-50, .w-md-75,
.w-lg-25, .w-lg-50, .w-lg-75,
.w-xl-25, .w-xl-50, .w-xl-75 {
    width:100%;
}

.roboto {
    font-family: Roboto !important;
}

.ubuntu {
    font-family: Ubuntu !important;
}

.line-height-lg {
    line-height: 1.5 !important;
}

/* HOME */
#homeJumbotron {
    background-image: url(../assets/images/home/image-bg_learning-era.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0;
}

.px-xl, .px-large {
    padding-left: 1!important;
    padding-right: 1!important;
}

.card-logo {
    height:120px;
}

.card-logo.edu{
    background-image: url(../assets/images/home/icon_pictoword-edu1.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.card-logo.school{
    background-image: url(../assets/images/home/icon_pictoword-school1.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.feature .imgContainer{
    width:100%;
    height:200px;
}

.feature .imgContainer img{
    max-width: 100%;  
    height: auto;  
}

.connectBtnLg {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
    padding: 1.3rem 1.3rem !important;
    font-size: 1.2rem !important;
}

/* EDU PAGE */
#eduJumbotron {
    background-image: url(../assets/images/edu/image-bg_pictoschool.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0;
    height: 150vh;
    padding: 3rem 2rem;;
}

#dealBlue {
    margin: 0 auto;
    width:75%;
    /* background-image: url(../assets/images/edu/bg_deals_blue.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat; */
}

.ribbon {
    width: 110%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform-style: preserve-3d;
}
  
.ribbon::before, .ribbon::after {
    content: '';
    width: 50px;
    height: 100%;
    background-color: #004FB0;
  
    /* position ribbon ends behind and slightly lower */
    position: absolute;
    top: 20px;
    z-index: -1;  /* to be below the parent element */
    
    /* clip ribbon end shape */
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
  
    /* draw and position the folded ribbon bit */
    background-image: linear-gradient(45deg, transparent 50%, #002067 50%);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index:-1;
}
  
.ribbon::before {
    left: -30px;
    
    transform: translateZ(-1px);
}
  
.ribbon::after {
    right: -30px;
    transform: scaleX(-1) translateZ(-1px);
    -webkit-transform: scaleX(-1) translateZ(-1px);
    -moz-transform: scaleX(-1) translateZ(-1px);
    -ms-transform: scaleX(-1) translateZ(-1px);
    -o-transform: scaleX(-1) translateZ(-1px);
}

#dealBlueLearnMore {
    position:relative;
    top: -18px;
}

#dealRedContainer {
    top: 0 !important;
}

#dealRed {
    /*background-image: url(../assets/images/edu/bg_deals_red.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    */background-color: #ED3737;
    border: 3px solid white;
    border-radius: 50px;
    margin: 0 auto;
    padding: 2rem !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    width: 100%;
}

.kidSafe{
    width:100%;
}

.kidSafe img{
    width:100%;
}

.eduKeyBenefits {
    /*background-image: url(../assets/images/edu/bg_key-benefits.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    */
}

.eduKeyBenefits .imgContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height:200px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.eduKeyBenefits .textContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height:50px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.awards {
    /*background-image: url(../assets/images/edu/bg_key-benefits.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    */
}

.awards .imgContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height:250px;
}

.awards .imgContainer img {
    max-width: 100%;
}

.awards .textContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height:50px;
}

/* SCHOOL PAGE */
#schoolJumbotron {
    background-image: url(../assets/images/school/image_pictoword-school.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0;
}

/* ABOUT US PAGE */
.l-blue {
    width: 100%;
    height: 3px;
    background-color: #5f90bd !important;
}

.leadership .imgContainer{
    width:100%;
    height:300px;
}

.leadership .imgContainer img{
    max-width: 100%;  
    height: auto;  
}

.aboutAwards {

}

.aboutAwards .imgContainer{
    width:100%;
    height:200px;
}

.aboutAwards .imgContainer img{
    max-width: 100%;  
    height: auto;  
    max-height: 100%;
}

/* RESEARCH PAGE */
#researchJumbotron {
    background-image: url(../assets/images/research/image_research.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0;
    height: 50vh;
}

.circled {

}

.circled::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position:relative;
    left:-10px
}

.red.circled::before{
    background-color: #EA5659;
}

.yellow.circled::before{
    background-color: #FCDF92;
}

/* FOOTER */
.qoute {
    width:5%;
}

#testimonialsCarousel .carousel-inner{
    min-height: 200px;
    display: flex;
    align-items: center;
    padding-bottom: 3rem !important;
}

#testimonialsCarousel .carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #00000000;
    border-radius: 20px;
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

#testimonialsCarousel .carousel-indicators .active {
    background-color: #467ff1;
}

#testimonialsCarousel .carousel-inner {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

#footer {
    background-color: #241771;
    background-image: url(../assets/images/common/bg_footer.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#footer .footer-menu li{
    margin-bottom: 1.2rem !important;
    font-size: 1.5rem !important;
}

#footer .info{
    font-size: 1.5rem !important;
}

#footer .icons li{
    width:20%;
}

#footer .icons li img{
    width:100%;
}

/* Mobile Screen */
@media (min-width: 640px) {
    .w-sm-25 {
        width:25% !important;
    }

    .w-sm-50 {
        width:50% !important;
    }

    .w-sm-75 {
        width:75% !important;
    }
}

/* Tablets Screen */
@media (min-width: 768px) {
    #mainNav .navbar-brand {
        width:20%;
    }
    
    .w-md-25 {
        width:25% !important;
    }
    
    .w-md-50 {
        width:50% !important;
    }

    .w-md-75 {
        width:75% !important;
    }

    #dealRedContainer {
        top: 10vh !important;
    }

    #footer .icons li{
        width:8%;
    }
}

/* Laptop Screen */
@media (min-width: 1024px) {
    .w-lg-25 {
        width:25% !important;
    }

    .w-lg-50 {
        width:50% !important;
    }

    .w-lg-75 {
        width:75% !important;
    }

    .w-lg-35 {
        width:35% !important;
    }

    #testimonialsCarousel .carousel-inner {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
}

/* Large Screen */
@media (min-width: 1440px) {
    #mainNav {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .px-large {
        padding-left: 6rem!important;
        padding-right: 6rem!important;
    }

    .px-xl {
        padding-left: 3rem!important;
        padding-right: 3rem!important;
    }
    
    .w-xl-25 {
        width:25% !important;
    }
    
    .w-xl-50 {
        width:50% !important;
    }

    .w-xl-75 {
        width:75% !important;
    }

    #dealRed {
        width: 70% !important;
    }
}

/* 4k Screen */
@media (min-width: 2560px) {

}