﻿

.bg, body, html {
    background: #fff !important;
}

.themaincontent {
    width: 100% !important;
    height: auto;
}

#sitecontainer {
    width: 100% !important;
    max-width: 100% !important;
    top: -75px;
    overflow: visible;
}

.MobileIntro {
    display: none;
    visibility: hidden;
}

@media all and (max-width:860px) {
    .MobileIntro {
        display: block;
        visibility: visible;
        margin-bottom: 30px;
    }

    .ulCourseContentForThisCourseOutline li, .cReviews {
        width: 100% !important;
    }



    .ScrollHolder {
        padding-right: 0px !important;
    }

    .ScrollRight {
        right: -5px;
    }

    .BottomOutlineMenu, .BottomPageBlurb, .OutlineBottomBtns .generalButton {
        width: 100% !important;
    }

    #pnlCourseInfo {
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 0px !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .pnlCourseRightMenu {
        margin-top: 0px !important;
    }

    .TelNoLeft {
        margin-top: 0px;
        width: 100%;
    }
}

.cbgImage {
    position: absolute;
    top: -5px;
    left: 0px;
    width: 100%;
    height: 320px;
    z-index: 0;
}

    .cbgImage:before {
        position: absolute;
        height: 100%;
        width: 100%;
        /* background: linear-gradient(to right, rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%); */
        content: "";
        opacity: 0.8;
        z-index: 0;
    }

    .cbgImage:after {
        position: absolute;
        height: 100px;
        width: 100%;
        /* background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 60%, rgba(255,255,255,1) 100%); */
        content: "";
        bottom: 0px;
        z-index: 0;
    }

.widthRestraint {
    max-width: 1350px;
    margin: 0 auto;
    display: block;
    height: auto;
}

.cBody {
    position: relative;
    top: 45px;
    left: -5px;
    width: 100%;
    padding: 20px 20px 20px 25px;
    background-color: transparent;
    box-sizing: border-box;
}



.cHeader .ttop {
    width: 100%;
    display: block;
    margin-bottom: 4px;
    line-height: 20px;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #000;
}

.TelNoLeft {
    margin-top: 235px !important;
    font-size: 1.6em !important;
}

.cHeader .cCourseTitle {
    color: #000;
    font-size: 1.8em;
    text-shadow: 0px 0px 3px #fff;
    line-height: 1.3em;
}

.cCommandLine {
    height: 40px;
    display: block;
    background-color: rgba(1, 130, 178, 0);
    z-index: 70;
    margin: 80px 0 0 0;
}


.commandLineLeftButton, .commandLineRightButton {
    height: 43px;
    cursor: pointer;
    text-align: center;
    min-width: 120px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 0.9em;
    transition: none;
    float: left;
    font-family: "Inter",Helvetica,Arial,sans-serif;
}

    .commandLineLeftButton:first-of-type, .commandLineRightButton:first-of-type {
        border-left: solid 1px #01bafe;
    }

    .commandLineLeftButton:hover, .commandLineRightButton:hover {
        background-color: #43718a !important;
        transition: .1s all linear;
        color: #fff !important;
    }

.commandLineLeftButtonSelected, a.commandLineLeftButtonSelected, a.commandLineLeftButtonSelected:hover, a.commandLineLeftButtonSelected:focus, a.commandLineLeftButtonSelected:active {
    background-color: #fff;
    color: #43718a !important;
    border: solid 1px #fff !important;
    height: 47px;
    margin-top: -4px;
    margin-left: -1px;
    min-width: 121px;
    box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.2) !important;
    animation: zi .2s linear;
}

@keyframes zi {
    0% {
        transform: scale(0.85,0.85);
    }

    100% {
        transform: scale(1,1);
    }
}

.commandLineLeftButtonSelected:hover {
    background-color: #fff;
    color: #43718a;
}

.commandLineRightButton {
    float: right;
    width: 20px;
    min-width: 60px;
    background: url(/lib/aesthetics-graphics/icons/clbtnsoutlines.png) no-repeat center -110px;
}

.csDates {
    background: url(/lib/aesthetics-graphics/icons/clbtnsoutlines.png) no-repeat -3px -244.5px !important;
    padding-left: 38px;
    margin-left: -10px !important;
}

.btnPDF {
    background-position: center -64px;
    width: 20px;
    min-width: 60px;
    background: url(/lib/aesthetics-graphics/icons/clbtnsoutlines.png) no-repeat center -64px;
}

.btnPrint {
    background-position: center -4px;
}

#theheaderrestraint {
    max-width: 1320px;
}

#pnlCourseInfo {
    width: 74%;
    float: left;
    margin: 20px 0 50px 0;
    padding: 15px 30px 20px 35px;
    position: relative;
    background-color: transparent;
    z-index: 80;
}

.cContent, cRelatedCourses, .cRelatedCourses, .cDates, .pnlCourseRightMenu, .cReviews {
    width: 100%;
    display: inline-block;
    height: auto;
}

.cDates {
    margin-bottom: 150px;
}

.cRelatedCourses .cContentSection {
    display: inline-block;
    width: 100%;
    clear: both;
}

.btnReviewsClass {
    position: relative;
    padding-left: 45px !important;
}

    .btnReviewsClass .ReviewNumber {
        background-color: red;
        height: 25px;
        content: "3";
        display: inline-block;
        width: 25px;
        border-radius: 15px;
        position: relative;
        margin-top: 8px;
        margin-left: 2px;
        margin-right: 10px;
        line-height: 25px;
        color: #fff;
    }

.commandLineLeftButtonSelected .ReviewNumber {
    color: #fff !important;
}

.pnlCourseRightMenu {
    width: 29%;
    position: relative;
    max-width: 300px;
    float: right;
    margin-top: 20px;
    z-index: 50;
}

@media all and (max-width:1200px) {
    .pnlCourseRightMenu {
        width: 25%;
    }
}

.pnlCourseRightMenu .pnlCourseOptionsRightMenu {
    position: relative;
    display: block;
    width: auto;
    clear: both;
    padding-left: 16px;
    font-size: 0.95em;
}

    .pnlCourseRightMenu .pnlCourseOptionsRightMenu:before {
        height: 25px;
        width: 15px;
        content: "";
        position: absolute;
        content: "-";
        margin-left: -16px;
        top: 2px;
    }

    .pnlCourseRightMenu .pnlCourseOptionsRightMenu .ipu {
        position: absolute;
        top: 0px;
        right: 0px;
        height: 0px;
        width: 21px;
        overflow: hidden;
        padding-top: 19px;
        font-size: 0.8em;
    }



.pnlCourseRightMenu .inT {
    font-size: 1.75em;
    width: 100%;
    display: inline-block;
    clear: none;
}



.pnlCourseRightMenu .pV {
    font-size: 0.5em;
}

.pnlCourseRightMenu .pnlCourseOptionsRightMenu .ipu:before {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 21px;
    width: 0px;
    content: "";
}

.pnlCourseRightMenu .pnlCourseOptionsRightMenu .CI {
    display: inline-block;
    height: 20px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    width: 20px;
    border: solid 1px #638fe9;
    border-radius: 10px;
}

    .pnlCourseRightMenu .pnlCourseOptionsRightMenu .CI:before {
        content: "i";
        color: #638fe9;
        position: absolute;
        top: -4px;
        left: 7px;
    }

.pnlCourseRightMenu .pnlCourseOptionsRightMenu .ipu {
    font-size: 1em;
    margin: 30px 0 0 28px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.pnlCourseRightMenu .pnlCourseOptionsRightMenu:hover {
    background-color: #ccc;
}

    .pnlCourseRightMenu .pnlCourseOptionsRightMenu:hover .ipu {
        height: auto;
        opacity: 1;
        right: 0px;
        width: 100%;
        line-height: 1.5em;
        opacity: 1;
        -webkit-transition: opacity .2s ease-in-out;
        -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
        border: solid 1px #cfcfcf;
        background-color: #fff;
        z-index: 90;
        padding: 10px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
    }

    .pnlCourseRightMenu .pnlCourseOptionsRightMenu:hover .iipu {
        display: block;
        width: 100%;
        font-size: .8em;
        text-transform: uppercase;
        margin: -2.5px 0 5px 0px;
    }


.csTitleOneLine:before {
    content: "";
    display: block;
    height: 15px;
}

.csTitleOneLine {
    margin: 1px 0px 0;
    display: inline;
    color: #000;
    clear: both;
    font-size: 1em !important;
}

    .csTitleOneLine:after {
        content: ":";
        margin-left: -4px;
    }

.csTitle {
    margin: 30px 0px 5px 0;
    display: block;
    color: #000;
    font-size: 1.3em !important;
    line-height: 1.2em;
    clear: both;
}

topdates .BoxSection {
    border: none;
    padding: 0px !important;
    margin: 10px 0 0 0 !important;
}

topdates .csTitle {
    margin: 0px 5px 2px 0 !important;
    font-size: 0.9em !important;
    color: #333;
}

topdates {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

    topdates coursedatessection {
        display: block;
        padding: 0 10px;
        height: auto;
        width: 48%;
        min-width: 300px;
        margin: 15px 10px 15px 0;
        border: solid 1px #dadaf1;
    }

        topdates coursedatessection:first-of-type {
        }

@media all and (max-width:1100px) {
    topdates .CourseDatesHolder {
        max-height: unset !important;
    }

    topdates {
        width: 100%;
    }

        topdates coursedatessection {
            width: 100% !important;
            max-width: 100%;
            min-width: unset;
        }
}

.tblCourseDates tr:hover td {
    background-color: #f2f2f2;
}

.tblCourseDates thead tr:hover td {
    background-color: transparent;
    cursor: auto;
}





topdates .CourseDatesHolder {
    max-height: 170px;
}



.csContent {
    font-size: 1.5em !important;
    padding: 10px 10px 10px 0;
    margin-bottom: 0px;
}

#pnlFollowOnCourses .csTitle, #pnlRelatedCourses .csTitle, #pnlRelatedCourses {
    clear: both;
    text-align: left;
    font-size: 1.1em;
    margin: 75px 0 5px 0px;
    color: #16439c;
    position: relative;
    font-weight: bold;
    line-height: 1.3em;
}



.csReviews {
    margin-top: 18px;
    padding-bottom: 20px;
}

.cContentSection:first-of-type .csTitle {
    margin-top: 15px;
    color: #4e4e65;
}

.ReviewsScroll {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    height: 300px;
}


.cContentSection {
    line-height: 1.5em;
    display: block;
    font-size: 0.8em;
    text-align: justify;
    max-width: 500px;
}

#pnlFollowOnCourses, #pnlRelatedCourses {
    clear: both;
    margin-top: 90px;
}

.cbgImage {
    background-size: cover !important;
}

.chooseADate {
    padding: 0 30px 30px 30px;
    z-index: 100 !important;
}

.nA {
    margin-top: 120px;
}

.chooseADate .ulChooseADate a {
    width: 30%;
    margin-right: 3%;
    padding: 7px 20px;
    min-height: 90px;
    min-width: 180px;
    float: left;
    background-color: #f4f4fb;
    cursor: pointer;
    color: #43718a;
    font-size: .95em;
    border: solid 1px #c8c8e9;
    transition: .2s all ease-in-out;
    white-space: normal;
}

    .chooseADate .ulChooseADate a:hover {
        background-color: #43718a;
        border: solid 1px #017098;
        color: #fff;
    }


@media all and (min-width:1600px) {
    .cbgImage {
        background: url('/lib/aesthetics-graphics/backgrounds/outlines1/1500.jpg') no-repeat;
        background-position: center;
        opacity: 0.5;
    }
}

@media all and (max-width:1599px) {
    .cbgImage {
        background: url('/lib/aesthetics-graphics/backgrounds/outlines1/1500.jpg') no-repeat;
        background-position: center;
    }
}

@media all and (max-width:860px) {
    .cbgImage {
        background: url('/lib/aesthetics-graphics/backgrounds/outlines1/800.jpg') no-repeat;
    }
}

@media all and (max-width:600px) {
    .cbgImage {
        background: url('/lib/aesthetics-graphics/backgrounds/outlines1/500.jpg') no-repeat;
    }
}


.ulCourseContentForThisCourseOutline li {
    padding: 5px 10px 5px 0px;
}

    .ulCourseContentForThisCourseOutline li:first-of-type {
        padding-top: 15px;
    }

.ulCourseC li ul li:first-of-type .contentTitle, .ulCourseSpec li ul li:first-of-type .contentTitle {
    margin-top: 20px !important;
}

details p {
    font-size: 1em;
    margin-left: 15px;
}

.contentTitle {
    font-size: 1.1em;
    margin: 0px 0 2px 0px;
    color: #000;
    position: relative;
    font-weight: bold;
    line-height: 1.3em;
}

    .contentTitle:hover {
        text-decoration: underline;
    }

.ulPrereqsForThisCourseOutline li, .ulObjectivesForThisCourseOutline li, .ulWhatsIncludedForThisCourseOutline li, .ulTrainingOptionsForThisCourseOutline li, .ulTargetAudienceForThisCourseOutline li {
    margin-left: 13px;
    position: relative;
}

    .ulPrereqsForThisCourseOutline li:before, .ulObjectivesForThisCourseOutline li:before, .ulWhatsIncludedForThisCourseOutline li:before, .ulTrainingOptionsForThisCourseOutline li:before, .ulTargetAudienceForThisCourseOutline li:before {
        -webkit-border-radius: 2.5px;
        border-radius: 3px;
        height: 3px;
        width: 3px;
        content: " ";
        position: absolute;
        background-color: #737373;
        top: 10px;
        left: -10px;
    }


.ulCourseSpec li {
    width: 100% !important;
    border-right: none;
}

.ulCourseC li, .ulCourseSpec li {
    padding-left: 8px;
    font-size: 0.98em;
    color: #595959;
    line-height: 1.7em;
}

.ulCourseC li {
    padding-left: 12px;
}



.lnkFollowOrRelatedCrse {
    float: left;
    margin-right: 10px;
    display: block;
    margin: 16px 0;
}

    .lnkFollowOrRelatedCrse:first-of-type {
        margin-top: 5px;
    }

    .lnkFollowOrRelatedCrse:after {
        font-style: italic;
        content: "...click to see full course details ";
        font-size: 0.9em;
        color: #16439c;
        margin-left: -4px;
    }

    .lnkFollowOrRelatedCrse:hover:after {
        text-decoration: underline;
    }

    .lnkFollowOrRelatedCrse span {
        font-size: 1em;
        margin: 15px 0 2px 0px;
        color: #16439c;
        font-weight: bold;
        line-height: 1.3em;
        width: 100%;
        display: block;
    }

    .lnkFollowOrRelatedCrse:hover span {
        text-decoration: underline;
    }

.lnkFollowOrRelatedCrse {
    line-height: 1.4em !important;
    font-size: 0.8em;
    display: block;
    margin-top: 5px;
    color: #666;
}








@media all and (max-width:1100px) {
    .cBody {
        width: 99%;
        padding-left: 0.5% !important;
        box-sizing: border-box;
        position: unset !important;
    }

    #sitecontainer {
        margin-left: 0 !important;
    }

    .cBody {
        padding-left: 0px;
        margin: 100px 0px 10px 0 !important;
    }
}





.ulCourseDates {
    width: 100%;
    display: block;
    margin-top: 25px;
}

    .ulCourseDates li {
        float: left;
        width: 100%;
        height: 35px;
    }



.ScheduledCourseFirstDay {
    display: block;
    width: auto;
    float: left;
}

@media all and (max-width:500px) {
    .scheduledCourseI {
        position: relative;
    }

    .ScheduledCourseFirstDay .outlineViewAllCourseDates {
        width: 100%;
        display: block;
        clear: both;
    }

    .ScheduledCourseFirstDay .firstDayInfo {
        width: 70%;
    }
}

@media all and (max-width:350px) {
    .scheduledCourseI {
        position: inherit;
    }

    .ScheduledCourseFirstDay .firstDayInfo {
        width: 100%;
    }

    .scheduledCourseI .ScheduledCoursebtnBook {
        position: inherit;
        width: 100%;
    }
}

.firstDayInfo {
    float: left;
    margin-right: 15px;
}

.scheduledCourseI {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 0 0 10px;
    box-sizing: border-box
}

    .scheduledCourseI:hover {
        background-color: #efefef;
    }


    .scheduledCourseI .ScheduledCoursebtnBook {
        float: right;
        background-color: #1f79ad;
        border: solid 1px #43718a;
        border-bottom: #43718a solid 2px;
        line-height: 26px;
        border-radius: 2px;
        text-align: center;
        width: 100px;
        color: #fff;
        margin-top: -1px !important;
        -webkit-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.1);
        box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.1);
        font-size: 0.85em;
    }

@media all and (max-width:980px) {
    .scheduledCourseI .firstDayInfo {
        max-width: 300px;
    }

    .ulCourseDates li {
        height: auto;
    }

    .scheduledCourseI {
        border-top: dotted 1px #ccc;
        padding: 5px;
    }

        .scheduledCourseI .ScheduledCoursebtnBook {
            margin: 2px !important;
            padding-top: 2px;
        }

    .scheduledCourseI {
        height: auto;
        min-height: 70px;
    }

    .ulCourseDates li {
        padding: 0 !important;
    }
}

@media all and (max-width:980px) {
    .scheduledCourseI:hover {
        background-color: #fff;
    }
}



.scheduledCourseI .outlineViewAllCourseDates {
    display: block;
    position: relative;
    font-size: 0.7em;
    width: auto;
    float: left;
    font-style: italic;
    max-width: 70px;
}

@media all and (max-width:860px) {
    .scheduledCourseI .outlineViewAllCourseDates, .ScheduledIDay {
        display: none;
        visibility: hidden;
    }

    #pnlTitle {
        margin-bottom: 20px;
    }
}

.AllScheduledDates {
    visibility: hidden;
    display: none;
}

.outlineViewAllCourseDates .ScheduledCourseMoreInfo {
    border: none;
    display: block;
    background: none;
    font-size: 0.8em;
}

.outlineViewAllCourseDates:hover .AllScheduledDates {
    visibility: visible;
    display: inherit;
    position: absolute;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 2px 4px 0 rgba(133,133,133,.8);
    top: 0px;
    left: 0px;
    z-index: 80;
    -moz-box-shadow: 0 2px 4px 0 rgba(133,133,133,.8);
    box-shadow: 0 2px 4px 0 rgba(133,133,133,.8);
    background-color: #fff;
    height: auto;
    font-style: normal;
    width: 500%;
    padding: 5px 10px;
    font-size: 1.15em;
}

.outlineViewAllCourseDates:hover .ScheduledIDay {
    line-height: 1.5em;
    border-bottom: dotted 1px #e2e2e2;
    padding: 5px 0;
    clear: both;
    display: block;
}

.outlineViewAllCourseDates:hover .DayTitle {
    text-transform: uppercase;
    font-size: 0.8em;
    color: #43718a;
}

.outlineViewAllCourseDates:hover .AllScheduledDates:before {
    display: block;
    width: 100%;
    height: 35px;
    font-style: italic;
    color: #43718a;
    content: "Dates for this scheduled course";
    line-height: 1.4em;
}

.ulCourseDates:hover {
    background-color: #ccc;
}

.ulCourseDates li {
    padding: 4px 0 0 10px;
    box-sizing: border-box;
    margin-bottom: 5px;
}

    .ulCourseDates li .generalButton {
        height: 30px;
        margin-top: -3px;
    }

.ulCourseDates .dates {
    clear: both;
}



.visiEle {
    visibility: visible;
    display: inherit;
}

.hidEle {
    visibility: hidden;
    display: none;
}

.subscriptionInfo {
    font-size: 0.8em;
    line-height: 15px !important;
    color: #999;
    display: block;
    margin-top: 8px;
}

.hidnIfNotMob {
    display: none;
}


#btnDates, #btnContent, #btnReviews, #btnRelated, #btnPDF {
    background-image: url(/lib/aesthetics-graphics/icons/outlines-menu.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    border: dotted 1px #dfdfdf;
    border-radius: 3px 0 0 0 !important;
    border-radius: 3px 0 0 0 !important;
    margin-top: 3px;
    color: #16439c;
    line-height: 40px;
    background-color: #f9f9f9;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
}

    #btnPDF:before {
        display: inline-block;
        content: "⇣";
        margin-right: 5px;
        font-weight: bold;
        font-size: 1.2em;
    }





#btnPDF {
    background: none;
    min-width: 50px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px !important;
    line-height: 40px;
    width: 40px !important;
    background-color: #f9f9f9;
}

#btnContent {
    background-position: 5px 10px;
    background-image: none;
    padding-left: 10px;
    text-align: center;
}

    #btnContent.commandLineLeftButtonSelected, #btnDates.commandLineLeftButtonSelected, #btnReviews.commandLineLeftButtonSelected, #btnRelated.commandLineLeftButtonSelected {
        background-color: #fff !important;
        height: 43px;
        border: solid 1px #ddd !important;
        color: #4d4d4d !important;
        padding-top: 0px;
        padding-left: 0px;
        text-align: center;
        background-image: none;
        font-weight: bold !important;
    }

    #btnContent.commandLineLeftButtonSelected {
        background-position: 5px 10px;
    }

    #btnContent:before {
        display: inline-block;
        content: "□";
        margin-right: 10px;
        font-weight: bold;
        font-size: 1.2em;
    }

#btnDates {
    background-position: 7px -27px;
    background-image: none;
    padding-left: 0px !important;
    text-align: center;
}

    #btnDates:before {
        display: inline-block;
        content: "▦ ";
        margin-right: 10px;
        font-weight: bold;
        font-size: 1.2em;
    }

    #btnDates.commandLineLeftButtonSelected {
        background-position: 7px -27px;
    }


#btnReviews {
    background-image: none;
    padding-left: 10px !important;
}

    #btnReviews:before {
        display: inline-block;
        content: "★ ";
        margin-right: 2px;
        font-weight: bold;
        font-size: 1.2em;
    }

    #btnReviews.commandLineLeftButtonSelected {
        background-position: 5px -64px;
    }

#btnRelated {
    background-position: 5px -103px;
    background-image: none;
    text-align: center;
    padding-left: 0px;
}

    #btnRelated:before {
        display: inline-block;
        content: "⤏";
        margin-right: 9px;
        font-weight: bold;
        font-size: 1.2em;
    }

    #btnRelated.commandLineLeftButtonSelected {
        background-position: 5px -103px;
    }

.btnReviewsWider {
    padding-left: 45px !important;
    padding-right: 20px !important;
}

.liCourseDates, .liPrivateCourses {
    display: none;
}

@media all and (min-width:900px) {
    .pnlCourseRightMenu .CourseDatesHolder {
        max-height: 800px;
    }

    .liCourseDates, .liPrivateCourses {
        font-size: 0.85em;
        display: block;
    }

        .liCourseDates .CourseDatesHolder {
            width: 280px;
        }

    .liCourseDates {
        margin-top: 185px !important;
    }
}


.TelNoLeft div {
    font-size: .5em;
    color: #666;
    line-height: 1.3em;
    margin: 5px 0 5px 0;
}

.TelNoLeft {
    display: block;
    box-sizing: border-box;
    height: auto;
    width: 280px;
    z-index: 99 !important;
    margin-bottom: 10px;
    border: dotted 1px #dcccbc;
    background-color: #f9f9f9;
    text-align: left;
    margin-top: 20px !important;
    font-size: 1.6em !important;
    padding: 10px;
}

@media all and (max-width:900px) {
    .ReviewsOverview {
        display: none;
        visibility: hidden;
    }

    .cHeader {
        height: auto;
    }

    .cbgImage {
        display: none;
    }

    .pnlCourseRightMenu {
        margin-top: 100px;
    }



    .cRelatedCourses, .cDates {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .pnlCourseRightMenu .pnlCourseOptionsRightMenu:hover .ipu {
        left: 0px;
        width: 80%;
        font-size: 1em;
    }

    .leftBlock {
        font-size: 0.9em;
    }

    #pnlCourseInfo {
        width: 100% !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 50px;
        padding: 0px 10px;
    }

    #TopFavIndicator {
        transform: scale(0.7);
        top: -10px;
        left: -12px;
        background-color: transparent !important;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .cHeader .ttop {
        margin: -5px 0 10px 20px;
    }

    .commandLineLeftButton, .commandLineRightButton {
        height: 30px;
        min-width: 100px;
        font-size: .85em;
    }

    .commandLineLeftButtonSelected {
        height: 34px;
        margin-top: -2px;
    }

    .cHeader {
        position: inherit;
        display: block;
        padding-right: 20px;
    }





    .btnPDF {
        background-position: center -68px;
    }

    .hidnIfNotMob {
        display: inherit;
    }

    .cCommandLine {
        display: none;
    }

    .ulFlip li {
        width: 40% !important;
        max-width: 100% !important;
        margin-left: 6%;
        box-sizing: border-box;
    }

    .fc, .back, .front {
        width: 100% !important;
        max-width: 100% !important;
    }

        .back a, .front a {
            width: 100%;
        }

    .cContent, cRelatedCourses, .cRelatedCourses, .cDates, .pnlCourseRightMenu {
        width: 100%;
    }

    .commandLineLeftButton, .commandLineRightButton {
        height: 30px;
        min-width: 65px;
        font-size: .85em;
    }

    .btnPDF {
        background-position: center -68px;
    }

    .AskQuestionForm {
        width: 99% !important;
        max-width: unset;
        margin: 20px auto 0 auto !important;
    }

    .VirtualCourseVideo {
        display: none;
    }

    .pnlCourseRightMenu .sT {
        font-size: 0.8em;
        display: block;
        line-height: 15px;
        overflow: visible;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .pnlCourseRightMenu {
        width: 100%;
        max-width: unset;
        overflow: visible;
        float: none;
        margin-top: 0px !important;
    }

    .TelNoLeft {
        margin: 0 auto !important;
        width: 99%;
    }

    .pnlCourseRightMenu .inT {
        font-size: 1.3em;
        overflow: visible;
    }

    .pnlCourseRightMenu .pnlCourseOptionsRightMenu {
        max-height: 24px;
        overflow: visible;
        font-size: 0.8em;
    }

    .cContent {
        margin-top: 10px;
        width: 95%;
    }

    .contactFormFullWidthOnPage-Restraint {
        width: 100%;
    }
}

.btnMoreInfoOnDates {
    border: none;
    background-color: transparent;
    color: #666;
    font-style: italic;
    font-size: 0.85em;
}

@media all and (max-width:360px) {
    .ulFlip li {
        width: 95% !important;
        margin-left: 2.5%;
    }
}





#pagetext {
    overflow-x: auto;
    overflow-y: visible;
    height: 62%;
}

#expand {
    font-size: 35px;
    height: 10%;
    z-index: 100;
    background-color: white;
    border: solid 1px #20738B;
    color: #43718a;
    padding: 6px;
    z-index: 103;
}

.themaincontent {
    background: url(/lib/aesthetics-graphics/littlemen8.jpg) no-repeat right bottom;
}

@media all and (max-width:1100px) {
    .themaincontent {
        background-image: none !important;
    }
}

.titleRow {
    text-align: right;
    padding-right: 5px;
    color: #0083BE;
}

    .titleRow a {
        color: #0083BE;
    }

table {
    text-align: left;
    margin: 0px auto 0 auto;
}

.contactpage {
    margin: 20px;
    font-size: 1.5em;
    font-weight: unset;
}

    .contactpage span {
        font-size: 2em !important;
    }

@media all and (max-width:600px) {
    .themaincontent {
        text-align: left !important;
    }

    .titleRow {
        min-width: 0px;
        text-align: left;
    }

    table {
        margin: 0;
        width: unset;
    }

    .contactpage {
        margin: 20px 0 0 0;
        font-size: 1.1em;
    }
}

.topColour {
    background: url('/lib/aesthetics-graphics/backgrounds/outlines1/3000.jpg') no-repeat !important;
    position: absolute;
    background-size: cover !important;
    background-position: center !important;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0.3;
    height: 490px;
    border-bottom: solid 1px #ccc;
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
}

@media all and (min-width:1600px) {
    .topColour {
        background: url('/lib/aesthetics-graphics/backgrounds/outlines1/3000.jpg') no-repeat !important;
    }
}

@media all and (max-width:1599px) {
    .topColour {
        background: url('/lib/aesthetics-graphics/backgrounds/outlines1/1500.jpg') no-repeat;
    }

    .topColour {
        background-position: center;
    }
}

@media all and (max-width:860px) {
    .topColour {
        background: url('/lib/aesthetics-graphics/backgrounds/outlines1/800.jpg') no-repeat;
    }
}

@media all and (max-width:600px) {
    .topColour {
        background: url('/lib/aesthetics-graphics/backgrounds/outlines1/500.jpg') no-repeat;
    }
}

.contactLeft, .contactRight {
    display: block;
    margin-top: -15px;
    border: solid 1px #01a8e4;
    border-right: none;
    background-color: rgba(255,255,255,0.98);
    padding: 20px 20px;
    width: 55%;
    box-sizing: border-box;
    float: left;
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
}

.contactRight {
    width: 45%;
    padding: 20px 30px;
    background-color: #017098;
}

    .contactRight *, .contactRight a {
        text-align: left;
        color: #fff;
        margin-bottom: 8px;
    }

        .contactRight a:hover {
            text-decoration: underline;
        }

.contactLeft .upnlContact {
    max-width: 550px;
}



.miniTitleContact {
    margin: 10px 0 20px 0;
    display: block;
    color: #9ae4fe;
    padding-bottom: 5px;
    width: auto;
    border-bottom: solid 1px #01a8e4;
}

.contactLeft .miniTitleContact {
    color: #43718a;
}

.OutlineBottomBtns {
    display: block;
    margin-top: 0px;
    padding: 10px 0 70px 0;
}

    .OutlineBottomBtns .generalButton, .OutlineTopBtns .generalButton {
        margin-top: 20px;
        width: auto;
        box-shadow: none;
        height: 40px !important;
        line-height: 15px;
        border: solid 1px #2e6ae1;
        background-color: #fff;
        display: inline-block;
        float: left;
        margin-right: 10px;
        padding: 10px 15px;
        color: #006699 !important;
        box-shadow: 0 4px 10px 0 rgba(0,0,0,.1)
    }

.OutlineTopBtns {
    width: 100%;
    margin: 0 0 25px 0;
}





    .OutlineTopBtns .generalButton {
        padding: 0 10px;
        margin: 0px 0 0;
        height: 25px !important;
        color: #637381 !important;
        background-color: #fff;
        line-height: 25px !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: solid 1px #f1f1f1;
        font-size: 0.7em;
        overflow: hidden;
    }

.Spacer {
    display: block;
    clear: both;
    content: " ";
    width: 100%;
}







.OutlineBottomBtns .generalButton:hover {
    background-color: #ededee;
}

.btmBQ50 {
    width: 33.5% !important;
    display: block;
    float: left;
}

    .btmBQ50:nth-of-type(2) {
        margin-left: 2%;
    }

.PnlBook_ScheduledCourse, .PnlContactToRequestPrivateQuote, .chooseADate {
    z-index: 99 !important;
}

@media all and (max-width:600px) {
    #videocontainingblock {
        display: none;
    }
}


.OutlineCanBeVirtual {
    display: inline-block;
    width: auto;
    min-height: 55px;
    clear: both;
    border: solid 1px #99ddff;
    padding: 10px 30px 10px 70px;
    margin-top: 20px;
    line-height: 20px;
    color: #069;
    backdrop-filter: blur(5px);
    background: rgba(255,255,255,0.9) url(/lib/aesthetics-graphics/icons/homeM.png) 5px 11px no-repeat !important;
    border: double 3px #cceeff;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}

    .OutlineCanBeVirtual strong {
        clear: both;
        display: block;
        color: red;
        margin-bottom: 4px;
    }


.btnAttendOnline {
    border: solid 1px #cceeff;
}

.scheduledCourseI .ScheduledCoursebtnBook:nth-of-type(1) {
    -webkit-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.2);
}

.scheduledCourseI .ScheduledCoursebtnBook:nth-of-type(2) {
    width: 120px;
    margin-right: 10px;
    background-color: #fff;
    color: #43718a;
    border: dotted 1px #4b7f9b;
    border-bottom: dotted 1px #43718a;
}

.scheduledCourseI .ScheduledCoursebtnBook:hover {
    background-color: #005580 !important;
}

.scheduledCourseI .ScheduledCoursebtnBook:nth-of-type(2):hover {
    background-color: #b3e6ff !important;
}

.scheduledCourseI .ScheduledCoursebtnBook:nth-of-type(2):hover {
    color: #fff !important;
    background-color: #069 !important;
}

.scheduledCourseI .ScheduledCoursebtnBook:nth-of-type(2):hover {
    color: #43718a !important;
    background-color: #b3e6ff !important;
}

.NewAttendFromHome {
    margin-top: -20px;
}

.BottomOutlineMenu {
    border: dotted 1px #bfbfbf;
    margin-top: 40px;
    height: 43px;
    width: 69%;
    background-color: rgba(1, 130, 178, 0);
    z-index: 70;
    overflow: hidden;
    background-color: #f2f2f2 !important;
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.1) !important;
}

    .BottomOutlineMenu .generalButton {
        background-image: url(/lib/aesthetics-graphics/icons/outlines-menu.png);
        background-repeat: no-repeat;
        padding-left: 30px;
        background-color: rgba(1, 130, 178, 0.9);
        border-left: solid 1px #f2f2f2 !important;
        border-right: solid 1px #f2f2f2 !important;
        line-height: 40px;
        height: 43px;
        cursor: pointer;
        text-align: center;
        width: 130px !important;
        color: #16439c !important;
        background-color: white;
        border: none;
        color: #fff;
        font-size: 0.9em;
        transition: none;
        float: left;
        font-family: "Inter",Helvetica,Arial,sans-serif;
    }

        .BottomOutlineMenu .generalButton:hover {
            background-color: #069;
            color: #fff !important;
        }

#btnCourseContentBottom {
    background-position: 5px 10px;
}



#btnDatesBottom {
    background-position: 7px -27px;
}




#btnReviewsBottom {
    background-position: 5px -64px;
}


#btnRelatedBottom {
    background-position: 5px -103px;
}

#btnPDFBottom {
    background: #fff;
    width: 60px !important;
    padding-left: 5px;
}

    #btnPDFBottom:hover {
        background-color: #069 !important;
        color: #fff !important;
    }

.outlineVideo {
    display: block;
    width: 100% !important;
    margin: 10px 0;
    border: solid 1px #ccc;
}

#liCourseOptions, #liPrice, .ReviewsOverview {
    padding: 12px 0px 6px 12px;
    margin-top: 16px;
    border: none;
}

.ReviewsOverview {
    padding-top: 25px;
}


#liCourseOptions .sT, #liPrice .sT {
    margin-top: 0px !important;
    padding-top: 0px;
    font-size: 0.9em;
    line-height: 1.5em !important;
    display: block;
}

.BottomPageBlurb {
    font-size: 0.9em;
    padding: 70px 0 0 0;
    width: 69%;
    max-width: 800px;
    line-height: 1.4em;
}



.h2s, .h3s, .h6s, body, h4, h5, h6 {
    color: #000;
}

.BottomPageBlurb {
    color: #999;
}

.FavouriteSideIndicator .FavouriteIndicator {
    display: inline-block;
    width: 32px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 10px;
    background: url(/lib/aesthetics-graphics/icons/baseicons1.png) no-repeat;
    background-position: -10px -145px;
    cursor: pointer;
    content: "";
}

.isFav .FavouriteIndicator {
    background-position: -10px -162px;
}

.FavouriteSideIndicator {
    width: 100%;
    position: relative !important;
    margin-bottom: 10px !important;
    text-align: left;
    cursor: pointer;
    color: #017098;
    font-family: Poppins,Helvetica,Arial,sans-serif;
    transition: .2s all ease-in-out;
    background-color: #fff;
    z-index: 2;
    border-radius: 3px;
    height: 40px !important;
    line-height: 36px;
    padding: 0 0 0 40px;
}

.OutlineCFavourite {
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: white;
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 15%);
    border-radius: 30px;
    top: 22px;
    cursor: pointer;
    left: -50px;
    background: url(/lib/aesthetics-graphics/icons/CourseOutlineHearts.svg) no-repeat white;
    background-position: 2px -32.5px;
    transition: none;
    border: solid 1px #dadaf1;
}

@media all and (max-width:1400px) {
    .OutlineCFavourite {
        left: -50px;
    }
}

.OutlineCFavourite.isFav {
    background-position: 2px 6px !important;
    transition: none;
}

.OutlineCFavourite:hover {
    -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 25%);
    transition: none;
    border: solid 1px #dadaf1;
}

.DatesHolder {
    margin-top: 20px;
}

.BoxSection {
    margin: 20px 0 0 0;
    display: block;
    width: auto;
    font-size: 0.9em;
}



.ScrollHolder {
    padding-left: 0px;
}

.ScrollHolder, .FewDatesHolder {
    margin-bottom: 0px !important;
}

.ScrollLeft {
    left: 25px;
}

.ScrollReset {
    left: 0px;
}

.NotEnoughForScrollCourses .ScrollLeft, .NotEnoughForScrollCourses .ScrollReset, .NotEnoughForScrollCourses .ScrollRight {
    display: none;
}

.NotEnoughForScrollCourses .ScrollBodyHolder {
    width: 100%;
    height: auto;
}

.NotEnoughForScrollCourses .ScrollBody {
    flex-wrap: wrap;
    position: initial;
}

@media all and (min-width:480px) {
    .FourCourses .ScrollLeft, .FourCourses .ScrollReset, .FourCourses .ScrollRight {
        display: none;
    }

    .FourCourses .ScrollBodyHolder {
        width: 100%;
        padding: 0px;
        margin: 0px;
        height: auto;
    }

    .FourCourses .ScrollBody {
        flex-wrap: wrap;
        position: initial;
    }
}

@media all and (min-width:530px) {
    .FiveCourses .ScrollLeft, .FiveCourses .ScrollReset, .FiveCourses .ScrollRight {
        display: none;
    }

    .FiveCourses .ScrollBodyHolder {
        width: 100%;
        padding: 0px;
        margin: 0px;
        height: auto;
    }

    .FiveCourses .ScrollBody {
        flex-wrap: wrap;
        position: initial;
    }
}

@media all and (min-width:620px) {
    .SixCourses .ScrollLeft, .SixCourses .ScrollReset, .SixCourses .ScrollRight {
        display: none;
    }

    .SixCourses .ScrollBodyHolder {
        width: 100%;
        padding: 0px;
        margin: 0px;
        height: auto;
    }

    .SixCourses .ScrollBody {
        flex-wrap: wrap;
        position: initial;
    }
}

@media all and (min-width:720px) {
    .SevenCourses .ScrollLeft, .SevenCourses .ScrollReset, .SevenCourses .ScrollRight {
        display: none;
    }

    .SevenCourses .ScrollBodyHolder {
        width: 100%;
        padding: 0px;
        margin: 0px;
        height: auto;
    }

    .SevenCourses .ScrollBody {
        flex-wrap: wrap;
        position: initial;
    }
}

@media all and (min-width:1110px) {
    .EightCourses .ScrollLeft, .EightCourses .ScrollReset, .EightCourses .ScrollRight {
        display: none;
    }

    .EightCourses .ScrollBodyHolder {
        width: 100%;
        padding: 0px;
        margin: 0px;
        height: auto;
    }

    .EightCourses .ScrollBody {
        flex-wrap: wrap;
        position: initial;
    }
}

@media all and (min-width:2200px) {
    .ManyCourses .ScrollLeft, .ManyCourses .ScrollReset, .ManyCourses .ScrollRight {
        display: none;
    }

    .ManyCourses .ScrollBodyHolder {
        width: 100%;
        padding: 0px;
        margin: 0px;
        height: auto;
    }

    .ManyCourses .ScrollBody {
        flex-wrap: wrap;
        position: initial;
    }
}

.BoxSection .OutlineQuoteTop {
    width: 100%;
}

@media all and (max-width:400px) {
    .widthRestraint {
        padding: 0px;
    }

    .cContent {
        width: 100% !important;
    }
}

.CourseExtraDetails {
    font-size: 0.9em;
    line-height: 1.4em;
    padding-top: 20px;
}

@media all and (min-width:100px) {
    .CourseExtraDetails {
        font-size: 1em;
        line-height: 1.6em;
        padding-top: 20px;
    }
}

#pnlFollowOnCourses *, .CourseExtraDetails, .BottomPageBlurb, #pnlRelatedCourses * {
    color: #000 !important;
}

@media all and (max-width:1200px) {
    #pnlFollowOnCourses, .CourseExtraDetails, .BottomPageBlurb, #pnlRelatedCourses {
        width: 100% !important;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

    .CourseExtraDetails {
        font-size: 0.9em;
    }
}

.TelNoLeft a {
    color: #000 !important;
    border: none;
    box-shadow: none;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
    background-color: transparent
}

@media all and (max-width:1300px) {
    .RootBodyHolder {
        padding: 0 0px !important;
    }
}

.btmPgBookButtons {
    position: relative;
    display: flex;
    justify-content: start;
}



.OutlineTopBtns a, .OutlineTopBtns button {
    font-size: 0.75em;
    border: solid 1px #cdcdcd;
    line-height: 20px;
    margin: 0 10px 0 0 !important;
}

.cbgImage {
    opacity: 0.1 !important;
}

.TagCloud {
    padding: 10px;
    font-size: 0.8em;
    color: #000;
    background-color: #efefef;
    margin-top: 20px;
    border: Solid 1px #ccc;
    line-height: 1.3em;
}

.pnlCourseRightMenu .csTitle {
    padding-left: 25px;
}

.pnlCourseRightMenu .PriceNotice {
    padding-left: 25px;
}

.pnlCourseRightMenu .DateInstance {
    flex-wrap: wrap;
    border: solid 1px #d5edf6;
    width: 212px;
    margin: 15px auto;
}

.pnlCourseRightMenu .DateInstanceButtons {
    width: 90px;
    padding-top: 4px;
    background-color: #edf7fb;
    border-radius: 0 5px 5px 0;
    border-left: dotted 1px #abdaed;
}

.pnlCourseRightMenu .CourseInstanceLocation, .pnlCourseRightMenu .VirtualExp {
    padding-top: 0px;
}

    .pnlCourseRightMenu .CourseInstanceLocation:before {
        top: 6px;
    }

    .pnlCourseRightMenu .VirtualExp:before {
        top: 3px;
    }

.PrivateCourse {
    width: 250px;
    max-width: 250px;
    margin-top: 15px;
    border: solid 1px #c2c2f0 !important;
}

.pnlCourseRightMenu .PrivateCourse {
}

.PrivateCourse .DateInstanceButtons {
    border-left: dotted 1px #c2c2f0 !important;
    background-color: #f7f7fd;
}

.pnlCourseRightMenu .DateDescr {
    max-width: 120px;
    font-size: 0.9em;
}

.pnlCourseRightMenu .ScheduledDatePrice {
    margin: 5px 0 15px 0;
}

.pnlCourseRightMenu .BookBtn button.btnBook {
    height: 30px;
    margin-bottom: 15px;
}

    .pnlCourseRightMenu .BookBtn button.btnBook:hover {
        color: #fff !important;
        border: solid 1px #069 !important;
    }
