﻿
.bxCourse {
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    font-size: .95em;
    position: relative;
    background-color: #fff;
    transition: all .2s linear;
    min-width: 300px;
    border: solid 1.5px #e8eef8;
    margin: 5px 0;
    border-radius: 20px;
}

.LongTitle {
    font-size: 0.9em;
}

.SecondaryCoursesTitle {
    width: 100%;
    display: block;
    clear: both;
    padding: 15px 10px 0 10px !important;
    margin: 5px 0 0 0 !important;
    min-height: 0px;
    height: auto;
    list-style: none;
}

    .SecondaryCoursesTitle h2 {
        font-size: 1.4em;
        color: #069;
    }

@media all and (max-width:840px) {
    .bxCourse {
        height: auto !important;
        min-height: 70px;
        /* overflow: hidden; */
    }

    .MobileHidden {
        display: none;
    }
}

#divBoxCourseSuggestions .NothingFound {
    font-size: 1em;
    color: #666;
    display: inline-block;
    margin-bottom: 0;
    padding: 5px
}

.ulCourseSuggestions {
    min-width: 300px;
    width: 100%;
    margin-left: 0%;
    padding-top: 10px
}

    .ulCourseSuggestions .readmore {
        display: none
    }

    .ulCourseSuggestions .bxCourseOverview {
        padding: 0;
        margin: 0;
        border-bottom: none;
        min-height: 80px !important
    }

    .ulCourseSuggestions .bxCourse {
        float: none;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin: 0 0 20px !important;
        border: solid 1px #ddd;
        padding: 10px 10px 70px !important;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
        border-radius: 0
    }

    .ulCourseSuggestions .wrapper {
        min-height: 0 !important;
        height: auto !important;
        padding-left: 40px
    }



    .ulCourseSuggestions .CBExpanded {
        height: auto;
        padding-bottom: 170px !important;
        border-bottom: solid 2px #666
    }

    .ulCourseSuggestions .bxCourse .bxFav {
        left: 10px !important;
        top: 22px
    }

    .ulCourseSuggestions .bxCourse .CourseButtons {
        position: inherit !important;
        display: block;
        padding-bottom: 30px
    }

    .ulCourseSuggestions .CBExpanded .CourseButtons {
        position: absolute !important;
        display: block
    }

    .ulCourseSuggestions .CBExpanded .FavCompare {
        bottom: 110px
    }

    .ulCourseSuggestions a.bxCourseTitle, .ulCourseSuggestions li a.afAnywhere {
        margin: 5px 0 !important;
        padding: 0 0 0 40px !important;
        font-size: 1.3em;
        min-height: 0;
        color: #069;
        max-width: 100% !important;
        width: 100% !important
    }

    .ulCourseSuggestions .CourseTitleAndDetails {
        max-width: 100% !important;
        width: 100% !important
    }

    .ulCourseSuggestions:after {
        display: block;
        clear: both
    }

    .ulCourseSuggestions .bxCourse .CourseSuggestionShowMoreBtn {
        position: absolute;
        width: auto;
        height: 30px;
        font-size: .9em !important;
        left: 50px;
        z-index: 100;
        bottom: 20px;
        padding: 0 100px !important
    }

        .ulCourseSuggestions .bxCourse .CourseSuggestionShowMoreBtn:before {
            content: "  View Full Course"
        }

.cOverviewRestrained {
    overflow: hidden
}

@media all and (max-width: 700px) {
    #divTableCourses {
        visibility: visible !important;
        display: block !important
    }

    .courseLink, .tblCourses td.afAnywhere {
        line-height: 1.2em !important
    }

    #divTableCourses .courseRow {
        background-color: #fcfcfc !important;
        border-radius: 10px !important
    }

    .Fav {
        display: none !important
    }

    .Course {
        min-width: 120px !important
    }
}

.overViewIndicator {
    display: inline-block;
    background-color: red;
    height: 10px;
    width: 100%
}

.highlightFav, .highlightFav:hover {
    border: solid 1px #ff99c2 !important;
    background-color: #fffbfd !important
}

.highlightTblFav, .highlightTblFav:hover {
    background-color: #fffbfd !important
}

.highlightFav .individualDate:hover {
    border-top-color: #ff99c2 !important;
    border-bottom-color: #ff99c2 !important
}

.bxCourseTitleAndDetails {
    display: block;
    width: 100%
}



a.bxCourseTitle, li a.afAnywhere {
    display: inline-block;
    !important;
    color: #333;
    font-size: 1.1em;
    line-height: 1.6em;
    clear: both;
    padding: 0 0 5px 0;
    text-align: left;
    margin: 0px 0 0px 0;
}

    a.bxCourseTitle .tdDuration {
        font-size: .75em;
        margin-top: 5px
    }

a.bxCourseTitle {
    display: inline-block;
    padding: 0px !important
}

.LongTitle .bxCourseTitle {
    font-size: 1em;
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .bxCourseTitle {
        color: #069 !important;
        background: 0 0 !important;
        -webkit-background-clip: inherit !important;
        -moz-background-clip: inherit !important;
        background-clip: inherit !important;
        text-shadow: none !important
    }
}

.bxCoursePriceAndDuration {
    clear: none;
    display: block;
    width: 100%;
    font-size: 1em
}

.tdPublicCourseCost .explanation {
    display: none;
    visibility: hidden
}

.tdPublicCourseCost {
    display: inline-block;
    position: relative;
    margin-right: 20px
}

    .tdPublicCourseCost:hover .explanation {
        display: block;
        visibility: visible;
        position: absolute;
        top: 20px;
        left: 50px !important;
        font-size: .8em !important;
        line-height: 1.3em;
        width: 200px;
        background-color: #fff;
        border: solid 1px #ccc;
        padding: 10px 10px 0
    }

.bxCourseOverview {
    clear: both;
    display: block;
    position: relative;
    margin: 0 0;
    line-height: 1.5em;
    min-height: 80px
}

.overviewMore {
    text-decoration: underline;
    margin-left: 10px;
    display: inline;
    padding-left: 10px;
    cursor: pointer;
    position: absolute;
    background-color: #fff;
    bottom: 0;
    right: 0
}

.bxCourseBook, .QuoteButtonHalfLength, .QuoteButtonFullLength {
    cursor: pointer;
    line-height: 30px !important;
    font-size: 1em;
    width: 48% !important;
    background-color: #faf7fd;
    display: block;
    padding: 3px 15px !important;
    color: #9962d0 !important;
    text-align: center;
    border: 1px solid #9962d0;
    transition: all .2s ease-in-out;
    box-sizing: border-box;
    float: left
}

    .QuoteButtonHalfLength:hover {
        background-color: #9962d0;
        color: #fff !important
    }

.QuoteButtonFullLength {
    width: 100% !important
}

.bxCourseBook, .QuoteButtonFullLength {
    margin-right: 2%;
    background-color: #21b24b;
    color: #fff !important;
    border: 1px solid #188136
}

    .bxCourseBook:hover, .QuoteButtonFullLength:hover {
        background-color: #188136
    }

.Boxedtitle {
    width: 110%;
    border-bottom: solid 1px #9ae4fe;
    position: relative;
    display: block;
    margin-bottom: 50px
}



    .Boxedtitle .btBox:before {
        content: "";
        float: left;
        display: block;
        height: 30px;
        width: 43px;
        background-image: url(/lib/aesthetics-graphics/icons/NewLandingPage.png);
        background-repeat: no-repeat
    }

    .Boxedtitle .TCourses:before {
        background-position: -1235px -12px
    }

    .Boxedtitle .TExpect:before {
        background-position: -1232px -48px
    }

    .Boxedtitle .TReviews:before {
        background-position: -1278px -13px
    }

    .Boxedtitle .TVenue:before {
        background-position: -1278px -49px
    }

    .Boxedtitle .TWhyITTS:before {
        background-position: -1325px -17px;
        width: 40px
    }

.infoList li {
    width: 48%;
    float: left;
    display: block;
    float: left;
    margin: 10px 0;
    color: #0182b2;
    min-width: 300px;
    font-size: 1.2em
}

    .infoList li div {
        display: block;
        line-height: 80px;
        font-size: 1.05em
    }

@media all and (max-width: 1200px) {
    .infoList li div {
        font-size: .8em !important
    }
}

.infoList li span {
    float: left;
    display: block;
    height: 80px;
    width: 90px;
    background-image: url(/lib/aesthetics-graphics/icons/NewLandingPage.png);
    background-repeat: no-repeat;
    background-position: 10px -16px
}

.infoList li.ACS span {
    background-position: -345px -8px
}

.infoList li.CMI span {
    background-position: -115px -10px
}

.infoList li.DL span {
    background-position: -819px -10px
}

.infoList li.DSP span {
    background-position: -699px -12px
}

.infoList li.LP span {
    background-position: -583px -10px
}

.infoList li.PPP span {
    background-position: -460px -10px
}

.infoList li.QE span {
    background-position: -1060px -7px
}

.infoList li.SCS span {
    background-position: -229px -10px
}

.infoList li.WW span {
    background-position: -940px -10px
}

.infoList li.NB {
    margin: 20px 0
}

    .infoList li.NB span {
        background: 0 0;
        font-size: 1.8em;
        border: dotted 1px #fff;
        border-radius: 150px;
        background-color: rgba(255,255,255,.8);
        color: #0182b2;
        line-height: 85px;
        text-align: center;
        margin-right: 20px;
        width: 90px;
        height: 90px
    }

.LPFurtherInfo {
    padding: 60px 0
}

.NB:nth-of-type(4) span {
    line-height: 90px !important
}

@media all and (max-width: 900px) {
    .infoList li.NB span {
        font-size: 1em;
        height: 40px;
        line-height: 40px !important;
        width: 40px
    }
}

.infoList li.footnote:before {
    display: none
}

.infoList li.footnote {
    font-size: .7em;
    color: #666;
    padding-top: 40px;
    padding-bottom: 50px
}

.infoList li.IB span {
    background: 0 0;
    display: none
}

.infoList .IB {
    width: 100%;
    clear: both;
    margin-top: 40px
}

.SecondI {
    margin-top: 70px !important
}

    .SecondI li {
        color: #fff
    }

        .SecondI li div {
            line-height: 90px !important
        }

@media all and (max-width: 900px) {
    .SecondI li div {
        line-height: 20px !important
    }
}

.infoList .IB div {
    line-height: 1.7em !important;
    font-size: .85em
}

.ulCourses {
    margin-top: 5px !important;
    padding-top: 0 !important;
    clear: both
}




.who {
    display: block;
    font-size: .75em;
    padding: 7px;
    margin-left: 20px;
    line-height: 1.3em;
    background-color: #fdfdfd;
    color: #777
}

.ReviewsVeri {
    display: inline-block;
    line-height: 45px;
    width: 100%;
    margin-left: 20px;
    clear: both;
    font-size: 1.3em;
    color: #0182b2
}

    .ReviewsVeri:before {
        content: "";
        float: left;
        display: block;
        height: 60px;
        width: 60px;
        background-image: url(/lib/aesthetics-graphics/icons/NewLandingPage.png);
        background-repeat: no-repeat;
        background-position: -1170px -20px
    }

.VenueDetails {
    display: block;
    margin: 50px 0 100px;
    color: #0182b2
}

    .VenueDetails .VIcon {
        float: left;
        display: block;
        height: 120px;
        margin-right: 30px;
        width: 120px;
        background-image: url(/lib/aesthetics-graphics/icons/NewLandingPage.png);
        background-repeat: no-repeat;
        background-position: -1357px -10px
    }

    .VenueDetails .VTitle {
        font-size: 1.3em;
        margin-bottom: 20px
    }

.NLPImage {
    background-size: cover !important;
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    height: 300px;
    opacity: .7
}

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

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

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

@media all and (max-width: 600px) {
    .NLPImage {
        background: url(/lib/aesthetics-graphics/backgrounds/outlines1/500.jpg) no-repeat cover !important;
        opacity: .3;
        min-height: 320px !important;
        height: 320px !important
    }

    .LPCommandLine {
        top: 300px !important
    }
}

@media all and (max-width: 550px) {
    .NLPImage {
        opacity: .2 !important;
        height: 320px !important;
        min-height: 320px !important;
        background-position: right top !important
    }
}

@media all and (max-width: 1000px) {
    .scheduleTopSearch {
        margin-top: 160px !important
    }
}

@media all and (max-width: 420px) {
    .LPCommandLine {
        top: 340px !important
    }
}

.threelistgroup {
    margin-top: 0 !important
}

.LPCommandLine {
    height: 40px;
    width: 100%;
    position: relative;
    top: 10px;
    background-color: #fff;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    z-index: 40
}

@media all and (max-width: 700px) {
    .LPCommandLine {
        display: none
    }
}

.LPCommandLine * {
    line-height: 40px;
    margin: 0 10px;
    font-size: .95em;
    color: #999 !important
}

.LPCommandLine a:hover {
    text-decoration: underline;
    color: #666 !important
}

.LPWidthRestraint {
    display: block;
    width: 94%;
    max-width: 1100px;
    margin: 0 auto
}

.themaincontent {
    margin-top: 110px
}

.cCourseTitle {
    margin-top: -120px;
    text-transform: capitalize
}

@media all and (max-width: 700px) {
    .themaincontent {
        margin-top: 160px
    }

    .cCourseTitle {
        margin-top: -150px
    }
}

.tdPublicCourseCost div:before, .tdPublicCourseCost div:after {
    display: none
}

.tdPublicCourseCost:hover div {
    left: auto;
    right: 40%
}

.bxCourseQuickView, .showMoreLocations, .OrRequestQuote {
    display: inline-block;
    border: solid 1px #9ae4fe;
    width: auto;
    padding: 5px;
    color: #0182b2 !important;
    font-size: .9em;
    transition: all linear .5s
}

    .bxCourseQuickView:hover, .showMoreLocations:hover, .OrRequestQuote:hover {
        background-color: #e6f8ff;
        transition: all linear .5s
    }

.OrRequestQuote {
    background-color: #fff;
    cursor: pointer
}

.greyScreen {
    z-index: 90 !important
}

.chooseADate {
    z-index: 95 !important
}

.Hidden {
    display: none;
    visibility: hidden
}

.btnQuoteNIL {
    float: none !important;
    clear: both !important;
    text-transform: capitalize;
    width: 90%;
    border: solid 1px #0182b2 !important
}

@media all and (max-width: 550px) {
    .NLPImage {
        opacity: .2 !important
    }
}

.btnleft {
    width: 100% !important;
    margin: 10px auto !important;
    float: none !important
}

.MoreDatesQuote {
    line-height: 1.2em;
    font-size: .9em;
    display: block;
    margin: 12px 0 10px 0;
    padding-bottom: 20px;
    color: #595959
}

.FavCompare {
    width: 100%;
    padding: 15px 10px 0 0;
    margin-bottom: 10px;
    display: block;
    clear: both;
    font-size: .9em
}

@media all and (max-width: 550px) {
    .FavCompare {
        bottom: 100px
    }
}

.FavCompare .cfavs {
    width: 100%;
    position: relative
}

.favs:before, .cIsFav {
    content: " ";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/lib/aesthetics-graphics/icons/baseicons1.png) no-repeat;
    background-position: -10px -140px;
    cursor: pointer;
    width: 30px;
    height: 24px
}

.FavCompare .Fav {
    position: unset !important;
    width: 100%;
    padding-left: 40px;
    margin: 0;
    display: block
}

.CourseButtons {
    display: block;
    min-height: 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    box-sizing: border-box
}

.cIsFav {
    top: 17px;
    right: 23px;
    left: unset;
    background-position: 1px -106px !important;
    height: 28px !important;
    width: 45px;
    opacity: .3;
    background: url(/lib/aesthetics-graphics/icons/baseicons1.png) no-repeat
}

    .cIsFav:hover {
        background-position: 3px -509px !important;
        cursor: pointer;
        opacity: 1
    }

.chkCompare {
    margin: 0 2px 0 8px
}

.bxCourseDates table {
    width: 100% !important
}

.bxCourseDates .afterbook::after {
    right: 70px
}

.bxCourseDates .individualDate {
    display: block !important;
    padding: 6px 60px 6px 0 !important
}

.spacer {
    margin: 0 0 20px 0;
    display: block;
    clear: both
}

.lessDates {
    border-bottom: dotted 1px #ccc;
    padding-bottom: 25px;
    transition: none
}

    .lessDates:before {
        content: " -" !important;
        left: -5px;
        margin-right: 5px;
        top: -2px !important
    }

a.btnNonetblCoursesQuickView, .btnNonetblCoursesQuickView {
    margin: 10px 0 0 0;
    font-size: 0.9em;
    padding: 5px 30px !important;
}



.OrQuote {
    line-height: 1.3em;
    color: #666
}

    .OrQuote:before, .OrQuote:after {
        content: "-";
        display: inline-block;
        padding: 0 5px;
        text-align: center
    }

.btnBxCoursesRequestQuote, a.btnBxCoursesRequestQuote {
    float: left;
    height: auto !important;
    min-height: 35px;
    display: block;
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-family: Poppins,Helvetica,Arial,sans-serif !important;
    justify-content: center;
    line-height: 28px !important;
    font-size: .9em !important;
    overflow: hidden;
    text-align: center;
    touch-action: manipulation;
    vertical-align: middle;
    color: #005580 !important;
    box-shadow: 0 3px 3px -3px rgb(224 224 235);
    background-color: #2e6ae1;
    padding: 3px 15px !important;
    color: #fff !important;
    border: 1px solid #2e6ae1;
    border-top: solid 1px #2e6ae1
}

    .btnBxCoursesRequestQuote:hover, a.btnBxCoursesRequestQuote:hover, a.lnkBtnCQuickView:hover {
        background-color: #1d56c9;
        border: 1px solid #16439c
    }

@media all and (max-height: 600px) {
    .btnBxCoursesRequestQuote, a.btnBxCoursesRequestQuote, .btnBxCoursesRequestQuote, a.btnBxCoursesRequestQuote {
        line-height: 2em !important;
        padding-top: 5px !important
    }
}

.divStartOfCourseListContent {
    margin-top: 45px !important
}

.individualDate {
    width: 98% !important;
    max-width: 100% !important;
    border: none !important;
    cursor: pointer;
    border-top: solid 1px #fff !important;
    border-bottom: solid 1px #fff !important
}

.onlineCoursesPar {
    margin-top: 80px
}

@media(max-width: 1150px) {
    .RootPageContent, .widthRestraintPage {
        margin-left: 0
    }
}

@media(max-width: 1200px) {
    .individualDate .btnAttendOnline {
        display: none
    }
}

.wrapper {
    width: 100%;
}



    .wrapper.show {
        height: auto;
        overflow-y: auto
    }

.text {
    position: relative;
    overflow: hidden;
    font-size: 0.95em;
    max-height: 280px;
}

@media all and (min-width: 840px) {
    .readmore {
        top: 148px
    }
}

.readmore {
    position: absolute;
    width: 100%;
    top: 248px;
    left: 0;
    background: #fff;
    color: #000;
    font-size: .8em;
    line-height: 1.3em;
    margin: 5px 5px 0 0;
    height: 30px;
    cursor: pointer;
    width: 100%
}

@media all and (max-width: 550px) {
    .readmore {
        top: 135px
    }
}

.readmore::before {
    content: attr(data-more)
}

.wrapper.show .readmore {
    position: relative;
    top: auto;
    display: block
}

    .wrapper.show .readmore::before {
        content: attr(data-less)
    }

.divCounter {
    font-size: .9em;
    display: none
}

.chkCompare:checked + label .divCounter {
    display: inline !important;
    padding-left: 10px
}

.compareButton {
    font-size: .9em;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    margin-left: 20px;
    font-family: Poppins,Helvetica,Arial,sans-serif !important;
    line-height: 15px !important;
    padding: 5px 30px 7px 10px;
    transition: all .2s linear;
    text-align: center;
    position: relative;
    border: dotted 1px #ccc
}

.chkCompare + label a:after {
    content: ">>";
    position: absolute;
    right: 8px;
    top: 6px
}

.chkCompare + label a {
    display: none !important
}

.chkCompare:checked + label a {
    display: inline !important
}

.chkCompare + label a:hover {
    background-color: #0077b3 !important;
    color: #fff
}

@media all and (max-width: 700px) {
    .tableVersionCourses .compare {
        line-height: 1.1em;
        font-size: .8em;
        padding: 15px 0
    }

    .tableVersionCourses .compareButton {
        font-size: .8em !important
    }

    .tableVersionCourses .chkCompare + label a:after {
        display: none
    }

    .tableVersionCourses .chkCompare:checked + label a {
        display: inline-block !important;
        clear: both;
        padding: 10px;
        margin-top: 10px
    }
}

#pnltooManyCompareCourses {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 2px 4px 0 rgb(133 133 133/80%);
    -moz-box-shadow: 0 2px 4px 0 rgba(133,133,133,.8);
    box-shadow: 0 2px 4px 0 rgb(133 133 133/80%);
    background-color: #fff;
    position: fixed;
    box-sizing: border-box;
    top: 10%;
    left: 25%;
    width: 45%;
    overflow-y: scroll;
    height: 180px;
    max-height: 580px;
    box-sizing: border-box;
    font-size: 1.1em;
    z-index: 99 !important;
    padding: 40px;
    color: #069;
    font-family: Poppins,Helvetica,Arial,sans-serif !important
}

    #pnltooManyCompareCourses .compareButton {
        border: solid 1px #ccc;
        clear: both !important;
        max-width: 340px;
        display: block;
        margin: 10px 0 0;
        padding: 10px 0 !important;
        font-size: .95em;
        background-color: #069;
        color: #fff;
        cursor: pointer
    }

        #pnltooManyCompareCourses .compareButton:hover {
            background-color: #005580;
            cursor: pointer
        }

        #pnltooManyCompareCourses .compareButton:before {
            content: ">";
            margin-left: 10px
        }

.redButton {
    text-align: center;
    padding: 0;
    background-color: #ffe6e6;
    border: solid 1px red;
    color: red;
    max-width: 340px;
    display: block;
    padding: 4px 10px;
    margin-top: 30px;
    border-radius: 5px;
    font-size: .9em;
    cursor: pointer
}

    .redButton:hover {
        background-color: #ffd9d9
    }

#bxNothingFound, #bxNothingFound:hover {
    width: 100% !important;
    padding: 20px 0 0 !important;
    max-width: 100% !important;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.filterNoMatchFound {
    font-style: italic;
    color: #ccc;
    border-top: dashed 1px #ccc;
    border-bottom: dashed 1px #ccc;
    padding: 5px 0
}

.ulCourseSuggestions .lightBlueButton {
    font-size: 1.1em !important
}

#SuggestionsHolder h3 {
    margin: 15px 0
}

#SuggestionsHolder {
    margin: 20px 0
}

.noCoursesFound {
    background-color: #fff;
    display: block;
    border: solid 1px #ccc;
    padding: 20px;
    max-width: 300px
}

@media all and (max-width: 1000px) {
    .cptCompCourses {
        display: none !important
    }
}

.moreLessDatesCourseLists {
    display: block;
    width: auto !important;
    height: 29px !important;
    color: #595959 !important;
    transition: .2s ease-in-out;
    font-size: .85em;
    cursor: pointer;
    float: left;
    margin-top: -4px;
    position: relative;
    padding: 10px 5px 10px 20px !important;
    border: solid 1px #e5e5e5 !important;
    background-color: #fff;
    min-width: 80px;
    max-width: 110px;
    border-radius: 5px;
    margin: 4px 6px 0 0;
    overflow: hidden;
    line-height: 1.4em !important
}

    .moreLessDatesCourseLists:hover, .RequestDifferentDate:hover {
        text-decoration: underline
    }

#pnlReviewsRand {
    height: 1800px;
    width: 300px;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    background: 0 0
}

minititle {
    display: inline-block;
    color: #000;
    line-height: 1.3em;
    margin: 0 5px 0 0;
    font-size: .9em;
}

.RootPageTitle {
    width: 100%;
    max-width: 1010px;
    position: relative;
    margin: 0 auto;
}

h1 {
    height: auto !important;
    font-size: 2em !important;
    overflow: visible;
    padding: 30px 0 10px 0 !important;
}

.pAfterH1, h1 {
    box-sizing: border-box
}

.pAfterH1 {
    padding: 10px 0 0px 0px !important;
    text-align: justify;
    max-width: 500px;
    line-height: 1.45em;
    font-size: 0.9em;
    min-height: 60px;
}

@media all and (min-width: 1050px) {
    .pAfterH1, h1 {
        width: calc(100% - 500px);
        min-width: 250px;
    }



    titlebackgroundholderright, titlebackgroundholderleft {
        position: absolute;
        height: 160px;
        width: 165px;
        top: 0px;
        display: flex;
        overflow: visible
    }

    .FavouritesPage titlebackgroundholderright, .FavouritesPage titlebackgroundholderleft {
        display: none !important;
    }


    titlebackgroundholderright {
        right: 170px;
    }

    titlebackgroundholderleft {
        right: -0px;
    }

        titlebackgroundholderright div, titlebackgroundholderleft div {
            background: url(/lib/aesthetics-pics/TopOfPageCompilations/FourRectangleComps/CourseComp1.jpg) no-repeat top right transparent;
            background-size: 490px;
            height: 100px;
            border-radius: 20px;
            margin-right: 20p;
            width: 80px;
            pointer-events: none;
            border: solid 1px #fff;
        }

    titlebackgroundholderright div {
        border-left: solid 5px #e6f7ff;
        box-shadow: 13px -1px 35px -19px rgba(115,114,114,0.75);
        -webkit-box-shadow: 13px -1px 35px -19px rgba(115,114,114,0.75);
        -moz-box-shadow: 13px -1px 35px -19px rgba(115,114,114,0.75);
    }

    titlebackgroundholderleft div {
        border-right: solid 5px #e6f7ff;
        box-shadosw: -13px -1px 35px -19px rgba(115,114,114,0.75);
        ;
        -webkit-box-shadow: -13px -1px 35px -19px rgba(115,114,114,0.75);
        -moz-box-shadow: -13px -1px 35px -19px rgba(115,114,114,0.75);
    }

        titlebackgroundholderleft div:nth-of-type(1), titlebackgroundholderright div:nth-of-type(1) {
        }

    titlebackgroundholderright div:nth-of-type(1) {
        margin-left: 10px
    }

    titlebackgroundholderright div:nth-of-type(2), titlebackgroundholderleft div:nth-of-type(2) {
    }

    titlebackgroundholderright div:nth-of-type(1) {
        background-position: 0 0
    }

    titlebackgroundholderright div:nth-of-type(2) {
        background-position: -155px 0
    }

    titlebackgroundholderleft div:nth-of-type(1) {
        background-position: -270px 0
    }

    titlebackgroundholderleft div:nth-of-type(2) {
        background-position: -405px 0
    }
}

@media all and (min-width: 1500px) {
    titlebackgroundholderright {
        right: -40px;
    }

    titlebackgroundholderleft {
        left: -40px;
    }
}

.widthRestraintPage, .PageBlurb {
    max-width: 80%
}

.PageBlurb {
    margin: 0 auto
}

.tableDesignCourses .widthRestraintPage {
    max-width: 100%
}

.tableDesignCourses {
    max-width: 1050px;
    margin: 0 auto
}

.PaginationShowMore {
    display: block;
    width: 100%;
    height: 165px;
    font-size: .95em;
    position: relative;
    text-align: center;
    padding: 20px 0 0;
    margin-bottom: 20px;
    clear: both !important
}

    .PaginationShowMore * {
        color: #666 !important
    }

    .PaginationShowMore button {
        display: block;
        width: 100%;
        height: 40px;
        font-size: .9em;
        width: 200px;
        margin: 10px auto;
        border-radius: 50px;
        background-color: #fff !important;
        border: solid 1px #069;
        color: #069 !important;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        box-shadow: 0 3px 10px 0 rgb(224 224 235) !important
    }

        .PaginationShowMore button:before {
            position: absolute;
            height: 100%;
            width: 100%;
            background-color: rgb(102,207,255,.1);
            content: "";
            left: -100%;
            top: 0;
            transition: all .2s linear
        }

        .PaginationShowMore button:hover:before {
            left: 0;
            pointer-events: none
        }

.ProgressBar {
    display: block;
    width: 80%;
    max-width: 300px;
    border-bottom: solid 1px #ccc;
    height: 5px;
    margin: 25px auto;
    border-radius: 5px
}

.ProgressBarInner {
    display: block;
    height: 5px;
    background-color: #069;
    border-radius: 5px
}

.PaginationRoot {
    width: 100%
}

.AllShown {
    clear: both;
    height: 100px
}



@media all and (max-width: 855px) {
    .CourseTitleAndDetails, a.bxCourseTitle, li a.afAnywhere, .DurationOverviewSection {
        width: 100% !important;
        min-height: 0;
        height: auto;
        padding-bottom: 0 !important;
    }

    .CourseTitleAndDetails {
        width: calc(100% - 110px) !important;
        box-shadow: none;
        padding-bottom: 20px !important;
    }

    .DurationOverviewSection {
        padding-top: 0 !important
    }

    .btnNonetblCoursesQuickView {
        margin-top: 0 !important
    }



    .wrapper, .bxCourseOverview {
        min-height: 13px !important;
        margin-bottom: 5px
    }



    .readmore {
        display: none !important
    }

    .wrapper {
        height: auto !important;
        max-height: unset
    }

    .MobileShowMoreCourseInfo {
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 8px 8px 8px 8px;
        width: 100px;
        height: auto;
        background-color: #007acc;
        border: solid 1px #007acc;
        color: #fff;
        border-radius: 20px;
        margin: 10px;
        text-align: center;
    }

        .MobileShowMoreCourseInfo:hover {
            background-color: #005c99;
        }

        .MobileShowMoreCourseInfo:before {
            content: "+ Expand";
        }

    .mbtnExpanded, .mbtnExpanded:hover {
        background-color: #fff;
        color: #007acc;
    }

        .mbtnExpanded:hover {
            background-color: #f2f2f2;
        }

        .mbtnExpanded:before {
            content: "- Hide" !important;
        }
}

abuttons {
    display: flex;
    width: 100%;
}

    abuttons * {
        margin: 0 5px 0 0;
        line-height: 1.4em;
    }

    abuttons .NoBorderButton {
        padding-top: 6px;
    }
