/** Begin Desktop and Tablet **/

/* BEGIN GETTING STARTED SECTION */
.course-layout-one-getting-started-banner {
    width: 64%;
    border-radius: 8px;
    border: solid 1px #008200;
    background-image: linear-gradient(to right, #00bf00 50%, #008200) !important;
    height: 78px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px 0 16px;
    margin-top: 24px;
    margin-bottom: 24px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.17;
}
.course-layout-one-getting-started-banner::after {
    background: url(../images/getting-started-arrow.svg);
    content: '';
    height: 32px;
    width: 39px;
}

.course-layout-one-getting-started-banner span {
    display: flex;
    align-items: center;
    gap: 16px;
}
.course-layout-one-getting-started-banner span::before {
    background: url(../images/getting-started-info.svg);
    content: '';
    height: 32px;
    width: 32px;
}
/* BEGIN GETTING STARTED SECTION */

@media (min-width: 556px) {

    .course-layout-one-center-column {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        align-content: normal;
        width: 100%;
        max-width: 1390px;
        margin: 0 auto;
    }

    /* BEGIN BREADCRUMBS MODULE */
    .course-layout-one-breadcrumbs {
        width: 100% !important;
        max-width: 100% !important;
        background-color: transparent;
        margin-bottom: 16px;
        margin-top: 20px;
    }

    .course-layout-one-breadcrumbs li.item {
        font-family: Arial;
        font-weight: 400;
        font-size: 14px;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        vertical-align: middle;
        display: inline-block;
        color: #333;
    }

    .course-layout-one-breadcrumbs li.item a {
        font-size: 14px;
        color: #888888;
        text-decoration: none;
        font-family: Arial;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        cursor: pointer;
        vertical-align: middle;
    }

    .course-layout-one-breadcrumbs li.item a:hover {
        color: #1c4eff;
    }

    .course-layout-one-breadcrumbs li.item:not(:last-child):after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: 18px;
        content: '\e608';
        font-family: 'icons-blank-theme';
        margin: 1px 0 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        color: #888888;
    }

    /* END BREADCRUMBS MODULE */

    /* BEGIN PAGE TITLE MODULE */

    .course-layout-one-page-title {
        width: 67%;
    }

    .course-layout-one-page-title h2 {
        font-family: DIN OT;
        font-size: 40px;
        font-weight: bold;
        line-height: 1.2;
        color: #333;
        margin: 0;
    }
    /* END PAGE TITLE MODULE */

    .course-layout-one-page-content {
        width: 67%;
    }

    /* BEGIN TABLE OF CONTENTS MODULE */

    ::-webkit-scrollbar {
        width: 4px; /* Adjust the width as needed */
    }

     /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #c7cdd4;
        border-radius: 4px;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #c7cdd4;
    }

    .page-layout-course_layout_one_placeholder_page .course-layout-one-table-of-contents {
        margin-top: -104px;
    }

    .course-layout-one-table-of-contents {
        width: 24%;
        background-color: #ffffff;
        position: sticky;
        top: 24px;
        max-height: 424px;
        border-left: solid 2px #e5ebf2;
        padding: 0 10px;
        margin-top: 24px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        overflow-y: auto;
    }

    .course-layout-one-table-of-contents .toc-top-shadow {
        width: 100%;
        height: 36px;
        content: "";
        background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.8) 53%, #ffffff);
        position: absolute;
        top: 0;
        display: none;
        left: 0;
    }

    .course-layout-one-table-of-contents .toc-bottom-shadow {
        width: 100%;
        height: 36px;
        content: "";
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.8) 53%, #ffffff);
        position: absolute;
        bottom: 0;
        display: none;
        left: 0;
    }

    .course-layout-one-table-of-contents ul.level-0 > li > span > span.page-title > a {
        font-family: DIN OT;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.25;
        color: #333;
        text-decoration: none;
    }

    .course-layout-one-table-of-contents ul.level-0 > li > span > span.page-title {
        border-bottom: solid 1px #e5ebf2;
        width: 100%;
        display: block;
        padding-bottom: 8px;
        margin: 0 !important;
        font-size: 16px;
    }

    .course-layout-one-table-of-contents ol.level-1 > li > span > span.accordion-arrow::after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f078";
    }

    .course-layout-one-table-of-contents ol.level-1 > li > span > span.accordion-arrow.active::after {
        content: "\f077";
    }

    .course-layout-one-table-of-contents ul.level-0 {
        list-style: none;
        margin-bottom: 0;
        padding: 0;
    }

    .course-layout-one-table-of-contents ul.level-0 li {
        margin-bottom: 0;
    }

    .course-layout-one-table-of-contents ol.level-1 {
        list-style-type: none;
        counter-reset: css-counter 0;
        padding: 0;
    }

    .course-layout-one-table-of-contents ol.level-1 > li {
        margin-bottom: 0;
    }

    .course-layout-one-table-of-contents ol.level-1 > li.active > span > span.page-title > a {
        font-weight: bold ;
    }

    .course-layout-one-table-of-contents ol.level-1 > li.active > span > span.page-title {
        position: relative;
    }

    .course-layout-one-table-of-contents ul.level-0 > li.active > span > span.page-title:before {
        content: '';
        display: block;
        width: 3px;
        height: 20px;
        background-color: #00bf00;
        position: absolute;
        left: 0;
        top: 0;
    }

    .blue-line{
        position: relative;
    }

    .blue-line:before{
        content: '';
        display: block;
        width: 3px;
        height: 20px;
        background-color: #00bf00;
        position: absolute;
        left: -10px;
        top: 0;
    }
    .course-layout-one-table-of-contents ol.level-1 > li.active > span > span.page-title:before {
        content: '';
        display: block;
        width: 3px;
        height: 20px;
        background-color: #00bf00;
        position: absolute;
        left: -10px;
        top: 0;
    }


    .course-layout-one-table-of-contents ol.level-1 li.active ul,
    .course-layout-one-table-of-contents ol.level-1 li.active-child ul{
        display: block ;
    }

    .course-layout-one-table-of-contents ol.level-1 > li > ul li.active > span > span.page-title {
        position: relative;
    }

    .course-layout-one-table-of-contents ol.level-1 > li > ul li.active > span > span.page-title:before {
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        background-color: #00bf00;
        position: absolute;
        left: -20px;
        height: 25px;
        top: -8px;
    }

    .course-layout-one-table-of-contents ol.level-1 > li:last-child {

    }

    .course-layout-one-table-of-contents ol.level-1 > li > span {
        padding: 8px 0;
        display: flex;
        justify-content: space-between;
        border-bottom: solid 1px #e5ebf2;
        border-top: solid 1px #e5ebf2;
    }

    .course-layout-one-table-of-contents ol.level-1 > li > span > span.page-title {
        margin: 0 !important;
        font-size: 16px;
    }

    .course-layout-one-table-of-contents ol.level-1 > li > span > span.page-title > a {
        font-family: DIN OT;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.25;
        color: #333;
        counter-increment: css-counter 1;
        text-decoration: none;
    }

    .course-layout-one-table-of-contents ol.level-1 > li > span > span.page-title > a::before {
        content: counter(css-counter) ". ";
    }

    .course-layout-one-table-of-contents ol.level-1 li > ul {
        padding-left: 10px;
        list-style: none;
        background-color: #f9fbff;
        display: none;
    }

    .course-layout-one-table-of-contents ol.level-1 > li > ul li {
        padding: 4px 0;
        margin-bottom: 0;
    }

    .course-layout-one-table-of-contents ol.level-1 > li > ul li:first-child {
        padding-top: 8px;
    }

    .course-layout-one-table-of-contents ol.level-1 > li > ul li:last-child {
        padding-bottom: 8px;
    }

    .course-layout-one-table-of-contents ol.level-1 > li > ul li > span > span.page-title {
        margin: 0 !important;
        font-size: 14px;
    }

    .course-layout-one-table-of-contents ol.level-1 > li > ul li > span > span.page-title > a {
        font-family: DIN OT;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.14;
        color: #333;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;
        display: inline-block;
        max-width: 100%;
    }

    .course-layout-one-table-of-contents ol.level-1 > li > span > span.page-title > a:hover,
    .course-layout-one-table-of-contents ol.level-1 > li > ul li > span > span.page-title > a:hover {
        color: #00bf00;
        text-decoration: none;
    }

    .course-layout-one-table-of-contents ol.level-1 > li > ul li.active > span > span.page-title > a {
        font-weight: bold;
    }

    /* END TABLE OF CONTENTS MODULE */

    /* BEGIN NAVIGATION MODULE */

    .course-layout-one-navigation {
        margin-top: 40px;
        width: 67%;
        min-height: 50px;
    }

    .course-layout-one-navigation-previous-arrow {
        border: solid #00bf00;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-right: 3px;
    }

    .course-layout-one-navigation-next-arrow {
        border: solid #00bf00;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        margin-left: 3px;
    }

    .course-layout-one-navigation-link {
        font-size: 12px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        color: #00bf00 !important;
        text-decoration: none;
    }

    .course-layout-one-navigation-link.navigation-right {
        float: right;
    }

    .course-layout-one-navigation-link.navigation-left {
        float: left;
    }

    /* END NAVIGATION MODULE */


   /* START SOCIAL MODULE */

    .course-layout-one-social-media-links {
        width: 24%;
    }

   .course-layout-one-social-media-links .social-links {
        display: flex;
        justify-content: center;
        padding: 8px 23px;
        border-radius: 8px;
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
        background-color: #f9fbff;
        gap: 47px;
    }
    .course-layout-one-social-media-links .hidden {
        display: none;
    }

    .course-layout-one-social-media-links .social-links a {
        height: 32px;
    }

    .course-layout-one-social-media-links button.currentPage {
        border: none;
        background: none;
        height: 32px;
        padding: 0;
        margin: 0;
    }
    .course-layout-one-social-media-links button.currentPage:active {
      box-shadow: none;
    }

    .course-layout-one-social-media-links .message {
        position: absolute;
        background-color: #4755FF;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        display: none;
        z-index: 1;
    }
   /* END SOCIAL MODULE */

}
/** End Desktop and Tablet **/





/** Begin Mobile **/
@media (max-width: 555px) {

    .page-layout-course_layout_one_placeholder_page .course-layout-one-table-of-contents {
        order: 4;
    }

    .page-layout-course_layout_one_placeholder_page .course-layout-one-page-content {
        order: 5;
    }

    .page-layout-course_layout_one_placeholder_page .course-layout-one-navigation {
        order: 6;
    }

    .page-layout-course_layout_one_placeholder_page .course-layout-one-social-media-links {
        order: 7;
    }

    .course-layout-one-center-column {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: normal;
        width: 96%;
        margin: 0 auto;
    }

    /* START BREADCRUMBS MODULE */

    .course-layout-one-breadcrumbs {
        order: 1;
        width: 100%;
    }

    .course-layout-one-breadcrumbs .items {
      margin-bottom: 16px;
    }

    .course-layout-one-breadcrumbs li.item {
        font-size: 16px;
        line-height: 1.25;
        display: inline-block;
    }

    .course-layout-one-breadcrumbs li.item a {
        color: #333;
    }

    .course-layout-one-breadcrumbs li.item a:hover {
        color: #1c4eff;
    }

    .course-layout-one-breadcrumbs li.item:not(:last-child):after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: normal;
        content: '>';
        font-family: DIN OT;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        color: #6d7278;
        margin: -1px 4px 0px;
    }

    /* END BREADCRUMBS MODULE */

    /* START PAGE TITLE MODULE */
    .course-layout-one-page-title {
        order: 2;
        width: 100%;
    }

    .course-layout-one-page-title h2 {
        margin: 0;
        font-family: DIN OT;
        font-size: 32px;
        font-weight: bold;
        line-height: 1.13;
        color: #333;
    }
    /* START PAGE TITLE MODULE */

    /* BEGIN GETTING STARTED SECTION */
    .course-layout-one-getting-started-banner {
        width: 94%;
        padding: 0 3%;
        order: 3;
        margin-bottom: 0;
    }
    /* END GETTING STARTED SECTION */

    .course-layout-one-page-content {
        order: 4;
        width: 100%;
    }

    /* START NAVIGATION MODULE */

    .course-layout-one-navigation {
        order: 5;
        display: flex;
        width: 100%;
        margin-top: 16px;
        gap: 10px;
        word-break: break-all;
    }

    .course-layout-one-navigation-previous-arrow {
        border: solid #1c4eff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-right: 3px;
    }

    .course-layout-one-navigation-next-arrow {
        border: solid #1c4eff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        margin-left: 3px;
    }

    .course-layout-one-navigation-link {
        font-size: 12px;
        font-weight: bold;
        line-height: 1.33;
        letter-spacing: normal;
        color: #1c4eff;
        display: flex;
        align-items: center;
    }

    .course-layout-one-navigation-link.navigation-right {
        float: right;
        width: 50%;
    }

    .course-layout-one-navigation-link.navigation-left {
        float: left;
        width: 50%;
    }

    /* END NAVIGATION MODULE */


    /* START SOCIAL MODULE */

    .course-layout-one-social-media-links {
        order: 6;
        width: 100%;
        margin: 16px 0 16px 0;
    }

    .course-layout-one-social-media-links .social-links {
        margin: 0 39px 0 39px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px 21px;
        border-radius: 8px;
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
        background-color: #f9fbff;
        gap: 42px;

    }
    .course-layout-one-social-media-links .social-links a {
        height: 32px;
    }
    .course-layout-one-social-media-links .hidden {
        display: none;
    }

    .course-layout-one-social-media-links button.currentPage {
        border: none;
        background: none;
        height: 32px;
        padding: 0;
        margin: 0;
    }

    .course-layout-one-social-media-links button.currentPage:active {
      box-shadow: none;
    }

    .course-layout-one-social-media-links .message {
        position: absolute;
        background-color: #4755FF;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        display: none;
        z-index: 1;
    }
    /* END SOCIAL MODULE */

    /* BEGIN TABLE OF CONTENTS MODULE */

    ::-webkit-scrollbar {
        width: 4px; /* Adjust the width as needed */
    }

     /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #c7cdd4;
        border-radius: 4px;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #c7cdd4;
    }

    .blue-line{
        position: relative;
    }

    .blue-line:before{
        content: '';
        display: block;
        width: 3px;
        height: 20px;
        background-color: blue;
        position: absolute;
        left: -10px;
        top: 0;
    }

    .course-layout-one-table-of-contents {
        order: 3;
        width: 100%;
        overflow-y: scroll;
        background-color: #ffffff;
        position: sticky;
        top: 0;
        max-height: 424px;
        border-left: solid 2px #e5ebf2;
        padding: 0 10px;
        margin-top: 24px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-shadow: inset 0px -40px 17px -9px rgba(247,250,250,0.8);
        -moz-box-shadow: inset 0px -40px 17px -9px rgba(247,250,250,0.8);
        box-shadow: inset 0px -40px 17px -9px rgba(247,250,250,0.8);
        margin-bottom: 16px;
    }
    .course-layout-one-table-of-contents ul.level-0 li {
        margin-bottom: 0;
    }

    .course-layout-one-table-of-contents ul.level-0 > li > span > span.page-title > a {
        font-family: DIN OT;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.25;
        color: #333;
        text-decoration: none;
    }

    .course-layout-one-table-of-contents ul.level-0 > li > span > span.page-title {
        border-bottom: solid 1px #e5ebf2;
        width: 100%;
        display: block;
        padding-bottom: 8px;
        margin: 0 !important;
        font-size: 16px;
    }

    .course-layout-one-table-of-contents ol.level-1 > li > span > span.accordion-arrow::after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f078";
    }

    .course-layout-one-table-of-contents ol.level-1 > li > span > span.accordion-arrow.active::after {
        content: "\f077";
    }

    .course-layout-one-table-of-contents ul.level-0 {
        list-style: none;
        margin-bottom: 0;
        padding: 0;
    }

    .course-layout-one-table-of-contents ol.level-1 {
        list-style-type: none;
        counter-reset: css-counter 0;
    }

    .course-layout-one-table-of-contents ol.level-1 > li {
        margin-bottom: 0;
    }

    .course-layout-one-table-of-contents ol.level-1 > li.active > span > span.page-title > a {
        font-weight: bold ;
    }

    .course-layout-one-table-of-contents ol.level-1 > li.active > span > span.page-title {

        position: relative;
    }

    .course-layout-one-table-of-contents ul.level-0 > li.active > span > span.page-title:before {
        content: '';
        display: block;
        width: 3px;
        height: 20px;
        background-color: #00bf00;
        position: absolute;
        left: 0;
        top: 0;
    }

    .course-layout-one-table-of-contents ol.level-1 > li.active > span > span.page-title:before {
        content: '';
        display: block;
        width: 3px;
        height: 20px;
        background-color: #00bf00;
        position: absolute;
        left: -10px;
        top: 0;
    }

    .course-layout-one-table-of-contents ol.level-1 > li > ul li.active > span > span.page-title {
        position: relative;
    }

    .course-layout-one-table-of-contents ol.level-1 > li > ul li.active > span > span.page-title:before {
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        background-color: blue;
        position: absolute;
        left: -20px;
        height: 25px;
        top: -8px;
    }

    .course-layout-one-table-of-contents ol.level-1 > li:last-child {

    }

    .course-layout-one-table-of-contents ol.level-1 > li > span {
        padding: 8px 0;
        display: flex;
        justify-content: space-between;
        border-bottom: solid 1px #e5ebf2;
        border-top: solid 1px #e5ebf2;
    }

    .course-layout-one-table-of-contents ol.level-1 > li > span > span.page-title {
        margin: 0 !important;
        font-size: 16px;
    }

    .course-layout-one-table-of-contents ol.level-1 > li > span > span.page-title > a {
        font-family: DIN OT;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.25;
        color: #333;
        counter-increment: css-counter 1;
        text-decoration: none;
    }

    .course-layout-one-table-of-contents ol.level-1 > li > span > span.page-title > a::before {
        content: counter(css-counter) ". ";
    }

    .course-layout-one-table-of-contents ol.level-1 li > ul {
        padding-left: 10px;
        list-style: none;
        background-color: #f9fbff;
        display: none;
    }


    .course-layout-one-table-of-contents ol.level-1 > li > ul li {
        padding: 4px 0;
        margin-bottom: 0;
    }

    .course-layout-one-table-of-contents ol.level-1 > li > ul li:first-child {
        padding-top: 8px;
    }

    .course-layout-one-table-of-contents ol.level-1 > li > ul li:last-child {
        padding-bottom: 8px;
    }

    .course-layout-one-table-of-contents ol.level-1 > li > ul li > span > span.page-title {
        margin: 0 !important;
        font-size: 14px;
    }

    .course-layout-one-table-of-contents ol.level-1 > li > ul li > span > span.page-title > a {
        font-family: DIN OT;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.14;
        color: #333;
    }

    .course-layout-one-table-of-contents ol.level-1 > li > span > span.page-title > a:hover,
    .course-layout-one-table-of-contents ol.level-1 > li > ul li > span > span.page-title > a:hover {
        color: #00bf00;
        text-decoration: none;
    }

    .course-layout-one-table-of-contents ol.level-1 > li > ul li.active > span > span.page-title > a {
        font-weight: bold;
    }
    .course-layout-one-table-of-contents .toc-top-shadow {
        width: 100%;
        height: 36px;
        content: "";
        background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.8) 53%, #ffffff);
        position: absolute;
        top: 0;
        display: none;
        left: 0;
    }

    .course-layout-one-table-of-contents .toc-bottom-shadow {
        width: 100%;
        height: 36px;
        content: "";
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.8) 53%, #ffffff);
        position: absolute;
        bottom: 0;
        display: none;
        left: 0;
    }
    /* END TABLE OF CONTENTS MODULE */

}
/** End Mobile **/
