.black-fg {
    color: #000;
}

.black-bg {
    background-color: #000;
}

.dark-gray-1-fg {
    color: #212121;
}

.dark-gray-1-bg {
    background-color: #212121;
}

.dark-gray-3-fg {
    color: #37383d;
}

.dark-gray-3-bg {
    background-color: #37383d;
}

.medium-gray-1-fg {
    color: #606169;
}

.medium-gray-1-bg {
    background-color: #606169;
}

.medium-gray-2-fg {
    color: #93939c;
}

.medium-gray-2-bg {
    background-color: #93939c;
}

.medium-gray-3-fg {
    color: #b2b2b8;
}

.medium-gray-3-bg {
    background-color: #b2b2b8;
}

.light-gray-1-fg {
    color: #d5d4d9;
}

.light-gray-1-bg {
    background-color: #d5d4d9;
}

.light-gray-2-fg {
    color: #f4f5f7;
}

.light-gray-2-bg {
    background-color: #f4f5f7;
}

.white-fg {
    color: #fff;
}

.white-bg {
    background-color: #fff;
}

.light-red-fg {
    color: #dc0a0a;
}

.light-red-bg {
    background-color: #dc0a0a;
}

.dark-orange-fg {
    color: #c15615;
}

.dark-orange-bg {
    background-color: #c15615;
}

.light-orange-fg {
    color: #ffb400;
}

.light-orange-bg {
    background-color: #ffb400;
}

.orange-gradient-dark-fg {
    color: #ff5a00;
}

.orange-gradient-dark-bg {
    background-color: #ff5a00;
}

.orange-gradient-light-fg {
    color: #ff9c01;
}

.orange-gradient-light-bg {
    background-color: #ff9c01;
}

.bold-orange-fg {
    color: #FF6E40;
}

.bold-orange-bg {
    background-color: #FF6E40;
}

.green-fg {
    color: #387c2b;
}

.green-bg {
    background-color: #387c2b;
}

.blue-link-fg {
    color: #0072a8;
}

.blue-link-bg {
    background-color: #0072a8;
}

.blue-link-hover-fg {
    color: #005885;
}

.blue-link-hover-bg {
    background-color: #005885;
}

.pale-blue-fg {
    color: #d4ebf4;
}

.pale-blue-bg {
    background-color: #d4ebf4;
}

.medium-gray-fg {
    color: #666;
}

.medium-gray-bg {
    background-color: #666;
}

.light-warm-gray-fg {
    color: #a0968c;
}

.light-warm-gray-bg {
    background-color: #a0968c;
}

.light-gray-4-fg {
    color: #e8eaec;
}

.light-gray-4-bg {
    background-color: #e8eaec;
}

.muted-light-red-fg {
    color: #e33b3b;
}

.muted-light-red-bg {
    background-color: #e33b3b;
}

.bold-orange-secondary-fg {
    color: #ff5900;
}

.bold-orange-secondary-bg {
    background-color: #ff5900;
}

.medium-orange-fg {
    color: #ff9100;
}

.medium-orange-bg {
    background-color: #ff9100;
}

.pale-yellow-fg {
    color: #fcf8d9;
}

.pale-yellow-bg {
    background-color: #fcf8d9;
}

.dark-green-muted-fg {
    color: #609655;
}

.dark-green-muted-bg {
    background-color: #609655;
}

.light-green-fg {
    color: #77a22d;
}

.light-green-bg {
    background-color: #77a22d;
}

.dark-blue-fg {
    color: #005da2;
}

.dark-blue-bg {
    background-color: #005da2;
}

.neon-blue-fg {
    color: #0b70ed;
}

.neon-blue-bg {
    background-color: #0b70ed;
}

.web-light-blue-fg {
    color: #0083bf;
}

.web-light-blue-bg {
    background-color: #0083bf;
}

.light-blue-fg {
    color: #0099c4;
}

.light-blue-bg {
    background-color: #0099c4;
}

.knowledge-regular {
    font-family: 'Knowledge';
    font-weight: 400;
}

.knowledge-bold {
    font-family: 'Knowledge';
    font-weight: 600;
}

.knowledge-light {
    font-family: 'Knowledge';
    font-weight: 200;
}

.knowledge-ultra-light {
    font-family: 'Knowledge';
    font-weight: 100;
}

.knowledge-medium {
    font-family: 'Knowledge';
    font-weight: 400;
}

.btn {
    border-radius: 4px;
    font: 12px Knowledge, Arial, Helvetica, sans-serif;
    padding: 16px;
    background: #f4f5f7;
    color: #555;
    display: inline-block;
    text-align: center;
    text-decoration-color: black;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    text-decoration: none;
}

    /*.btn:hover,*/
    .btn:active {
        background: #bbb !important;
    }

    .btn.btn-primary {
        color: #fff;
        /*margin-bottom: 25px;*/
        background: #FF6E40;
        border-radius: 4px;
        cursor: pointer;
    }

    .btn.btn-secondary {
        /*color: #fff;*/
        background: #f4f5f7;
        cursor: pointer;
        border-radius: 23px;
        border-color: #ccc;
        padding: 8px 25px 8px 25px;
    }

        .btn.btn-secondary:hover {
            background: #fff;
        }

    .btn.btn-preview {
        color: #fff;
        background: #77a22d;
        cursor: pointer;
        /*border-color: #2e6da4;*/
    }

        .btn.btn-preview :hover {
            background-color: rgba(187, 187, 187,1);
        }

    .btn.btn-primary:hover .btn.btn-primary:active {
        background: #ff5900 !important;
    }

    .btn[disabled]:active,
    .btn[disabled]:hover {
        background-color: #e9e9e9 !important;
        color: #555 !important;
    }

    .btn.btn-sm {
        font-size: 11px;
        padding: 10%;
    }

.btn-outline-primary {
    border-radius: 4px;
    font: 12px Knowledge, Arial, Helvetica, sans-serif;
    color: #606169;
    background-color: transparent;
    background-image: none;
    border-color: #606169;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #606169;
        border-color: #606169;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(96, 97, 105, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #606169;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #606169;
        border-color: #606169;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(96, 97, 105, 0.5);
        }

.chevron {
    font-size: 16px;
    position: relative;
}


    .chevron:active,
    .chevron:hover {
        text-decoration: underline !important;
    }

    .chevron:disabled:active,
    .chevron:disabled:hover {
        text-decoration: none !important;
    }


    .chevron::after {
        border-style: solid;
        border-width: 2px 2px 0 0;
        content: '';
        display: inline-block;
        height: 7px;
        position: absolute;
        top: 50%;
        transform: rotate(45deg) translateY(-50%);
        width: 7px;
    }

    .chevron.left {
        padding-left: 15px;
    }

        .chevron.left:after {
            left: 0;
            transform: rotate(-130deg) translateY(80%);
        }

.backContainer {
    margin-bottom: 10px;
    opacity: 0.99;
    color: #0072A8;
    font-family: Knowledge;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.chevron-dark {
    font-size: 16px;
    position: relative;
}

    .chevron-dark:hover,
    .chevron-dark:active {
        text-decoration: none !important;
    }

    .chevron-dark:before {
        content: "";
        width: 2px;
        height: 17%;
        background: #333;
        position: absolute;
        transform: rotate(45deg) translateY(-53%);
        right: 50px;
        top: 53%;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .chevron-dark:after {
        content: "";
        width: 2px;
        height: 17%;
        background: #333;
        position: absolute;
        transform: rotate(-45deg) translateY(-50%);
        top: 42%;
        right: 44px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

.ow-media-btn {
    padding-top: 8px;
    padding-bottom: 8px;
}

.ow-a-spot__cta, .ow-btn, .ow-form__submit, .ow-media-btn {
    display: inline-block;
    padding: 9px 16px;
    margin-right: 5px;
    background: #e9e9e9;
    color: #555;
    font: bold 16px knowledge,Arial,sans-serif;
    border-radius: 4px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    font-size: 15px;
    text-align: left;
}

.ow-media-btn__content {
    font-family: Knowledge,Arial,sans-serif;
    font-weight: 700;
    float: left;
}

.ow-media-btn small {
    display: block;
    color: #555;
    font-family: Knowledge,Arial,sans-serif;
    font-weight: 300;
    font-size: .8125em;
    text-transform: uppercase;
    margin-top: 2px;
    margin-bottom: 0 !important;
    font-weight: normal;
}

.ow-media-btn__icon {
    margin-left: 18px;
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.ow-a-spot__cta:hover, .ow-btn:hover, .ow-form__submit:hover, .ow-media-btn:hover {
    background: #bbb;
    color: #555;
    text-decoration: none !important;
}

.download-links {
    text-align: left;
}

    .download-links a {
        margin-right: 20px;
    }

        .download-links a:hover {
            text-decoration: none;
        }

        .download-links a span {
            font-size: 15px;
            display: inline-block;
            vertical-align: bottom;
        }

            .download-links a span:hover {
                text-decoration: underline;
            }

.disclaimer {
    font-size: 11px;
}

.lightbox *,
.compare-by-package *,
.interceptPage *,
.package-details *,
.comparison-chart *,
.download-links *,
.packagesSelect *,
div#disclaimersPkgDesc * {
    font-family: Knowledge, Arial, sans-serif;
}

.lightbox .modal {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
}

.lightbox .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.lightbox .modal-header {
    width: 100%;
    padding-left: 0;
}

    .lightbox .modal-header h2 {
        font-family: Knowledge;
        font-size: 23px;
        font-weight: 100;
    }

.lightbox .modal-text {
    padding: 20px 0;
}

.lightbox .continue-btn {
    margin-left: auto;
    width: 60%;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    text-align: right;
}

.lightbox .checkbox-ctr {
    padding: 20px 0 0;
    text-align: right;
}

.lightbox #TermsAndConditions .close {
    font-size: 33px;
    font-weight: 100;
    margin: 0 auto;
    width: 100%;
    display: block;
    text-align: right;
    float: none;
    color: #FFF;
    opacity: 0.7;
    text-shadow: none;
}

    .lightbox #TermsAndConditions .close:hover, .lightbox #TermsAndConditions .close:focus {
        text-decoration: none;
        cursor: initial;
        color: #FFF;
    }

.lightbox #TermsAndConditions #continueBtn {
    margin-right: 0;
}

.lightbox #TermsAndConditions .close span:hover, .lightbox #TermsAndConditions .close span:focus {
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
    opacity: 0.6;
}

.text-align-justify {
    text-align: justify;
}

.modal-hyperlink {
    font-size: 14px;
    text-decoration: none !important;
}

    .modal-hyperlink:hover {
        text-decoration: underline !important;
    }

.container.package-details {
    background-color: #000;
    width: 100%;
    padding: 0 !important;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 45px;
    background-image: url(../../../Images/checkpointLearning-package-description-background.jpg);
    background-position: top right;
}

    .container.package-details .gray-box {
        width: 40%;
        padding: 30px 20px;
        position: relative;
    }

    .container.package-details .package-selector p {
        text-align: center;
    }

    .container.package-details .package-selector .radio-button {
        width: 32%;
    }

    .container.package-details .package-selector .buy-now a {
        margin: 0 auto;
    }

    .container.package-details .gray-box::before {
        content: '';
        height: 100%;
        position: absolute;
        width: 100%;
        top: 0;
        background-color: #353432;
        left: 0;
        opacity: .7;
    }

    .container.package-details .row:last-child {
        margin-top: 20px;
    }

    .container.package-details .package-title {
        position: relative;
        color: #fff;
    }

        .container.package-details .package-title h2 {
            color: #FFF;
            font-size: 2em;
            margin: 0;
            padding-bottom: 15px;
        }

    .container.package-details .target-price p {
        color: #fff;
        font-size: 24px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .container.package-details .content-text p {
        margin-bottom: 20px;
        padding-bottom: 0;
        margin-top: 20px;
    }

    .container.package-details p, .container.package-details .content-text p {
        font-size: 14px;
        color: white;
    }

    .container.package-details .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin: 0 auto;
        flex-direction: column;
        position: relative;
    }

    .container.package-details .col-md-4 {
        width: 33%;
    }

    .container.package-details .price-container {
        min-width: 100px;
        border-top: 6px solid #999;
        padding: 15px 0;
    }

    .container.package-details .content-text {
        color: #fff;
    }

        .container.package-details .content-text a {
            font-size: 15px;
        }

.package-selector {
    width: 100%;
}

    .package-selector .buy-now .btn {
        margin: 0;
    }

    .package-selector .radio-button #threeYear + label {
        border-right: none;
    }

    .package-selector .radio-button {
        /*width: 30%;
		text-align: center;
		display: inline-block;
		margin-bottom: 30px;*/
        width: 100%;
        text-align: center;
        display: inline-block;
        /* margin-bottom: 30px; */
        /* margin-left: 30px; */
    }

.intercept-selector .radio-button {
    width: 27%;
    font-size: 13px;
}

.package-selector .radio-button input[type=radio],
.packagesSelect .packageSelectContent .packageBuyInfo .checkbox-group input[type=radio],
.interceptPage .select-package-years .package-radio-button input[type=radio] {
    position: absolute;
    left: -9999px;
}

    .package-selector .radio-button input[type=radio]:checked + label,
    .packagesSelect .packageSelectContent .packageBuyInfo .checkbox-group input[type=radio]:checked + label,
    .interceptPage .select-package-years .package-radio-button input[type=radio]:checked + label {
        font-weight: 700;
        color: #FF6E40;
    }

        .package-selector .radio-button input[type=radio]:checked + label:after,
        .packagesSelect .packageSelectContent .packageBuyInfo .checkbox-group input[type=radio]:checked + label:after,
        .interceptPage .select-package-years .package-radio-button input[type=radio]:checked + label:after {
            opacity: 1;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            top: 19%;
            left: 50%;
        }

    .package-selector .radio-button input[type=radio] + label,
    .packagesSelect .packageSelectContent .packageBuyInfo .checkbox-group input[type=radio] + label,
    .interceptPage .select-package-years .package-radio-button input[type=radio] + label {
        font-weight: 400;
        position: relative;
        /*padding-top: 28px;*/
        /*color: #fff;*/
        cursor: pointer;
        display: block;
        border-right: 1px solid #fff;
    }

.interceptPage a.learnMore {
    font-size: 14px;
}

.intercept-selector .radio-button input[type=radio] + label {
    color: #616169;
    border-right: 1px solid #616169;
}

.package-selector.intercept-selector > div:last-child input + label {
    border: 0;
}

.interceptPage .courseContainer .courseBody .intercept-selector p {
    margin-bottom: 15px;
}

.packagesSelect .packageSelectContent .packageBuyInfo .checkbox-group input[type=radio] + label {
    color: #616169;
    margin-bottom: 0;
    border-right: 1px solid #616169;
}

.packagesSelect .packageSelectContent .packageBuyInfo .checkbox-group:last-child {
}

.packageBuyInfo a.btn-buynow.chevron {
    margin-top: 15px;
}

.container.package-details .stars-reviews {
    margin-top: 15px;
}

    .container.package-details .stars-reviews .reviews-count {
        display: inline-block;
    }

.container.package-details .buy-now .btn:hover {
    background-color: #37383d;
    border-color: #37383d;
}


a[role="button"].btn.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #b2b2b8;
}

    a[role="button"].btn.btn-default.focus,
    a[role="button"].btn-default:focus,
    a[role="button"].btn-default:hover {
        color: #333;
        background-color: #fff;
        border-color: #b2b2b8;
    }

.btn.btn-lg {
    border-radius: 23px;
    height: 46px;
    line-height: 44px;
    font-size: 13px;
    padding: 0 30px;
}

    .btn.btn-lg.btn-primary.transparent {
        background-color: transparent;
        border-color: #FFF;
        padding: 0 50px;
    }
/*fix login to hide it*/
#home_mid_wrap {
    width: 790px;
}

#home_right_wrap {
    display: none;
}
/*end fix*/

/*Accordion*/
.accordion {
    width: 97%;
    margin: 30px auto 0 0;
    position: relative;
    text-align: left !important;
}

    .accordion h2.heading, .accordion h2.heading + a {
        display: inline-block;
    }

        .accordion h2.heading + a {
            position: absolute;
            right: 0;
            top: 36px;
            font-size: 15px;
            text-transform: uppercase;
            display: none;
        }

    .accordion .compare-packages-link-wrapper a {
        font-size: 15px;
        display: none;
    }


.text-center {
    text-align: center;
}

.accordion p {
    font-family: inherit;
    font-size: 16px;
    color: #373737;
    margin-bottom: 20px;
}

    .accordion p:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

.accordion ul {
    padding: 0;
    margin: 0;
}

    .accordion ul li:last-child {
        margin-bottom: 0;
    }

    .accordion ul li {
        list-style-type: none;
    }

        .accordion ul li ul li {
            list-style-type: disc;
        }

        .accordion ul li a {
            display: block;
            width: 100%;
            padding: 20px 15px;
            background-color: #e9e9e9;
            border-top: 2px solid #ccc;
            color: #555;
            font-weight: 700;
            cursor: pointer;
            position: relative;
            transition: background-color .5s ease;
            text-decoration: none;
            font-size: 1.2em;
            text-align: left;
            font-family: Knowledge;
        }

.accordion ul {
    list-style-position: inside;
}

    .accordion ul li a::after {
        content: '';
        width: 50px;
        height: 63px;
        right: 0;
        top: 0px;
        position: absolute;
        font-size: 20px;
        background-image: url(/../Images/expanded-sign-icon.png);
        background-repeat: no-repeat;
        background-position-y: 50%;
        background-position-x: 50%;
    }

    .accordion ul li a.active::after {
        background-image: url(/../Images/collapsed-sign-icon.png);
    }

.accordion h2.heading {
    color: #212121;
    font-size: 30px;
    font-family: Knowledge;
    font-weight: 100;
    margin-bottom: 10px;
    margin-top: 0;
}

.accordion ul li .content {
    padding: 25px 30px;
    text-align: left;
    font-family: Knowledge;
}


.accordion ul li a.toggle:not(.active) + .content {
    display: none;
}

.accordion ul li a:focus {
    text-decoration: none;
}

.accordion ul li .content a, .accordion ul li .content a::after, .accordion ul li .content a::before, .accordion ul li .content a:hover {
    background-color: transparent;
    display: inline;
    color: #337ab7;
    font-weight: normal;
    border-top: none;
    padding: 0;
}

    .accordion ul li .content a:hover {
        text-decoration: underline;
    }

    .accordion ul li .content a::before, .accordion ul li .content a::after {
        content: none;
    }
/*End Accordion*/
/*Start Comparison Chart*/
.comparison-chart {
    display: none;
}

    .comparison-chart table {
        width: 70%;
    }

    .comparison-chart h2 {
        font-weight: 100;
        text-align: center;
    }

    .comparison-chart table thead tr th {
        background-color: #3b3e45;
        color: #fff;
        padding: 18px 8px;
        font-size: 18px;
        font-weight: 100;
    }

    .comparison-chart img {
        width: 30px;
    }

    .comparison-chart table tbody tr td,
    .comparison-chart table thead tr th {
        padding: 15px 8px;
        text-align: center;
    }

    .comparison-chart table tbody tr td {
        border-bottom: 1px solid #fff;
        background-color: #eaeef1;
        font-size: 16px;
    }

        .comparison-chart table tbody tr td.feature,
        .comparison-chart table thead tr th.feature {
            background-color: transparent;
            text-align: right;
        }

            .comparison-chart table tbody tr td.feature > span {
                font-size: 10px;
                display: block;
            }

    .comparison-chart table + p {
        margin-top: 30px;
    }

.disclaimerPkgDesc {
    margin-top: 20px;
}

    .disclaimerPkgDesc a {
        font-size: inherit;
    }


/*End Comparison Chart*/
/*Start Intercept page*/
.interceptPage {
    background-color: #fff;
    padding: 15px 25px 25px;
}

    .interceptPage span.previous {
        display: block;
        margin-left: -15px;
        padding-bottom: 10px;
    }

        .interceptPage span.previous i {
            font-weight: 100;
            margin-right: 7px;
        }

        .interceptPage span.previous a {
            color: #616161;
            padding: 10px 0;
            text-decoration: none;
        }

            .interceptPage span.previous a:hover {
                cursor: pointer;
                text-decoration: underline;
            }

    .interceptPage .featuredCourse {
        display: table;
        border-top: 2px solid #cbcbcb;
        border-bottom: 1px solid #a0a0a0;
        margin-top: 10px;
        padding: 15px 0;
    }

        .interceptPage .featuredCourse .courseImage {
            display: table-cell;
            width: 10%;
            vertical-align: middle;
        }

        .interceptPage .featuredCourse .courseName {
            padding-left: 25px;
            display: table-cell;
            width: 60%;
        }

            .interceptPage .featuredCourse .courseName h3 {
                font-size: 24px;
                font-weight: 400;
                margin: 0;
            }

            .interceptPage .featuredCourse .courseName p {
                font-size: 12px;
                margin: 0;
            }

        .interceptPage .featuredCourse .coursePrice {
            display: table-cell;
            font-size: 24px;
            width: 15%;
            text-align: center;
        }

        .interceptPage .featuredCourse .continueButton {
            display: table-cell;
            width: 15%;
        }



    .interceptPage .buyCourses {
        text-align: center;
        padding-top: 15px;
    }

        .interceptPage .buyCourses .savingsCourses {
            display: inline-flex;
            margin-top: 30px;
        }

        .interceptPage .buyCourses h2 {
            color: #444;
            font-size: 32px;
            font-weight: 200;
            margin: 0;
        }

        .interceptPage .buyCourses p.savingsDescription {
            color: #444;
            margin: 0 auto;
            padding: 0 15px 10px;
            width: 550px;
            font-size: 14px;
        }

    .interceptPage .courseContainer {
        display: inline-block;
        margin: 0 15px;
        width: 280px;
    }

        .interceptPage .courseContainer .courseHeader {
            background-color: #3b3e45;
            padding: 15px 0;
            text-align: center;
            color: #fff;
        }

            .interceptPage .courseContainer .courseHeader h3 {
                font-size: 28px;
                font-weight: 100;
                color: #FFFFFF;
                margin-top: 0;
            }

        .interceptPage .courseContainer .courseBody {
            color: #a0a0a0;
            background-color: #f3f3f3;
            padding: 15px 25px 5px;
        }

            .interceptPage .courseContainer .courseBody ul {
                margin: 0 0 10px;
                padding: 0;
            }

            .interceptPage .courseContainer .courseBody .center {
                color: #616161;
                font-size: 15px;
                text-align: center;
            }

            .interceptPage .courseContainer .courseBody p {
                font-size: 17px;
                margin-bottom: 0;
                margin-top: 0;
            }

                .interceptPage .courseContainer .courseBody p.packageDescription {
                    color: #444;
                    font-size: 12px;
                    font-family: Knowledge;
                    font-weight: normal;
                    margin: 0 0 20px;
                }

            .interceptPage .courseContainer .courseBody ul li {
                color: #969696;
                text-align: left;
                list-style-type: disc;
                font-size: 13px;
            }

            .interceptPage .courseContainer .courseBody ul.idealFor li {
                list-style-type: none;
                text-align: center;
            }

            .interceptPage .courseContainer .courseBody ul.increasedPadding {
                padding: 0 20px;
                margin-bottom: 10px;
            }

                .interceptPage .courseContainer .courseBody ul.increasedPadding li {
                    text-align: left;
                }

            .interceptPage .courseContainer .courseBody hr {
                background-color: #ffffff;
                border: none;
                height: 2px;
                margin: 15px 0 15px -25px;
                width: 310px;
            }

                .interceptPage .courseContainer .courseBody hr.dark {
                    background-color: #a0a0a0;
                    height: 1px;
                }

            .interceptPage .courseContainer .courseBody .package-buy-now {
                display: block;
                margin: 0 0 15px;
            }

                .interceptPage .courseContainer .courseBody .package-buy-now a[role="button"].btn-primary {
                    color: #fff;
                }

    .interceptPage .select-package-years {
        margin-bottom: 10px;
        display: block;
    }

        .interceptPage .select-package-years .package-radio-button {
            width: 32.3%;
            text-align: center;
            display: inline-block;
        }

            .interceptPage .select-package-years .package-radio-button input[type=radio] {
                position: absolute;
                left: -9999px;
            }

                .interceptPage .select-package-years .package-radio-button input[type=radio]:checked + label {
                    font-weight: 700;
                    color: #1273a4;
                }

                    .interceptPage .select-package-years .package-radio-button input[type=radio]:checked + label:after {
                        opacity: 1;
                        -webkit-transform: translate(-50%,-50%);
                        transform: translate(-50%,-50%);
                        top: 19%;
                        left: 50%;
                    }

                .interceptPage .select-package-years .package-radio-button input[type=radio] + label {
                    color: #616161;
                }

                    .interceptPage .select-package-years .package-radio-button input[type=radio] + label::before {
                        border: 2px solid #616161;
                    }

            .interceptPage .select-package-years .package-radio-button input[type="radio"]:checked + label::before {
                border: 2px solid #1273a4;
                background: #1273a4;
            }



/*End Intercept page*/


/* Start Compare by package */

.compare-by-package {
    padding: 20px 0 40px;
}

    .compare-by-package table {
        border-collapse: separate;
        border-spacing: 3px 0;
        text-align: center;
        margin: 0 auto 30px;
        font-family: Knowledge;
    }

.compare-packages tbody tr:first-child th:first-child {
    width: 135px !important;
}

.compare-by-package table td, .compare-by-package table th {
    padding: 10px;
    text-align: center;
}

    .compare-by-package table th.feature {
        max-width: 16%;
        padding-top: 0;
        vertical-align: top;
        cursor: pointer;
        text-align: right;
    }

.compare-by-package table tr td {
    font-size: 1.3em;
}

.compare-by-package table td.feature {
    text-align: right;
    max-width: 16%;
    font-family: Knowledge;
}

    .compare-by-package table td.feature > span {
        font-size: 10px;
        display: block;
    }


.compare-by-package table th.title {
    background-color: #3b3e45;
    position: relative;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom: 0;
    width: 17%;
    font-family: Knowledge;
    vertical-align: top;
}

    .compare-by-package table th.title span.remove-pkg {
        color: #fff;
        font-weight: 700;
        position: absolute;
        top: -11px;
        right: 0;
        font-family: Knowledge;
        padding: 10px;
        font-size: 18px;
    }

        .compare-by-package table th.title span.remove-pkg:hover, .compare-by-package table th.title span.remove-pkgfocus {
            cursor: pointer;
        }

.compare-by-package table th.reset {
    display: none;
    vertical-align: top;
    padding: 0 5px !important;
    text-align: left !important;
    width: 15%;
}

    .compare-by-package table th.reset a {
        text-decoration: none;
        vertical-align: bottom;
    }

        .compare-by-package table th.reset a > img {
            margin-right: 10px;
            float: left;
        }

        .compare-by-package table th.reset a:hover,
        .compare-by-package table th.reset a:active {
            text-decoration: underline;
        }

.compare-by-package table td.cost span {
    font-size: 20px;
    position: relative;
}

.compare-by-package table td.selfstudy span {
    font-size: 12px;
}

.compare-by-package table td.cost, .compare-by-package table td.credits, .compare-by-package table td.duration, .compare-by-package table td.online, .compare-by-package table td.selfstudy, .compare-by-package table td.seminar, .compare-by-package table td.webinars, .compare-by-package table td.default {
    border-bottom: 1px solid #fff;
    background-color: #eaeef1;
}

.compare-by-package table td.duration {
    padding-bottom: 15px;
}

.compare-by-package table td.feature.seminar {
    vertical-align: top;
    height: 150px;
}

.compare-by-package table td.seminar .trackingContainer {
    position: relative;
    height: 150px;
}

.packageSelectContent a {
    position: relative;
    text-decoration: none;
    font-weight: 700;
}

.compare-by-package table td.seminar .trackingContainer > a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 60%;
    max-width: 80%;
    font-size: 1em;
    display: block;
    text-decoration: none;
    font-weight: 700;
}

.compare-by-package table .seminar .trackingContainer > p {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    color: #333;
}

.compare-by-package table .seminar .trackingContainer > img {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}


.courseBody a.learnMore {
    position: relative;
    text-decoration: none;
}

    .compare-by-package table td.seminar .trackingContainer > a:hover,
    .compare-by-package table td.seminar .trackingContainer > a:active,
    .packageSelectContent a:hover,
    .packageSelectContent a:active,
    .courseBody a.learnMore:hover,
    .courseBody a.learnMore:active,
    .backContainer .chevron:hover,
    .backContainer .chevron:active {
        text-decoration: underline !important;
    }

.compare-by-package table td.feature.seminar {
    background-color: #fff;
}

.compare-by-package table .fa.fa-times {
    color: #fff;
}

.compare-by-package .backPackages span {
    font-size: 23px;
    font-weight: 100;
    float: left;
    margin-top: -8px;
}

/* End Compare by package */

/* fix full width BuyNow */
.grayBoxItem ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*end fix */


.packagesSelect {
    padding: 15px 15px 0;
    width: 100%;
}

.packageContainer {
    padding: 10px 20px 0;
}

.packagesSelect > .container:first-child {
    background: #616161 url(/Images/BundleIndex/packages-select-background.jpg) top center no-repeat;
    border-bottom: 2px solid #b2b2b8;
    color: #fff;
    width: 100%;
    background-size: cover;
}

    .packagesSelect > .container:first-child h1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 28px;
        width: 50%;
    }

    .packagesSelect > .container:first-child > p {
        color: #fff;
        font-size: 13px;
        margin-bottom: 25px;
        width: 35%;
    }

.packagesSelect .packageItemContainer {
    display: table;
    table-layout: fixed;
    cursor: pointer;
}

    .packagesSelect .packageItemContainer .packageTabItem {
        display: table-cell;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 20%;
        margin: 0 15px;
        padding: 10px 10px 40px;
        position: relative;
    }

        .packagesSelect .packageItemContainer .packageTabItem:after {
            content: "";
            width: 1px;
            min-height: 200px;
            background-color: #fff;
            position: absolute;
            top: 8%;
            left: 0px;
            max-height: 80%;
        }

        .packagesSelect .packageItemContainer .packageTabItem.active:after,
        .packagesSelect .packageItemContainer .packageTabItem:nth-child(1):after,
        .packagesSelect .packageItemContainer .packageTabItem.active + .packageTabItem:after {
            display: none;
        }

        .packagesSelect .packageItemContainer .packageTabItem .packageTabItemContainer {
            height: 100%;
            min-height: 190px;
        }

        .packagesSelect .packageItemContainer .packageTabItem:first-child {
            border-right: none;
            border-left: none;
        }

        .packagesSelect .packageItemContainer .packageTabItem h2 {
            font-size: 20px;
            text-align: center;
            min-height: 80px;
            margin-top: 0;
        }

        .packagesSelect .packageItemContainer .packageTabItem span.description {
            font-size: 13px;
            margin-bottom: 15px;
            min-height: 190px;
            height: 100%;
        }

        .packagesSelect .packageItemContainer .packageTabItem span.price {
            margin-top: 15px;
            font-size: 22px;
            text-align: center;
            bottom: 7px;
            position: absolute;
            left: 0;
            right: 0;
        }

            .packagesSelect .packageItemContainer .packageTabItem span.price span.from {
                font-size: 12px;
                vertical-align: middle;
            }

        .packagesSelect .packageItemContainer .packageTabItem.active span.price span.from {
            display: none;
        }

        .packagesSelect .packageItemContainer .packageTabItem.active {
            background-color: rgba(253, 155, 39, .65);
            border-radius: 4px;
            border-right: none;
            border-left: none;
        }

            .packagesSelect .packageItemContainer .packageTabItem.active + div.packageTabItem {
                border-left: none;
            }

.packagesSelect .callout {
    position: relative;
}

    .packagesSelect .callout::before {
        content: "";
        width: 0;
        height: 0;
        border: 30px solid transparent;
        position: absolute;
    }

    .packagesSelect .callout.bottom::before {
        left: 50%;
        bottom: -55px;
        border-top: 25px solid rgba(253, 155, 39, .65);
        transform: translateX(-50%);
    }

.packagesSelect .packageSelectContent {
    background-color: #fff;
    table-layout: fixed;
    padding: 20px;
    width: 100%;
}

    .packagesSelect .packageSelectContent.active {
        display: table;
    }

    .packagesSelect .packageSelectContent.hide {
        display: none;
    }

    .packagesSelect .packageSelectContent .packageInfo {
        border-right: 1px solid #666;
        display: table-cell;
        padding-right: 25px;
        width: 30%;
        position: relative;
    }


        .packagesSelect .packageSelectContent .packageInfo::before {
            content: "";
            width: 0;
            height: 0;
            border: 28px solid transparent;
            position: absolute;
            right: -48px;
            bottom: 40%;
            border-left: 20px solid #666;
        }

        .packagesSelect .packageSelectContent .packageInfo::after {
            content: "";
            width: 0;
            height: 0;
            border: 28px solid transparent;
            position: absolute;
            right: -47px;
            bottom: 40%;
            border-left: 20px solid #fff;
        }

        .packagesSelect .packageSelectContent .packageInfo h3 {
            font-size: 22px;
            font-weight: 400;
        }


            .packagesSelect .packageSelectContent .packageInfo h3.font-20 {
                font-size: 20px;
            }

        .packagesSelect .packageSelectContent .packageInfo h2 {
            font-size: 34px;
            font-weight: 200;
        }

        .packagesSelect .packageSelectContent .packageInfo > p[class$="RadiosTarget"] {
            font-size: 30px;
            font-weight: 200;
        }

        .packagesSelect .packageSelectContent .packageInfo ul > li {
            font-size: 18px;
            font-weight: 100;
            list-style: disc outside none;
            margin-left: 15px;
        }

    .packagesSelect .packageSelectContent .packageWhatsIncluded {
        display: table-cell;
        padding-left: 40px;
        border-right: 1px solid #666;
        width: 41%;
    }

        .packagesSelect .packageSelectContent .packageWhatsIncluded h3 {
            font-size: 22px;
            font-weight: 400;
        }

        .packagesSelect .packageSelectContent .packageWhatsIncluded ul {
            margin-left: 0;
            padding-left: 20px;
        }

            .packagesSelect .packageSelectContent .packageWhatsIncluded ul > li {
                font-size: 1em;
                list-style-type: disc;
                color: #727272;
                margin-bottom: 15px;
            }

        .packagesSelect .packageSelectContent .packageWhatsIncluded > a.chevron {
            display: table-cell;
        }

    .packagesSelect .packageSelectContent .packageBuyInfo {
        display: table-cell;
        padding-left: 15px;
        width: 29%;
        text-align: center;
    }

        .packagesSelect .packageSelectContent .packageBuyInfo h3 {
            font-size: 22px;
            font-weight: 400;
        }

        .packagesSelect .packageSelectContent .packageBuyInfo p {
            text-align: left;
            font-size: 10px;
            margin-bottom: 20px;
        }

            .packagesSelect .packageSelectContent .packageBuyInfo p a {
                font-size: 18px;
            }

            .packagesSelect .packageSelectContent .packageBuyInfo p a,
            .packageSelectContent a {
                text-decoration: none !important;
                font-size: 1em;
            }


                .packagesSelect .packageSelectContent .packageBuyInfo p a:hover,
                .packagesSelect .packageSelectContent .packageBuyInfo p a:active,
                .packagesSelect .packageSelectContent .packageBuyInfo p a:hover,
                .packagesSelect .packageSelectContent .packageBuyInfo p a:active,
                .compare-by-package table td.seminar > a:hover,
                .compare-by-package table td.seminar > a:active {
                    text-decoration: underline !important;
                }

        .packagesSelect .packageSelectContent .packageBuyInfo button.btn-default {
            margin-bottom: 25px;
        }


        .packagesSelect .packageSelectContent .packageBuyInfo .checkbox-group {
            display: inline-block;
            text-align: center;
            margin-bottom: 10px;
            width: 30%;
        }

            .packagesSelect .packageSelectContent .packageBuyInfo .checkbox-group:last-child input + label {
                border: none;
            }

.bento-busyloader-arc {
    stroke: #b2b2b8;
    -webkit-transition: stroke .7s;
    -o-transition: stroke .7s;
    transition: stroke .7s;
}

    .bento-busyloader-arc.bento-busyloader-arc-alt {
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
        stroke: #3363C9;
    }

svg.bento-busyloader-svg-small {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 1060;
    top: 50%;
    left: 50%;
    display: none;
}





.main-menu .logo:active,
.main-menu .logo:hover,
.main-menu .logo:link,
.main-menu .logo:visited {
    text-decoration: none;
}

.main-menu ul.contact-us {
    /*margin: 10px 0;*/
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
}

h1, h2, h3, .h1, .h2, .h3, h4, h5, .h4, .h5, h6, .h6 {
    font-family: Knowledge, Arial, Helvetica, sans-serif !important;
}

.spaced li {
    line-height: 2;
}


#error_content_wrapper {
    width: 680px;
    margin: auto;
    background: #fff;
}

.errorHeading {
    margin-top: 5px;
    margin-bottom: 5px;
    color: red;
    font-style: italic;
}

.errorText {
    margin: 5px;
    font-size: 12px;
    color: red;
}

.stackTrace {
    color: #1324ea;
    font-family: Consolas, Arial, sans-serif;
}

/* Contact Us - Call */
.contact-us-call {
    font-family: Knowledge, Arial, Helvetica, sans-serif;
}

    .contact-us-call h1 {
        height: 29px;
        width: 474px;
        color: #212121;
        font-family: Knowledge;
        font-size: 26px;
        line-height: 45px;
        margin-top: 41px;
        font-weight: 300;
    }

    .contact-us-call h2 {
        color: #2C2C2C;
        font-size: 22px;
        font-weight: 400;
        padding: 0;
        margin: 0 0 10px 0;
        line-height: 25px;
    }

    .contact-us-call h1.customer-support {
        height: 45px;
        width: 263px;
        color: #212121;
        font-family: Knowledge;
        font-size: 40px;
        font-weight: 300;
        line-height: 45px;
        margin-top: 10px;
    }

    .contact-us-call h3 {
        color: #212121;
        font-size: 16px !important;
        font-weight: 400;
        padding: 0;
        font-weight: 400;
        line-height: 22px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .contact-us-call h4 {
        color: #000000;
        font-family: Arial;
        font-size: 16px !important;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .contact-us-call h5 {
        color: #000000;
        font-family: Arial;
        font-size: 16px;
        line-height: 22px;
    }

    .contact-us-call h6 {
        color: #000000;
        font-family: Arial;
        font-size: 16px;
        font-weight: 300;
        margin-top: -5px;
    }

.contact-us-call-product {
    padding-bottom: 15px;
}

/* required field asterisk */
.form-group.required label:after {
    content: "*";
    color: red;
}

.customer-support {
    border-right: 1px solid #D3D3D3;
}

.customMargin {
    margin-left: 30px;
}

.contactSupport {
    margin-top: 21px !important;
}

.featuredCourseContainer {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .featuredCourseContainer {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .featuredCourseContainer {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .featuredCourseContainer {
        width: 1140px;
    }
}


.row content-text {
    font-family: Knowledge;
}


.page-title {
    height: 29px;
    width: 474px;
    color: #212121;
    font-family: Knowledge;
    font-size: 26px;
    letter-spacing: -0.24px;
    line-height: 29px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.steps-description {
    height: 20px;
    width: 620px;
    color: #2C2C2C;
    font-family: Knowledge;
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 20px;
    margin-bottom: 10px;
}

.goto {
    height: 25px;
    width: 75px;
    color: #212121;
    font-family: Knowledge;
    font-size: 22px;
    letter-spacing: -0.21px;
    line-height: 25px;
}

.link {
    height: 25px;
    width: 243px;
    color: #0083BF;
    font-family: Knowledge;
    font-size: 22px;
    letter-spacing: -0.21px;
    line-height: 25px;
}

.link2 {
    line-height: 20px;
    font-size: 16px;
    padding-bottom: 12px !important;
}
.link3 {
    line-height: 20px;
    font-size: 16px;
    padding-bottom: 0 !important;
}

.line-margin hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.guide {
    height: 25px;
    width: 533px;
    color: #212121;
    font-family: Knowledge;
    font-size: 22px;
    letter-spacing: -0.24px;
    line-height: 25px;
    margin-bottom: 20px;
}

.image-size {
    height: 228px;
    width: 410px;
    margin-bottom: 10px;
}

.image-description {
    height: 40px;
    width: 408px;
    color: #2C2C2C;
    font-family: Knowledge;
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 20px;
}
h5.footer-link-heading {
    color: white;
}
h5.footer-link-heading-spacer {
    height: 13px;
}





/****************START************Internet Explorer*******************/

@media only screen and ( min-width: 1920px) {

    .divPkgVideo {
        width : 375px;
    }

    .divPkgVideoImg  {
        background-color: #f4f5f7;
        padding:30px;
    }

    .packageDescriptionColumn {
        width: 50%;
        padding: 25px;
    }

    .packageVedioImage {
        width: 50%;
        /*padding-left:22px;*/
        /*padding: 25px;
        height: 100px;*/
    }
}

@media only screen and ( min-width: 1599px) and ( max-width: 1919px) {

    .divPkgVideo {
        width : 375px;
    }

    .divPkgVideoImg  {
        background-color: #f4f5f7;
        padding:30px;
    }

    .packageDescriptionColumn {
        width: 50%;
        padding: 25px;
    }
        .packageVedioImage {
        width: 50%;
        /*padding-left:22px;*/
        /*padding: 25px;
        height: 100px;*/
    }
}

@media only screen and ( min-width: 1440px) and ( max-width: 1598px) {

    .divPkgVideo {
        width : 375px;
    }

    .divPkgVideoImg  {
        background-color: #f4f5f7;
        padding:30px;
    }

    .packageDescriptionColumn {
        width: 50%;
        padding: 25px;
    }
        .packageVedioImage {
        width: 50%;
        /*padding-left:22px;*/
        /*padding: 25px;
        height: 100px;*/
    }
}

@media only screen and ( min-width: 1365px) and ( max-width: 1439px) {

    .divPkgVideo {
        width : 375px;
    }

    .divPkgVideoImg  {
        background-color: #f4f5f7;
        padding:30px;
    }

    .packageDescriptionColumn {
        width: 50%;
        padding: 25px;
    }
    .packageVedioImage {
        width: 50%;
        /*padding-left:22px;*/
        /*padding: 25px;
        height: 100px;*/
    }
}
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media only screen and (min-width: 1279px) and ( max-width: 1364px) {

    .divPkgVideo {
        width : 375px;
    }

    .divPkgVideoImg  {
        background-color: #f4f5f7;
        padding:30px;
    }

    .packageDescriptionColumn {
        width: 50%;
        padding: 25px;
    }
    .packageVedioImage {
        width: 50%;
        /*padding-left:22px;*/
        /*padding: 25px;
        height: 100px;*/
    }
}


@media only screen and (min-width: 768px) {
}

/****************End************Internet Explorer*******************/



@media only screen and ( min-device-width: 1599px) and ( max-device-width: 1919px) {


    .divPkgVideo {
        width : 375px;
    }

    .divPkgVideoImg  {
        background-color: #f4f5f7;
        padding:30px;
    }

    .packageDescriptionColumn {
        width: 50%;
        padding: 25px;
    }
    .packageVedioImage {
        width: 50%;
        /*padding-left:22px;*/
        /*padding: 25px;
        height: 100px;*/
    }
}

@media only screen and ( min-device-width: 1440px) and ( max-device-width: 1598px) {

    .divPkgVideo {
        width : 375px;
    }

    .divPkgVideoImg  {
        background-color: #f4f5f7;
        padding:30px;
    }

    .packageDescriptionColumn {
        width: 50%;
        padding: 25px;
    }
    .packageVedioImage {
        width: 50%;
        /*padding-left:22px;*/
        /*padding: 25px;
        height: 100px;*/
    }
}

@media only screen and ( min-device-width: 1365px) and ( max-device-width: 1439px) {

    .divPkgVideo {
        width : 375px;
    }

    .divPkgVideoImg  {
        background-color: #f4f5f7;
        padding:30px;
    }

    .packageDescriptionColumn {
        width: 50%;
        padding: 25px;
    }
    .packageVedioImage {
        width: 50%;
        /*padding-left:22px;*/
        /*padding: 25px;
        height: 100px;*/
    }
}
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media only screen and (min-device-width: 1279px) and ( max-device-width: 1364px) {

    .divPkgVideo {
        width : 375px;
    }

    .divPkgVideoImg  {
        background-color: #f4f5f7;
        padding:30px;
    }

    .packageDescriptionColumn {
        width: 50%;
        padding: 25px;
    }
    .packageVedioImage {
        width: 50%;
        /*padding-left:22px;*/
        /*padding: 25px;
        height: 100px;*/
    }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1024px) and (max-width: 1279px) {
    .packageDescriptionColumn {
        width: 50%;
        padding: 25px;
    }
    .packageVedioImage {
        width: 50%;
        /*padding-left:22px;*/
        /*padding: 25px;
        height: 100px;*/
    }
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

    .divPkgVideo {
        width : 300px;
    }

    .divPkgVideoImg  {
        background-color: #f4f5f7;
        padding:15px;
    }

    .packageDescriptionColumn {
        width: 50%;
        padding: 25px;
    }
    .packageVedioImage {
        width: 50%;
        /*padding-left:22px;*/
        /*padding: 25px;
        height: 100px;*/
    }
}


/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {

    .divPkgVideo {
        width : 300px;
    }

    .divPkgVideoImg  {
        background-color: #f4f5f7;
        padding:15px;
    }

    .packageDescriptionColumn {
        width: 100%;
        padding: 25px;
    }
    .packageVedioImage {
        width: 50%;
        /*padding-left:22px;*/
        /*padding: 25px;
        height: 100px;*/
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {

    .divPkgVideo {
        width : 300px;
    }

    .divPkgVideoImg  {
        background-color: #f4f5f7;
        padding:15px;
    }

    .packageDescriptionColumn {
        width: 50%;
        padding: 25px;
    }
    .packageVedioImage {
        width: 50%;
        /*padding-left:22px;*/
        /*padding: 25px;
        height: 100px;*/
    }
}

@media (min-width:1024px) and (max-width:1024px) {
    .packageDescriptionColumn {
        width: 50%;
        padding: 25px;
    }
    .packageVedioImage {
        width: 50%;
        /*padding-left:22px;*/
        /*padding: 25px;
        height: 100px;*/
    }
}
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    .packageDescriptionColumn {
        width: 100%;
        padding: 25px;
    }
    .packageVedioImage {
        width: 100%;
        /*padding-left:22px;*/
        /*padding: 25px;
        height: 100px;*/
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    .packageDescriptionColumn {
        width: 100%;
        padding: 25px;
    }

    .packageVedioImage {
        width: 100%;
        /*padding-left:22px;*/
        /*padding: 25px;
        height: 100px;*/
    }
}

@media (min-width:500px) and (max-width:736px) {

    .packageDescriptionColumn {
        width: 100%;
        padding: 25px;
    }

    .packageVedioImage {
        width: 50%;
        /*padding-left:22px;*/
        /*padding: 25px;
        height: 100px;*/
    }
}

/* Start : CPL Digital 463 : New Upsell page */
.featuredProductContainer {
    border-top: 2px solid #cbcbcb;
    border-bottom: 1px solid #a0a0a0;
    margin-top: 1%;
    margin-left: 4% !important;
    margin-right: 4% !important;
    padding: 15px 0;
}

.productRow {
    margin-top: 2px;
    margin-bottom: 2px;
}

.productName > h3 {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}

.productName > p {
    font-size: 12px;
    margin: 0 !important;
}

.productPrice {
    font-size: 24px;
    color: #FF6E40;
}

    .productPrice > span {
        float: right;
    }

.btnKeepOriginal {
    width: 150px;
    min-width: 150px;
}

.divKeepOriginal {
    position: relative;
    top: calc(50% - 30px);
}

.upsellContainer {
    padding-top: 30px;
}

.upsellsavingsHeader {
    font-size: 28px;
    font-weight: 500;
    margin: 20px 0 5px 5px;
}

.upsellsavingsDescription {
    font-size: 15px;
    margin-left: 5px;
}

.divpentagon {
    min-width: 110px;
}

.textpentagon {
    fill: white;
    font-size: 13px;
    font-family: Knowledge, Arial, sans-serif;
}

.packagePriceInfo {
    text-align: center;
    margin-bottom: 35px;
}

.divcontract h3 {
    font-size: 20px;
    font-weight: 500;
}

.packagePriceInfobox {
    margin: 5px 0px;
}

.packagePriceInfo .checkbox-group {
    text-align: center;
    height: 100px;
    border: 1px solid #a3a0a0;
    max-width: 200px;
    min-width: 110px;
    margin-right: auto;
    margin-left: auto;
}

    .packagePriceInfo .checkbox-group input[type=radio] {
        position: absolute;
        left: -9999px;
    }

        .packagePriceInfo .checkbox-group input[type=radio]:checked + label {
            font-weight: 700;
            color: #FF6E40;
        }

            .packagePriceInfo .checkbox-group input[type=radio]:checked + label:after {
                opacity: 1;
                -webkit-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                top: 19%;
                left: 50%;
            }

        .packagePriceInfo .checkbox-group input[type=radio] + label {
            font-weight: 500;
            position: relative;
            padding-top: 25px;
            cursor: pointer;
            display: block;
            font-size: 30px;
        }

.pkgContainer {
    border: 1px solid rgb(213, 212, 217);
    min-height: 600px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 320px;
}

    .pkgContainer > .pkgContainerHeader {
        background: rgb(244, 245, 247) !important;
        height: 35px !important;
        padding: 5px 0px !important;
    }

        .pkgContainer > .pkgContainerHeader > h3 {
            font-size: 22px !important;
            font-weight: 500 !important;
            color: rgb(33, 33, 33) !important;
            margin-top: 0 !important;
            margin-bottom: 0 !important;
            margin-left: 10px !important;
            text-align: left !important;
        }

.pkgshortHighlight {
    margin: 12px 10px 5px;
    font-size: 16px;
    min-height: 75px
}

.pkgPrice {
    font-size: 28px;
    font-weight: 500;
    text-align: left;
    margin: 10px 10px !important;
}

.pkgIdeal {
    font-weight: 500;
    font-size: 18px;
    margin: 0 10px;
}

.pkgIdealFor {
    padding: 2px 10px;
}

    .pkgIdealFor > li {
        list-style-type: none;
        font-size: 16px;
        min-height: 60px
    }

.pkgContainerBody > hr {
    background-color: rgb(213, 212, 217);
    width: auto;
    margin: 0 !important;
}

.pkgFeatures {
    /*background-color: rgb(244, 245, 247);*/
    min-height: 350px;
}

    .pkgFeatures > p {
        font-weight: 500;
        text-align: center;
        padding: 5px 0;
        font-size: 18px;
        /*color: #969696;*/
        margin-bottom: 10px;
    }

.pkgwhatsIncludeItemslist {
    padding: 0 30px;
    margin-bottom: 10px;
    font-size: 15px;
    /*color: #969696;*/
    min-height: 250px;
}

.pkgLearnMore {
    text-align: center;
    font-weight: 500;
    font-size: 15px;
}

.pkgBtnBuyNow {
    padding: 15px;
}

    .pkgBtnBuyNow > #BtnBuyNow {
        width: 90%;
        font-size: 16px;
        font-weight: 500;
    }

/* End   : CPL Digital 463 : New Upsell page */

/*CPLDIGITAL-1785797*/
.disable-ChkBox {
    pointer-events: none;
    cursor: default;
}

a.disable-AddToCart {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
    background-color: #FFD27F !important;
}

.schedule-box-adjustment {
    height: 100% !important;
}

.spnNoSeats {
    font-size: 14px;
}

h1 .badge {line-height: 1.4rem;
    padding-top: 2px;
    padding-bottom: 2px;
}