.bc101-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px 25px 0;
}

#bc101-chapters-hero-text {
    position: absolute;
    color: #e34a9c;
    left: 25%;
    padding-top: 45px;
}

.bc101-hero-text-wrapper {
    position: absolute;
    left: 20%;
    padding-top: 5%;
}

#bc101-chapters-landing-hero-text {
    color: #e34a9c;
}

#bc101-chapters-landing-hero-text h1 {
    margin: 0;
}

section#bc101-chapters-landing-hero-text * {
    white-space: nowrap;
}

#bc101-chapters-hero-text h1 {
    margin-bottom: 10px;
}

#bc101-chapters-hero-text .bc101-subtitle {
    margin-top: 0;
}

#bc101-chapters-hero-image {
    width: 100%;
}

.bc101-toc {
    padding-left: 15px;
    padding-right: 15px;
}

/* Even spacing so column rules sit cleanly between columns */
.bc101-chapters {
    column-count: 3;
    column-gap: 8rem;
    column-rule: 2px solid #e0e0e0;
}

.bc101-chapters li {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    padding-right: 1rem;
    /* breathing room from the rule */
}

.bc101-chapters li a,
.bc101-chapters li::marker {
    font-weight: 600;
    font-family: Poppins, sans-serif;
    color: #AF0061;
}

.bc101-landing-chapter__stats {
    margin: 0 0 25px 0;
}

.bc101-intro {
    padding-left: 15px;
    padding-right: 15px;
}

.bc101-intro .content,
.bc101-intro p {
    text-align: center;
}

.bc101-intro h2 {
    text-align: center;
    color: #e34a9c;
}

.bc101-intro a.button {
    background: #af0061;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0 auto;
}

.bc101-total-runtime {
    text-align: center;
    border-bottom: 1px solid #E34A9C;
    padding-bottom: 30px;
    margin-bottom: 25px;
}

.bc101-toc .share-icons {
    margin-bottom: 15px;
}

.bc101-landing--es .share-icons {
    width: 235px;
}

.bc101_topic_es .share-icons {
    width: 220px;
}

.bc101-landing-icons {
    display: flex;
    flex-flow: column;
    align-items: end;
}


.bc101-total-runtime strong {
    color: #e34a9c;
}

#credits-header {
    font-size: 18px;
    text-align: center;
}

.bc101-credits,
.bc101-bibliography {
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
}

.accordion-title {
    color: #AF0061;
    font-family: Poppins, sans-serif;
}

.accordion-toggle {
    width: 100%;
    background: #e9e9e9;
    border: none;
    padding: 14px 18px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion-icon {
    font-size: 20px;
    font-weight: bold;
    color: #AF0061;
    font-family: Montserrat, sans-serif;
}

.bc101-bibliography .content,
.bc101-credits .content {
    padding: 15px 18px;
    background: #f7f7f7;
}

/* Topic/Chaptor Sidebar styles */

.bc101-chapter-sidebar,
.bc101-topic-sidebar {
    flex: 0 0 30%;
    max-width: 30%;
    border-right: 2px solid #C8C9C7CC;
    padding-right: 30px;
    margin-top: 20px;
}

.bc101-side-nav__chapter-link {
    font-weight: bold;
}

span.bc101-side-nav__chapter-title {
    font-weight: 500;
    font-family: Poppins, sans-serif;
}

li.bc101-side-nav__topic a {
    color: #424242;
}

.bc101-side-nav__topic a:hover {
    color: #af0061;
}

.bc101-side-nav__chapter-link:hover span {
    color: #af0061;
}

a.bc101-side-nav__chapter-link,
a.bc101-side-nav__chapter-link:visited {
    color: #424242;
}

.bc101-side-nav__chapter.is-current .bc101-side-nav__chapter-link,
.bc101-side-nav__topic.is-current a,
.bc101-side-nav__chapter.is-current {
    color: #af0061 !important;
}

.is-current li.bc101-side-nav__topic::marker,
.is-current .bc101-chapter-sidebar ol li::marker {
    color: #af0061;
}

ul.bc101-side-nav__topics {
    margin: 0;
    padding: 0;
    border: 0px solid black;
}

.bc101-side-nav ul li {
    list-style: none;
    margin: 7px 0 7px 23px;
    border: 0px solid red;
    position: relative;
    padding-left: 25px;
    display: flex;
    align-items: center;
    align-content: center;
    height: initial;
}

.bc101-side-nav__topic:after {
    content: "\00a0";
    font-size: 1em;
    position: absolute;
    top: 50%;
    left: 0;
    line-height: initial;
    border: 1px solid #af0061;
    border-radius: 100px;
    transform: translateY(-50%);
    height: 15px;
    width: 15px;
    box-sizing: border-box;
}

body li.bc101-side-nav__topic.is-current:before {
    content: '\00a0';
    background-color: #af0061;
    border-radius: 100px;
    font-size: 10px;
    height: 9px;
    width: 9px;
    margin-top: 0;
    margin-left: 3px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* Two-column layout for chapter pages */
.bc101-chapter .bc101-content-wrapper,
.bc101-topic .bc101-content-wrapper {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.bc101-chapter-content,
.bc101-topic-content {
    flex: 0 0 70%;
    max-width: 70%;
}

.bc101-chapter-header {
    width: 100%;
}

.bc101-chapter-header {
    background: #e34a9c;
}

.bc101-chapter-header h1,
.bc101-chapter-header h2 {
    color: white;
    text-align: center;
    margin: 0;
    font-family: Poppins, sans-serif;
}

.bc101-chapter-header h1 {
    font-size: 22px;
    padding: 15px 0 5px 0;
    text-transform: uppercase;
    font-weight: 500;
}

.bc101-chapter-header h2 {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding-bottom: 15px;
}

.bc101-breadcrumb {
    text-align: left;
    font-size: 14px;
    background: #f1f1f1;
}

.bc101-breadcrumb-wrapper {
    max-width: 1200px;
    margin: 0 auto 10px auto;
    padding: 5px 0;
}

.bc101-side-nav h3 {
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #E34A9C;
    font-family: poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
}

/* Chapter Overview Header */

.bc101-chapter-hero {
    position: relative;
    margin-top: 20px;
}

#bc101-chapter-hero-text {
    height: 254px;
}

#chapter-hero-gradient {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 28%, rgba(0, 0, 0, 0) 100%);
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
}

.bc101-chapter-kicker,
.bc101-chapter-title {
    position: absolute;
    font-family: Montserrat, sans-serif;
}

.bc101-chapter-title {
    color: white;
    font-size: 32px;
    font-weight: 500;
    max-width: 400px;
    line-height: 1;
    font-weight: 700;
    top: 80px;
    left: 40px;
    z-index: 3;
}

.bc101-chapter-kicker {
    color: #E34A9C;
    left: 40px;
    top: 50px;
    z-index: 3;
}

.bc101-chapter-image {
    float: right;
}

.bc101-topic-pager,
.bc101-chapter-pager {
    width: 100%;
}

.bc101-topic-pager a i,
.bc101-chapter-pager a i {
    background: #E34A9C33;
    height: 30px;
    width: 30px !important;
    border-radius: 30px;
    font-size: 24px;
    position: relative;
    top: 5px;
}

.bc101-topic-pager a:hover,
.bc101-chapter-pager a:hover,
.prev-wrapper:hover .prev,
.next-wrapper:hover .next {
    text-decoration: underline;
}

.next-icon:hover,
.prev-icon:hover,
.prev-wrapper:hover .prev-icon,
.next-wrapper:hover .next-icon {
    color: white;
}

.next-icon:hover i,
.prev-icon:hover i,
.prev-wrapper:hover .prev-icon i,
.next-wrapper:hover .next-icon i {
    background: #AF0061;
}

.bc101-topic-pager a.next-icon,
.bc101-chapter-pager a.next-icon {
    float: right;
}

.bc101-topic-pager a.next-icon i,
.bc101-chapter-pager a.next-icon i {
    padding-left: 12px;
    padding-top: 3px;
}

.bc101-topic-pager a.prev-icon,
.bc101-chapter-pager a.prev-icon {
    float: left;
}

.bc101-topic-pager a.prev-icon i, 
.bc101-chapter-pager a.prev-icon i {
    padding-left: 8px;
    padding-top: 2px;
    margin-bottom: 10px;
}


.bc101-topic-pager .prev,
.bc101-chapter-pager .prev {
    float: left;
    font-size: 14px;
    max-width: 325px;
    position: relative;
    top: 9px;
    padding-left: 10px;
    text-align: left;
}


.bc101-topic-pager .next,
.bc101-chapter-pager .next {
    float: right;
    font-size: 14px;
    max-width: 325px;
    position: relative;
    top: 9px;
    right: 10px;
    text-align: right;
}

.bc101-crosslink {
    width: 100%;
    display: inline-block;
}

header.bc101-topic-header {
    position: relative;
    margin-bottom: 20px;
}

header.bc101-topic-header h1 {
    font-size: 21px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    margin-bottom: 10px;
    color: #AF0061;
}

p.bc101-topic-duration {
    font-size: 12px;
}

/* Chapter landing topic list */

.bc101-topic-list {
    margin-left: 0;
    padding-left: 0;
}

.bc101-topic-list .bc101-topic a:hover {
    color: #af0061;
    text-decoration: underline;
    font-weight: 700 !important;
}

.bc101-chapter-topic-list h3 {
    font-size: 17px;
}

.bc101-topic-list > li {
    list-style: none;
    padding: 15px 15px 15px 15px;
}

.bc101-topic-list > li:nth-child(odd) {
    background: #E34A9C0D;
}

li.bc101-topic ul {
    margin: 10px 0 10px 0;
    padding-left: 20px;
}

.bc101-topic-list div.sum {
    margin-bottom: 0;
    margin-top: 5px;
}

li.bc101-topic .sum ul ul  {
    margin-top: 0;
    margin-bottom: 0;
}

.bc101-topic-list .bc101-topic a:first-child {
    font-weight: 600;
}

#bc101-side-nav__content {
    overflow: hidden;
    transition: height 0.3s ease;
}

.bc101-topic-transcript .content {
    max-height: 300px;
    overflow-y: scroll;
    padding-right: 15px;
}

.bc101-topic-transcript .content ul {
    padding-left: 20px;
    margin-left: 0;
}

.bc101-topic-transcript {
    padding-bottom: 25px;
    margin-bottom: 35px;
    border-bottom: 2px solid #e0e0e0;
}

.bc101-topic-transcript h2 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}

ul.bc101-resources {
    padding-left: 20px;
    margin-left: 0;
}

@media screen and (min-width: 767px) {
    #bc101-mobile-chapters-hero-image {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    li.bc101-topic a {
        display: inline-block;
        padding-right: 16px;
    }

    li.bc101-topic a i::before {
        width: 16px;
        margin-right: -16px;
    }

    #bc101-chapters-hero-image {
        display: none;
    }

    #bc101-mobile-chapters-hero-image {
        width: 100%;
    }

    .bc101-hero-text-wrapper {
        position: absolute;
        left: 0 !important;
        padding-top: 3%;
        width: 100%;
        margin-top: -150px;
        text-align: center;
    }
}

@media screen and (min-width: 1024px) {

    .bc101-side-nav__toggle,
    .bc101-side-nav__chapter.is-current .fa-chevron-down,
    .bc101-side-nav__chapter.is-current .fa-chevron-up,
    .bc101-mobile-chapter-hero {
        display: none;
    }
}


/* Responsive styling */

@media screen and (max-width: 1023px) {

    .bc101-side-nav__chapter .bc101-side-nav__chapter-link {
        max-width: 90%;
        display: inline-flex;
    }

    .bc101 span.share-icons {
        position: relative;
        top: 0;
        right: 0;
        padding-bottom: 10px;
        margin-top: 10px;
    }

    .bc101-mobile-chapter-hero #bc101-chapter-hero-text {
        width: 100%;
        padding: 0;
    }

    .bc101-breadcrumb-wrapper {
        margin-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .bc101-chapter-title {
        font-size: 17px;
    }

    .bc101-mobile-chapter-hero #chapter-hero-gradient {
        background: #000000;
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 0) 100%);
        background-position: center;
        position: absolute;
        z-index: 2;
        height: 100%;
        width: 100%;
        bottom: 0;
    }

    .bc101-mobile-chapter-hero .bc101-mobile-chapter-hero-text-wrapper {
        position: absolute;
        bottom: 0;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    header.bc101-chapter-hero {
        display: none;
    }

    .bc101-chapter-sidebar,
    .bc101-topic-sidebar {
        flex: 0 0 100%;
        width: 100%;
        border-right: 2px solid #C8C9C7CC;
        padding-right: 30px;
        margin-top: 20px;
    }

    #bc101-side-nav__content h3 {
        display: none;
    }

    .bc101-side-nav__toggle .fa-chevron-down,
    .bc101-side-nav__toggle .fa-chevron-up {
        position: absolute;
        right: 30px;
    }

    .bc101-side-nav__chapter.is-current .fa-chevron-down,
    .bc101-side-nav__chapter.is-current .fa-chevron-up {
        position: absolute;
        right: 30px;
        padding-top: 5px;
    }

    .bc101-side-nav__toggle[aria-expanded="true"] .fa-chevron-down,
    .bc101-side-nav__chapter.is-current[aria-expanded="true"] .fa-chevron-down {
        visibility: hidden !important;
    }

    .bc101-side-nav__toggle[aria-expanded="false"] .fa-chevron-up,
    .bc101-side-nav__chapter.is-current[aria-expanded="false"] .fa-chevron-up {
        visibility: visible;
    }

    .bc101-side-nav__toggle[aria-expanded="true"] .fa-chevron-down,
    .bc101-side-nav__chapter.is-current[aria-expanded="true"] .fa-chevron-down {
        visibility: visible;
    }

    .bc101-side-nav__toggle[aria-expanded="false"] .fa-chevron-up,
    .bc101-side-nav__chapter.is-current[aria-expanded="false"] .fa-chevron-up {
        visibility: hidden;
    }

    .bc101-side-nav__toggle {
        background: #FFF0F9;
        width: 100%;
        border-color: #AF0061;
        color: #AF0061;
        text-transform: uppercase;
        font-weight: 600;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: left;
    }

    #bc101-side-nav__list {
        padding-left: 30px;
        padding-top: 15px;
    }

    .bc101-side-nav {
        border: 2px solid #d9d9d9;
    }

    .bc101-content-wrapper {
        padding: 0 15px 40px 15px;
    }

    #bc101-chapters-hero-text,
    #bc101-chapter-hero-text {
        position: relative;
        left: auto;
        height: auto;
        padding: 20px 15px;
        text-align: center;
    }

    .bc101-chapter-image {
        float: none;
        width: 100%;
        display: block;
    }

    #chapter-hero-gradient {
        background: linear-gradient(180deg,
                rgba(0, 0, 0, 0.6) 0%,
                rgba(0, 0, 0, 0.3) 40%,
                rgba(0, 0, 0, 0) 100%);
    }

    .bc101-chapter-kicker,
    .bc101-chapter-title {
        position: relative;
        top: auto;
        left: auto;
        display: block;
    }

    .bc101-chapter-title {
        font-size: 24px;
        max-width: 100%;
        margin-top: 10px;
    }

    .bc101-chapter-kicker {
        margin-bottom: 5px;
    }

    .bc101-chapters {
        column-count: 1;
        column-gap: 0;
        column-rule: none;
    }

    .bc101-chapters li {
        padding-right: 0;
    }

    .bc101-chapter .bc101-content-wrapper,
    .bc101-topic .bc101-content-wrapper {
        flex-direction: column;
        gap: 0;
    }

    .bc101-chapter-sidebar,
    .bc101-topic-sidebar {
        flex: 0 0 100%;
        max-width: 100%;
        border-right: none;
        padding-right: 0;
    }

    .bc101-chapter-content,
    .bc101-topic-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bc101-intro h2 {
        font-size: 22px;
    }

    .bc101-intro .content,
    .bc101-intro p {
        font-size: 15px;
    }

    .bc101-topic-list li {
        padding: 15px;
    }

    .bc101-topic-list .sum li {
        padding: 0 5px
    }

    li.bc101-topic ul {
        padding-left: 25px;
    }

    .bc101-topic-pager .prev,
    .bc101-topic-pager .next,
    .bc101-chapter-pager .prev,
    .bc101-chapter-pager .next {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .bc101-topic-pager .prev,
    .bc101-chapter-pager .prev {
        text-align: left;
    }

    .bc101-topic-pager .next,
    .bc101-chapter-pager .next {
        text-align: right;
        float: right;
    }

    .bc101-credits,
    .bc101-bibliography {
        padding-left: 15px;
        padding-right: 15px;
    }

    .accordion-toggle {
        font-size: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .bc101-hero-text-wrapper {
        position: absolute;
        left: 20%;
        padding-top: 3%;
    }

    .bc101-hero-text-wrapper .bc101-subtitle {
        margin-top: 0;
    }
}