* {
	margin:0px;
	padding:0px;
}
:root {
	font-size:16px;
}
h1,h2,h3,h4,p,form {
	width: 100%;
	float: left;
	font-family: 'Roboto', sans-serif;
}
h1 {
	font-size:2.25rem;
	font-weight:700;
}
h3 {
	font-size: 1rem;
	font-weight: 700;
	color: #202020;
}
h4,h6 {
	margin: 0px;
}
p {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25rem;
	color: #5d5d5d;
}
.flow-bx, .form-input-group, .flow-form-a label, .cta-wrapper, .flow-form-a {
	position: relative;
	width:100%;
	float:left;
}
.flow-ms-wrapper {
	position:fixed;
	width:100%;
	height:100vh;
	top:0px;
	left:0px;
	overflow:hidden;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.flow-ms-wrapper .flow-ms-element {
	position:absolute;
	width:100%;
	height:100%;
	top:0%;
	left:0%;
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
	scrollbar-width:thin;
	transition:all 0.5s;
	padding: 0% 35%;
}
.flow-ms-element:not(:first-of-type) {
	left:-100%;
	opacity:0;
	transition:all 0.5s;
}
.form-input-group {
	padding:12px 0px;
}
.form-title {
	color: #0F2645;
	padding: 10px 0px 15px 0px;
	border-bottom: solid 1px #0F2645;
}
.flow-form-a {
	background: #ffffff;
	padding: 20px 30px;
	margin: 15px 0px;
	border-radius: 10px;
	box-shadow: 20px 24px 80px -20px rgba(0,0,0,0.07),0 0px 34px -10px rgba(195,197,212,0.57),0 2px 64px 0 rgba(70,90,207,0.16);
}
.flow-form-a label {
	font-size:0.8125rem;
	color:#202020;
	padding:0px 10px;
}
.flow-form-a input[type="text"], .flow-form-a input[type="tel"], .flow-form-a input[type="number"], .flow-form-a select {
	width:100%;
	height:40px;
	float:left;
	font-size:0.8125rem;
	font-weight:400;
	text-align:left;
	line-height:2.5rem;
	border:solid 1px #cbcbcb;
	border-radius:4px;
	box-shadow: none;
	padding:0px 10px;
}
.flow-form-a select {
	height:41px;
	background: url(../images/dd_arrow.svg) no-repeat center right 10px #ffffff;
	-webkit-appearance:none;
	-moz-appearance:none;
}
/* Custom radio button */
label.lm-rdo-wrapper {
	display: inline-block;
	position: relative;
	width: auto;
	float: none;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0px;
	margin:0px;
	/*box-shadow: 0px 4px 7px rgba(0,0,0,0.07);*/
}
.lm-rdo-wrapper input {
	position: absolute;
	display: none;
	opacity: 0;
	cursor: pointer;
	top:0px;
	left:0px;
}
.lm-rdo-wrapper .tick {
	position: relative;
	width:auto;
	float: left;
	font-size: 0.875rem;
	font-weight:500;
	line-height: 2.5rem;
	color:#5d5d5d;
	padding: 0px 20px 0px 40px;
	border:solid 1px #e5e5e5;
	border-radius: 4px;
}
label.rdo-fw {
	display:block;
	width:100%;
	float:left;
	margin:0px 0px 10px 0px;
}
.rdo-fw .tick {
	width:100%;
}
.lm-rdo-wrapper:hover input ~ .tick {
	background-color: #f5f5f5;
}
.lm-rdo-wrapper input:checked ~ .tick {
	background: #ffffff;
	border:solid 1px rgba(0,97,212,0.5);
	box-shadow: 0px 2px 8px rgba(0,97,212,0.12);
}
.lm-rdo-wrapper .tick::after {
	content: "";
	position: absolute;
	width: 18px;
	height:18px;
	top:10px;
	left: 15px;
	font-size:0.75rem;
	font-weight:400;
	background: #d9d9d9;
	border-radius: 50%;
}
.lm-rdo-wrapper .tick span {
	color: #202020;
}
.lm-rdo-wrapper input:checked ~ .tick:after {
	display: block;
	font-family: FontAwesome;
	font-size: 0.75rem;
	font-weight:400;
	text-align: center;
	line-height: 1.125rem;
	content:'\f00c';
	color: #0061d4;
	background: rgba(0,97,212,0.2);
	border-radius: 50%;
}
.lm-rdo-wrapper .tick::after {
	position: absolute;
	width: 18px;
	height:18px;
	top:10px;
	left: 15px;
}
.lm-rdo-wrapper .tick p {
	font-size:0.8125rem;
	text-align:left;
	padding:0px 0px 10px 0px;
}

/* Custom check box */
label.flow-chkbx {
	display: inline-block;
	position: relative;
	width: 100%;
	float: none;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0px;
	margin:0px;
	/*box-shadow: 0px 4px 7px rgba(0,0,0,0.07);*/
}
.flow-chkbx input {
	position: absolute;
	display: none;
	opacity: 0;
	cursor: pointer;
	top:0px;
	left:0px;
}
.flow-chkbx .tick {
	position: relative;
	width:100%;
	float: left;
	font-size: 0.8125rem;
	font-weight:400;
	line-height: 2.5rem;
	color:#5d5d5d;
	padding: 0px 20px 0px 40px;
	border-radius: 4px;
}
.flow-chkbx:hover input ~ .tick {
	background-color: #f5f5f5;
}
.flow-chkbx input:checked ~ .tick {
	background: #ffffff;
}
.flow-chkbx .tick::after {
	content: "";
	position: absolute;
	width: 18px;
	height:18px;
	top:10px;
	left: 15px;
	font-size:0.75rem;
	font-weight:400;
	background: #d9d9d9;
	border-radius: 50%;
}
.flow-chkbx input:checked ~ .tick:after {
	display: block;
	font-family: FontAwesome;
	font-size: 0.75rem;
	font-weight:400;
	text-align: center;
	line-height: 1.125rem;
	content:'\f00c';
	color: #ffffff;
	background: #0F2645;
	border-radius: 50%;
}
.flow-chkbx .tick::after {
	position: absolute;
	width: 18px;
	height:18px;
	top:10px;
	left: 15px;
}
.flow-chkbx-content-wrapper, flow-chkbx-content-wrapper .flow-chkbx-content {
	width:100%;
	float:left;
}
.flow-chkbx-content-wrapper {
	width:94%;
	background:#ffffff;
	margin-left:3%;
	margin-bottom:10px;
	padding:4px 10px;
	border-radius:5px;
	box-shadow:0px 0px 0px rgba(0,0,0,0); 
	transition:all 0.3s;
}
.flow-chkbx-content {
	display:none;
	float:left;
}
.flow-chkbx-content .form-input-group {
	padding:0px;
}
.active-flow-chkbx-content {
	display:block;
	overflow:hidden;
	animation-delay:2s;
	animation:showContent 0.5s forwards;
}
@keyframes showContent {
	0% {
		height:0px;
	}100% {
		height:160px;
	}
}
.active-flow-chkbx-content-wrapper {
	box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	transition:all 0.5s;
}
.custom-dob-input,.custom-input-bx {
	width: 100%;
	min-height: 2.5rem;
	float: left;
	line-height:2.5rem;
	background: #ffffff;
	border:solid 1px #cbcbcb;
	border-radius: 4px;
}
.custom-dob-input input[type="number"], .custom-dob-input input[type="tel"]  {
	height: auto;
	text-align: center;
	border: none;
	-moz-appearance:textfield;
    line-height: 2.5rem !important;
}
.custom-input-bx input[type="text"], .custom-input-bx input[type="number"], .custom-input-bx input[type="tel"], .custom-input-bx select {
	border: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#7b7b7b;
}
::-moz-placeholder { /* Firefox 19+ */
	color:#7b7b7b;
}
:-ms-input-placeholder { /* IE 10+ */
	color:#7b7b7b;
}
:-moz-placeholder { /* Firefox 18- */
	color:#7b7b7b;
}
.slash::before {
	position: absolute;
	width: 1px;
	height: 70%;
	line-height: 2.5rem;
	text-align: center;
	right: 0px;
	top: 15%;
	content: '';
	background: #cbcbcb;
	transform: rotate(15deg);
	z-index: 3;
}
.line:before, .line::before {
	position: absolute;
	width: 1px;
	height: 100%;
	content: '';
	top:0px;
	right:0px;
	background: #cbcbcb;
}
.flow-form-a input[type="text"]:hover, .flow-form-a input[type="tel"]:hover, .flow-form-a input[type="number"]:hover, .flow-form-a select:hover, .flow-form-a input[type="text"]:focus, .flow-form-a input[type="tel"]:focus, .flow-form-a input[type="number"]:focus, .flow-form-a select:focus, .custom-dob-input:hover, .custom-input-bx:hover, .custom-dob-input:focus, .custom-input-bx:focus  {
	border:solid 1px rgba(54,141,249,0.5);
}
.custom-dob-input input[type="text"]:hover, .custom-dob-input input[type="text"]:focus, .custom-dob-input select:hover, .custom-dob-input select:focus,
.custom-dob-input input[type="tel"]:hover, .custom-dob-input input[type="tel"]:focus, .custom-input-bx input[type="text"]:hover, .custom-input-bx input[type="text"]:focus, .custom-input-bx select:hover, .custom-input-bx select:focus {
	border:none;
}
.policy-info {
	color: #ffffff;
	background: #109579;
	padding: 15px 20px;
	border-radius: 10px;
}
.person-info {
	padding: 10px 15px 10px 15px;
	border:solid 1px #5d5d5d;
	border-radius: 0.625rem;
	margin: 10px 0px;
}
.outline-header {
	position: absolute;
	top:-15px;
	left: 0px;
	padding: 0px 15px;
}
.outline-header h4 {
	font-weight: 700;
	background: #ffffff;
	padding: 0px 5px;
}
.cta-wrapper {
	text-align:center;
	padding:15px 0px 20px 0px;
}
.cta-wrapper .btn {
	margin: 0px 4px;
}
.form-cta-a, .form-cta-b {
	text-align: center;
	padding: 10px 24px;
	border-radius: 1.5rem;
}
.form-cta-a {
	color: #ffffff;
	background: #0093dd;
}
.form-cta-b {
	color: #0093dd;
	background: #cce9f8;
}
.form-cta-a span, .form-cta-b span {
	position: relative;
	display: inline-block;
	padding: 0px 10px 0px 0px;
}
.next-ico::before {	
	content: '\f105';	
	right: 0px;
}
.prev-ico::before {
	content: '\f104';
	left: 0px;
}
.next-ico::before, .prev-ico::before {
	position: absolute;
	font-family: FontAwesome;
}
span.prev-ico {
	padding: 0px 0px 0px 10px;
}
.fw-bx {
	width:100%;
}
.brand-info {
	text-align:center;
}
.brand-info img {
	display:inline-block;
	width:80%;
	float:none;
}
/*.sticky {
	position:fixed;
	left: 0px;
	background: #109579;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
	padding: 10px 15px;
	border-radius: 0px;
	animation:moveDown 1s forwards;
	z-index: 1;
}
@keyframes moveDown {
	0% {
		top:-100px;
	}
	100% {
		top:0px;
	}
}*/
.spacer, .spacer01, .spacer02, .spacer03, .spacer04, .spacer05 {
	width: 100%;
	float: left;
}
.spacer01 {
	height: 10px;
}
.spacer02 {
	height: 20px;
}
.spacer03 {
	height: 30px;
}
.spacer04 {
	height: 40px;
}
.spacer05 {
	height: 50px;
}
.x-m-p {
	margin:0px;
	padding:0px;
}
@media (min-width:320px) and (max-width:479px){
	.flow-ms-wrapper .flow-ms-element {
		padding: 0px 30px;
	}
	.brand-info img {
		width:40%;
	}
	.form-area-wrapper {
		padding:15px 0px;
		margin:20px 0px;
	}
}
@media (min-width:480px) and (max-width:611px){
	.brand-info img {
		width:40%;
	}
	.form-area-wrapper {
		padding:20px 10px;
		margin:20px 0px;
	}
}
@media (min-width:612px) and (max-width:767px){
	.brand-info img {
		width:40%;
	}
	.form-area-wrapper {
		padding:20px 10px;
		margin:20px 0px;
	}
}