<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Minification failed. Returning unminified contents.
(119,49): run-time error CSS1062: Expected semicolon or closing curly-brace, found 'e'
 */

/*************************************/
body{
    background: transparent !important;
}

.wellness {
    color: #ffffff;
    width: 100%;
    background: rgba(0,179,255,1);
    background: -moz-linear-gradient(left, rgba(0,179,255,1) 0%, rgba(147,213,0,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,179,255,1)), color-stop(100%, rgba(147,213,0,1)));
    background: -webkit-linear-gradient(left, rgba(0,179,255,1) 0%, rgba(147,213,0,1) 100%);
    background: -o-linear-gradient(left, rgba(0,179,255,1) 0%, rgba(147,213,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,179,255,1) 0%, rgba(147,213,0,1) 100%);
    background: linear-gradient(to right, rgba(0,179,255,1) 0%, rgba(147,213,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b3ff', endColorstr='#93d500', GradientType=1 );
}

.container-carlton {
    max-width: 1054px;
    margin: 0 auto;
	padding: 70px 0 40px;
}


.carouselHome .container-carlton {
        padding: 0 15px 70px;
    }


.header{
	background: #ffffff;
	color: #333c42;
}

.boxhead {
    text-align: center;
}

.boxtable {
    width: 100%;
}

    .boxtable th {
        text-align: center;
        padding: 4px 4px 6px;
        font-weight: bold;
    }

    .boxtable td {
        text-align: center;
        padding: 0px 4px;
    }

.boxhead-tr {
    font-size: 24px;
}

@media (min-width: 768px) and (max-width: 1065px){
    .container-carlton {
	    padding: 70px 15px 40px;
    }
    .boxtable th {
        font-size: 12px;
    }
}


@media (max-width: 767px) {
    .container-carlton {
	    padding: 70px 15px;
    }
}

/*** Tabs Left
*************************************************************/

.tabs-wellness .col-xs-7, .tabs-wellness .col-sm-4 {
    padding-right: 0;
}

.tabs-wellness .col-xs-5, .tabs-wellness .col-sm-8 {
    padding-left: 0;
}

.tabs-left {
    border-bottom: 0 solid !important;
}

    .tabs-left &gt; li {
        float: none;
    }

        .tabs-left &gt; li.active &gt; a,
        .tabs-left &gt; li.active &gt; a:hover,
        .tabs-left &gt; li.active &gt; a:focus {
            border: 0 solid #ddd !important;
            background-color: transparent !important;
            color: #ffffff !important;
        }

        .tabs-left &gt; li &gt; a {
            border-radius: 4px 0 0 4px;
            margin-right: 0;
            display: block;
            color: #ffffff;
            height: 120px;
            padding: 15px 0 15px !important;
            text-decoration: none;
        }

            .tabs-left &gt; li &gt; a,
            .tabs-left &gt; li &gt; a:hover,
            .tabs-left &gt; li &gt; a:focus {
                border: 0 solid #ddd !important;
                background-color: transparent !important;
                color: #ffffff !important;
                text-decoration: none !importante;
            }

    .tabs-left &gt; .dbluetab.active:after {
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-left: 15px solid #06456a;
        border-bottom: 15px solid transparent;
        content: " ";
        position: absolute;
        top: 35%;
        right: -15px;
        z-index: 9;
    }

    .tabs-left &gt; .mauvetab.active:after {
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-left: 15px solid #9d2873;
        border-bottom: 15px solid transparent;
        content: " ";
        position: absolute;
        top: 35%;
        right: -15px;
        z-index: 10;
        opacity: 1;
    }

.tabs-wellness {
    margin-top: 15px;
}

    .tabs-wellness .col-xs-4, .tabs-wellness .col-sm-2 {
        padding-right: 0;
    }

    .tabs-wellness .col-xs-8, .tabs-wellness .col-sm-10 {
        padding-left: 0;
    }

.dbluetab {
    background: #06456a;
    color: #ffffff;
    text-align: center;
    border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    opacity: .6;
    -webkit-box-shadow: inset 0px 10px 10px -5px rgba(0,25,40,1);
    -moz-box-shadow: inset 0px 10px 10px -5px rgba(0,25,40,1);
    box-shadow: inset 0px 10px 10px -5px rgba(0,25,40,1);
    width: 100%;
}

.mauvetab {
    background: #9d2873;
    color: #ffffff;
    text-align: center;
    border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    opacity: .6;
    -webkit-box-shadow: inset 0px 10px 10px -5px rgba(60,5,40,1);
    -moz-box-shadow: inset 0px 10px 10px -5px rgba(60,5,40,1);
    box-shadow: inset 0px 10px 10px -5px rgba(60,5,40,1);
    width: 100%;
}

    .mauvetab:hover, .dbluetab:hover {
        opacity: 1;
    }

    .mauvetab.active, .dbluetab.active {
        opacity: 1;
        -webkit-box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,0);
        -moz-box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,0);
        box-shadow: inset 0px 10px 10px -5px rgba(0,0,0,0);
    }

@media (max-width: 767px) {
	
.tabs-wellness .col-sm-4{
	padding-right: 7px;
}
	
.tabs-wellness .col-sm-8{
	padding-left: 7px;
}

.tabs-left &gt; .dbluetab.active::after, .tabs-left &gt; .mauvetab.active::after {
		
	border-left: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #06456a;
	top: calc(100% - 1px);
	right: 45%;
}
	
.tabs-left &gt; .mauvetab.active::after {
	border-top: 15px solid #9d2873;
}
	
.dbluetab{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
	
.mauvetab{
	opacity: .4;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
	
	
}

.canvasjs-chart-credit {
    display: none;
}



.modal-body img {
    margin: auto;
}

#Activitytab canvas, #Stepstab canvas {
    width: 100% !important;
}

.container-wellness {
    /*max-width: 1054px;*/
    margin: 0 auto;
    padding: 70px 15px;
}

.info-txt-white {
    font-size: 13px;
    color: #ffffff;
}

.fa-refresh {
    cursor: pointer;
}

</pre></body></html>