body{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; /* Default: auto */
}

/*Alert note*/
.alert-note {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    width: 100%;
    padding: 30px 50px 0 30px;
    margin-bottom: 0;
	border: none;
}
.alert-note p{
    font-family: 'nunitoregular',Arial;
    font-size: 16px;
    font-weight: 500;
    color: #3a454a;
}
.alert-note img{
    position: absolute;
	top: 30px;
	right: 30px;
    cursor: pointer;
}

.stress-title p {
    font-size: 1rem;
    font-family: 'nunitosemibold', Arial;
    color: #d9b32f;
    font-weight: 500;
}

.mood-main-container {
    display: flex;
}

.choose-i-feel-content {
    padding-right: 0;
}
.choose-i-feel-sec {
    background-color: #FFF;
    border-top: 3px solid #d5d6d5;
}

.choose-i-feel-sec .feel-container {
    border-bottom: 3px solid #d5d6d5;
    overflow: hidden;
}

.choose-i-feel-sec .i-feel-text {
    padding: 1.875rem 1.875em 0 2rem;
    border-right: 3px solid #d5d6d5;
    display: inline-block;
    width: 33%;
}

@media screen and (max-width: 767px) { /* Phone and Tablet */

	.choose-i-feel-sec .i-feel-text {
		width: 47%;
	}
	
}


.choose-i-feel-sec .i-feel-text p {
    font-size: 1rem;
    font-family: 'nunitobold', Arial;
}

.choose-i-feel-sec .feel-type {
    position: relative;
    padding: 0;
    width: 62%;
    display: inline-block;
}

@media screen and (max-width: 767px) { /* Phone and Tablet */

	.choose-i-feel-sec .feel-type {
    		width: 51%;
	}
	
}

.choose-i-feel-sec .feel-type select {
    cursor: pointer;
    width: 100%;
    background-color: transparent;
    border: 0 none;
    padding: 1.875em 1.875em 1.6875em 5em;
    font-family: 'nunitobold', Arial;
    color: #3a454a;
    background-image: url(../images/stressed-man.png);
    background-repeat: no-repeat;
    background-position: 1.875rem 1rem;
    font-size: 1rem;
}
.choose-i-feel-sec .single-text {
    font-size: 1rem;
    font-family: 'nunitobold', Arial;
    margin-top: 2rem;
}
.choose-i-feel-sec .feel-type .fa-angle-down {
    pointer-events: none;
    position: absolute;
    top: 1rem;
    bottom: 0;
    margin: auto;
    right: 2rem;
    z-index: 4;
    font-size: 1rem;
    color: #97989A;
}

.feel-container {
    padding-left: 0;
}

.feel-content {
    background-color: #3a454a;
	padding: 1.875rem;
    height: 100%;
    border-top: 3px solid #d5d6d5;
}
.feel-content .stress-heading {
    width: 85%;
    float: left;
}
.feel-content .stress-level {
    width: 5%;
    float: left;
}
.feel-content .stress-heading p,
.feel-content .stress-level p {
    font-size: 1rem;
    color: #ffffff;
    font-family: 'nunitobold', Arial;
    font-weight: 600;
}

.feel-content .stress-content {
    padding-top: 2rem;
}

.feel-content .stress-content p {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 500;
    font-family: 'nunitosemibold', Arial;
}

.questions .panel-group .panel {
    margin-top: 0;
    border: none;
    border-radius: 0;
}
.question-panel-heading {
    padding: 0;
}
.question-panel-heading .panel-heading-container {
    border: 1px solid #DEE0DF;
    padding: 0;
    overflow: hidden;
    display: table;
    width: 100%;
}
.question-panel-heading .panel-title {
    font-size: 1rem;
    font-family: 'nunitosemibold', Arial;
    color: #878787;
    font-weight: 500;
}
.question-panel-heading .text {
    padding: 1.5rem;
    display: table-cell;
    float: none;
}
.question-panel-heading .arrow {
    padding: 1rem;
    display: table-cell;
    float: none;
}
.question-panel-heading .arrow .fa-angle-right {
    font-size: 1rem;
    color: #CDCDCD;
}
.question-ico-container {
    background-color: #D9B22F;
    padding: 1.7rem 1.5rem;
    display: table-cell;
    vertical-align: middle;
    float: none;
}
@media screen and (max-width: 767px) {
    .mood-main-container {
        display: block;
    }
    .choose-i-feel-content {
        padding-right: 1.8rem;
    }
    .feel-container {
        padding-left: 0;
    }
    .choose-i-feel-sec .i-feel-text {
        
    }
}


.stress-tip-content {
    padding: 2rem 4rem;
}
.stress-tip-title .btn {
    background-color: #4E4E74;
    color: #ffffff;
    font-family: 'nunitobold', Arial;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0;
    margin-left: 2rem;
    padding: 0.5rem 1rem;
    margin-bottom: 1.05rem;
    text-transform: uppercase;
}
.stress-tip-title p {
    font-size: 1rem;
    font-family: 'nunitosemibold', Arial;
    color: #4E4E74;
    font-weight: 500;
    display: inline-block;
}
.stress-tip-title a {
    font-family: 'nunitosemibold', Arial;
    font-size: 1rem;
    color: #4E4E74;
    font-weight: 500;
    display: inline-block;
}
.stress-container:nth-child(odd){
    margin-top: 1rem;
    color: #215eaa;
}
.stress-container:nth-child(even){
    margin-top: 1rem;
    color: #574DA3;
}
.stress-container:nth-child(odd) .stress-container-section{
    padding: 2rem;
    border: 0.6rem solid #D2DFEF;
    border-radius: 10px;
}
.stress-container:nth-child(even) .stress-container-section{
    padding: 2rem;
    border: 0.6rem solid #DDDBE9;
    border-radius: 10px;
}
.stress-container-section .detail-text p{    
    font-size: 1rem;
    font-family: 'nunitobold', Arial;
    font-weight: 900;
}
.stress-container-section-video{
    padding: 2rem;
}


/*
.page-content {
    background-color: #4E4E74;
    overflow: hidden;
    padding-bottom: 2rem;
    border: 1px solid #4E4E74;
}
*/
.page-content .form{
    width: 100%;
    background-color: #ffffff;    
    position: relative;
    padding-bottom: 60px;
}
.page-content .form form .form-body{
    padding: 2.5rem 1.5rem 3rem 1.5rem;     
    width: 100%;
}
.page-content .form form .form-body textarea{
    border-radius: 0;
    border:none;
    border-bottom: 1px solid #4E4E74;
    width: 100%;
    min-height: 20rem;
    font-size: 1rem;
    font-family: 'nunitoregular',Arial;
    font-weight: 400;
    color: rgba(135, 135, 135, 0.7);    
}
.page-content .form form .submit-btn .left-char p{
    left: 1.5rem;
    font-family: 'nunitoregular',Arial;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(135, 135, 135, 0.7);
    position: absolute;
    bottom:2.5rem;
}
.page-content .form form .submit-btn input[type=submit]{
    min-width: 9.4rem;    
    background-color: #4E4E74;
    font-family: 'nunitobold',Arial;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    border:none;
    position: absolute;
    border-radius: none;
    bottom: 2.5rem;        
    right: 1.5rem;
    padding: 1.2rem 1.6rem 1.3rem 1.8rem;
    box-shadow: none;
}

.page-content .text-content p{
    font-family: 'nunitobold',Arial;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin-top: 2.3rem;
    text-align: center;
}


.coping-card-content {
    padding: 2rem 4rem;
}
.coping-card-title p {
    font-size: 1rem;
    font-family: 'nunitosemibold', Arial;
    color: #484393;
    font-weight: 500;
    display: inline-block;
}
.coping-card-title a {
    font-family: 'nunitosemibold', Arial;
    font-size: 1rem;
    color: #4E4E74;
    font-weight: 500;
    display: inline-block;
}


.coping-card-content .panel:nth-child(odd) .copingcards-title{
    margin-top: 1rem;
    color: #215eaa;
    font-size: 1rem;
    font-family: 'nunitobold', Arial;
    font-weight: 900;
}
.coping-card-content .panel:nth-child(even) .copingcards-title{
    margin-top: 1rem;
    color: #574DA3;
    font-size: 1rem;
    font-family: 'nunitobold', Arial;
    font-weight: 900;
}
.coping-card-content .panel:nth-child(odd){
    border: 0.6rem solid #D2DFEF;
    border-radius: 10px;
}
.coping-card-content .panel:nth-child(even){
    border: 0.6rem solid #DDDBE9;
    border-radius: 10px;
}
.coping-card-content .panel .panel-heading{
    background:none;
}
.coping-card-content .panel .panel-heading a{
    text-decoration: none;
}
.coping-card-content .panel .panel-body{
    border-top:0px none !important;
    font-size: 1rem;
    color: #878787;
    font-family: 'nunitoregular',Arial;
    font-weight: normal;
}
/*mood meter*/
.mood-meter-box{
    height: 142px;
}
.mood-meter-box .border-box{
    position: relative;
    width:200px;
    height: 200px;
    border-radius: 360px;
    background-color: #3D4653;
    margin: 0 auto;
    display: table;
}
.mood-meter-box .md-outer-box{
    position: relative;
    /*border:18px solid #3D4653;*/
    background-color: #fff;
    background: black;
    border-radius: 360px;
    display: table;
    width:162px;
    height: 162px;
    margin: 0 auto;
    background: -webkit-linear-gradient(left, #ADD143 ,#DAB830, #CF2827); 
    background: -o-linear-gradient(right, #ADD143,#DAB830, #CF2827); 
    background: -moz-linear-gradient(right, #ADD143,#DAB830, #CF2827);
    background: linear-gradient(to right, #ADD143 ,#DAB830,#CF2827);
}
.mood-meter-box .md-outer-box .table-cell,.mood-meter-box .border-box .table-cell{
    display: table-cell;
    vertical-align: middle;
}
.mood-meter-box .md-outer-box .table-cell .md-inner-box{
    background-color: #fff;
    border-radius: 360px;
    width:84px;
    height: 84px;
    margin: 0 auto;
}
.mood-meter-box .md-outer-box .circle-link{
    height: 34px;
    width: 34px;
    border:2px solid #ADB0B0;
    border-radius: 360px;
    color: #ADB0B0;
    font-weight: bold;
    font-size: 16px;
    background-color: #fff;    
    position: absolute;
    cursor: pointer;
	padding-top: 3px;
}
.mood-meter-box .md-outer-box .current{
    border:2px solid #fff;
    background-color: #3a454a;  
    color: #fff;
}
.mood-meter-box .md-outer-box .one{
    left:-28px;
    bottom:62px;
}
.mood-meter-box .md-outer-box .two{
    left:-5px;
    top:3px;
}
.mood-meter-box .md-outer-box .three{
    left: 63px;
    top: -28px;
}
.mood-meter-box .md-outer-box .four{
    right: -5px;
    top: 3px;
}
.mood-meter-box .md-outer-box .five{
    right:-28px;
    bottom:62px;
}
.mood-meter-box .md-outer-box #arrow{
    position: absolute;
    top: 15px;
    left: 39%;
    transform:rotate(-90deg);
    
    transform-origin:center 67px;
    -webkit-transform-origin:center 67px;
    -moz-transform-origin:center 67px;
    -o-transform-origin:center 67px;
    -ms-transform-origin:center 67px;    
    
    transition:all 1s ease;
    -moz-transition:all 1s ease;
    -webkit-transition:all 1s ease;
    -o-transition:all 1s ease;
    -ms-transition:all 1s ease;
}