/* Minification failed. Returning unminified contents.
(3,11): run-time error CSS1031: Expected selector, found '-'
(3,11): run-time error CSS1025: Expected comma or open brace, found '-'
(7,11): run-time error CSS1031: Expected selector, found '-'
(7,11): run-time error CSS1025: Expected comma or open brace, found '-'
(10,11): run-time error CSS1031: Expected selector, found '-'
(10,11): run-time error CSS1025: Expected comma or open brace, found '-'
(13,11): run-time error CSS1031: Expected selector, found '-'
(13,11): run-time error CSS1025: Expected comma or open brace, found '-'
(19,20): run-time error CSS1034: 
(38,20): run-time error CSS1034: 
(60,20): run-time error CSS1034: 
(80,20): run-time error CSS1034: 
 */
 
	
.carousel - showmanymoveone.carousel - control {
	width: 4 % ;
	background - image: none;
}
.carousel - showmanymoveone.carousel - control.left {
	margin - left: 15 px;
}
.carousel - showmanymoveone.carousel - control.right {
	margin - right: 15 px;
}
.carousel - showmanymoveone.cloneditem - 1,
.carousel - showmanymoveone.cloneditem - 2,
.carousel - showmanymoveone.cloneditem - 3 {
	display: none;
}

@media all and(min - width: 768 px) {
    .carousel - showmanymoveone.carousel - inner > .active.left,
        .carousel - showmanymoveone.carousel - inner > .prev {
            left: -50 % ;
        }
        .carousel - showmanymoveone.carousel - inner > .active.right,
        .carousel - showmanymoveone.carousel - inner > .next {
            left: 50 % ;
        }
        .carousel - showmanymoveone.carousel - inner > .left,
        .carousel - showmanymoveone.carousel - inner > .prev.right,
        .carousel - showmanymoveone.carousel - inner > .active {
            left: 0;
        }
        .carousel - showmanymoveone.carousel - inner.cloneditem - 1 {
            display: block;
        }
}

@media all and(min - width: 768 px) and(transform - 3 d), all and(min - width: 768 px) and(-webkit - transform - 3 d) {
    .carousel - showmanymoveone.carousel - inner > .item.active.right,
        .carousel - showmanymoveone.carousel - inner > .item.next {
            -webkit - transform: translate3d(50 % , 0, 0);
            transform: translate3d(50 % , 0, 0);
            left: 0;
        }
        .carousel - showmanymoveone.carousel - inner > .item.active.left,
        .carousel - showmanymoveone.carousel - inner > .item.prev {
            -webkit - transform: translate3d(-50 % , 0, 0);
            transform: translate3d(-50 % , 0, 0);
            left: 0;
        }
        .carousel - showmanymoveone.carousel - inner > .item.left,
        .carousel - showmanymoveone.carousel - inner > .item.prev.right,
        .carousel - showmanymoveone.carousel - inner > .item.active {
            -webkit - transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}

@media all and(min - width: 992 px) {
    .carousel - showmanymoveone.carousel - inner > .active.left,
        .carousel - showmanymoveone.carousel - inner > .prev {
            left: -25 % ;
        }
        .carousel - showmanymoveone.carousel - inner > .active.right,
        .carousel - showmanymoveone.carousel - inner > .next {
            left: 25 % ;
        }
        .carousel - showmanymoveone.carousel - inner > .left,
        .carousel - showmanymoveone.carousel - inner > .prev.right,
        .carousel - showmanymoveone.carousel - inner > .active {
            left: 0;
        }
        .carousel - showmanymoveone.carousel - inner.cloneditem - 2,
        .carousel - showmanymoveone.carousel - inner.cloneditem - 3 {
            display: block;
        }
}

@media all and(min - width: 992 px) and(transform - 3 d), all and(min - width: 992 px) and(-webkit - transform - 3 d) {
    .carousel - showmanymoveone.carousel - inner > .item.active.right,
        .carousel - showmanymoveone.carousel - inner > .item.next {
            -webkit - transform: translate3d(25 % , 0, 0);
            transform: translate3d(25 % , 0, 0);
            left: 0;
        }
        .carousel - showmanymoveone.carousel - inner > .item.active.left,
        .carousel - showmanymoveone.carousel - inner > .item.prev {
            -webkit - transform: translate3d(-25 % , 0, 0);
            transform: translate3d(-25 % , 0, 0);
            left: 0;
        }
        .carousel - showmanymoveone.carousel - inner > .item.left,
        .carousel - showmanymoveone.carousel - inner > .item.prev.right,
        .carousel - showmanymoveone.carousel - inner > .item.active {
            -webkit - transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}
body{
    background: transparent !important;
}

.challenges {
    /*background: #ebebeb;*/
}

.leaderboard {
    background: #ffffff;
}

.widget-img {
    /*padding-right: 20px;*/
}

    .widget-img img {
        float: right;
        margin-right:20px;
        display: none;
    }

.colLeft-90 {
    width: 90%;
    float: left;
    padding-left: 6%;
}

.colRight-10 {
    width: 9%;
    float: right;
}

.container-challenge {
    max-width: 1054px;
    margin: 0 auto;
    padding: 60px 0 70px;
}

.container-carlton {
    max-width: 1054px;
    margin: 0 auto;
	padding-bottom: 40px;
}

.container-game-carlton {
    max-width: 1054px;
    margin: 90px auto 0;
    padding: 0 0 15px;
}

.container-leaderboard {
    max-width: 1054px;
    margin: 0 auto;
    padding: 0 0 70px;
}

.award-img{
    margin-top: -35px;
    margin-right: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) and (max-width: 1065px){
    .container-game-carlton, .container-carlton {
        padding: 0 15px;
    }
    .container-challenge{
        padding: 60px 15px 70px;
    }

}

@media (max-width: 767px) {
    .container-carlton {
	    padding: 0 15px 50px;
    }
    .container-game-carlton {
	    padding: 50px 15px 15px;
    }
    .star-img{
    margin-top: -50px;
    }
}

@media (max-width: 430px) {
    .container-carlton {
	    padding: 0 15px 60px;
    }
}


/***************** Home Page Thumbnail Slider*********************/


.thumbnail {
    padding: 0 !important;
    margin-bottom: 0 !important;
    height:300px;
}

    .thumbnail:hover {
        border: 2px solid #595656;
    }

.item {
    margin-right: -7px;
    margin-left: -7px;
}

@media (min-width: 600px) and (max-width: 1000px){
    .item {
        margin-right: 0;
        margin-left: 0;
    }
}

.thumbnail h3 {
    font-size: 17px;
    color: #000000;
    text-align: center;
    border-bottom: 0 solid #c6c6c6;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 5px;
    line-height: 1.4;
}

  .thumbHead{
        text-align: center;
        border-bottom: 1px solid #c6c6c6;
        padding: 10px 5px;
        height: 60px;
        position: relative
    }
    
    .thumbHeadContent{
        position: relative;
        float: left;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    @media (max-width: 767px){
        .thumbnail h3{
            font-size: 15px;
        }
    }

.mauveThumb .caption {
    border-top: 4px solid #8a51b9;
}

.lblueThumb .caption {
    border-top: 4px solid #0084b7;
}

.dblueThumb .caption {
    border-top: 4px solid #06456a;
}

.yellowThumb .caption {
    border-top: 4px solid #1cbbb4;
}

.mauveThumb .head {
    color: #8a51b9;
}

.lblueThumb .head {
    color: #0084b7;
}

.dblueThumb .head {
    color: #06456a;
}

.yellowThumb .head {
    color: #1cbbb4;
}

.caption ul {
    text-align: center;
    padding-left: 0;
    list-style: none;
}

    .caption ul a, .underline {
        color: #06456a;
        text-decoration: underline;
        cursor: pointer;
    }

        .caption ul a:hover, .underline:hover {
            text-decoration: none;
        }

    .caption ul .btn {
        margin-top: 10px !important;
    }


/* carousel
**********************************************/
.carousel-control.right, .carousel-control.left {
    width: 5%;
}

.carouselBadges h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
}

.carousel-activity .notConnect-thumb {
    background: #0084b7;
}

.carousel-steps .notConnect-thumb {
    background: #9d2873;
}

.carousel-sleep .notConnect-thumb {
    background: #e59325;
}

.notConnect-thumb h3, .notConnect-thumb .caption {
    color: #ffffff !important;
}


@media (max-width: 480px) {
    .item .col-xs-6 {
        width: 100%;
    }

    .carousel-control.right, .carousel-control.left {
        width: 10%;
    }
}



    

.lblueThumb .head {
    color: #0084b7;
}


.end-height {
    height: 21px;
}

.thumbnail-img-width {
    width: 100%;
}


.thumbMain:hover .thumbOverlayMain {
    opacity: 1;
}

.thumbMain {
    position: relative;
}

.thumbOverlayMain {
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.thumbOverlay {
    opacity: .8;
    height: 100%;
    width: 100%;
    background: #000000;
    transition: .5s ease;
}

.thumbContent {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

    .thumbContent .btn-default {
        color: #ffffff !important;
        background-color: transparent !important;
        border-color: #ffffff !important;
        border: 2px solid #ffffff !important;
        padding: 4px 12px !important;
        margin-top: 10px !important;
    }

        .thumbContent .btn-default:hover:not([disabled]), .thumbContent .btn-default:focus:not([disabled]), .thumbContent .btn-default:active:not([disabled]),
        .thumbContent .btn-default:hover, .thumbContent .btn-default:focus, .thumbContent .btn-default:active {
            color: #000000 !important;
            background: #ffffff !important;
            border-color: #ffffff !important;
        }

    .thumbContent a {
        color: #ffffff !important;
        display: block !important;
    }

.fa-info-circle {
    color: #fff!important;
    font-size: 24px!important;
}
/*** Leader Board Result Styles
*********************************************/
.lbResultTable{
	margin-top: 20px;
}
.lbResultTable td:first-child {
	width: 60px;
}
.lbResultTable ul{
	margin-bottom: 0px;
}

.lbResultTable .fa {
    width: 30px;
    height: 30px;
    font-size: 16px;
    border-radius: 35px;
    padding-top: 7px;
    padding-left: 6px;
    margin-left: 10px;
}

.lbResultTable .fa-check {
    border: 1px solid #00938c;
    color: #00938c;
	padding-top: 7px;
	padding-left: 6px;
}


.lbResultTable .fa-check.dblue {
    border: 1px solid #06456a;
    color: #06456a;
	padding-top: 7px;
	padding-left: 6px;
}

.lbResultTable .fa-minus {
    border: 1px solid #e59325;
    color: #e59325;
	padding-top: 8px;
	padding-left: 8px;
}

.lbResultTable .fa-times {
    border: 1px solid #e74747;
    color: #e74747;
	padding-left: 8px;
}

.fa-angle-double-left{
	margin-right: 5px;
}

.fa-plus{
	color: #52b100;
	margin-right: 5px;
}

.challenge-info {
    display: block;
}


#FriendsFrame {
    width: 100% !important;
    overflow-y: scroll;
    height: 450px;
}


#TriviaWellnessSec .head3 {
        font-size: 18px;
        margin-right: 10px;
    }

 .owl-carousel .owl-stage-outer {
    border-left: 1px solid #dddddd !important;
    border-right: 1px solid #dddddd !important;
}

.owl-theme .owl-nav [class*="owl-"]{
    border-radius: 30px !important;
}

/***Wellness challenge******/

#owl-carousel .owl-nav .owl-prev, 
#owl-carousel .owl-nav .owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 45%;
    text-align: center;
    line-height: 39px;
    opacity: 1;
    width: 40px;
    height: 40px;
    background: #6f6f6f;
    border: 2px solid #6f6f6f;
    cursor: pointer;
}
#owl-carousel .owl-nav .owl-prev{
    left: -2.4%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
#owl-carousel .owl-nav .owl-next {
    right: -2.4%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
#owl-carousel:hover .owl-nav .owl-next{
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
#owl-carousel:hover .owl-nav .owl-prev{
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
#owl-carousel:hover .owl-nav .owl-next:hover,
#owl-carousel:hover .owl-nav .owl-prev:hover{
    color:#fff;
    background: #ff6b00;
    border: 2px solid #ff6b00;
}

.owl-theme .owl-nav .disabled{
  border: 1px solid #cccccc !important;
  background-color: #cccccc !important;
  color: #a7a7a7 !important;
  cursor: not-allowed !important;
}


@media (max-width: 360px){
    #owl-carousel .owl-nav .owl-next{
        right: -9%;
    }

    #owl-carousel .owl-nav .owl-prev{
        left: -9%;
    }
}

@media (min-width: 361px) and (max-width: 480px){
    #owl-carousel .owl-nav .owl-next{
        right: -6.5%;
    }

    #owl-carousel .owl-nav .owl-prev{
        left: -6.5%;
    }
}


@media (min-width: 481px) and (max-width: 599px){
    #owl-carousel .owl-nav .owl-next{
        right: -5%;
    }

    #owl-carousel .owl-nav .owl-prev{
        left: -5%;
    }
}

@media (min-width: 600px) and (max-width: 992px){
    .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
        display: block !important;
    }
    #owl-carousel .owl-nav .owl-next{
        right: 0;
    }

    #owl-carousel .owl-nav .owl-prev{
        left: 0;
    }
}


@media (max-width: 767px){
    .owl-carousel{
        width: 90% !important;
        margin: auto;
    }
}

/***Trivia challenge******/

#owl-carousel1 .owl-nav .owl-prev,
#owl-carousel1 .owl-nav .owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 45%;
    text-align: center;
    line-height: 39px;
    opacity: 1;
    width: 40px;
    height: 40px;
    background: #6f6f6f;
    border: 2px solid #6f6f6f;
    cursor: pointer;
}

#owl-carousel1 .owl-nav .owl-prev {
    left: -2.4%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

#owl-carousel1 .owl-nav .owl-next {
    right: -2.4%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

#owl-carousel1:hover .owl-nav .owl-next {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

#owl-carousel1:hover .owl-nav .owl-prev {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

    #owl-carousel1:hover .owl-nav .owl-next:hover,
    #owl-carousel1:hover .owl-nav .owl-prev:hover {
        color: #fff;
        background: #ff6b00;
        border: 2px solid #ff6b00;
    }


@media (max-width: 360px) {
    #owl-carousel1 .owl-nav .owl-next {
        right: -9%;
    }

    #owl-carousel1 .owl-nav .owl-prev {
        left: -9%;
    }
}

@media (min-width: 361px) and (max-width: 480px) {
    #owl-carousel1 .owl-nav .owl-next {
        right: -6.5%;
    }

    #owl-carousel1 .owl-nav .owl-prev {
        left: -6.5%;
    }
}


@media (min-width: 481px) and (max-width: 599px) {
    #owl-carousel1 .owl-nav .owl-next {
        right: -5%;
    }

    #owl-carousel1 .owl-nav .owl-prev {
        left: -5%;
    }
}

@media (min-width: 600px) and (max-width: 992px) {
    #owl-carousel1 .owl-nav .owl-next {
        right: 0;
    }

    #owl-carousel1 .owl-nav .owl-prev {
        left: 0;
    }
}


.QuestionIframe {
    width: 100% !important;
    overflow: hidden;
    border-radius: 0;
}

.disabled-pointer {
    pointer-events: none;
    opacity: 0.65;
}

.disabled-cursor {
    cursor: not-allowed;
    aria-disabled:true;
}

.help-block {
    color: #a94442!important;
}

.fa-info-circle  {
    cursor: pointer;
}

.custom-model-header {
    border: 0!important;
    padding: 5px!important;
}

.custom-model-footer {
    padding: 7px!important;
}

.custom-model-btn {
    margin-top: 0px!important;
}

/*******GAME CSS START************/

.progress {
    margin-bottom: 0 !important;
}
.ellipsis-300 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 300px;
}

@media  (max-width: 410px){
    .ellipsis-300 {
        max-width: 100px;
    }
}

table {
    width: 100%;
}
/* Datatable Overwrite*/

.challenges table.dataTable, .challenges table.dataTable.no-footer {
    margin: 0 0 6px !important;
    border-top: 0 solid #DDDDDD;
    border-bottom: 0 solid #DDDDDD;
}

.challenges .dataTables_wrapper {
    padding: 0;
}

.challenges .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
}



/***********/


.action .fa {
    width: 30px;
    height: 30px;
    font-size: 18px;
    border-radius: 25px;
    padding-top: 7px;
    padding-right: 7px;
    margin-left: 6px;
    cursor: pointer;
}

.action .fa-chevron-right {
    border: 1px solid #333c42;
    color: #333c42;
    font-size: 16px;
}

.action .fa-check {
    border: 1px solid #52b100;
    color: #52b100;
    font-size: 17px;
    padding-top: 6px;
    padding-right: 6px;
}

.action .fa-close {
    border: 1px solid #e64746;
    color: #e64746;
    font-size: 18px;
    padding-top: 5px;
    padding-right: 7px;
}

.action .fa-ban {
    border: 1px solid #9d2873;
    color: #9d2873;
    font-size: 18px;
    padding-top: 6px;
    padding-right: 6px;
}

.whitebox {
    background: #ffffff;
    height: 100%;
}

.whitebox .table-responsive{
    border: 0 solid #000 !important;
}

    .whitebox .tophead {
        font-size: 18px;
        padding: 8px 15px;
        color: #252525;
        border-bottom: 1px solid #d7d7d7;
    }

    .whitebox thead tr, table.dataTable thead th {
        border-bottom: 1px solid #000000 !important;
    }


    .whitebox thead th {
        padding: 5px 5px 5px 0;
    }

    .whitebox td {
        border-bottom: 1px solid #c6c6c6;
        padding: 5px 5px 5px 0 !important;
        color: #707070;
        vertical-align: middle;
    }

    .whitebox tr.seagreen td {
        color: #52b100;
        font-weight: 600;
    }

    .whitebox td .head {
        color: #000000;
        font-weight: 600;
    }

    .whitebox label {
        font-size: 16px;
        color: #898989;
    }

    .whitebox select {
        border: 0;
        border-bottom: 1px solid #c6c6c6;
        padding: 2px;
        margin-left: 5px;
        font-size: 16px;
        color: #898989;
    }

.leaderboard .whitebox {
    border: 1px solid #cccccc;
    min-height:420px;
}
@media (max-width: 991px){
    .leaderboard .whitebox {
        min-height:100%;
    }
}

.leaderboard .head3 {
    font-size: 18px;
    margin-right: 10px;
}

.leaderBoardTable tr a {
    color: #333333;
}

.leaderBoardTable tr.seagreen a {
    color: #52b100;
}
/*** Two Head Table
**********************************************/

.twoHeadTable table{
	width: 100%;
	padding: 6px 15px;
	background: #ececec;
}
.twoHeadTable th{
	padding: 12px 15px;
	background: #555555;
	color: #ffffff;
	font-family: "Roboto-Bold", sans-serif;
}

.twoHeadTable td{
	padding: 6px 15px;
}

.twoHeadTableHead{
	padding: 6px 15px;
	background: #07456b;
	color: #ffffff;
	font-size: 18px;
	font-family: "Roboto-Medium", sans-serif;
}

/***************************************************/

/*bootstrap override*/

.row.row-eqheight-md {
    margin-right: -7px;
    margin-left: -7px;
}

.col-md-7, .col-md-5 {
    padding-right: 7px;
    padding-left: 7px;
}

.modal .close {
    color: #ffffff;
    font-size: 24px;
    opacity: 1;
    position: absolute;
    right: -12px;
    top: -12px;
    background: #e74846 !important;
    padding: 0 7px 4px !important;
    border-radius: 8px;
}


.modal-subtitle{
	font-size: 18px;
	color: #0086b8;
	margin: 5px 0 0;
}


@media (min-width: 768px) and (max-width: 832px) {
	#ChallengePopup .modal-lg {
	  width: calc(100% -30px) !important;
      max-width: calc(700px -30px) !important;
	}
}

/********************/

/*******GAME CSS END*************/

.marginTop-50{
    margin-top:50px;
}

.text-center-mob-left{
    text-align: center;
}


@media  (max-width: 767px){
    .pad-leftRight-mob-21 {
       padding-right: 21px !important;
        padding-left: 21px !important;
    }

    .text-center-mob-left{
        text-align: left;
    }
}

.spinner-leaderboard {
    position: absolute;
    left: 42%;
    top: 42%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(51,51,51,.15);
    border-right: 6px solid rgba(51,51,51,.15);
    border-bottom: 6px solid rgba(51,51,51,.15);
    border-top: 6px solid rgba(51,51,51,.8);
    border-radius: 100%;
    z-index: 10000;
}
