/*
Theme Name: noodle-theme
Author: Raj

*/

@font-face {
    font-family: "source-sans-pro";
    src: url('fonts/source-sans-pro.regular.ttf') format("truetype");
}
body{
    overflow-x: hidden;
    font-family: "source-sans-pro",sans-serif;
}
.container-edited{
    max-width:1440px;
    margin: 0 auto !important;
    padding:0 !important;
}
.sidebar-width{
    width: 21%;
}
.left-padding0{
    padding-left: 0px;
}
.paddingleft{
    padding-left: 15px;
}
.fontSize{
    font-size: 24px;
}
.fontText{
    font-size: 30px;
}
.homePageBanner{
    width:100%;
    height: 391px;
}
.bannerContent{
    position: static;
    display: block;
    margin-top: 91px;
    text-align: center;
}
.showMe{
    color: #ffffff;
    font-size: 34px;
}
.subtext{
    color: #ffffff;
}
.textSection{
    width: 60%;
    margin: 0 auto;
}
.fontColor{
    color: #484954;
}
.starterDiv{
    color: #269BC4;
    font-size: 17px;
    font-weight: bold;
}
.juniorDiv, .startDiv, .advancedDiv{
    color: #269BC4;
}
.subTextSize{
    font-size: 14px;
}
.subTextStyle{
    font-style: italic;
}
.showmeColor{
    color: #FCBC56;
}
.textAlign{
    text-align: center;
}
.fontWeight{
    font-weight: bold;
}
.backgroundColor{
    background: #F5F4FA;
    width: 100%;
}
.marginDiv{
    margin-top: 35px;
}
.educatorTextSize{
    font-size: 18px;
}
.right{
    right: 9%;
}
.free-trial-button{
    background: #5B679B;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    padding: 5px 40px;
    border: 1px solid #5B679B;
}
.listStlye{
    list-style-type: square;
}
.textSize{
    font-size: 16px;
}
.padding0{
    margin: 0px !important;
    padding: 0px !important;
}
.leftMargin{
    left:10%;
}
.starterSourceDiv{
    width: 66%;
    float: left;
    left: 21%;
    position: relative;
}
.marginBottom{
    margin-bottom: 20px;
}
.paddingDiv{
    padding: 20px;
}
.paddingBottom{
    padding-bottom: 3%;
}
.mouseHover a:hover{
    text-decoration: none;
}
.bannerSection{
    width: 100%;
    position: relative;
}
.banner-home{
    background-image: url("assets/banner_img.jpg");
    height: 391px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.child-banner-image{
    background-image: url("assets/banner_background.png");
    height: 192px;
    overflow: hidden;
    background-size: cover;
    background-position: center;

}
.starterBannerContent{
    position: static;
    display: block;
    margin-top: 50px;
    text-align: center;
}
.navbar-right{
    padding-right:15px;
}
.secondSection{
    margin: 0 auto;
    float: none;
    justify-content: center;
    display: flex;
}
.marginTop8{
    margin-top: 8px;
}
.marginTop12{
    margin-top: 12px;
}
.literacyDiv{
    margin: 0 auto;
    display: block;
    float: none;
}
.educatorDiv{
    margin: 0 auto;
    display: block;
    float: none;
}
.equipDiv{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.equipDiv img{
    width: 100%;
}
.sectionDisplay{
    width:100%;
}
.starterHeader{
    margin-top: 1%;
    margin: 0 auto;
    display: block;
    float: none;
}
.sourceTypeDiv{
    margin: 0 auto;
    justify-content: center;
    display: flex;
    float: none;
}
.font12{
    font-size: 12px;
}
.textLeft{
    text-align: left;
}
.startFree{
    float: left;
    margin-top: 10px;
}
.stJuAdDiv img{
    width:30%;
}
.marginAuto{
    margin: 0 auto;
    display: inline-block;
    float: none;
}
.indexSliderParent{
    margin: 0 auto;
    display: flex;
    float: none;
}
.sourceTypeDiv img {
    width: 65px;
    height: 50px;
}
.breadcrumbDiv{
    position: absolute;
    display: inline-block;
    float: right;
    top: 15px;
    right: 150px;
    z-index:9999;
}
.breadcrumb{
    background: none;
}
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    font-size: 13px;
}
ul.breadcrumb li {
    display: inline;
    color: #ffffff;
}
/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: #ffffff;
    content: "/\00a0";
}
/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #ffffff;
    text-decoration: none;
}
/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #ffffff;
    text-decoration: underline;
}
ul.breadcrumb>.active{
    color:#ffffff;
}

.nav-bar-width {
    max-width: 1280px;
    margin: 0 auto;
}


.navbar-margin{
    margin-bottom:0px;
    background-color: #ffffff;
}
.nav-padding{
    padding : 5px 10px;
}

.navbar-nav>li>a{
    padding-top:0px;
    padding-bottom: 0px;
}

.navbar li{
    padding-right: 11px;
}


.navbar-default .navbar-nav>li>a{
    color: #333;
    padding-right: 0px;
}
.navbar-default .navbar-nav>li:before {
    color: #252424;
    content: "/\00a0";
}
.navbar-default .navbar-nav>li>a :hover{
    color: #777;
}

.navbar-nav li:first-child:before{
    content: '';
}
.navbar-nav{
    margin-top:15px;
}

#myNavbar ul li a{
    display: inline;
}

@media all and (min-device-width : 767px) and (max-device-width : 992px){

    .bannerSection .banner-image{
        height: 192px;
    }
    .slider-container{
        margin-left : 20px;
        max-width: 520px;
        width: 100%;
    }
    #numId{
        padding :0px
    }
    .quickLinksSection .marginLeft{
        margin: 0 auto;
        margin-top:35px;
    }
}
@media all and (max-device-width:767px){
    .navbar-default .navbar-nav>li>a{
        padding-left : 30px;
    }
    .slider-container{
        margin-left : 20px;
        max-width: 420px;
        width: 100%;
    }
}
@media all and (min-device-width : 767px) and (max-device-width :  1024px) and (orientation:landscape){
    .quickLinksSection .marginLeft{
        margin-left: 7% !important;

    }
    .slider-container{
        margin-left: 140px;
    }
}