/*
 Styles for Dynacare Plus
 Author: Peter Wooster
 Silver Maple Web 
 Blueprint Internet Marketing
 
 Feb 25, 2018 
*/

/* =Reset

-------------------------------------------------------------- */
.overfhidden{
	overflow:hidden!important;
}


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, font, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

    border: 0;

    font-family: inherit;

    font-size: 100%;

    font-style: inherit;

    font-weight: inherit;

    margin: 0;

    outline: 0;

    padding: 0;

    vertical-align: baseline;

}

html {

    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

    overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */

    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

    -ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}

*,

*:before,

*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */

    -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */

    -moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */

    box-sizing:         border-box;

}
body {

    background: #fff;

}

article,

aside,

details,

figcaption,

figure,

footer,

header,

main,

nav,

section {

    display: block;

}

ol, ul {

    list-style: none;

}

table { /* tables still need 'cellspacing="0"' in the markup */

    border-collapse: separate;

    border-spacing: 0;

}

caption, th, td {

    font-weight: 300;

    text-align: left;

}

blockquote:before, blockquote:after,

q:before, q:after {

    content: "";

}

blockquote, q {

    quotes: "" "";

}

a:focus {

    outline: thin dotted;

}

a:hover,

a:active {

    outline: 0;

}

a img {

    border: 0;

}

/* end of reset */


/* Global */

body,

button,

input,

select,

textarea {

    color: #63666a;

    font-family: sans-serif;

    font-size: 16px;

    font-size: 1.6rem;

    line-height: 1.4;

}





hr {

    background-color: #888888;

    border: 0;

    height: 1px;

    margin-bottom: 1.5em;
}


/* Text elements */

p {

    margin-bottom: 1.5em;

}

ul, ol {

    margin: 0 0 1.5em 3em;

}

ul.disc, 

ul {

    list-style: disc;

}

ol {

    list-style: decimal;

}

li > ul,

li > ol {

    margin-bottom: 0;

    margin-left: 1.5em;

}

li {
    margin-bottom:.25em;
}


dt {

    font-weight: 400;

}

dd {

    margin: 0 1.5em 1.5em;

}

b, strong {

    font-weight: 600;
}



dfn, cite, em, i {

    font-style: italic;

}

blockquote {

    margin: 0 1.5em;

}

address {

    margin: 0 0 1.5em;

}

pre {

    background: #eee;

    font-family: "Courier 10 Pitch", Courier, monospace;

    font-size: 15px;

    font-size: 1.5rem;

    line-height: 1.6;

    margin-bottom: 1.6em;

    max-width: 100%;

    overflow: auto;

    padding: 1.6em;

}
p span.italic_mode{
	font-style:italic!important;
}

code, kbd, tt, var {

    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

}

abbr, acronym {

    border-bottom: 1px dotted #666;

    cursor: help;

}

mark, ins {

    background: #fff9c0;

    text-decoration: none;

}

sup,

sub {

    font-size: 66%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {

    bottom: 1ex;

}

sub {

    top: .5ex;

}

small,
.small{
    font-size: 75%;
}

big {

    font-size: 125%;

}

figure {

    margin: 0;

}

table {

    margin: 0 0 1.5em;

    width: 100%;

}

th {

    font-weight: bold;

}


img {

    height: auto; /* Make sure images are scaled correctly. */

    max-width: 100%; /* Adhere to container width. */

}

.centered {
    text-align:center;
}

/* Links */

a,
a:visited,
a:focus,
a:active {
    color:#00aec7;
    text-decoration: none;
}

a:hover {
    text-decoration:underline;
}

/* Text meant only for screen readers */

.screen-reader-text {

    clip: rect(1px, 1px, 1px, 1px);

    position: absolute !important;

}



.screen-reader-text:hover,

.screen-reader-text:active,

.screen-reader-text:focus {

    background-color: #f1f1f1;

    border-radius: 3px;

    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

    clip: auto !important;

    color: #21759b;

    display: block;

    font-size: 20px;

    font-weight: bold;

    height: auto;

    left: 5px;

    line-height: normal;

    padding: 15px 23px 14px;

    text-decoration: none;

    top: 5px;

    width: auto;

    z-index: 100000; /* Above WP toolbar */

}



/* Clearing */

.clear:before,

.clear:after,

.entry-content:before,

.entry-content:after,

.comment-content:before,

.comment-content:after,

.site-header:before,

.site-header:after,

.site-content:before,

.site-content:after,

.site-footer:before,

.site-footer:after {

    content: '';

    display: table;

}



.clear:after,

.entry-content:after,

.comment-content:after,

.site-header:after,

.site-content:after,

.site-footer:after {

    clear: both;

}


/* =Content

----------------------------------------------- */



/* Make sure embeds and iframes fit their containers */

embed,

iframe,

object {

    max-width: 100%;

}



/* ===========================================================================

    Blueprint IM Specific Rules 

    Author: Peter Wooster, Silver Maple Web 

    Copyright (C) 2018, Devondev Inc.

   =========================================================================== */



/* fonts */

body {
    font-family:  'Museo', serif;
    width:100%;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 300;
    max-width:100%;
    margin:0;
    background-color:white;
    color:#63666a;
}


.band-content.narrow {

    max-width:600px;

    margin-left:auto;

    margin-right:auto;

    text-align:center;

    padding:2em 0;

}



.band-content.narrow  h1 {

    text-align:center;

}



.band-content.narrow input {

    width:100%;

}



.band-content.narrow form {

    max-width:400px;

    margin-left:auto;

    margin-right:auto;

}

/* bands */

.band {
    margin:0;
    padding-top:1em;
    padding-bottom:1em;
    color:#63666a;
}


.container,
#masthead .content {
    overflow:visible;
}


.band.tight {

    padding-top:0;

    padding-bottom:0;

}


.band.tight-bottom{

    padding-bottom:0;

}



.band.tight-top{

    padding-top:0;

}



.container,
.band-content {
    overflow:visible;
}



.container {
    padding:0 10px;
    margin:0 10px;
    overflow: hidden;
}

.band .right-side {

    display:block;

    width:100%;

    max-width:513px;

    margin:0 auto;

}



.band.colored .right-side {

    padding-left:10px;

    padding-top:1.5em;

    width:70px;

    height:auto;

}


.reversed {

    background-color:#4a84b4;

    color:white;

}

.reversed h1,

.reversed h2,

.reversed h3{

    color:white;

}

.white-bg {

    background-color:white;
}



.white-bg a:visited,
.white-bg a {

    color:#4d4d4d;

}

.grey-bg {

    background-color:#868686;
    color:white;
}



.grey-bg h1, 
.grey-bg h2 {
    color:white;
}

.light-grey-bg {
    background-color:#f0f0f0;
}

.yellow-bg {
    background-color:#c8cf00;
}

.gold-bg {
    background-color:#d9b61c;
}

.green-bg {
    background-color: #00aec7;
}

.green-fg {
    color: #00aec7;
}

.blue-bg {
    background-color:#4a84b4;
    color:white;
}


.red-bg {
    background-color:#FE016E;
    color:white;
}

.pink-bg {
    background-color:#bd7fb4;
}

.dark-bg {
    background-color: #2d2d2d;
    color:white;
}



#hero,
.hero {
    background-color:#f0f0f0;
    color:white;
}


h1.padded {
    margin:200px 0;
}




img.block {
    display:block;
}



/* headings */

h1, h2, h3, h4 {
    font-weight:300;
    font-family: "museo", serif;
    text-align: left;
    line-height: 1.2;
    clear:both;
}

h1 {
    font-size:30px;
    font-size:3.0rem;
    margin: 20px 0 10px 0;
    margin: 2.0rem 0 1.0rem 0;
}

h2 {
    font-size:30px;
    font-size:3rem;
    margin: 18px 0 9px 0;
    margin: 1.8rem 0 .9rem 0;
    color: #00aec7;
}

h3 {
    font-size:24px;
    font-size:2.4rem;
    margin: 12px 0 6px 0;
    margin: 1.2rem 0 .6rem 0;
}

h1.tight,
h2.tight,
h3.tight {
    margin-top:0;
}

p.large {
    font-size: 24px;
    margin: 1em 0;
}

.tight hr,
p.tight {
    margin:0;
}

.tight hr {
    margin-top: 1em;
}

p.tight-bottom {
    margin-bottom:0;
}

ul {
    /* list-style-image: url(reddot.png); */
    list-style:none;
}



ul.disc {
    list-style:disc;
}



button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    text-shadow: none;
}





/* Header and branding */

header#masthead {
    height:auto;
    width:100%;
    background-color:white;
    text-align:center;
    overflow:hidden;
    padding-bottom: 0.3em;
}

.branding a:hover {
    text-decoration: none;
}


.login-strip {
    clear:both;
    width: 100%;
    background-color: #00aec7;
    text-align:right;
    min-height:40px;
}

.login-strip .container {
    padding-top:6px;
    padding-bottom:6px;
}

a.login-button,
a.login-button:visited {
    font-family: "proxima-nova", san-serif;
    font-weight:600;
    font-size: 20px;
    color:white;
    text-decoration: none;
}

a.login-button:hover {
    color:#63666a;
}


.languages,
.branding {
    text-align:center;
    font-family: "proxima-nova", san-serif;
    font-weight:600;
    float:left;
}

.languages {
    color: #71737a;
    font-size:16px;
    font-weight:400;
}

.languages a,
.languages a:visited {
    /* color: #6366ff; */
    color:#71737a;
    text-decoration: none;
}

.en,
.fr {
    display: none;
}

html:lang(en) .en {
    display:inline-block;
}

html:lang(fr) .fr {
    display:inline-block;
}

html:lang(en) .languages a.fr:visited,
html:lang(en) .languages a.fr {
    color: #0e838c;
    color: #71737a;
    display:inline-block;
}

html:lang(en) .languages a.en:hover {
    text-decoration: underline;
}

html:lang(fr) .languages a.en:visited,
html:lang(fr) .languages a.en {
    color: #0e838c;
    color: #71737a;
    display:inline-block;
}

html:lang(fr) .languages a.fr:hover {
    text-decoration: underline;
}

.tagline {
    display:none;
}
#create-account-mobile, #home-mobile{
		display:block;
    }

.step_area ul{
	display: flex;
    display: -webkit-flex;
    list-style: none;
    padding-left: 52px;
    margin: 0px;
    
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
}    
.step_area  ul li{
	outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    position: relative;
    padding-right: 74px;
}
.step_area li.current .step-icon{
	/* background: #24c1e8; */
}

.step_area li .title .step-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    /* background: #ccc; */
    margin: 0 auto;
    position: relative;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    color: #fff;
    font-size: 25.6px;
    /* margin-right: 100px; */
}

.step_area li .step-icon::before {
    right: 100%;
}
.step_area li .step-icon::before, .step_area li:last-child .step-icon::after {
    position: absolute;
    content: "";
    background: #e5e5e5;
    width: 169px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.step_area li.first .step-icon::before{
	width: 81px;
	background: #00aec7;
}
.step_area li:last-child .step-icon::after {
    left: 100%;
    width: 104px;
}

.step_area .current .step-text{
    color: #333;
}
.step_area li .step-text {
    color: #999;
    font-weight: 400;
    font-size: 12px;
    padding: 14px 0 8px;
}
.step_area li .title{
	text-align: center;
	min-width: 120px;
}   
.step_area li .title span {
    display: block;
}  
    
.step-container{
	display: none;
    border-top-right-radius: 11px;
    width: 100%;
    height: 23px;
    border: 1px solid #ccc;
    border-bottom-left-radius: 11px;
    overflow: hidden;
}
.step1, .step2{
    width:33% ;
    border-right:1px solid #ccc;
    float: left;
    height: -webkit-fill-available;
}
.step-container .step-active{
    background-color: #00aec7
}
.step-heading h3{
    color: #00aec7;
    margin: 1.8rem 0 .6rem 0;
    font-size: 20px;
}
.step-heading p{
    font-size: 16px;
    margin-bottom: 9px;
}
.input-msg{
    font-size: 11px;
    font-style: italic;
    line-height: 17px;
    display: inline-block;
    color: #63666a;
    width: 100%;
    margin-top: 8px;
    font-family: "proxima-nova", san-serif;
}
.input-msg a{ display:inline !important;}   
#boxes{position:absolute;left:0;top:0;z-index:9900;width:100%}
#boxes #ajax_loader{position:relative;display:none;z-index:9999}


.close_inner_formlhsc {
    background: rgba(0, 0, 0, 0) url(close-icon.png) no-repeat scroll 0 0;
    float: right;
    height: 37px;
    position: absolute;
    right: 0 !important;
    text-decoration: none;
    top: 0;
    font-family: "Open Sans Light","Open Sans";
    width: 37px;
}
.popup-headlinelhsc {
    background: #fff none repeat scroll 0 0;
    color: #009999;
    font-family: "proxima-nova", san-serif;
    font-size: 22px!important;
    font-style: normal;
    font-weight: 300;
    padding: 9px 0 0 25px;
    text-align: left;
    text-decoration: none !important;
    width: auto;
    margin-top:0px!important;
}
.login-main .conti{
	background-color: #00aec7;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif;
    box-shadow: none;
    font-size: 20px;
    line-height: 1.2;
    border: none;
    padding: 12px 17px 12px 17px;
    cursor: pointer;
}
.login-main .conti a{
    color: #fff;
    text-decoration: none;
}
.login-main .pclose{
    background-color: #00aec7;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif;
    box-shadow: none;
    font-size: 20px;
    line-height: 1.2;
    border: none;
    padding: 12px 17px 12px 17px;
    cursor: pointer;
}
.login-main .pclose a{
    color: #fff !important;
    text-decoration: none;
}
.error_red_border{
	border: 1px solid #ff0f01;
}
#termofuse_mobile_alert{
    margin-top: -5px!important;
}
/* cookies start */
.cookie-box{
	background-color: #fff;
    border-top: 1px solid #d2f0f5;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	
}
.cookies-btn{
	background-color: #00aec7;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif;
    box-shadow: none;
    font-size: 16px;
    line-height: 1.2;
    border: none;
    padding: 12px 9px 12px 9px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: right;
	/* margin-right: 14px; */
	min-width: 80px;
	text-align: center;
	word-break: break-word;
}
.cookies-btn a{
	color:#fff;
}
.cookie-area{
	padding: 20px 0;
	float:left;
}
.cookie-area p{
	font-size:16px;
	margin-bottom:0px;
}
.cookie-box .cookie-left{
	float:left;
	width: 84%;
}
.cookie-box .cookie-right{
	float:left;
	width: 16%;
}
.cookies-hide{
	display:none;
}
.secure-popup{
	top: 10% !important;
    text-align:center; 
    display:none;
    position: fixed;
    height:auto;
    z-index: 99999;
    
    /* width: 680px; */
    
    background-color: white;
    max-width: 650px;
    width: 85%;
    padding: 2.0em;
    border: 1px solid #c0c0c0;
    border-radius: .5em;
}

.secure-popup-heading {
    font-size: 32px;
    font-style: normal;
    width: auto;
    color: #00aec7;
    text-align: left;
    font-family: "proxima-nova", san-serif;
    margin: auto auto 15px auto;
    line-height: 33px;
}
.secure-popup-box{
	margin: 30px auto 5px auto;
	font-family:  'Museo', serif;
    width:100%;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
    max-width:100%;
    color:#63666a;
    max-height: 320px;
	overflow-y: auto;
}
.secure-popup-box p{
    text-align:left;
    margin-bottom: 2px;
}
.secure-popup-close{
	margin: 30px auto auto auto;
	display: block;
}
.secure-popup-close a.secure-popup-close_btn{
	text-shadow: none;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif;
    box-shadow: none;
    font-size: 16px;
    line-height: 1.2;
    border: none;
    padding: 12px 9px 12px 9px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    min-width: 25%;
    text-decoration: none;
    background-color: #00aec7;
    min-width: 120px;
    display: inline-block;
}
.secure-popup-close a.secure-popup-btn-tealblue:hover{
	color: #63666a;
}
a.secure-popup-close-newbg:hover{
	color: #63666a;
}
/* cookies end */
.prefer_number{
	 width: 70%!important;
	 display:flex;
}
.prefer_number input{
	float: left;
	width: auto!important;
	margin: 3px 12px 0px 0;
}
.prefer_number .prefer_number_area{
	float: left;
	width: 50%;
}
.home_phone_box, .mobile_phone_box{
	display:none;
}
#mask{position:absolute;left:0;top:0;z-index:9000;background-color:#fff;display:none}
#boxes{position:absolute;left:0;top:0;z-index:9900;width:100%;text-align: center;}
#boxes #ajax_loader{position:relative;display:none;z-index:9999;width: 25px;height: auto;}

.smsverify_code_input{
	margin: 0px!important;
}
.f_size_12{
	font-size: 12px;
}
.p_bold{
	font-weight: bold!important;
}
a.verify_button{
	text-shadow: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0px;
    color: white;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif;
    box-shadow: none;
    font-size: 16px;
    border: none;
    padding: 12px 5px 12px 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    min-width: 25%;
    text-decoration: none;
    background-color: #00aec7;
    min-width: 100px;
    display: inline-block;
    border: 1px solid #63666a;
    border-left: 0px;
}
.validate-popup .input-group{
	display: flex;
	margin-bottom: 5px;
}
.smsverify_code_input{
	border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
}
.secure-popup form p{
	text-align: left!important;
	font-size: 16px;
	margin-bottom: .5em;
}
.smsverify_form_group{
	 margin-bottom: 5px;
}
.smsverify_area{
	margin-right: 30px;
}
.smsverify_area div img{
	width: 46px;
	float:left;
}
#smsverify_smsicon, #smsverify_callicon, #emailverify_smsicon{
	display: inline-block;
	cursor: pointer;
}
.smsverify_area div div.smsverify_text{
	margin: 12px 1px 1px 16px;
    float: left;
}
.smsverify_form_group .secure-popup-close{
	text-align: left;
}
.secure-popup-close-newbg {
    background: #d0cece!important;
}
a.secure-popup-close-newbg:hover {
    color: #63666a;
}
.home_phone_box, .mobile_phone_box{
	display:none;
}
.smsverify_form_block label{
	display:block;
	width: 100%;
}
.smsverify_continue_area .smsverify_mobile_continue_area, .smsverify_continue_area .smsverify_home_continue_area{
	display:none;
}
.mobile_phone_box_flex{
	display: inline-flex;
}
#verifiedcheckmobile, #verifiedcheckhomemobile{
	display: none;
}
#verifiedcheckmobile span{
	font-size: 14px;
}
.verify_b3{
	display:none;
}
@media screen and (min-width: 320px) {
    .branding {
        max-width:155px;
    }
    
    .languages {
        float:right;
        position:relative;
        top:38px;
    }
    .remember_pop {
		width: 90%!important;
		z-index: 99999999999 !important;
	}
	#create-account-mobile,#home-mobile{
		display:none;
    }
   
}


@media screen and (min-width: 375px) {
    .languages {
        top: 60px;
    }
    .branding {
        max-width:none;
    }
    .remember_pop {
		width: 90%!important;
		z-index: 99999999999 !important;
	}
	#create-account-mobile,#home-mobile{
		display:none;
    }
    
}

@media screen and (min-width: 768px) {
    .languages {
        margin-right:2.5em;
    }
    
    .login-button {
        margin-right:2em;
    }
    
    .tagline {
        text-align: left;
        display:inline-block;
        position:relative;
        left:20px;
        bottom: 16px;
        font-family: "proxima-nova", san-serif;
        font-weight:300;
        color: #888888;
        font-size:24px;
    }
}


.submit-link.mobile,
.submit-link {
    font-size:20px;
    text-decoration: none;
    display:inline-block;
    width:100%;
    max-width:15em;
    margin:0em;
    text-align: center;
}



.submit-link.desktop {
    display:none;
}


.submit-link,
input[type="submit"] {
    background-color:#00aec7;
    border-radius: 5px;
    color:white;
    font-weight:600;
    font-family: "proxima-nova", sans-serif;
    box-shadow: none;
    font-size:20px;
    line-height:1.2;
    border:none;
    padding:12px 9px 12px 9px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.reversed a.submit-link,
.reversed a:visited.submit-link {
    background-color:white;
    color: #00aec7;
} 

a.submit-link,
a:visited.submit-link,
.submit-link a,
.submit-link a:visited {
    color:white;
}

.reversed a.submit-link:hover,
.submit-link a:hover,
a:hover.submit-link,
input[type="submit"]:hover {
    color:#63666a;
    text-decoration:none;
    box-shadow: none;
}

/* content */


section {
    overflow:hidden;
    clear:both;
}


.margins {
    margin:0 10px 2em 10px;
}



.pad-bottom {
    padding-bottom: 1.5em;
}

.large-headroom {
    margin-top:60px;
    margin-top:6rem;
}


.headroom {
    margin-top:24px;
    margin-top:2.4rem;
}

.small-headroom {
    margin-top:18px;
    margin-top:1.8rem;
}

.mobile {
    display:block;
}

.desktop {
    display:none;
}

.province img {
    vertical-align: middle;
}

.province {
    margin-bottom:.25em;
}

.province select,
.province select option {
    font-family: "museo", serif;
}

.requirements p {
    margin: .5em 0 0 0;
}

@media screen and (min-width: 768px) {
    .mobile {
        display:none;
    }

    .desktop {
        display:block;
    }
}

#content.site-content {
    clear:both;
}

h1.page-title,
h1.entry-title {
    margin-top:1em;
}


blockquote {
    quotes: "\201C" "\201D";
    position:relative;
}

blockquote:before { content: open-quote; font-weight: normal; font-size:3em; position:absolute;top:-.3em;}

blockquote:after { content: close-quote; font-weight: normal;  font-size:3em; position:absolute; bottom:-.65em;}

blockquote .indent {

    display:inline-block;

    width:1.5em;

}


/* footer */



#colophon {
    padding-bottom:20px;
    padding-bottom:2.0rem;
    text-align: center;
}




#colophon .copyright {
    clear:both;
    font-size:.75em;
    color:#918d8a;
    text-align:center;
}

#colophon .content a {
    display:block;
    text-align:center;
}

#colophon .sep {
    display:none;
}

#colophon a,
#colophon a:visited {
    color: #63666a;
    text-decoration: none;
}

@media screen and (min-width: 720px) {
    html:lang(en) #colophon .content a,
    html:lang(en) #colophon .sep {
        display: inline;
        padding:0;
        font-size: 16px;
        margin:0 6px 0 6px;
    }
}

@media screen and (min-width: 768px) {
    #colophon {
        padding-bottom: 40px;
        padding-bottom: 4rem;
    }
    
    #colophon .sep {
        padding:0 1em;
    }
    
    html:lang(fr) #colophon .sep {
        padding: 0 .25em;
    }
    
    html:lang(fr) #colophon a {
        font-size: 20px;
    }
}

@media screen and (min-width: 800px) {
    html:lang(fr) #colophon .content a,
    html:lang(fr) #colophon .sep {
        display: inline;
        padding:0;
    }
    .remember_pop {
		width: 550px!important;
	}
}
@media screen and (min-width: 860px) {
    html:lang(en) #colophon .content a {
        font-size: 20px;
    }
    .remember_pop {
		width: 550px!important;
	}
}

/* 
   inline-block columns 
*/

.columns {
    text-align:center;
    margin-left: -34px;
}



.columns .full-width,
.columns .one-half,
.columns .one-quarter,
.columns .three-quarters,
.columns .one-third,
.columns .two-thirds,
.columns .one-fifth,
.columns .two-fifths,
.columns .three-fifths,
.columns .four-fifths{
    display:inline-block;
    vertical-align:top;
    padding-left:34px;
    margin-right: -.4em;
    text-align:left;
    width:100%;
}

@media screen and (min-width:480px) {
    .columns .one-half,
    .columns .one-quarter,
    .columns .three-quarters,
    .columns .one-third,
    .columns .two-thirds,
    .columns .one-fifth,
    .columns .two-fifths,
    .columns .three-fifths,
    .columns .four-fifths {
        width:50%;
    }
    .remember_pop {
		width: 90%!important;
		z-index: 99999999999 !important;
	}
	#create-account-mobile,#home-mobile{
		display:none;
    }
     
    
}


#how-to-videos .columns {
    text-align:left;
}

@media screen and (min-width:768px) {
    .columns .one-third {
        width:33.333333%;
    }

    .columns .two-thirds {
        width:66.666666%;
    }



    .columns .one-quarter {
        width:25%;
    }



    .columns .three-quarters {
        width: 75%;
    }



    .columns .one-fifth {
        width:20%;
    }



    .columns .two-fifths {
        width:40%;
    }



    .columns .three-fifths {
        width:60%;
    }



    .columns .four-fifths {
        width:80%;
    }

    /*
     * Bands
     */

    .band {
        padding-top:1em;
        padding-bottom:2em;	
    }



    .container {
        max-width:1200px;
        padding:0 0em 0em 1em;
        margin:0 auto;
    }



    .band .left-side {
        width:50%;
        float:left;
    }



    .band .right-side {
        width:50%;
        float:right;
    }


    .padded {
        padding-top:10em;
        padding-bottom:10em;
    }


    .small-padded {
        padding-top:4em;
        padding-bottom:4em;
    }



    .tiny-padded {
        padding-top:1em;
        padding-bottom:1em;
    }



    .tiny-padded-bottom {
        padding-bottom:1em;
    }



    .tiny-padded-top {
        padding-top:1em;
    }



    .tight-bottom{
        padding-bottom:0;
    }



    .tight-top{
        padding-top:0;
    }
}

.translucent {
    background-color:rgba(255,255,255,.90);
    padding: 2em;
    border-top-right-radius: 4em;
    border-bottom-left-radius: 4em;
    margin:2em auto;
}

.translucent h2 {
    margin-top:0;
    text-align: left;
    margin-bottom: 32px;
}

/* 
 * specific bands 
 */

/* home hero */

#home-mobile,
#create-account-mobile {
    width:100%;
    height:0;
    padding-bottom: 56%;
    background-position: 50% top;
    background-repeat: no-repeat;
    background-size: cover;
}

#home-mobile{
    background-image: url("microsite-woman-mobile.jpg");
    background-position: 20% top;
}

#create-account-mobile {
    background-image: url("create-account-hero-couple-mobile.jpg");
}

#home-hero,
#create-account-hero, #contact-us-hero {
    background-image: url("top-background-blurred-mobile.jpg");
    background-position: 30% 20%;
    background-repeat: no-repeat;
    background-size: cover;
}




#home-hero .submit {
    margin-bottom: 1em;
}

#less-than-coffee .submit a,
#home-hero .submit a {
    width:100%;
    max-width:400px;
    font-size:24px;
}

#create-account-hero .login {
    margin:2em auto;
    width:100%;
    max-width: 400px;
}

#home-hero .translucent,
#create-account-hero .translucent.login {
    padding:1.5em;
    border-top-right-radius: 3em;
    border-bottom-left-radius: 3em;

}
#home-hero .translucent{
	padding:0.5em 1.5em 1.5em 1.5em;
	margin: 1em auto;
}

#home-hero .translucent ul{
	margin-top: 0.2em;
    margin-bottom: 0.8em;
}

#home-hero .translucent h2,
#create-account-hero .login h2{
    text-align: left;
    font-family: "proxima-nova", san-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 35px;
}

@media screen and (min-width: 405px) {
    #home-hero .translucent,
    #create-account-hero .translucent.login,  #contact-us-hero .translucent.contact-box, #contact-us-hero .translucent.faq-box {
        padding:2em 2em 2em 2em;
        border-top-right-radius: 4em;
        border-bottom-left-radius: 4em;
        border: 1px solid #00aec7;
    }
    #home-hero .translucent ul{
		margin-top: 0.2em;
    	margin-bottom: 0.2em;
	}
    
    #home-hero .translucent h2,
    #create-account-hero .translucent.login h2, .translucent.contact-box h2, .translucent.faq-box h2{
        font-size: 36px;
    }
    .remember_pop {
		width: 90%!important;
		z-index: 99999999999 !important;
	}
	#create-account-mobile, #home-mobile{
		display:none;
	}
}


html:lang(fr) #home-hero .translucent h2,
html:lang(fr) #create-account-hero .login h2, html:lang(fr) #contact-us-hero .contact-box h2, html:lang(fr) #contact-us-hero .faq-box h2{
    font-size:34px;
}

@media screen and (min-width: 420px) {
    html:lang(fr) #home-hero .translucent h2,
    html:lang(fr) #create-account-hero .login h2, html:lang(fr) #contact-us-hero .contact-box h2, html:lang(fr) #contact-us-hero .faq-box h2{
        font-size:38px;
    }
    .remember_pop {
		width: 90%!important;
		z-index: 99999999999 !important;
	}
	#create-account-mobile, #home-mobile{
		display:none;
	}
	#home-hero .translucent ul{
		margin-top: 0.2em;
   		margin-bottom: 0.2em;
	}
}

#the-app h2 {
    font-size: 39px;
}

#the-app h3 {
    font-size:22px;
    margin-bottom: 1.5em;
}



.field.submit {
    margin: 1em 0;
}

.forgot-password {
    margin-top: .5em;
}

#less-than-coffee-mobile {
    width:100%;
    height:0;
    padding-bottom: 40%;
    background-image: url("microsite-footer-couple-mobile.jpg");
    background-position: 30% 20%;
    background-repeat: no-repeat;
    background-size: cover;
}

#less-than-coffee .translucent {
    margin: 0 auto;
    max-width: 513px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
    padding:2em 0 0 0;
}

#less-than-coffee .submit {
    margin-bottom: 1em;
}

#less-than-coffee h2 {
    font-size:34px;
}

#how-to-videos h1 {
    font-family: "proxima-nova", san-serif;
    font-size: 36px;
    font-weight: 600;
    color: #00aec7;
}

#how-to-videos h2 {
    font-size: 24px;
}

#how-to-videos .column-content {
    max-width:240px;
    margin: 0 auto 2em 0;
}

.video-box {
    width:100%;
    height: 0;
    padding-bottom: 56%;
    margin-top: 1em;
    margin-bottom: 1em;
}

.forgot-password a:hover,
#requirements a:hover {
    color:#00aec7;
}

#requirements-popup {
    display:none;
}

.requirements.active #requirements-popup {
    display:block;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow-y:scroll;
}

@media screen and (min-width: 480px) {
    html:lang(fr) #requirements-popup h2 {
        font-size:38px;
    }
    .remember_pop {
		width: 90%!important;
		z-index: 99999999999 !important;
	}
	#create-account-mobile, #home-mobile{
		display:none;
	}
}


.requirements-container {
    margin: 1em;
}

.requirements-content {
    background-color:white;
    max-width:520px;
    width:100%;
    padding:1.5em;
    margin:0 auto;
    border: 1px solid #c0c0c0;
    border-radius: .5em;
}

.requirements-content .logo {
    max-width:180px;
    margin-bottom:1em;
}

#requirements-popup .close {
    width:100%;
    max-width:200px;
    margin: .5em auto 0 auto;
}

.requirements-content {
    font-size: 18px;
}

@media screen and (min-width: 768px) {
    #less-than-coffee {
        background-image: url("microsite-footer-couple-tablet.jpg");
        background-position: 54% 20%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #less-than-coffee .translucent {
        margin:1.5em auto;
        width:100%;
        max-width: 400px;
        padding:2em;
    }
    
    #home-hero .translucent,
    #create-account-hero .login {
        margin:1em 2em 4em auto;
        width: 80%;
        max-width: 460px;
        float:right;
        padding-left: 39px;
        padding-bottom: 2.5em;
    }

    #create-account-hero .login {
        max-width: 600px;
    }
    
    #create-account-hero .login {
        margin:6em 2em 6em auto;
    }
    
    #create-account-hero .login .field {
        /* max-width:244px; */
    }
    
    html:lang(en) #create-account-hero .login .field {
        /* max-width:254px; */
    }
    
    #less-than-coffee .translucent {
        width: 50%;
        float: left;
    }
    
    #home-hero,
    #create-account-hero, #contact-us-hero {
        background-position: 30% 20%;
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    #home-hero {
        background-image: url("microsite-woman-tablet.jpg");
    }    
    
    #create-account-hero {
        background-image: url("create-account-hero-couple-tablet.jpg");
        background-position: 65% top;
    }
    #contact-us-hero{
        background-image: url("create-account-hero-couple-tablet.jpg");
        background-position: 65% top;
    }
    .hideOnAPP #create-account-hero{
		background-image: url("top-background-blurred-mobile.jpg")!important;
    }
    
    #home-hero .translucent,
    #contact-us-hero .contact-box , #contact-us-hero .faq-box {
        margin:1em 2em 4em auto;
        width: 80%;
        max-width: 460px;
        float:right;
        padding-left: 39px;
        padding-bottom: 2.5em;
    }

    #contact-us-hero .contact-box, #contact-us-hero .faq-box {
        max-width: 535px;
    }
}

@media screen and (min-width: 1025px) {
    #home-hero {
        background-image: url("microsite-woman-hero.jpg");
    }    
    
    #create-account-hero {
        background-image: url("create-account-hero-couple-hero.jpg");
    }
    #contact-us-hero{
        background-image: url("contactus-create-account-hero-couple-hero.jpg");
        background-size: cover!important;
    }
    
    #less-than-coffee {
        background-image: url("microsite-footer-couple-hero.jpg");
    }
    .hideOnAPP #create-account-hero, .hideOnAPP #contact-us-hero{
		background-image: url("top-background-blurred-mobile.jpg")!important;
	}
	.remember_pop {
		width: 550px!important;
    }
    #contact-us-hero {
        min-height: 500px;
    }
}

@media screen and (min-width: 1280px) {
    #create-account-hero .translucent , #contact-us-hero .translucent{
        margin-top: 2em;
        margin-bottom: 1em;
    }
    .remember_pop {
		width: 550px!important;
    }
    #contact-us-hero {
        min-height: 500px;
    }
}
@media screen and (min-width:1700px) {
    #home-hero, #create-account-hero{
        background-size: contain!important;
    }
}

.app-downloads {
   font-size:0;
}

.app-downloads a {
    display:inline-block;
    margin:10px;
}

.phones {
    text-align: center;
    margin-bottom:3em;
}

.phone-column {
    width:100%;
    margin-top:1em;
}

.phone-box {
    width:100%;
    padding:0 1em 1em 1em;
    margin: 0 auto;
    border-bottom: 1px solid #d0d0d0;
}


.phone-column:last-child .phone-box {
    border-bottom:none;
}


.phone-box p {
    text-align: center;
    margin: 0 auto 1.5em;
}

#free-guide .band-content {
    padding: 3em;
    border-top-right-radius: 65px;
    border-bottom-left-radius: 65px;
    text-align: center;
}

#free-guide .left-content {
    text-align:center;
    line-height: 1.4;
    max-width:500px;
    margin: 0 auto;
}

#free-guide .left-content h2,
#free-guide .left-content p {
    text-align: center;
}


#home-hero ul,
#free-guide .left-content ul {
    text-align:left;
    list-style: disc;
    margin-left:1em;
    margin-top: 1em;
    line-height: 1.4;
}

#free-guide .submit {
    margin-top:1em;
}

#free-guide .right-content img {
    padding-left:8px;
}

@media screen and (min-width: 768px) {
    #free-guide .band-content {
        overflow: hidden;
    }
    
    #free-guide .icon {
        vertical-align: top;
    }
    
    #free-guide .row {
        display:table; 
        width:100%;
    }
    
    #free-guide .left-content,
    #free-guide .right-content {
        display: table-cell;
        vertical-align: middle;
    }
    
    #free-guide .right-content {
        width:100%;
    }
    
    #free-guide .left-content {
        width:60%;
        max-width: 500px;
    }
    
    #free-guide .left-content .text {
        width:90%;
        display: inline-block;
        padding-left: 105px;
        margin-left: -79px;
    }
    
    #free-guide .left-content ul {
        margin-bottom:0;
    }
    
    #free-guide .left-content h2,
	#free-guide .left-content p {
    	text-align: left;
	}

    .phone-box p {
    	text-align: left;
        margin: 0 auto 1.5em;
        padding-left:1em;
        max-width:230px;
   }
   .remember_pop {
		width: 550px!important;
	}
}

#take-control .circle {
    width: 100%;
    max-width: 420px;
    height:auto;
    margin:0 auto;
}

#take-control .circle div {
    width:100%;
    padding-bottom: 100%;
    background-image: url("create-account-hero-couple-hero.jpg");
    background-position: 30% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:50%;
}

#take-control h2 {
    font-size: 25px;
    color: #00aeef;
}

#take-control p {
	line-height: 1.4;
}


@media screen and (min-width:768px) {
    .phone-box {
        padding-bottom: 0;
        border-bottom: none;
    }

    .phone-column {
        border-right: 1px solid #d0d0d0;
        width:33.33333%;
        display:inline-block;
    }
    
    .phone-column:last-child {
        border-right:none;
    }
    
    #take-control {
        padding-bottom: 3em;
    }
    
    #take-control .circle {
        width:50%;
        float:left;
        margin:0;
    }
    
    #take-control .right-side {
        width:48%;
    }
    .remember_pop {
		width: 550px!important;
	}
}

/* 
 * forms 
 */

button,
input,
select,
textarea {
    font-size: 16px; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
}



input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #63666a;
}


textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 98%;
}


input[type="tel"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    font-size:16px;
    color: #63666a;
    border: 1px solid #63666a;
    max-width:100%;
    box-sizing:border-box;
    border-radius: 5px;
    padding:10px 16px;
    /* margin: .5em 0; */
    margin:0.1em 0;
    font-family: "proxima-nova", san-serif;
}
.mobile_phone_box_flex input[type="tel"]{
	margin-right: 5px;
}
.field input {
    width:100%;
}
a.submit_btn{
	text-shadow: none;
	background-color:#00aec7;
	border-radius: 5px;
	color:white;
	font-weight:600;
	font-family: "proxima-nova", sans-serif;
	box-shadow: none;
	font-size:20px;
	line-height:1.2;
	border:none;
	padding:12px 9px 12px 9px;
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
    text-align: center;
    min-width: 60%;
    display: inline-block;
}
a.submit_btn:hover{
	color:#63666a;
	text-decoration:none;
	box-shadow: none;
}
.autoRenewalArea a.submit_btn{
	min-width: 40%;
	margin-right: 14px;
}
.autoRenewalArea .field p{
	font-size: 16px;
}
.autoRenewalArea a.submit_btn:first-child{
	background: #d0cece!important;
	margin-bottom: 10px;
}
html:lang(fr) .autoRenewalArea a.submit_btn:first-child{
	margin-bottom: 12px!important;
}
#regform .field a {
	width:60%;
	display: block;
	text-align: center;
}
.hideOnAPP .login-strip, .hideOnAPP .mobile{
	display:none!important;
}
.hideOnAPP .band{
	padding-top:4em;
	padding-bottom:4em;
}
.small-eror-msg_create {
	/*background-color: #ffdfde; */
	background-image: url(mobile-error.png);
	background-position: 6px 1px;
	background-repeat: no-repeat;
	background-size: 13px auto;
	line-height: 14px;
	margin: 8px 0 0px 0 !important;
	padding-left: 29px !important;
	padding-right: 11px;
	width: auto;
	color: #63666a;
	font-size: 12px;
	display:inline-block;
	font-family: "proxima-nova", san-serif;
	font-style: italic;
	letter-spacing: 0.03em;
}
#login_mobile_pwd, #login_mobile{
	position: relative;
	top:-8px;
}
.remember_pop .login-title, #container .login-title{
	font-size: 39px;
	text-align: left;
	font-family: "proxima-nova", san-serif;
	font-weight: 600;
	margin: 0.0rem 0 .9rem 0;
	color: #00aec7;
	padding-top: 12px;
}
.remember_pop p{
	margin: .5em 0 0 0;
	font-size: 100%;
	font-family: 'Museo', serif;
}
.remember_pop p{
	font-size: 14px!important;
	text-align: justify;
}
.remember_pop .login-main{
	text-align: center;
	/*margin-top:30px;*/
}
.remember_pop .lc1, #container .lc1 {
	background-color: #00aec7;
	border-radius: 5px;
	color: white;
	font-weight: 600;
	font-family: "proxima-nova", sans-serif;
	box-shadow: none;
	font-size: 20px;
	line-height: 1.2;
	border: none;
	padding: 12px 50px 12px 50px;
	cursor:pointer;
}
.remember_pop .lc1 a, #container .lc1 a{
	text-decoration: none;
	font-weight:600;
	color: #fff!important;
}
.remember_pop .lc1:hover a, #container .lc1:hover a{
	color: #63666a!important;
	text-decoration: none;
	box-shadow: none;
}

#container {
	height: auto!important;
}
#container #whitebackground{
	height: auto!important;
	padding-bottom: 40px;
}
.wrongLogin_Msg{
	color: #bc103b;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 0.1em;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #b1b2b5;
opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #b1b2b5;
}

::-ms-input-placeholder { /* Microsoft Edge */
color: #b1b2b5;
}

/* select box style strat  */
.styled-select{
    position :relative;
    /* display :inline-block; */
    width :100%;
    margin: 0.3em 0;
}


.styled-select select{
display :inline-block;
color: #b1b2b5;
   width: 100%;
   cursor: pointer;
   outline :0;
   border :0;
   border: 1px solid #63666a;
   box-sizing: border-box;
   border-radius: 5px;
   padding: 10px 16px;
   appearance: none;
   -webkit-appearance :none;
   -moz-appearance :none;
   font-family: "proxima-nova", sans-serif;
}
.styled-select select:-ms-expand{
    display: none;
}
   
   
.styled-select select:hover,.styled-select select:focus{
    background: #fff;
}
     
 
.styled-select select:disabled{
    opacity: 0.5;
    pointer-events :none;
}

.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    border-color: #b1b2b5 transparent transparent transparent;
}
/* health card field start here */
.healthCardFields{
	width: 100%;
	display: inline-flex;
}
.healthCardFields .styled-select{
}
.healthCardProvinceField {
	width: 50%;
	margin: 1px 6px 0 0;
}
.healthCardNumberField{
	width: 27%;
	margin-right: 6px;
}
.healthCardVersionCodeField{
	width: 23%;	
}    
/* radio and checkbox start here */
.radio-box{
    margin-bottom: 12px;
    margin-top: 4px;
}
.radio-box .radio-box-p{
    font-size: 15px;
    margin-block-end: 10px;
}
.control {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 2px;
    cursor: pointer;
    font-size: 15px;
    text-transform: unset;
  }
  .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .control__indicator {
    position: absolute;
    top: 1px;
    left: 0;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 1px solid #b1b2b4;
  /*
    .control:hover input:not([disabled]):checked ~ &,
    .control input:checked:focus ~ &
      border-color: #666
      */
  }
  .control--checkbox .control__indicator {
    border-radius: 3px;
  }
  .control--radio .control__indicator {
    border-radius: 50%;
  }
  .control:hover input:not([disabled]) ~ .control__indicator,
  .control input:focus ~ .control__indicator {
    border-color: #666;
  }
  .control input:checked ~ .control__indicator {
    background: #fff;
  }
  .control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
  }
  .control__indicator:after {
    content: '';
    position: absolute;
    display: none;
  }
  .control input:checked ~ .control__indicator:after {
    display: block;
  }
  .control--checkbox .control__indicator:after {
    left: 5px;
    top: 0px;
    width: 5px;
    height: 12px;
    border: solid #00aec7;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
  }
  .control--radio .control__indicator:after {
    left: 4px;
    top: 4px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #00aec7;
  }
  .control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
  }

  /* step-2 */
  .field{
    margin: 0.7em 0;
  }
  .field .label-head{
    font-size: 15px;
    margin-block-end: 10px;
  }
  .reg-dob-y{
    width: 20%!important;
    float: left;
    margin-right: 10px!important;
  }
  .reg-dob-m{
    width: 15%!important;
    float: left;
    margin-right: 10px!important;
  }
  .reg-dob-d{
    width: 15%!important;
    
  }
  .reg-input-width{
      width:54%!important;
  }
  .reg-hcn-version, .healthCardVersionCode_field input{
    width: 26%!important;
  }
  .help-icon{
    display: inline-block;
    position: relative;
    top: 6px;
    width: 32px;
  }
.cc_expiry .styled-select{
    width: 30%;
    display: inline-block;
}
.cancel-payment a{
    text-align: left!important;
    font-family: "proxima-nova", sans-serif;
    box-shadow: none;
    font-size: 21px;
    line-height: 0.4;
    font-weight: bolder;
}
.cancel-payment a:hover{
    text-decoration: none;
}
@media screen and (max-width:480px) {
	#fragment-2 .reg-input-width{
		width:100%!important;
	}
	#fragment-2 .reg-dob-y{
		width:32%!important;
	}
	#fragment-2 .reg-dob-m,#fragment-2 .reg-dob-d {
		width:24%!important;
	}
	#fragment-2 #pin{
		width:80%!important;
	}
	.secure-popup{
		padding: 1.5em!important;
		margin: auto 7px;
		top: 10%!important;
	}
	.secure-popup-heading {
    	font-size: 26px;
    	line-height:28px;
    	
	}
	.cookie-box .cookie-left {
	    width: 75%!important;
	}
	.cookie-box .cookie-right {
	    width: 24%!important;
	}
	.cookie-area p {
	    font-size: 14px!important;
	}
	.cookies-btn {
		font-size: 14px!important;
		min-width: 50px!important;
	}
	.smsverify_area div div.smsverify_text{
	    margin: 12px 1px 1px 4px!important;
	}
	.smsverify_code_input{
		padding: 10px 10px!important;
	}
	a.verify_button{
		min-width: 80px!important;
	}
	.secure-popup-close-newbg {
		margin-right: 5px!important;
	}
}

 /* step-2 end*/

/* contact us css  start*/
#contact-us-hero {
    min-height: 795px;
}
#contact-us-hero .contact-box {
    margin:9em auto;
    width:100%;
    max-width: 402px;
    border : 0px solid #ccc!important;
}
#contact-us-hero .translucent.contact-box {
    padding:2.0em;
    border-top-right-radius: 3em;
    border-bottom-left-radius: 3em;

}
#contact-us-hero .contact-box h2{
    text-align: left;
    font-family: "proxima-nova", san-serif;
    font-size: 36px;
    font-weight: 600;
}
.support-box{
	width: 100%;
    display: block;
    float: left;
}
.password_support{
	float: left;
    width: 44%;
    position: relative;
    min-height: 240px;
}
.enquire_support{
	width: 49%;
    float: left;
    margin-left: 19px;
}
.contact-form-container{
    width: 53%;
    float: left;
}
.contact-form-container p.req-p{
    margin: 0.8em 0.1em 0;
    font-size: 16px;
}
.contact-tips-container{
    width: 44%;
    float: left;
}
.tips-box {
    background-color: rgba(255,255,255,.90);
    padding: 1.7em;
    border: 2px solid #00aec7;
    border-top-right-radius: 4em;
    border-bottom-left-radius: 4em;
    margin: 0.7em 1em 3em 1em;
    width:100%;
    max-width: 535px;
}
.contact-tips-container h2{
    font-size: 30px!important;
    font-family: "proxima-nova", san-serif;
    margin-top: 13px;
}
.tips-box p{
    font-size: 16px;
    margin-bottom: 0.2em;
}
.tips-box p.boldp{
    font-weight: bold;
}
.tips-box p:nth-child(2n+2){
    margin-bottom: 1.0em;
}
.contact-us-comments textarea {
    width: 100%;
    height: 88px;
}
.contactusform .field a {
    width: 58%;
    display: block;
    text-align: center;
}
.contactusform{
    width: 90%;
}
.contactusform label{
    display: block;
    font-size: 14px;
    margin-bottom: 0.2em;
}
.support-box{
    margin: 3.3em 0 0 0;
}
.support-box h2 {
    font-size: 28px!important;
    font-family: "proxima-nova", san-serif;
    margin: 0px 0 0.2em 0;
}
.support-box p{
    margin-bottom: 0.2em;
    font-size: 16px;
}
.help-tips-icon{
    width: 18%;
}
table#captchaTableID{ margin: 0px!important;width:auto!important; }
@media screen and (max-width:1700px) {
	#contact-us-hero {
    	min-height: 648px!important;
	}
}
@media screen and (max-width:480px) {

    /* Contact us */
    #contact-us-hero .contact-box{
        margin: 2em auto!important;
    }
    .contact-form-container, .contact-tips-container {
        width: 100%!important;
        float: left;
    }
    .contactusform {
        width: 100%!important;
    }
    #contact-us-hero {
        min-height: unset!important;
    }
    .tips-box{
    	margin: 0.7em 1em 3em 0em!important;
    }
}
/* contact us css  end*/


/* registration step 3a css start */
.step3-content h1{
    font-size: 20px;
    margin-bottom: 0.6em;
}
.membership-area{
    margin-bottom: 1.2em;
}
.membership-area p{
    margin-bottom: 0.2em;
    font-size: 16px;
}
.membership-area p span{
    font-weight: bold;
    color: #424141;
    text-transform: capitalize;
}
.price-summary-area{
    margin-top: 1.1em;
}
.price-summary-area p{
    margin-bottom: 1px;
    font-size: 16px;
}
.price-summary-area p span{
    font-weight: bold;
}
.step3-content ul{
    margin: 0px;
}
.step3-content ul li {
    background-image: url("list-custom-tick.png");
    background-repeat: no-repeat;
    background-position: left 21%;
    padding-left: 2.0em;
    margin-bottom: 1em;
    font-size: 16px;
}
.step3-regForm label{
    font-size: 16px;
    display: block;
}
.step3-regForm input{
    width: 55%;
    margin-right: 0.7em;
}
.discount-apply-btn{
    padding: 9px 17px 11px 17px!important;
    position: relative;
    top: 1px;
    min-width: 24%!important;
}
.step3-regForm .control__indicator{
    top:3px;
}
.step3-regForm .step3-checkout{
    margin: 1.5em 0px 0.5em 0;
}
.step3-regForm .step3-checkout-btn{
    padding: 12px 12px 12px 12px;
    min-width: 86%;
}
@media screen and (max-width:480px) {
	.discount-apply-btn{
		min-width: 24%!important;
	}
	.step3-regForm .step3-checkout-btn {
    	min-width: 100%!important;
	}
}
@media screen and (max-width:480px) {
	.discount-apply-btn{
		min-width: 24%!important;
	}
	.step3-regForm .step3-checkout-btn {
    	min-width: 100%!important;
	}
	.step3-regForm input{
    	width: 52%;
    	margin-right: 0.7em;
	}
}
#servicePriceInput , #servicePriceSeniorDiscount, #servicePriceDiscount, #taxAmountInput, #totalPriceInput, #servicePriceMyHealthOfferDiscount{
	font-weight: normal!important;
}
#totalPriceInputLabel{
	font-size: 20px!important;
}

/* step 3a end */

/* step 4 css start */
.step4_reg_div .translucent.login{
    padding: 2em!important;
}
.step4_reg_div h2{
    margin-bottom: 0.7em;
}
.step4_reg_div .step-heading{
    margin-bottom: 1.2em;
}
.step4_reg_div .step-heading p{
    font-size: 16px;
    margin-bottom: 2px;
}
.step4_reg_div .step-heading p span{
    font-weight: bold;
}
.step4_reg_div a.submit_btn{
	min-width: unset;
    padding: 12px 25px 12px 25px;
    display: block;
    width: 65%;
}
.step4_reg_div .step4-content{
    margin-top: 2em;
}
.step4_reg_div .step4-content h2{
    margin-bottom: 0.4em;
}
.step4_reg_div .step4-content p{
    font-size: 16px;
}
@media screen and (max-width:480px) {
	.step4_reg_div a.submit_btn {
	    padding: 12px 12px 12px 12px;
	    width: 100%;
	}
	.secure-popup-box{
		max-height: 290px;
		overflow-y: auto;
	}
	.secure-popup-close a.secure-popup-close_btn{
		min-width: 92px!important;
	}
}
#step4TxAmount{
	font-weight: normal!important;
}
#fragment-4 .translucent, #fragment-4 .login {
	/* margin-bottom: 375px; */
	    margin: 4em auto 10.5em auto!important;
}
/* step 4 css end */
/* forgot password css start */

.forgot-password-container .translucent.login{
    padding: 2em 2em 2em 2em!important;
}
.forgot-password-container .fp-input-msg {
    font-size: 16px;
    line-height: 18px;
    display: flex;
    color: #63666a;
    width: 100%;
   
}
.forgot-password-container .fp-input-msg:first-child{
	 margin-top: 0px;
}
.forgot-password-container  .displayflex{
	display:flex;
}
.forgot-password-container .fp-input-msg:nth-child(2){
	 margin-top: 5px;
}
.forgot-password-container .verify_b3 .input-group, .forgot-password-container .verify_b4 .input-group, .forgot-password-container .verify_b5 .input-group {
    width: 320px;
}
.forgot-password-container .field {
    margin: 15px 0 10px;
    width: 100%;
    /* display: inline-block; */
}
.forgot-password-container .sms_desclaimer_field{
	margin: 0px;
}
.forgot-password-container .verify_b3 input[type="tel"], .forgot-password-container .verify_b4 input[type="tel"], .forgot-password-container .verify_b5 input[type="tel"]{
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0px;
    margin: 0px!important;
}
.forgot-password-container .field h4{
	font-weight: bold;
}
.fp-sec-ques{
    margin-top: 9px!important;
    margin-bottom: 17px!important;
}
.forgot-password-container .translucent.login{
    min-height:230px;
}
.error_red_border{
	border: 1px solid #ff0f01 !important;
}
@media screen and (min-width: 768px){
    .forgot-password-container{
         background-size: contain!important;
        min-height: 850px!important;
    }
}
/* forgot password css end */

/* term of use pop start */
/* .termofuse_pop .close_inner_form{
    position: absolute;
    right: 0px;
}
.termofuse_pop #whitebackground{
	padding-bottom:25px!important;	
}
.termofuse_pop .login-title{
    font-size: 25px!important;
    text-align: center;
    font-family: "proxima-nova", san-serif;
    font-weight: 600;
    padding: 16px 5px!important;
}
.termofuse_pop .termslogo img{
    width: 25%;
    margin: 8px 0px;
}
.termofuse_pop .body_small{
    font-size: 13px;
    font-family: 'Museo', serif;
    text-align: justify;
    margin: .5em 0 0.5em 0;
    line-height: 17px;
}
.termofuse_pop h2.static_page_points{
    font-size: 18px;
    font-family: 'Museo', serif;
    text-align: justify;
    margin: .5em 0 0.8em 0;
    line-height: 20px;
}
.termofuse_pop .login-terms{
    text-align: center;
    display: block;
    margin: 35px 0!important;
} */
/* term of use popup end */
/* faq css start */
#box_dynamic_body {
  	margin-top: 35px!important;
}
li.bold{
	font-weight: bold;
}

table {
	width: 100%;
}

table.faq .show_faq_plus  {
	background: url('pharmasave/icons/plus_faq.png') no-repeat scroll center top transparent;
	height: 16px;
	width:16px;
	cursor: pointer;
	display: block;
}
table.faq .show_faq_minus  {
	background: url('pharmasave/icons/minus_faq.png') no-repeat scroll center top transparent;
	height: 16px;
	width:16px;
	cursor: pointer;
	display: block;
	
}

table.faq td {
	vertical-align: middle;
}

table.faq .faq_title {
	border-top: 2px solid #dddee1;
	border-bottom: none;
	padding: 10px 24px;
}
table.faq .faq_title.left {
	border-right: none;
	width: 720px;
}
table.faq .faq_title.right {
	border-left: none;
	width: 22px;
}

table.faq .faq_text {
	/ border: 1px solid #dddee1; /
	padding-bottom: none;
	border-top: none;
	border-bottom: none;
	width: 838px;
}

table.faq .faq_text .hidden_text p {
	padding: 7px 23px;
	font-size: 16px;
	color: #00aec7;
	margin-bottom:0px;
}
table.faq .faq_text .hidden_text p span.bold {
	font-weight:bold;
}
table.faq tr:last-child {
  visibility: hidden;
}
table.faq .faq_text .answare{
	padding: 0px 12px 12px 52px;
	
}
table.faq .faq_text .answare p{
	color:#63666a!important;
	padding: 6px 0;
}
table.faq .faq_text .answare p a:link,table.faq .faq_text .answare p a:visited,table.faq .faq_text .answare p a:hover,table.faq .faq_text .answare p a:active{
	color: #00aec7!important;
	text-decoration:none;
}
.question_faq_plus{
margin-bottom: -8px;
cursor: pointer;
}
.show_all_question_faq{
cursor: pointer;
}
h2.faq_h1{
	font-size: 16px!important;
    margin: 4px 0;
    font-weight: bold;
}
#box_home_body table{
	margin: 0 0 0 0;
}
#contact-us-hero .faq-box {
    margin:7em auto;
    width:100%;
    max-width: 508px;
    border : 0px solid #ccc!important;
}
 #contact-us-hero .translucent.faq-box {
 	    padding: 2em 2em 2em 2em;
 }
 #contact-us-hero .faq-box h2{
    text-align: left;
    font-family: "proxima-nova", san-serif;
    font-size: 36px;
    font-weight: 600;
}
@media screen and (max-width:480px) {

    /* Contact us */
    #contact-us-hero .faq-box{
        margin: 2em auto!important;
    }
    

}
/* faq css end */

#fragment-1 .translucent {
	/* min-height: 1145px!important; */
}
#fragment-2 .translucent {
	/* min-height: 1245px!important; */
}
.select_color_ch{
	color: #63666a!important;
}
.small-eror-msg_create a{
	display:inline!important;
}
#termofuse, #subscription, #viewpwd{
	position: static!important;
}
.myhealth_promo_p{
	font-size: 15px
}
.myhealth_promo_p span{
	font-weight:600;
	color:#00aec7;
}
.myhealth_promo_p span.italic_text{
	font-style: italic;
	color: #63666a;
    font-weight: normal;
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
	.step_area ul{
	   padding-left: 0px;
	}    
	.step_area  ul li{
	    padding-right: 0px;
	}
	.step_area li.current .step-icon{
		/* background: #24c1e8; */
	}
	
	.step_area li .title .step-icon {
	    width: 25px;
	    height: 25px;
	    border-radius: 50%;
	    -o-border-radius: 50%;
	    -ms-border-radius: 50%;
	    -moz-border-radius: 50%;
	    -webkit-border-radius: 50%;
	    /* background: #ccc; */
	    margin: 0 auto;
	    position: relative;
	    outline: none;
	    -o-outline: none;
	    -ms-outline: none;
	    -moz-outline: none;
	    -webkit-outline: none;
	    color: #fff;
	    font-size: 25.6px;
	    /* margin-right: 100px; */
	}
	
	.step_area li .step-icon::before {
	    right: 100%;
	}
	.step_area li .step-icon::before, .step_area li:last-child .step-icon::after {
	    /* position: absolute;
	    content: "";
	    background: #e5e5e5;
	    width: 84px;
	    height: 2px;
	    top: 50%;
	    transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -webkit-transform: translateY(-50%); */
	    content: none;
	}
	.step_area li.first .step-icon::before{
		/*  width: 47px;
		background: #00aec7;  */
		 content: none; 
	}
	.step_area li:last-child .step-icon::after {
	     /* left: 100%;
	    width: 47px */; 
	    content: none;
	}
	
	.step_area .current .step-text{
	    color: #333;
	}
	.step_area li .step-text {
	    color: #999;
	    font-weight: 400;
	    font-size: 12px;
	    padding: 14px 0 8px;
	}
	.step_area li .title{
		text-align: center;
		min-width: 108px;
	}   
	.step_area li .title span {
	    display: block;
	}
}