.center{text-align: center;}

body{
    margin: 0;
    font-family: 'SunwaySans_beta', sans-serif; font-weight: 500;
    min-height: 100vh;
}
#wrapper{
    background-color: #e4fafa;
    /*min-height: calc(100vh - 42px);*/
    font-family: 'SunwaySans_beta', sans-serif; font-weight: 500;
    position: relative;
    min-height: calc(100vh - 41px);
}
header{
    background-color: #e4fafa;
}
#copyrights{
    background-color: #4ba7a6;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 14px;
    font-family: 'SunwaySans_beta', sans-serif; font-weight: 500;
    
}
#copyrights p{margin-bottom: 0;}
#logo{
    text-align: center;
    padding: 15px 0 0;
}
#logo img{max-height: 76px;}

.navigation-bar{
    background-color: #e4fafa;
    padding-top: 50px;
}

form {
    background: rgb(255, 255, 255);
    display: flex;
    overflow: hidden;
    border-radius: 5px;
    /*box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);*/
}
.form-page {
    flex: 1 0 100%;
    display: flex;
    flex-flow: column nowrap;
    transition: transform 0.3s;
    padding-top: 80px;
    min-height: 70vh;
}
form input {
    margin-top: 14px;
    border: 1px solid rgb(145, 145, 145);
    border-radius: 3px;
    padding: 7px 8px;
}

/* STEP PROCESS */
.checkout {
    display: flex;
    padding-left: 0;
    padding-top: 2em;
    font-family: 'SunwaySans_beta', sans-serif; font-weight: 500;
    text-align: center;
    list-style: none;
}
.checkout .step {
    flex: 1 1 100%;
    height: 20px;
    position: relative;
    cursor: pointer;
}

.checkout .step:before,
.checkout .step:after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-1px);
    border-bottom: 1px solid #b2d3d3;
    z-index: 0;
}
.checkout .step.active:before {
    border-bottom: 3px solid #5ac9cd;
}
.checkout .step.active:has( + .step.active):after{
    border-bottom: 3px solid #5ac9cd;
}
.checkout .step:before {
    left: 0;
    right: 50%;
}
.checkout .step:after {
    left: 50%;
    right: 0;
}
.checkout .step:first-child:before {
    left: 50%;
}
.checkout .step:last-child:after {
    right: 50%;
}

.checkout .step-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #656565;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.checkout .step.active .step-icon:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #5ac9cd;
    border-radius: 50%;
}
.checkout .step.completed:after,
.checkout .step.completed + li:before {
    border-color: #5ac9cd;
}
.checkout .step.completed .step-icon {
    background: #5ac9cd;
    border-color: #5ac9cd;
}
.checkout .step-label {
    position: absolute;
    top: -1.5em;
    left: 50%;
    transform: translateX(-50%);
    color: #555;
    
    text-transform: uppercase;
    white-space: nowrap;
    /*visibility: hidden;*/
}
.checkout .step.active .step-label {
    color: #4ba7a6;
    visibility: visible;
}
.checkout .step:not(.active) .step-label {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
    .checkout .step-label {
        visibility: visible;
    }
}

.mt-40{margin-top: 40px;}
.redbutton {
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    background: #78c7cb;
    border-radius: 0px;
    font-size: 16px;
    border: none;
    
    font-family: 'SunwaySans_beta', sans-serif; font-weight: 500;
    cursor: pointer;
}
.redbutton:hover {
    background: #66c0bf;
}
.redbutton:focus {
    outline: none;
}
.redbutton.prev{margin-right: 15px;}
.button_box{
    display: flex;
}
.text_link{
    text-decoration: none;
    color: #5ac9cd;
    border-bottom: 1.5px solid #5ac9cd;
}
.text_link:hover{
    text-decoration: none;
    color: #66c0bf;
    border-color: #66c0bf;
}
.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.alignitemscenter{align-items: center;}
.equalHeight{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.equalHeight:before,
.equalHeight:after{
    display: none;
}
h2{
    font-size: 30px;
    font-family: 'SunwaySans_beta', sans-serif; font-weight: 700;
}

.form-page{
    /*min-height: 63vh;*/
    height: 100%;
    min-height: calc(100vh - 220px);
}
.form-page.step-1{
    background-color: #e4fafa;
    background-image: url('../images/coe/vnc/strokecentre/element.webp');
    background-size: auto 100%;
    background-position: 140% bottom;
    background-repeat: no-repeat;
    justify-content: center;
    display: block;
}
.form-page.step-1.current{transform: none !important;}
.form-page.step-1 > .container{
    padding-bottom: 80px;
}
.form-page.step-1 h2 span{
    font-size: 40px;
}
.form-page.step-1 h2 span span{
    color: #4ba7a6;
}
.form-page.step-2{
    background-color: #e4fafa;
    background-image: url('../images/coe/vnc/strokecentre/element-1.webp');
    background-size: 55% auto;
    background-position: bottom right;
    background-repeat: no-repeat;
    justify-content: center;
    padding-bottom: 40px;
}
.form-page.step-2 label:has( input[type=radio]){
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.form-page.step-2 input[type=radio] {
    border: 1px solid #bbbbbb;
    padding: 0.5em;
    -webkit-appearance: none;
    border-radius: 5px;
    background-color: white;
    margin-top: 0;
    margin-right: 10px;
}

.form-page.step-2 input[type=radio]:checked {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cG9seWxpbmUgcG9pbnRzPSIyMCA2IDkgMTcgNCAxMiI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat center center;
    background-size: 11px 15px;
    background-color: #4ba7a6;
    border-color: #4ba7a6;
}

.form-page.step-2 input[type=radio]:focus {
    outline-color: transparent;
}

.form-page.step-3{
    background: rgb(228,250,250);
    background: linear-gradient(180deg, rgba(228,250,250,1) 0%, rgba(228,250,250,1) 10%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 100%);
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.form-page.step-3 .formbox{
    padding: 30px;
    background-color: white;
    margin-top: 30px;
}
.form-page.step-3 .formbox label{
    font-family: 'SunwaySans_beta', sans-serif; font-weight: 700;
    margin-bottom: 0;
}
.form-page.step-3 .formbox label.mb-10{margin-bottom: 10px;}
.form-page.step-3 .formbox input{
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #cecece;
    padding: 15px 0;
    margin-top: 0;
}
.form-page.step-3 .formbox input[type=text]::placeholder{
    opacity: 0.4;
}
.form-page.step-3 label:has( input.radiocheckmark){
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-family: 'SunwaySans_beta', sans-serif; font-weight: 500;
}
.form-page.step-3 input.radiocheckmark {
    border: 1px solid #bbbbbb;
    padding: 0.5em;
    -webkit-appearance: none;
    border-radius: 5px;
    background-color: white;
    margin-top: 0;
    margin-right: 10px;
}

.form-page.step-3 input.radiocheckmark:checked {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cG9seWxpbmUgcG9pbnRzPSIyMCA2IDkgMTcgNCAxMiI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat center center;
    background-size: 11px 15px;
    background-color: #4ba7a6;
    border-color: #4ba7a6;
}

.form-page.step-3 input.radiocheckmark:focus {
    outline-color: transparent;
}
.form-page.step-3 .formbox .socialmediainfo_box{
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.form-page.step-3 .formbox .socialmediainfo_box label{
    font-family: 'SunwaySans_beta', sans-serif; font-weight: 500;
}
.form-page.step-3 .formbox .socialmediainfo_box input[type=text]{
    border: 1px solid #cecece;
    border-radius: 5px;
}
.form-page.step-3 .formbox .socialmediainfo_box > label{
    margin-bottom: 5px;
}
.form-page.step-3 .formbox .socialmediainfo_box input#socialmediausername{
    max-width: 300px;
    padding: 0.475rem 0.95rem;
}

.form-page.step-4{
    background-color: #e4fafa;
    background-image: url('../images/coe/vnc/strokecentre/element-2.webp');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #555;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.form-page, .form-page.step-2, .form-page.step-3, .form-page.step-4{
    display: none;
}
.form-page.current, .form-page.current.step-2, .form-page.current.step-3{display: block;}
.form-page.current.step-4{display: flex;}

.ce_ixelgen_progress_bar {
    max-width: 100%;
    margin: 30px auto;
    padding: 20px 15px;
    background-color: #f6f6f6;
    border-radius: 15px;
}
/*.ce_ixelgen_progress_bar .progress_bar_item {
    margin-bottom: 2rem;
}*/
.progress_bar .flexbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.ce_ixelgen_progress_bar .item_label,
.ce_ixelgen_progress_bar .item_value {
    font-size: 1.2rem;
    
    font-family: 'SunwaySans_beta', sans-serif; font-weight: 700;
    color: #333;
    margin-bottom: 0.5rem;
}
.ce_ixelgen_progress_bar .item_value {
    font-weight: 400;
}
.ce_ixelgen_progress_bar .item_bar {
position: relative;
    height: 1.5rem;
    width: 100%;
    background-color: #dbdbdb;
    border-radius: 4px;
}
.ce_ixelgen_progress_bar .item_bar .progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 1.5rem;
    margin: 0;
    background-color: #4fafb3;
    border-radius: 4px;
    transition: width 1000ms ease;
}
#question_list br{
    display: none;
}
#question_list > .row{
    margin-top: 20px;
    margin-bottom: 20px;
}
#question_list > .row > .col-xs-12 > label{
    margin-bottom: 5px;
}
.contentbox form:has( #formstep-3.current){
    overflow: visible !important;
}
#question_list_progressbar{
    position: sticky;
    top: 15px;
    z-index: 1;
}
.inputgroup_calculatebmi{
    padding-left: 30px;
}
.inputgroup_calculatebmi span.main{
    margin-right: 15px;
}
#question_list input[type=text].healthinlineinput{
    border: 1px solid #cecece;
    border-radius: 5px;
    padding: 0.475rem 0.95rem;
    margin-right: 15px;
    max-width: 120px;
}
.checkBMI {
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    background: #4fafb2;
    border-radius: 8px;
    font-size: 16px;
    border: none;
    
    font-family: 'SunwaySans_beta', sans-serif; font-weight: 500;
    cursor: pointer;
}
.checkBMI:hover {
    background: #66c0bf;
}
.checkBMI:focus {
    outline: none;
}
#bmiresult{color: #4fafb3;}
#bmiresult.important{color: red;}

.resultbox{display: none;}
@media(min-width: 768px){
    .resultbox .desc{
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
.resultbox .button_box{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}
a.redbutton:hover{
    color: white;
    text-decoration: none;
}
.retakebtn{
    background: transparent;
    color: #555;
    border: none;
    outline: none;
    padding: 10px 25px;
    margin-top: 15px;
    cursor: pointer;
}
.form-page.step-4 h2{
    font-family: 'SunwaySans_beta', sans-serif; font-weight: 500;
}
.form-page.step-4 h2 u{
    font-family: 'SunwaySans_beta', sans-serif; font-weight: 700;
}
.disclaimer{margin-top: 40px; text-align: center; font-size: 14px;}
.disclaimer span{
    color: #4fafb3;
}
.news_grid2 img{max-width: 100%;}
.news_container2 .news_grid2 a{display: block;}
.news_container2 .news_grid2 .news_image .news_date {
	bottom:0;
	left:0;
	background-color:#fff;
	padding:10px;
}
.news_container2 .news_grid2 .news_title {
	font-size:14px;
	font-weight:500;
	overflow:hidden;
	margin-bottom:20px;
}
.news_container2 .news_grid2 .news_title a {
	font-family: 'SunwaySans_beta', sans-serif; font-weight: 700;
	letter-spacing:normal;
	font-size:20px;
	font-weight:normal;
	line-height: 1.2;
    color: #555;
}
.news_container2 .news_grid2 .news_title span {
	display:block;
	font-style:italic;
	font-weight:300;
	font-size:14px;
}
.news_container2 .news_grid2 .news_time {
	color:#8e8e8e;
	margin-bottom:5px;
	font-size:13px;
	font-family: 'SunwaySans_beta', sans-serif; font-weight: 500;
}
.news_container2 .news_grid2 .news_time .date {
	float:none;
	color:#00a5a8;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: 'SunwaySans_beta', sans-serif; font-weight: 500;
}
.news_container2 .news_grid2 .news_time .time {
	float:right;
}
.news_container2 .news_grid2 .news_description {
	height:60px;
}
.news_container2 .news_grid2 .news_description p {
	color:#8e8e8e !important;
	line-height:1.2 !important;
}
.news_container2 .news_grid2 .news_other .readmore {
	text-align:right;
	display:flex;
	flex-direction: row;
	justify-content: center;
/*	width:100%;*/
}
.news_container2 .news_grid2 .news_other .readmore a {
	font-family: 'SunwaySans_beta', sans-serif; font-weight: 500;
	color:#ec2227;
	font-size:16px;
	position: relative;
	/*background-color: #78c7cb;*/
	/*padding:10px 15px;*/
}
.news_container2 .news_grid2 .news_other .readmore a:hover{text-decoration: none;}

a.arrowbutton, .arrowbutton a{
	padding-right: 20px;
	position: relative;
}
a.arrowbutton:before, .arrowbutton a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #ec2227;
	height: 1px;
	width: 0%;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a.arrowbutton:hover:before, .arrowbutton a:hover:before {
	width: 100%;
}
a.arrowbutton:after, .arrowbutton a:after {
	content: '';
    width: 20px;
    height: 100%;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(../images/icons/btn-arrow.png);
    position: absolute;
    right: 0;
    top: 0;
}
a.arrowbutton.news_button{padding-bottom: 3px;}

.news_container2{margin-top: 30px;}
.news_container2 .news_grid2 .info{text-align: center; margin-top: 15px;}
.news_container2 .news_grid2 .news_other .readmore .readmore_arrow {
	color:#ec2227;
/*	background-color: #66c0bf;*/
/*	padding:10px 15px;*/

}
.news_container2 .news_grid2 .news_other .readmore:hover .readmore_word{
/*	background-color: #66c0bf;*/
/*	color:white;*/
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.news_container2 .news_grid2 .news_other .readmore:hover .readmore_arrow {
/*	background-color: #009c9e;*/
/*	color:white;*/
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a.news_button {
	color:#ec2227;
	font-family: 'SunwaySans_beta', sans-serif; font-weight: 500;
	font-size:16px;
}

.justifycenter{justify-content: center;}

/*@media(max-width: 1449.9px){
    .form-page.step-1{background-size: auto 90%;}
}*/
@media(max-width: 991.9px){
    .form-page.step-1{background-size: auto 40vw; background-position: 50vw bottom;}
}
@media(max-width: 595.9px){
    h2{font-size: 24px;}
    .form-page.step-1 h2 span {
        font-size: 30px;
    }
    .ce_ixelgen_progress_bar .item_label, .ce_ixelgen_progress_bar .item_value{font-size: 16px;}
}

.redbutton:has( .icon-chevron-right1){
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.redbutton .icon-chevron-right1{
    font-size: 12px;
    display: block;
    margin: 8px 0 5px 10px;
}
.resultbox .button_box:has( .icon-chevron-right1){
    margin-top: 30px;
}




