*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	outline:0 none;
}
body{
	font-family:'Barlow';
	padding-top:120px;
	-webkit-text-size-adjust:none;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
	left:0;
	right:0;
	position:relative;
}
body.showMenu{
	right:260px;
	left:-260px;
}
.showMenu header{
	right:260px;
	left:-260px;
	width:auto;
}
.showMenu.scrolled header{
	left:-260px;
	-webkit-transition:0;
	transition:0;
}
body,
html{
	overflow-x:hidden;
}
.inner_page{
	padding-top:65px;
}
p{
	font-size:16px;
	line-height:24px;
	margin-bottom:20px;
}
a{
	text-decoration:none;
}
img{
	max-width:100%;
	vertical-align:top;
}
section{
	padding:70px 0;
}
label{
	font-size:16px;
	font-weight:600;
	color:#2d2a31;
	margin-bottom:10px;
	display:block;
}
h1{
	font-size:32px;
	line-height:40px;
	color:#273133;
	font-weight:700;
}
h2{
	font-size:26px;
	line-height:38px;
	color:#273133;
	font-weight:700;
	margin-bottom:15px;
}
h3{
	font-size:24px;
	line-height:36px;
	color:#273133;
	font-weight:700;
	margin-bottom:10px;
}
h4{
	font-size:21px;
	line-height:34px;
	color:#273133;
	font-weight:700;
	margin-bottom:10px;
}
h5{
	font-size:18px;
	line-height:34px;
	color:#273133;
	font-weight:700;
	margin-bottom:10px;
}
.backToTop{
	position:fixed;
	right:15px;
	bottom:15px;
	background:#17b3e4;
	width:40px;
	height:40px;
	border-radius:3px;
	display:none;
	color:#fff;
	cursor:pointer;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.backToTop:hover{
	box-shadow:4px 2px 35px 0 #17b3e4
}
.backToTop i{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	border-radius:3px;
	cursor:pointer;
}
.showBackTop .backToTop {
	display:block;
}
.uppercase{
	text-transform:uppercase;
}
b{
	font-weight:900;
}
.icheckbox{
	width:20px;
	height:20px;
	border:1px solid #d5d4d6;
	background:#fff;
	display:inline-block;
	margin-right:10px;
	vertical-align:middle;
	top:-2px;
}
.icheckbox:after{
	content:"\f00c";
	font-family:FontAwesome;
	position:absolute;
	top:50%;
	left:50%;
	font-size:11px;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-moz-transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
	-o-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	color:#fff;
	opacity:0;
}
.icheckbox.checked{
	background:#17b3e4;
	border:1px solid #d5d4d6;
}
.icheckbox.checked:after{
	opacity:1;
}
.iradio {
    width: 20px;
    height: 20px;
    border: 1px solid #d6d5d7;
    background:#fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 22px;
    top:-2px;
}
.iradio:after{
	content:"\f00c";
	font-family:FontAwesome;
	position:absolute;
	top:50%;
	left:50%;
	font-size:11px;
	color:#fff;
	text-align:center;
	line-height:21px;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-moz-transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
	-o-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
	width:20px;
	height:20px;
	border-radius:10px;
	background:#17b3e4;
	opacity:0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.iradio.checked:after{
	opacity:1;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.background{
	background-position:center center !important;
	background-size:cover !important;
	background-repeat:no-repeat !important;
}
.container{
	max-width:1270px;
	padding:0 15px;
	margin:0 auto;
	display:block;
}
.row:after,
.container:after{
	content:"";
	clear:both;
	display:block;
}
.smallSectionTitle{
	margin-bottom:40px;
}
.smallSectionTitle h1,
.smallSectionTitle h2{
	font-size:32px;
	line-height:42px;
	margin-bottom:0;
	color:#273133;
	letter-spacing:0.9px;
}
.smallSectionTitle.pageTitle h2{
	line-height:32px;
}
.smallSectionTitle h2 .gray{
	color:#b4b7b8;
	font-weight:600;
}
.graySectionTitle{
	margin-bottom:35px;
}
.graySectionTitle h2{
	color:#b4b7b8;
	font-size:26px;
	line-height:26px;
	font-weight:600;
	margin-bottom:0;
}
.sectionTitle{
	margin-bottom:30px;
}
.sectionTitle h2{
	font-size:26px;
	line-height:32px;
	color:#273133;
	font-weight:600;
	margin-bottom:0;
}
.bigSectionTitle {
	margin-bottom:30px;
}
.bigSectionTitle h2{
	font-size:54px;
	line-height:56px;
	color:#273133;
	font-weight:600;
	margin-bottom:0;
}
.bigSectionTitle h2 .yellow{
	color:#f6b234;
	text-decoration:underline;
}
.sectionDescription{
	margin-bottom:70px;
}
.sectionDescription p{
	font-size:20px;
	color:#273133;
	line-height:26px;
	margin-bottom:0;
	letter-spacing:0.5px;
}
.pink_border{
	border:1px solid #d81671;
	color:#d81671;
	font-size:16px;
	line-height:16px;
	font-weight:500;
	padding:15px 25px;
	border-radius:3px;
	text-transform:uppercase;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	display:inline-block;
}
.pink_border:hover{
	background:#d81671;
	color:#fff;
}
.sectionSeparator{
	margin-left:auto;
	margin-right:auto;
	display:block;
	height:4px;
	width:265px;
	background:#f6b234;
	margin-top:70px;
}
.btnPrimary{
	background:#17b3e4;
	font-size:16px;
	line-height:16px;
	font-weight:700;
	padding:15px 25px;
	color:#fff;
	border-radius:3px;
	display:inline-block;
}
.line_animation{
	position:relative;
}
.line_animation:after{
	content:"";
	position:absolute;
	left:0;
	bottom:-2px;
	width:0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	height:1px;
	background:#17b3e4;
}
.line_animation:hover:after{
	width:100%;
}
input[type="text"],
input[type="email"],
input[type="number"],
textarea{
	font-size: 16px;
    line-height: 18px; 
    color: #273133;
    padding: 11px 17px 11px;
    border: 2px solid #d5d4d6;
    border-radius: 3px;
    background: #fff;
    display: inline-block;
	-webkit-appearance:none;
}
textarea{
	border-width:1px;
}
textarea{
	resize:none;
	font-weight:400;
	font-family:'Barlow';
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus{
	border-color:#f6b234;
}
::-webkit-input-placeholder { 
    font-size:16px;
	/*line-height:16px;*/
	color:#949494;
	font-weight:300;
}
::-moz-placeholder {
    font-size:16px;
	/*line-height:16px;*/
	color:#949494;
	font-weight:300;
}
:-ms-input-placeholder { 
    font-size:16px;
	/*line-height:16px;*/
	color:#949494;
	font-weight:300;
}
:-moz-placeholder { 
    font-size:16px;
	/*line-height:16px;*/
	color:#949494;
	font-weight:300;
}
input[type="submit"]{
	-webkit-appearance:none;
}
.noPaddingBottom{
	padding-bottom:0 !important;
}
@media all and (max-width:1024px){
	section{
		padding:40px 0;
	}
	/*.smallSectionTitle {
    	margin-bottom: 20px;
	}*/
	.smallSectionTitle h1,
	.smallSectionTitle h2{
		font-size:26px;
	}
	.bigSectionTitle h2 {
    	font-size: 34px;
    	line-height: 36px;
    }
    .sectionDescription {
    	margin-bottom: 30px;
	}
	.bigSectionTitle {
    	margin-bottom: 30px;
	}
	.insuranceType .bigSectionTitle{
		margin-bottom:20px;
	}
	.blogSection .bigSectionTitle{
		margin-bottom:30px;
	}
	.sectionTitle h2{
		font-size:20px;
	}
	.sectionDescription p{
		font-size:18px;
	}
	.sectionTitle {
    	margin-bottom: 15px;
	}
	.inner_page{
		padding-top:60px;
	}
}
@media all and (max-width:680px){
	.smallSectionTitle{
		margin-bottom:25px !important;
	}
	.pageIntro .smallSectionTitle{
		margin-bottom:35px !important;
	}
	.smallSectionTitle h1,
	.smallSectionTitle h2,
	.graySectionTitle h2 {
    	font-size: 24px;
    	line-height:32px;
	}
	.bigSectionTitle {
    	margin-bottom: 15px;
	}
	.bigSectionTitle h2 {
    	font-size: 34px;
    	line-height: 42px;
	}
	p{
		font-size:14px;
		line-height:21px;
	}
	.sectionDescription p{
		font-size:14px;
		line-height:21px;
	}
	.insuranceType .fourColumns .item{
		width:50%;
		margin-bottom:20px;
	}
	body{
		padding-top:60px;
	}
	.mainStepsContainer .sectionDescription p br{
		display:none;
	}
}
@media all and (max-width:380px){
	.pink_border{
		font-size: 14px;
	    line-height: 14px;
	    padding: 10px 15px;
	}
	
	body{
		padding-top:60px;
	}
	label{
		font-size:14px;
	}
}
@media all and (max-width:320px){
	.smallSectionTitle h1,
	.smallSectionTitle h2,
	.graySectionTitle h2 {
    	font-size: 21px;
    	line-height:28px;
	}
}

@media all and (max-width:640px){
	body{
		padding-top:60px;
	}
}
@media all and (max-width:600px){
	input[type="text"], 
	input[type="email"], 
	input[type="number"]{
		padding-top:10px;
		padding-bottom:10px;
	}
	body{
		padding-top:45px;
	}
}
.phoneInput input{
	padding-left:2px !important;
	padding-right:2px !important;
	text-align:center;
}
/*-------------- Homepage ---------------*/
.heroBannerHome{
	padding-top:275px;
	padding-bottom:50px;
	position:relative;
	overflow:hidden;
}
.heroBannerHome h1{
	font-size:32px;
	font-weight:400;
	color:#fff;
	position:relative;
	padding-bottom:10px;
	margin-bottom:20px;
}
.heroBannerHome .sliderImage{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.sliderImage .slideItem{
	position:relative;
}
.sliderImage .slideItem:after{ 
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#012a4a+1,7db9e8+41&1+0,0+57 */
	background: -moz-linear-gradient(45deg, rgba(1,42,74,1) 0%, rgba(1,42,74,0.98) 1%, rgba(125,185,232,0.28) 41%, rgba(125,185,232,0) 57%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(1,42,74,1) 0%,rgba(1,42,74,0.98) 1%,rgba(125,185,232,0.28) 41%,rgba(125,185,232,0) 57%); /* Chrome10-25,Safari5.1-6 */
	
	background: linear-gradient(45deg, rgba(1,42,74,1) 0%,rgba(1,42,74,0.98) 1%,rgba(125,185,232,0.28) 41%,rgba(125,185,232,0) 57%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012a4a', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
}
.heroBannerHome .page_content{
	position:relative;
	z-index:9;
}
.heroBannerHome .page_content:after {
    content: "";
    position: absolute;
    left: -480px;
    top: -580px;
    bottom: -60px;
    right: -710px;
    background: -moz-linear-gradient(19deg, rgb(39, 49, 51) 0%,rgba(39, 49, 51, 0.6196078431372549) 1%,rgba(39, 49, 51, 0.25098039215686274) 36%,rgba(125,185,232,0) 57%);
    background: -webkit-linear-gradient(19deg, rgb(39, 49, 51) 0%,rgba(39, 49, 51, 0.6196078431372549) 1%,rgba(39, 49, 51, 0.25098039215686274) 36%,rgba(125,185,232,0) 57%);
    background: linear-gradient(19deg, rgb(39, 49, 51) 0%,rgba(39, 49, 51, 0.6196078431372549) 1%,rgba(39, 49, 51, 0.25098039215686274) 36%,rgba(125,185,232,0) 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012a4a', endColorstr='#007db9e8',GradientType=1 );
    z-index:-1;
    left:-100%;
}
.heroBannerHome .sliderImage div{
	height:100%;
	min-height:100%;
}
.heroBannerHome .slideItem:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:-webkit-background:linear-gradient(19deg, rgb(39, 49, 51) 0%,rgba(39, 49, 51, 0.6196078431372549) 1%,rgba(39, 49, 51, 0.25098039215686274) 36%,rgba(125,185,232,0) 57%);
	background:-moz-background:linear-gradient(19deg, rgb(39, 49, 51) 0%,rgba(39, 49, 51, 0.6196078431372549) 1%,rgba(39, 49, 51, 0.25098039215686274) 36%,rgba(125,185,232,0) 57%);
	background:linear-gradient(19deg, rgb(39, 49, 51) 0%,rgba(39, 49, 51, 0.6196078431372549) 1%,rgba(39, 49, 51, 0.25098039215686274) 36%,rgba(125,185,232,0) 57%);
	display:none;
}
@media all and (max-width:1024px){
	.heroBannerHome .slideItem:before{
		display:block;
	}
}
.hideHeaderForm .headerForm{
	display:none !important;
}
.hideHeaderForm .bottom_header{
	display:none !important;
}
.heroBannerHome h1:after{
	content:"";
	position:absolute;
	left:0;
	width:50px;
	height:1px;
	bottom:0;
	background:#fff;
}
.heroBannerHome .sectionDescription{
	margin-bottom:40px;
}
.heroBannerHome .sectionDescription:after{
	content:"";
	clear:both;
	display:block;
}
.heroBannerHome .sectionDescription p{
	font-size:58px;
	line-height:62px;
	color:#fff;
	font-weight:700;
	margin-bottom:0;
	position:relative;
	display:inline-block;
	float:left;
	clear:both;
}
.heroBannerHome .sectionDescription p{
	
}
.white_line{
    position: absolute;
    right: -15px;
    top: 10px;
    bottom: 0;
    width: 8px;
    background: #fff;
}
.heroBannerHome .sectionDescription .blue{
	color:#17b3e4;
	min-height:62px;
}
.defaultForm{
	display:inline-block;
	position:relative;
	max-width:465px;
	width:100%;
}
.defaultForm .item{
	width:100%;
	padding-right:130px;
	position:relative;
} 
.defaultForm .item input{
	width:100%;
	border:0 none;
}
.defaultForm .item > input{
	border:2px solid transparent;
	height:52px;
}
.defaultForm .item > input:focus{
	border-color:#f6b234; 
}
.defaultForm .submit{
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:150px;
}
.defaultForm .submit input{
	width:100%;
	height:52px;
	border:1px solid transparent;
	background:#17b3e4;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	font-weight:700;
	cursor:pointer;	
	border:0 none !important;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.btnPrimary{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.yellowButton a,
.yellowButton input{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.defaultForm .submit input:hover,
.btnPrimary:hover,
.mainStepsContainer .blueButton:hover,
.blueDefaultButton:hover{
	box-shadow:4px 2px 35px 0 #17b3e4;	
}
.inactive .blueButton{
	background:#d5d4d6 !important; 
	border-color:#d5d4d6 !important;
	box-shadow:none !important;
}
.yellowButton a:hover,
.yellowButton input:hover{
	box-shadow:4px 2px 35px 0 #f6b234;	
}
.errorContainer {
	padding:2px 5px 2px 20px;
	margin-bottom:0;
	font-size:13px;
	color:#f8a6cd;
	line-height:14px;
	display:none;
}
.heroBannerHome .error .errorContainer{
	background:rgba(255,255,255,0.4);
	margin-top:5px;
	border-radius:3px;
	padding-left:20px;
	padding-right:20px;
	display:inline-block;
}
.heroBannerHome .defaultForm .item{
	padding-right:0;
}
.heroBannerHome .defaultForm .item input{
	padding-right:160px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}
.heroBannerHome .errorContainer p{
	color:#d81671;
}
.error .errorContainer{
	display:block;
}
.error .errorContainer p{
	margin-bottom:0;
}
.error input{
	border:2px solid #d81671 !important;
}
.defaultForm .error input{
	border-right:0 none;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	width:100%;
}
@media all and (max-width:1024px){
	.heroBannerHome .defaultForm .item input{
		border-color:#d5d4d6;
	}
	.heroBannerHome .defaultForm .item input:focus{
		border-color:#f6b234;
	}
	.heroBannerHome{
		padding-top:0;
		padding-bottom:20px;
	}
	.defaultForm .input input{
		height:43px;
	}
	.heroBannerHome .sliderImage{
		padding-bottom:0;
	}
	.heroBannerHome .page_content:after{
		display:none;
	}
    .white_line{
    	display:none;
    }
    .heroBannerHome .sliderImage div{
    	height:400px;
    }
    .sectionForm .errorContainer{
    	text-align:left;
    }
    .defaultForm .item > input,
    .defaultForm .submit input{
    	height:42px;
    }
    .sectionForm .item{
    	margin-bottom:0;
    }
    .sectionForm .item.error{
    	margin-bottom:0;
    }
    .heroBannerHome .sliderImage{
    	position:relative;
    	left:auto;
    	top:auto;
    	margin-bottom:20px;
    }
    .heroBannerHome h1 {
	    position: absolute;
	    top: -90px;
	    margin-bottom: 0;
	}
	.heroBannerHome .sectionDescription p{
		color:#273133;
	}
	.heroBannerHome .sectionDescription{
		margin-bottom:20px;
	}
	.heroBannerHome .sliderImage div:after{
		content:"";
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.03);
	}
}
@media all and (max-width:800px){
	.sectionDescription p br{
		display:none;
	}
}
@media all and (max-width:680px){
	.heroBannerHome h1{
		font-size:28px;
	}
	.heroBannerHome .sectionDescription p {
    	font-size: 48px;
    	line-height: 54px;
    }
    .heroBannerHome .sliderImage div {
	    height: 290px;
	}
}
@media all and (max-width:600px){
	.defaultForm .submit input{
		height:43px;
		border-top-left-radius:0;
		border-bottom-left-radius:0;
	}
}
@media all and (max-width:530px){
	.heroBannerHome h1 {
    	font-size: 24px;
	}
	.heroBannerHome .sectionDescription p {
    	font-size: 38px;
    	line-height: 42px;
	}
	.heroBannerHome .defaultForm .submit input{
		height:42px;
	}
}
@media all and (max-width:380px){
	.heroBannerHome .sectionDescription .blue{
		min-height:32px;
	}
	.heroBannerHome h1{
		font-size:18px;
	}
	.heroBannerHome .defaultForm .item input{
		padding-right:125px;
	}
	.heroBannerHome .sectionDescription p {
	    font-size: 28px;
	    line-height: 38px;
	}
	.defaultForm .submit input{
		font-size:14px;
	}
	.defaultForm .submit{
		width:120px;
	}
	.defaultForm .item{
		padding-right:100px;
	}
}
@media all and (max-width:340px){
	.heroBannerHome .sectionDescription p {
	    font-size: 26px;
	    line-height: 36px;
	}
}
/*---- First section Home ------*/
.homeSlider{
	background:#f4f4f4;
}
.firstSectionSlider{
	padding-left:20px;
	padding-right:20px;
}
.firstSectionSlider .item{
	display:inline-block !important;
	float:none;
	vertical-align:middle;
	padding:0 20px;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}
.firstSectionSlider .item img{
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
	transition:all 0.5s ease;
	margin-left:auto;
	margin-right:auto;
}
.firstSectionSlider .item:hover img{
	-webkit-ilter:grayscale(0);
	-moz-ilter:grayscale(0);
	-ms-ilter:grayscale(0);
	-o-ilter:grayscale(0);
	filter:grayscale(0);
	transform:scale(1.05);
} 
.firstSectionSlider .slick-arrow{
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
	color:#767676;
	font-size:34px;
	cursor:pointer;
}
.firstSectionSlider .rightArrow{
	right:0;
	left:auto;
}
@media all and (max-width:1024px){
	.homeSlider .smallSectionTitle{
		text-align:center;
	}
}
/*------- Second Section Home ----------*/
.fourColumns{
	letter-spacing:-6px;
	display:block;
	margin-left:-15px;
	margin-right:-15px;
}
.fourColumns .item{
	display:inline-block;
	width:25%;
	padding:0 15px;
	vertical-align:top;
	letter-spacing:normal;
}
.insuranceType .fourColumns{
	margin-left:-25px;
	margin-right:-25px;
}
.insuranceType .fourColumns .icon{
	margin-bottom:20px;
}
.insuranceType .fourColumns p{
	font-size:26px;
	color:#273133;
	font-weight:600;
}
.insuranceType .fourColumns .item{
	padding-left:25px;
	padding-right:25px;
	text-align:center;
}
.insuranceType .fourColumns .itemInner{
	min-height:250px;
	padding-top:55px;
}
.insuranceType .itemInner{
	border:1px solid #e9eaea;
	border-radius:5px;
}
.insuranceType .fourColumns img{
	max-height:100px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.insuranceType .fourColumns .item:hover img{
	transform:scale(1.1);
}
@media all and (max-width:1024px){
	.insuranceType .fourColumns{
		margin-left:-10px;
		margin-right:-10px;
	}
	.insuranceType .fourColumns .item{
		padding-left:10px;
		padding-right:10px;
	}
	.insuranceType .fourColumns img {
    	max-height: 70px;
	}
	.insuranceType .fourColumns p{
		font-size:21px;
	}
	.insuranceType .fourColumns .itemInner {
    	min-height: 210px;
    	padding-top: 35px;
	}
	.sectionSeparator{
		margin-top:40px;
	}
}
@media all and (max-width:380px){
	.insuranceType .fourColumns .itemInner{
		min-height:1px;
		padding-top:20px;
		padding-bottom:20px;
	}
	.insuranceType .fourColumns img {
	    max-height: 50px;
	}
	.insuranceType .fourColumns p {
    	font-size: 18px;
	}
}

/*------- Third Section Home --------*/
.threeColumns{
	letter-spacing:-6px;
	display:block;
	margin-left:-10px;
	margin-right:-10px;
}
.threeColumns .item{
	padding:0 10px;
	display:inline-block;
	width:33.33%;
	letter-spacing:normal;
	vertical-align:top;
}
.insuranceDetails .itemInner{
	min-height:265px;
	padding-top:45px;
	text-align:center;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	border-radius:5px;
}
.insuranceDetails .itemInner:after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:1px;
	background:#e9eaea;
}
.insuranceDetails .itemInner:hover{
	background:#e9eaea;
}
.insuranceDetails .itemInner .icon{
	margin-bottom:20px;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.insuranceDetails .itemInner img{
	max-height:70px;
}
.insuranceDetails .itemInner .title{
	font-size:26px;
	line-height:30px;
	color:#273133;
	font-weight:600;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.insuranceDetails .top{
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	left:0;
	width:100%;
}
.insuranceDetails .itemInner .description{
	position:absolute;
	left:0;
	right:0;
	bottom:30px;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
	opacity:0;
}
.insuranceDetails .itemInner .description p{
	font-size:20px;
	line-height:26px;
	color:#72797a;
	margin-bottom:0;
}
.insuranceDetails .itemInner:hover .icon,
.insuranceDetails .itemInner:hover .title{
	transform:translateY(-20px);
}
.insuranceDetails .itemInner:hover .description{
	bottom:60px;
	opacity:1;
}
.insuranceDetails .itemInner:hover .top{
	-webkit-transform:translateY(-70%);
	-moz-transform:translateY(-70%);
	-ms-transform:translateY(-70%);
	-o-transform:translateY(-70%);
	transform:translateY(-70%);
}
@media all and (max-width:1024px){
	.insuranceDetails .itemInner .title {
    	font-size: 21px;
    	line-height: 28px;
    }
    .insuranceDetails .itemInner .description{
    	opacity:1;
    	position:relative;
    	left:auto;
    	top:auto !important;
    	right:auto;
    	bottom:auto !important;
    }
    .insuranceDetails{
    	padding-top:0;
    }
    .insuranceDetails .top{
    	position:relative;
    	left:auto;
    	top:auto;
    	right:auto;
    	bottom:auto;
    	-webkit-transform:none !important;
    	-moz-transform:none !important;
    	-ms-transform:none !important;
    	-o-transform:none !important;
    	transform:none !important;
    }
}
@media all and (max-width:970px){
	.insuranceDetails .itemInner .description br{
		display:none;
	}
}
@media all and (max-width:680px){
	.threeColumns .item{
		width:100%;
		margin-bottom:10px;
	}
	.insuranceDetails .itemInner .description{
		max-width:200px;
		margin-left:auto;
		margin-right:auto;
	}
	.insuranceDetails .itemInner:hover .icon, 
	.insuranceDetails .itemInner:hover .title{
		transform:translateY(-10px);	
	}
}
@media all and (max-width:640px){
	.threeColumns .item{
		max-width:414px;
		margin-left:auto;
		margin-right:auto; 
		display:block;
	}
}
/*--------- How it works home --------------*/
.howWorks .left{
	float:left;
	width:40%;
}
.howWorks .right{
	float:left;
	width:60%;
}
.howWorks .right li{
	margin-bottom:30px;
	max-width:420px;
	padding-left:100px;
	position:relative;
	list-style:none;
}
.howWorks .right li .icon{
	position:absolute;
	left:0;
	top:0;
}
.howWorks .leftInner{
    margin-left: -180px;
    margin-top: 160px;
}
.howWorks .leftInner .show_on_mobile{
	display:none;
}
.howWorks .right li .icon span{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-moz-transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
	-o-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
	font-size:32px;
	color:#2d2a31;
	font-weight:900;
}
.howWorks .right ul {
    margin-left: -95px;
}
.howWorks .right li:nth-child(2){
	margin-left:200px;
}
.howWorks .right li:last-child{
	margin-left:400px;
}
.howWorks .description p{
	color:#72797a;
	margin-bottom:0;
}
.howWorks .title{
	margin-bottom:25px;
}
.howWorks .title h3{
	font-size:32px;
	color:#273133;
}
.howWorks .leftInner .show_on_tablet{
		display:none;
	}
@media all and (max-width:1700px){
	.howWorks .leftInner{
		margin-left:-100px;
	}
}
@media all and (max-width:1500px){
	.howWorks .leftInner{
		margin-left:0;
	}
	.howWorks .title h3 {
    	font-size: 24px;
    }
    .howWorks .title {
    	margin-bottom: 10px;
	}
	.howWorks .description p{
		font-size:14px;
	}
	.howWorks .right li{
		padding-left:60px;
	}
	.howWorks .right li .icon{
		max-width:50px;
	}
	.howWorks .right li .icon span{
		font-size:20px;
	}
}
@media all and (max-width:1024px){
	.howWorks .left{
		padding-right:15px;
		width:60%;
	}
	.howWorks .right{
		padding-left:15px;
		width:40%;
	}
	.howWorks .leftInner{
		margin-top:0;
	}
	.howWorks .right ul{
		margin-left:0;
		letter-spacing:-6px;
	}
	.howWorks .right li{
		letter-spacing:normal;
		width:100%;
		display:inline-block;
		vertical-align:top;
		margin-left:0 !important;
	}
	.howWorks .leftInner .show_on_desktop{
		display:none;
	}
	.howWorks .leftInner .show_on_tablet{
		display:block;
	}
}
@media all and (max-width:800px){
	.howWorks .right li{
		width:100%;
		margin-bottom:10px;
	}
	.howWorks .title h3 br{
		display:none;
	}
	.howWorks .left{
		padding-right:10px;
		width:55%;
	}
	.howWorks .right{
		padding-left:10px;
		width:45%;
	}
}
@media all and (max-width:760px){
	.howWorks .leftInner .show_on_tablet{
		display:none;
	}
	.howWorks .leftInner .show_on_mobile{
		display:block;
	}
}
@media all and (max-width:640px){
	.howWorks .left{
		padding-right:0;
		width:100%;
		margin-bottom:30px;
	}
	.howWorks .right{
		padding-left:0;
		width:100%;
	}
	.howWorks .right br{
		display:none;
	}
	.howWorks .right li{
		max-width:100%;
	}
	.howWorks .leftInner .show_on_mobile{
		margin-left:auto;
		margin-right:auto;
	}
}
/*------------ Small Section Home ---------------*/
.smallSectionHome{
	background:#e9eaea; 
	text-align:center;
}
.smallSectionHome .sectionDescription{
	margin-bottom:0;
}

/*------- Get Started --------*/
.getStarted .bigSectionTitle{
	margin-bottom:80px;
	text-align:center;
}
.getStarted .itemInner{
	background:#e9eaea;
	min-height:300px;
	padding:40px 20px 30px 20px;
	text-align:center;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom:1px solid #d81671;
}
.getStarted .itemInner .title{
	margin-bottom:30px;
}
.getStarted .itemInner .title p{
	transition:all 0.3s ease;
	font-size:26px;
	color:#273133;
	line-height:30px;
	margin-bottom:0;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.getStarted .itemInner .description{
	min-height:90px;
	margin-bottom:10px;
}
.getStarted .itemInner .description p{
	color:#273133;
	margin-bottom:0;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.getStarted .itemInner:hover{
	background:#d81671;
	border-radius:5px;
}
.getStarted .itemInner:hover .title p{
	font-size:28px;
	color:#fff;
}
.getStarted .itemInner:hover .description p{
	color:#fff;
}
.getStarted .itemInner:hover .btnPrimary{
	background:#fff;
	color:#d81671;
}
.getStarted .itemInner .btnPrimary:hover{
	box-shadow:none;
}
.getStarted .background_section{
	height:400px;
}
@media all and (max-width:1024px){
	.getStarted .itemInner .title p{
		font-size:21px;
		line-height:28px;
	}
	.getStarted .itemInner .description p{
		font-size:14px;
	}
	.getStarted .itemInner .title{
		margin-bottom:20px;
	}
	.getStarted .itemInner:hover .title p{
		font-size:24px;
	}
	.getStarted .itemInner:hover .description p{
		font-size:15px;
	}
	.getStarted .background_section {
    	height: 200px;
	}
	.getStarted .bigSectionTitle {
    	margin-bottom: 40px;
    }
    .getStarted .itemInner:hover .title p{
    	font-size:21px;
    }
    .getStarted .itemInner:hover .description p{
    	font-size:14px;
    }
}
@media all and (max-width:680px){
	.getStarted .background_section{
		height:140px;
	}
}
/*---------------- Support Section -----------------*/
.supportSection{
	overflow:hidden;
	padding-bottom:0;
}
.supportSection .smallSectionTitle{
	margin-bottom:10px;
}
.supportSection .description{
	margin-bottom:50px;
}
.supportSection .description p{
	margin-bottom:0;
}
.supportSection .left{
	float:left;
	width:55%;
	padding-right:30px;
	position:relative;
	z-index:9;
}
.supportSection .left .image_container{
	margin-left:-50px;
}
.supportSection .right{
	float:left;
	width:45%;
	padding-left: 60px;
    padding-top: 110px;
	position:relative;
}
.supportSection .right:before{
	content:"";
	position:absolute;
	left:-200%;
	top:100px;
	right:-100%;
	height:1px;
	background:#f4f3f4;
	display:none;
}
@media all and (max-width:1380px){
	.supportSection .left .image_container{
		margin-left:0;
	}
}
@media all and (max-width:1024px){
	.supportSection .right{
		padding-top:30px;
	}
	.supportSection .right:before{
		display:none;
	}
}
@media all and (max-width:900px){
	.supportSection .right{
		padding-top:30px;
		padding-left:15px;
		padding-bottom:20px;
	}	
	.supportSection .smallSectionTitle h2{
		font-size:24px;
	}
	.supportSection .description{
		margin-bottom:15px;
	}
}
@media all and (max-width:680px){
	.supportSection .left{
		width:100%;
		padding-right:0;
		margin-bottom:20px;
	}
	.supportSection .image_container{
		margin-left:0;
	}
	.supportSection .right{
		padding:0;
		width:100%;
		padding-bottom:40px;
	}
	.supportSection .right:before{
		display:none;
	}
	.supportSection .description {
    	margin-bottom: 20px;
	}
}

/*---------- Two Way Section --------------*/
.twoWay{
	background:#e9eaea;
	padding-top:120px;
}
.twoWay .itemInner{
	background:#fff;
	min-height:280px;
	border:1px solid #b4b7b8;
	border-radius:5px;
	text-align:center;
}
.twoWay .itemInner .topInner{
	padding-top:40px;
	padding-bottom:40px;
	border-bottom:2px solid #f6b234;
}
.twoWay .itemInner .description p{
	margin-bottom:0;
}
.twoWay .item:nth-child(2) .itemInner .topInner{
	border-bottom:2px solid #e7455f;
}
.twoWay .item:nth-child(3) .itemInner .topInner{
	border-bottom:2px solid #5628b4;
}
.twoWay .itemInner h4{
	font-size:26px;
	line-height:30px;
	font-weight:600;
	color:#f6b234;
}
.twoWay .item:nth-child(2) h4{
	color:#e7455f;
}
.twoWay .item:nth-child(3) h4{
	color:#5628b4;
}
.twoWay .imagesContainer{
	padding-left:10px;
	padding-right:10px;
	padding-top:45px;
}
.twoWay .imagesContainer ul{
	display:table;
	width:100%;
}
.twoWay .imagesContainer ul li{
	display:table-cell;
	width:33.33%;
	text-align:center;
	padding:0 5px;
}
.twoWay .imagesContainer ul li img{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.twoWay .imagesContainer ul li:hover img{
	transform:scale(1.1);
}
@media all and (max-width:1024px){
	.twoWay{
		padding-top:40px;
	}
}
/*------------ FAQ ------*/
.faq{
	padding-top:120px;
}
.faq .nav{
	float:left;
	width:20%;
	padding-right:15px;
}
.faq .nav .title{
	font-size:15px;
	color:#273133;
	font-weight:500;
	margin-bottom:30px;
}
.main_faq:after {
    content: "";
    clear: both;
    display: block;
}
.faq .smallSectionTitle{
	margin-bottom:15px;
}
.faq .right{
	float:left;
	width:80%;
	padding-left:60px;
	padding-top:30px;
}
.faq .nav ul{
	margin-bottom:25px;
}
.faq .nav li{
	list-style:none;
	margin-bottom:20px;
}
.faq .nav li:last-child{
	margin-bottom:0;
}
.faq .nav li a{
	font-size:13px;
	color:#72797a;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.faq .nav li a:hover{
	color:#2d2a31;
}
.faq .nav .active a{
	padding-left:15px;
	color:#2d2a31;
	border-left:2px solid #d81671;
}
.faq .item{  
	padding:15px 0;
	border-bottom:1px solid #e9eaea;
}
.faq .item .description{
	padding-top:20px;
	display:none;
}
.faq .item .description p{
	margin-bottom:0;
}
.faq .item h4{
	font-size:26px;
	color:#72797a;
	line-height:30px;
	font-weight:600;
	position:relative;
	cursor:pointer;
	padding-right:20px;
	margin-bottom:0;
}
.faq .item h4:after{
	content:"\f054";
	position:absolute;
	font-family:'FontAwesome';
	right:0;
	top:50%;
	font-size:21px;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
	color:#273133;
}
.faq .active h4:after{	
	content:"\f078";
}
.faq .item a{
	text-transform:uppercase;
	color:#17b3e4;
	font-weight:700;
	font-size:13px;
	display:inline-block;
	position:relative;
}
.faq .item a:after{
	content:"\f105";
	font-family:'FontAwesome';
	position:absolute;
	right:-10px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.faq .item a:hover:after{
	right:-15px;
}
.faq .view_all{
	padding:20px 0;
	text-align:right;
}
.faq .view_all a{
	font-size:13px;
	color:#17b3e4;
	text-transform:uppercase;
	font-weight:700;
}
.faq .faq_item{
	display:none;
}
.faqsContainer .faq_item:first-child{
	display:block;
}
@media all and (max-width:1024px){
	.faq{
		padding-top:40px;
	}
	.faq .item h4{
		font-size:20px;
	}
	.faq .item .description p,
	.faq .item .description a{
    	font-size: 14px;
	}
}
@media all and (max-width:800px){
	.faq .nav{
		width:100%;
		padding-right:0;
		display:none;
	}
	.faq .right{
		padding-left:0;
		width:100%;
	}
	.faq .view_all a{
		background: #17b3e4;
	    font-size: 14px;
	    line-height: 14px;
	    font-weight: 700;
	    padding: 15px 25px;
	    color: #fff;
	    border-radius: 3px;
	    display: inline-block;
	}
	.faq .nav .title{
		font-size:21px;
	}
	.faqPage .faqMainContainer .smallSectionTitle{
		margin-bottom:5px !important;
	}
	.faqPage .faq .nav ul{
		margin-bottom:30px;
	}
}
@media all and (max-width:680px){
	.faq .item h4:after{
		font-size:15px;
	}
}

/*--------------- Blog Section --------------*/
.blogSection .bigSectionTitle{
	margin-bottom:65px;
}
.blogColumns{
	letter-spacing:-6px;
}
.blogColumns .item{
	display:inline-block;
	width:33.33%;
	padding:0 10px;
	letter-spacing:normal;
}
.blogColumns .thumbnail{
	height:300px;
	position:relative;
	margin-bottom:40px;
}
.blogColumns .thumbnail .background{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border-radius:5px;
}
.blogColumns .category{
	position:absolute;
	bottom:-20px;
	left:20px;
}
.blogColumns .category a{
	font-size:13px;
	color:#fff;
	line-height:13px;
	padding:15px;
	display:inline-block;
	border-radius:3px;
	background:#f6b234;
	text-transform:uppercase;
}
.blogColumns .title{
	margin-bottom:30px;
}
.blogColumns .title a{
	font-size:26px;
	color:#273133;
	font-weight:600;
}
.blogColumns .description{
	margin-bottom:15px;
}
.blogColumns .description p{
	color:#727173;
	margin-bottom:0;
}
.readMore a{
	color:#17b3e4;
	font-size:13px;
	line-height:13px;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	position:relative;
	display:inline-block;
	font-weight:700;
	text-transform:uppercase;
}
.readMore a:after{
	content:"\f105";
	position:absolute;
	right:-10px;
	font-family:'FontAwesome';
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.readMore a:hover:after{
	right:-15px;
}
.category ul{
	width:100%;
}
.category ul li{
	display:inline-block;
	padding:0 3px 5px;
}
.category ul li:first-child{
	padding-left:0;
}
.category ul li:last-child{
	padding-right:0;
}
.category ul li a{
	background:transparent;
	color:#f6b234;
	border:1px solid #f6b234;
}
.category ul li a:hover{
	box-shadow:none;
	background: #f6b234;
	color:#fff;
}
.category ul .main_category{
	margin-right:10px;
}
.category ul .main_category a{
    padding: 15px;
    color: #fff;
    background: #f6b234;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}
.category ul .main_category a:hover {
    box-shadow: 4px 2px 35px 0 #f6b234;
}

@media all and (max-width:1024px){
	.blogColumns .thumbnail {
    	height: 220px;
	}
	.blogColumns .title a{
		font-size:18px;
	}
	.blogColumns .title {
    	margin-bottom: 15px;
	}
	.blogSection .bigSectionTitle{
		margin-bottom:30px;
	}
}
@media all and (max-width:767px){
	.blogColumns .description{
		display:none;
	}
}
@media all and (max-width:760px){
	.blogColumns .item{
		width:100%;
		margin-bottom:25px;
	}
}
@media all and (max-width:580px){
	.category ul .main_category{
		display:block;
		margin-right:0;
		margin-bottom:10px;
	}
}
@media all and (max-width:420px){
	.category ul li a{
		padding:6px 7px;
	}
}
/*------------ In The News -----------------*/
.inTheNews{
	background:#e9eaea;
	overflow:hidden;
	padding:130px 0;
}
.inTheNews .bigSectionTitle{
	margin-bottom:60px;
}
.inTheNews .news_nav{
	position:relative;
	margin-bottom:80px;
	padding-left:20px;
	padding-right:20px;
}
.inTheNews .news_nav .slick-track{
	padding:20px 0 30px;
}
.inTheNews .slick-arrow{
	position:absolute;
	top:21px;
	z-index:99;
	font-size:32px;
	display:none !important; 
}
.inTheNews .leftArrow{
	left:0;
}
.inTheNews .rightArrow{
	right:0;
}
.inTheNews .news_nav:before{
	content:"";
	position:absolute;
	left:-100%;
	right:-100%;
	top:0;
	bottom:10px;
	background:#b4b7b8;
	border-bottom:4px solid #f6b234;
}
.inTheNews .news_nav{
	display:block;
	width:100%;
	position:relative;
	z-index:9;
}
.inTheNews .news_nav .item{
	display:inline-block;
	vertical-align:middle;
	width:20%;
	letter-spacing:normal;
	text-align:center;
	cursor:pointer;
	position:relative;
	float:none;
	min-height:30px;
}
.inTheNews .news_nav .item img{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.inTheNews .news_nav .item:after{
	content:"";
	position:absolute;
	left:50%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
	border-top:10px solid #f6b234;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	bottom:-30px;
	opacity:0;
}
.inTheNews .news_nav .item.slick-current:after{
	opacity:1;
}
.inTheNews .news_nav .item img{
	-webkit-filter:invert(1);
	-moz-filter:invert(1);
	-ms-filter:invert(1);
	-o-filter:invert(1);
	filter:invert(1);
}
.inTheNews .news_nav .item.slick-current img{
	-webkit-filter:invert(0);
	-moz-filter:invert(0);
	-ms-filter:invert(0);
	-o-filter:invert(0);
	filter:invert(0);
}
.inTheNews .news_content{
	text-align:center;
}
.inTheNews .news_content p{
	font-size:26px;
	line-height:30px;
	color:#273133;
	font-style:italic;
	margin-bottom:0;
}
.inTheNews .news_content .item:first-child{
	display:block;
}
@media all and (max-width:1024px){
	.inTheNews{
		padding:40px 0;
	}
	.inTheNews .bigSectionTitle{
		margin-bottom:20px;
	}
	.inTheNews .news_nav{
		margin-bottom:30px;
	}
	.inTheNews .news_content p{
		font-size:18px;
		line-height:26px;
	}
}
@media all and (max-width:740px){
	.inTheNews .news_nav ul{
		display:block;
		letter-spacing:-7px;
		text-align:center;
	}
	.inTheNews .news_nav li{
		display:inline-block;
		width:33.33%;
		letter-spacing:normal;
		text-align:center;
		margin-bottom:10px;
	}
	.inTheNews .news_nav li:after{
		display:none;
	}
}
@media all and (max-width:480px){
	.inTheNews .news_nav li{
		width:50%;
	}
}
/*--------------- Testimonials ----------------*/
.testimonials .bigSectionTitle{
	margin-bottom:60px;
}
.testimonials .left{
	float:left;
	width:40%;
}
.testimonials .right{
	float:left;
	width:60%;
	padding-left:15px;
	padding-top:10px;
	position:relative;
}
.testimonials .right i{
	position:absolute;
	left:0;
	top:0;
	font-size:280px;
	color:#e9eaea;
	z-index:-1;
}
.testimonials .rating{
	margin-bottom:30px;
}
.testimonials .description{
	margin-bottom:30px;
}
.testimonials .description p{
	font-size:20px;
	line-height:26px;
	color:#727173;
	margin-bottom:0;
}
.testimonials .authorDetails p{
	font-size:20px;
	line-height:30px;
	color:#273133;
}
.testimonials .append_dots{
	width:35%;
	text-align:center;
	padding-top:20px;
}
.testimonials .append_dots li{
	width:10px;
	height:10px;
	border-radius:10px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	display:inline-block;
	margin:0 3px;
	background:#e9eaea;
	cursor:pointer;
}
.testimonials .append_dots li.slick-active{
	background:#2d2a31;
}
.testimonials .append_dots li button{
	display:none;
}
@media all and (max-width:1024px){
	.testimonials .append_dots{
		width:40%;
	}
	.testimonials .bigSectionTitle{
		margin-bottom:30px;
	}
}
@media all and (max-width:900px){
	.testimonials .left{
		width:100%;
		margin-bottom:15px;
	}
	.testimonials .right{
		width:100%;
		text-align:center;
	}
	.testimonials .left img,
	.testimonials .rating img{
		margin-left:auto;
		margin-right:auto;
	}
	.testimonials .right i {
	    top: 50%;
	    font-size: 170px;
	    left: 50%;
	    -webkit-transform: translateX(-50%) translateY(-50%);
	    -moz-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	    -o-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-50%);
	}	
	.testimonials .append_dots{
		width:100%;
	}
}
/*--------------- Newsletter ---------------*/
.newsletter{
	background:#e9eaea;
	padding:50px 0;
}
.newsletter .left{
	float:left;
	width:40%;
	padding-right:15px;
}
.newsletter .right{
	float:left;
	width:60%;
	padding-right:15px;
	padding-top:10px;
}
.newsletter.monthlyNewsletter .left{
	width:50%;
	display:inline-block;
	vertical-align:middle;
	float:none;
	letter-spacing:normal;
}
.monthlyNewsletter .container{
	letter-spacing:-7px;
}
.newsletter.monthlyNewsletter .right{
	width:50%;
	display:inline-block;
	vertical-align:middle;
	float:none;
	letter-spacing:normal;
}
.newsletter.monthlyNewsletter .smallSectionTitle{
	margin-bottom:0;
}
.monthlyNewsletter .defaultForm .item{
	margin-bottom:0;
}
.monthlyNewsletter .defaultForm{
	max-width:100%;
}
.monthlyNewsletter .defaultForm .submit{
	width:260px;
}
.monthlyNewsletter .defaultForm .item input{
	border:1px solid #8393ca;
}
.monthlyNewsletter .defaultForm .item input:hover{
	border-color:#e9eaea;
}
.monthlyNewsletter .defaultForm .item input:focus{
	border-color:#f6b234;
}
.newsletter label{
	display:block;
}
.newsletter .smallSectionTitle{
	margin-bottom:10px;
}
.newsletter label{
	font-weight:600;
	margin-bottom:5px;
}
.newsletter .item > input{
	padding-top:16px; 
	padding-bottom:14px;
}
@media all and (max-width:1024px){
	.monthlyNewsletter .defaultForm .submit{
		width:230px;
	}
}
@media all and (max-width:940px){
	.newsletter.monthlyNewsletter{
		text-align:center;
	}
	.newsletter.monthlyNewsletter .left{
		width:100%;
		padding-right:0;
		margin-bottom:10px;
	}
	.newsletter.monthlyNewsletter .right{
		width:100%;
		padding-left:0;
	}
	.monthlyNewsletter .defaultForm{
		max-width:500px;
		margin-left:auto;
		margin-right:auto;
	}
}
@media all and (max-width:880px){
	.newsletter{
		text-align:center;
	}
	.newsletter .left{
		width:100%;
		padding-right:0;
		margin-bottom:20px;
	}
	.newsletter .right{
		width:100%;
		padding-left:0;
		padding-right:0;
	}
	.newsletter label{
		display:none;
	}
	.newsletter .right{
		padding-top:0;
	}
}
@media all and (max-width:480px){
	.newsletter.monthlyNewsletter .defaultForm .submit{
		position:relative;
		left:auto;
		top:auto;
		right:auto;
		bottom:auto;
		width:100%;
	}
	.newsletter.monthlyNewsletter .defaultForm .item{
		padding-right:0;
	}
	.monthlyNewsletter .defaultForm .item input{
		border-bottom-left-radius:0;
		border-bottom-right-radius:0;
	}
	.monthlyNewsletter .defaultForm .submit input{
		border-top-left-radius:0;
		border-top-right-radius:0;
	}
}
@media all and (max-width:380px){
	.newsletter .defaultForm .submit{
		position:relative;
		left:auto;
		top:auto;
		right:auto;
		bottom:auto;
		width:100%;
	}
	.newsletter .defaultForm .item{
		padding-right:0;
	}
}


/*-------------- Q1 ---------------*/
.stepsNav{
	padding:30px 0 120px;
}
.stepsNav .container{
	max-width:680px;
}
.stepsNav ul{
	
	letter-spacing:-7px;
	margin-left:-70px;
	margin-right:-70px;
	text-align:center;
	position:relative;
}
.stepsNav ul:before,
.stepsNav ul:after {
    content: "";
    left: 85px;
    top: 50%;
    height: 5px;
    background: #e9eaea;
    right: 85px;
    position: absolute;
    z-index: -1;
    transform: translateY(-50%);
}
.stepsNav ul:after{
	width:0;
	background:#17b3e4;
}
.stepsNav li{
	display:inline-block;
	letter-spacing:normal;
	width:25%;
	position:relative;
}
.stepsNav li p{
	font-size:15px;
	margin-bottom:0;
	position:absolute;
	left:50%;
	bottom:-38px;
	white-space:nowrap;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
}
.stepsNav li span{
	width:50px;
	height:50px;
	background:#e9eaea;
	line-height:42px;
	text-align:center;
	font-size:30px;
	color:#fff;
	display:block;
	border-radius:50px;
	font-weight:700;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	position:relative;
	border:2px solid #e9eaea;
}
.stepsNav li:first-child span{
	background:#17b3e4;
	border:2px solid #17b3e4;
}
.stepsNav li:first-child p{
	font-weight:600;
}
.mainStepsContainer{
	position:relative;
}
.mainStepsContainer .boxesContainer{
	position:absolute;
	right:0;
	max-width:225px;
	text-align:center;
	width:100%;
	top:10px;
}
.mainStepsContainer .secureSite{
	background:#17b3e4;
}
.mainStepsContainer .secureSite p{
	color:#fff;
	margin-bottom:0;
}
.mainStepsContainer .secureSite .icon{
	margin-bottom:20px;
}
.mainStepsContainer .secureSite .title{
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:10px;
	font-weight:600;
}
.mainStepsContainer .boxesContainer .box{
	border-radius:5px;
	padding:20px 10px;
	margin-bottom:20px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
.mainStepsContainer .timer{
	background:#f4f3f4;
}
.mainStepsContainer .timer .icon{
	margin-bottom:10px;
}
.mainStepsContainer .timer p{
	font-size:14px;
	color:#2d2a31;
	margin-bottom:0;
}
.mainStepsContainer .timer .estimatedTime{
	font-weight:600;
}
.mainStepsContainer .timer .estimatedTime span{
	font-size:20px;
	color:#d81671;
}
.smallContainer{
	max-width:560px;
	margin-left:auto;
	margin-right:auto;
}
.mainStepsContainer .loadingMessages:after,
.mainStepsContainer .message:after{
	content:"";
	clear:both;
	display:block;
} 
.mainStepsContainer .message{
	padding:15px 30px;
	background:#e9eaea;
	margin-bottom:10px;
	border-radius:15px;
	border-bottom-left-radius:0;
	position:relative;
	text-align:left;
	max-width:530px;
	width:auto;
	float:left;
	clear:left;
}
.mainStepsContainer .q1Screen1 .message{
	float:left;	
}
.mainStepsContainer .message .avatar{
	position:absolute;
	bottom:0;
	left:-50px;
}
.mainStepsContainer .message p,
.mainStepsContainer .message li{
	margin-bottom:0;
	font-size:16px;
	line-height:18px;
	color:#2c2b31;
	font-weight:400;
}
.mainStepsContainer .message li{
	display:inline-block;
	vertical-align:middle;
	padding:0 2px;
}
.mainStepsContainer .message li:first-child{
	padding-left:0;
}
.mainStepsContainer .message li:last-child{
	padding-right:0;
}
.q1Screen1 .message input{
	max-width:110px;
}
.q1Screen1 .smallContainer{
	max-width:100%;
}
.mainStepsContainer .messagesContainer{
	max-width:580px;
	margin-left:auto;
	margin-right:auto;
	left:95px;
	position:relative;
}
.mainStepsContainer .messagesContainer:after{
	content:"";
	clear:both;
	display:block;
}
.q1Screen1 .smallSectionTitle{
	margin-bottom:70px;
}
.q1Screen1 .stepsNav{
	padding-bottom:100px;
}
.q1Screen1 .message .alignCenter{
	text-align:left;
}
.q1Screen1 .message{
	opacity:0;
	transition:all 0.3s ease;
}
.q1Screen1 .message.show{
	opacity:1;
}
.mainStepsContainer input,
.mainStepsContainer .button{
	font-size:16px;
	line-height:16px;
	color:#273133;
	padding: 12px 17px 14px;
	border:1px solid #d5d4d6;
	border-radius:3px;
	background:#fff;
	display:inline-block;
}
.mainStepsContainer .button{
	color:#2d2a31;
	font-weight:400;
	vertical-align:top;
}
.mainStepsContainer input{
	padding:12px 20px;
}
.mainStepsContainer input{
	border:1px solid #d5d4d6;
}
.lastRow .buttonsItem{
	margin-bottom:25px;
}
.mainStepsContainer .button{
	margin:0 5px;
	cursor:pointer;
	text-align:center;
}
.mainStepsContainer .button:hover,
.mainStepsContainer .button.active{
    box-shadow: 0px 0px 0px 1px #17b3e4;
    color: #17b3e4;
    font-weight: 700;
    border: 1px solid #17b3e4;
}
.mainStepsContainer .button:first-child{
	margin-left:0;
}
.mainStepsContainer .button:last-child{
	margin-right:0;
}
.mainStepsContainer .message ul{
	margin-bottom:20px
}
.mainStepsContainer .message ul:last-child{
	margin-bottom:0;
}
.alignCenter{
	text-align:center;
}
.mainStepsContainer .grayButton{
	background:#d5d4d6;
	border-radius:3px;
	color:#fff;
	padding:15px 20px;
	text-transform:uppercase;
	font-weight:700;
	cursor:pointer;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.mainStepsContainer .grayButton:hover{
	background:#17b3e4;
	border-color:#17b3e4;
}
.mainStepsContainer .submitButton{
	text-align:center;
	padding-top:45px;
	margin-bottom:0;
	clear:both;
}
.mainStepsContainer .backPageButton{
	position:absolute;
	left:0;
	bottom:20px;
}
.q1Screen2 .mediumContainer{
	padding-bottom:0;
}
.mainStepsContainer .backPageButton a{
	font-size:16px;
	text-transform:uppercase;
	color:#17b3e4;
	font-weight:700;
	display:inline-block;
	padding-left:15px;
	position:relative;
	bottom:-4px;
	
}
.mainStepsContainer .backPageButton a:before{
	content:"\f104";
	position:absolute;
	font-family:FontAwesome;
	left:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}
.mainStepsContainer .container{
	position:relative;
}
.mainStepsContainer .blueButton,
.blueDefaultButton{
	padding:15px 30px;
	background:#17b3e4;
	border-radius:3px;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	font-weight:700;
	border:2px solid #17b3e4;
	cursor:pointer;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;	
	display:inline-block;
	letter-spacing:0.7px;
}
.errorStep{
	text-align:center;
	padding-top:120px;
}
.basicForm label{
	display:block;
	font-weight:600;
	font-size:16px;
	color:#2d2a31;
	margin-bottom:5px;
}
.basicForm .item input{
	width:100%;
}
.basicForm .errorContainer p{ 
	color:#d81671;
}
.timer .showOnMobile{
	display:none;
}
@media all and (max-width:1280px){
	.mainStepsContainer .secureSite{
		display:none;
	}
	.mainStepsContainer .backPageButton{
		left:20px;
	}
	.mainStepsContainer .pageContainer .backPageButton{
		left:0;
	}
	.mainStepsContainer .boxesContainer{
		position:fixed;
		left:0;
		bottom:10px;
		right:auto;
		z-index:99;
		top:auto;
	}
	.timer .showOnMobile{
		display:inline-block;
	}
	.timer .boxDetails{
		display:none;
	}
	.mainStepsContainer .boxesContainer .box {
    	border-radius: 5px;
    	padding: 5px 20px;
    	margin-bottom: 0;
    	border-top-right-radius: 3px;
    	border-bottom-right-radius: 3px;
    	border-top-left-radius:0;
    	border-bottom-left-radius:0;
    	text-align: left;
    	margin-bottom:10px;
	}
	.mainStepsContainer .timer .icon img{
		margin-right:10px;
	}
	.mainStepsContainer .timer .icon > *{
		display:inline-block;
		vertical-align:middle;
	}
	.mainStepsContainer .timer .icon{
		margin-bottom:0;
	}
	.mainStepsContainer .timer .icon span{
    	font-size: 20px;
    	color: #d81671;
    }
    .mainStepsContainer .boxesContainer{
    	max-width:none;
    	width:auto;
    }
}
@media all and (max-width:1024px){
	.stepsNav{
		padding-bottom:80px;
	}
}
@media all and (max-width:800px){
	.mainStepsContainer .messagesContainer{
		left:auto;
	}
	.q1Screen1 .stepsNav {
    	padding-bottom: 50px;
	}
	.q1Screen1 .smallSectionTitle {
    	margin-bottom: 30px;
	}
}
@media all and (max-width:800px){
	.mainStepsContainer input{
		padding-left:10px;
		padding-right:10px;
	}
}
@media all and (max-width:720px){
	.mainStepsContainer .message .avatar{
		left:-40px;
	}
	.mainStepsContainer .message.hasAvatar{
		margin-left:40px;
	}
	.stepsNav ul{
		margin-left:-50px;
		margin-right:-50px;
	}
}
@media all and (max-width:680px){
	.mainStepsContainer .message p, 
	.mainStepsContainer .message li{
		font-size:14px;
	}
}
@media all and (max-width:630px){
	.q1Screen1 .message ul{
		text-align:left;
	}
	.q1Screen1 .message .alignCenter{
		text-align:left;
	}
}
@media all and (max-width:520px){
	.stepsNav li span{
		width:30px;
		height:30px;
		font-size:14px;
		line-height:26px !important;
		border-width:2px !important;
	}
	.stepsNav ul{
		margin-left:-40px;
		margin-right:-40px;
	}
	.stepsNav li p{
		font-size:11px;
	}
	.stepsNav ul:before, 
	.stepsNav ul:after{
		left:60px;
		right:60px;
	}
	
}
@media all and (max-width:480px){
	.mainStepsContainer .message li{
		margin-bottom:2px;
	}
}
@media all and (max-width:430px){
	.mainStepsContainer .q1Screen1 .blueButton{
		width:100%;
	}
	.mainStepsContainer .q1Screen1 .backPageButton{
		position:relative;
		left:auto;
		bottom:auto;
		padding-top:10px;
	}
}
@media all and (max-width:380px){
	.stepsNav ul{
		margin-left:-25px;
		margin-right:-25px;
	}
	.stepsNav ul:before, 
	.stepsNav ul:after{
		left:55px;
		right:55px;
	}
	.stepsNav li p {
    	font-size: 10px;
	}
	.mainStepsContainer .submitButton{
		padding-top:20px;
		margin-bottom:20px;
	}
	.mainStepsContainer .q1Screen1 .backPageButton{
		padding-top:0;
	}
	.mainStepsContainer .grayButton{
		width:100%;
	}
	.mainStepsContainer .backPageButton{
		bottom:-40px;
	}
}
/*------ Q1 Screen2 --------*/
.formContainer{
	padding-top:0;
}
.errorScreen .container{
	max-width:770px;
	margin:0 auto;
	display:block;
}
.errorScreen .smallSectionTitle{
	margin-bottom:25px;
}
.errorScreen .sectionDescription{
	margin-bottom:50px;
}
.mainStepsContainer .errorScreen .submitButton{
	padding-top:0;
}
.errorScreen .formContainer{
	max-width:600px;
	margin:0 auto;
	display:block;
}
.errorScreen .formContainer{
	padding-bottom:60px;
}
.q1Screen2{
	text-align:center;
}
.q1Screen2 .smallSectionTitle{
	margin-bottom:20px;
}
.mediumContainer{
	max-width:610px;
	margin-left:auto;
	margin-right:auto;
	padding-top:0;
	padding-bottom:40px;
}
.mediumContainer.lastRow {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.sContainer{
	padding-left:100px;
	margin-left:auto;
	margin-right:auto;
}
.container400{
	max-width:400px;
}
.q1Screen2 .pink_link{
	margin-bottom:30px;
}
.pink_link a{
	color:#d81671;
	font-size:16px;
	line-height:15px;
	font-weight:500;
	text-decoration:underline;
}
.pink_link img{
	margin-right:5px;
}
.q1Screen2 .pink_link{
	background:#f4f3f4;
	background:transparent;
	max-width:400px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	border-radius:5px;
}
.q1Screen2 .message{
	text-align:left;
}
.q1Screen2 .stepsNav ul:after{
	width:13%;
}
@media all and (max-width:520px){
	.q1Screen2 .stepsNav ul:after{
		width:10%;
	}
}

/*-------------- Q1 Screen 3 -------------*/
.q1Screen3 .stepsNav ul:after{
	width:18%;
}
.q1Screen3 .icheckRequired label{
	font-weight:400;
}
form .item{
	position:relative;
}
.mainStepsContainer .twoInputs{
	margin-left:-5px;
	margin-right:-5px;
	letter-spacing:-7px;
}
.mainStepsContainer .twoInputs label{
	padding:0 5px;
	display:block;
	font-weight:600;
	letter-spacing:normal;
}
.mainStepsContainer .twoInputs .item{
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	padding:0 5px;
	width:50%;
}
.mainStepsContainer .twoInputs.widthAuto .item{
	width:auto;
}
.mainStepsContainer .twoInputs .item input,
.mainStepsContainer .twoInputs .item select{
	width:100%;
}
.mainStepsContainer .smallInput{ 
	max-width:50px;
}
.mainStepsContainer form .item,
.mainStepsContainer .item{
	margin-bottom:30px;
}
.mainStepsContainer form .conditionalItem{
	margin-top:25px;
	margin-bottom:0;
}
.mainStepsContainer form .relationshopTables .conditionalItem{
	margin-top:0;
}
.mainStepsContainer form .conditionalItem .item{
	margin-top:25px;
	margin-bottom:0;
}
.fullWidth{
	width:100%;
}
.mainStepsContainer .errorContainer p{
	font-size:13px;
	color:#d81671;
}
.icheckRequired{
	margin-bottom:20px;
}
.icheckRequired:last-child{
	margin-bottom:0;
}
.icheckRequired label{
	color:#727173;
}
label a{
	color:#d81671;
	font-weight:600;
}
.mainStepsContainer .legend{
	position:relative; 
	border:1px solid #d5d4d6;
	border-radius:3px;
	margin-bottom:10px;
	padding-left:15px;
	padding-right:15px;
}
.mainStepsContainer .legend.focus{
	border-color:#f6b234;
}
.mainStepsContainer .legend:last-child{
	margin-bottom:0;
}
/*
.item.error input{
	border:0 none !important;
}*/
.item.error .legend{
	border-color:#d81671 !important;
	
}
.mainStepsContainer .legend:after{
	content:"";
	clear:both;
	display:block;
}
.mainStepsContainer .legend > *{
	float:left;
}
.mainStepsContainer .legend input{
	border:0 none;
	width:130px !important;
	padding-left:0;
}
.mainStepsContainer .legend span{
	font-size:16px;
	color:#2d2a31;
	padding-top:10px;
	padding-bottom:10px;
}
.mainStepsContainer .legend span + input{
	padding-left:3px;
}
.mainStepsContainer .legend.widthAuto {
    width: auto !important;
    display: inline-block;
   
}
@media all and (max-width:640px){
	.twoInputsPhone .item{
		width:85% !important;
	}
	.twoInputsPhone .phone_inputs_container .item{
		width:100% !important;
	} 
	.twoInputsPhone .phoneInput{
		width:15% !important;
	}
	
}
@media all and (max-width:620px){
	.mainStepsContainer .legend.widthAuto{
		width:100% !important;
	}
	.mainStepsContainer .legend input + span {
    	float: right;
	}
}
@media all and (max-width:460px){
	.twoInputs.halfOnMobile .item{
		width:50% !important;
	}
}
@media all and (max-width:420px){
	.q1Screen3 .stepsNav ul:after {
    	width: 14%;
	}
}
@media all and (max-width:340px){
	.twoInputsPhone .item{
		width:80% !important;
	}
	.twoInputsPhone .phoneInput{
		width:20% !important;
	}
}
/*---------- Screen 4 --------------*/
.q1Screen4 .mediumContainer{
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:2px solid #f6b234;
}
.buttonsItem {
	margin-bottom:0;
}
.buttonsItem .title{
	font-weight:600;
}
.buttonsItem .inputContainer{
	margin-top:10px;
	clear:both;
}
.inputContainer .button:after{
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    font-size: 16px;
}
.inputContainer.halfInputs{
	margin-left:-10px;
	margin-right:-10px;
	letter-spacing:-7px;
}
.inputContainer.halfButtons .button{
	width:45%;
	letter-spacing:normal;
	margin-bottom:15px;
	display:inline-block;
	margin-left:0;
	margin-right:20px;
}
.inputContainer.halfButtons .button:nth-child(2n+2){
	margin-right:0;
}
.conditionalItem{
	display:none;
}
@media all and (min-width:2000px){
	.mainStepsContainer{
		max-width:1800px;
		margin-left:auto;
		margin-right:auto;
	}
}
.mainStepsContainer .q1Screen3 .twoInputs{
	margin-bottom:20px;
}
.q1Screen3 .mediumContainer{
	padding-bottom:0;
}
.q1Screen4 .stepsNav li:first-child span{
	background:#fff;
	color:#17b3e4;
	border:4px solid #17b3e4;
	line-height:39px;
}
.q1Screen4 .stepsNav li:nth-child(2) span{
	background:#17b3e4;
	border:2px solid #17b3e4;
}
.q1Screen4 .stepsNav ul:after{
	width:25%;
}
.q1Screen4 .stepsNav li:first-child p,
.q1Screen5 .stepsNav li:first-child p,
.q2Screen1 .stepsNav li:first-child p,
.q2Screen1 .stepsNav li:nth-child(2) p,
.q2Screen3 .stepsNav li:first-child p,
.q2Screen3 .stepsNav li:nth-child(2) p,
.q2Screen4 .stepsNav li:first-child p,
.q2Screen4 .stepsNav li:nth-child(2) p{
	font-weight:700;
	color:#17b3e4;
}
.q1Screen4 .stepsNav li:nth-child(2) p{
	font-weight:600;
}
@media all and (max-width:380px){
	.q1Screen4 .stepsNav ul:after{
		width:23.5%;
	}
}
.optionl{
	position:relative;
}
.optionl .optionalMessage {
    position: absolute;
    left: -90px;
    margin-right: 10px;
    padding: 0 10px;
    background: #f6b234;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    height: 20px;
    line-height: 19px;
}
.mediumContainer.noBorder{
	border-bottom:0 none !important;
}
.buttonsItem.specifyDates{
	margin-bottom:10px;
}
.mainStepsContainer form .specifyDates{
	margin-top:10px;
}
.mainStepsContainer form .specifyDates .item{
	margin-bottom:10px;
}
.mainStepsContainer p a{
	color:#d81671;
	text-decoration:underline;
	font-weight:600;
}
/*------------- Screen 5 -------------*/
.q1Screen5 form .mediumContainer{
	border-bottom:2px solid #f6b234;
	margin-bottom:40px;
}
.q1Screen5 .stepsNav li:first-child span{
	background:#fff;
}
.q1Screen5 .stepsNav li:first-child span{
	color:#17b3e4;
}
.q1Screen5 .stepsNav li:nth-child(2) span{
	background:#17b3e4;
	border:2px solid #17b3e4;
}
.q1Screen5 .stepsNav ul:after{
	width:40%;
}
.add_relatives{
	margin-bottom:10px;
}
.add_relatives.inactive{
	display:none;
}
.add_relatives ul{
	text-align:left;
}
.add_relatives li{
	display:inline-block;
	vertical-align:middle;
	padding:0 10px 0 0;
}
.add_relatives li:last-child{
	padding-right:0;
}
.add_relatives li .select2-container{
	min-width:185px;
	text-align:left;
}
.item:after{
	content:"";
	clear:both;
	display:block;
}
.bigContainer{
	max-width:720px;
	margin-left:auto;
	margin-right:auto;
}
.itemTablesCotainer{
	padding-top:40px;
}
.mainStepsContainer .table_item table{
	width:100%;
	border-collapse:collapse;
	display:none;
}
.mainStepsContainer .table_item.showTable table{
	display:table;
}
.mainStepsContainer .table_item table thead th{
	margin-bottom:5px;
	text-align:left;
}
.itemTablesCotainer .itemTableOuter{
	padding-top:20px;
}
.itemTablesCotainer .itemTableOuter:first-child{
	padding-top:0;
}
.mainStepsContainer .table_item table thead th {
    padding: 0 5px 5px 10px;
}
.mainStepsContainer .table_item table .icheckbox,
.mainStepsContainer .table_item table .iradio{
	margin-right:0;
}
.mainStepsContainer .table_item table label{
	margin-bottom:0;
	color:#2d2a31;
	font-weight:400;
}
.q1Screen5 form .addNewInput label{
	color:#2d2a31;
	font-weight:400;
}
.mainStepsContainer .table_item table td{
	padding:7px 10px;
	font-size:16px;
	color:#2d2a31;
}
.mainStepsContainer .table_item table td span{
	display:none;
}
.mainStepsContainer .table_item table tr:nth-child(odd) td{
	background:#e9eaea;
}
.mainStepsContainer .appendNewItems span{
	text-transform:capitalize;
	font-size:16px;
	color:#2d2a31;
	margin-right:15px;
}
.mainStepsContainer .appendNewItems .addedItem{
	margin-bottom:10px;
}
.mainStepsContainer .appendNewItems{
	display:none;
}
.appendNewItems span {
    min-width: 60px;
    display: inline-block;
}
.q1Screen5 form .mediumContainer.noBorder{
	padding-bottom:0;
}
.q1Screen5 form .mediumContainer.relationshopTables{
	border-bottom:0 none;
}
.q1Screen5 form .addNewInput label{
	font-weight:400;
}
.mediumContainer.largeContainer{
	max-width:810px;
}
.yellowBorderTop{
    border-top: 2px solid #f6b234;
    padding-top:35px !important;
}
@media all and (max-width:1100px){
	.mediumContainer.largeContainer{
		max-width:610px;
	}
}
@media all and (max-width:480px){
	.yellowBorderTop{
		padding-top:20px !important;
	}
	.q1Screen5 p br{
		display:none;
	}
}
@media all and (max-width:340px){
	.select2-container .select2-selection--single .select2-selection__rendered{
		font-size:13px;
	}
	.add_relatives .pink_link a{
		font-size:13px;
	}
}
.editShowOnMobile{
	display:none;
}
.editShowOnMobile a{
    font-size: 16px;
    line-height: 16px;
    color: #273133;
    padding: 12px 17px 14px;
    border: 2px solid #d5d4d6;
    border-radius: 3px;
    background: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    background: transparent;
    border: 2px solid #17b3e4;
    color:#17b3e4;
    text-transform:uppercase;
}
@media all and (max-width:780px){
	.hideOnMobile{
		display:none;
	}
	.editShowOnMobile{
		display:block;
	}
}
/*--------- Range Sliders ----------------*/
#moneySlider,
#ia_moneySlider,
#yearsSlider,
#ia_yearsSlider{
	display:none;
}
.range_sliders_container{
	padding-top:70px;
	clear:both;
}
.range_sliders_container .smallSectionTitle h2{
	font-size:26px;
}
.q1Screen2 .range_sliders_container .smallSectionTitle {
    margin-bottom: 80px;
}
.sliderLegend:after{
	content:"";
	clear:both;
	display:block;
}
#money_slider{
	position:relative;
}
#money_slider:before,
#ia_money_slider:before,
#money_slider:after,
#ia_money_slider:after{
	content:"";
	position:absolute;
	left:-10px;
	top:50%;
	width:20px;
	height:20px;
	border-radius:20px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	background:#17b3e4;
}
.my-account .input{
	padding-left:10px;
	padding-right:10px;
}
#money_slider:after,
#ia_money_slider:after{
	left:auto;
	right:-10px;
	background:#e9eaea;
}
.sliderLegend {
	letter-spacing:-7px;
	padding-top:15px;
}
.sliderLegend p{
	display:inline-block;
	width:50%;
	font-size:17px;
	color:#2c2b31;
	font-weight:500;
	letter-spacing:normal;
	margin-bottom:0;
	text-align:left;
}
.sliderLegend .right{
	text-align:right;
}
.range_sliders_container{
	position:relative;
}
.range_sliders_container .rangeSliderDetails{
	position:absolute;
	left:100%;
	top:20px;
	background:#17b3e4;
	margin-left:20px;
	padding:40px 20px 30px;
	max-width:190px;
	width:100%;
	border-radius:5px;
}
.range_sliders_container .rangeSliderDetails .title{
	color:#fff;
	font-weight:600;
	margin-bottom:5px;
}
.range_sliders_container .rangeSliderDetails .monthValue{
	background:#fff;
	padding:10px;
	border-radius:5px;
	margin-bottom:35px;
}
.range_sliders_container .rangeSliderDetails .monthValue .price{
	font-size:26px;
	color:#273133;
	font-weight:700;
	margin-bottom:0;
}
.range_sliders_container .rangeSliderDetails .monthValue .details{
	color:#727273;
	margin-bottom:0;
}
.range_sliders_container .rangeSliderDetails .boxRangeSlider .bigText{
	color:#fff;
	font-size:20px;
	font-weight:700;
	margin-bottom:0;
}
.range_sliders_container .rangeSliderDetails .coverage{
	margin-bottom:20px;
}
.range_sliders_container .rangeSliderDetails .boxRangeSlider .details{
	color:#fff;
	margin-bottom:0;
}
.mainStepsContainer .twoInputs .item {
    margin-bottom: 0;
}
.mainStepsContainer form .specifyDates input{
	max-width:100px;
	text-align:center;
}
.mainStepsContainer .table_item table td:first-child {
    width: 49%;
}
@media all and (max-width:1100px){
	.range_sliders_container .rangeSliderDetails{
		position:relative;
		top:auto;
		right:auto;
		margin-left:0;
		left:auto;
		max-width:100%;
		padding:20px;
	}
	.range_sliders_container .rangeSliderDetails .monthValue{
		margin-bottom:15px;
	}
}
@media all and (max-width:1024px){
	.errorStep{
		padding-top:30px; 
	}
	.mainStepsContainer .errorScreen .submitButton{
		padding-top:0;
	}
	.range_sliders_container .rangeSliderDetails .monthValue{
		max-width:280px; 
		margin-left:auto;
		margin-right:auto;
	}
}
@media all and (max-width:860px){
	.itemTableOuter{
		overflow:auto;
	}
}
@media all and (max-width:800px){
	.my-account .message{
		max-width:none;
		width:auto;
	}
}
@media all and (max-width:767px){
	.range_sliders_container .rangeSliderDetails .coverage,
	.range_sliders_container .rangeSliderDetails .term{
		display:none;
	}
}
@media all and (max-width:760px){
	.noUi-horizontal .noUi-handle{
		width:30px;
		height:30px;
		top:-10px;
		background-size: 7px;
	}
	.noUi-horizontal {
    	height: 7px;
	}
	.noUi-handle:before{
		font-size:12px;
		height:30px;
		line-height:30px;
		padding:0 10px;
	    min-width: 70px;
	}
	.noUi-handle:before{
		top:-43px;
	}
	#money_slider:before, 
	#money_slider:after{
		width:14px;
		height:14px;
	}
	.range_sliders_container{
		padding-left: 40px;
    	padding-right: 40px;
	}
	.range_sliders_container .rangeSliderDetails .monthValue .price{
		font-size:21px;
	}
	.range_sliders_container .rangeSliderDetails .monthValue{
		padding:5px;
	}
	.range_sliders_container .rangeSliderDetails .boxRangeSlider .bigText{
		font-size:16px;
	}
	.range_sliders_container .rangeSliderDetails .coverage{
		margin-bottom:10px;
	}
	.range_sliders_container .rangeSliderDetails{
		padding:10px;
	}
	.range_sliders_container .rangeSliderDetails{
		margin-left:-10px;
		margin-right:-10px;
		max-width:none;
		width:auto;
	}
	.range_sliders_container .range_slider {
    	
	}
	.range_sliders_container .rangeSliderDetails{
		margin-left:-30px;
		margin-right:-45px;
	}
}
@media all and (max-width:640px){
	.mainStepsContainer .table_item table th{
		display:none;
	}
	.mainStepsContainer .table_item table td,
	.mainStepsContainer .table_item table td:first-child{
		width:100%;
		display:block;
	}
	.mainStepsContainer .table_item table .icheckbox,
	.mainStepsContainer .table_item table td span{
		display:inline-block;
	}
	.mainStepsContainer .table_item table td span{
		padding-left:5px;
	}
}
@media all and (max-width:800px){
	.sContainer{
		padding-left:0;
	}
}
@media all and (max-width:580px){
	
	.add_relatives ul{
		text-align:left;
	}
	.add_relatives li:first-child{
		padding-left:0;
	}
	.add_relatives li{
		padding:0 5px;
	}
}
@media all and (max-width:540px){
	.mainStepsContainer form .item br{
		display:none;
	}
}
@media all and (max-width:480px){
	.mainStepsContainer form .item,
	.mainStepsContainer .item{
		margin-bottom:20px;
	}
	
	.mediumContainer{
		padding:0;
	}
	.pink_link a{
		font-size:14px;
	}
	.q1Screen5 form .mediumContainer{
		padding-bottom:20px;
		padding-bottom:20px;
	}
	.graySectionTitle {
    	margin-bottom: 15px;
	}
	.mainStepsContainer .timer .icon img{
		max-width:20px;
	}
	.mainStepsContainer .timer .icon span{
		font-size:16px;
	}
	.q1Screen5 form .mediumContainer.noPadding{
		margin-bottom:30px;
	}
}
@media all and (max-width:460px){
	.mainStepsContainer .twoInputs .item{
		width:100%;
		margin-bottom:20px;
	}
	.mainStepsContainer .twoInputs .item:last-child{
		margin-bottom:0;
	}
	.mainStepsContainer form .specifyDates .twoInputs{
		margin-bottom:10px;
	}
	.mainStepsContainer .table_item table td{
		font-size:16px;
	}
}
@media all and (max-width:420px){
	.q1Screen5 .stepsNav ul:after{
		width:35%;
	}
}
@media all and (max-width:380px){
	.mainStepsContainer .legend.widthAuto{
		width:100% !important;
	}
	.mainStepsContainer .legend span{
		font-size:14px;
	}
	.mainStepsContainer input{
		font-size:14px;
	}
	.inputContainer.halfButtons .button{
		padding-left:10px;
		padding-right:10px;
	}
	.mainStepsContainer .button{
		font-size:14px;
	}
	.q1Screen5 .stepsNav ul:after{
		width:32%;
	}
	.mainStepsContainer .blueButton,
	.blueDefaultButton{
		width:100%;
	}
	.range_sliders_container .rangeSliderDetails{
		margin-left:-40px;
		margin-right:-40px;
	}
}





/*---------- Q2 Screen 1 -------------*/
form:after{
	content:"";
	clear:both;
	display:block;
}
.q2Screen1 .leftSidebar{
	float:left;
	width:24%;
	background:#e9eaea;
	padding:35px 20px;
	border-radius:5px;
}
.q2Screen1 .leftSidebar h2{
	font-weight:600;
	font-size:26px;
	line-height:36px;
}
.q2Screen1 .leftSidebar .smallSectionTitle{
	text-align:center;
}
.q2Screen1 .leftSidebar .iradioRequired{
	padding-bottom:25px;
	border-bottom:1px solid #d5d4d6;
	margin-bottom:30px;
}
.mainStepsContainer .q2Screen1 form .leftSidebar .item{
	margin-bottom:0;
}
.q2Screen1 .leftSidebar .title{
	color:#2d2a31;
	text-transform:uppercase;
	font-weight:600;
	text-align:center;
	margin-bottom:20px;
}
.q2Screen1 .leftSidebar .range_slider{
	margin-bottom:40px;
	padding-left:10px;
	padding-right:10px;
}
.q2Screen1 .leftSidebar .noUi-target{
	background:#fff;
}
.q2Screen1 .leftSidebar #money_slider:after{
	background:#fff;
}
.q2Screen1 .leftSidebar .smallSectionTitle{
	color:#2d2a31;
	font-weight:600;	
	margin-bottom:30px;
}
.q2Screen1 .leftSidebar .box .smallSectionTitle{
	margin-bottom:0;
	text-transform:uppercase;
}
.q2Screen1 .leftSidebar .box{
	padding-bottom:40px;
	border-bottom:1px solid #d5d4d6;
	margin-bottom:40px;
}
.q2Screen1 .leftSidebar .box:last-child{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:0 none;
}
.q2Screen1 .leftSidebar .sliderDetails p{
	margin-bottom:0;
}
.q2Screen1 .mainRightContainer{
	float:left;
	width:76%;
	padding-left:20px;
}
.table_items .item{
	border:1px solid #d5d4d6;
	border-radius:5px;
	margin-bottom:20px !important;
}
.table_items .item table{
	width:100%;
}
.table_items .item table td{
	text-align:center;
	padding:20px 10px;
	vertical-align:middle;
	position:relative;
	width:25%;
}
.table_items .item table td > * {
    padding-top: 10px;
    padding-bottom: 10px;
}
.table_items .item table td:before{
	content:"";
	position:absolute;
	left:0;
	top:10px;
	bottom:10px;
	width:1px;
	background:#d5d4d6;
}
.table_items .item table td:first-child:before{
	display:none;
}
.table_items .item table td p{
	margin-bottom:0;
}
.table_items .item .show_details{
	background:#e9eaea;
	padding:0 20px;
}
.table_items .item .placeholder{
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}
.table_items .item .placeholder a{
	color:#d81671;
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
}
.table_items .item .mainDetails{
	display:none;
}
.table_items .item .mainDetails td{
	width:50%;
	padding-top:4px;
	padding-bottom:4px;
	vertical-align:top;
}
.table_items .item .mainDetails td:before{
	display:none;
}
.table_items .icheckRequired{
	position:relative;
}
.table_items td:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.01);
	display:none;
}
td.noClick:after{
	display:block;
}
.table_items .item .mainDetails td:first-child{
	text-align:right;
}
.table_items .item .mainDetails td:last-child{
	text-align:left;
	font-weight:700;
}
.table_items .item .mainDetails{
	padding-top:20px;
}
.table_items .item .mainDetails .innerItem{
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px solid #d5d4d6;
}
.table_items .item .mainDetails .title{
	font-weight:600;
	text-align:center;
	margin-bottom:20px;
	text-transform:uppercase;
}
.table_items .item .mainDetails .innerItem:last-child{
	margin-bottom:0;
	border-bottom:0 none;
}
.table_items .item .less{
	display:none;
}
.table_items .item.show_more .less{
	display:block;
}
.table_items .item.show_more .more{
	display:none;
}
.bottomBoxesDetails .item{
	text-align:center;
	border:1px solid #d5d4d6;
	padding:20px 10px;
	margin-bottom:20px;
	border-radius:5px;
}
.bottomBoxesDetails .item p:last-child{
	margin-bottom:0;
}
.table_items .price span{
	display:inline-block;
	vertical-align:bottom;
	font-size:16px;
	color:#727273;
	font-weight:600;
}
.table_items .price .main_price{
	font-size:36px;
	line-height:40px;
	font-weight:700;
	color:#273133;
}
.mainStepsContainer .table_items .blueButton{
	padding:10px 20px;
}
.table_items .item table td p, .table_items .item table td a {
    display: inline-block;
}
.table_items .item table td:last-child:before{
	display:none;
}
.compareMainContainer{
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	z-index:999;
	background:#b4b7b8;
	text-align:center;
	display:none;
}
.showCompare .compareMainContainer{
	display:block;
}
.compareMainContainer .clickToCompare{
	width:100%;
	padding:10px;
	background:#e9eaea;
	text-align:center;
}
.compareMainContainer .items{
	padding-top:15px;
	padding-bottom:15px;
}
.compareMainContainer .items,
.compareMainContainer .emptyItem{
	display:inline-block;
	vertical-align:top;
}
.compareMainContainer.hideEmpty .emptyItem{
	display:none;
}
/*
.compareMainContainer .outerItems,
.compareMainContainer .items,
.compareMainContainer .emptyItem{
	display:inline-block;
	vertical-align:top;
}*/
.compareMainContainer .outerItems{
	position:relative;
}
.compareMainContainer .outerItems .error {
    display: none;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 15px;
    margin-top: -7px;
    width: 100%;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    clear: both;
    color: #d81671;
}
.compareMainContainer .outerItems:after {
    content: "";
    clear: both;
    display: block;
}
.compareMainContainer .emptyItem{
	margin-left:10px;
	height:100px;
	width:190px;
	background:#c3c7c8;
	border:1px solid #d5d4d6;
	margin-top:15px;
	border-radius:3px;
	margin-bottom:10px;
}
.compareMainContainer .items .item{
	display: inline-block;
    width: 190px;
    text-align: center;
    margin: 0 10px;
    vertical-align:top;
}
.compareMainContainer .items .item img{
	max-height:40px;
	margin-bottom:10px;
}
.compareMainContainer .items .itemInner{
	background:#fff;
	position:relative;
	height:100px;
	padding-top:10px;
	border:1px solid #d5d4d6;
	border-radius:3px;
}
.compareMainContainer .items .remove{
    width: 20px;
    height: 20px;
    border: 1px solid #d5d4d6;
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 14px;
    -webkit-transform: translateX(50%) translateY(-50%);
    -moz-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    -o-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    z-index:99;
	cursor:pointer;
}
.compareMainContainer .items .remove:hover{
	color:#d81671;
}
.compareMainContainer .price span{
	display:inline-block;
	padding:0 2px;
	font-weight:600;
	color:#727273;
}
.compareMainContainer .price .main_price{
	font-size:20px;
	font-weight:700;
	color:#273133;
}
.compareMainContainer .clickToCompare a{
	display:inline-block;
}
.compareMainContainer .closeCompare{
	position:absolute;
	right:10px;
	top:10px;
	display:inline-block;
	color:#fff; 
	cursor:pointer;
}
.compareMainContainer .closeCompare span{
	width: 20px;
    height: 20px;
    border: 1px solid #d5d4d6;
    border-radius: 20px;
    line-height: 17px;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    z-index:99;
    display:inline-block;
    color:#000;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.compareMainContainer .closeCompare span:hover{
	color:#d81671;
}
.q2Screen1 li:first-child span,
.q2Screen1 li:nth-child(2) span{
	background:#fff;
	color:#17b3e4;
	border-color:#17b3e4;
}
.q2Screen1 li:first-child p{
	font-weight:400;
}
.q2Screen1 li:nth-child(3) span{
	background: #17b3e4;
	border-color:#17b3e4;
}
.q2Screen1 li:nth-child(3) p{
	font-weight:600;
}
.q2Screen1 .stepsNav ul:after{
	width:50%;
}
.bigTable table{
	border-collapse:collapse;
}
.bigTable th{
	border:1px solid #d5d4d6;
	padding:20px 10px;
	border-top:0 none;
	text-align:center;
}
.bigTable th img{
	margin-bottom:20px;
}
.bigTable th p{
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:0;
}
.bigTable th:first-child{
	border-top:0 none;
	border-left:0 none;
}
.bigTable tbody:nth-child(even){
	background:#e9eaea;
}
.bigTable > table >tbody > tr {
	
}
.bigTable td{
	text-align:center;
	border:1px solid #d5d4d6;
	padding:10px;
}
.bigTable td i {
    font-size: 21px;
}
.bigTable tbody th:first-child{
	border-left:0 none;
	width:20%;
}
.bigTable td table{
	width:100%;
}
.bigTable td table td{
	border-bottom:1px solid #d5d4d6;
	padding:10px 0;
	
}
.bigTable td table tr td:last-child{
	border-bottom:0 none;
}
.bigTable .fa-check{
	color:#17b3e4;
}
.bigTable .fa-times{
	color:#ff0029;
}
.bigTable tbody td,
.bigTable tbody th{
	color:#273133;
	font-size:16px;
}
.bigTable tfoot td{
	border-bottom:0 none;
	padding-top:20px;
	padding-bottom:20px;
	color:#727173;
}
.bigTable tfoot td:first-child{
	border:0 none;
}
.bigTable tfoot td:nth-child(2){
	border-left:0 none;
}
.bigTable tfoot img{
	margin-bottom:20px;
}
.bigTable tfoot .name{
	text-transform:uppercase;
	font-weight:700;
}
.bigTable tfoot .price{
	font-size:32px;
	line-height:32px;
	color:#17b3e4;
	font-weight:700;
}
.bigTable{
	margin-bottom:100px;
}
.bigTable tfoot .plan{
	color:#727173;
}
.belowTable .message{
	margin-bottom:40px;
}
.belowTable .buttonContainer{
	margin-bottom:80px;
}
.belowTable .buttonContainer:last-child{
	margin-bottom:0px;
}
.q2Screen3 .mediumContainer{
	padding-top:0;
}
.q1Screen3 .phoneInput input{
	padding-left:5px;
	padding-right:5px;
	text-align:center;

}
input[type="text"]:disabled,
input:disabled {
   	color:#000;
}
.q2Screen3 .formContainer .smallSectionTitle{
	margin-bottom:85px;
}
.bigTableStructure{
	margin-bottom:100px;
}
.bigTableStructure .block{
	margin-top:-1px;
}
.bigTableStructure .item {
    margin-bottom: 0;
}
.bigTableStructure .itemHeader {
	display:table;
	width:100%;
	border-collapse:collapse;
}
.bigTableStructure .itemHeader .column:first-child{
	width:20%;
}
.bigTableStructure .itemHeader .column{
	display:table-cell;
	width:24%;
	padding:0 5px;
	letter-spacing:normal;
	text-align:center;
	border: 1px solid #d5d4d6;
    padding: 20px 10px;
    border-top: 0 none;
    border-bottom: 0 none; 
    text-align: center;
}
.bigTableStructure .itemHeader .column p{
	position:relative;
	opacity:0;
}
.bigTableStructure .itemHeader .column .policyName{
	opacity:1;
	text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}
.bigTableStructure .itemHeader .column:first-child{
	border-right:0 none;
}
.bigTableStructure .itemHeader .column:first-child,
.bigTableStructure .itemHeader .column:nth-child(2){
	border-left:0 none;
	border-bottom:0 none;
}
.bigTableStructure .itemHeader img {
    margin-bottom: 20px;
    max-height:43px;
}
.bigTableStructure .itemBody {
	display:table;
	width:100%;
	border-collapse:collapse;
}
.bigTableStructure .itemBody .column:first-child{
	width:20%;
	border-left:0 none;
	vertical-align:top;
}
.bigTableStructure .itemBody .column{
	display:table-cell;
	width:26.66%;
	border:1px solid #d5d4d6;
	padding: 10px;
	text-align:center;
	vertical-align:middle;
}
.bigTableStructure .block:nth-child(odd) .itemBody{
	background:#e9eaea;
}
.bigTableStructure .itemBody .column:first-child p{
    color: #273133;
    font-size: 16px;
    font-weight:700;
    text-transform:uppercase;
}
.bigTableStructure .itemBody .column:nth-child(2){
	width:80%;
	padding:0;
	border:0 none;
}
.bigTableStructure .itemBody .innerRow{
	display:table;
	width:100%;
	border-collapse:collapse;
}
.bigTableStructure .itemBody .innerColumn{
	width:30%;
	display:table-cell;
	vertical-align:middle;
	padding:7px 10px;
    border: 1px solid #d5d4d6;
}
.bigTableStructure .itemBody .innerColumn:first-child{
	width:40%;
}
.bigTableStructure .itemBody p{
	margin-bottom:0;
}
.bigTableStructure .itemBody em{
	display:block;
}
.bigTableStructure .showOnMobile{
	display:none;
}
.bigTableStructure .itemHeader:after{
	content:"";
	clear:both;
	display:block;
}
.bigTableStructure .fa-times {
    color: #ff0029;
}
.bigTableStructure i {
    font-size: 21px;
    color: #17b3e4;
}
.bigTableStructure .onlyTwoSubcolumns .innerColumn:last-child{
	width:60%;
}
.bigTableStructure .itemHeader .column{
	vertical-align:middle;
}
.bigTableStructure .itemHeader .column:nth-child(2) {
    width: 32.02%;
}
.bigTableStructure .itemHeader.itemFooter .column p{
	opacity:1;
}
.bigTableStructure .itemFooter .price{
    font-size: 32px;
	line-height: 32px;
    color: #17b3e4;
    font-weight: 700;
}
.bigTableStructure .itemFooter .plan{
	color:#727173;	
}
.bigTableStructure .itemHeader.itemFooter .policyName{
	text-transform: uppercase;
    font-weight: 700;
    color:#273133;
    margin-bottom:25px;
}
.bigTableStructure .itemFooter .column:nth-child(2){
	color:#727173;
	font-size:16px;
}
.bigTableStructure .itemBody .innerColumn:first-child {
    border-left: 0 none;
}
.bigTableStructure .itemBody .innerColumn{
	border-bottom:0 none;
}
.bigTableStructure .more_details{
	display:none;
}
.bigTableStructure .moreDetails .blueButton{
	padding:10px 15px;
	font-size:14px;
	line-height:14px;
	margin-bottom:10px;
}
.bigTableStructure  .more_details a,
.bigTableStructure  .more_details p{
	color: #d81671;
    font-size: 14px !important;
    line-height:14px  !important;
    font-weight: 500;
    text-transform: uppercase;
}
.bigTableStructure  .more_details .showLess{
	display:none;
}
.bigTableStructure  .more_details a p{
	margin-bottom:0;
}
.bigTableStructure .block.onlyTwoSubcolumns.showMore .itemBody,
.bigTableStructure .block.onlyTwoSubcolumns.showMore .halfColumn{
	display:block;
}
.bigTableStructure .block.onlyTwoSubcolumns.showMore .showLess{
	display:block;
}
.bigTableStructure .block.onlyTwoSubcolumns.showMore .showMore{
	display:none;
}
@media all and (min-width:641px){
	.bigTableStructure .block.onlyTwoSubcolumns.showMore .itemBody{
		display:table !important;
	}
}
@media all and (max-width:1024px){
	.q2Screen1 .leftSidebar h2{
		font-size:24px;
	}
}
@media all and (max-width:840px){
	.stickyHeaderRequired {
    	padding-top: 50px;
	}
}
@media all and (max-width:640px){
	.q2Screen3 .formContainer .smallSectionTitle {
    	margin-bottom: 15px;
	}
	.stickyHeaderRequired {
    	padding-top: 50px;
	}
	.bigTableStructure .more_details{
		display:block;
	}
	.bigTableStructure .block.onlyTwoSubcolumns .itemBody,
	.bigTableStructure .block.onlyTwoSubcolumns .halfColumn{
		display:none;
	}
	.bigTableStructure .itemHeader{
		display:block;
	}
	.bigTableStructure .itemBody em{
		font-size:14px;
	}
	.bigTableStructure .itemHeader .fullColumn p{
		opacity:1;
		font-size:21px;
		line-height:28px;
		margin:16px 0 0 0;
	}
	.bigTableStructure .itemHeader .column{
		float:left;
	}
	.bigTableStructure .itemHeader > div:nth-child(3){
		border-right:0 none;
		border:0 none;
	}
	.bigTableStructure .itemHeader .fullColumn{
		width:100%;
	}
	.bigTableStructure .itemHeader .halfColumn{
		width:50%;
	}
	.bigTableStructure .itemBody .column:first-child{
		display:none;
	}
	.bigTableStructure .itemBody .innerRow{
		display:block;
		border-bottom:1px solid #d5d4d6;
		letter-spacing:-7px;
		padding-bottom:10px;
		position:relative;
	}
	.bigTableStructure .itemBody .innerRow .innerColumn{
		position:relative;
	}
	.bigTableStructure .itemBody .innerRow .innerColumn:nth-child(2):after{
		content:"";
		position:absolute;
		right:0;
		top:0;
		bottom:0;
		width:1px;
		background:#d5d4d6;
	}
	.bigTableStructure .onlyTwoSubcolumns .itemBody .innerRow .innerColumn:nth-child(2):after{
		display:none;
	}
	.bigTableStructure .itemBody .innerColumn{
		width:50%;
		display:inline-block;
		border:0 none;
		letter-spacing:normal;
		padding-top:0;
	}
	.bigTableStructure .itemBody .innerColumn:first-child{
		width:100%;
		padding-bottom:0;
		padding-top:12px;
	}
	.bigTableStructure .itemBody .innerColumn:first-child p {
    	font-size: 18px;
    	margin-bottom: 10px;
	}
	.bigTableStructure .itemHeader .column:nth-child(2){
		width:100%;
		border-right:0 none;
	}
	.bigTableStructure .itemHeader .halfColumn:last-child{
		border-right:0 none;
	}
	.bigTableStructure .block .itemBody {
    	background: #e9eaea;
	}
	.bigTableStructure {
    	margin-bottom: 50px;
	}
	.bigTableStructure .itemHeader .column:first-child{
		display:none;
	}
	.bigTableStructure .onlyTwoSubcolumns .innerColumn:last-child{
		width:100%;
	}
	.bigTableStructure .itemBody .column:nth-child(2){
		width:100%;
	}
}
@media all and (max-width:520px){
	.stickyHeaderRequired {
    	padding-top: 50px;
	}
}
@media all and (max-width:360px){
	.bigTableStructure .itemHeader .column .policyName{
		font-size:12px;
	}
	.bigTableStructure .itemHeader .blueButton{
		padding-left:10px;
		padding-right:10px;
	}
}
/*----------- Q2 Screen 4 -----------*/
.q2Screen4 .left{
	float:left;
	width:63%;
	padding-right:15px;
	text-align:left;
}
.q2Screen4 .left .itemContainer{
	border:1px solid #d5d4d6;
	padding:30px 20px;
	border-radius:3px;
}
.q2Screen4 .left .itemContainer .smallSectionTitle,
.q2Screen4 .right .smallSectionTitle{
	margin-bottom:10px;
}
.q2Screen4 .left .itemContainer .smallSectionTitle h2,
.q2Screen4 .right .smallSectionTitle h2{
	font-size:26px;
	line-height:32px;
	font-weight:600;
}
.q2Screen4 .left .itemInner{
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px solid #d5d4d6;
}
.q2Screen4 .left .itemInner:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0 none;
}
.q2Screen4 .left table{
	width:100%;
	border-collapse:collapse;
}
.q2Screen4 .left table tr .pink_link{
	text-align:right;
}
.q2Screen4 .left table tr:nth-child(odd) td{
	background:#e9eaea;
}
.q2Screen4 .left table td{
	padding:15px 10px;
}
.q2Screen4 .sectionDescription{
	margin-bottom:50px; 
}
.q2Screen4 .right{
	float:left;
	width:37%;
	padding-left:15px;
	text-align:left;
}
.q2Screen4 .right .innerStructure{
	border:1px solid #d5d4d6;
	padding:30px 20px;
	border-radius:3px;
}
.q2Screen4 .mediumContainer{
	max-width:820px;
}
.q2Screen4 .right .title p{
	margin-bottom:40px;
}
.q2Screen4 .policyName{
	text-align:center;
}
.q2Screen4 .policyName img{
	margin-bottom:10px;
}
.q2Screen4 .policyName p{
	text-transform:uppercase;
	font-weight:700;
}
.q2Screen4 .price{
	margin-left:-20px;
	margin-right:-20px;
	padding:40px 20px;
	background:#e9eaea;
	text-align:center;
	margin-bottom:40px;
}
.q2Screen4 .price span{
	color:#727273;
	font-weight:600;
}
.q2Screen4 .price .main_price{
	font-size:36px;
	line-height:40px;
	color:#273133;
	font-weight:700;
}
.q2Screen4 .bottom{
	text-align:center;
} 
.q2Screen4 .bottom ul{
	margin-bottom:40px;
}
.q2Screen4 .bottom li{
	list-style:none;
	margin-bottom:5px;
}
.q2Screen4 .bottom li:last-child{
	margin-bottom:0;
}
.q2Screen4 .right .bottom span{
	padding:0 2px;
	color:#273133;
}
.q2Screen4 .bottom .amount{
	font-size:20px;
	color:#273133;
	font-weight:700;
}
.q2Screen3 li:first-child span,
.q2Screen3 li:nth-child(2) span{
	background:#fff;
	border-color:#17b3e4;
	color:#17b3e4;
}
.q2Screen3 li:nth-child(3) span{
	background:#17b3e4;
	border-color:#17b3e4;
	color:#fff;
}
.q2Screen3 ul:after{
	width:60%;
}
.q2Screen3 li:first-child p{
	font-weight:400;
}
.q2Screen3 li:nth-child(3) p{
	font-weight:600;
}
.q2Screen4 li:first-child span,
.q2Screen4 li:nth-child(2) span{
	background:#fff;
	border-color:#17b3e4;
	color:#17b3e4;
}
.q2Screen4 li:nth-child(3) span{
	background:#17b3e4;
	border-color:#17b3e4;
	color:#fff;
}
.q2Screen4 ul:after{
	width:65%;
}
.q2Screen4 li:first-child p{
	font-weight:400;
}
.q2Screen4 li:nth-child(3) p{
	font-weight:600;
}
@media all and (min-width:900px) and (max-width:1380px){
	.noUi-handle:before{
		left:100%;
		-webkit-transform:translateX(-30%);
		-moz-transform:translateX(-30%);
		-ms-transform:translateX(-30%);
		-o-transform:translateX(-30%);
		transform:translateX(-30%);
	}
}
@media all and (max-width:900px){
	.q2Screen1 .leftSidebar{
		width:100%;
		margin-bottom:20px;
	}
	.q2Screen1 .leftSidebar{
		padding-left:50px;
		padding-right:50px;
	}
	.q2Screen1 .leftSidebar .range_sliders_container {
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	}
	.q2Screen1 .leftSidebar{
		padding-top:20px;
		padding-bottom:20px;
	}
	.q2Screen1 .leftSidebar .smallSectionTitle{
		margin-bottom:10px;
	}
	.q2Screen1 .leftSidebar .title{
		margin-bottom:10px;
	}
	.q2Screen1 .leftSidebar .iradioRequired{
		margin-bottom:10px;
		padding-bottom:10px;
	}
	.q2Screen1 .leftSidebar .range_slider {
    	margin-bottom: 20px;
	}
	.q2Screen1 .leftSidebar .box{
		padding-bottom:10px;
		margin-bottom:10px;
	}
	.q2Screen1 .mainRightContainer{
		width:100%;
		padding-left:0;
	}
	.table_items .price .main_price {
    	font-size: 21px;
    	line-height: 24px;
    }
    .table_items .price span{
    	font-size:12px;
    }
    .mainStepsContainer .table_items .blueButton {
    	padding: 5px 10px;
    	font-size: 12px;
	}
	.table_items .item table td > *{
		padding-top:0;
		padding-bottom:0;
	}
	.compareMainContainer .clickToCompare a{
		padding:5px 10px;
		font-size:12px;
	}
	.compareMainContainer .clickToCompare{
		padding:5px 10px;
	}
	.compareMainContainer .items .item img{
		max-height:25px;
	}
	.compareMainContainer .price span{
		font-size:12px;
	}
	.compareMainContainer .price .main_price{
		font-size:14px;
	}
	.compareMainContainer .items .itemInner{
		padding-top:5px;
		height:63px;
	}
	.compareMainContainer .items .item img{
		margin-bottom:5px;
	}
	.compareMainContainer .items .item{
		width:130px;
	}
	.compareMainContainer .closeCompare {
	    position: absolute;
	    right: 0;
	    bottom: 100%;
	    display: inline-block;
	    color: #fff;
	    cursor: pointer;
	    padding: 2px 5px 4px;
	    background: #273133;
	    top:auto;
	}
	.compareMainContainer .emptyItem {
    	margin-left: 5px;
    	height: 63px;
    	width: 130px;
    }
}
@media all and (max-width:780px){
	.q2Screen1 .leftSidebar .iradioRequired{
		border:0 none !important;
	}
	.compareMainContainer .closeCompare{
		font-size:14px; 
	}
}
@media all and (max-width:768px){
	.table_items .item .show_details{
		display:none !important;
	}
}
@media all and (max-width:760px){
	.q2Screen1 .leftSidebar .range_sliders_container{
		padding-left:10px;
		padding-right:23px;
	}
}
@media all and (max-width:720px){
	.q2Screen4 .left{
		width:100%;
		padding-right:0;
		margin-bottom:15px;
	}
	.q2Screen4 .right{
		width:100%;
		padding-left:0;
	}
}
@media all and (max-width:680px){
	.bigTable tbody td, 
	.bigTable tbody th{
		font-size:14px;
	}
	.bigTable{
		overflow:auto;
	}
	.bigTable table{
		min-width:680px;
	}
	.belowTable .buttonContainer {
    	margin-bottom: 30px;
	}
}
@media all and (max-width:580px){
	.q2Screen1 .leftSidebar .range_sliders_container {
   	 padding-top: 60px;
	}
	.q2Screen4 .left table td{
		font-size:12px;
	}
	.q2Screen4 .left .itemInner{
		margin-bottom:10px;
		padding-bottom:10px;
	}
	.q2Screen4 .left .itemContainer{
		padding:10px;
	}
	.q2Screen4 .right .innerStructure{
		padding:10px;
	}
	.q2Screen4 .right .title p{
		margin-bottom:20px;
	}
	.q2Screen4 .price {
    	margin-left: -10px;
    	margin-right: -10px;
    	padding: 10px 10px;
    	background: #e9eaea;
    	text-align: center;
    	margin-bottom: 20px;
	}
	.q2Screen4 .price .main_price {
    	font-size: 26px;
    	line-height: 30px;
    }
    .q2Screen4 .bottom .amount{
    	font-size:16px;
    }
    .q2Screen4 .bottom ul {
    	margin-bottom: 20px;
	}
}
@media all and (max-width:520px){
	.q2Screen4 ul:after{
		width:60%;
	}
}
@media all and (max-width:480px){
	
	.table_items .item > table td{
		width:100%;
		display:block;
		padding:10px;
	}
	.table_items .item > table td:before{
		display:none;
	}
	/*
	.compareMainContainer .items{
		min-width:480px;
		text-align:left;
	}*/
	.compareMainContainer .outerItems{
		overflow:auto;
	}
}
@media all and (max-width:420px){
	.q2Screen3 ul:after{
		width:55%;
	}
	.q2Screen4 ul:after{
		width:62%;
	}
}
@media all and (max-width:360px){
	.q2Screen1 .stepsNav ul:after{
		width:48%;
	}
}
@media all and (max-width:340px){
	.q2Screen1 .stepsNav ul:after{
		width:46%;
	}
	.q2Screen4 ul:after{
		width:58%;
	}
}


/*----------------- Blog --------------------*/
.blogPage{
	padding:120px 0;
}
.blogPage .sectionDescription{
	margin-bottom:50px;
}
.categoriesContainer{
	margin-bottom:40px;
}
.categoriesContainer li{
	display:inline-block;
	padding:0 10px;
	position:relative;
}
.categoriesContainer li a{
	color:#2d2a31;
	text-transform:uppercase;
	font-weight:500;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.categoriesContainer li a:after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    font-size:17px;
}
.categoriesContainer li a:hover{
	font-weight:700;
}
.categoriesContainer li:after{
	content:"";
	position:absolute;
	left:50%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
	bottom:-29px;
	border-top:10px solid #f6b234;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	opacity:0;
}
.categoriesContainer .active:after{
	opacity:1;
}
.categoriesContainer .active a{
	font-weight:700;
}
.categoriesContainer li:before{
    content: "";
    position: absolute;
    left: -3px;
    top: 4px;
    bottom: 3px;
    width: 1px;
    background: #2d2a31;
}
.categoriesContainer li:first-child:before{
	display:none;
}
.categoriesContainer ul{
	text-align:center;
	padding:15px 0;
	border-bottom:6px solid #f6b234;
}
.featuresArticle{
	padding-bottom:100px;
	margin-bottom:40px;
	position:relative;
}
.featuresArticle:before{
	content:"";
	position:absolute;
	max-width:620px;
	left:50%;
	background:#f6b234;
	width:100%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
	height:2px;
	bottom:0;
}
.featuresArticle:after{
	content:"";
	clear:both;
	display:block;
}
.featuresArticle .left{
	float:left;
	width:50%;
}
.featuresArticle .left img{
	border-radius:5px;
}
.featuresArticle .right{
	padding-left:120px;
	float:left;
	width:50%;
}
.featuresArticle .category{
	margin-bottom:40px;
}
.yellowButton a,
.yellowButton input{
	padding:15px;
	color:#fff;
	background:#f6b234;
	border-radius:3px;
	font-size:13px;
	font-weight:600;
	text-transform:uppercase;
	display:inline-block;
}
.featuresArticle .title{
	margin-bottom:35px;
}
.featuresArticle .title a{
	font-size:32px;
	line-height:40px;
	color:#273133;
	font-weight:700;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.featuresArticle .title a:hover{
	color:#f6b234;
}
.featuresArticle .postDescription{
	margin-bottom:20px;
}
.featuresArticle .postDescription p{
	margin-bottom:0;
	color:#2d2a31;
	font-size:20px;
	line-height:28px;
}
.blogPage .blogColumns .item{
	margin-bottom:60px;
}
.blogPage .viewMore{
	text-align:center;
}
.mobileCategoriesContainer ul{
	display:none;
}
.mobileCategoriesContainer .categoriesList > a{
	padding:10px 15px;
	display:block;
	background:#17b3e4;
	color:#fff;
	font-size:14px;
	line-height:14px;
	text-align:center;
	position:relative;
	font-size:14px;
}
.mobileCategoriesContainer .categoriesList > a:after{
	content:"\f107";
	position:absolute;
	font-family:'FontAwesome';
	right:15px;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}
.mobileCategoriesContainer .categoriesList.active > a:after{
	content:"\f106";
}
.mobileCategoriesContainer .activeCategory{
	padding-top:15px;
	text-align:center;
}
.mobileCategoriesContainer .activeCategory{
	margin-bottom:30px;
	border-bottom:5px solid #f6b234;
}
.mobileCategoriesContainer .activeCategory p{
	margin-bottom:5px;
	font-weight:700;
	position:relative;
}
.mobileCategoriesContainer .activeCategory p:after{
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -20px;
    border-top: 10px solid #f6b234;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.categoriesList li{
	list-style:none;
	text-align:center;
	background:#f2f2f2;
	border-bottom:1px solid #fff;
}
.categoriesList li:last-child{
	border-bottom:0 none;
}
.categoriesList li a{
	padding:10px 15px;
	font-weight:400;
	display:inline-block;
	color:#273133;
	font-size:14px;
}
.mobileCategoriesContainer{
	display:none;
}
@media all and (max-width:1024px){
	.blogPage {
    	padding: 50px 0;
	}
	.featuresArticle .right{
		padding-left:30px;
	}
	.featuresArticle .category {
	    margin-bottom: 20px;
	}
	.featuresArticle .title {
    	margin-bottom: 15px;
	}
	.featuresArticle {
    	padding-bottom: 50px;
    	margin-bottom: 30px;
    }
}
@media all and (max-width:740px){
	.blogPage .blogColumns .item {
    	margin-bottom: 30px;
	}
	.featuresArticle .left{
		width:100%;
		margin-bottom:20px;
	}
	.featuresArticle .right{
		width:100%;
		padding-left:0;
	}
	.categoriesContainer li{
		padding:3px 7px;
	}
	.categoriesContainer li:before,
	.categoriesContainer li:after{
		display:none !important;
	}
	.categoriesContainer ul{
		border-bottom:3px solid #f6b234;
	}
	.categoriesContainer li a{
		font-size:14px;
	}
	.categoriesContainer{
		display:none;
	}
	.blogPage .mobileCategoriesContainer ul{
		display:none;
	}
	.mobileCategoriesContainer{
		display:block;
	}
}
@media all and (max-width:420px){
	.featuresArticle .title a {
    	font-size: 26px;
    	line-height: 35px;
    }
    .featuresArticle .postDescription p{
    	font-size:14px;
    	line-height:24px;
    }
    .blogPage .sectionDescription {
    	margin-bottom: 20px;
	}
}

/*----------------- Article Page ---------------------*/
.share li{
	display:inline-block;
	padding:0 15px;
	vertical-align:top;
}
.share li:first-child{
	padding-left:0;
}
.share li a{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	display:block;
}
.share li a:hover{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.share li img{
	width:50px;
}
.articlePage .share{
	margin-bottom:60px;
}
.articlePage .mobileCategoriesContainer{
	margin-bottom:20px;
}
.articleContainer:after{
	content:"";
	clear:both;
	display:block;
}
.articlePage .mainContent{
	width:60%;
	padding-right:40px;
	float:left;
}
.articlePage .sidebar{
	width:40%;
	float:left;
	padding-left:80px;
	padding-top:5px;
}
.articlePage .sidebar .item{
	width:100%;
	margin-bottom:60px;
	padding-left:0;
	padding-right:0;
}
.articlePage .category{
	margin-bottom:30px;
}
.articlePage .sidebar .category {
    margin-bottom: 0;
}
.articlePage h1{
	margin-bottom:30px;
}
.articlePage .mainContent .thumbnail{
	margin-bottom:40px;
}
.articlePage .mainContentInner{
	border-bottom:2px solid #f6b234;
	margin-bottom:40px;
}
.articlePage .mainContent p{
	color:#2d2a31;
	font-size:20px;
	line-height:28px;
}
.articlePage .mainContent p:last-child{
	margin-bottom:0;
}
.articlePage .mainContent .postContent{
	margin-bottom:60px;
}
#commentsForm .row:after{
	content:"";
	clear:both;
	display:block;
}
#commentsForm .item{
	float:left;
	width:50%;
	padding:0 10px;
	margin-bottom:10px;
}
#commentsForm .item.message{
	width:100%;
}
#commentsForm .item textarea{
	width:100%;
	height:150px;
}
#commentsForm .row{
	margin-left:-10px;
	margin-right:-10px;
}
#commentsForm .item input{
	width:100%;
}
#commentsForm .submitItem{
	text-align:center;
}
#commentsForm .submitItem input{
	border:0 none;
	cursor:pointer;
}
.commentsSection .userAvatar{
	position:absolute;
	left:0;
	top:15px;
}
.commentsSection li{
	list-style:none;
}
.commentsSection .userAvatar img{
	max-width:60px;
}
.commentsSection li{
	padding:20px 0 20px 80px;
	position:relative;
	border-bottom:1px solid #f2f2f2;
}
.commentsSection .name{
	margin-bottom:10px;
}
.commentsSection .name p{
    color: #f6b234;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 14px;
    line-height:14px;
}
.commentsSection .name span{
	padding-left:15px;
	font-weight:300;
	color:#727173;
	font-size:12px;
}
.commentsSection .commentContent p{
	font-size:14px;
	margin-bottom:0;
}
.commentsSection .userComments{
	margin-bottom:30px;
}
.postContent ul{
	padding-left:20px;
	margin-bottom:20px;
}
.postContent ul li{
	margin-bottom:10px;
	font-size:20px;
}
.postContent ul li p{
	margin-bottom:0;
}
.postContent ul li:last-child{
	margin-bottom:0;
}
@media all and (max-width:1200px){
	.articlePage .mainContent{
		padding-right:15px;
	}
	.articlePage .sidebar{
		padding-left:30px;
	}
}
@media all and (max-width:800px){
	.articlePage .mainContent{
		width:100%;
		padding-right:0;
		margin-bottom:40px;
	}
	.articlePage .sidebar{
		width:100%;
		padding-left:0;
		width:100%;
	}
	.articlePage .sidebar .blogColumns{
		margin-left:-10px;
		margin-right:-10px;
	}
	.articlePage .sidebar .item{
		margin-bottom:30px;
		width:33.33%;
		padding:0 10px;
	}
}
@media all and (max-width:1024px){
	.articlePage h1{
		font-size:26px;
		line-height:40px;
	}
}
@media all and (max-width:767px){
	.articlePage .sidebar .item .description{
		display:none;
	}
}
@media all and (max-width:760px){
	.articlePage .sidebar .item{
		width:100%;
	}
}
@media all and (max-width:680px){
	.articlePage h1{
		font-size:24px;
		line-height:38px;
	}
	.articlePage .category {
    	margin-bottom: 20px;
	}
	.articlePage .mainContent .thumbnail {
    	margin-bottom: 20px;
	}
	.articlePage .mainContent p{
		font-size:16px;
	}
	.postContent ul li{
		font-size:16px;
	}
	.articlePage .mainContent .postContent {
    	margin-bottom: 30px;
	}
	.share li img{
		width:38px;
	}
	.share li{
		padding:0 10px;
	}
	.articlePage .share {
    	margin-bottom: 30px;
	}
	.articlePage .mainContentInner{
		margin-bottom:20px;
	}
}
@media all and (max-width:480px){
	#commentsForm .item{
		width:100%;
	}
}
.twoColumns{
	letter-spacing:-7px;
}
.twoColumns .item{
	display:inline-block;
	vertical-align:top;
	padding:0 10px;
	width:50%;
	letter-spacing:normal;
}
.twoColumns .item.fullWidth{
	width:100%;
}
.twoColumns form .item{
	width:100%;
	padding-left:0;
	padding-right:0;
}
.twoColumns form .item input{
	width:100%;
}
.twoColumns .twoInputsPhone{
	margin-bottom:40px;
}
form .item{
	margin-bottom:20px;
}
.apply_by_phone form a{
	width:100%;
}
.apply_by_phone form .buttonContainer{
	margin-bottom:30px;
}
.apply_by_phone .extra_details{
	text-align:center;
}
.apply_by_phone .extra_details .title{
	margin-bottom:10px;
}
.apply_by_phone .extra_details p{
	font-size:16px;
	line-height:20px;
	color:#727173;
	margin-bottom:0;
}
.apply_by_phone .mainFormContainer{
	display:none;
	margin-top:-10px;
	margin-bottom:-10px;
}
.phone_inputs_container{
	position:relative;
	padding-left:55px;
}
.phone_inputs_container .phoneInput{
	position:absolute;
	left:0;
	top:0;
}
.register form{
	max-width:620px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.register .sectionDescription ul{
	max-width:380px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-left:18px;
}
.register .sectionDescription ul li{
	
}
.register form .twoInputs{
	margin-bottom:20px;
}
.register form .submitButton{
	margin-bottom:30px;
}
.register .sectionDescription{
	margin-bottom:40px;
}
.register .sectionDescription p{
	line-height:30px;
}
.register .pink_link a{
	font-weight:500;
}
/*----- Login page -----*/
.loginPage form{
	max-width:620px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.loginPage form .submitButton{
	margin-bottom:30px;
}
.loginPage form .pink_link a{
	font-weight:500;
}
/*--------- Faq --------------*/
.faqPage{
	padding-top:0;
}
.faqMainContainer{
	overflow:hidden;
}
.faqMainContainer.faq{
	padding-top:60px;
}
.faqPage .faqSearch{
	text-align:center;
	padding:120px 0 20px;
}
.faqPage .smallSectionTitle{
	margin-bottom:30px;
}
.faqPage .defaultForm{
	max-width:620px;
}
.faq.faqMainContainer .right{
	padding-top:0;
}
.faqMainContainer .item p,
.faqMainContainer .item li{
	font-size:16px;
	line-height:24px;
	color:#72797a;
}
.faqMainContainer .item a{
	text-transform:none;
	font-weight:600;
	color:#d81671;
	text-decoration:underline;
}
.faqMainContainer .item a:after{
	display:none;
}
.faqMainContainer .item ul{
	padding:10px 0 10px 20px;
}
.faqMainContainer .item ul li{
	margin-bottom:10px;
}
@media all and (max-width:1024px){
	.faqPage .faqSearch{
		padding-top:30px;
	}
}
@media all and (max-width:800px){
	.faqMainContainer.faq{
		padding-top:30px;
	}
	.faqMainContainer.faq .nav{
		display:block;
	}
}
@media all and (max-width:640px){
	.faqPage .faqSearch{
		padding-top:110px;
	}
}
@media all and (max-width:600px){
	.faqPage .defaultForm .item input {
    	font-size: 14px;
	}
	.faqPage .defaultForm ::-webkit-input-placeholder { 
	    font-size:12px;
		line-height:16px;
	}
	.faqPage .defaultForm ::-moz-placeholder {
	     font-size:12px;
		line-height:16px;
	}
	.faqPage .defaultForm :-ms-input-placeholder { 
	     font-size:12px;
		line-height:16px;
	}
	.faqPage .defaultForm :-moz-placeholder { 
	     font-size:12px;
		line-height:16px;
	}
}


/*------- Two Columns Section ----------*/
.pagePadding{
	padding-top:30px;
	padding-bottom:80px;
}
.pagePadding .stepsNav{
	padding-top:0;
	padding-bottom:140px;
}
.twoColumnsPage:after{
	content:"";
	clear:both;
	display:block;
}
.twoColumnsPage .submitButton{
	max-width:460px;
}
.twoColumnsPage .sidebar{
	float:left;
	width:25%;
	padding-right:15px;
}
.twoColumnsPage .pageContent{
	float:left;
	width:75%;
	padding-left:106px;
}
.pageContainer{
	position:relative;	
}
.user-panel{
	padding:30px 20px;
	border-radius:3px;
	border:1px solid #17b3e4;
}
.user-panel .user-profile{
	padding-bottom:40px;
	margin-bottom:40px;
	padding-top:13px;
	border-bottom:1px solid #d5d4d6;
}
.user-panel.mobile_my_account{
	padding:10px 20px;
	margin-bottom:40px;
	display:none;
}
.user-panel.mobile_my_account .linksContainer{
	display:none;
	padding-bottom:20px;
}
.user-panel.mobile_my_account .user-profile{ 
	margin-bottom:0;
	padding-bottom:0;
	padding-top:0;
	border-bottom:0 none;
	position:relative;
	cursor:pointer;
}
.user-panel.mobile_my_account .user-profile:after{
	content:"\f107";
	font-family:'FontAwesome';
	position:absolute;
	right:15px;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}
.user-panel.mobile_my_account .linksContainer{
	padding-top:20px;
	margin-top:20px;
	border-top:1px solid #d5d4d6;
}
.user-panel.mobile_my_account .icon-links:first-child{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #d5d4d6;
}
.user-panel.mobile_my_account .icon-links{
	margin:0;
	padding:0;
	border:0 none;
}
.user-panel.mobile_my_account.active .user-profile:after{
	content:"\f106";
}
.user-panel .user-profile .image,
.user-panel .user-profile .name {
	display:inline-block;
	vertical-align:middle;
}
.user-panel .user-profile .name{
	padding-left:17px;
}
.user-panel .user-profile .name p{
	margin-bottom:0;
	font-weight:600;
}
.icon-links{
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #d5d4d6;
}
.icon-links.logout{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:0 none;
}
.icon-links li{
	list-style:none;
	margin-bottom:0;
	margin-left:-20px;
	margin-right:-20px;
}
.icon-links li:last-child{
	margin-bottom:0;
}
.icon-links li a{
	color:#727173;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	display:block;
	padding:10px 20px;
	position:relative;
}
.icon-links li a:hover,
.icon-links li.active a{ 
	background:#d1ecf9;
	color:#273133;
	font-weight:600;
}
.icon-links li a > *{
	display:inline-block;
	vertical-align:middle;
}
.icon-links li a span{
	padding-left:10px;
}
.medium-size-container{
	max-width:610px;
	width:100%;
}
.my-advisor {
	margin-top:20px;
	border:1px solid #d5d4d6;
	padding:40px 20px;
	border-radius:3px;
}
.my-advisor .smallSectionTitle{
	margin-bottom:20px;
}
.my-advisor .user-panel{
	background:#fff;
	padding:0;
	border:0 none;
}
.my-advisor .user-panel .user-profile{
	padding-bottom:0;
	border-bottom:0 none;
	margin-bottom:40px;
}
.my-advisor .user-panel a{ 
	width:100%;
	text-align:center;
}
.my-advisor h2{
	font-size:26px;
	line-height:30px;
	font-weight:600;
}
.my-advisor .buttonContainer{
	margin-bottom:30px;
}
.my-advisor .user_details{
	text-align:center;
	line-height:16px;
}
.my-advisor .user_details p{
	display:block;
	font-size:16px;
	line-height:18px;
	color:#727173;
	margin-bottom:0;
}
.my-advisor .user_details .title{
	margin-bottom:10px;
}
.twoColumnsPage .stepsNav li{
	width:33.33%;
}
.twoColumnsPage .stepsNav ul:before, 
.twoColumnsPage .stepsNav ul:after{
	left:100px;
	right:100px;
}
.loadingMessages .itemFade{
	opacity:0;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	float:left;
	clear:left;
}
.loadingMessages .message{
	max-width:505px;
}
.loadingMessages .itemFade.show{
	opacity:1;
}
.message.itemFade.show.hide{
	display:none;
}
.selected_attributes,
.add_new_attribute{
	display:inline-block;
	vertical-align:middle;
	letter-spacing:normal;
}
.selected_attributes li,
.add_new_attribute button{
	margin-bottom:15px;
}
/*
.selected_attributes{
	margin-right:15px;
	margin-left:-10px;
	margin-right:-10px;
}

*/
.selected_attributes:empty{
	padding-left:0;
}
.add_new_attribute button{
	height:45px;
	width:45px;
	border:2px solid #d5d4d6;
	border-radius:3px;
	text-align:center;
	color:#17b3e4;
	font-size:30px;
	background:transparent;
	cursor:pointer;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	padding-top:0;
	padding-bottom:0;
	position:relative;
	margin-bottom:22px;
}
.my-attributes.has-icon button{
	width:100px;
	height:100px;
}
.my-attributes.has-icon .selected_attributes li{
	vertical-align:top;
}
.add_new_attribute button:hover{
	border-color:#17b3e4;
}
.add_new_attribute button svg{
	height:25px;
	width:25px;
}
.my-attributes.has-icon svg{
	height:40px;
	width:40px;
}
.add_new_attribute button svg path{
	fill:#d5d4d6;
}
.ia3-screen2 .add_new_attribute button{
	border:2px solid #17b3e4; 
}
.add_new_attribute button .icon{
	margin-bottom:0;
}
svg path{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.add_new_attribute button:hover svg path{
	fill:#fff;
}
.add_new_attribute button i{
	position:absolute;
	left:50%;
	top:50%;
	font-size:16px;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.add_new_attribute button:hover{
	color:#fff;
	background:#17b3e4;
}

.create_attributes {
	padding:30px;
	border:1px solid #d5d4d6;
	border-radius:5px;
	margin-top:7px;
	max-width:460px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	display:none;
	margin-bottom:40px;
}
.create_attributes .customize_item:first-child{
	margin-bottom:0;
}
.create_attributes .customize_item .type_select li,
.icons_structure li{
	margin-bottom:20px;
}
.create_attributes .type_select,
.icons_structure ul{
	margin-left:-10px;
	margin-right:-10px;
}
.create_attributes input{
	width:100%;
}
.create_attributes label{
	font-weight:500;
}
.create_attributes li,
.icons_structure li{
	display:inline-block;
	padding:0 10px;
	cursor:pointer;
}
.create_attributes li .item,
.icons_structure li .item{
	min-height:100px;
	min-width:100px;
	border:1px solid #d5d4d6;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	border-radius:3px;
	text-align:center;
	padding-top:15px;
}
.create_attributes .type_select li .item{
	margin-bottom:0;
}
.create_attributes li.error .item{
	border:1px solid #d81671;
}
.create_attributes li .item .icon,
.icons_structure li .icon{
	margin-bottom:10px;
}
.create_attributes li .item svg,
.icons_structure li svg {
    height: 45px;
}
.create_attributes li .item svg path,
.icons_structure li svg paths{
	fill:#d5d4d6;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.create_attributes li p,
.icons_structure li p{
	margin-bottom:0;
	color:#2d2a31;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.create_attributes li:hover svg path,
.create_attributes li.active svg path,
.icons_structure li:hover svg path,
.icons_structure li.active svg path{
	fill:#273133;
}
.create_attributes li:hover .item,
.create_attributes li.active .item,
.icons_structure li:hover .item,
.icons_structure li.active .item{
	border:1px solid #17b3e4;
	box-shadow: 0 0 0px 1px #17b3e4;
}
.create_attributes li:hover p,
.create_attributes li.active p,
.icons_structure li:hover p,
.icons_structure li.active p{
	color:#17b3e4;
	font-weight:600;
}

.create_attributes .customize_item{
	margin-bottom:20px;
}
.create_attributes .customize_item:last-child{
	margin-bottom:30px;
}
.create_attributes .box_actions .actionButton{
	display:inline-block;
	vertical-align:middle;
}
.create_attributes .box_actions .save_attribute{
	padding-left:70px;
}
.create_attributes .box_actions{
	padding-top:10px;
}
.selected_attributes li{
	padding:0 10px;
	list-style:none;
	display:inline-block;
	vertical-align:middle;
}
.selected_attributes .add_new_attribute{
	margin-bottom:0;
}
.selected_attributes li:last-child{
	padding-right:0;
}
.selected_attributes li .item{
	min-height:100px;
	min-width:100px;
	border:1px solid #17b3e4;
	box-shadow: 0 0 0px 1px #17b3e4;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	border-radius:3px;
	text-align:center;
	padding-top:15px;
	position:relative;
	margin-bottom:0;
}
.selected_attributes li .item .icon{
	margin-bottom:10px;
}
.selected_attributes li .item .icon path{
	fill:#273133;
}
.selected_attributes li .item p{
	margin-bottom:0;
	font-weight:600;
	color:#17b3e4;
}
.selected_attributes .remove{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    background: #fff;
    border: 1px solid #17b3e4;
    color: #273133;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    font-size:14px;
	cursor:pointer;
}
.selected_attributes .remove i{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	font-size:12px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.selected_attributes .remove:hover i{
	color:#d81671;
}
.customize_section .my-attributes{
	letter-spacing:-7px;
	margin-left:-10px;
	margin-right:-10px;
	padding-top:5px;
}
.selected_attributes li .item .name{
	padding-left:3px;
	padding-right:3px; 
	font-weight:600;
	color:#17b3e4;
}
.selected_attributes li .item .icon svg {
    height: 43px;
}
.marginBottom0{
	margin-bottom:0px !important;
}
.marginBottom30{
	margin-bottom:30px !important;
}
.marginBottom40{
	margin-bottom:40px !important;
}
.marginBottom50{
	margin-bottom:50px !important;
}
.paddingTop20{
	padding-top:20px !important; 
}
.marginBottom25{
	margin-bottom:25px !important;
}
.marginTop20{
	margin-top:20px !important; 
}
.marginBottom10{
	margin-bottom:10px !important;
}
.marginBottom20{
	margin-bottom:20px !important;
}
.marginBottom25{
	margin-bottom:25px !important;
}
.customize_section .add_attributes {
    margin-bottom: 4px;
}
.mainStepsContainer .biggerAvatar .message .avatar{
	left:-65px;
}
.my-account .headerForm,
.my-account .bottom_header{
	display:none !important;
}
.my-account .stepsNav .container{
	max-width:540px;
}
@media all and (max-width:1100px){
	.twoColumnsPage .sidebar{
		width:30%;
	}
	.twoColumnsPage .pageContent{
		width:70%;
		padding-left:70px;
	}
}
@media all and (max-width:1024px){
	.twoColumnsPage .sidebar{
		display:none;
	}
	.user-panel.mobile_my_account{
		display:block;
	}
	.twoColumnsPage .pageContent{
		margin-left:auto;
		margin-right:auto;
		padding-left:0;
		float:none;
	}
	.twoColumnsPage .submitButton{
		max-width:100%;
	}
	.medium-size-container{
		max-width:750px;
	}
	.my-account .mainStepsContainer .container{
		max-width:680px;
	}
	.twoColumnsPage .pageContent{
		width:100%;
	}
	.twoColumnsPage .stepsNav ul:before, 
	.twoColumnsPage .stepsNav ul:after{
		left:120px;
		right:120px;
	}
}
@media all and (max-width:840px){
	/*.twoColumnsPage .pageContent{
		width:80%;
	}*/
}
@media all and (max-width:800px){
	.twoColumnsPage .pageContent{
		width:100%;
	}
	.mainStepsContainer .biggerAvatar .message .avatar {
	    max-width: 31px;
	    left: -40px;
	}
	.my-account .stepsNav{
		padding-bottom:100px;
	}
	.medium-size-container{
		max-width:100%;
	}
}
@media all and (max-width:680px){
	
}
@media all and (max-width:640px){
	.my-account label br{
		display:none;
	}
	.pagePadding{
		padding-bottom:50px;
	}
}
@media all and (max-width:520px){
	.twoColumnsPage .stepsNav ul:before, 
	.twoColumnsPage .stepsNav ul:after{
		left:80px;
		right:80px;
	}
	.loadingMessages .message br{
		display:none;
	}
	.user-panel .user-profile .image {
    	max-width: 50px;
	}
}
@media all and (max-width:420px){
	.create_attributes{
		padding:15px 20px;
	}
	.create_attributes .box_actions .save_attribute {
    	padding-left: 40px;
	}
	.create_attributes .box_actions .save_attribute {
		padding-top:10px;
		padding-bottom:10px;
	}
}
@media all and (max-width:420px){
	.twoColumnsPage .stepsNav ul:before, 
	.twoColumnsPage .stepsNav ul:after {
    	left: 60px;
    	right: 60px;
	}
}

/*----------- IAI Screen 2 ----------*/
.yellowBorder{
	height:2px;
	background:#f6b234;
	margin-left:-100px;
}
.ia3-screen2 .stepsNav li:first-child span{
	background:#fff;
	color:#17b3e4;
}
.ia3-screen2 .selected_attributes svg{
	height:45px;
}
.ia3-screen2 .stepsNav ul:after{
	width:35%;
}
.ia3-screen2 .stepsNav li:first-child p{
	color:#17b3e4;
}
.ia3-screen2 .stepsNav li:nth-child(2) span{
	background:#17b3e4;
	border-color:#17b3e4;
	color:#fff;
}
.ia3-screen2 .stepsNav li:nth-child(2) p{
	font-weight:700;
}
.ia3-screen2 .range_sliders_container{
	padding-top:0;
}
.ia3-screen2 .range_sliders_container label{
	margin-bottom:80px;
}
@media all and (max-width:940px){
	.yellowBorder{
		margin-left:0;
	}
}
@media all and (max-width:480px){
	.ia3-screen2 .range_sliders_container{
		padding-top:15px;
		padding-bottom:15px;
	}
	.ia3-screen2 .range_sliders_container label{
		margin-bottom:70px;
	}
	.ia3-screen2  .yellowBorder{
		margin-top:40px;
		margin-bottom:30px !important;
	}
}
.item.halfWidth{
	width:50%;
}
@media all and (max-width:520px){
	.item.halfWidth{
		width:100%;
	}
}
/*----- IA 4 Screen ------*/
.loadingMessages.level2 .itemFade{
	opacity:1;
}
.loadingMessages.level2 .itemFade .done{
	display:none;
}
.loadingMessages.level2 .itemFade.show .done{
	display:inline-block;
}
.loadingMessages.level2 .itemFade.show i{
	display:none;
	
}
.loadingMessages .itemFade.show{ 
	opacity:1;
}
.loadingMessages.level2 .itemFade i{
	color:#17b3e4;
	-webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
.bigRowsItems {
    padding-top: 25px;
}
.bigRowsItems .showOnMobile{
	display:none;
}
.bigRowsItems .itemInner{
	background:#fff;
	padding:40px 0 30px 0;
	border-radius:3px;
}
.bigRowsItems .mainRow{
	padding-bottom:100px;
}
.bigRowsItems .mainRow:last-child{
	padding-bottom:60px;
}
.bigRowsItems .item{
	position:relative;
}
.bigRowsItems > .item:after{
	content:"";
	position:absolute;
	left:-100px;
	right:0;
	bottom:-10px;
	height:2px;
	background:#f6b234;
}
.bigRowsItems .illnessContainer .icon{
	border-color:#d81671 !important;
}
.bigRowsItems .illnessContainer .icon p{
	color:#d81671 !important;
}
.bigRowsItems .illnessContainer path{
	fill:#d81671 !important;
}
.bigRowsItems .titleSection{
	margin-bottom:30px;
}
.bigRowsItems .policyTitle{
	position:relative;
	min-height:90px;
}

.bigRowsItems .titleSection.hasImage{
	margin-bottom:10px;
}
.bigRowsItems .titleSection:after{
	content:"";
	clear:both;
	display:block;
}
.bigRowsItems .titleSection .icon,
.bigRowsItems .titleSection .name{
	display:inline-block;
	vertical-align:middle;
}
.bigRowsItems .titleSection .icon{
	border:2px solid #17b3e4;
	background:#fff;
	width:100px;
	min-height:100px;
	text-align:center;
	padding-top:15px; 
	border-radius:3px;
}
.bigRowsItems .titleSection .icon .svgContainer{
	height:42px;
	position:relative;
}
.bigRowsItems .titleSection .icon svg{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}
.bigRowsItems .titleSection .icon svg path{
	fill:#273133;
}
.bigRowsItems .titleSection .icon p{
	margin-bottom:5px;
	color:#17b3e4;
	font-weight:600;
}
.bigRowsItems .titleSection .name{
	margin-left:20px;
	letter-spacing:0.7px;
}
.bigRowsItems .titleSection .name h3{
	font-size:26px;
	color:#273133;
	text-transform:uppercase;
	margin-bottom:0;
}
.bigRowsItems .titleSection .name p{
	margin-bottom:0;
}
.bigRowsItems .titleSection .left{
	float:left;
	width:70%;
	
}
.bigRowsItems .titleSection .right{
	float:left;
	width:30%;
	padding-left:0;
	text-align:center;
}
.bigRowsItems h2{
	line-height:26px;
	margin-bottom:10px;
	letter-spacing:0.5px;
}
.bigRowsItems .columns h2{
	margin-bottom:20px;
}
.bigRowsItems .rowDetails,
.bigRowsItems .rowDetails p{
	margin-bottom:25px; 
}
.bigRowsItems .rowDetails:last-child,
.bigRowsItems .rowDetails p:last-child{
	margin-bottom:0;
}
.bigRowsItems .rowDetails:after{
	content:"";
	clear:both;
	display:block;
}
.bigRowsItems .rowDetails .left{
	float:left;
	width:70%;
}
.bigRowsItems .rowDetails .left.col8{
	width:65%;
}
.bigRowsItems .rowDetails .right{
	float:left;
	width:30%;
	padding-left:0;
}
.bigRowsItems .rowDetails .right.col4{
	width:35%;
}
.bigRowsItems .rowDetails .right a{
	margin-bottom:20px;
	width:100%;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}
.bigRowsItems .rowDetails .right a:last-child{
	margin-bottom:0;
}
.bigRowsItems .mainBoxTitle {
	margin-left:0;
	margin-right:0;
	margin-top:-13px;
	padding-bottom:30px;
	margin-bottom:30px;
	padding-left:0;
	padding-right:30px;
	border-bottom:2px solid #cccccc;
}
.bigRowsItems .mainBoxTitle h2{
	margin-bottom:0;
}
.bigRowsItems .selected_attributes .item .icon{
	min-height:45px;
	position:relative;
	margin-bottom:5px;
	
}
.bigRowsItems .selected_attributes .item .icon svg{
	height:40px;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.bigRowsItems .selected_attributes .item .icon svg path{
	fill:#273133;
}
.bigRowsItems .selected_attributes .item .name{
	vertical-align:top;
	color:#17b3e4;
	font-weight:600;
}
.bigRowsItems .selected_attributes{
	margin-left:-5px;
	margin-right:-5px;
}
.bigRowsItems .selected_attributes li{
	padding:0 5px;
	margin-bottom:10px;
}
.bigRowsItems .selected_attributes .item{
	background:#fff;
	min-height:90px; 
	min-width:90px;
	padding-top:10px;
}
.bigRowsItems .selected_attributes{
	margin-bottom:20px;
	margin-left:-10px;
	margin-right:-10px;
}
.bigRowsItems .rowDetails .subtitle{
	margin-bottom:5px;
	font-weight:600;
}
.nextSteps{
	padding-top:50px;	
	text-align:center;
	clear:both;
}
.nextSteps .smallSectionTitle{
	margin-bottom:90px;
}
.nextSteps li .sectionTitle{
	margin-bottom:10px;
}
.nextSteps li h2 {
    letter-spacing: 0.5px;
}
.nextSteps .icon{
	min-height:85px;
	margin-bottom:10px;
}
.nextSteps ul {
    max-width: 1060px;
    margin-left: auto !important;
    margin-right: auto !important;
    letter-spacing:-7px;
}
.nextSteps li{
	display:inline-block;
	width:50%;
	padding:0 15px;
	letter-spacing:normal;
	vertical-align:top;
}
.nextSteps .description{
	min-height:95px;
	margin-bottom:50px;
}
.nextSteps .description p{
	margin-bottom:0;
}
.ia4 .twoColumnsPage .pageContent{
	padding-top:50px;
}
.ia4 .nextSteps{
	margin-left:-100px;
}
.bigRowsItems .policyTitle .icon{
	position:absolute;
	left:0;
	top:0;
}
.bigRowsItems .policyTitle{
	padding-left:115px;
	display:table;
}
.bigRowsItems .policyTitle .more_details{
	padding-top:30px;
}
.bigRowsItems .policyTitle .name{
	display:table-cell;
	vertical-align:middle;
}
.bigRowsItems .mainRow .titleSection{
	margin-bottom:0;
}
@media all and (max-width:1100px){
	.bigRowsItems .rowDetails .left,
	.bigRowsItems .rowDetails .left.col8{
		width:60%;
		padding-right:10px;
	}
	.bigRowsItems .rowDetails br{
		display:none;
	}
	.bigRowsItems .rowDetails .right,
	.bigRowsItems .rowDetails .right.col4{ 
		width:40%;
	}
	.nextSteps{
		padding-top:50px;
	}
	
}
@media all and (max-width:1024px){
	.ia4 .twoColumnsPage .pageContent{
		padding-top:0;
	}
	.nextSteps .description{
		min-height:125px;
	}
	.nextSteps .description p br{
		display:none;
	}
	.nextSteps li h2{
		font-size:21px;
		line-height:28px;
	}
	.bigRowsItems > .item:after{
		left:0;
	}
	.bigRowsItems .itemInner{
		padding-left:0;
	}
	.bigRowsItems .mainRow {
    	padding-bottom: 50px;
	}
	.bigRowsItems .mainRow:last-child {
    	padding-bottom: 10px;
	}
	.ia4 .nextSteps{
		margin-left:0;
	}
}
@media all and (max-width:900px){
	.nextSteps .description br{
		display:none;
	}
}
@media all and (max-width:740px){
	.nextSteps li{
		width:100%;
		padding-left:0;
		padding-right:0;
		margin-bottom:30px;
	}
	.nextSteps li:last-child{
		margin-bottom:0;
	}
	.nextSteps li .description{
		max-width:500px;
		margin-left:auto;
		margin-right:auto;
		min-height:1px;
		margin-bottom:30px;
	}
	.nextSteps .icon{
		min-height:1px;
		margin-bottom:20px;
	}
}
@media all and (max-width:660px){
	.bigRowsItems .rowDetails .right a{
		font-size:13px;
	}
	.bigRowsItems .rowDetails .right a{
		margin-bottom:10px;
	}
	.bigRowsItems .mainRow{
		padding-bottom:40px;
	}
}
@media all and (max-width:620px){
	.bigRowsItems .rowDetails .left{
		margin-bottom:20px;
		padding-right:0;
	}
	.bigRowsItems .rowDetails .left,
	.bigRowsItems .rowDetails .left.col8,
	.bigRowsItems .rowDetails .right,
	.bigRowsItems .rowDetails .right.col4{
		width:100%;
	}
	.bigRowsItems .titleSection .left{
		width:100%;
		margin-bottom:15px;
	}
	.bigRowsItems .titleSection .right{
		width:100%;
		text-align:center; 
		margin-bottom:20px;
	}
	.bigRowsItems .titleSection,
	.bigRowsItems .titleSection.hasImage{
		margin-bottom:20px;
	}
	
	.bigRowsItems .columns h2{
		margin-bottom:10px;
	}
	.bigRowsItems .policyTitle .more_details {
    	padding-top: 10px;
	}
	.bigRowsItems .mainRow:last-child {
    	padding-bottom: 0;
	}
	.bigRowsItems .showOnMobile {
    	display: block;
    	padding-bottom:10px;
	}
	.bigRowsItems .showOnMobile a{
		width:100%;
		font-size:13px;
		text-align:center;
	}
	.bigRowsItems .policyTitle{
		min-height:100px;
	}
	.bigRowsItems .hideOnMobile {
    	display: none;
	}
	.bigRowsItems .has_description .policyTitle .name{
		vertical-align:bottom;
	}
	.bigRowsItems .has_description .showOnMobile{
		padding-top:20px;
	}
	.bigRowsItems .has_description .policyTitle .name{
		position:relative;
		bottom:-7px;
	}
}
@media all and (max-width:480px){
	.bigRowsItems .itemInner{
		padding:30px 0;
	}
	.bigRowsItems .mainBoxTitle {
    	margin-left: 0; 
    	margin-right: 0;
    	padding-left:0;
    	padding-right:20px;
    	margin-top: 0px;
    }
}
@media all and (max-width:350px){
	/*.bigRowsItems .titleSection .icon svg{
		height:25px;
	}
	.bigRowsItems .titleSection .icon{ 
		width:60px;
		min-height:60px;
	}
	.bigRowsItems .titleSection .icon{
		padding-top:5px;
	}
	.bigRowsItems .titleSection .icon .svgContainer{
		height:30px;
	}
	.bigRowsItems .policyTitle{
		padding-left:70px;
	}
	.bigRowsItems .policyTitle{
		min-height:70px;
	}
	.bigRowsItems .titleSection .name h3{
		font-size:21px;
		line-height:24px;
	}*/
	
	.bigRowsItems h2{
		font-size:21px;
	}
	.bigRowsItems .itemInner {
    	padding: 20px 0;
	}
	.bigRowsItems .mainBoxTitle{
		margin-left:0;
		margin-right:0;
		padding-left:0;
		padding-right:10px;
		padding-bottom:20px;
	}
	.bigRowsItems .selected_attributes{
		margin-left:-5px;
		margin-right:-5px;
	}
}
/*-------------- LC 4 --------------*/
.lc1 .pageContent {
    padding-top: 45px;
}
.lc1 .smallSectionTitle{
	margin-bottom:40px;
}
.lc1 .graySectionTitle{
	margin-bottom:15px;
}
.threeColumnsRow{
	letter-spacing:-7px;
	clear:left;
}
.lc1 .yellowBorder{
	max-width:610px;
}
.threeColumnsRow .left,
.threeColumnsRow .middle,
.threeColumnsRow .right{
	display:inline-block;
	vertical-align:middle;
	letter-spacing:normal; 
}
.threeColumnsRow .left label{
	margin-bottom:0;
}
.threeColumnsRow .right {
	text-align:left;
	padding-left:10px;
}
.threeColumnsRow .left {
    width: 25%;
}
.threeColumnsRow .middle {
    width: 35%;
    padding-left:10px;
}
.threeColumnsRow .right {
    width: 40%;
}
.threeColumnsRow .right p{
	margin-bottom:0;
	color:#b4b7b8;
}
.lc1 .threeColumnsRow .item{
	margin-bottom:20px;
}
.lc1 .message{
	margin-bottom:30px;
}
.lc1 .single_input input{
	max-width:200px;
}
.lc1 .legend{
	max-width:200px;
}
.lc1 .legend span{
	text-align:right;
	float:right;
}
.bottomContainerMain{
	max-width:820px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.mainStepsContainer .lc1 .legend input{
    width: 110px !important;
}
.mainStepsContainer .lc1 .legend.width120 input{
	width: 120px !important;
    padding-right: 5px;
}
.mainStepsContainer .lc1 .legend.width100 input{
	width:100px !important;
}
.mainStepsContainer .lc1 .legend.width70 input{
	width:70px !important;
	padding-right:5px;
}
.threeColumnsRow .right{
	position:relative;
}
.threeColumnsRow .right p{
	line-height:19px;
	padding-left:25px;
	position:relative;
	opacity:0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.threeColumnsRow .right i{
    position: absolute;
    left: 10px;
    top: 3px;
    font-size: 19px;
    color: #b4b7b8;
    z-index:9;
}
.threeColumnsRow .right i:hover + p{
	opacity:1;
}
@media all and (max-width:1024px){
	.threeColumnsRow .right p{
		opacity:1;
	}
	.lc1 .yellowBorder{
		margin-right:-100px;
		max-width:none;
	}
}
@media all and (max-width:940px){
	.lc1 .yellowBorder{
		margin-right:0;
	}
}
@media all and (max-width:630px){
	.threeColumnsRow .right i{
		top:0;
		left:0;
	}
	.threeColumnsRow .right p{
		opacity:1;
	}
}
.twoInputsContainer .left{
	vertical-align:top;
}
.submitButton.inputsActions{
	position:relative;
	padding-top:0;
	text-align:center;
	padding-left:0;
	margin-top:50px;
	margin-bottom:120px;
	max-width:100%;
}
.submitButton.inputsActions .leftButton{
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}
.submitButton.inputsActions .leftButton{
	font-weight:600;
	letter-spacing:0.9px;
	text-transform:uppercase;
	color:#17b3e4;
}
.submitButton.inputsActions .leftButton span{
	padding-left:5px;
}
.recomended{
	text-align:center;
}
.recomended .blueBox{
	background:#17b3e4;
	padding:5px;
	border-radius:5px;
	margin-bottom:30px;
}
.recomended .blueBoxInner{
	max-width:630px;
	letter-spacing:-7px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.recomended .blueBox .column{
	display:inline-block;
	vertical-align:top;
	width:33.33%;
	border-radius:5px;
	padding:15px 10px 10px;
	letter-spacing:normal;
}
.recomended .blueBox .column .details{
	margin-bottom:0;
	font-size:16px;
	line-height:16px;
	color:#727273;
}
.recomended .blueBox .whiteBackground{
	background:#fff;
	margin-bottom:10px;
	border-radius:3px;
	padding-top:15px;
	padding-bottom:10px;
}
.recomended .blueBox a{
	color:#fff;
	border-bottom:1px solid #fff;
}
.recomended .blueBox .column .amount{
	margin-bottom:0;
	font-size:32px;
	line-height:32px;
	color:#273133;
	font-weight:700; 
	margin-bottom:5px;
}
.recomended .smallDescription{
	margin-bottom:60px;
}
.recomended .smallDescription p{
	margin-bottom:0;
}
.recomended .buttonContainer{
	margin-bottom:40px;
}
.recomended .likes_buttons{
	max-width:420px;
	margin-left:auto; 
	margin-right:auto;
}
.recomended .likes_buttons ul{
	margin-left:-10px;
	margin-right:-10px;
	letter-spacing:-7px;
	text-align:center;
	
}
.recomended .likes_buttons li{
	display:inline-block;
	width:50%;
	padding:0 10px;
	letter-spacing:normal;
	display:inline-block;
}
.recomended .likes_buttons a{
	color:#2d2a31;
}
.recomended .likes_buttons a span{
	text-decoration:underline;
	padding-left:5px;
	font-weight:500;
}
.recomended .likes_buttons .like a > * {
    display: inline-block;
    vertical-align: middle;
}
.recomended .likes_buttons .like a{
	color:#d81671;
}
@media all and (max-width:1100px){
	.lc1 .threeColumnsRow .item .button{
		padding-left:10px;
		padding-right:10px;
	}
}
@media all and (max-width:1024px){
	.lc1 .pageContent{
		padding-top:0;
	}
	.threeColumnsRow .right br{
		display:none;
	}
}
@media all and (max-width:767px){
	.mainStepsContainer .message.hasAvatar{
		margin-left:40px;
	}
	.mainStepsContainer .message.hasAvatar .avatar{
		left:-40px;
	}
	.ia3-screen2 .range_sliders_container{
	    padding-left: 32px;
   		padding-right: 32px;
	}
	.mainStepsContainer .lc1 .message .avatar{
		left:-40px;
	}
}
@media all and (max-width:760px){ 
	.threeColumnsRow .right p br{
		display:none;
	}
	.mainStepsContainer .lc1 .button{
		margin:0 3px;
	}
	.mainStepsContainer .lc1 .button{
		padding-left:10px;
		padding-right:10px;
	}
}
@media all and (max-width:680px){
	.threeColumnsRow .right br{
		display:none; 
	}
	.threeColumnsRow .left label br{
		display:none;
	}
}
@media all and (max-width:630px){
	.threeColumnsRow .left,
	.threeColumnsRow .middle,
	.threeColumnsRow .right{
		width:100%;
		padding-left:0;
		margin-bottom:10px;
	}
	.threeColumnsRow .right:empty{ 
		display:none;
	}
	.mainStepsContainer .lc1 .button{
		padding-left:17px;
		padding-right:17px;
	}
	.mainStepsContainer .lc1 .button:first-child{
		margin-left:0;
	}
	.lc1 .threeColumnsRow .item{
		margin-bottom:20px !important;
	}
	.lc1 .yellowBorder{
		margin-bottom:20px !important;
	}
	.submitButton.inputsActions{
		padding-left:0;
		margin-bottom:60px;
	}
	.recomended .blueBox .column .amount{
		font-size:26px;
	}
	.submitButton.inputsActions .leftButton{
		position:relative;
		left:auto;
		top:auto;
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
		-o-transform:none;
		transform:none;
		display:block;
	}
	.submitButton.inputsActions{
		text-align:center;
		margin-left:0;
	}
	.submitButton.inputsActions .blueButton{
		margin-bottom:20px;
	}
}

@media all and (max-width:580px){
	.recomended .blueBox .column{
		width:100%;
		margin-bottom:10px;
	}
	.recomended .blueBox .column:last-child{
		margin-bottom:0;
	}
}
@media all and (max-width:460px){
	.lc1 .single_input input{
		max-width:100%;
		width:100%;
	}
	.lc1 .threeColumnsRow .item .button{
		width:48%;
		margin:0;
	}
	.lc1 .threeColumnsRow .item .button:first-child{
		margin-right:2%;
	}
	.lc1 .legend{
		width:100%;
		max-width:100%;
	}
}
@media all and (max-width:360px){
	.recomended .likes_buttons ul{
		margin-left:-5px;
		margin-right:-5px;
	}
	.recomended .likes_buttons li{
		padding:0 5px;
	}
}
@media all and (max-width:340px){
	.recomended .likes_buttons li a{
		font-size:14px;
	}
}

/*------------ P2 Screen 1 ----------*/
.p1Screen2 .stepsNav ul:after{
	width:77%;
}
.p1Screen2 .graySectionTitle{
	margin-bottom:20px;
}
.p1Screen2 .stepsNav li span{
	border-color:#17b3e4;
	background:#fff;
	color:#17b3e4;
}
.p1Screen2 .stepsNav li:last-child span{
	background:#17b3e4;
	color:#fff;
}
.p1Screen2 .stepsNav li p{
	font-weight:600;
	color:#17b3e4;
}
.p1Screen2 .stepsNav li:last-child p{
	font-weight:600;
	color:#273133;
}
.p1Screen2 .mediumContainer{
	border-bottom:2px solid #f6b234;
	margin-bottom:40px;
}
.p1Screen2 .item input,
.p1Screen2 .item .select2-container{
	max-width:400px;
	width:100%;
}
.p1Screen2 .message{
	display:inline-block;
}
.defaultTable{
	border-collapse:collapse;
	width:100%;
}
.defaultTable  td {
    padding: 7px 10px;
    font-size: 16px;
    color: #2d2a31;
} 
.defaultTable tr:nth-child(odd) td {
    background: #e9eaea;
}
.defaultTable tr td label{
	margin-bottom:0;
}
.defaultTable tr td:last-child{
	text-align:right;
}
.blank_button a{
    padding: 15px 30px;
    border: 1px solid #d5d4d6;
    border-radius: 3px;
    color: #2d2a31;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.blank_button a:after{
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    font-size: 16px;
}
.blank_button a:hover,
.blank_button a.active{
	color:#17b3e4;
	font-weight:700;
	border-color:#17b3e4;
	box-shadow: 0px 0px 0px 1px #17b3e4;
}
.p1Screen2 textarea{
	height:180px;
	width:100%;
}
/*
.p1Screen2 .sContainer{
	padding-right:100px;
}*/

.p1Screen2 .item .legend {
    width: auto !important;
    display: inline-block;
}
@media all and (max-width:680px){
	.p1Screen2 .sContainer{
		padding-right:0;
	}
}
@media all and (max-width:540px){
	.graySectionTitle br{
		display:none;
	}
	.p1Screen2 .submitButton{
		padding-top:0;
	}
}
@media all and (max-width:480px){
	.p1Screen2 .marginBottom0{
		margin-bottom:40px !important;
	}
}
@media all and (max-width:380px){
	.mainStepsContainer .p1Screen2 .blueButton{
		font-size:12px;
	}
	.p1Screen2 .item .legend {
    	width: 100% !important;
    	display: inline-block;
	}
}
@media all and (max-width:360px){
	.p1Screen2 .stepsNav ul:after {
    	width: 72%;
	}
}
/*---------- P2 Screen 2 --------*/
.emptySection{
	padding-top:80px;
	padding-bottom:100px;
}
.p2Screen2{
	padding-top:20px;
}
.p2Screen2 .status{
	margin-bottom:25px;
}
.p2Screen2 .status strong{
	font-weight:600;
}
.p2Screen2 .status p{
	font-size:20px;
	margin-bottom:0;
}
.p2Screen2 .status span{
	text-transform:uppercase;
	color:#17b3e4;
	font-weight:700; 
}
.ask_for_call{
	display:none;
	margin-bottom:20px;
	width:100%;
}
.my-advisor .ask_for_call{
	display:block;
	margin-bottom:0;
	text-align:center;
}
.ask_for_call .text_description{
	display:none;
}
.ask_for_call .text_description p {
    padding: 10px 5px;
    border: 2px solid #d5d4d6;
    border-radius: 3px;
    color: #d5d4d6;
    font-weight: 700;
    width: 100%;
    text-align:center;
    text-transform:uppercase;
}
.ask_for_call a span{
	position:relative;
	padding-left:20px;
}
.ask_for_call a span:before{
	content:"\f095";
	font-family:'FontAwesome';
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}
@media all and (max-width:1024px){
	.emptySection{
		padding-top:20px;
		padding-bottom:50px;
	}
	.ask_for_call{
		display:block;
	}
	.ask_for_call a{
		width:100%;
		text-align:center;
	}
	.user-panel.mobile_my_account{
		margin-bottom:30px;
	}
}

/*---------- Mt account --------*/
.noSteps .pageContent{
	padding-top:40px;
}
.table_row{
	display:table;
	width:100%;
	margin-bottom:20px;
}
.table_row .column{
	width:50%;
	display:table-cell;
	padding:30px 20px 20px;
	vertical-align:top;
	text-align:center;
	position:relative;
}
.table_row .column a{
	display:block;
	position:relative;
	z-index:9;
}
.table_row .column a:hover img{
	transform:scale(1.1);
}
.boxDesign{
	margin-left:-10px;
	margin-right:-10px;
}
.boxDesign .column img{
	max-height:70px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	max-height:70px;
}
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-10px);
  }
}
.boxDesign .column .icon{
	margin-bottom:20px;
}
.boxDesign .column .title p{
	font-size:26px;
	line-height:32px;
	color:#273133;
	font-weight:600;
	margin-bottom:10px;
}
.boxDesign .column .description p{
	color:#727173;
	font-size:16px;
	line-height:18px;	
	margin-bottom:0;
}
.boxDesign .column .errors p{
	margin-bottom:5px;
	font-size:16px;
	line-height:16px;
	color:#273133;
}
.boxDesign .column .errors p:before{
	content:"\f071";
	font-family:'FontAwesome';
	position:relative;
	left:-5px;
	color:#d81671;
}
.table_row .column:after {
	content:"";
	top:0;
	position:absolute;
	left:10px;
	right:10px;
	bottom:0;
	border:1px solid #d5d4d6;
	border-radius:3px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.table_row .column:hover:after{
	box-shadow: 4px 2px 35px 0 #d5d4d6;
}
/*.table_row .column.error:hover:after{
	box-shadow: 4px 2px 35px 0 #d81671;
}*/
.table_row .column.error:after{
	border:2px solid #273133;
}
.boxDesign .outerContainer{
	margin-left:-10px;
	margin-right:-10px;
	text-align:center;
}
@media all and (max-width:1024px){
	.noSteps .pageContent{
		padding-top:0;
	}
}
@media all and (max-width:620px){
	.boxDesign .table_row{
		display:block;
		margin-bottom:0;
	}
	.boxDesign .table_row .column{
		display:block; 
		width:100%;
		margin-bottom:10px;
	}
}
.ma2 .outerContainer{
	margin-bottom:120px;
}
.ma2 .single_box{
	margin-bottom:120px !important;
}
.tabs .tabs_nav{
	margin-bottom:30px;
}
.tabs .tabs_nav ul{
	letter-spacing:-7px;
	border-bottom:1px solid #d5d4d6;
	padding-left:0;
}
.tabs .tabs_nav ul li{
	letter-spacing:normal;
	padding:10px 15px;
	display:inline-block;
	color:#727173;
	font-weight:700;
	cursor:pointer;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	position:relative;
}
.tabs .tabs_nav ul li:after{
	content:"";
	position:absolute;
	border-top:10px solid #17b3e4;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	left:50%;
	bottom:-10px;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	opacity:0;
}
.tabs .tabs_nav li.active{
	background:#17b3e4;
	color:#fff;
	font-size:16px;
	font-weight:700;
}
.tabs .tabs_nav li.active:hover{
    background:#17b3e4;
    cursor: auto;
}
.tabs .tabs_nav li.active:hover:after{
    border-top:10px solid #17b3e4;
}
.tabs .tabs_nav li:hover{
	background:#e9eaea;
}
.tabs .tabs_nav li:hover:after{
	border-top:10px solid #e9eaea;
}
.tabs .tabs_nav li:hover:after,
.tabs .tabs_nav li.active:after{
	opacity:1;
}
.tabs .tabs_content .tab{
	display:none;
}
.table_quotes{
	padding-top:40px;
}
.table_quotes td{
	text-align: center;
    padding: 20px 10px;
    vertical-align: middle;
    position: relative;
    width: 25%;
}
.table_quotes img{
	max-height:45px;
	margin-bottom:10px;
}
.table_quotes td:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: #d5d4d6; 
}
.table_quotes td:first-child:before,
.table_quotes td:last-child:before{
	display:none;
}
.table_quotes td:nth-child(3){
	padding-right:0;
}
.table_quotes td:first-child{
	width:20%;
}
.table_quotes .item{
	border: 1px solid #d5d4d6;
    border-radius: 5px;
    margin-bottom: 20px !important;
    position:relative;
}
.table_quotes .item table{
	width:100%;
}
.remove_button{
	position:absolute;
	top:0;
	right:0;
	-webkit-transform:translate(50%,-50%);
	-moz-transform:translate(50%,-50%);
	-ms-transform:translate(50%,-50%);
	-o-transform:translate(50%,-50%);
	transform:translate(50%,-50%);
	width:20px;
	height:20px;
	border-radius:20px;
	border:1px solid #1cb4e4;
	text-align:center;
	line-height:20px;
	font-size:12px;
	background:#fff;
}
.remove_button i{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	cursor:pointer;
	margin-left:0.5px;
}
.remove_button:hover i{
	color:#d81671;
}
.remove_button.no_icon{
	position:relative;
	width:auto;
	height:auto;
	top:auto;
	right:auto;
	color:#d81671;
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	transform:none;
	border:0 none;
	text-decoration:underline;
	font-weight:700;
	font-size:11px;
	background:transparent;
	cursor: pointer;
	padding-top:15px;
}
.remove_button.no_icon p{
	margin-bottom:0;
}
.accordions.table_quotes .item{
	margin-bottom:10px !important; 
}
.ma2 .outerContainer {
    margin-bottom: 40px;
}
.table_quotes li{
	list-style:none;
	font-size:16px;
	line-height:22px;
}
.table_quotes ul{
	text-align:left;
	padding-left:10px;
}
.table_quotes .pink{
	text-align:left;
	margin-bottom:10px;  
	padding-left:10px;
}
.table_quotes .expired{
	background:#f4f3f4;
	border:0 none !important; 
}
.table_quotes .expired ul li{
	color:#727173;
}
.pink{
	color:#d81671;
	font-size:20px;
	line-height:22px;
	font-weight:700;
}
.accordions .description{
	display:none;
	padding:10px;
}
.accordions.table_quotes .description{
	border-top:1px solid #d5d4d6;
}
.accordions .title{
	position:relative;
	padding:10px;
	cursor:pointer;
}
.accordions .title:after{
	content:"\f078"; 
	font-family:'FontAwesome';
	position:absolute;
	right:15px;
	top:50%; 
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}
.accordions .active .title:after{
	content:"\f077";
}
.accordions .title p{
	margin-bottom:0;
	font-weight:600;
}
.mobile_structure.table_quotes{
	display:none;
}
.table_quotes .actions{
    text-align: center;
    padding-left: 0;
    margin-bottom: 5px;
    max-width: 164px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing:-7px;
    width:100%;
}
/*
.ma4 .table_quotes td .buttonContainer{
	max-width:150px;
	margin-left:auto;
	margin-right:auto;
}*/
.table_quotes .actions .inactive path{
	fill:#d5d4d6 !important;
}
.table_quotes .actions .inactive a{
	cursor:default;
}
.table_quotes .actions .inactive a:hover{
	background:transparent;
	box-shadow:none;
}

.table_quotes .actions li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    margin-bottom: 0;
    width: 33.33%;
    letter-spacing: normal;
    text-align: center;
}
.table_quotes .actions li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position:relative;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    border-radius:3px;
    margin-left:auto;
    margin-right:auto;
}
.table_quotes .actions li svg{
	max-width:26px;
	max-height:26px;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.table_quotes .actions a:hover{
	background:#17b3e4;
	box-shadow:4px 2px 35px 0 #17b3e4;
}
.cls-1 { 
	fill: #17b3e4;
	fill-rule: evenodd !important;
}
.table_quotes .actions a:hover path{
	fill:#fff;
}
.table_quotes.accordions .title{
	background:#f4f3f4;
}
.table_quotes.accordions .active .title{
	background:#17b3e4;
}
.table_quotes.accordions .active .title p,
.table_quotes.accordions .active .title:after{
	color:#fff;
}
.single_box{
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-bottom:50px;
	clear:both;
}
.ma4 .message{
	display: inline-block;
}
.table_quotes.mobile_structure .buttonContainer{
	margin-bottom:15px;
}


@media all and (max-width:1024px){
	.desktop_version.table_quotes{
		display:none;
	}
	.table_quotes{
		padding-top:0;
	}
	.mobile_structure.table_quotes{
		display:block;
	}
	
}
@media all and (max-width:1024px){
	.table_quotes li{
		font-size:15px;
	}
}
@media all and (max-width:767px){
	.table_quotes table,
	.table_quotes tbody,
	.table_quotes tr,
	.table_quotes td,
	.table_quotes td:first-child{
		display:block;
		width:100%;
		text-align:center;
	}
	.table_quotes td:first-child:before{
		display:block;
	}
	.table_quotes ul{
		text-align:center;
	}
	.table_quotes td:before{
		left:0;
		right:0;
		top:auto;
		bottom:0;
		height:1px;
		width:auto;
	}
	.ma2 .single_box {
    	margin-bottom: 40px !important;
	}
	.table_quotes .pink{
		text-align:center;
	}
	.table_quotes td{
		padding-left:5px;
		padding-right:5px;
	}
}
@media all and (max-width:380px){
	.submitButton.fullWidth .borderButton{
		margin-bottom:10px;
	} 
	.submitButton.fullWidth a{
		width:100%;
		margin-left:0 !important;
		margin-right:0 !important; 
	}
}
/*------- Apply --------*/
.p1apply .stepsNav ul:after,
.p11apply .stepsNav ul:after{
	width:75%; 
}
.p1apply .stepsNav li span,
.p11apply .stepsNav li span {
    border-color: #17b3e4;
    background: #fff;
    color: #17b3e4;
}
.p1apply .stepsNav li p,
.p11apply .stepsNav li p {
    font-weight: 600;
    color: #17b3e4;
}
.p1apply .stepsNav li:last-child span,
.p11apply .stepsNav li:last-child span{
	background:#d1f0fa;
	border-color:#d1f0fa;
	color:#fff;
}
.p1apply .active_last_step.stepsNav li:last-child span,
.p11apply .active_last_step.stepsNav li:last-child span{
	background:#17b3e4;
	border-color:#17b3e4;
}
.p11apply .stepsNav li:last-child span{
	background:#17b3e4;
	border-color:#17b3e4;
}
.p1apply .stepsNav li:last-child p,
.p11apply .stepsNav li:last-child p{
	color:#273133;	
}
.p1apply .twoColumns{
	max-width:630px;
	margin:0 auto;
	display:block;
}
.p1apply .itemInner{
	padding:40px 20px;
	border:1px solid #d5d4d6;
	border-radius:3px;
}
.p1apply .itemInner .smallSectionTitle{
	margin-bottom:7px;
}
.p1apply .itemInner h2{
	font-size:26px;
	line-height:30px;
	font-weight:600;
}
.p1apply .itemInner .description{
	margin-bottom:40px;
	text-align:left;
}
.p1apply .itemInner .description p{
	margin-bottom:0;
}
.p1apply .itemInner .buttonContainer{
	text-align:center;
}
.p11apply .accordions{
	text-align:center;
	margin-bottom:50px;
}
.p11apply .accordions .title{
	text-align:left;
}
.p11apply .medium-size-container{
	max-width: 670px;
	margin-left:auto;
	margin-right:auto;
}
.p11apply .accordions .title p,
.p11apply .accordions .title:after{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.p11apply .accordions .title:hover p,
.p11apply .accordions .title:hover:after{
	color:#17b3e4;
}
.p11apply .accordions .title:after{
	position:relative;
	left:auto;
	top:auto;
	right:auto;
	bottom:auto;
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	-o-transform:none;
	transform:none;
}
.p11apply .accordions .title p,
.p11apply .accordions .title:after{
	display:inline;
	vertical-align:middle;
}
.p11apply .accordions .title:after{
	margin-left:15px;
	font-size:21px;
}
.p11apply .accordions .description{
	text-align:left;
	padding-top:0;
	padding-bottom:0;
}
.p11apply .accordions .item{
	margin-bottom:25px;
}
.p11apply .title p{
	font-size:26px;
	color:#273133;
	font-size:26px;
	line-height:30px;
}
.p11apply .accordions .description p{
	margin-bottom:0;
	color:#72797a;
	line-height:24px;
}
.p11apply .sectionTitle{
	margin-bottom:50px;
}
.p11apply .smallSectionTitle {
    margin-bottom: 30px;
}
@media all and (max-width:1024px){
	.p11apply .accordions{
		text-align:left;
	}
	.p11apply .accordions .description{
		text-align:left;
	}
}
@media all and (max-width:630px){
	.twoColumns .item{
		width:100%;
		margin-bottom:10px;
	}
	.twoColumns .item:last-child{
		margin-bottom:0;
	}
	.p1apply .itemInner{
		padding:30px 15px; 
	}
	.p1apply .itemInner .description {
    	margin-bottom: 20px;
	}
}
@media all and (max-width:360px){
	.p1apply .stepsNav ul:after, .p11apply .stepsNav ul:after{
		width:72%;
	}
}


/*------ P 1 1 Apply -------*/
@media all and (max-width:680px){
	.p11apply .title p{
		font-size:18px;
	}
	.p11apply .accordions .title:after {
    	margin-left: 5px;
    	font-size: 16px;
	}
	.p11apply .accordions .item {
    	margin-bottom: 5px;
	}
	.p11apply .accordions{
		margin-bottom:20px;
	}
	.p11apply .sectionTitle{
		margin-bottom:30px;
	}
	.p11apply .sectionTitle h2{
		font-size:18px;
	}
}
@media all and (max-width:440px){
	.p11apply .sectionTitle h2 br{
		display:none;
	}
}
@media all and (max-width:1200px){
	.mainStepsContainer .table_quotes .blueButton{ 
		padding-left:20px !important;
		padding-right:20px !important;
	} 
} 
/*-------- custom_dropzone ----------*/
.custom_dropzone{
	min-height:1px;
	border:0 none; 
	padding:0;
	position:relative;
	text-align:center;
	cursor:pointer;
}
.custom_dropzone .dz-message{
	padding:40px 10px;
	border-radius:20px;
	border:3px dashed #727173;
	background-image:url('../images/lines_bg.png');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	margin:0;
	margin-bottom:20px;
}
.custom_dropzone .dz-message p{
	font-weight:600;
	color:#b4b7b8;
	font-size:26px;
	line-height:32px;
}
.custom_dropzone .dz-message span{
	font-size:16px;
	color:#727173;
}
.custom_dropzone .dz-message .pink{
	font-weight:500;
	color:#d81671;
	text-decoration:underline;
	cursor:pointer;
}
.custom_dropzone .dz-preview .dz-progress{
	width:240px;
	border:1px solid #d5d4d6;
	border-radius:10px;
	height:10px;
    left: 0;
    margin-left: 0;
    position:relative;
}
.custom_dropzone .dz-preview .dz-progress .dz-upload{
	background: #17b3e4;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.custom_dropzone .dz-preview.dz-complete .dz-progress{
	opacity:1;
}
.custom_dropzone .dz-preview.dz-error .dz-remove {
    left: auto;
    margin-left: 0;
    right: 0;
    margin-top: -13px;
    width: 20px;
    display:block;
    height:20px;
    border-radius:20px;
    line-height:20px;
    border:1px solid #17b3e4;
    text-align:center;
    font-size:0;
    overflow:hidden;
    color:transparent;
}
.custom_dropzone .dz-preview.dz-error .dz-remove svg{
	display:none;
}
.custom_dropzone .dz-preview.dz-error .dz-remove:after{
	content:"\f00d";
	font-family:'FontAwesome';
	color:#273133;
	font-size:12px;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.custom_dropzone.dz-started .dz-message{
	display:block;
}
.custom_dropzone .dz-preview .dz-details{
	padding:0;
}
.custom_dropzone .dz-preview{
	margin:0;
	width:100%;
}
.custom_dropzone .dz-preview .dz-details{
	opacity:1;
}
.custom_dropzone .dz-preview .dz-details {
	top:auto;
	bottom:0;
	left:0;
	margin-left:0;
}
.custom_dropzone .dz-preview .dz-details .dz-size{
	display:none;
}
.custom_dropzone .dz-preview .dz-details .dz-filename{
	text-align:left;
	font-size:16px;
	color:#2c2b31;
	font-weight:700;
	position:relative;
}
.custom_dropzone .dz-preview.dz-complete .dz-details .dz-filename:before{
    content: "Upload completed:";
    font-size: 16px;
    line-height: 20px;
    color: #2c2b31;
    font-weight: 400;
    display: block;
    position: absolute;
    white-space: nowrap;
    top: -23px;
}
.custom_dropzone .dz-preview .dz-image{
	display:none;
}
.custom_dropzone .dz-preview{
	min-height:60px;
}
.custom_dropzone .dz-preview .dz-details .dz-filename span{
	padding-left:0;
	padding-right:0;
}
.custom_dropzone .dz-preview{
	z-index:9;
	display:block;
}
.dz-error-message{
	display:none !important;
}
.upload .my-advisor{
	display:none;
}
.upload .stepsNav li:first-child span,
.upload .stepsNav li:nth-child(2) span{
	background:#fff;
	border-color:#17b3e4;
	color:#17b3e4;
}
.upload .stepsNav li:first-child p,
.upload .stepsNav li:nth-child(2) p{
	font-weight:700;
	color:#17b3e4;
}
.upload .stepsNav ul:after{
	width:65%;
}
.custom_dropzone .dz-preview.dz-complete .dz-progress{
	display:none;
}
.custom_dropzone .dz-preview.dz-complete .dz-details{
	position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: inline-block;
    min-width: 1px;
    width: auto;
    vertical-align: middle;
    margin-right:5px;
}
.custom_dropzone .dz-preview.dz-error .dz-remove{
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
}
.custom_dropzone .dz-preview.dz-complete{
	min-height:1px;
	padding-top:20px;
}
.upload form{
	padding-bottom:200px;
}
.upload form.dz-complete{
	padding-bottom:100px;
}
.upload .backPageButton{
	left:15px;
}
.custom_dropzone .dz-preview.dz-complete{
	margin-bottom:20px;
}
.dz-success-mark,
.dz-error-mark{
	display:none;
}
.custom_dropzone .dz-preview{
	text-align:left;
}

.success-message{
	opacity:0;
	padding-top:60px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.success-message.show{
	opacity:1;
}
.success-message .buttonContainer{
	text-align:center;
}
.success-message.show .buttonContainer{
	opacity:1;
}


@media all and (max-width:480px){
	.custom_dropzone .dz-message p{
		font-size:20px;
		line-height:28px;
	}
	.custom_dropzone .dz-message{
		padding-top:20px;
		padding-bottom:20px;
	}
}
@media all and (max-width:420px){
	.success-message{
		padding-top:10px;
	}
}
@media all and (max-width:380px){
	.mainStepsContainer .backPageButton{
		bottom:-30px;
	}
}
@media all and (max-width:360px){
	.custom_dropzone .dz-message p {
    	font-size: 18px;
    	line-height: 24px;
	}
	.custom_dropzone .dz-message span{
		font-size:14px;
	}
	.custom_dropzone .dz-message p{
		margin-bottom:10px;
	}
}


/*------------ Other Policies -----------*/
.other_policies .my-advisor{
	display:none;
}
.pageIntro .smallSectionTitle{
	margin-bottom:70px;
}
.pageIntro .sectionDescription{
	margin-bottom:100px;
}
.pageIntro .sectionDescription p{
	margin-bottom:20px;
	font-size:16px;
	line-height:24px;
}
.pageIntro .sectionDescription p strong{
	font-size:20px;
}
.pageIntro .sectionDescription p:last-child{
	margin-bottom:0;
}
.other_policies .create_attributes{
	display:block;
	padding:0;
	margin:0;
	border:0 none;
}
.icons_structure li .item{
	margin-bottom:0;
}
.icons_structure li .icon{
	margin-bottom:5px;
}
.icons_structure li path{
	fill:#c2c2c2;
}
.other_policies .twoColumnsPage .submitButton{
	max-width:470px;
}
.other_policies .icons_structure{
	max-width:470px;
}
@media all and (max-width:1024px){
	.pageIntro .smallSectionTitle {
    	margin-bottom: 50px;
	}
	.pageIntro .sectionDescription {
    	margin-bottom: 60px;
	}
	.pageIntro .sectionDescription p{
		margin-bottom:10px;
	}
}
@media all and (max-width:380px){
	.icons_structure li{
		padding:0 4px;
		margin-bottom:6px;
		letter-spacing:normal;
		width:33.33%;
	}
	.icons_structure li .item{
		min-width:100%;
	}
	.icons_structure ul{
		margin-left:-4px;
		margin-right:-4px;
		letter-spacing:-7px;
	}
}
/*---------- Insurances -------------*/
.containerRows > .item{
	border:1px solid #d5d4d6;
	position:relative;
	border-radius:5px;
	padding:20px 20px 20px 0;
}
.containerRows .table_row{
	display:table;
	width:100%;
	margin-bottom:0;
}
.containerRows .table_row .left,
.containerRows .table_row .right{
	display:table-cell;
	vertical-align:middle;
}
.containerRows .table_row .left {
	width:30%;
	text-align:center;
	border-right:1px solid #d5d4d6;
}
.containerRows .table_row .right {
	width:70%;
	text-align:left;
	padding-left:60px;
	padding-right:40px;
}
.containerRows input{
	width:100%;
}
.containerRows .icon{
	margin-bottom:10px;
}
.containerRows .name{
	font-weight:600;
}
.containerRows .name p{
	margin-bottom:0;
}
.pw11 .submitButton{
	max-width:100%;
}
.pw11 .stepsNav ul:after{
	width:18%;
}
@media all and (max-width:560px){
	.containerRows .table_row .right{
		padding-left:20px;
		padding-right:0;
	}
}
@media all and (max-width:460px){
	.containerRows .table_row{
		display:block;
	}
	.containerRows .table_row .left,
	.containerRows .table_row .right{
		display:block;
		width:100%;
		border-right:0 none;
		padding-left:0;
		padding-right:0;
	}
	.containerRows > .item{
		padding-left:20px;
	}
	.containerRows .name{
		margin-bottom:20px;
	}
}
/*-------------- PW2 --------------*/
.pw2 .table_quotes{
	padding-top:0;
}
.pw2 .table_quotes td:first-child {
    width: 15%;
}
.pw2 .stepsNav ul:after{
	width:33%;
}
.pw2 .my-advisor{
	display:none;
}
.pw2 .table_quotes td:last-child:before{
	display:block;
}
.pw2 .table_quotes td:nth-child(3) {
    padding-right: 5px;
} 
.pw2 .showOnMobile{
	display:none;
}
.submitButton.fullWidth{
	max-width:100%;
}
.submitButton.twoButtons a{
	margin:0 15px;
}
.pw2 label{
	margin-bottom:5px;
}
.pw2 span{
	color:#727173;
}
.borderButton{
    padding: 15px 30px;
    background: transparent;
    border-radius: 3px;
    color: #17b3e4;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #17b3e4;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    letter-spacing: 0.7px;
}
.borderButton:hover{
	background:#17b3e4;
	color:#fff;
    box-shadow: 4px 2px 35px 0 #17b3e4;
}
@media all and (max-width:767px){
	.pw2 .table_quotes td:first-child {
    	width: 100%;
	}
	.pw2 .showOnMobile{
		display:block;
		padding-top:15px;
	}
	.pw2 .table_quotes .item > .remove_button{
		display:none;
	}
	.remove_button.no_icon{
		margin-top:15px;
	}
}
@media all and (max-width:520px){
	.pw2 .submitButton.fullWidth .borderButton{
		margin-bottom:10px;
	} 
	.pw2 .submitButton.fullWidth a{
		width:100%;
		margin-left:0 !important;
		margin-right:0 !important; 
	}
}
/*------------ PW 3 -----------*/
.pw3 .my-advisor{
	display:none;
}
.pw3 .stepsNav li:first-child span{
	background:#fff;
	color:#17b3e4;
}
.pw3 .stepsNav li:first-child p{
	color:#17b3e4;
}
.pw3 .stepsNav li:nth-child(2) span{
	background:#17b3e4; 
	border-color:#17b3e4;
	color:#fff;
}
.pw3 .stepsNav li:nth-child(2) p{
	color:#273133;
	font-weight:700;
}
.pw3 .stepsNav ul:after{
	width:33%;
}
/*------------- PW3.1 ----------*/
.pw31 .my-advisor{
	display:none;
}
.pw31 .loadingMessages{
	max-width:500px;
}
.pw31 .selectRequired{
	max-width:200px;
}
.pw31 .stepsNav ul:after{
	width:33.33%;
}
.pw32 .stepsNav ul:after{
	width:55%;
}
.pw31 .stepsNav li:first-child span,
.pw32 .stepsNav li:first-child span{
	background:#fff; 
	color:#17b3e4;
}
.pw31 .stepsNav li:first-child p,
.pw32 .stepsNav li:first-child p{
	color:#17b3e4;
}
.pw31 .stepsNav li:nth-child(2) span,
.pw32 .stepsNav li:nth-child(2) span{
	background:#17b3e4;
	color:#fff;
	border-color:#17b3e4;
}
.pw31 .stepsNav li:nth-child(2) p,
.pw32 .stepsNav li:nth-child(2) p{
	font-weight:700;
}
.pw32 .selectRequired{
	max-width:400px;
}
.pw32 .fullWidth,
.pw32 textarea{
	width:100%;	
}
.pw32 textarea{
	height:185px;
}
.pw32 .loadingMessages{
	max-width:520px;
}
.pw32 .message{
	max-width:520px;
}
.pw32 .my-advisor{
	display:none;
}
@media all and (max-width:1024px){
	.pw32 .loadingMessages{
		max-width:100%;
	}
}
@media all and (max-width:480px){
	.pw31 .selectRequired{
		max-width:100%;
	}
	.pw31 input{
		width:100%;
	}
	.pw32 input{
		width:100%;
	}
	.pw32 .selectRequired{
		max-width:100%;
	}
}
/*------------ PW 3.3 ------------*/
.pw33 .stepsNav li span{
	background:#fff;
	color:#17b3e4;
	border-color:#17b3e4;
}
.pw33 .stepsNav ul:after{
	width:67%;
}
.pw33 .stepsNav li p{
	font-weight:700;
	color:#17b3e4;
}
.pw33 .stepsNav li:last-child span{
	background:#17b3e4;
	color:#fff;
}
.pw33 .stepsNav li:last-child p{
	color:#273133;
}
.pw33 .my-advisor{ 
	display:none;
}
.pw33 .twoInputs{
	max-width:400px;
}
.pw33 .legend {
    max-width: 190px;
}
.mainStepsContainer .pw33 .legend input{
	width:110px !important;
}
.mainStepsContainer .pw33 .legend span{
	float:right;
}
.pw33 .submitButton {
    max-width: 410px;
}
@media all and (max-width:1024px){
	.pw33 .submitButton{
		max-width:100%;
	}
}
@media all and (max-width:480px){ 
	.mainStepsContainer .pw33 .twoInputs .item{ 
		width:100% !important;
	}
	.pw33 .twoInputs{
		max-width:none;
	}
	.pw33 .legend{
		max-width:100%;
	}
	.pw33 .item input{
		width:100%;
	}
	.pw33 .stepsNav ul:after {
    	width: 67%;
	}
}

/*------------ PW4 ------------*/
.pw4 .my-advisor{
	display:none;
}
.pw4 .pageIntro .sectionDescription span{
	text-transform:uppercase;
	color:#17b3e4;
}
.pw4 .nextSteps{
	padding-top:0;
	padding-right:100px;
}
.pw4 .nextSteps .smallSectionTitle{
	margin-bottom:40px;
}
.pw4 .nextSteps li h2{
	margin-bottom:5px;
}
.pw4 .nextSteps .description {
    min-height: 125px;
    margin-bottom: 30px;
}
.pw4 .nextSteps .innerContainer{
	max-width:285px;
	margin-left:0;
	margin-right:auto;
}
.pw4 .nextSteps .boxesColumns ul {
    margin-left: -20px !important;
    margin-right: -110px !important;
}
@media all and (max-width:1024px){
	.icons_structure li:hover .item{
		border-color:#d5d4d6;
		box-shadow:none;
	}
	.pw4 .nextSteps{
		padding-top:0;
		padding-right:0;
	}
	.icons_structure li.active .item{
	    border: 1px solid #17b3e4;
    	box-shadow: 0 0 0px 1px #17b3e4;
	}
	.icons_structure li:hover svg path{
		fill:#c2c2c2;
	}
	.icons_structure li.active svg path{
		fill:#17b3e4;
	}
	.icons_structure li:hover p{
		color:#2d2a31;
		font-weight:400;
	}
	.icons_structure li.active p{
		color: #17b3e4;
		font-weight:700;
	}
}
@media all and (max-width:740px){
	.pw4 .nextSteps .description{
		min-height:1px;
		margin-bottom:20px;
	}
	.pw4 .nextSteps .innerContainer{
		max-width:100%;
		margin-left:auto;
		margin-right:auto;
	}
	.pw4 .nextSteps .boxesColumns ul {
	    margin-left: auto !important;
	    margin-right: auto !important;
	}
}

@media all and (max-width:1200px){
	br{ 
		display:none !important;
	}
	.mainStepsContainer .message{
		padding-left:20px;
		padding-right:20px;
	}
}



.risk_meter_inner{
	border: 1px solid #cccccc;
    padding: 20px 16px 10px;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 5px;
    display: inline-block;
}
.risk_meter_inner span{
	display:block;
	font-weight:400;
	font-size:16px;
	line-height:16px;
	color:#273133;
	text-transform:uppercase;
}
.high .risk_meter_inner{
	border:1px solid #d81671;
}
.high .risk_meter_inner span{
	color:#d81671;
}
.risk_meter p{
	font-weight:700;
	margin-bottom:0;
	text-transform:uppercase;
}

@media all and (max-width:620px){
	.bigRowsItems .titleSection .right:after{
		content:"";
		clear:both;
		display:block;
	}
	.bigRowsItems .titleSection .right .risk_meter{
		float:left;
	}
	.risk_meter_inner{
		padding:0;
		border:0 none;
		margin-bottom:0;
		position:relative;
	}
	.risk_meter_inner span{
	    position: absolute;
	    left: 100%; 
	    margin-left: 15px;
	    top: 1px;
	}
	.high .risk_meter_inner{
		border:0 none;
	}
	.risk_meter_inner img{
		max-width:100px;
	}
}
.pink_one {
	fill: #d81671;
}
.path_svg {
	fill-rule: evenodd;
}
.black_one {
	fill: #273133;
}

.icon-links li a:hover .pink_one,
.icon-links li.active a .pink_one{
	fill:#189fe2;
}
.ia1-screen1 .my-advisor,
.ia3-screen2 .my-advisor,
.ia4 .my-advisor,
.pw11 .my-advisor{
	display:none;
}






@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}








