/*.newNav {
    background: #fff;
    box-shadow: 0 0 4px rgba(0,65,94,0.5);
    z-index: 110;
    transition: height 600ms 0s ease;
    position: fixed;
    top: 0;
    right: 0;
    left: 0
}

    .newNav .cart img {
        width: 25px;
        height: 18px
    }

@media screen and (max-width: 1010px) {
    .newNav .cart img {
        width: 20px;
        height: 15px
    }
}

@media screen and (max-width: 1250px) {
    .newNav .cart {
        margin-left: -19px
    }
}

@media screen and (max-width: 1010px) {
    .newNav .cart {
        margin-left: -7px;
        margin-right: 4px
    }
}

.newNav img {
    width: 250px;
    vertical-align: middle;
    padding-top: 10%;
    padding-left: 20px;
    cursor: pointer
}

.newNav ul {
    list-style: none;
    position: relative;
    margin: 0 auto;
    text-align: right;
    display: inline-block;
    cursor: pointer
}

    .newNav ul li {
        margin: 0 20px 0 0;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 13px
    }

        .newNav ul li:hover {
            color: #8d8d8d
        }

        .newNav ul li:active {
            color: #333
        }

@media screen and (max-width: 1250px) {
    .newNav ul li {
        margin: 0 25px 0 0;
        max-width: 91px;
        line-height: 15px;
        text-align: center;
        vertical-align: middle
    }
}

@media screen and (max-width: 1100px) {
    .newNav ul li {
        margin: 0 15px 0 0
    }
}

@media screen and (max-width: 1010px) {
    .newNav ul li {
        font-size: 9px;
        max-width: 129px;
        margin: 0 8px 0 0
    }
}

.newNav ul .signup-button {
    margin: 0 30px 0 -10px;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    background-color: #a80000;
    border-radius: 3px
}

@media screen and (max-width: 1250px) {
    .newNav ul .signup-button {
        margin: 0 13px 0 0;
        max-width: 95px
    }
}

@media screen and (max-width: 1020px) {
    .newNav ul .signup-button {
        padding: 10px
    }
}*/

/*.newFoot {
    background: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
    box-shadow: 0 0 1px rgba(0,65,94,0.2);
    transition: height 600ms 0s ease
}

    .newFoot ul {
        list-style: none;
        position: relative;
        margin: 0 auto;
        display: inline-block;
        cursor: pointer;
        vertical-align: middle
    }

        .newFoot ul li {
            margin: 0 30px 0 0;
            display: inline-block;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 13px;
            line-height: 25px
        }

            .newFoot ul li:hover {
                color: #8d8d8d
            }

            .newFoot ul li:active {
                color: #333
            }

            .newFoot ul li img {
                width: 20px;
                height: 20px
            }

@media screen and (max-width: 1250px) {
    .newFoot ul li {
        margin: 0 13px 0 0
    }
}

@media screen and (max-width: 1150px) {
    .newFoot ul li {
        margin: 0 14px 0 0;
        font-size: 11px
    }
}*/

/*.content-wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%
}*/

/*@media screen and (max-width: 1250px) {
    .content-wrapper {
        margin-top: 6%
    }
}*/

.head-banner {
    background: linear-gradient(90deg, rgba(96,0,97,0.72) -20%, rgba(0,122,127,0.68) 100%),url(../../new-main-page/pics/woman-with-ipad-small.jpg) 50% no-repeat;
    color: #FFF;
    background-size: cover;
    min-height: 800px;
    padding-top: 10%
}

@media screen and (max-width: 1250px) {
    .head-banner {
        min-height: auto
    }
}

@media screen and (max-width: 700px) {
    .head-banner {
        padding-top: 21%
    }
}

.news-banner {
    color: #FFF;
    background: linear-gradient(90deg, rgba(18,34,74,0.89) 15%, rgba(14,5,5,0.71) 100%),url(../../new-main-page/pics/hand-notetaking.jpg) 10% bottom;
    background-size: cover
}

/*.course-track-section {
   width: 30%;
    display: inline-block;
    text-align: center;
    font-weight: 100;
    padding: 0px 2%;
    max-width: 420px;
    vertical-align: top;
    line-height: 29px
}

    .course-track-section img {
        margin: 25px 5px 50px 5px;
        width: 80px;
        height: 80px
    }

    .course-track-section h1 {
        margin-bottom: 25px;
        text-transform: uppercase;
        font-weight: 300
    }

    .course-track-section h4 {
        line-height: 29px;
        font-weight: 300
    }

    .course-track-section a {
        font-style: italic;
        font-weight: 700;
        font-size: 14px;
        text-decoration: underline;
        cursor: pointer
    }

        .course-track-section a:visited {
            color: #000
        }*/
    .course-feature-banner {
    background: linear-gradient(90deg, rgba(255,0,0,0.63) -20%, rgba(0,52,96,0.72) 100%),url(../../../course-descriptions/pics/computer-learning-small.jpg) 50%;
    color: #FFF;
    background-size:cover;
}

.training-wrapper {
    /* top: 320%; 3143px;
    left: 0;
    position: absolute;*/
    z-index: 100;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: -32em;
    padding: 0 26px;
}

.training-pause-btn {
    color:white; 
    /*display:block;*/ 
    text-align:right; 
    /*margin-top:50px;*/
    opacity:0.5; 
    cursor:pointer;
    margin-bottom:-58px;
}



@media screen and (max-width: 525px) {
    .training-wrapper {
        margin-top: -36em;
    }
}

@media screen and (max-width: 390px) {
    .training-wrapper {
        margin-top: -37em;
    }
}

.training-copy {
    margin-top: -3px;
}

@media screen and (max-width: 460px) {
    .training-copy {
        margin-top: 15px;
    }
}

   



    .training-inner-wrap {
        position: relative;
        top: -36%
    }
        .training-inner-wrap h4 {
           line-height:2em;
        }

        .trapezium-white {
            background-color: white;
            transform: skewY(-4deg);
            transform-origin: top left;
            margin-top: -1px;
            margin-bottom: -133px;
            padding-top: 90px;
            padding-bottom: 53px
        }

    .trapezium-words-white {
        transform: skewY(4deg);
        margin-top: 22px;
        margin-bottom: 53px
    }

    /*.offers::before {
        content: '';
        width: 100%;
        height: 391px;
        background: rgba(207,11,11,0.02);
        position: absolute;
        top: 2515px;
        left: 0;
        -webkit-transform: skew(0deg, -27deg);
        -moz-transform: skew(0deg, -27deg);
        -ms-transform: skew(0deg, -27deg);
        -o-transform: skew(0deg, -27deg);
        transform: skew(0deg, -27deg)
    }*/

    /*.offers::after {
        content: '';
        width: 100%;
        height: 400px;
        background: rgba(1,105,109,0.01);
        position: absolute;
        top: 2515px;
        left: 0;
        -webkit-transform: skew(0deg, 15deg);
        -moz-transform: skew(0deg, 15deg);
        -ms-transform: skew(0deg, 15deg);
        -o-transform: skew(0deg, 15deg);
        transform: skew(0deg, 15deg)
    }

    .offers::before {
        content: '';
        width: 100%;
        height: 300px;
        background: rgba(207,11,11,0.01);
        position: absolute;
        top: 2615px;
        left: 0;
        -webkit-transform: skew(0deg, -20deg);
        -moz-transform: skew(0deg, -20deg);
        -ms-transform: skew(0deg, -20deg);
        -o-transform: skew(0deg, -20deg);
        transform: skew(0deg, -20deg)
    }*/
