

      :root {
        --font: font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Arial, sans-serif;;
        --alt-font: font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Arial, sans-serif;;
        --accent-color: #0b78af;
        --secondary-color: #16b6e6;
        --link-color: #87c136;
        --accent-highlight-color: #08577f;
        --accent-highlight-background-color: #eef9fe;
        --accent-tinted-color-70: #b6d7e7;
        --accent-tinted-color-80: #cee4ef;
        --accent-tinted-color-90: #e7f2f7;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #0e99df;
        --secondary-hover-color: #1291b7;
        --secondary-contrast-color: #111;
        --link-hover-color: #4f7120;
      }
      
body { background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1/course-uploads/f48ead1b-06b5-410f-afad-4939c8f515e9/fs3x574xtb9x-blackandwhite.jpg'); background-attachment: fixed; background-size: cover; }
.company__logo {text-indent: 100%;white-space: nowrap;overflow: hidden;background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit,t_ti_company_logo_hires_v3/v1/course-uploads/f48ead1b-06b5-410f-afad-4939c8f515e9/zu12rw03kguz-Picture6aasaa.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
/* Hub24 Landing Page - Whole Site */
.hub24 {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.hub24_logos {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.header .company__beta-logo {
    visibility: hidden;
    width: 0px;
    height: 0px;
}

@media (min-width: 1000px) {
    .hub24_logos {
        width: 40%;

    }

    .hub24 {
        width: 40%;
    }

    .header .company__beta-logo {
        visibility: visible;
        width: 100%;
        height: auto;
    }
}



.dashboard-access-tabs {
    background: #fff;
}

.dashboard-access-tab--inactive {
    border-bottom: 1px #f7f7f7 solid;
}

/* Landing Page Buttons */

.landing_btn {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 15px;
    width: 100%;
    margin: 30px auto;
}

.via_box {
    width: 100%;
}

@media (min-width: 1000px) {
    .via_box {
        width: 90%;
    }
}

button.via_btn {
    width: 100%;
    background-color: #16b6e6;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: bold;
}

.via_btn:link {
    font-weight: bold;
}

button.via_btn:hover {
    background-color: #0b78af;
}

.shoptlc_box {
    width: 100%;
}

@media (min-width: 1000px) {
    .shoptlc_box {
        width: 20%;
    }
}

button.shoptlc_btn {
    width: 100%;
    background-color: #16b6e6;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: bold;
}

.shoptlc_btn:link {
    font-weight: bold;
}

button.shoptlc_btn:hover {
    background-color: #0b78af;
}




/* for My Strengths Css by KS - Start */
.strengthWrap {
    display: block;
    border: 1px solid #d9d9d5;
    border-radius: 4px;
}

.strengthWrap * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.strengthWrap .tabsWrap {
    display: block;
    background: #f8f5f3;
}

.strengthWrap .tabsWrap::after {
    display: block;
    content: '';
    clear: both;
}

.strengthWrap .tabsWrap ul {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 120px - 4px);
    font-size: 20px;
}

.strengthWrap .tabsWrap ul li {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #d9d9d5;
    float: left;
}

.strengthWrap .tabsWrap ul li:nth-child(1) {
    border-left: 0;
}

.strengthWrap .tabsWrap ul li a {
    display: block;
    padding: 12px 20px;
    color: #949390;
    text-decoration: none;
    position: relative;
}

.strengthWrap .tabsWrap ul li a .no {
    display: inline-block;
    line-height: 24px;
    width: 24px;
    background: #fff;
    border-radius: 4px;
    color: #ff7a00;
    font-size: 14px;
    text-align: center;
    border: 1px solid #d9d9d5;
}

.strengthWrap .tabsWrap ul li a.active {
    background: #edecea;
}

.strengthWrap .tabsWrap ul li a.active::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: calc(100% - 1px);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #edecea;
}

.strengthWrap .tabsWrap .flow {
    display: inline-block;
    vertical-align: middle;
    width: calc(120px - 4px);
    font-size: 12px;
}

.strengthWrap .tabsWrap .flow span {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 4px);
    font-size: 12px;
    text-align: center;
    color: #949390;
}

.strengthWrap .tabsWrap .flow span i {
    display: block;
    font-size: 20px;
    font-style: normal;
}

.myStrengths {
    display: block;
    width: 90%;
    padding: 0;
    margin: auto;
    box-shadow: 0 0 2px #A6A6A6;
}

.myStrengths .strengthsWrap {
    display: block;
    padding: 32px;
    margin: 0 auto;
    width: 100%;
}

.myStrengths h2 {
    font-size: 28px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

.myStrengths .strengthsList {
    display: block;
}

.myStrengths .strengthsList .box {
    display: inline-block;
    width: calc(20% - 4px);
    vertical-align: top;
    text-align: center;
}

.myStrengths .strengthsList .box .icon {
    display: block;
    padding: 30px 12px 0px 12px;
}

.myStrengths .strengthsList .box .icon img {
    max-width: 50%;
}

.myStrengths .strengthsList .box strong {
    display: block;
    color: #00aaea;
    font-weight: 700;
    font-size: 24px;
}

.myStrengths .strengthsList .box .txt {
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}

.myStrengths .strengthsList .box .txt i {
    display: inline-block;
    padding: 0;
    background: #00aaea;
    color: #fff;
    width: 24px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    border-radius: 50%;
    line-height: 24px;
}

.myStrengths .download {
    display: block;
    padding: 30px 42px;
    text-align: center;
}

.myStrengths .download a {
    display: inline-block;
    padding: 16px 20px;
    background: #0b78af;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.strengthWrap .tabsContent .content {
    display: none;
}

.strengthWrap .tabsContent .content.active {
    display: block;
}

.strengthswrapdash1 {
    width: 90%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 0px;
    margin: 0 auto;

}

.dash1_left {
    display: block;
    background: #6d6d6d;
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    width: 40%;
    text-align: left;
    color: #fff;
    font-weight: bold;
    font-variant: small-caps;
    padding: 15px;
    margin: 0 auto;
    box-shadow: 0 0 2px #A6A6A6;
    text-align: center;

}

.dash1_right {
    display: block;
    width: 60%;
}

.widget_note {
    margin: auto;
    margin-top: 0px;
    width: 100%;
    font-size: 11px;
    color: #404040;
    padding: 10px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .strengthWrap .tabsWrap ul {
        width: 100%;
        font-size: 11px;
        line-height: 22px;
    }

    .strengthWrap .tabsWrap ul::after {
        content: '';
        display: flex;
        flex-flow: row wrap;
        gap: 10px;
        justify-content: center;
        margin: 0 auto;
        width: 100%;
    }

    .strengthWrap .tabsWrap ul li {
        width: 25%;
        float: left;
        text-align: center;
        border-bottom: 1px solid #d9d9d5;
    }

    .strengthWrap .tabsWrap ul li a {
        padding: 8px 6px;
    }

    .strengthWrap .tabsWrap ul li a .no {
        font-size: 12px;
        line-height: 20px;
        width: 20px;
    }

    .strengthWrap .tabsWrap .flow {
        width: 100%;
    }

    .myStrengths .strengthsWrap {
        padding: 20px;
    }

    .myStrengths h2 {
        font-size: 24px;
    }

    .myStrengths .strengthsList .box {
        width: 30%;
        margin-bottom: 12px;
    }

    .myStrengths .strengthsList .box .icon img {
        max-height: 20%;
    }

    .myStrengths .download {
        padding: 20px;
    }

    .myStrengths .download a {
        padding: 12px;
    }

    .dash1_left {
        width: 100%;
    }

    .dash1_right {
        display: none;
    }
}

/* for My Strengths Css by KS - Ends */

/* Overall Theme Css by AS - Starts */

.header .company__beta-logo .company-logo__container img {
    margin: 0px 0px 0px 20px !important;
}

.nav--top ul a,
.nav--top ul button {
    font-size: 1rem;
    background-color: #0b78af;
    color: #fff;
    font-weight: bold;
    padding: 20px;
}

.nav--top {
    width: 100%;
    display: block;
    background-color: #0b78af;
    margin: 0 auto;

}

@media (min-width: 800px) {
    .nav--top {
        width: auto;
        display: block;
    }
}

#i18n-4 {
    display: none;
}

#cart-button {
    display: none;
}

.searchmod {
    width: 90%;
    margin-top: 50px;
}

.catalogsearchmod {
    width: 90%;
    margin: 2rem auto 0.75rem auto;
}

.catalog__ribbon {
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1;
    max-width: 250px !important;
    padding: .4em .5em;
    position: absolute;
    right: -1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    top: 10px;
    white-space: nowrap;
    z-index: 2;
    font-weight: 700;
    color: #fff !important;
    padding: 10px;
}

.learnermod {
    width: 90%;
}

.contact-block {
    width: 100%;
    margin: auto;
}

.dashboard-stats__container {
    width: 90%;
    margin: auto;
    box-shadow: 0 0 2px #A6A6A6;


}

@media only screen and (min-width: 600px) {
    .dashboard-header-dropdown__link {
        margin-top: 15px;
        margin-bottom: -30px;
        left: 25px;
    }
}

.contact-block_description {
    width: 70%;
}

.expandable-sidebar__toggle {
    font-size: 1em;
}

.learner__sidebar__search {
    background-color: #fff;
}

.expandable-sidebar__toggle i.expandable-sidebar__icon--left {
    font-size: 14px;
    font-size: 1.0rem;
    margin-top: -.2rem;
}

.learner__sidebar-list {
    max-height: 450px;
}

.header--student .header__left__icon {
    font-size: 2rem;
    padding: 1rem 1rem 1rem;
}

.catalogcolumn1 {
    width: 90%;
}

.catalogcolumn1a {
    width: 90%;
    margin-bottom: 20px;
}

.hero {
    overflow: hidden;
    position: relative;
    height: 600px;
}

.hero .hero__caption {
    background: transparent;
    color: #fff;
    bottom: 0px;
    left: 150;
    position: absolute;
}

.hero .hero__caption .hero__title {
    color: #fff;
    font-size: 3.5em;
    font-weight: bold;
}

.hero .hero__caption span {
    color: #fff;
    font-size: 2em;
}


.nav--global-links>a {
    font-size: 18px;
    font-weight: bold;
    Font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Arial, sans-serif;
    color: #fff;
}

.nav--global-links {
    padding: 20px;
    background-color: #0b78af;
}

.global-nav__container {
    margin: 20px auto 20px auto;
    max-width: 95%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.learning-content-hero__overlay {
    background-color: #D8F1FC;
    opacity: 20%;
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Arial, sans-serif;
}

.learning-content__back-button.active, .learning-content__back-button:active, .learning-content__back-button:focus, .learning-content__back-button:hover {
    color: #fff;
    font-size: 2rem;
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Arial, sans-serif !important;
}


.top-[40%] {
    top: 65%;
    left: 0%;
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Arial, sans-serif;
}

@media (min-width: 600px) {
    .top-\[40\%\] {
        top: 65%;
        left: 0%;
        font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Arial, sans-serif;
    }
}

@media (min-width: 1200px) {
    .top-\[40\%\] {
        top: 70%;
        left: 0%;
        font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Arial, sans-serif;
    }
}



#learner .catalog-calendar__table caption,
#learner .collection__course__title,
#learner .h1,
#learner .h2,
#learner .h3,
#learner .h4,
#learner .h5,
#learner .h6,
#learner .metrics__title,
#learner .topic__index .topic__index__number,
#learner h1,
#learner h2,
#learner h3,
#learner h4,
#learner h5,
#learner h6,
.catalog-calendar__table #learner caption,
.catalog-calendar__table .session caption,
.quiz__container--assessment .question__container .session h2,
.quiz__container--learner .question__container .session h2,
.session .catalog-calendar__table caption,
.session .collection__course__title,
.session .h1,
.session .h2,
.session .h3,
.session .h4,
.session .h5,
.session .h6,
.session .metrics__title,
.session .quiz__container--assessment .question__container h2,
.session .quiz__container--learner .question__container h2,
.session .topic__index .topic__index__number,
.session h1,
.session h2,
.session h3,
.session h4,
.session h5,
.session h6,
.topic__index #learner .topic__index__number,
.topic__index .session .topic__index__number {
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Arial, sans-serif;
}

.sm_text-5xl {
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.5rem;
    background: rgba(11, 120, 175, 0.5);
    padding: 10px;
    text-align: center;
}

@media (min-width: 640px) {
    .sm_text-5xl {
        font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Arial, sans-serif;
        font-size: 2rem;
        background: rgba(11, 120, 175, 0.5);
        padding: 15px;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .sm_text-5xl {
        font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Arial, sans-serif;
        font-size: 3rem;
        background: rgba(11, 120, 175, 0.5);
        padding: 20px;
        text-align: center;
    }
}


/* Landing Page */

.landing_column {
    display: flex;
    justify-content: center;
    align-content: center;
}


.landing_wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 20px;
    width: 80%;
    margin: 30px auto;
}

.landing_left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    vertical-align: middle;
}

@media (min-width: 1000px) {
    .landing_left {
        width: 38%;
        display: flex;
        justify-content: center;
        align-content: center;
        vertical-align: middle;
    }
}

.landing_right {
    width: 100%;
}

@media (min-width: 1000px) {
    .landing_right {
        width: 58%;
    }
}


/* Overall Theme Css by AS - Ends */




/* HelpIcon Theme Css by AS - Starts */

#helpiconwrap {
    position: fixed;
    bottom: 30px;
    right: -230px;
}

.helpicon span {
    position: absolute;
    visibility: hidden;
}


.helpicon:hover,
.helpicon:hover span {
    visibility: visible;
    bottom: 120px;
    right: 300px;
    z-index: 1;
}

.helpicon:hover span {
    padding: 10px;
    background-color: #fff;
    color: #404040;
    font-size: 0.75rem;
    box-shadow: 0 0 2px #A6A6A6;
}

#helpiconwrapvia {
    position: relative;
    top: 20px;
    right: 20px;
}

.helpiconvia span {
    position: absolute;
    visibility: hidden;
}

.helpiconvia:hover,
.helpiconvia1:hover span {
    visibility: visible;
    bottom: 120px;
    right: 300px;
    z-index: 1;
}

.helpiconvia:hover span {
    padding: 10px;
    background-color: #fff;
    color: #404040;
    font-size: 0.75rem;
    box-shadow: 0 0 2px #A6A6A6;
}


/* HelpIcon Theme Css by AS - ends */


/* Overall Theme Css by AS - Ends */

/* Dashboard Theme Css by AS - Starts */

.dashrow {
    max-width: 85%;
    margin: auto;
}

.topboxwrap {
    display: grid;
    grid-template-rows: repeat(2, 0fr);
    grid-template-columns: repeat(4, 0fr);
    grid-gap: 20px;
    margin: auto;
    padding: 0px;
}

/* Default Dashboard Theme */

.topbox1 {
    display: block;
    width: calc(100px + (300 - 100) * ((100vw - 500px) / (1920 - 500)));
    height: calc(100px + (300 - 100) * ((100vw - 500px) / (1920 - 500)));
    background-image: url("https://d36ai2hkxl16us.cloudfront.net/course-uploads/f48ead1b-06b5-410f-afad-4939c8f515e9/vhr7if2wcjgz-Picture3.png");
    background-size: 100% 100%;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.5em;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    grid-column: span 1;
    grid-row: span 2;
}


.topbox1:hover {
    background-image: url("https://d36ai2hkxl16us.cloudfront.net/course-uploads/f48ead1b-06b5-410f-afad-4939c8f515e9/dq8zi2cnl4zp-Picture4.png");
    background-size: 100% 100%;
    color: #ffffff;
}

.topbox1 a {
    display: block;
    color: #ffffff;
    width: 100%;
    height: 100%;
    line-height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.topbox1 a:hover {
    color: #ffffff;
    background-image: url("https://d36ai2hkxl16us.cloudfront.net/course-uploads/f48ead1b-06b5-410f-afad-4939c8f515e9/dq8zi2cnl4zp-Picture4.png");
    background-size: 100% 100%;
}


.topbox2 {
    display: block;
    width: calc(100px + (300 - 100) * ((100vw - 500px) / (1920 - 500)));
    height: calc(100px + (300 - 100) * ((100vw - 500px) / (1920 - 500)));
    background-color: #FAAD19;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.25em;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    grid-column: span 1;
    grid-row: span 2;
}

.topbox2:hover {
    background-color: #FBBB3B;
}

.topbox2 a {
    display: block;
    width: 100%;
    line-height: 100%;
    height: 100%;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    display: flex;
}

.topbox2 a:hover {
    color: #ffffff;
    background-color: #FBBB3B;
}

.topbox3 {
    display: block;
    width: calc(100px + (300 - 100) * ((100vw - 500px) / (1920 - 500)));
    height: calc(100px + (300 - 100) * ((100vw - 500px) / (1920 - 500)));
    background-color: #00A59B;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.25em;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    grid-column: span 1;
    grid-row: span 2;
}

.topbox3:hover {
    background-color: #00BCAF;
}

.topbox3 a {
    display: block;
    width: 100%;
    line-height: 100%;
    height: 100%;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    display: flex;
}

.topbox3 a:hover {
    color: #ffffff;
    background-color: #00BCAF;
}

.topbox4a {
    display: block;
    width: calc(100px + (300 - 100) * ((100vw - 500px) / (1920 - 500)));
    height: calc(45px + (137.5 - 45) * ((100vw - 500px) / (1920 - 500)));
    background-color: #8F288C;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.5em;
    text-align: center;
    grid-column: span 1;
    grid-row: span 1;
    justify-content: center;
    align-items: center;
    display: flex;
}

.topbox4a:hover {
    background-color: #AE30AB;
}

.topbox4a a {
    display: block;
    width: 100%;
    line-height: 100%;
    height: 100%;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    display: flex;
}

.topbox4a a:hover {
    color: #ffffff;
    background-color: #AE30AB;
}


.topbox4b {
    display: block;
    width: calc(100px + (300 - 100) * ((100vw - 500px) / (1920 - 500)));
    height: calc(45px + (137.5 - 45) * ((100vw - 500px) / (1920 - 500)));
    background-color: #08AFD8;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.5em;
    text-align: center;
    grid-column: span 1;
    grid-row: span 1;
    justify-content: center;
    align-items: center;
    display: flex;
}

.topbox4b:hover {
    background-color: #19CDF7;
}

.topbox4b a {
    display: block;
    width: 100%;
    line-height: 100%;
    height: 100%;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    display: flex;
}


.topbox4b a:hover {
    color: #ffffff;
    background-color: #19CDF7;
}




/* BEW Dashboard Theme */

.topbox1bew {
    display: block;
    width: calc(100px + (300 - 100) * ((100vw - 500px) / (1920 - 500)));
    height: calc(100px + (300 - 100) * ((100vw - 500px) / (1920 - 500)));
    background-color: #005093;
    color: #ffffff;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    grid-column: span 1;
    grid-row: span 2;
}

.topbox1bew:hover {
    background-color: #0065B8;
    color: #ffffff;
}

.topbox1bew a {
    display: block;
    color: #ffffff;
    width: 100%;
    height: 100%;
    line-height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.topbox1bew a:hover {
    color: #ffffff;
}


.topbox2bew {
    display: block;
    width: calc(100px + (300 - 100) * ((100vw - 500px) / (1920 - 500)));
    height: calc(100px + (300 - 100) * ((100vw - 500px) / (1920 - 500)));
    background-color: #FF443D;
    color: #ffffff;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    grid-column: span 1;
    grid-row: span 2;
}

.topbox2bew:hover {
    background-color: #FF6961;
}

.topbox2bew a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #ffffff;
}

.topbox2bew a:hover {
    color: #ffffff;
    background-color: #FF6961;

}

.topbox3bew {
    display: block;
    width: calc(100px + (300 - 100) * ((100vw - 500px) / (1920 - 500)));
    height: calc(100px + (300 - 100) * ((100vw - 500px) / (1920 - 500)));
    background-color: #529ECD;
    color: #ffffff;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    grid-column: span 1;
    grid-row: span 2;
}

.topbox3bew:hover {
    background-color: #73B1D7;
}

.topbox3bew a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #ffffff;
}

.topbox3bew a:hover {
    color: #ffffff;
    background-color: #73B1D7;

}


.topbox4abew {
    display: block;
    width: calc(100px + (300 - 100) * ((100vw - 500px) / (1920 - 500)));
    height: calc(100px + (300 - 100) * ((100vw - 500px) / (1920 - 500)));
    background-color: #FFB350;
    color: #ffffff;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    grid-column: span 1;
    grid-row: span 1;
    justify-content: center;
    align-items: center;
    display: flex;
}

.topbox4abew:hover {
    background-color: #FFBB61;
}

.topbox4abew a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #ffffff;
}

.topbox3bew a:hover {
    color: #ffffff;
    background-color: #FFBB61;

}

.topbox4bbew {
    display: block;
    width: calc(100px + (300 - 100) * ((100vw - 500px) / (1920 - 500)));
    height: calc(100px + (300 - 100) * ((100vw - 500px) / (1920 - 500)));
    background-color: #005093;
    color: #ffffff;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    grid-column: span 1;
    grid-row: span 1;
    justify-content: center;
    align-items: center;
    display: flex;
}

.topbox4bbew:hover {
    background-color: #0065B8;
}

.topbox4bbew a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #ffffff;
}

.topbox3bew a:hover {
    color: #ffffff;
    background-color: #0065B8;

}




/* Default Dashboard Theme */

.dashgrid1 {
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 20px;
    margin: auto;
}

.dashgridcolumn1 {
    display: block;
    width: 100%;
    height: 300px;
    background-color: #F05A29;
    color: #ffffff;
    text-align: center;
    grid-column: span 4;
    grid-row: span 1;
}

.dashgridcolumn1:hover {
    background-color: #F3764F;
}

.dashgridcolumn1 a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 100%;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    display: flex;
}

.dashgridcolumn1 a:hover {
    background-color: #F3764F;
}

.dashgridcolumn2 {
    display: block;
    width: 100%;
    height: 300px;
    color: #ffffff;
    background-image: url("https://d36ai2hkxl16us.cloudfront.net/course-uploads/f48ead1b-06b5-410f-afad-4939c8f515e9/lryubfu4xqw6-DashboardBackground1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    grid-column: span 4;
    grid-row: span 1;
    text-align: center;

}

.dashgridcolumn2:hover {
    background-image: url("https://d36ai2hkxl16us.cloudfront.net/course-uploads/f48ead1b-06b5-410f-afad-4939c8f515e9/uo0qxt480yqs-Picture5.png");
    background-size: 100% 100%;

}

.dashgridcolumn2 a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #ffffff;
}


.dashgridcolumn2 a:hover {
    background-image: url("https://d36ai2hkxl16us.cloudfront.net/course-uploads/f48ead1b-06b5-410f-afad-4939c8f515e9/uo0qxt480yqs-Picture5.png");
    background-size: 100% 100%;

}

.dashgridcolumn2box {
    display: block;
    width: 100%;
    border: 2px solid #005093;
    margin: auto;
    padding: 10px;
}




/* BEW Dashboard Theme */

.dashgrid1bew {
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 20px;

}

.dashgridcolumn1bew {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #005093;
    color: #ffffff;
    text-align: center;
    grid-column: span 3;
    grid-row: span 1;
}

.dashgridcolumn1bew:hover {
    background-color: #0065B8;
}

.dashgridcolumn1bew a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #ffffff;
}

.dashgridcolumn1bew a:hover {
    background-color: #0065B8;
}

.dashgridcolumn2bew {
    display: block;
    width: 100%;
    height: 100%;
    color: #404040;
    font-size: 30px;
    grid-column: span 5;
    grid-row: span 1;
    padding: 0px 20px 0px 0px;
}

.dashgridcolumn2boxbew {
    display: block;
    width: 100%;
    border: 2px solid #005093;
    margin: auto;
    padding: 10px;
}

/* Dashboard Theme Css by AS - Ends */

/* BEW Theme Css by AS - Starts */



/* BEW Theme Css by AS - Ends */



/* User Portal Page Codes */

.tlc_portal_header1 {
    display: block;
    background-color: #2AA07E;
    padding: 10px 30px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 0 2px #A6A6A6;
    width: 95%;
    margin: 0 auto;
    border-radius: 5px;
}

.tlc_portal_header2 {
    display: block;
    background-color: #4B2A92;
    padding: 10px 30px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 0 2px #A6A6A6;
    width: 95%;
    margin: 0 auto;
    border-radius: 5px;
}

.tlc_portal_header3 {
    display: block;
    background-color: #FFAA2E;
    padding: 10px 30px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 0 2px #A6A6A6;
    width: 95%;
    margin: 0 auto;
    border-radius: 5px;
}

.tlc_portal_sidebar {
    display: block;
    background-color: #f7f7f7;
    padding: 20px;
    font-size: 1em;
    margin: 0px 0px 15px 0px;
}



li.dashboard-badge--earned {
    border: 0px #fff solid;
}

li.dashboard-badge--unearned {
        border: 0px #fff solid;

}

.dashboard-badge__label {
    display: none;
}

.dashboard-badge__threshold {
    display: none;
}

.dashboard-badge {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}


.dashboard-badges-container {
  -webkit-box-shadow: 0 0 0px -2px rgba(0,0,0,.25);
  box-shadow: 0 0 0px -2px rgba(0,0,0,.25);
  padding: .75em;
  position: relative;
  width: 80%;
  margin: 0 auto;
}

/*Back to Course Button*/
.tools__back-button .btn--small {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent-color);
}

/*Resource Library Drop Down */

 .resources__list {
    margin: 20px -.625rem;
  }


 .resources__container .expandable-sidebar__toggle {
    background-color: transparent;
    color: var(--accent-color);
    cursor: pointer;
    font-size: 12px;
    font-size: 1.5rem !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 0px 10px 0px;
  }

    .resources__count {
    background-color: transparent;
    border-radius: 0%;
    color: var(--accent-color);
    font-size: .8rem;
    padding: 0px 0px 0px 10px;
    font-weight: 700;
  }

  /* Resource Library Header Spacing */

  .files__list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

.tools__container .h3 {
    padding: 0px 0px 10px 0px
}

/* Make Notes Text Box Full Length of Page */
.topic__container__notebook .large-9 {
    width: 100% !important;
}

/* Assignment Resources Right Side + Files Download Button */

.assignment__info .h2 {
  font-size: 40px;
  text-transform: uppercase;
}

.assignment__sidebar .h4 {
  font-size: 30px !important;
}

.files__list__name .icon-jpg {
  font-size: 50px;
  text-align: center;
  clear: both;
  display: block;
  color: var(--accent-color);
}

.files__list__name .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
  display: grid !important;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 8px; 
}

.items__list .columns {
  margin-bottom: 0;
  font-size: 18px;
}


.file__links {
  clear: right;
  display: inline-block;
  font-size: 12px;
  font-size: .75rem;
  text-align: right;
  background-color: var(--accent-color);
  border-radius: 10px;
  padding: 10px;
}

.file__links a, .file__links i, .file__links span {
  color: var(--accent-contrast-color);
}

.assignment__info hr
{display:none;}

/* Copy Box Layout */ 

.copy_box_standard#myInput {
  padding: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #585858;
  min-height: 50px;
  margin: 5px;
}

.copy_button_standard {
  min-height: 50px;
  border-radius: 10px;
  min-width: 100px;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
    .copy_button_standard {
        width: 100%;
    }

    .copy_box_standard#myInput {
        width: 100%;
    }
}

.copy_button_standard, button {
margin: 0px !important;
}

.copy_box_wrapper {
  display: flex;
  max-width: 500px;
  margin: 20px auto;
  flex-flow: row wrap;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
  gap: 2%;
}

.copy_box_left {
  width: 100%;
  margin-bottom: 2%;
}

.copy_box_right {
  width: 100%;
  margin-bottom: 2%;
}

@media (min-width: 1000px) {
  .copy_box_left {
    width: 74%;
  }

  .copy_box_right {
    width: 24%;
  }
}

/* Standard Button to Match VIA Site Branding */

.standard_btn {
  border: 0;
  display: inline-block;
  cursor: pointer;
  height: 46px;
  padding-right: 24px !important;
  padding-left: 24px !important;
  border-radius: 5px;
  text-decoration: none;
  font-family: -apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",Arial,sans-serif;
  font-weight: 800;
  font-size: 14px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background-color: #fff;
  text-align: center;
  background-color: #0b78af;
}

.standard_btn:hover {
  background-color: #1b323d;
  color: #fff;
}