/* Minification failed. Returning unminified contents.
(373,38): run-time error CSS1046: Expect comma, found '0'
(373,42): run-time error CSS1046: Expect comma, found '/'
(432,38): run-time error CSS1046: Expect comma, found '60'
(432,44): run-time error CSS1046: Expect comma, found '/'
(442,31): run-time error CSS1046: Expect comma, found '0'
(442,35): run-time error CSS1046: Expect comma, found '/'
(442,59): run-time error CSS1046: Expect comma, found '0'
(442,63): run-time error CSS1046: Expect comma, found '/'
(461,38): run-time error CSS1046: Expect comma, found '60'
(461,44): run-time error CSS1046: Expect comma, found '/'
(471,30): run-time error CSS1046: Expect comma, found '0'
(471,34): run-time error CSS1046: Expect comma, found '/'
(471,58): run-time error CSS1046: Expect comma, found '0'
(471,62): run-time error CSS1046: Expect comma, found '/'
 */
.onlineActivities {
    background: #ffffff;
    margin: auto;
}

    .onlineActivities .tab-content {
        padding: 0 15px 20px;
    }

.online-activity-disable {
    cursor: not-allowed !important;
    opacity: 0.5;
    pointer-events: none;
}

.bannerImg {
    background: #041539;
    height: 182px;
    background: url(../images/OA_banner_1.jpg) no-repeat;
    width: 100%;
    background-position: left top;
}

.bannerOverlay {
    background: #041539;
    opacity: 0;
    width: calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    height: 182px;
    position: absolute;
    top: 0;
}

.carousel-caption {
    right: 5%;
    left: 0%;
    color: #333;
    position: absolute;
    top: 7px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    z-index: 10;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,0);
    max-width: 380px;
    padding-top: 15px;
}

.carousel-caption-agent {
    right: 5%;
    left: 0%;
    color: #333;
    position: absolute;
    top: 7px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    z-index: 10;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,0);
    max-width: 500px;
    padding-top: 15px;
}

.item {
    position: relative;
    overflow: hidden;
    background: #d7d7d7;
}

    .item > img {
        line-height: 1;
        display: block;
        width: 100%;
        height: 180px;
        object-fit: contain;
        object-position: right;
    }

.bannerBox .heading {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 22px;
    background: #0086b8;
    padding: 3px 20px;
    color: #fff;
    opacity: .8;
    margin-bottom: 10px;
}

    .bannerBox .heading span {
        font-size: 14px;
    }


.bannerBox a, .bannerBox a:hover {
    color: #fff042;
    margin-top: 5px;
    display: block;
}

.bannerBox i {
    margin-left: 5px;
}

.activitesBox {
    margin-top: 20px;
}

.QAimg {
    background: #041539;
    height: 200px;
    width: 100%;
    background-position: center !important;
    background-size: cover !important;
}

.HRAimg {
    background: url(../modules/onlineactivities/content/images/HRA_img.jpg) no-repeat;
}

.activitesOverlay {
    background: #000000;
    opacity: .3;
    width: calc(100% - 32px);
    width: -moz-calc(100% - 32px);
    width: -webkit-calc(100% - 32px);
    height: 200px;
    position: absolute;
    top: 0;
}

.activitesBox:hover .activitesOverlay {
    opacity: 0;
}

.activitestxt {
    padding: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #565757;
    line-height: 1.2;
}

    .activitestxt .heading {
        font-family: "Roboto-Medium", sans-serif;
        font-size: 18px;
        color: #333;
        margin-bottom: 5px;
    }

.activitesIcon {
    position: absolute;
    top: 7px;
    right: 23px;
    font-size: 22px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 9px;
    border-radius: 20px;
    cursor: pointer;
}

.activitestxt a, .HRAtxt {
    font-size: 14px;
    margin-top: 5px;
}

.link {
    display: block;
}


.activitestxt i, .HRAbox i, .HRAmain i {
    margin-left: 5px;
}

.HRAmain {
    padding: 8px 15px;
    background: #fffbd1;
    border: 1px solid #fff042;
}

    .HRAmain .heading {
        font-family: "Roboto-Medium", sans-serif;
        font-size: 18px;
        margin-bottom: 5px;
    }

.HRAbox {
    margin-bottom: 20px;
    padding: 5px 15px;
    background: #fff042;
    font-family: "Roboto-Medium", sans-serif;
    text-align: center;
    font-size: 16px;
}

.flex-row .thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 0;
    line-height: 1.2;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.downloadfile .fa-download {
    padding: 8px;
    cursor: pointer;
}

.QuestionIframe {
    width: 100% !important;
    overflow: hidden;
    border-radius: 0;
}

@media (max-width: 560px) {
    .onlineActivities .nav-tabs > li {
        width: 100%;
    }

    .onlineActivities .tab-content .col-xs-6 {
        width: 100%;
        padding: 0 8px;
    }

    .activitesOverlay {
        width: calc(100% - 18px);
    }

    .bannerBox .heading {
        font-size: 18px;
    }


    .activitesIcon {
        right: 17px;
    }

    .tab-content > .tab-pane .col-sm-12 {
        padding-right: 9px;
        padding-left: 9px;
    }
}


@media (max-width: 767px) {
    .modal-dialog {
        top: 7px;
    }

    .bannerOverlay {
        opacity: .7;
    }

    .carousel-inner {
        background: #041539;
    }

    .carousel-caption {
        top: 5px;
    }

    .carousel-caption-agent {
        top: 5px;
    }

    .item > img {
        height: 180px;
        max-width: none;
        width: auto;
        opacity: .3;
        -moz-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }

    .marginTop-xs-20 {
        margin-top: 20px;
    }
}

@media (min-width : 200px) and (max-width: 560px) {

    .carousel-caption {
        font-size: 13px;
        top: 0;
    }

    .carousel-caption-agent {
        font-size: 13px;
        top: 0;
    }
}



@media only screen and (min-width : 561px) {
    .flex-row.row {
        display: flex;
        flex-wrap: wrap;
    }

        .flex-row.row > [class*='col-'] {
            display: flex;
            flex-direction: column;
        }

        .flex-row.row:after,
        .flex-row.row:before {
            display: flex;
        }
}


#ChallengeFrame {
    width: 100% !important;
    height: 589px;
}

.modal .close {
    color: #ffffff;
    font-size: 24px;
    opacity: 1;
    position: absolute;
    background: #A92423 !important;
    padding: 0 7px 4px !important;
    border-radius: 8px;
    z-index: 9999 !important;
}

@media (min-width:768px) and (max-width:1147px) {
    .item > img {
        line-height: 1;
        display: block;
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: right;
    }



    .carousel-caption {
        right: 5%;
        left: 0%;
        color: #333;
        position: absolute;
        top: 7px;
        font-family: "Roboto",sans-serif;
        font-size: 15px;
        z-index: 10;
        text-align: left;
        text-shadow: 0 1px 2px rgb(0 0 0 / 0%);
        max-width: 500px;
        padding-top: 15px;
    }
}
.mood {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 3rem !important;
    justify-content: center !important;
    align-items: center !important;
}

.moodSection {
    cursor: pointer !important;
    /* display: inline-grid !important; */
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.moodSection img {
    width: 150px;
    height: 150px;
}

.HealthRiskAndWellbeingImg {
    background: #041539;
    height: 200px !important;
    width: 100% !important;
    background-position: center !important;
    background-size: cover !important;
}
.webinarCard {
    border: 1px solid #d1d1d1;
    border-radius: 15px;
    display:flex;
    justify-content: space-between;
    height:100%;
    flex-direction:column;
    background-color:white;
}
.webinarCard > button {
    width: min-content;
}
.videoLibraryTabuId {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wellnesswork-model {
    text-decoration: none !important;
    color: inherit !important;
}

.whitebox-shadow {
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    border-radius: 5px;
    z-index: 3;
    padding: 8px 15px;
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
}
.whitebox-shadow:hover {
    background-color: #fff;
    box-shadow: 0 0 4px rgb(0 0 0 / 14%), 0 4px 8px rgb(0 0 0 / 28%);
    border-color: rgba(223,225,229,0);
}

.bold-ft13 {
    font-family: "Roboto-Bold";
    font-size: 13px;
}

.webinarTabBox {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newsletterbox-shadow {
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    z-index: 3;
    padding: 8px 15px;
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
}

.newsletterbox-shadow:hover {
   background-color: #fff;
   box-shadow: 0 0 4px rgb(0 0 0 / 14%), 0 4px 8px rgb(0 0 0 / 28%);
   border-color: rgba(223,225,229,0);
}
