﻿.page-header { display:none; }
.widget-type-section_header { display:none !important; }
.hs-menu-my-edge li { background-color: #3766a4; min-height:54px; height:54px; line-height:14px; }

@media (max-width: 1100px) and (min-width: 930px) {
    .widget-type-section_header { display:block !important; padding:50px 0px 0px 0px !important; }
    #headBannerWrapper {visibility:hidden;height:20px;}
    #headBanner {height:20px;}
}
@media (max-width: 930px) {
    #headBannerWrapper {visibility:hidden;height:0px;}
    #headBanner {height:0px;}
}

/*Combine These Into Main CSS*/
.selectedClass {
    font-weight: 800 !important;
}
.courselinks {
    font-size: 9.6px;
    color: #0f5a58;
    min-height: 0;
    margin: 0;
}
.teal-button {
    height: auto;
}

@media (min-width: 992px) {
    .col-md-offset-1 {
        margin-left: 4.16666667% !important;
    }
}

.page-header-bg.lp {
    min-height: 145px;
    background-position: bottom;
    background-size: 1500px;
    background-repeat: repeat;
}
.internal-page-title.lp {
    padding: 0 0 0.5em 0 !important;
}
/*Spinner*/
.spinner {
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid #3333337d;
    border-right: 6px solid #3333337d;
    border-bottom: 6px solid #3333337d;
    border-top: 6px solid #FFFFFF;
    border-radius: 100%;
    will-change: transform;
    box-shadow: 0px 0px 12px 0px #333;
}

.spinnerBox {
    display: block;
    position: fixed;
    z-index: 1000020 !important; /* High z-index so it is on top of the page */
    left: -5px;
    /*    top: 40%;
    height: 90px;*/
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

.spinnerText {
    box-shadow: 1px 4px 20px 12px #333;
    background-color: #fefefe;
    padding: 5px;
    border-radius: 5px;
}

.spinnerDDL {
    height: 15px;
    width: 15px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid #3333337d;
    border-right: 6px solid #3333337d;
    border-bottom: 6px solid #3333337d;
    border-top: 6px solid #FFFFFF;
    border-radius: 100%;
    will-change: transform;
    box-shadow: 0px 0px 3px 0px #333;
    margin: 3px 3px 3px 2px;
}

.spinnerOrangeDDL {
    height: 15px;
    width: 15px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid #ff8c00;
    border-right: 6px solid #ff8c00;
    border-bottom: 6px solid #ff8c00;
    border-top: 6px solid #FFFFFF;
    border-radius: 100%;
    will-change: transform;
    box-shadow: 0px 0px 3px 0px #333;
    margin: 3px 3px 3px 2px;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}



/*Skeleton*/
.timeline-top {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    padding: 12px;
    margin: 0 auto;
    width: 100%;
    height: 160px;
}
.timeline-addtocart {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    padding: 12px;
    margin: 0 auto;
    width: 90%;
    height: 334px;
}
.timeline-billing {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    padding: 12px;
    /*    margin: 0 auto;
*/ max-width: 472px;
    min-height: 954px;
}

.timeline-item {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    padding: 12px;
    min-height: 300px;
    margin-bottom: 20px;
}

.timeline-courses {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    padding: 12px;
    min-height: 500px;
    margin-bottom: 20px;
}

.timeline-filterArea {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    padding: 12px;
    min-height: 500px;
    margin-bottom: 20px;
}

.timeline-cart {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    padding: 12px;
    min-height: 501px;
}
.timeline-itemCourseDetail {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    padding: 12px;
    /*    margin: 0 auto;
*/ /*max-width: 472px;*/
    min-height: 150px;
    margin-bottom: 20px;
}

.timeline-courseDetail {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    padding: 12px;
    min-height: 200px;
}

.timeline-orderPayments {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    padding: 12px;
    min-height: 135px;
}

.timeline-masters-bundle {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    padding: 12px;
    min-height: 50px;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.animated-top_background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 15px;
    position: relative;
}

.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}

.background-masker {
    background: #fff;
    position: absolute;
}

    /* Every thing below this is just positioning */
    .background-masker.content-top,
    .background-masker.content-second-line,
    .background-masker.content-third-line,
    .background-masker.content-second-end,
    .background-masker.content-third-end,
    .background-masker.content-first-end {
        top: 40px;
        left: 0;
        right: 0;
        height: 6px;
    }

    .background-masker.content-top {
        height: 20px;
    }

    .background-masker.content-first-end,
    .background-masker.content-second-end,
    .background-masker.content-third-end {
        width: auto;
        left: 380px;
        right: 0;
        top: 60px;
        height: 8px;
    }

    .background-masker.content-second-line {
        top: 68px;
    }

    .background-masker.content-second-end {
        left: 420px;
        top: 74px;
    }

    .background-masker.content-third-line {
        top: 82px;
    }

    .background-masker.content-third-end {
        left: 300px;
        top: 88px;
    }

.k-window-title {
    background-color: #110045;
    color: #fff;
}
/* .k-window-titlebar {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-color: #110045;
    color: #333;
    background-color: #110045;
}
.k-window-actions {
    background-color: #110045;
    color: #fff !important;
} */
.k-dialog-titlebar {
    background-color: #110045 !important;
}

.k-dialog-button-layout-stretched .k-primary:not(:hover):not(.k-state-hover):not(:active):not(.k-state-active) {
    color: #110045 !important;
    font-size: medium;
}
.k-button {
    border-color: #110045 !important;
    color: #fff;
    background-color: #110045 !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .02));
}
p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    color: rgba(17, 0, 69, 0.8);
}

.section-container ul {
    padding-left: 40px !important;
}