.stripe {
    background-color: var(--secondary);
    padding: 4px 12px;
    border-radius: 2px;
    color: var(--white);
    margin-top:0 !important;
    margin-bottom:12px;
}

.sidebar {
    margin-top:48px;
}

.header_strip {
    background-color: var(--secondary);
    background-size: cover;
    height: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.header_strip h2, .header_strip p {
    line-height: 40px
}

.bg-grey {
    background-color: var(--lightgrey);
}

.download-wrapper {
    background: linear-gradient(11deg, rgba(155, 159, 179, 1) 100%, rgba(224, 238, 241, 1) 0%);
    padding: 100px 50px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* academy_voucher in course sidebar */
.academy_voucher {
    height: 160px;
    background-position: right top;
    background-image: url('/assets/images/promos/academy/sidebar_academy_voucher_box.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

/* download_brochure in sidebar*/
.academy_brochure {
    height: 160px;
    background-color:#f5f5f4;
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
}

/*  Career Deve Voucher Footer Ad */

.footer_banner_career_voucher {
    background-image: url('https://acs-45zn.stream.prepr.io/h_240/1w87crk74urt-voucher-fan.png');
    background-size: 42%;
    background-repeat: no-repeat;
    background-position-x: 110%;
    background-position-y: 127%
}

@media only screen and (min-width: 767px) {
    .footer_banner_career_voucher {
        background-image: url('https://acs-45zn.stream.prepr.io//1w87crk74urt-voucher-fan.png');
        background-size: 30%;
        background-repeat: no-repeat;
        background-position: bottom right;
        background-position-x: 100%;
        background-position-y: 10%;
    }
}

.bg-tile-diagonal-lines {
    background-color: #3f504c;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23788a86' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.bg-tile-flipped-diamonds {
    background-color: #384643;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='20' viewBox='0 0 16 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%235d746f' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M8 0v20L0 10M16 0v10L8 0M16 10v10H8'/%3E%3C/g%3E%3C/svg%3E");
}


/*--
/*  4.16 - FAQ'S CSS
/*----------------------------------------*/
.faq-accordion {
    padding-top: 50px;
}

h2.accordion-header {
    font-family: var(--sans);
    font-weight: 500;
}

.faq-accordion ul {
    width:auto !important;
}

.faq-accordion .accordion-item {
    border-radius: 2px !important;
    margin-top: 20px;
    border: 1px solid #e7e2dc !important;
}

.faq-accordion .accordion-item a {
    color: var(--info);
    text-decoration: underline;
}

.faq-accordion .accordion-item button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 17px 30px;
    padding-right: 55px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--sans);
    border: 0;
    color: var(--primary);
    background-color: transparent;
    border-bottom: 1px solid #e7e2dc;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .faq-accordion .accordion-item button {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .faq-accordion .accordion-item button {
        font-size: 16px;
        padding: 12px 20px;
        padding-right: 45px;
    }
}

.faq-accordion .accordion-item button::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    /*content: "\eab9";*/
    /*font-family: IcoFont;*/
    content: "\f077";
    font-family: "Font Awesome 6 Pro";
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 575px) {
    .faq-accordion .accordion-item button::before {
        right: 20px;
    }
}

.faq-accordion .accordion-item button.collapsed {
    color: var(--primary);
    background-color: var(--lightgrey);
    border-bottom-color: transparent;
}

.faq-accordion .accordion-item button.collapsed::before {
    content: "\f077";
}

.faq-accordion .accordion-item .accordion-body {
    padding: 0 30px 18px 30px;
}

.faq-accordion .accordion-item .accordion-body p + p {
    margin-top: 20px;
}

.faq-accordion .accordion-item .accordion-body h4 {
    color: var(--secondary);
    font-size: 1.5rem;
    padding: 18px 0 8px 0 !important;
}

.faq-accordion .accordion-item .accordion-body ul li {
    position: relative;
    display: block;
    padding: 4px;
    color: var(--secondary);
    text-decoration: none;
    background-color: var(--white);
    border-bottom: 1px dotted var(--secondary_light);
    border-top:none;
    font-size: 1rem;
}

.faq-btn {
    padding-top: 80px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .faq-btn {
        padding-top: 40px;
    }
}

.details-tab-content .tab-content ul {
    list-style: disc;
    list-style-position: outside;
    padding-left: 1rem;
}

.details-tab-content .tab-content h3 {
    margin-top: 1rem;
    padding-bottom: 4px;
}

/*
Student Stories Sidebar
 */

.ticker {
    display: block;
    background-color: var(--primary);
    opacity: 0.9;
    border-radius: 4%;
    padding: 2px 6px;
    color: white;
}

/*--
/*  4.9 - Page Banner CSS
/*----------------------------------------*/
.page-banner-section {
    background-repeat: no-repeat;
    /*background-position: center;*/
    /*background-position-x: 80%;*/
    background-size: cover;
    /*   margin-top: 100px;*/
    /*padding-top: 100px;*/
    /*  margin-top:80px;*/
}

.page-banner-content .page-title {
    font-size: 5em;
    line-height: 1;
    font-weight: 400;
    color: var(--lightgrey);
}

.page-banner-content .page-title.ticker {
    display: inline-block;
    background-color: var(--primary);
    padding: 1rem;
    font-size: 4rem;
}


.page-banner-content .page-subtitle {
    color: var(--light);
    font-family: var(--sans);
    margin-top: 12px;
}

.page-banner-content .page-subtitle {
    background-color: var(--autumn_brown);
    display: block;
    width: fit-content;
    padding: 0.7rem 1rem;
}


.page-banner-content {
    padding-top: 135px;
    padding-bottom: 140px;
    /*    margin-top: 100px;*/
}


@media only screen and (min-width: 992px) {
    .page-banner-section {
        height: 560px;
        background-position: top;

    }

    .page-banner-section.tutors {
        background-position-y: 10%;
    }

    .page-banner-content {
        padding-top: 300px;
        padding-bottom: 120px;
    }

    .page-banner-content .page-title.ticker {
        margin-top:2rem;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .page-banner-section {
        height: 400px;
        padding-top: 100px;
    }

    .page-banner-section.tutors {
        background-position-y: 10%;
    }

    .page-banner-section.finance {
        background-position-x: 50%;
    }

    .page-banner-content {
        padding-top: 34px;
        padding-bottom: 120px;
    }

    .page-banner-content .page-title.ticker {
        margin-top:2rem;
        font-size: 3rem;
    }

}

@media only screen and (min-width: 376px) and (max-width: 575px) {
    .page-banner-section {
        height: 400px;
    }

    .page-banner-section.tutors {
        background-position-x: 42%;
    }

    .page-banner-section.finance {
        background-position-x: 18%;
    }

    .page-banner-section.about {
        background-position-x: 30%;
    }

    .page-banner-content.dining_club {
        padding-top: 0px;
    }

    .page-banner-content {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .page-banner-content .page-title {
        font-size: 38px;
    }

    .page-banner-content .page-title.ticker {
        margin-top:6rem;
        font-size:2.3rem;
    }

    .page-banner-content .page-subtitle {
        font-size: 1.1rem;
        line-height:120%;
    }

}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner-content .page-title {
        font-size: 44px;
    }
}

@media only screen and (max-width: 767px) {
    .page-banner-content .page-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 375px) {
    .page-banner-content .page-title.ticker {
        margin-top:5rem;
        font-size:2rem;
    }

    .page-banner-content .page-subtitle {
        font-size: 1.2rem;
        line-height:120%;
    }
}

.page-banner-content .breadcrumb {
    margin-bottom: 0;
    margin-top: 10px;
}

.page-banner-content .breadcrumb .breadcrumb-item {
    font-weight: 500;
    font-size: 16px;
    color: var(--primary);
}

.page-banner-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "//";
    color: var(--primary);
}

.page-banner-content .breadcrumb .breadcrumb-item.active {
    color: var(--tertiary);
}
