@charset "utf-8";
/* CSS Document */

/* =========================================================== */
/* WIDGET BODY & HEADERS */
/* =========================================================== */

.wgt-hdr-row {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
}

h1.hdr-widget {
    margin: 0 0 15px 0;
    color: #012168;
    font-size: 1.65rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}

h1.hdr-widget-small {
    margin: 0 0 15px 0;
    color: #012168;
    font-size: 1.35rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}

.widget-wrap {
    padding: 15px;
}

.header-widget .my-account-title {
    padding: 10px 15px;
}

.collection .alert.collection-item {
    border-bottom: none;
}


/* =========================================================== */
/* WIDGET BUTTONS */
/* =========================================================== */

.btnOutlined {
    border: 2px solid !important;
    border-radius: 7px;
    background-color: transparent;
    color: #ee7533;
    margin: 0 0 14px 10px;
    padding: 0 15px;
    font-weight: 500;
    box-shadow: none;
}


.btnOutlined:hover {
    border: 2px solid #fff;
    border-radius: 7px;
    background-color: #ee7433;
    color: #fff !important;
    box-shadow: none;
}

.btnOutlined:focus {
    background-color: transparent;
}

.btnSolid {
    border: 2px solid #fff;
    border-radius: 7px;
    background-color: #ee7433;
    color: #fff;
    box-shadow: none;
    font-weight: 500;
    margin: 0 0 14px 10px;
}

.btnSolid:hover {
    border: 2px solid #fff;
    border-radius: 7px;
    background-color: #4e9d2d;
    color: #fff;
    box-shadow: none;
}

.login-drop-options {
    margin: 0;
    border: none;
}

/* =========================================================== */
/* MISC CSS */
/* =========================================================== */
.btn-no-mar {
    margin-left: 0;
}

.no-mar-top {
    margin-top: 0;
}

.no-mar-bot {
    margin-bottom: 0;
}

.no-pad-left {
    padding-left: 0;
}

sup {
    top: -.3em;
    padding-right: 1px;
}


/* =========================================================== */
/* OVERLAY MEDIA QUERIES
/* =========================================================== */
/* Video Calls */
#liveVideoModal {
    position: relative;
    background: #ffffff;
    width: 690px;
    margin: 0 auto;
}

#liveVideoModal .modal-header {
    padding: 9px 15px;
}

#subscriberMessage {
    position: absolute;
    width: 100%;
    top: 30%;
    left: 0;
    height: 60px;
    background: transparent;
    z-index: 30;
}

#subscriberMessage h1 {
    text-align: center;
    font-size: 1.4rem;
    color: #636363;
}

#liveVideoModal .coachingVideoSession {
    background: #efefef;
    min-height: 522px;
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#liveVideoModal .coachingVideoSession #videoSessionSubscriber {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#liveVideoModal .coachingVideoSession #videoSessionPublisher {
    position: absolute;
    width: 204px;
    height: 153px;
    bottom: 9px;
    left: 9px;
    z-index: 100;
    border: 3px solid white;
    border-radius: 3px;
}

/* Corner ribbons */

.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    transform: rotate(315deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbon span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.ribbon span::after {
    content: '';
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #79A70A;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.banner-single {
    overflow: hidden;
}

.h2.w-Banner>div.row {
    height: 90%;
}

.splide__slide img {
    width: 100%;
    height: auto;
}

.dismissAddToHomeScreenPromptText {
    margin-left: 1rem;
    font-size: large;
    font-weight: 400;
    text-align: center;
}

.dismissAddToHomeScreenPromptTitle {
    padding-top: 0.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

.addToHomeScreenPrompt {
    display: none;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
}

.closeAddToHomeScreenPrompt {
    float: right;
    background: transparent;
    color: black;
    border: none;
}

.dismissBtn {
    font-size: 1.2rem;
    margin-bottom: 8px;
}

.flow-text {
    padding: 5px 0;
}

.custom-content ul {
    padding-left: 30px;
}

.custom-content ul li {
    list-style-type: disc;
    word-wrap: break-word;
}

.custom-content>.mj_accordion>li {
    list-style-type: none !important;
    word-wrap: break-word !important;
}

.challenge-overview-wrapper {
    margin-left: 2rem;
}

.container.section ul li {
    margin-left: 2.5rem;
    list-style-type: disc;
}

.collapsible-body ul li {
    margin-left: 2.5rem;
    list-style-type: disc !important;
}

ul.user-activity-list li.member-activity-list-item {
    list-style-type: none !important;
}

.addToHomeScreenPrompt-ios,
.addToHomeScreenPrompt-android {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .mobile_height {
        height: 12rem;
    }
}

@media only screen and (max-width: 600px) {
    #liveVideoModal {
        width: calc(100% - 10px);
        height: calc(100% - 20px);
    }

    #liveVideoModal .coachingVideoSession #videoSessionPublisher {
        width: calc(30vw * 0.6);
        height: calc(24vh * 0.69);
    }

    .list-content {
        margin: 14px 0 0 0;
        font-weight: 500;
        font-size: .75rem;
    }


    .mobile_height {
        height: 6rem;
    }

    .dismissAddToHomeScreenPromptText {
        font-weight: 400;
        color: black;
        text-align: left;
    }

    .dismissAddToHomeScreenPromptTitle {
        font-size: larger;
        font-weight: bold;
    }
}