/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
@font-face{
    font-family: 'markPro';
    src: url("../fonts/MarkWebPro.a243fbc149ae.woff") format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url("../fonts/MarkCompPro.af087a953b5a.ttf") format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face{
    font-family: 'markPro-Light';
    src: url("../fonts/MarkWebPro-Light.d827afb71417.woff") format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url("../fonts/MarkCompProLight.389a0f16e675.ttf") format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face{
    font-family: 'markPro-ExtraLight';
    src: url("../fonts/MarkWebPro-ExtraLight.ba59f5a1ab00.woff") format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url("../fonts/MarkCompProExtraLight.7a5c7a30be7d.ttf") format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face{
    font-family: 'markPro-Medium';
    src: url("../fonts/MarkWebPro-Medium.c6b07515320b.woff") format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url("../fonts/MarkCompProMedium.db657973ab38.ttf") format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

body{
    background-color: #dedeec;
    color: #696985;
    font-family:"markPro",sans-serif;
    line-height:1;
}

.clear{
    clear:both;
    font-size:0;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select{
	padding: 6px;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hs_cos_wrapper_type_rich_text, .hs_cos_wrapper_type_text, .hs_cos_wrapper_type_header, .hs_cos_wrapper_type_section_header, .hs_cos_wrapper_type_raw_html, .hs_cos_wrapper_type_raw_jinja, .hs_cos_wrapper_type_page_footer{
	word-wrap: break-word;
}

a{
    text-decoration:none;
    cursor:pointer;
}

strong{
    font-weight:bold;
}

.row-fluid [class*="span"]{
    min-height:0;
}

.header-container-wrapper{
    width: 100%;
    z-index: 99;
    position:static;
    top:0px;
}

.body-container-wrapper{
    margin-top:84px !important;
}

.header-container .header{
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    padding: 27px 0;
    width: 100%;
    z-index: 99;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}

.header-container .header .logo{
    margin-left:6%;
    float:left;
    width:39%;
}

.header-container .header .logo a{
    float:left;
}

.header-container .header .logo .logoTxt{
    color: #c80020;
    font-family: markPro-Medium;
    font-size: 20px;
    margin-left:5%;
    float:left;
    margin-top:2%;
    display:none;
}

.header-container .header .menu{
    float: left;
    margin-top: 0.5%;
    text-align: center;
    width: 10%;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
}

.header-container .header .menu img{
    vertical-align: top;
    margin-top:5px;
    cursor:pointer;
}

.header-container .header .headerRightLinks{
    float: right;
    font-family: markPro;
    font-size: 11px;
    margin-right: 6%;
    margin-top:0.6%;
    text-align: center;
    width: 39%;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
}

.header-container .header .headerRightLinks .orderBtn{
    color: #f15f28;
    float: right;
    font-family: markPro-Medium;
    font-weight:bold;
    font-size: 20px;
    padding:0;
    margin:6px 0 0 0;
    text-align: center;
    background:none;
    width:auto;
}

.noosphere .header-container .header .headerRightLinks .orderBtn, .noosphere .header-container .header .headerRightLinks .divider, .noosphere .header-container .header .headerRightLinks .joinBtn, .noosphere .header-container .header .headerRightLinks .signIn{
    display:none;
}

.header-container .header .headerRightLinks .divider{
    color: #b6b6b6;
    float: right;
    font-family: markPro-Medium;
    font-size: 20px;
    padding:0;
    margin:6px 2% 0;
    text-align: center;
    width:auto;
}

.products .header-container .header .headerRightLinks .divider{
    margin:6px 5% 0 0;
}

.header-container .header .headerRightLinks .joinBtn{
    color: #58595b;
    float: right;
    font-family: markPro-Medium;
    font-size: 20px;
    padding:0;
    margin:6px 0 0 0;
    text-align: center;
    width:auto;
}

.header-container .header .headerRightLinks .cart{
    float: right;
    margin:0 5% 0 0;
    padding:0;
    display:none;
}

.products .header-container .header .headerRightLinks .cart{
    margin:0;
}

.header-container .header .headerRightLinks .signIn{
    float: right;
    padding:0;
    margin:0 5% 0 0;
}

.header .headerRightLinks, .header .logo, .header .menu{
    flex:0 1 auto;
}

.menuLinks{
    background: #191919 none repeat scroll 0 0;
    display: none;
    opacity: 0.85;
    padding: 2% 0;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.menuLinks .links{
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.menuLinks .links .link{
    float: left;
    width: 16.66%;
}

.menuLinks .links .label{
    color: #fff;
    cursor: pointer;
    font-family: markPro;
    margin-top: 5%;
}

.footer-container-wrapper{
    background: #fff none repeat scroll 0 0;
    text-align: center;
    width: 100%;
    line-height:1.25;
}

.footer-container .customFooter{
    width:100%;
    text-align:left;
    margin:0 auto;
}

.footer-container .customFooter .upperFooter{
    background: #dddcdb none repeat scroll 0 0;
    float: left;
    padding: 4% 6% 2%;
    width: 88%;
    color:#757576;
}

.footer-container .customFooter .lowerFooter{
    color: #acabab;
    float: left;
    font-family: markPro-Medium;
    font-size: 14px;
    padding: 2% 6% 4%;
    width: 88%;
}

.footer-container .customFooter .verticalBlock{
    float: left;
    margin-right: 8%;
}

.footer-container .customFooter .verticalBlock.block1{
    width: 15%;
}

.footer-container .customFooter .upperFooter .verticalBlock.block1{
    width: 30%;
    margin-right:3%;
}

.footer-container .customFooter .verticalBlock.block1 .disclaimer{
    font-size:10px;
    margin-top:4.8%;
    width:80%;
}

.footer-container .customFooter .verticalBlock.block2{
    margin-right: 2%;
    width: 38%;
}

.footer-container .customFooter .verticalBlock.block3{
    margin-right: 0;
    width: 22%;
    float:right;
}

.footer-container .customFooter .upperFooter .verticalBlock.block3{
    float:right;
}

.footer-container .customFooter .verticalBlock.block2 .links{
    float: left;
    margin-right: 3%;
    width: 30.33%;
}

.footer-container .customFooter .verticalBlock.block2 .links .link{
    color: #757576;
    float: left;
    font-family: markPro-Medium;
    font-size: 12px;
    width: 100%;
}

.footer-container .customFooter .verticalBlock.block2 .links .link.heading{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5%;
}

.footer-container .customFooter .verticalBlock.block3 .heading{
    color: #757576;
    float: left;
    font-family: markPro-Medium;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2%;
    width: 100%;
}

.footer-container .customFooter .verticalBlock.block3 .email{
    float: left;
    width: 100%;
}

.footer-container .customFooter .verticalBlock.block3 .email input{
    border: 0 none;
    border-radius: 10px 0 0 10px;
    color: #757576;
    font-family: markPro-Medium;
    height: 50px;
    padding: 0 6%;
    width: 65%;
}

.footer-container .customFooter .verticalBlock.block3 .email input.submit{
    background: #1E264E none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0 10px 10px 0;
    color: #fff;
    cursor: pointer;
    font-family: markPro-Medium;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0 3%;
    width: 35%;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.footer-container .customFooter .verticalBlock.block3 .success{
    color: #fff;
    display: none;
    font-family: markPro-Medium;
    font-weight: bold;
    letter-spacing: 1px;
}

.footer-container .customFooter .verticalBlock.block3 .social{
    float: left;
    margin-top: 4%;
    width: 100%;
}

.footer-container .customFooter .verticalBlock.block3 .social img{
    margin-right: 2%;
}

.footer-container .customFooter .verticalBlock .etrust img{
    width:70px;
}

.footer-container .customFooter .verticalBlock .copyright{
    margin-right: 5%;
}

.footer-container .customFooter .verticalBlock .phone{
    margin-right: 15%;
}

.footer-container .customFooter a{
    color:#757576;
    text-decoration:none;
}

.footer-container .customFooter .verticalBlock .contact a{
    color:#acabab;
}

.relax .review-logos{
    background:#FFF;
    padding:3% 5%;
    text-align:center;
}

.relax .review-logos .review-logo{
    margin:1%;
    display:inline-block;
}

.relax .hero-video-block{
    position:relative;
    background: #014f82; /* Old browsers */
    background: -moz-linear-gradient(left, #014f82 0%, #35b6dc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #014f82 0%,#35b6dc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #014f82 0%,#35b6dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014f82', endColorstr='#35b6dc',GradientType=1 ); /* IE6-9 */
}

.relax .hero-video-block .video-placeholder, .relax .hero-video-block .video-bg .hero-video{
    border-bottom:2px solid #FFF;
}

.relax .hero-video-block .video-bg{
    display:none;
}

.relax .hero-video-block .video-placeholder img{
    width:100% !important;
}

.relax .hero-video-block .video-overlay{
    position:absolute;
    color:#FFF;
    width: 100%;
    text-align: center;
    top: 0;
}

.relax .hero-video-block .video-overlay .audio-icons{
    position:absolute;
    right:6%;
    margin-top:3%;
    width:auto;
    display:none;
}

.relax .hero-video-block .video-overlay .audio-icons .mute-0{
    display:none;
}

.relax .hero-video-block .video-overlay .hero-line-1{
    font-size:36px;
    font-family:markPro-Medium;
    margin-top:10%;
}

.relax .hero-video-block .video-overlay .hero-line-2{
    font-size:36px;
    margin-top:2%;
}

.relax .hero-video-block .video-overlay .play-btn{
    margin-top:6%;
}

.relax .hero-video-block .video-overlay .play-btn img{
    width:75px;
}

.relax .hero-video-block .video-overlay .cta{
    margin-top:6%;
}

.relax .hero-video-block .video-overlay .cta a{
    background-color: transparent;
    border: 3px solid #FFF;
    border-radius: 5px;
    letter-spacing:2px;
    color: #FFF;
    font-family: markPro-Medium;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0;
    text-decoration: none;
    width: 300px;
    display: block;
    margin: 0 auto;
}

.relax .block{
    background:#e5f4f5;
    padding:8% 0 0;
    color:#0b2040;
}

.relax .block-1{
    padding:5% 6%;
    color:#FFF;
    background: #014f82; /* Old browsers */
    background: -moz-linear-gradient(left, #014f82 0%, #35b6dc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #014f82 0%,#35b6dc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #014f82 0%,#35b6dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014f82', endColorstr='#35b6dc',GradientType=1 ); /* IE6-9 */
}

.relax .block .left-block{
    margin-left: 6%;
    width: 24%;
}

.relax .block .right-block{
    padding-right: 6%;
    margin-left: 0;
    width: 64%;
}

.relax .block .heading{
    font-size:38px;
    font-family:markpro-Medium;
    margin:5% 0;
    text-align:center;
}

.relax .block-1 .sub-heading{
    width: 100%;
    text-align: Center;
    margin-top: 2%;
    font-size: 28px;
}

.relax .block-1 .heading{
    margin:0;
}

.relax .block .description{
    font-size: 24px;
    text-align: left;
    width: 100%;
    max-width: 100%;
    line-height:1.4em;
}

.relax .block-1 .drawer{
    width:100%;
    padding:5% 0 0;
    color:#FFF;
}

.relax .block-1 .drawer.top{
    padding-bottom:5%;
    border-bottom:2px solid #FFF;
    padding-top:0;
}

.relax .block .drawer .heading{
    margin:0;
    font-size:38px;
    text-align:center;
}

.relax .block-1 .drawer .left{
    float:left;
    width:25.33%;
    margin:0 1%;
    text-align:center;
}

.relax .block-1 .drawer .left.left-1{
    width:100%;
    margin:0;
    text-align:left;
}

.relax .block-1 .drawer .left.left-2{
    margin-left:10%;
}

.relax .block-1 .drawer .left.left-4{
    margin-right:10%;
}

.relax .block-1 .drawer .left.left-1 .description{
    margin-top:2%;
    text-align:center;
    margin-bottom:3%;
}

.relax .block-1 .drawer .left .image-text{
    font-family: markpro;
    font-size: 24px;
    margin: 8% 0 0;
    width: 100%;
    line-height:1.2em;
    color:#FFF;
}

.relax .block-1 .drawer .block-heading{
    font-size:38px;
    text-align:center;
}

.relax .block-1 .drawer .expert-group{
    float:left;
    width:40%;
    margin:5% 5% 0;
    text-align:center;
}

.relax .block-1 .drawer .expert-group .name{
    font-size:26px;
    font-family: markpro-Medium;
    margin-top:20px;
}

.relax .block-1 .drawer .expert-group .designation{
    font-size:20px;
    margin-top:5px;
}

.relax .block-1 .drawer .expert-group .quote{
    font-size: 18px;
    width: 90%;
    margin: 20px 5% 0;
    line-height: 1.3;
    font-style: italic;
}

.relax .block-1 .cta a{
    background-color: #FFF;
    border: 3px solid #0b2040;
    letter-spacing:2px;
    border-radius: 5px;
    color: #0b2040;
    font-family: markPro-Medium;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0;
    text-decoration: none;
    width: 300px;
    display: block;
    margin: 5% auto 0;
    text-align:center;
}

.relax.home .block-1 .cta a{
    background: none;
    border: 3px solid #FFF;
    color: #FFF;
}

.relax .block-2{
    padding:0;
    position:relative;
    background:#8bd2e5;
}

.relax.home .block-2{
    background:#FFF;
}

.relax .block-2 .left-block{
    width: 100%;
    padding: 5% 6%;
    margin:0;
}

.relax .block-2 .left-block .heading{
    text-align:center;
}

.relax.home .block-2 .left-block .heading{
    margin:0;
}

.relax.home .block .description{
    text-align:center;
}

.relax .block-2 .left-block .description p{
    margin:2% 0;
}

.relax .block-2 .right-block{
    width: 30%;
    margin: 5% 6% 5% 0;
    padding: 0;
}

.relax .hero-block{
    position:relative;
}

.relax .hero-block .hero-background img{
    width:100% !important;
}

.relax .hero-block .hero-overlay{
    width: 38%;
    text-align: left;
    position: absolute;
    top: 20%;
    left: 6%;
    color:#FFF;
    line-height:1.4;
}

.relax.products .hero-block .hero-overlay{
    width:40%;
}

.relax.products.psoriasis .hero-block .hero-overlay{
    width:500px;
}

.relax .hero-block .hero-overlay .heading{
    font-family:markpro-Medium;
    font-size:36px;
}

.relax .hero-block .hero-overlay .description{
    font-size: 36px;
    margin: 0;
    width:80%;
}

.relax .hero-block .hero-overlay .hero-carousel{
    width:300px;
    font-size:36px;
    margin:8% 0;
}

.relax .hero-block .hero-overlay .description .descLines{
    font-size:20px;
    margin-bottom:8%;
}

.relax .hero-block .hero-overlay .cta a{
    background-color: #f26a21;
    border: 3px solid #f26a21;
    letter-spacing:2px;
    border-radius: 5px;
    color: #fff;
    font-family: markPro-Medium;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0;
    text-decoration: none;
    width: 350px;
    display: block;
    margin: 3% 0 0;
    text-align:center;
}

.relax.products .hero-block{
    overflow:;
    background: #014f82; /* Old browsers */
    background: -moz-linear-gradient(left, #014f82 0%, #35b6dc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #014f82 0%,#35b6dc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #014f82 0%,#35b6dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014f82', endColorstr='#35b6dc',GradientType=1 ); /* IE6-9 */
}

.relax.products .block.block-1{
    padding:5% 0;
    text-align:center;
    color:#FFF;
    background: #014f82;
    background: -moz-linear-gradient(left, #014f82 0%, #35b6dc 100%);
    background: -webkit-linear-gradient(left, #014f82 0%,#35b6dc 100%);
    background: linear-gradient(to right, #014f82 0%,#35b6dc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014f82', endColorstr='#35b6dc',GradientType=1 );
}

.relax.products .block .heading{
    margin:0 0 5% 0;
    font-size:38px;
    font-family:markpro-Medium;
}

.relax.products .block-1 .left{
    width:49.5%;
    padding:0 6%;
    margin:0;
}

.relax.products .block-1 .left.border-right{
    border-right:2px solid #FFF;
    width:50%;
}

.relax.products .block-1 .left .inner-heading{
    font-size:34px;
    font-family:markpro-Medium;
    margin:10% 0 3%;
}

.relax.products .block-1 .left .description{
    text-align:center;
    font-size:26px;
    width: 90%;
    margin: 0 5%;
}

.relax.products .block.block-2{
    padding:5% 0;
    text-align:center;
    background: #FFF;
    color:#0b2040;
}

.relax.products .block.block-2 .heading{
    margin:0 0 2% 0;
}

.relax.products .block.block-2 .description{
    text-align:center;
    margin:0 10% 5%;
    width:80%;
}

.relax.products .block.block-2 .image{
    float:left;
    width:45%;
    margin:0;
}

.relax.products .block.block-2 .image.left img{
    width:400px !important;
    margin-top:18px;
}

.relax.products .block.block-2 .sign{
    float:left;
    width:10%;
    margin:10% 0;
    font-size:85px;
}

.relax.products .block.block-2 .cta a{
    background-color: #f26a21;
    border: 3px solid #f26a21;
    border-radius: 5px;
    letter-spacing:2px;
    color: #fff;
    font-family: markPro-Medium;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0;
    text-decoration: none;
    width: 350px;
    display: block;
    margin: 3% auto 0;
}

.relax.products .block.block-3{
    background: #1168a3; /* Old browsers */
    background: -moz-linear-gradient(left, #0a1f40 0%, #1168a3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0a1f40 0%,#1168a3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0a1f40 0%,#1168a3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a1f40', endColorstr='#1168a3',GradientType=1 ); /* IE6-9 */
    color:#FFF;
    text-align:center;
    padding:5% 0;
    overflow:hidden;
}

.relax.products .block-3 .heading{
    margin:0 0 3% 0;
}

.relax.products .block.block-3 .slider-section{
    width: 80%;
    margin: 0 10%;
}

.relax.products .block.block-3 .slider-section .press-article{
    padding: 0 5%;
    width:40%;
    float:left;
    text-align:center;
}

.relax.products .block.block-3 .slider-section .press-article p{
    font-size: 28px;
    font-family: markPro-Medium;
    line-height: 1.4em;
    width:100%;
    margin:0 auto;
}

.relax.products .block-3 .description{
    text-align:center;
    margin:3% 5% 0;
    width:90%;
    display:none;
    font-family: markPro-Medium;
}

.relax.products .block-3 .cta a{
    background-color: #f26a21;
    border: 3px solid #f26a21;
    letter-spacing: 2px;
    border-radius: 5px;
    color: #fff;
    font-family: markPro-Medium;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0;
    text-decoration: none;
    width: 350px;
    display: block;
    margin: 2% auto 0;
    text-align: center;
}

.relax.products.psoriasis .block-3 .cta a{
    margin:2% 0 0;
}

.relax.products .block-3 .offer{
    font-family: markPro-Medium;
    width:100%;
    margin:2% 0 0;
    font-size:18px;
    text-align:center;
}

.relax.products.psoriasis .block-3 .offer{
    font-family: markPro-Medium;
    width:100%;
    margin:5% 0 0;
    font-size:18px;
    text-align:left;
}

.relax.products .block.block-3 .slider-section #press-carousel .owl-stage img{
    margin: 0 auto 5%;
    width: 22%;
}

.relax.products .block.block-3 .slider-section #press-carousel .owl-controls{
    position: absolute;
    width: 100%;
    top: 30%;
    display:none;
}

.relax.products .block.block-4{
    padding:6%;
    background:#F2F2F2;
}

.relax.products .block.block-4 .heading{
    margin:0 0 3% 0;
    text-align:left;
}

.relax.products .block.block-4 .description p{
    margin:5% 0;
}

.relax.products .block.block-4 .left{
    float:left;
    width:60%;
}

.relax.products .block.block-4 .right{
    text-align:center;
    margin-left:5%;
    width:35%;
}

.relax.products .block.block-5{
    padding:6%;
    background:#1168a3;
    color:#FFF;
}

.relax.products .block.block-5 .heading{
    margin-left:55%;
    width:45%;
    text-align:left;
    margin-bottom:2%;
}

.relax.products .block.block-5 .left-block{
    margin:0 2% 0 0;
    width:48%;
}

.relax.products .block.block-5 .right-block{
    margin:0 0 0 5%;
    width:45%;
}

.relax.app .block.block-5 .right-block, .relax.persona .block.block-5 .right-block{
    margin-top:5%;
}

.relax.products .block.block-5 .right-block .description{
    margin-left:5%;
    margin-top:5%;
}

.relax.products .block.block-5 .right-block li{
    margin:1% 0;
}

.relax.products .block.block-5 .right-block .cta{
    margin-top:10%;
}

.relax.products .block.block-5 .right-block .cta a{
    background-color: #f26a21;
    border: 3px solid #f26a21;
    letter-spacing: 2px;
    border-radius: 5px;
    color: #fff;
    font-family: markPro-Medium;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0;
    text-decoration: none;
    width: 350px;
    display: block;
    margin: 3% 0 0;
    text-align: center;
}

.relax .block.relax-reviews{
    background:#8bd2e5;
    text-align:center;
    padding:5% 0;
}

.relax.sleep .block.relax-reviews{
    background: #0a2143;
    background: -moz-linear-gradient(top, #0a2143 0%, #1167a2 50%, #0a2143 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0a2143 0%,#1167a2 50%,#0a2143 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0a2143 0%,#1167a2 50%,#0a2143 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2143', endColorstr='#0a2143',GradientType=0 ); /* IE6-9 */
    color:#FFF;
}

.relax .block.relax-reviews .heading{
    margin-bottom:2%;
    margin-top:0;
}

.relax .block.relax-reviews .underline{
    border-bottom: 3px solid #0b2040;
    width: 10%;
    margin: 0 45% 3%;
}

.relax.products .block.block-4 .image{
    margin-top:10%;
}

.relax.products .block.block-4 .cta a{
    background-color: #FFF;
    border: 3px solid #0b2040;
    border-radius:5px;
    letter-spacing: 2px;
    color: #0b2040;
    font-family: markPro-Medium;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0;
    text-decoration: none;
    width: 300px;
    display: block;
    margin: 12% auto 0;
    text-align: center;
}

.relax .block.relax-reviews .cta a{
    background-color: #fFF;
    border: 3px solid #0b2040;
    border-radius: 5px;
    color: #0b2040;
    letter-spacing:2px;
    font-family: markPro-Medium;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0;
    text-decoration: none;
    width: 300px;
    display: block;
    margin: 2% auto 0;
}

.relax.sleep .block.relax-reviews .cta a{
    background:none;
    border:2px solid #FFF;
    color:#FFF;
}

.relax .block.relax-reviews .slider-section{
    width: 80%;
    margin: 0 10% 5%;
}

.relax .block.relax-reviews .slider-section .press-article{
    padding: 0;
    text-align:center;
}

.relax .block.relax-reviews .slider-section .press-article .left{
    float:left;
    width:20%;
    margin-right:5%;
    margin-top:3%;
}

.relax .block.relax-reviews .slider-section.new .press-article .left{
    width:50%;
    margin:3% 25% 0;
}

.relax .block.relax-reviews .slider-section .press-article .right{
    float:left;
    width:75%;
    text-align:left;
}

.relax .block.relax-reviews .slider-section.new .press-article .right{
    width:100%;
    text-align:center;
}

.relax .block.relax-reviews .slider-section .press-article{
    width:100%;
    margin:0 auto;
    font-size: 24px;
}

.relax .block.relax-reviews .slider-section #review-carousel .owl-stage img{
    width:160px;
    margin:0 auto;
}

.relax .block.relax-reviews .slider-section.new #review-carousel .owl-stage img{
    width:450px;
}

.relax.sleep .block.relax-reviews .slider-section.new #review-carousel .owl-stage img{
    width:200px;
}

.relax .block.relax-reviews .slider-section .press-article .line-1{
    font-weight: bold;
    margin: 30px 0 10px;
}

.relax .block.relax-reviews .slider-section .press-article .quote{
    font-style: italic;
    margin-top: 30px;
    line-height:1.4em;
}

.relax .block.relax-reviews .slider-section .press-article p{
    font-size: 24px;
    font-family: markPro;
    line-height: 1.4em;
}

.relax .block.relax-reviews .slider-section .press-article .author{
    font-family: markPro-Medium;
}

.relax .block.relax-reviews .slider-section #review-carousel .owl-controls{
    position: absolute;
    width: 100%;
    top: 30%;
    height:100%;
}

.relax .block.relax-reviews .slider-section #review-carousel .owl-controls .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 10%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.relax .block.relax-reviews .slider-section #review-carousel .owl-controls .owl-dot{
    border-radius: 50px;
    border:1px solid #0b2040;
    height: 8px;
    width: 8px;
    display: inline-block;
    background: none;
    margin-left: 5px;
    margin-right: 5px;
}

.relax.sleep .block.relax-reviews .slider-section #review-carousel .owl-controls .owl-dot{
    border:1px solid #FFF;
}

.relax .block.relax-reviews .slider-section #review-carousel .owl-controls .owl-dot.active {
    background: #0b2040;
}

.relax.sleep .block.relax-reviews .slider-section #review-carousel .owl-controls .owl-dot.active{
    background: #FFF;
}

.relax.earlyAccess .hero-block .hero-overlay{
    top:15%;
}

.relax.earlyAccess .hero-block .hero-overlay .description{
    font-size:32px;
    width:85%;
    margin:10% 0 0;
}

.relax.earlyAccess .block-1{
    text-align:center;
}

.relax.earlyAccess .block-1 .innerblock{
    float:left;
    margin-top:5%
}

.relax.earlyAccess .block-1 .innerblock .heading{
    font-size:32px;
    margin:8% 0;
}

.relax.earlyAccess .block-1 .innerblock .description{
    text-align:center;
    width:80%;
    margin:0 10%;
}

.relax.earlyAccess .block-1 .innerblock .description li{
    list-style-type:none;
    font-size:22px;
}

.relax.earlyAccess .block-2{
    text-align:center;
    background:#0a1f40;
    padding: 5% 6%;
    color:#FFF;
}

.relax.earlyAccess .block-2 .heading{
    margin: 3% 0;
}

.relax.earlyAccess .block-2 .description{
    text-align:center;
}

.relax.earlyAccess .block-2 .description li{
    margin:2% 0;
    list-style-type:none;
}

.relax.earlyAccess .block-2 .cta a{
    background-color: #f26a21;
    border: 3px solid #f26a21;
    border-radius: 5px;
    color: #FFF;
    letter-spacing: 2px;
    font-family: markPro-Medium;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0;
    text-decoration: none;
    width: 450px;
    display: block;
    margin: 3% auto 0;
}

.relax.earlyAccess .hero-block .hero-overlay .cta a{
    background-color: #f26a21;
    border: 3px solid #f26a21;
    border-radius: 5px;
    color: #FFF;
    letter-spacing: 2px;
    font-family: markPro-Medium;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0;
    text-decoration: none;
    width: 450px;
    display: block;
    margin: 10% 0 0;
}

.relax.earlyAccess .condition{
    width:450px;
    text-align:center;
    margin-top:2%;
    font-size:20px;
}

.relax.earlyAccess .block-2 .condition{
    width:100%;
}

.overlayBlock{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:99;
    display:none;
    height:100%;
}

.overlayBlock .videoCloseLink{
    color: #fff;
    position: fixed;
    text-align: right;
    top: 5%;
    width: 76%;
    z-index:99;
    padding-right:1%;
}

.overlayBlock .videoCloseLink a{
    cursor:pointer;
}

.overlayBlock .videoTags{
    width:76%;
    margin:0 12%;
    position:absolute;
    z-index:99;
}

.overlayBlock .backgroundOverlay{
    position: absolute;
    width: 100%;
    background: #000;
    top: 0px;
    opacity: 0.8;
    height:100%;
}

.relax .relax-early-access{
    background:#FFF;
    padding:0;
    display:none;
    margin: 0 15% !important;
    position: fixed;
    width: 70%;
    z-index: 999;
    overflow-y:auto;
}

.relax .relax-early-access .popup-form{
    padding:2% 0 5%;
    float:left;
    width:100%;
}

.relax .relax-early-access .popup-form .hs-form{
    width:75%;
    margin:0 auto;
}

.relax .relax-early-access .popup-form .form-message{
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

.relax .relax-early-access .popup-form .hs-form .hs-form-field{
    border-bottom: 1px solid #666;
    margin-bottom: 0;
    padding: 3% 0;
}

.relax .relax-early-access .popup-form .hs-form .hs-form-field > label{
    font-family: markPro;
    font-weight: bold;
    width: 75%;
    text-align: left;
    float: left;
    font-size: 16px;
}

.relax .relax-early-access .popup-form .hs-form .hs-form-field input{
    width:100%;
    max-width:100%;
}

.relax .relax-early-access .popup-form .hs-form .hs-form-field .hs-error-msgs label{
    color:#c87872;
}

.relax .relax-early-access .popup-form .hs-form .hs-form-required{
    display:none;
}

.relax .relax-early-access .popup-form .hs-form .hs-form-field > label, .relax .relax-early-access .popup-form .hs-form .hs-form-radio > label{
    color:#20264d;
    width:100%;
}

.relax .relax-early-access .popup-form .hs-form .hs_email {
    margin: 5% 0 0 25%;
    padding: 0;
    float: left;
    width: 35%;
    border-bottom:0;
}

.relax .relax-early-access .popup-form .hs-form .hs_email > label {
    display: none;
}

.relax .relax-early-access .popup-form .hs-form .hs_email .input{
    margin:0;
    width:100%;
    text-align:left;
    float:left;
}

.relax .relax-early-access .popup-form .hs-form .hs_email .input .hs-input {
    width: 100%;
    background: #f6f5f8 none repeat scroll 0 0;
    border-radius: 10px 0 0 10px;
    border: medium none;
    color: #666;
    font-size: 14px;
    padding: 0 4%;
    box-shadow: none;
    max-width: none;
    font-family: markPro-Medium;
    box-sizing: padding-box;
    min-height: 50px;
}

.relax .relax-early-access .popup-form .hs-form .hs_submit{
    margin: 5% 25% 0 0;
    padding: 0;
    float: left;
    width: 15%;
}

.relax .relax-early-access .popup-form .hs-form .hs_submit .actions {
    text-align: right;
    padding: 0;
    margin: 0;
}

.relax .relax-early-access .popup-form .hs-form .hs_submit .hs-button{
    line-height: 20px;
    cursor: pointer;
    text-shadow: none;
    font-size: 14px;
    border-radius: 0 10px 10px 0;
    font-family: markPro-Medium;
    font-weight: bold;
    letter-spacing: 2px;
    min-height: 50px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
    border:0;
    background: #f26a21 none repeat scroll 0 0;
    color: #FFF;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.relax .relax-early-access .popup-form .hs-form .hs-form-field.hs_please_select_your_age{
    border-bottom:0;
}

.relax .relax-early-access .popup-form .hs-form .hs-form-field textarea, .relax .relax-early-access .popup-form .hs-form .hs_please_enter_your_first_name input, .relax .relax-early-access .popup-form .hs-form .hs_please_enter_your_last_name input{
    max-width:100%;
    width:100%;
}

.relax .relax-early-access .popup-form .submitted-message{
    text-align: center;
    font-weight: bold;
    padding-top: 5%;
}

.team{
    background:#FFF;
    line-height:1.25;
}

.team .about_us_intro{
    background: #e4e4e7 none repeat scroll 0 0;
    color: #20264d;
    font-size: 32px;
    padding: 5% 0;
    text-align: center;
}

.team .about_us_intro .layout-widget-wrapper{
    margin:0 auto;
    width:60%;
}

.team .about_us_intro p{
    margin:2% 0;
}

.team .about_us_section{
    padding: 5% 0;
    text-align: center;
}

.team .about_us_text{
    color: #20264d;
    font-size: 24px;
    margin: 2% 10% !important;
    width: 80% !important;
}

.team .about_us_text p{
    margin:2% 0;
}

.team .investors_section{
    padding:5% 0;
    background:#0a1f40;
    text-align:center;
}

.team .investors_section .partners_heading{
    color: #fff;
    font-size: 36px;
    margin: 2% 0 1%;
}

.team .investors_section .partners_text{
    color: #e4e4e7;
    margin-bottom:3%;
    font-size:22px;
}

.team .investors_section .partner_logos{
    width:90%;
    margin:0 5% !important;
}

.team .resources_block .heading{
    color:#20264d;
    font-size:36px;
    font-family:markPro;
}

.team .resources_block .resource .name{
    color:#20264d;
    margin:3% 0 1%;
    font-size:24px;
}

.team .resources_block .resource .link{
    color:#20264d;
    font-family:markPro-Light;
}

.team .resources_block .resource .link a{
    color:#20264d;
}

.team .resources_block .resource .link a:hover{
    text-decoration:underline;
}

.team .team_block{
    position:relative;
}

.team .team_block .member.left{
    margin:.5% .5% 0 0 !important;
    width:32.83%;
    float:left;
}

.team .team_block.new .member.left{
    margin:.5% .1% 0 0 !important;
    width:24.85%;
}

.team .team_block .member.center{
    margin:.5% .25% 0 !important;
    width:32.83%;
    float:left;
}

.team .team_block.new .member.center{
    margin:.5% .1% 0 !important;
    width:24.85%;
}

.team .team_block .member.right{
    margin:0.5% 0 0 .5% !important;
    width:32.83%;
    float:right;
}

.team .team_block.new .member.right{
    margin:0.5% 0 0 .1% !important;
    width:24.85%;
    float:right;
}

.team .team_block .member.full{
    margin:.5% 0 0 !important;
    width:100%;
    float:left;
}

.team .team_block.new .bio-group{
    width:1080px;
    float:none;
    margin:0 auto;
}

.team .team_block.new .bio-group .member.left, .team .team_block.new .bio-group .member.center, .team .team_block.new .bio-group .member.right{
    width:32.33%;
    margin:.5% !important;
}

.team .team_block .member.text{
    margin:0.5% 0 0 0 !important;
    text-align:center;
    color:#20264d;
    padding:3% 0;
}

.team .team_block .member.text .heading{
    font-size:48px;
    line-height:1;
}

.team .team_block .member.text .desc{
    font-size:24px;
    font-family:markPro-Light;
    width:80%;
    margin:0 auto;
}

.team .team_block .member img{
    width:100%;
    cursor:pointer;
}

.team .team_block .member .bio_popup{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    text-align:center;
    background:rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    color:#20264d;
    padding:5% 0;
}

.team_block .member .bio_popup .closeTxt{
    font-size: 32px;
    position: absolute;
    right: 5%;
    top: 2%;
}

.team .team_block .member .bio_popup .name{
    font-weight:bold;
    font-size:32px;
}

.team .team_block .member .bio_popup .designation{
    font-size:24px;
    font-family:markPro-Medium;
}

.team .team_block .member .bio_popup .bio{
    font-size:22px;
    width:90%;
    margin:4% 5% 0;
}

.team .team_block .member .bio_popup .close{
    font-size:16px;
    position:absolute;
    width:100%;
    bottom:10%;
    text-decoration:underline;
}

.team .resources_block{
    float: left;
    margin: 3% 0 0;
    text-align: center;
    width: 100%;
}

.team .resources_block .heading{
    font-size:48px;
    margin-bottom:4%;
    font-family:markPro-ExtraLight;
}

.team .resources_block .resources{
    margin: 0 auto;
    width: 78%;
}

.team .resources_block .resource{
    float:left;
    margin-bottom:8%;
    width:50%;
}

.team .resources_block .txt1{
    font-size: 22px;
    margin: 6% auto 0;
    width: 50%;
    font-family:markPro-Light;
}

.team .resources_block .txt2{
    font-size: 16px;
    margin: 2% auto 0;
    width: 50%;
}

.science{
    line-height:1.25;
}

.science .hero-group{
    position:relative;
}

.science .hero-group .hero-image img{
    width:100% !important;
}

.science .hero-group .hero-overlay{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 30%;
}

.science .hero-group .hero-overlay .text{
    font-size:65px;
    font-family:markPro-Medium;
    color:#FFF;
    margin-top:3%;
}

.science .block-1{
    background:#1068a4;
    font-size:28px;
}

.science .block-1 p{
    margin:2% 0;
}

.science .block-2{
    background:#051b33;
    padding:5% 6%;
    color:#FFF;
}

.science .block-2 .heading{
    margin:0 0 3% 0;
}

.science .block-2 .description{
    text-align:center;
}

.science .block-2 .stats-group, .v5.relax.home .research .stats-group{
    margin: 5% 5% 2%;
    width: 90%;
    text-align:center;
}

.science .block-2 .stats-group .row-depth-1, .v5.relax.home .research .stats-group .row-depth-1{
    float:left;
    width:23%;
    margin:0 1%;
}

.v5.v6.relax.home .research .stats-group .row-depth-1{
    width:31.33%;
}

.science .block-2 .stats-group .stat_number, .v5.relax.home .research .stats-group .stat_number{
    font-weight:bold;
    font-size:30px;
    margin:6% 0;
}

.science .block-2 .stats-group .stat_description, .v5.relax.home .research .stats-group .stat_description{
    font-weight:bold;
    font-size:20px;
    margin: 0 15%;
    width: 70%;
}

.science .block-3{
    background:#FFF;
    padding:5% 6%;
}

.science .block-3 .heading{
    margin:0 0 3% 0;
    text-align:left;
}

.science .block-3 .description p{
    margin:2% 0;
}

.science .block-3 .description h3{
    font-weight: bold;
    margin: 3% 0;
}

.science .block-3 .description ul{
    margin-left:2%;
}

.science .block-3 .description li{
    margin:2% 0;
}

.science .block-4{
    background:#1068a4;
    color:#FFF;
    padding:5% 6%;
}

.science .block-4 .heading{
    margin:0 0 3% 0;
    text-align:left;
}

.science .block-5 .heading{
    margin:0;
    text-align:left;
}

.science .block-4 .description p{
    text-align:left;
    margin:2% 0;
}

.science .block-5{
    background:#FFF;
    color:#0a1f40;
    padding:5% 6%;
}

.science .block-5 .repeatContentHolder .innerPageContent{
    margin:3% 0;
}

.science .block-5 .repeatContentHolder .heading{
    font-size:24px;
    color:#0a1f40;
    margin:0;
}

.science .block-5 .repeatContentHolder .description{
    font-size:22px;
    color:#0a1f40;
    margin:1% 0;
    font-style:italic;
}

.science .block-5 .repeatContentHolder .link{
    font-size:20px;
    color:#0a1f40;
    margin:0;
    font-weight:bold;
}

.relax .relax-form{
    padding:5%;
    background:#757576;
    color:#FFF;
}

.relax .relax-form .widget-type-form .form-title{
    font-size: 32px;
    margin-bottom: 3%;
    text-align: center;
}

.relax .relax-form .hs-form{
    margin:0 auto;
    width:50%;
}

.relax .relax-form .hs-form .hs-form-field{
    margin:3% 0;
}

.relax .relax-form .hs-form .hs-form-field .input{
    margin-top:1%;
}

.relax .relax-form .hs-form .hs-form-field .hs-form-required{
    display:none;
}

.relax .relax-form .hs-form .hs-form-field .hs-error-msgs li{
    list-style-type:none;
    margin-top:1%;
    color:#800000;
}

.relax .relax-form .hs-form .hs-form-field .input input, .relax .relax-form .hs-form .hs-form-field .input select{
    background: #FFF;
    color: #1b2947;
    border-radius: 4px;
    font-family: markPro-Medium;
    font-size: 14px;
    padding: 2%;
    width: 100%;
    min-height:40px;
    border: 0 none;
    box-shadow: none;
}

.relax .relax-form .hs-form .hs_submit{
    margin-top:5%;
}

.relax .relax-form .hs-form .hs_submit .hs-button{
    background: #0e5491;
    color: #FFF;
    cursor:pointer;
    border: 0 none;
    border-radius: 4px;
    font-size: 18px;
    padding:2% 0;
    font-family: markPro-Medium;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 30%;
    text-shadow: none;
    box-shadow: none;
}

.relax .relax-form .description{
    width: 60%;
    margin: 3% 0 0 25%;
}

.relax .relax-form .description p{
    margin:2% 0;
}

.relax .relax-form .description a{
    color:#FFF;
    text-decoration:underline;
}

.relax .relax-form .submitSuccessMsg{
    font-size: 24px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    margin: 5% 0;
}

.relax.how-it-works .vibes-section{
    background:#ecebe9;
    padding:5%;
    text-align:center;
    color:#0b2040;
}

.relax.how-it-works .vibes-section .heading{
    font-size:38px;
    font-family: markPro-Medium;
    margin-bottom:2%;
}

.relax.how-it-works .vibes-section .left-block .puck-image{
    width:90%;
    margin:0 5%;
}

.relax.how-it-works .vibes-section .right-block .sl-no{
    font-family: markPro-Medium;
    font-size: 32px;
    margin:18% 0;
}

.relax.how-it-works .vibes-section .right-block .steps{
    border: 3px solid #fff;
    font-family: markPro-Medium;
    font-size: 18px;
    margin:1% 0;
    width:80%;
    text-align:left;
    padding:3% 5%;
}

.relax.how-it-works .vibes-section .right-block .steps.store-link{
    border:0;
    padding:3% 0;
    width:60%;
    margin: 0 0 0 25%;
}

.relax.how-it-works .vibes-section .right-block .steps.store-link .left, .relax.how-it-works .vibes-section .right-block .steps.store-link .right{
    text-align:center;
}

.relax.how-it-works .vibes-section .right-block .innergroup{
    width:100%;
    margin:5% 0;
}

.relax.how-it-works .vibes-section .right-block .innergroup .row-number-1{
    width:20%;
    float:left;
    text-align:right;
}

.relax.how-it-works .vibes-section .right-block .innergroup .row-number-2{
    width:75%;
    margin-left:5%;
    float:left;
}

.relax.how-it-works .drawers{
    border-bottom: 5px solid #fff;
    color: #20264d;
    padding: 0;
    background:none;
    text-align:center;
}

.relax.how-it-works .drawers.block-1, .relax.how-it-works .drawers.block-3{
    background:#fff;
}

.relax.how-it-works .drawers.block-2{
    background:#ecebe9;
}

.relax.how-it-works .drawers .heading{
    padding:3% 0 1%;
    background: none;
    text-align: center;
    color: #20264d;
    display: inline-block;
    font-family: markPro-Medium;
    font-size: 32px;
    width:100%;
}

.relax.how-it-works .drawers .description{
    padding:0 5% 3%;
    background:none;
    font-size:24px;
    line-height:1.25;
    text-align:left;
}

.relax.how-it-works .drawers .description p{
    margin:2% 0;
}

.relax.how-it-works .drawers .description p.image{
    text-align:center;
}

.relax.how-it-works .drawers .description p > img{
    margin:0 3%;
}

.relax.how-it-works .drawers .description .cta a{
    background-color: #FFF;
    border: 3px solid #0b2040;
    letter-spacing: 2px;
    border-radius: 5px;
    color: #0b2040;
    font-family: markPro-Medium;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0;
    text-decoration: none;
    width: 300px;
    display: block;
    margin: 5% auto 0;
    text-align: center;
}

.relax.how-it-works .drawers.block-3 .cta a{
    background-color: #f26a21;
    border: 3px solid #f26a21;
    letter-spacing: 2px;
    border-radius: 5px;
    color: #fff;
    font-family: markPro-Medium;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0;
    text-decoration: none;
    width: 300px;
    display: block;
    margin: 0 auto 5%;
    text-align: center;
}

.reviews .articles-block{
    color:#20264d;
    background:#FFF;
    padding:6%;
}

.reviews .articles-block .cta{
    text-align:center;
}

.reviews .articles-block .cta a{
    background-color: #f26a21;
    border: 3px solid #f26a21;
    letter-spacing: 2px;
    border-radius: 5px;
    color: #fff;
    font-family: markPro-Medium;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0;
    text-decoration: none;
    width: 350px;
    display: block;
    margin: 2% auto 0;
    text-align: center;
}

.reviews .articlesMainHolder .articlesInner{
    width:100%;
}

.reviews .article .leftBlock{
    float:left;
    width:20%;
    margin-right:2%;
}

.reviews .article .rightBlock{
    float:left;
    width:78%;
}

.reviews .articlesMainHolder .articles .heading{
    font-size:20px;
    font-weight:bold;
    float:none;
}

.reviews .articlesMainHolder .articles .comment{
    font-family: markPro;
    font-size: 18px;
}

.reviews .articles .name{
    font-family: markPro-Medium;
    font-size: 18px;
    margin: 15px 0 5px;
}

.reviews .articles .date{
    float: none;
    margin: 15px 0 0;
    width: 100%;
}

.reviews .articlesMainHolder .articles{
    margin:0 0 3%;
}

.relax.persona .hero-block .hero-overlay .heading{
    font-size:38px;
}

.relax.persona .hero-block .hero-overlay .description .descLines{
    margin:10% 0;
    font-size:24px;
}

.relax.persona .block.block-4{
    background:#1168a3;
    color:#FFF;
}

.relax.persona .hero-block .hero-overlay{
    color:#0b2040;
    top:25%;
}

.relax.persona .hero-block .hero-overlay .cta{
    display:none;
}

.relax.persona .vibes-section img{
    width:465px !important;
}

.relax.persona .vibes-section .description{
    font-size:28px;
    text-align:left;
}

.relax.persona .vibes-section .description p{
    margin:30px 0;
}

.relax.persona .vibes-section .cta a{
    background-color: #f26a21;
    border: 3px solid #f26a21;
    letter-spacing: 2px;
    border-radius: 5px;
    color: #fff;
    font-family: markPro-Medium;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0;
    text-decoration: none;
    width: 350px;
    display: block;
    margin: 5% 0 0;
    text-align: center;
}

.relax.persona .block.block-2{
    position:relative;
    padding:0;
}

.relax.persona .block.block-2 .background-image img{
    width:100% !important;
}

.relax.persona .block-2 .overlay{
    position:absolute;
    top:80px;
    width:58%;
    right:5%;
}

.relax.persona .block-2 .overlay .left{
    width:40%;
}

.relax.persona .block-2 .overlay .heading{
    text-align:left;
    width:100%;
    margin:0;
}

.relax.persona .block-2 .overlay .description{
    width:95%;
    margin:0 0 0 5%;
    text-align:left;
    line-height:1.4em;
}

.relax.persona .block-2 .overlay .description li{
    margin:2% 0;
}

.relax.persona .block-2 .overlay .description ul{
    margin-bottom:30px;
}

.relax.persona .block-2 .overlay .right{
    width:55%;
    margin-left:5%;
}

.relax.persona .block.block-2 .cta a{
    margin:3% 0 0;
}

.relax.reviews .hero-group .hero-overlay .text{
    font-size:32px;
    margin:3% 20% 0;
    width:60%;
}

.relax.reviews .articles-block .main-heading{
    font-size: 38px;
    width: 100%;
    text-align: center;
    margin-bottom: 6%;
    font-family:markPro-Medium;
}

.relax.app .block.block-1{
    background:#e1e1e1;
    color:#0b2040;
    padding:5% 6%;
}

.relax.app .block-1 .hs_cos_flex-slider{
    background:none;
}

.relax.app .block-1 .left{
    width:24%;
    margin:0 13%;
    padding:0;
}

.relax.app .block-1 .right{
    width:50%;
    margin:0;
    padding:0;
}

.relax.app .block .heading{
    text-align:left;
}

.relax.app .block .description p{
    padding-bottom:5%;
}

.relax.app .block .store-link .left, .relax.app .block .store-link .right{
    width:auto;
    margin:0;
    padding-right:15%;
    float:left;
}

.relax.app .video-block{
    padding:0;
    text-align:center;
    background:#3d464e;
}

.relax.app .video-block video{
    width:300px !important;
}

.relax.app .block.block-1 .description{
    font-size:24px;
}

.relax.app .block-1 .hs_cos_flex-slider{
    margin:0;
}

.relax.app .block.relax-reviews .heading{
    text-align:center;
}

.relax.psoriasis .hero-block .hero-overlay .heading{
    font-size:38px;
}

.relax.psoriasis .hero-block .hero-overlay .hero-carousel{
    font-size:28px;
    width:100%;
    margin:5% 0;
}

.relax.psoriasis .hero-block .hero-overlay .hero-carousel .line-1{
    margin:25px 0;
}

.relax.psoriasis .hero-block .hero-overlay{
    top:15%;
}

.relax.psoriasis .block.block-4{
    color:#FFF;
    background:#1168a3;
}

.relax.psoriasis .block.block-4 .heading{
    text-align:center;
    margin-bottom:5%;
}

.relax.psoriasis .block.block-4 .left{
    width:35%;
}

.relax.psoriasis .block.block-4 .description{
    width:80%;
}

.relax.psoriasis .block.block-4 .right{
    width:55%;
    margin-left:10%;
}

.relax.psoriasis .block.block-4 .image{
    margin-top:0;
}

.relax.psoriasis .block.block-4 .cta a{
    margin-top:5%;
}

.relax.psoriasis .block.block-3{
    background:#f7f8f9;
    color:#0b2040;
    padding:0;
    position:relative;
}

.relax.psoriasis .block.block-3 .background-image img{
    width:100% !important;
}

.relax.psoriasis .block.block-3 .overlay{
    position:absolute;
    left:6%;
    top:10%;
    width:40%;
}

.relax.psoriasis .block-3 .overlay .heading{
    text-align:left;
    width:auto;
}

.relax.products.psoriasis .block-3 .overlay .heading::after{
    margin:10px 0 0;
    width:auto;
}

.relax.psoriasis .block-3 .sub-header{
    font-size:30px;
    margin-top:2%;
    font-family:markPro-Medium;
}

.relax.products.psoriasis .block-3 .description{
    display:block;
    margin:2% 15% 0;
    width:70%;
}

.relax.products.psoriasis .block-3 .description ul > li{
    list-style-type:none;
}

.relax.products.psoriasis .block-3 .description p{
    margin:1% 0;
    font-family:markPro;
}

.relax.psoriasis .block.block-5 .heading{
    width:100%;
    margin-left:0;
}

.relax.psoriasis .block.block-5 .right-block{
    margin:0 5% 0 0;
    padding:0;
    width:50%;
}

.relax.psoriasis .block.block-5 .left-block{
    width:40%;
    margin:0 2.5%;
}

.relax.psoriasis .block.block-5 .right-block li{
    margin:10px 0;
}

.relax.psoriasis .block.block-5 .right-block .description{
    margin-top:10%;
}

.relax.psoriasis .block.relax-reviews .slider-section .press-article .quote{
    margin-top:0;
}

.relax.psoriasis .block.relax-reviews .slider-section .press-article .line-1{
    margin:50px 0 10px;
}

.relax.psoriasis .footer-container .customFooter .verticalBlock.block1 .disclaimer{
    width:100%;
}

.relax.psoriasis.variation .block.block-5{
    background:#f7f8f9;
    color:#0b2040;
}

.relax.psoriasis.variation .hero-block .hero-overlay .hero-carousel .descLines .line-1{
    margin:5px 0;
    font-size:22px;
    font-family:markPro-Medium;
}

.relax.psoriasis.variation .hero-block .hero-overlay{
    top:8%;
}

.relax.psoriasis.variation .hero-block .hero-overlay .hero-carousel{
    margin:0;
}

.relax.psoriasis.variation .hero-block .hero-overlay .hero-carousel .line-1{
    margin:40px 0;
    font-size:26px;
    font-family:markPro-Medium;
}

.relax.psoriasis.variation .hero-block .hero-overlay .hero-carousel .descLines{
    margin-bottom:35px;
}

.relax.psoriasis.variation .block.block-5 .right-block{
    width:45%;
    margin:0 0 0 5%;
}

.relax.psoriasis.variation .hero-block{
    border-bottom:2px solid #fff;
}

.relax.products.psoriasis .block-3 .description.line-1{
    width:50%;
    margin:1% 25% 0;
    text-align:center;
    font-family:markPro-Medium;
}

.relax.products.psoriasis .block-3 .heading::after{
    margin:10px auto 0;
    width:150px;
    height:2px;
    content:" ";
    display:block;
    background:#0a1f40;
}

.relax.products.psoriasis .block-3 .description.description-block{
    width: 100%;
    margin: 5% 0;
    border: 0;
    padding: 0;
    border-radius: 0;
    background: none;
    text-align: left;
}

.relax.products.psoriasis .block-3 .description.description-block .line{
    margin:20px 0;
}

.relax.psoriasis .block.block-5 .left-block{
    float:right;
}

.relax.products .block.drawer-block{
    padding:0 6%;
    background:#f7f8f9;
}

.relax.psoriasis .hero-block .scroll-link{
    position:absolute;
    bottom:10px;
    width:100%;
    color:#FFF;
    text-align:center;
    font-size:24px;
}

.relax.psoriasis .hero-block .scroll-link .line{
    padding:10px 0;
}

.relax.products .block.drawer-block .heading .image img.rotated{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.relax.products .block.drawer-block .description{
    display:none;
    margin:0 0 3% 0;
    text-align:left;
}

.relax.products .block.drawer-block .heading{
    margin:3% 0;
}

.relax.products .block.drawer-block .heading .left{
    display:inline;
}

.relax.products .block.drawer-block .heading .image{
    display:inline;
}

.relax.products .block.drawer-block .heading .image img{
    width:42px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.relax.sleep .hero-block .hero-overlay{
    color:#0b2040;
}

.relax.psoriasis.variation.sleep .hero-block .hero-overlay .hero-carousel .descLines{
    margin:35px 0;
}

.relax.psoriasis.variation.sleep .hero-block .hero-overlay .hero-carousel .descLines .line-1{
    margin:15px 0;
}

.relax .block.block-4.guarantee{
    background:#f7f8f9;
    color:#0b2040;
}

.relax.psoriasis.variation.sleep .block.block-5{
    background:#1168a3;
    color:#FFF;
}

.relax .block.block-4.guarantee .left{
    float:right;
    margin-left:10%;
    width:30%;
}

.relax .block.block-4.guarantee .right{
    float:left;
    margin:0;
}

.relax .block.block-4.guarantee .description, .relax.psoriasis.sleep .block.block-4 .description{
    width:100%;
}

.relax .block.block-4.guarantee .cta a{
    background-color:#f26a21;
    border:3px solid #f26a21;
    color:#FFF;
}

.relax.psoriasis.sleep .block.block-5 .left-block{
    float:left;
}

.relax.products.psoriasis.sleep .block-3 .heading::after{
    margin:0;
    height:0;
    width:0;
    background:none;
}

.relax .block.relax-reviews .slider-section #review-carousel.stress .press-article .left{
    margin-top:5%;
}

.relax .block.relax-reviews .slider-section #review-carousel.stress .owl-controls{
    top:45%;
}

.relax .block.relax-reviews .slider-section #review-carousel.stress .owl-controls .owl-dots{
    bottom:30%;
}

.relax.home .hs_cos_flex-slider{
    margin:0;
}

.relax.home .block-2{
    background:#f7f8f9;
}

.relax.home .block-2 .left-block .cta a, .relax.home .research .cta a{
    background-color: #f26a21;
    border: 3px solid #f26a21;
    letter-spacing: 2px;
    border-radius: 5px;
    color: #fff;
    font-family: markPro-Medium;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0;
    text-decoration: none;
    width: 300px;
    display: block;
    margin: 2% auto 0;
    text-align: center;
}

.v6.relax.home .block-2 .left-block .cta a{
    background-color:#FFF;
    border: 3px solid #0b2040;
    color: #0b2040;
}

.v6.relax.home .research .cta a{
    background-color:#f4f4f4;
    border: 3px solid #0b2040;
    color: #0b2040;
}

.relax.home .block-1{
    background: #0a2143;
    background: -moz-linear-gradient(top, #0a2143 0%, #1167a2 50%, #0a2143 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0a2143 0%,#1167a2 50%,#0a2143 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0a2143 0%,#1167a2 50%,#0a2143 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2143', endColorstr='#0a2143',GradientType=0 ); /* IE6-9 */
    padding:5% 0;
}

.relax.home .block.guarantee{
    background: #f7f8f9;
    color: #0b2040;
    padding: 6%;
}

.relax.home .block.guarantee .heading{
    margin:0 0 5% 0;
}

.relax.home .block.guarantee .right{
    width: 55%;
    float: left;
    margin: 0;
    text-align: center;
}

.relax.home .block.guarantee .description{
    text-align:left;
}

.relax.home .block.guarantee .description p{
    margin:5% 0;
}

.relax.home .block.guarantee .left{
    float: right;
    margin-left: 10%;
    width:30%;
}

.relax.home .block.guarantee .cta a{
    background-color: #f26a21;
    border: 3px solid #f26a21;
    color: #FFF;
    margin-top: 5%;
    border-radius: 5px;
    letter-spacing: 2px;
    font-family: markPro-Medium;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0;
    text-decoration: none;
    width: 300px;
    display: block;
    margin: 5% auto 0;
    text-align: center;
}

.relax.home .hs_cos_flex-direction-nav{
    display:none;
}

.relax .landing-menu{
    background:#dddcdb;
    color:#0a1f40;
    font-family: markPro-Medium;
    text-align:center;
    padding:30px 0;
    font-size:20px;
}

.relax .landing-menu .menu-wrapper{
    width:88%;
    margin:0 auto;
}

.relax .landing-menu .links{
    float:left;
    width:70%;
}

.relax .landing-menu .guarantee{
    width:28%;
    float:right;
    color:#1168a3;
    border-left:1px solid #666;
}

.relax .landing-menu .links .link{
    float:left;
    width:33.33%;
}

.relax .landing-menu .links .link{
    width:50%;
}

.relax .landing-menu .links .link img{
    width:70px;
}

.relax .landing-menu .guarantee .link{
    width:100%;
}

.relax .landing-menu .guarantee .link{
    width:100%;
}

.relax .landing-menu .links .link a{
    color:#0a1f40;
    display:block;
}

.relax .landing-menu .links .link .text{
    margin-top:10px;
}

.relax .landing-menu .links .link a:hover{
    color:#1168a3;
}

.relax.home .block-1 .drawer.top{
    padding:0 5% 5%;
}

.relax.home .hero-block{
    position:relative;
}

.relax.home .hero-block .hs_cos_flex-slide-main img{
	width:100%;
}

.relax.home.noosphere .hero-block .hero-placeholder{
    overflow:hidden;
}

.relax.home.noosphere .hero-block .hero-placeholder img{
    max-width:100%;
    width:100% !important;
}

.relax.home .hero-block .hero-bg img{
    width:100% !important;
}

.relax.home .hero-block .overlay{
    position:absolute;
    top:50%;
    width:45%;
    left:5%;
    font-size:38px;
    font-family:markpro-Medium;
    color:#0b2040;
    line-height:1.4;
    text-shadow:1px 1px #666;
}

.relax.noosphere .hero-block .hero-overlay{
    width:100%;
    height:100%;
    text-align:left;
    position:static;
}

.relax.noosphere .hs_cos_flex-control-nav{
    bottom:12%;
}

.relax.noosphere .hs_cos_flex-control-paging li a{
    background:none;
    border:1px solid #FFF;
    box-shadow:none;
    width:6px;
    height:6px;
}

.relax.noosphere .hs_cos_flex-control-paging li a.hs_cos_flex-active{
    background:#3a4d78;
    border:1px solid #3a4d78;
}

.relax.noosphere .hero-block .hero-overlay .pre-hero{
    background:#061b33;
    text-align:center;
    font-size:14px;
    position:absolute;
    top:0;
    padding:1% 0;
    width:100%;
}

.relax.noosphere .hero-block .hero-overlay .pre-hero p{
    margin:0 auto;
    width:90%;
}

.relax.noosphere .hero-block .hero-overlay .pre-hero .yellow{
    color:#fff200;
    font-weight:bold;
}

.relax.noosphere .hero-block .hero-overlay .overlay-left{
    margin:0;
    width:48%;
    position:absolute;
    top:12%;
    left:12%;
}

.relax.noosphere .hero-block .hero-overlay .overlay-right{
    margin:0;
    width:28%;
    background:#FFF;
    color:#999;
    position:absolute;
    right:12%;
    top:12%;
}

.relax.noosphere .hero-block .hero-overlay .thync-logo img{
    width:175px !important;
}

.relax.noosphere .hero-block .hero-overlay .hero-message{
    font-weight:bold;
    font-size:42px;
    margin:0 5px;
    font-family:markpro-Medium;
    width:60%;
}

.relax.noosphere .hero-block .hero-overlay .box-image{
    margin-top:20px;
}

.relax.noosphere .hero-block .hero-overlay .box-image img{
    width:400px !important;
}

.relax.noosphere .hero-block .hero-overlay .heading{
    color:#fffefe;
    font-weight:bold;
    font-size:16px;
    background:#496198;
    padding:10px;
    text-align:center;
}

.relax.noosphere .hero-block .hero-overlay .heading .number{
    font-size:17px;
    margin:0 1px;
    padding:3px;
    background: #0075bf; /* Old browsers */
    background: -moz-linear-gradient(top, #0075bf 1%, #2989d8 50%, #0090d6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0075bf 1%,#2989d8 50%,#0090d6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0075bf 1%,#2989d8 50%,#0090d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0075bf', endColorstr='#0090d6',GradientType=0 ); /* IE6-9 */
}

.relax.noosphere .hero-block .hero-overlay .form{
    padding:10px 30px;
}

.relax.noosphere .hero-block .hero-overlay .form .field{
    margin:16px 0;
}

.relax.noosphere .hero-block .hero-overlay .form .label{
    float:left;
    width:25%;
    font-size:11px;
    padding:4px 0;
}

.relax.noosphere .hero-block .hero-overlay .form .field.cta a{
    border: 0;
    border-radius: 0;
    width: 200px;
    margin: 0 auto;
    font-size: 18px;
    padding: 8px 0;
    display:block;
}

.relax.noosphere .hero-block .hero-overlay .form .field.conditions{
    font-size: 10px;
    text-align: center;
}

.relax.noosphere .hero-block .hero-overlay .form .label .mandatory{
    color:#f26a21;
    font-family:markPro-Light;
    font-size:10px;
}

.relax.noosphere .hero-block .hero-overlay .form .input{
    float:left;
    width:75%;
    position:relative;
}

.relax.noosphere .hero-block .hero-overlay .form .input input, .relax.noosphere .hero-block .hero-overlay .form .input select{
    border: 1px solid #999;
    padding:2px;
    font-size:12px;
}

.relax.noosphere .hero-block .hero-overlay .form .error{
    display:none;
    font-size:8px;
    position:absolute;
    padding:2px 2%;
    color:#FFF;
    width:96%;
    background:#f26a21;
    top:20px;
}

.relax.noosphere .hero-block .hero-overlay .form .input .error-class{
    border:1px solid #f26a21;
}

.relax.noosphere .hero-block .hero-overlay .offer-tag{
    position: absolute;
    bottom: 2%;
    left: 40%;
    z-index: 98;
    width:auto;
    display:none;
}

.relax.noosphere .hero-block .hero-overlay .review-logos, .relax.noosphere .hero-block .hero-overlay .review-logos-mobile{
    background: none;
    padding: 0 5%;
    text-align: center;
    position: absolute;
    bottom: 3%;
}

.relax.noosphere .hero-block .hero-overlay .review-logos-mobile{
    display:none;
}

.relax.noosphere .block.video-block{
    padding:0;
    background:#FFF;
}

.relax.noosphere .block.video-block .video-wrapper{
    width: 100%;
    margin: 0 auto;
    float: none;
}

.relax.noosphere .block-2{
    background:#3a4d78;
    color:#FFF;
    padding:2.5% 5%;
}

.relax.noosphere .block.guarantee-block .heading, .relax.noosphere .block.how-it-works .heading, .relax.noosphere .block-2 .heading, .relax.noosphere .block-1 .heading, .relax.noosphere .block.relax-reviews .heading, .relax.noosphere .block.collage .heading, .relax.noosphere .block.in-the-box .heading{
    font-size:38px;
    margin:0;
    font-family:markpro-Light;
}

.relax.noosphere .block-1 .heading{
    padding:5px 0;
}

.relax.noosphere .block.guarantee-block .heading::after, .relax.noosphere .block.how-it-works .heading::after, .relax.noosphere .block-2 .heading::after, .relax.noosphere .block.relax-reviews .heading::after, .relax.noosphere .block.collage .heading::after, .relax.noosphere .block.in-the-box .heading::after{
    margin:20px auto 0;
    width:120px;
    height:4px;
    content:" ";
    display:block;
    background:#ff6000;
}

.relax.noosphere .block-2 .description{
    margin:4% 0 0;
    font-size:18px;
    font-family:markpro-Light;
}

.relax.noosphere .block-1{
    background:#FFF;
    color:#626262;
    padding:3.5% 5%;
    position:relative;
}

.relax.noosphere .block-1 .heading-tag{
    font-size:32px;
    margin:0;
    position:absolute;
    margin-top:3.5%;
    left:0;
    top:0;
    color:#fff200;
    background:#496198;
    text-align:right;
    padding:10px;
    width:30%;
}

.relax.noosphere .block-1 .drawer.top{
    padding:0;
    width: 960px;
    margin: 0 auto;
    float: none;
}

.relax.noosphere .block-1.block-1b{
    background:#3a4d78;
    color:#FFF;
}

.relax.noosphere .block-1.block-1b.sleep-block{
    background:#FFF;
    color:#626262;
    padding:5%;
}

.relax.noosphere .block-1.block-1b.sleep-block .heading{
    width: 60%;
    margin: 0 auto;
    float: none;
}

.relax.noosphere .block-1 .sub-heading{
    font-size:18px;
    margin-top:1%;
    font-family:markpro-Light;
}

.relax.noosphere .block-1 .sub-heading::after, .relax.noosphere .block-1.block-1b.sleep-block .heading::after{
    margin:20px auto 0;
    width:120px;
    height:4px;
    content:" ";
    display:block;
    background:#ff6000;
}

.relax.noosphere .block-1 .expert-group{
    color:#626262;
}

.relax.noosphere .block-1 .drawer .expert-group .name{
    margin-top:0;
    font-family:markpro;
    font-weight:bold;
    font-size:18px;
}

.relax.noosphere .block-1 .drawer .expert-group .designation{
    margin-top:2%;
    font-family:markpro;
    font-weight:bold;
    font-size:13px;
}

.relax.noosphere .block-1 .drawer .expert-group .quote{
    margin:5% 10% 0;
    font-family:markpro-Light;
    font-size:16px;
    font-style:normal;
    width:80%;
}

.relax.noosphere .block-1 .drawer .left .image-text.number{
    margin-top:15%;
    font-size:24px;
}

.relax.noosphere .block-1 .drawer .left .image-text{
    font-weight:bold;
    font-size:16px;
    margin-top:3%;
}

.relax.noosphere .block-1.sleep-block .drawer .left .image-text{
    color:#626262;
    margin-top:10%;
    font-weight:normal;
    font-size:20px;
}

.relax.noosphere .block-1.sleep-block .description{
    font-size: 16px;
    width: 960px;
    margin: 3% auto 0;
    float: none;
}

.relax.noosphere .block-1 .cta a{
    background:#f26a21;
    color:#FFF;
    border:3px solid #f26a21;
    border-radius:0;
    font-size:18px;
    font-weight:normal;
    letter-spacing:0;
    width:300px;
    padding:15px 0;
}

.relax.noosphere .block.relax-reviews{
    background:#f6f5fa;
    color:#626262;
    padding:3.5% 0;
}

.relax.noosphere .block.relax-reviews .slider-section{
    width:60%;
    margin:5% 20%;
}

.relax.noosphere .block.relax-reviews .slider-section .press-article{
    width:100%;
    position:relative;
}

.relax.noosphere .block.relax-reviews .slider-section .press-article .image{
    width:auto;
}

.relax.noosphere .block.relax-reviews .slider-section .press-article .overlap{
    position:absolute;
    top:60px;
    right:0;
    height:170px;
    width:40%;
    padding:0 5%;
    background:#FFF;
    color:#626262 !important;
}

.relax.noosphere .block.relax-reviews .slider-section #review-carousel .owl-stage img{
    width:500px;
    margin:0;
}

.relax.noosphere .block.relax-reviews .slider-section .press-article .quote{
    font-size:14px;
    font-family:markpro-Light;
    text-align:left;
}

.relax.noosphere .block.relax-reviews .slider-section .press-article .name{
    font-size:18px;
    font-weight:bold;
    text-align:right;
    margin-top:10px;
}

.relax.noosphere .block.relax-reviews .slider-section #review-carousel .owl-controls .owl-dot{
    border:1px solid #626262;
}

.relax.noosphere .block.relax-reviews .slider-section #review-carousel .owl-controls .owl-dot.active{
    border:1px solid #ff6000;
    background:#ff6000;
}

.relax.noosphere .block.collage{
    background:#3a4e7a;
    padding:3.5% 0 0;
    color:#FFF;
}

.relax.noosphere .block.collage .images{
    margin-top:5%;
}

.relax.noosphere .block.collage .image{
    float:left;
    width:25%;
}

.relax.noosphere .block.collage .image img{
    width:100%;
}

.relax.noosphere .block.in-the-box{
    padding:3.5% 5%;
    background:#3b4e7a;
    color:#FFF;
}

.relax.noosphere .block.in-the-box .box-image{
    width:960px;
    float:none;
    margin:5% auto 0;
}

.relax.noosphere .block.in-the-box .box-image-mobile{
    display:none;
}

.relax.noosphere .block.in-the-box .cta a, .relax.noosphere .block.guarantee-block .cta a{
    background: #f26a21;
    color: #FFF;
    border: 3px solid #f26a21;
    border-radius: 0;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    font-family: markPro-Medium;
    padding: 15px 0;
    text-decoration: none;
    width: 300px;
    display: block;
    margin: 5% auto 0;
    text-align: center;
}

.relax.noosphere .hs_cos_flex-slider{
    width:110%;
    margin-left:-5%;
}

.relax .footer-container-wrapper .message-popup{
    position: fixed;
    display:none;
    bottom: 10%;
    width: auto;
    background: #FFF;
    padding: 5px 15px 5px 5px;
    left:2%;
    box-shadow: 5px 5px 15px #888888;
}

.relax .footer-container-wrapper .message-popup .name{
    color:#f15f28;
}

.relax .footer-container-wrapper .message-popup .left{
    float:left;
    width:auto;
}

.relax .footer-container-wrapper .message-popup .left img{
    width:90px;
}

.relax .footer-container-wrapper .message-popup .right{
    float:left;
    width:auto;
    text-align:left;
    margin:25px 0;
}

.relax.noosphere .block.how-it-works{
    background:#FFF;
    padding:3.5% 5%;
    color:#626262;
}

.relax.noosphere .block.how-it-works .description{
    font-size: 18px;
    width: 960px;
    margin: 2.5% auto;
    float: none;
    font-family:markPro-Light;
}

.relax.noosphere .block.how-it-works .left-group{
    float:left;
    margin:0 3% 0 8%;
    width:49%;
}

.relax.noosphere .block.how-it-works .right-group{
    float:left;
    margin:0 8% 0 0;
    width:32%;
    text-align:center;
}

.relax.noosphere .block.how-it-works .innergroup{
    position:relative;
}

.relax.noosphere .block.how-it-works .innergroup .image{
    float:left;
    width:30%;
    bottom:-25px;
    position:relative;
}

.relax.noosphere .block.how-it-works .inner.right{
    margin:0;
    float:left;
    width:70%;
}

.relax.noosphere .block.how-it-works .inner.right .number{
    font-size: 24px;
    border-radius: 20px;
    border: 2px solid #48629a;
    width: 40px;
    padding: 8px 5px 5px 5px;
    margin: 0 auto;
    float: none;
}

.relax.noosphere .block.how-it-works .inner.right .text::after,.relax.noosphere .block.how-it-works .inner.right .text::before{
    margin:8px auto;
    width:10px;
    height:10px;
    border-radius:5px;
    content:" ";
    display:block;
    background:#48629a;
}

.relax.noosphere .block.how-it-works .inner.right .text{
    font-size:20px;
    font-family:markPro-Light;
}

.relax.noosphere .block.how-it-works .innergroup.last .inner.right .text::after{
    height:0;
    width:0;
}

.relax.noosphere .block.guarantee-block{
    background:#f6f5fa;
    padding:3.5% 5%;
    color:#626262;
}

.relax.noosphere .block.guarantee-block .description-wrapper{
    float:none;
    margin:5% auto 0;
    width:960px;
}

.relax.noosphere .block.guarantee-block .description{
    font-family:markPro-Light;
    float:left;
    text-align:left;
    width:35%;
    margin:0 15% 0 0;
    font-size:20px;
}

.relax.noosphere .block.guarantee-block .description p{
    margin:10% 0;
}

.relax.noosphere .block.guarantee-block .image{
    width:50%;
    margin:0;
    float:right;
}

.relax.psoriasis.autism .block.block-3{
    padding:5% 6%;
    color:#0b2040;
    background: #fff;
}

.relax.psoriasis.autism .block.block-3 .heading{
    font-size: 38px;
    font-family: markpro-Medium;
    margin:0;
    text-align: center;
}

.relax.psoriasis.autism .block.block-3 .innerblock{
    float: left;
    margin-top: 5%;
}

.relax.psoriasis.autism .block.block-3 .innerblock .heading{
    font-size: 32px;
    margin: 8% 0;
}

.relax.psoriasis.autism .block.block-3 .innerblock .description{
    text-align: center;
    width: 80%;
    margin: 0 10%;
    font-family: markpro;
}

.relax.psoriasis.autism .block.block-3 .cta a{
    margin:2% auto 0;
}

.relax.psoriasis.autism .block.block-4.how-it-works{
    background:#0a1f40;
}

.relax.psoriasis.autism .block.block-4.how-it-works .cta a{
    background-color:#0b2040;
    border:3px solid #FFF;
    color:#FFF;
}

.relax.psoriasis.autism .cta-help-text{
    margin-top:15px;
    text-align:center;
}

.relax.psoriasis.autism .hero-block .hero-overlay .cta-help-text{
    text-align:left;
    color:#FFF;
    width:350px;
}

.header-tag{
    display:none !important;
}

.v5 .menuLinks .links .link{
    width:25%;
}

.v5.relax.home .hs_cos_flex-slider .superimpose .caption{
    top: 20%;
    width: 40%;
    left: 5%;
    font-size: 42px;
    font-family: markpro-Medium;
    color: #2f2f2f;
    padding:0;
    text-align:left;
    background:transparent;
    position:absolute;
}

.v5.v6.relax.home .hs_cos_flex-slider .superimpose .caption{
    width: 90%;
    text-align: center;
    top: 40%;
}

.v5.relax.home .hs_cos_flex-slider .superimpose .caption .slider-image{
    margin-bottom:10px;
    display:none;
}

.v5.relax.home .hs_cos_flex-slider .superimpose .caption .slider-image img{
    width:auto;
}

.v5.relax.home .hs_cos_flex-slider .superimpose .caption .line-1{
    line-height: 1.4;
    text-shadow: 1px 1px #666;
}

.v5.v6.relax.home .hs_cos_flex-slider .superimpose .caption .line-1{
    color:#0b2040;
    letter-spacing:1px;
}

.v5.relax.home .hs_cos_flex-slider .superimpose .caption .cta a{
    background-color: #f26a21;
    border: 3px solid #f26a21;
    letter-spacing: 0px;
    border-radius: 5px;
    color: #FFF;
    font-family: markPro-Medium;
    font-size: 24px;
    font-weight: bold;
    padding: 12px 0;
    text-decoration: none;
    width: 300px;
    display: block;
    margin: 10% 0 0;
    text-align: center;
    line-height:1em;
}

.v5.relax.home .block-1{
    background:#2a485c;
    color:#FFF;
}

.v5.v6.relax.home .block-1{
    background:#1168a3;
}

.v5.relax.home .block-2 .heading{
    line-height: 1.1em;
}

.v5.relax.home .block-2 .description{
    margin-top:1%;
}

.v5.relax.home .block-2{
    background:#f4f4f4;
}

.v5.relax.home .block-4{
    background:#FFF;
    padding:5% 0;
}

.v5.relax.home .block-4 .heading{
    margin:0;
}

.v5.relax.home .block-4 .left{
    width:40%;
    margin:5% 0 0 10%;
}

.v5.relax.home .block-4 .right{
    width:40%;
    margin:5% 10% 0 0;
}

.v5.relax.home .block-4 .cta a{
    background-color: #f26a21;
    border: 3px solid #f26a21;
    letter-spacing: 0;
    border-radius: 5px;
    color: #fff;
    font-family: markPro-Medium;
    font-size: 28px;
    font-weight: bold;
    padding: 20px 0;
    text-decoration: none;
    width: 350px;
    display: block;
    margin: 2% auto 0;
    text-align: center;
}

.v5.relax.home .block.research{
    background:#467885;
    color:#FFF;
    padding:5%;
}

.v5.v6.relax.home .block.research{
    background:#f4f4f4;
    color:#0b2040;
}

.v5.relax.home .block.research .heading{
    margin:0;
}

.v5.relax.home .block.research .description{
    margin-top:3%;
}

.v5.science .hero-group .hero-overlay{
    top:auto;
    bottom:40%;
    width:80%;
    left:10%;
}

.v5.science .hero-group .hero-overlay .text{
   text-shadow:2px 1px #000;
   font-size:42px;
}

.v5.science .block-1{
   background:#2a485c;
}

.v5.science .block-4 .description, .v5.science .block .heading{
    text-align:center;
}

.v5.science .block .heading{
    margin-bottom:1%;
}

.v5.science .block-4{
    background:#2a485c;
    text-align:center;
}

.v5.science .block-4 .image{
    margin-top:3%;
}

.v5.science .block-3{
    padding:5% 0 0;
}

.v5.science .block .description strong{
    font-family:markpro-Medium;
}

.v5.science .block-3 .heading, .v5.science .block-3 .description p{
    padding:0 6%;
}

.v5.science .block-3 .description .image{
    text-align:center;
    float:left;
    width:35%;
    background:#EBEBEB;
}

.v5.science .block-3 .description .image.left{
    padding:3% 5% 3% 10%;
}

.v5.science .block-3 .description .image.right{
    padding:3% 10% 3% 5%;
}

.v5.contact .footer-container .customFooter .upperFooter, .v5.contact .footer-container .customFooter .lowerFooter{
    width:88% !important;
}

.v5.contact .earlyAccessBlock{
    background:#F4F4F4;
    padding:5%;
    width:100%;
    color:#0b2040;
}

.v5.contact .earlyAccessBlock .earlyAccessForm{
    margin:0;
}

.v5.contact .earlyAccessBlock .earlyAccessForm .hs-form{
    width:600px;
    margin:0 auto;
}

.v5.contact .earlyAccessBlock .earlyAccessForm .form-title{
    text-align:center;
    font-family:markpro-Medium;
    font-size:38px;
    margin-bottom:3%;
}

.v5.contact .earlyAccessBlock .earlyAccessForm .successMessage{
	text-align:center;
}

.v5.contact .earlyAccessBlock .earlyAccessForm .hs-form-field, .v5.contact .earlyAccessBlock .earlyAccessForm .hs_submit{
    margin:3% 0;
    float:none;
    width:100%;
}

.v5.contact .earlyAccessBlock .earlyAccessForm .hs-form-field > label{
    display:none;
}

.v5.contact .earlyAccessBlock .earlyAccessForm .hs-form-field input, .v5.contact .earlyAccessBlock .earlyAccessForm .hs-form-field textarea{
    background:#FFF;
    border:none;
    min-height:40px;
    color: #757576;
    font-size: 14px;
    padding: 1% 2%;
}

.v5.contact .earlyAccessBlock .earlyAccessForm .hs-error-msgs{
    color:#ff0000;
    list-style-type:none;
}

.v5.contact .earlyAccessBlock .earlyAccessForm .hs_submit .hs-button{
    background: #d8d8d8;
    cursor: pointer;
    color: #757576;
    font-family:markpro-Medium;
    font-size: 20px;
    text-align: center;
    padding: 2% 0;
    margin: 0 auto;
    display: block;
    width: 30%;
    border: 0;
}

.v5.relax.science .block-1 .cta a{
    background:transparent;
    border:3px solid #FFF;
    color:#FFF;
}

.popup-form .overlayBlock{
    display:none;
}

.popup-form .overlayBlock .popup-body{
    width:450px;
    border:1px solid #FFF;
    background:#105A87;
    position:absolute;
    padding:30px 0;
    color:#FFF;
    line-height:1.2em;
    text-align:center;
}

.popup-form .overlayBlock .popup-body .videoCloseLink{
    position:absolute;
    padding:0;
    width:92%;
    text-align:right;
    right:20px;
    top:10px;
    font-size:13px;
    font-weight:bold;
}

.popup-form .overlayBlock .popup-body .form-heading{
    background: #FFF;
    font-size: 20px;
    color: #105A87;
    width: 100%;
    padding:20px 0;
    font-family:markpro-Medium;
    letter-spacing:1px;
    font-weight:bold;
    line-height:1.2em;
    box-shadow:0px 2px 4px #000;
}

.popup-form .overlayBlock .popup-body .form-body{
    padding:30px 50px;
}

.popup-form .overlayBlock .popup-body .email{
    padding:0 50px;
}

.popup-form .overlayBlock .popup-body .email .input-email{
    text-align:center;
    background:#FFF;
    border:none;
    color:#105A87;
    font-family:markpro-Medium;
    letter-spacing:1px;
    height:40px;
    font-weight:bold;
}

.popup-form .overlayBlock .popup-body .email .submit{
    text-align:center;
    width:100%;
    height:40px;
    background:#f26a21;
    color:#FFF;
    font-family:markpro-Medium;
    letter-spacing:1px;
    border:1px solid #FFF;
    margin-top:8px;
    font-weight:bold;
    cursor:pointer;
    -webkit-appearance:none;
    -moz-appearance:none;
}

.story-popup-form .overlayBlock .popup-body{
    width:80%;
    left:10%;
    border:0 none;
    background:#FFF;
    position:absolute;
    padding:30px 0;
    color:#0b2040;
    line-height:1.2em;
    text-align:center;
    overflow:auto;
    box-shadow:5px 5px 15px #000;
}

.story-popup-form .overlayBlock .popup-body .videoCloseLink{
    position:absolute;
    padding:0;
    width:92%;
    text-align:right;
    right:20px;
    top:20px;
    font-size:24px;
    font-weight:bold;
    color:#0b2040;
}

.story-popup-form .overlayBlock .popup-body .form-heading{
    background: none;
    font-size: 32px;
    color: #0b2040;
    width: auto;
    padding:0px 50px;
    letter-spacing:1px;
    font-weight:bold;
    line-height:1.2em;
    box-shadow:none;
    text-align:left;
}

.story-popup-form .overlayBlock .popup-body .form-body{
    padding:30px 50px;
    text-align:left;
}

.story-popup-form .overlayBlock .popup-body .form-body p{
    margin:12px 0;
}

.story-popup-form .overlayBlock .popup-body .form-body a{
    color:#0b2040;
    text-decoration:underline;
}

.psoriasis-popup-form .overlayBlock .popup-body{
    width:80%;
    left:10%;
    border:0 none;
    background:#FFF;
    position:absolute;
    padding:30px 0;
    color:#0b2040;
    line-height:1.2em;
    text-align:center;
    overflow:auto;
    box-shadow:5px 5px 15px #000;
}

.psoriasis-popup-form .overlayBlock .popup-body .videoCloseLink{
    position:absolute;
    padding:0;
    width:92%;
    text-align:right;
    right:20px;
    top:20px;
    font-size:24px;
    font-weight:bold;
    color:#0b2040;
}

.psoriasis-popup-form .overlayBlock .popup-body .form-heading{
    background: none;
    font-size: 32px;
    color: #0b2040;
    width: auto;
    padding:0px 50px;
    letter-spacing:1px;
    font-weight:bold;
    line-height:1.2em;
    box-shadow:none;
    text-align:left;
}

.psoriasis-popup-form .overlayBlock .popup-body .form-body{
    padding:30px 50px;
    text-align:left;
}

.psoriasis-popup-form .overlayBlock .popup-body .form-body p{
    margin:12px 0;
    font-family:markpro-Medium;
}

.psoriasis-popup-form .overlayBlock .popup-body .form-body a{
    color:#0b2040;
    text-decoration:underline;
}

.btn-menu {width: 20px;height: 12px;border-top: 2px solid #676767;border-bottom: 2px solid #676767;margin: 36px 0 0;-webkit-transition: border-color 0.3s ease;-o-transition: border-color 0.3s ease;transition: border-color 0.3s ease;position: absolute;left: 50%;margin-left: -10px;}
.btn-menu:before,
.btn-menu:after { display: block; content: ''; height: 2px; width: 100%; position: absolute; top: 50%; left: 0; right: 0; margin-top: -1px; background-color: #676767; -webkit-transition: -webkit-transform 0.6s ease; transition: -webkit-transform 0.6s ease; -o-transition: transform 0.6s ease; transition: transform 0.6s ease; transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
.btn-menu.toggled { border-color: transparent; }
.btn-menu.toggled:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.btn-menu.toggled:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.btn {display: inline-block;text-align: center;text-decoration: none;text-transform: uppercase;-webkit-box-sizing: border-box;box-sizing: border-box;}
.btn-primary {background: #f26a21;}
.btn-small {font-size: 1.2rem; line-height: 3rem; padding: 0 25px;}
.wrapper {width: 100%; max-width: 1320px; margin: 0 auto; padding: 0 6%; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative;}
.header_new {background-color: #fff;position: relative;position: absolute;z-index: 3;left: 0;right: 0;-webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.header_new.fixed {position: fixed;top: -95px;left: 0;right: 0;z-index: 10;-webkit-transform: translateY(95px);-ms-transform: translateY(95px);transform: translateY(95px);}
.header_new .wrapper {max-width: 1730px;}
.header_new .logo {display: inline-block;margin: 26px 0 15px;}
.header__buy-btn{float:right;margin: 23px 0 0 15px; color:#FFF; font-family:"MarkPro-medium"; font-weight:bold;font-size:20px;}
.btn_link{ color:#A7A7A8; font-size:16px; background:none; padding:0 10px; }
.header__accountLink{ float:right; margin: 31px 0 0 15px; padding:0 25px; }
.header-nav {background: rgba(25, 25, 25,0.85);position: absolute;left: 0;right: 0;z-index: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-pack: distribute;justify-content: space-around;padding: 0;height: 0;overflow: hidden;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.header-nav.show {height: 100px;padding: 30px 0;z-index: 10;}
.header-nav__item { list-style-type:none; }
.header-nav__item a {text-decoration: none;display: block;text-align: center; color:#FFF;}
.header-nav__item svg {fill:#6070B8; -webkit-transition: fill 0.3s ease; -o-transition: fill 0.3s ease; transition: fill 0.3s ease;}
.header-nav__item a:hover svg {fill: #fff;}
.header-nav__item h4 {font-size: 1.2rem;margin-top: 10px;}
@media only screen and (max-width: 640px){
  .header-nav {display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
  .header-nav.show {height: 235px;}
  .header-nav__item { -webkit-box-flex:1; -ms-flex:1 1 33%; flex:1 1 33%; margin-bottom: 30px;}
  .header_new .btn-small{ margin:23px 0 0 0; }
  .header__buy-btn{ font-size:18px; }
}
@media only screen and (max-width: 580px){
    .header__accountLink{ padding: 0 5px; }
}
@media only screen and (max-width: 480px){
    .header_new .btn-small{ width:80px; line-height:1.1; margin:22px 0 0 0; padding:5px 10px; font-size:16px; }
    .header-nav__item h4{ font-size:15px; }
    .header__accountLink{ padding: 0 25px; }
}
@media only screen and (max-width: 380px){
    .header_new .btn-small{ margin:22px 0 0 0; }
}
@media only screen and (max-width: 350px){
  .header_new .logo {margin: 15px 0;}
  .header_new .btn-menu {margin-top: 26px;}
  .header-nav.show {height: 410px;overflow: scroll; padding-bottom: 0;}
  .header-nav__item { -webkit-box-flex:1; -ms-flex:1 1 50%; flex:1 1 50%;}
  .header__buy-btn {margin: 18px 0 0 15px;padding: 0 15px;}
  .header_new .btn-small{ margin:17px 0 0 5px; }
  .header__accountLink{ margin:20px 0 0 5px; padding:0 5px; }
}
@media only screen and (max-height: 480px) and (orientation: landscape){
  .header-nav.show {overflow: scroll;z-index: 5;padding: 20px 0;}
  .header-nav__item {margin: 5px 0;}
  .header-nav__item svg {height: 40px;}
}

.trialForm .zopim{ display:none !important; }
.trialForm .header_new .logo{ cursor:default; }
.trialForm .hero-group{ position:relative; }
.trialForm .hero-image img{ width:100% !important; }
.trialForm .overlay{ position:absolute; top:40%; width:90%; left:5%; text-align:center; color:#FFF; }
.trialForm .overlay .heading{ font-size:42px; font-family:markpro-Medium; }
.trialForm .overlay .sub-heading{ font-size:28px; margin-top:10px; }
.trialForm .block{ text-align:center; padding:3% 6%; }
.trialForm .block.block-1{ background:#1c5066; color:#FFF; }
.trialForm .block.block-2{ background:#f6f6f6; }
.trialForm .block.block-1 .small-heading{  }
.trialForm .block.block-1 .sub-heading{ font-size:24px; line-height:1.2; }
.trialForm .block.block-1 .little-heading{ font-size:24px; line-height:1.2; }
.trialForm .block.block-1 .sub-heading:before{ margin:20px auto; width:150px; height:2px; content:" "; display:block; background:#fff; }
.trialForm .block .description p{ font-size:24px; }
.trialForm .block .description{ font-size:20px; margin-top:20px; }
.trialForm .block .description ul{ margin:15px auto 0; width:720px; }
.trialForm .block.block-2 .description ul{ width:100%; }
.trialForm .block .description ul > li{ margin:5px 0; list-style-type:none; }
.trialForm .block .sub-text{ font-size:18px; margin:30px 0; }
.trialForm .block .cta a{ background-color: #f26a21; border: 3px solid #f26a21; letter-spacing: 2px; border-radius: 5px; color: #fff; font-family: markPro-Medium; font-size: 24px; font-weight: bold; padding: 15px 0; text-decoration: none; width: 300px; display: block; margin: 0 auto; text-align: center; }
.trialForm .block.block-3 .description p{ font-size:20px; margin: 20px 0; }
.trialForm .block.block-4{ background:#f6f6f6; }
.trialForm .block.block-2{ background:#1c5066; color:#FFF; }
.trialForm .block.block-2 .description{ line-height:1.2; }
.trialForm .block.block-4 .description{ margin-bottom: 60px; }
.trialForm .block.block-4 .icon-group{ float:none; margin:0 auto; }
.trialForm .block.block-4 .icon-group .image{ width:100px; height:100px; line-height:100px; border:2px dashed #3a4d78; border-radius:100px; margin:0 auto; float:none; }
.trialForm .block.block-4 .icon-group .image img{ width:50px !important; vertical-align:middle; }
.trialForm .block.block-4 .icon-group .image-text{ font-family:markpro-Medium; margin-top:20px; font-size:20px; }
