/* ----------------------------------------------
    Correct wrapper Spaces
-------------------------------------------------*/
.page-template-bootcamp #main {
    padding-left: 0;
    padding-right: 0;
}

/* ----------------------------------------------
    Hero
-------------------------------------------------*/
#hh-bootcamp .hh-section-heading {
    color: #E49A3C;
}
#hh-bootcamp .hh-section-tag {
    border-color: #6A6A6A;
    color: #6A6A6A;
}

.hh-section-lift {
    padding-top: 12px;
    border-top: 1px solid #6A6A6A;
    margin-left: -18px;
    margin-right: -18px;
    padding-bottom: 69px;
    font-size: 15px;
    line-height: 24px;
    position: relative;
}

.hh-section-lift::before {
    content:  "";
    background: url(img/bootcamp-lift.png) no-repeat;
    position: absolute;
    left: 50%;
    bottom: 24px;
    width: 82px;
    margin-left: -41px;
    height: 36px;
    background-size: cover;
    background-position: center;
}

.hh-video-sub {
    font-size:  17px;
    line-height: 27.2px;
    letter-spacing: 0.23px;
    color: #6A6A6A;
    text-align: center;
    margin-top: 34px;
}

.hh-video-sub.hh-video-sub--top {
    margin-bottom:  34px;
}

.hh-video__icon.hh-video__icon--large {
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .hh-video__icon.hh-video__icon--large {
        width: 100px;
        height: 100px;
    }
}

.hh-section--hero--2 .hh-container {
    max-width: 1432px;
}

.hh-video-context {
    background: #fff;
    padding: 10px;
    padding-bottom: 22px;
}

.hh-video-context-heading {
    color: #4A4A4A;
    font-weight: 400;
    font-size: 17px;
    font-family: "adelle-sans", sans-serif !important;
    margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
    .hh-split-video-hero {
        display: flex;
        background: #fff;
    }
    .hh-split-video-hero__item {
        width: 50%;
    }

    .hh-video-context {
        padding: 23px;
        padding-top: 10px;
        padding-bottom: 40px;
    }

    .hh-split-video-hero .hh-video {
        height: 552px;
        padding-bottom: 0;
    }

    .hh-split-video-hero .hh-video img{
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

    .hh-split-video-hero__item:first-child .hh-video-context,
    .hh-split-video-hero__item:first-child .hh-video {
        padding-right: 10px;
    }
    .hh-split-video-hero__item:nth-child(2) .hh-video-context,
    .hh-split-video-hero__item:nth-child(2) .hh-video {
        padding-left: 10px;
    }

    .hh-video-context-heading {
        font-size:  24px;
        line-height: 30px;
        letter-spacing: 0.32px;
        margin-bottom: 6px;
    }
}

/* ----------------------------------------------
    Need to Know
-------------------------------------------------*/
#hh-bootcamp .hh-need,
#hh-bootcamp .hh-need-list dd,
#hh-bootcamp .hh-need__header {
   border-color: #E49A3C; 
}

@media screen and (min-width: 768px) {
    #hh-bootcamp .hh-need-wrapper {
        padding: 20px;
        max-width: 820px;
        margin-top: 0
    }
}

#hh-bootcamp .hh-need-list-item__icon__hat {
    background-image:  url(img/hhn-icon-hat--orange.png);
}
#hh-bootcamp .hh-need-list-item__icon__clock {
    background-image:  url(img/hhn-icon-clock--orange.png);
}
#hh-bootcamp .hh-need-list-item__icon__star {
    background-image:  url(img/hhn-icon-star--orange.png);
}
#hh-bootcamp .hh-need-list-item__icon__cc {
    background-image:  url(img/hhn-icon-cc--orange.png);
}


/* ----------------------------------------------
    Your Path to Success
-------------------------------------------------*/

.hh-section--yourpath > .hh-container {
    max-width: 1220px; 
}

.hh-section--yourpath .hh-section-header {
    margin-bottom: 62px;
    max-width: 568px;
    margin-left: auto;
    margin-right: auto;
}

.hh-yourpath-heading {
    color: #E49A3C;
}

.hh-yourpath {
    display: flex;   
    justify-content: space-between;
    align-items: flex-start;
}

.hh-yourpath__content {
    width: 100%;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .hh-yourpath__content {
        width: 60%;
        max-width: 680px;
    }
}

@media screen and (min-width: 1440px) {
    .hh-yourpath__content {
        width: 680px;
    }
}

.yourpath-steps__header {
    text-align: center;
    padding: 30px 20px;
    border: 2px solid #E49A3C;
}

.yourpath-steps__header h3 {
    color: #4A4A4A;
    font-size: 30px;
    line-height: 1.4;
    margin:  0;
    margin-bottom: 5px;
    font-weight: 400;
}

.yourpath-steps__header span {
    color: #E49A3C;
    font-size: 15px;
}

.yourpath-steps__list {
    margin: 0;
    margin-top: 40px;
    margin-bottom: 76px;
    padding: 20px;
    padding-top: 0;
    list-style: none;
    counter-reset: my-awesome-counter;
}

.yourpath-steps__list__item {
    padding-bottom: 94px;
    position: relative;
    counter-increment: my-awesome-counter;
}

.yourpath-steps__list__item::after {
    content:  "";
    position: absolute;
    width: 14px;
    left: 50%;
    margin-left: -7px;
    height: 48px;
    bottom: 15px;
    background: url(img/hhn-arrow-orange-down.png) no-repeat center;
    background-size: contain;

}

.yourpath-step {
    padding: 20px;
    padding-bottom: 0;
    border:  1px solid #D8D8D8;
}

.yourpath-step__header {
    border-bottom:  1px solid #D8D8D8;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size:  13px;
    line-height: 30px;
}

@media screen and (min-width: 460px) {
    .yourpath-step__header {
        font-size:  24px;
    }
}

.yourpath-step__header__heading {
    white-space: nowrap;
}

.yourpath-step__header__heading::before {
    content: "Step " counter(my-awesome-counter) ;
    color: #E69B2F;
}

.yourpath-step__header__heading span {
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
    color: #4A4A4A;
}

@media screen and (min-width: 460px) {
    .yourpath-step__header__heading span {
        padding-left: 20px;
        margin-left: 20px;
    }
}
.yourpath-step__header__heading span::before {
    content:  "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 22px;
    background: #4A4A4A;
    top: 50%;
    margin-top: -9px;
}

.yourpath-step__header__tag {
    text-transform: uppercase;
    font-size:  13px;
    line-height: 30px;
    color: #E69B2F;
}

@media screen and (min-width: 460px) {
    .yourpath-step__header__tag {
        font-size:  24px;
    }
}

.yourpath-step__content {
    padding: 4px 0;
}

.yourpath-step__content p{
    font-size: 17px;
}


.hh-yourpath__side {
    display: none;
}

@media screen and (min-width: 1024px) {
    .hh-yourpath__side {
        display: block;
        flex: 1;
        padding-left: 50px;
    }
}

@media screen and (min-width: 1440px) {
    .hh-yourpath__side {
        padding-left: 100px;
    }
}


.yourpath-steps__list__final {
    text-align: center;
}

.yourpath-steps__list__final::before {
    height: 48px;
    width: 14px;
    display: inline-block;
    background: url(img/hhn-arrow-orange-down.png) no-repeat center;
    background-size: contain;
}

.yourpath-steps__list__final div {
    font-size:  ;
    color: #E49A3C;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
}

.yourpath-steps__list__final div::before {
    content:  "";
    width: 30px;
    height: 24px;
    display: block;
    margin: auto;
    background: url(img/hhn-icon-hat--orange.png) no-repeat center;
    background-size: contain;
    margin-bottom: 10px;
}



/* ----------------------------------------------
    Mini Lessons
-------------------------------------------------*/
.page-template-bootcamp .hh-section--inbox,
.page-template-bootcamp.hh-section--inbox {
    background-image: url(img/mini-lessons-bootcamp-mobile.jpg);
    background-color: #e7e7e5;
}

@media screen and (max-width: 767px) {
    .page-template-bootcamp .hh-section--inbox,
    .page-template-bootcamp.hh-section--inbox {
        background-size: cover;
        background-position: center;
    }
}

.page-template-bootcamp div.gform_wrapper .gform_footer .gform_button {
    background: #E49A3C !important;
}

.page-template-bootcamp .hh-inbox__content li,
.page-template-bootcamp .hh-inbox__content ul {
    border-color: #6A6A6A;
}

@media screen and (min-width: 768px) {
    .page-template-bootcamp .hh-section--inbox,
    .page-template-bootcamp.hh-section--inbox {
        background-image: url(img/mini-lessons-bootcamp.jpg);
    }
    .page-template-bootcamp .hh-inbox__content li {
        padding-top: 24px;
        padding-bottom: 24px;
        font-size: 18px;
        line-height: 28.8px;
    }
    .page-template-bootcamp .hh-inbox__form__footer {
        color:  #fff;
    }
}


/* ----------------------------------------------
    CTA 1
-------------------------------------------------*/
.page-template-bootcamp .hh-section--cta--1,
.page-template-bootcamp .hh-section--cta--2 {
    background-image: none !important;
}
.page-template-bootcamp  .hh-section--cta .hh-section-heading-2 {
    color: #E49A3C;
}

.page-template-bootcamp .hh-section--cta--2 .hh-section-content {
    max-width: 1092px;
}

.page-template-bootcamp .hh-section--cta--1 p,
.page-template-bootcamp .hh-section--cta--2 p {
    max-width: 655px;
    margin-left: auto;
    margin-right: auto;
}
.hh-button-boot {
    color: #fff;
    width: 163px;
    height: 60px;
    display: inline-block;
    background-color: #E49A3C;
    border-radius: 4px;
    line-height: 60px;
}

.page-template-bootcamp .hh-button-boot:hover {
    background: #CB8123;
    color: #fff;
    transition:  all 0.2s ease-out;
}


/* ----------------------------------------------
    Lesson Plan
-------------------------------------------------*/
body.page-template-bootcamp #main .hh-lesson-plan .single-course-section-title h2,
.page-template-bootcamp .plan-content ol li span strong,
.page-template-bootcamp .plan-content li:before {
    color: #E49A3C !important;
}

.page-template-bootcamp .hh-plan h4 strong {
    font-size:  30px;
}

@media screen and (max-width: 767px) {
    .page-template-bootcamp .hh-plan h4 strong {
        font-size: 17px;
    }
}
.page-template-bootcamp .hh-lesson-plan {
    margin-top: 0;
}

/* ----------------------------------------------
    Enroll
-------------------------------------------------*/
.hh-section--enroll-simple .hh-container {
    max-width: 820px;
}
.hh-section--enroll-simple .hh-section-heading-2 {
    color: #E49A3C;
    margin-bottom: 30px;
}
.boot-e-feat {
    padding: 24px;
    margin-bottom: 24px;
    background-color: #fff;
    border: 2px solid #E49A3C;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1), 0 0 2px 1px rgba(21,21,21,0.05), 0 2px 5px 1px rgba(0,0,0,0.1);
}
.boot-e-feat .boot-e-feat-heading {
    margin: 0;
    font-size: 17px;
    line-height: 27.2px;
    letter-spacing: 0.32px;
    color: #4A4A4A;
    font-weight: 400;
    font-family: "adelle-sans", sans-serif !important;
}

.boot-e-feat__side + .boot-e-feat__side {
    margin-top: 30px;
}

.boot-e-feat-tag {
    margin: 0;
}

.boot-e-feat__header {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {

    .hh-section--enroll-simple .hh-section-heading-2 {
        margin-bottom: 64px;
    }
    .boot-e-feat .boot-e-feat-heading {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0.32px;
        margin-bottom: 8px;
    }

    .boot-e-feat-tag {
        font-size:  17px;
        line-height: 24px;
        letter-spacing: 0.23px;
        color: #6A6A6A;
    }

    .boot-e-feat__header {
        margin-bottom: 33px;
    }
}


.boot-e-feat__main {
    padding-bottom: 25px;
    border-bottom: 2px solid #E49A3C;
    margin-bottom: 26px;
}

@media screen and (min-width: 768px) {
    .boot-e-feat__main {
        padding-bottom: 28px;
        margin-bottom: 32px;
    }

    .boot-e-feat-card {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.boot-e-feat-card__content {
    margin-bottom: 24px;
}

.boot-e-feat-card__content strong {
    font-weight: normal;
    color: #E49A3C;
}

.boot-e-feat-card__content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.boot-e-feat-card__content li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}

.boot-e-feat-card__content li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: block;
    background: #6A6A6A;
    position: absolute;
    left: 0;
    top: 10px;
}

@media screen and (min-width: 768px) {
    .boot-e-feat-card__content {
        width: 360px;
        margin-bottom: 0
    }
    .boot-e-feat-card__content li {
        margin-bottom: 5px;
    }
}

.boot-btn-logic {
    cursor: pointer;
}

.boot-action-input {
    white-space: nowrap;
    width: 156px;
    height: 60px;
    line-height: 58px;
    padding-left: 60px;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    color: #4A4A4A;
    position: relative;
}

.boot-action-input::before,
.boot-action-input.is-active::after {
    content: "";
    position: absolute;
    top: 50%;
    border-radius: 50%;
}

.boot-action-input::before {
    width: 24px;
    height: 24px;
    left: 18px;
    margin-top: -12px;
    border: 1px solid #D8D8D8;
    background-color: #fff;
    z-index: 3;
}

.boot-action-input.is-active {
    border: 2px solid #E49A3C;
}

.is-active::after {
    width: 14px;
    height: 14px;
    left: 23px;
    margin-top: -7px;
    background: #E49A3C;
    z-index: 5;
}

.boot-e-feat-card-label {
    display: block;
    font-size:  17px;
    line-height: 24px;
    letter-spacing: 0.23px;
    color: #6A6A6A;
    margin-bottom: 12px;
}


.boot-e-feat-card-learnmore {
    color: #6A6A6A;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px dashed #6A6A6A;
}

@media screen and (min-width: 768px) {

    .boot-e-feat-card-label {
        display: inline-block;
        margin-right: 57px;
        margin-bottom: 0;
    }
}


/* ----------------------------------------------
    Enroll Selectables
-------------------------------------------------*/
.boot-selectables {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 24px;
}

.boot-selectables__header {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 17px;
    padding-bottom: 20px;
}

.boot-selectables-heading {
    margin: 0;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 27.2px;
    letter-spacing: 0.32px;
    color: #E49A3C;
    font-weight: 400;
    font-family: "adelle-sans", sans-serif !important;
}

.boot-selectables-tag {
    color: #4A4A4A;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.23px;
}

@media screen and (min-width: 768px) {

    .boot-selectables {
        padding: 20px;
    }

    .boot-selectables__header {
        display: flex;
        padding: 0;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 18px;
    }
}

.boot-s-card {
    position: relative;
    background-color: #F8F8F8;
    border: 1px solid #D8D8D8;
}

.boot-s-card + .boot-s-card {
    margin-top: 10px;
}

.boot-s-card__image {
    height: 173px;
    overflow: hidden;
}

.boot-s-card__image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.boot-s-card__content {
    padding: 23px 16px;
}

@media screen and (min-width: 768px) {
    .boot-s-card {
        display: flex;
        padding: 10px;
        right: 0;
    }

    .boot-s-card__image {
        width: 221px;
    }

    .boot-s-card__content {
        flex:  1;
        padding-left: 32px;
        padding-top: 7px
    }
}

.boot-s-intro {

}

.boot-s-intro__action + .boot-s-intro__action {
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid #d8d8d8;
}

.boot-s-intro__label > span {
    font-size:  17px;
    line-height: 24px;
    letter-spacing: 0.23px;
    color: #6A6A6A;
    margin-bottom: 12px;
    display: block;
}

@media screen and (min-width: 768px) {
    .boot-s-intro__action + .boot-s-intro__action {
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .boot-s-intro__action {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.boot-s-intro-learnmore {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px dashed #6A6A6A;
    margin-bottom: 25px;
    color: #6A6A6A;
}

/*.boot-s-intro-learnmore::after {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 10px;
    background: url(img/more-new_tab.png) no-repeat;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
}*/

@media screen and (min-width: 768px) {
    .boot-s-intro__label {
        position: relative;
    }
    .boot-s-intro__action .boot-s-intro-learnmore {
        position: absolute;
        top: 100%;
        left: 0
    }
}
 
.boot-s-intro__header {
    margin-bottom: 20px;
}

.boot-s-intro-heading {
    margin: 0;
    font-weight: 400;
    font-size:  17px;
    line-height: 24px;
    color: #4A4A4A;
    font-family: "adelle-sans", sans-serif !important;
}

.boot-s-intro-savings {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 10;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    border-radius: 30px;
    padding: 0 12px;
    font-size: 13px;
    color: #fff;
    background-color: #E49A3C;
}

@media screen and (min-width: 768px) {
    .boot-s-intro__header {
        margin-bottom: 12px;
    }
}

.boot-s-intro__content {
    margin-bottom: 10px;
}

.boot-s-intro__content p {
    margin-top: 0;
}

.boot-s-intro__content__learnmore {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px dashed #6A6A6A;
    color: #6A6A6A;
}

.boot-s-intro__label-learnmore {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px dashed #6A6A6A;
    margin-bottom: 25px;
    color: #6A6A6A;
}

.boot-s-intro__label-learnmore::after {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 10px;
    background: url(img/more-new_tab.png) no-repeat;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .boot-s-intro__content {
        margin-bottom: 20px;
    }
    .boot-s-intro__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .boot-s-intro-savings {
        position: static;
    }

    .boot-s-intro__label-learnmore {
        margin-bottom: 0
    }
}

.boot-action-input-addon {
    width: 184px;
    padding-left: 52px;
    border-radius: 4px;
    border: 1px solid #D8D8D8;
    height: 45px;
    line-height: 43px;
    font-size: 15px;
    background: #fff;
    position: relative;
    white-space: nowrap;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.boot-action-input-addon::before,
.boot-action-input-addon.is-active::after {
    content: "";
    position: absolute;
    top: 50%;
    border-radius: 50%;
}

.boot-action-input-addon::before {
    width: 24px;
    height: 24px;
    left: 18px;
    margin-top: -12px;
    border: 1px solid #D8D8D8;
    background-color: #fff;
    z-index: 3;
}

.boot-action-input-addon.is-active::after {
    width: 14px;
    height: 14px;
    left: 23px;
    margin-top: -7px;
    z-index: 5;
    background: #E49A3C;
}

.boot-action-input-addon.is-active {
    border: 2px solid #E49A3C;
    background: #E49A3C;
    color: #fff;
}

.boot-action-input-addon.is-active::before {
    border-color:  #fff;
    background-color: #fff;
}

.boot-s-intro__action-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.boot-s-intro__action-list li {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #d8d8d8;
}

.boot-s-intro__action-list__text {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.23px;
    color: #4A4A4A;
    margin-bottom: 18px;
}

.boot-slash {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

@media screen and (min-width: 768px) {
    .boot-s-intro__action-list li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 8px;
        margin-top: 8px;
    }

    .boot-s-intro__action-list__text {
        margin-bottom: 0
    }
}

.boot-action-input-addon__desc::before {
    content: "Add now";
}

.boot-btn-logic.is-active .boot-action-input-addon__desc::before {
    content: "Remove";
}


/* ----------------------------------------------
    Enroll Action Box
-------------------------------------------------*/

.boot-action-box {
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1), 0 0 2px 1px rgba(21,21,21,0.05), 0 2px 5px 1px rgba(0,0,0,0.1);
    border: 2px solid #E49A3C;
    padding: 20px;
    padding-top: 34px;
    text-align: center;
}


.boot-action-box__action {
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .boot-action-box {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .boot-action-box__action {
        margin-bottom: 56px;
    }
}


.boot-add-cart {
    width: 250px;
    background: #E49A3C;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 15px;
    line-height: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 4px;
    transition: all 0.2s ease-out;
}

.boot-add-cart:hover {
    background: #CB8123;
    color: #fff;
}

.boot-btn-final-separator {
    height: 14px;
    display: inline-block;
    width: 1px;
    background: #fff;
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.boot-action-box-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.boot-action-box-list > li {
    padding: 0 12px;
    display: block;
}

.boot-action-box-list-item {
    text-align: center;
    font-size: 12px;
    line-height: 19.2px;
    letter-spacing: 0.16px;
    color: #6A6A6A;
}

@media screen and (min-width: 768px) {

    .boot-action-box-list > li {
        padding: 0 22px;
    }

    .boot-action-box-list-item {
        text-align: center;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0.2px;
    }
}

.boot-action-box-list-item-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
    .boot-action-box-list-item-icon {
        margin-bottom: 13px;
    }   
}

.boot-action-box-list-item-icon--shield {
    background-image: url(img/boot-shield.png);
}

.boot-action-box-list-item-icon--user {
    background-image: url(img/boot-user.png);
    background-size: 22px auto;
}

.boot-action-box-list-item-icon--lock {
    background-image: url(img/boot-lock.png);
    background-size: 18px auto;
}


/* ----------------------------------------------
    Instructors
-------------------------------------------------*/
.page-template-bootcamp .hh-section--instructors .hh-section-heading-2 {
    color: #E49A3C;
}

/* ----------------------------------------------
    Benefits
-------------------------------------------------*/
.page-template-bootcamp .hh-section--benefits .hh-section-heading-2{
    color: #E49A3C;
}
.page-template-bootcamp .hh-what-program ul,
.page-template-bootcamp .hh-what-program ul li,
.page-template-bootcamp .hh-what-program ul li p {
    border-color: #D8D8D8 !important;
}




/* ----------------------------------------------
    Workouts
-------------------------------------------------*/
.hh-section--workouts .hh-section-heading-2 {
    color: #E49A3C;
    margin-bottom: 2px;
}

.hh-section--workouts .hh-section-header {
    margin-bottom: 30px;
}

.hh-section--workouts .hh-section-header p {
    margin: 0;
    font-size:  17px;
    line-height: 27.2px;
    letter-spacing: 0.23px;
}

.hh-section--workouts .hh-section-content {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .hh-section--workouts .hh-section-header {
        margin-bottom: 52px
    }

    .hh-section--workouts .hh-section-heading-2 {
        margin-bottom: 15px
    }

    .hh-section--workouts .hh-section-header p {
        font-size:  24px;
        line-height: 30px;
        letter-spacing: 0.32px;
        color: #4A4A4A;
    }

    .hh-section--workouts .hh-section-content {
        padding-bottom: 40px
    }
}

.hh-section--workouts-hero {
    height: 420px;
    overflow: hidden;
    margin-bottom: 35px;
}
.hh-section--workouts-hero img {
    height: 100%;
    max-width: none;
    width: 100%;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .hh-section--workouts-hero {
        height: 624px;
    }
}

.hh-section--workouts .hh-section-content p {
    margin-top: 0;
    margin-bottom: 24px;
}

.hh-section--workouts .hh-section-content hr {
    border-color: #aaa;
    margin-top: 30px;
    margin-bottom: 30px;
}



.hh-section--workouts .hh-section-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*.hh-section--workouts .hh-section-content ul li:not(:last-child) {
    margin-bottom: 15px;
    position: relative;
    padding-left: 24px;
}*/

.hh-section--workouts .hh-section-content ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 24px;
}

.hh-section--workouts .hh-section-content ul li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #6A6A6A;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}



/* ----------------------------------------------
    Workouts Accordions
-------------------------------------------------*/
.bootw {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}
.bootw-section {
    border-bottom: 1px solid #aaa;
    margin-bottom: -1px;
}

.bootw-section.bootw-section--active {
    padding-bottom: 32px;
}

.bootw-section__header {
    border-top: 1px solid #aaa;
    padding:  16px 0;
    padding-bottom: 24px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .bootw-section__header {
        padding-top: 24px;
        display: flex;
        padding-right: 74px;
        justify-content: space-between;
    }
}

.bootw-section__content {
    display: none;
}

.bootw-section--active .bootw-section__content {
    display: block;
    display: block;
    animation-name: fadeIn;
    animation-duration: 0.2s;
    animation-fill-mode: both;
}

.bootw-button {
    white-space: nowrap;
    width: 185px;
    height: 45px;
    line-height: 45px;
    padding-left: 52px;
    border-radius: 4px;
    color: #fff;
    background: #E49A3C;
    position: relative;
}

.bootw-button::before,
.bootw-button.is-active::after {
    content: "";
    position: absolute;
    top: 50%;
    border-radius: 50%;
}

.bootw-button::before {
    width: 24px;
    height: 24px;
    left: 12px;
    margin-top: -12px;
    background-color: #fff;
    z-index: 3;
}

.bootw-button.is-active::after {
    width: 14px;
    height: 14px;
    left: 17px;
    margin-top: -7px;
    background: #E49A3C;
    z-index: 5;
}

.bootw-toggle {
    height: 24px;
    width: 24px;
    border: 0;
    background: url(img/boot-toggle.png) no-repeat;
    background-size: 20px;
    background-position: center right;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 22px;
    overflow: hidden;
    text-indent: -9999em;
    transform: rotate(180deg);
    transition:  all 0.2s ease-out;
}

.bootw-section--active .bootw-toggle {
    transform: rotate(0deg);
}

.bootw-heading {
    font-size: 30px;
    line-height: 48px;
    color: #4A4A4A;
    font-weight: 400;
    margin-bottom: 21px;
    margin-bottom: 16px;
    font-family: "adobe-caslon-pro",serif!important;
}

@media screen and (min-width: 768px) {
    .bootw-heading {
        line-height:  48px;
        font-size:  40px;
        margin-bottom: 0
    }

    .bootw-toggle {
        top: 36px;
        right: 20px;
    }
}
.bootw-section-item + .bootw-section-item {
    margin-top: 8px;
}

@media screen and (min-width: 768px) {
    .bootw-section-item {
        display: flex;
    }
}

.bootw-section-item__details {
    background: #EDD6C6;
    padding: 10px 16px;
    color: #6A6A6A;
    font-size: 15px;
}

.bootw-section-item__details__date,
.bootw-section-item__details__time {
    display: inline-block;
}

.bootw-section-item__details__time::before {
    content: ".";
    display: inline-block;
    margin-left: 5px;
    margin-right: 6px;
    position: relative;
    top: -4px
}

@media screen and (min-width: 768px) {
    .bootw-section-item__details {
        width: 190px;
        line-height: 24px;
        letter-spacing: 0.2px;
    }

    .bootw-section-item__details__date,
    .bootw-section-item__details__time {
        display: block;
    }
    .bootw-section-item__details__time::before {
        display: none;
    }
}

.bootw-section-item__content {
    padding: 16px;
    padding-top: 20px;
    background-color: #fff;
    color: #6A6A6A;
    border: 1px solid #d8d8d8;
    border-top: 0;
}

@media screen and (min-width: 768px) {
    .bootw-section-item__content {
        flex: 1;
        border: 1px solid #d8d8d8;
        border-left: 0;
        padding: 10px 16px;
        line-height: 24px;
        letter-spacing: 0.2px;
    }

    .bootw-footer {
        margin-top: 58px;
    }
}


/* ----------------------------------------------
    Companion Guide Books
-------------------------------------------------*/

.page-template-bootcamp .hh-section-heading-2 {
    color: #E49A3C;
}

@media screen and (min-width: 768px) {
    .page-template-bootcamp .hh-section-header {
        margin-bottom: 60px;
    }
}

.page-template-bootcamp .hh-guide-content {
    border-color: #d8d8d8;
}

.page-template-bootcamp .hh-guide-slider-list-item-card__content {
    border-color: #d8d8d8;
}

@media screen and (min-width: 768px) {
    .page-template-bootcamp #popup-guidebook .hh-guide-slider {
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
        left: auto;
        right: auto;
    }
}



/* ----------------------------------------------
    FAQ
-------------------------------------------------*/
.page-template-bootcamp #hh-faq .hh-heading-hr {
    color: #E49A3C !important;
}

.page-template-bootcamp #hh-faq {
    margin-bottom: 10px !important;
}

.hh-faq--accordions .hh-faq-item__heading {
    position: relative;
    padding-right: 64px;
    cursor: pointer;
}

.hh-faq--accordions .hh-faq-item__heading::after {
    content:  "";
    position: absolute;
    width: 64px;
    height: 57px;
    top: -10px;
    right: 0;
    background: url(img/boot-toggle.png) no-repeat;
    background-size: 20px;
    background-position: center;
    transform: rotate(180deg);
    transition: all 0.2s ease-out;
}

.hh-faq--accordions .hh-faq-item.is-active .hh-faq-item__heading::after {
    transform: rotate(0deg);
}

.hh-faq--accordions .hh-faq-item__content {
    display: none;
    padding-right: 64px;
}

.hh-faq--accordions .hh-faq-item.is-active .hh-faq-item__content {
    display: block;
    animation-name: fadeIn;
    animation-duration: 0.2s;
    animation-fill-mode: both;
}


.hh-faq--accordions .hh-faq-item {
    padding-bottom: 25px;
}


/* ----------------------------------------------
    CTA 3
-------------------------------------------------*/
.hh-section--cta.hh-section--cta--3 .hh-section-content {
    max-width: 982px;
}

.hh-section--cta--3 .hh-button-boot {
    margin-top: 15px;
}


/* ----------------------------------------------
    Popup
-------------------------------------------------*/
body.page-template-bootcamp .mfp-bg {
    background: #4A4A4A;
}

.popup-guidebook__header,
.popup-workout__header {
    position: relative;
    z-index: 2000000;
}

.popup-guidebook,
.popup-workout {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.popup-guidebook__header .popup-modal-dismiss,
.popup-workout .popup-modal-dismiss {
    display: flex;
    width: 60px;
    position: absolute;
    height: 60px;
    justify-content: center;
    border-radius: 4px;
    align-items: center;
    left: auto;
    right: 0;
}

@media screen and (min-width: 768px) {
    .popup-guidebook__header .popup-modal-dismiss,
    .popup-workout__header .popup-modal-dismiss {
        right: 20px;
        top: 20px;
        border: 1px solid #d8d8d8;
    }
}


.single-past_workouts .fusion-single-sharing-box {
    display: none !important;
}


.vc-list__expires {
    font-size: 13px;
    margin-top: 10px;
}

#bootcamp-button-home-link {
    white-space: nowrap;
    width: 190px;
    padding-left: 0;
    padding-right: 0;
}
