﻿/* #127EC2 */

.upper-tab-section > .inner-row > .cart-part .lang-holder,
.upper-tab-section > .inner-row > .cart-part .lang-holder :link {
    background-color: #F6A31F;
}

.features-upper-tab-section {
    background-color: #127EC2;
}

.splitted-section {
    border-top: solid 4px #dde1e2;
}

    .splitted-section .split-col.recorded {
        background-color: #0b1631;
    }

.red-text {
    color: #F6A31F !important;
}

.red-l-btn {
    background-color: rgba(176,30,49,1);
    border: solid 2px rgba(176,30,49,1);
}

    .red-l-btn:hover {
        background-color: rgba(176,30,49,0.8);
    }

.l-blue-text {
    color: #127EC2 !important;
}

.footer-section {
    border-top: solid 4px #F6A31F;
    background-color: #127EC2;
}

.level-1-col {
    border-bottom: solid 1px #F6A31F;
}

.level-2-col .halfs-row .half-col:nth-child(1) {
    border-left-color: none;
}

.level-3-col {
    background-color: #127ec2;
}

.page-header-section {
    background-color: #127EC2;
    background-size: 100% 100%;
}

#homepage .page-header-section {
    min-height: 800px;
}

body:not(#homepage,#studentPage) .page-header-section {
    background-image: none;
}

body:not(#homepage,#studentPage) .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.student-menu-section .inner-row ul:not(.dropdown-menu) a.active {
    background-color: rgba(246,163,31,1) !important;
    color: #fff !important;
}

.student-menu-section .inner-row ul:not(.dropdown-menu) a:not(.active):hover {
    background-color: rgba(246,163,31,1);
    color: #fff !important;
}


.d-blue-text {
    color: #01247e !important;
}

.black-text {
    color: #040814 !important;
}

.tab-data-holder .sidenav-holder ul > li > a.active {
    color: #fff;
    background-color: #F6A31F;
}

input:checked + .inputSlider,
input[selected] + .inputSlider {
    border: solid 2px #F6A31F;
    background-color: #F6A31F;
}

.footer-menu-row ul li:hover {
    background-color: #0d1b3f;
}

.interactive-nav > ul > li.active > a {
    border-color: #F6A31F !important;
}

.promoted-courses-controller, .promoted-courses-controller:link {
    color: #F6A31F !important;
}

.rec-course-progress-section {
    background-color: #127EC2;
}

.header-progress-holder .progress-bg .shield {
    background-color: #127EC2;
}

.course-topics-container ul.topics-list > li > .lessons-list-container > ul > li > a:not(.lesson-excercise-anchor).active {
    background-color: #127EC2;
}

.nav-holder ul li.active a {
    border-bottom-color: #127EC2;
}

.course-topics-container ul.topics-list > li > .lessons-list-container > ul > li > a .lessons-container > div.lesson > div.l-blue-text {
    color: #cf142d !important;
}


#homepage .lower-features-section {
    min-height: auto;
}

#homepage .page-header-section::before {
    background-color: rgba(1,43,70, 0.7);
}

.contact-col-row {
    justify-content: space-between !important;
}

.contact-col-row > div,
.contact-col-row > div:last-child {
    width: auto;
}


.recorded-courses-subject h1 {
    margin-top:4.5rem;
}

@media only screen and (min-width: 992px) {
    #homepage .page-header-section::before {
        background-color: rgba(1,43,70, 0.5);
    }
}

@media only screen and (max-width: 991px) {
    .contact-col-row > div,
    .contact-col-row > div:last-child {
        width: 100%;
    }
}