﻿@charset "utf-8";
/* CSS Document */

body {
    font-weight: bold;
}

img {
    max-width: 100%;
}

@media (max-width: 767px) {
    input, textarea {
        font-size: 16px;
    }

    input.form-control,
    textarea.form-control {
        font-size: 16px;
    }
}

.col-flip-c {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.flipbox-row {
    position: relative;
    height: 250px;
    margin: 0;
}

.flipbox-row.flexslider:hover .flex-direction-nav .flex-prev {
    left: -10px;
}

.flipbox-row.flexslider:hover .flex-direction-nav .flex-next {
    right: -10px;
}

.flipbox-row .flipbox {
    height: 250px;
}

@media (min-width: 1140px) {
    .col-flip-d {
        float: left;
        width: 14.28571428%;
    }

    .flipbox-row.flexslider .slides > li {
        display: inherit;
    }

    .flipbox-row {
        height: 300px;
    }

    .flipbox-row .flipbox {
        height: 300px;
    }
}

@media screen and (max-width: 860px) {
    .flipbox-row .flex-direction-nav .flex-prev {
        left: -10px;
    }

    .flipbox-row .flex-direction-nav .flex-next {
        right: -10px;
    }
}

.flex-item {
    position: relative;
}

.flex-ptex {
    position: absolute;
    top: 0;
    color: #fff;
    padding: 10px 20px;
    background: rgba(0,0,0,0.4);
}

.flex-ptex .title {
    background: #a0ce4e;
    padding: 5px 10px;
}

.flex-icon {
    position: absolute;
    padding-top: 30%;
    font-size: 60px;
    color: rgba(0,0,0,0.4);
    text-align: center;
    width: 100%;
    height: 100%;
}

#jmobmenu {
    position: absolute;
    right: 10px;
    top: 35px;
    width: 22px;
    height: 22px;
}

#jmobmenu span {
    display: block;
    background: #85c441;
    height: 3px;
    margin-top: 3px;
}

.mobMenu {
    display: none;
    border-top: 1px solid #CCCCCC;
}

.mobMenu ul {
    list-style-type: none;
    margin: 0;
}

.mobMenu ul li a {
    display: block;
    padding: 6px 30px;
    border-bottom: 1px solid #CCCCCC;
    text-decoration: none;
}

/*#jbanner .unoslider, #jbanner .unoslider_layers, 
#jbanner .unoslider_slider_area, #jbanner .unoslider_slider_area img{
    min-height:200px;
}*/

.play-video {
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-align: center;
    cursor: pointer;
    border: 1px solid;
}

.play-video img {
    width: 100%;
}

.play-video .fa {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 80px;
    color: #777;
}

/******************************** SKIN REWRITE ************************************************/
.input-text input {
    border: 1px solid #ccc;
    padding: 0 10px;
}

.gray-liner, .dash-liner {
    height: 13px;
    margin-bottom: 13px;
    border-bottom: solid 1px #e6e6e6;
}

.dash-liner {
    border-bottom: dashed 1px #e6e6e6;
}

/******************************** balance2life ************************************************/

.bg-bedtime {
    background: #a81895 !important;
}

.bg-active {
    background: #ff0084 !important;
}

.bg-life {
    background: #fcd700 !important;
}

.bg-awareness {
    background: #fc0328 !important;
}

.bg-nutrition {
    background: #47437d !important;
}

.bg-career {
    background: #ff6f00 !important;
}

.bg-emotional {
    background: #00add9 !important;
}

.bg-workplace {
    background: #8a7dbf !important;
}

a.color-normal {
    color: inherit;
}

.color-bedtime, a.color-bedtime {
    color: #a81895;
}

.color-active, a.color-active {
    color: #ff0084;
}

.color-life, a.color-life {
    color: #fcd700;
}

.color-awareness, a.color-awareness {
    color: #fc0328;
}

.color-nutrition, a.color-nutrition {
    color: #47437d;
}

.color-career, a.color-career {
    color: #ff6f00;
}

.color-emotional, a.color-emotional {
    color: #00add9;
}

.color-workplace, a.color-workplace {
    color: #8a7dbf;
}

ul.program-list li {
    font-size: 18px;
    margin-bottom: 20px;
}

h1, h2, h3, .h1, .h2, .h3 {
    color: #a0ce4e;
}

blockquote {
    border-left: 5px solid #a0ce4e;
}

blockquote, blockquote p {
    font-size: 15px;
    color: #a0ce4e;
    font-style: italic;
}

#social-links {
    text-align: right;
    padding-right: 60px;
}

#social-links a {
    display: inline-block;
    padding-left: 20px;
    font-weight: normal;
}

#social-links a,
#social-links a:hover,
#social-links a.selected,
#social-links a:focus {
    color: #a0ce4e;
}

#social-links em {
    font-size: 20px;
    padding-right: 5px;
    line-height: 27px;
}

#social-links span {
    line-height: 27px;
    vertical-align: top;
}

a.share-link {
    font-size: 25px;
    margin-left: 2px;
    margin-right: 8px;
    cursor: pointer;
}

.share-linkedin i {
    color: #0077b5;
}

.share-facebook i {
    color: #3b5998;
}

.share-twitter i {
    color: #55acee;
}

.div-error, .error-message, .message-update {
    padding: 10px;
    background: #fa3a3e;
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    margin: 10px 0;
    min-width: 250px;
}

.message-update {
    background: #cdf79d;
    color: #000000;
}

.required {
    color: #85c53d;
}

.green-bar-title {
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #85c441;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    padding: 0 15px;
    margin-bottom: 20px;
    position: relative;
}

/******************************** instafeed ************************************************/

#instafeed a img:hover {
    opacity: 0.7;
}

/******************************** quotefeed ************************************************/

#quoteslider.flexslider .slides img {
    max-width: 350px;
}

/******************************** bootstrap ************************************************/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    color: #85c53d;
}

/******************************** homepage banner ************************************************/

.home-banner {
    background-image: url(../images/homepage_banner_5.jpg?v=13);
    background-attachment: scroll;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    color: #fff;
    position: relative;
    min-height: 100vh;
}

.home-banner-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100vh;
}

.home-banner-top {
    margin-top: 5%;
    font-size: 36px;
    color: #282a2b;
    max-width: 550px;
    margin-left: 60%;
}

.home-banner-top .btn {
    color: #fff;
    background-color: #282a2b;
    border-color: #282a2b;
}

.home-banner-top .btn:hover {
    color: #fff;
    background-color: #6b6f72;
    border-color: #6b6f72;
}

@media (max-width: 767px) {
    .home-banner {
        background-image: url(../images/homepage_banner_6.jpg?v=5);
        background-position: center top;
    }

    .home-banner-top {
        font-size: 19px;
        width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
}

.home-banner-inner {
    display: flex;
    flex: auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

a.anchor-video {
    position: absolute;
    bottom: 115px;
    color: #85c442;
    cursor: pointer;
    opacity: 0.7;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

a.anchor-video:hover {
    opacity: 1;
}

.hp-box-row [class*="col-"] {
    padding-top: 40px;
}

.hp-box {
    border: 1px solid #ccc;
    border-radius: 7px;
    position: relative;
    height: 100%;
    padding: 40px 20px 20px 20px;
    text-align: center;
}

.hp-box-icon {
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 30px;
    color: #a0ce4e;
    background: #fff;
}

.hp-box-icon .fa-stack-1x {
    font-size: 50px;
}

.sub-banner img {
    width: 100%;
}

.sub-programs {
    margin-bottom: 2px;
}

.sub-program {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.sub-program img {
    width: 100%;
}

.sub-program .tint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
}

.sub-program:hover .tint {
    opacity: 1;
}

.sub-program .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
    display: none;
    text-align: center;
    width: 80%;
    z-index: 2;
}

.sub-program .content h3 {
    line-height: 35px;
    color: #fff;
}

.sub-program:hover .content {
    display: block;
}

.sub-program a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3;
}

.sub-program a:hover {
    cursor: pointer;
}

@media (max-width: 767px) {
    .sub-program .tint {
        opacity: 1;
    }

    .sub-program .content {
        display: block;
    }
}


@media (min-width: 768px) {
    .row.equal-height-sm {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .col-margin [class*="col-sm-"]:not(:first-child) {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .col-margin [class*="col-md-"]:not(:first-child) {
        margin-top: 10px;
    }
}

@media (max-width: 1199px) {
    .col-margin [class*="col-lg-"]:not(:first-child) {
        margin-top: 10px;
    }
}

.hp-jwtpanes li p,
.hp-jwbpanes li p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}

.m-top0 {
    margin-top: 0px;
}

.m-top20 {
    margin-top: 20px;
}

.m-bot10 {
    margin-bottom: 10px;
}

.img-avatar {
    max-height: 550px;
}

@media (min-width: 768px) {
    .sm-v-center {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 767px) {
    .mobile-no-margin {
        margin-left: -30px;
        margin-right: -30px;
    }
}

.ErrorMsg {
    color: #EC2124;
}

.bg-color-1 {
    color: #fff;
    background-color: #a0ce4e;
}

.company-reg-form {
    margin: 30px auto 0 auto;
    max-width: 900px;
    font-size: 16px;
    font-weight: normal;
}

.company-reg-form .sub-section {
    max-width: 350px;
    margin: auto;
}

.company-reg-form .text {
    font-weight: bold;
    text-align: justify;
    margin-bottom: 20px;
}

.company-banner img {
    width: 100%;
}

.hp-bottom-img {
    background-image: url(../images/hp_bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 200px;
    background-color: #f2f1f1;
}

#jlogomenu.bg-white {
    background-color: #ffffff;
}

.social-media {
    max-width: 1200px;
    margin: 0 auto;
}

.full-page {
    width: 93.75%;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
}

.full-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.j-survey-page {
    max-width: 1000px;
}

.full-width {
    width: 100%;
}

em {
    font-style: italic;
}

ul {
    list-style: square outside;
    margin-left: 18px;
    padding: 0;
}

