/* Reset styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html { overflow-y: scroll; margin:0; padding:0; border:0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
caption, th, td { text-align: left; font-weight: normal; float:none !important; }
table, th, td { vertical-align: middle; }
blockquote:before, blockquote:after, q:before, q:after { content:''; }
blockquote, q { quotes: "" ""; }
strong { font-weight: bold; }
em { font-style: italic; }
:focus { outline: 0; }
*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}



/* Basic formatting */

a { color: #08c; text-decoration: none; transition: background 0.3s, color 0.3s; }
a:hover { color: #005580; text-decoration: underline; }
img { height: auto; max-width: 100%; }
p, ul, ol, form { margin: 0 0 15px 0; }
ul.list-disc li { list-style: disc inside; }
ul.list-circle li { list-style: circle inside; }
ul.list-square li { list-style: square inside; }
ul.list-inline li {  display: inline; margin: 0 10px 0 0; }
ol li { list-style: decimal inside; }
ul .sub1, ol .sub1 { margin: 0 0 0 20px; }
ul .sub2, ol .sub2 { margin: 0 0 0 40px; }
ul .sub3, ol .sub3 { margin: 0 0 0 60px; }
ol ol, ul ul { margin-bottom: 0; }
small { font-size: 11px; }
sup { font-size: 10px; vertical-align: top; }
sub { font-size: 10px; vertical-align: bottom; }
h1 { font-size: 36px; line-height: 42px; margin: 0 0 15px 0; }
h2 { font-size: 30px; line-height: 36px; margin: 0 0 15px 0; }
h3 { font-size: 24px; line-height: 30px; margin: 0 0 15px 0; }
h4 { font-size: 20px; line-height: 26px; margin: 0 0 15px 0; }
h5 { font-size: 18px; line-height: 24px; margin: 0 0 15px 0; }
h6 { font-size: 16px; line-height: 22px; margin: 0 0 15px 0; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
.j1-lp h2 { font-size: 36px; font-family: "StagSansMedium",Tahoma,sans-serif; }

/* Helper classes */

.hidden { display: none; }
.invisible { visibility: hidden; }
.debug { border: 1px solid #f00; }
.underline { text-decoration: underline; }

.float-left { float:left; }
.float-right { float:right; }

.clear { clear:both; }
.clear-left { clear: left; }
.clear-right { clear: right; }

.align-center { clear: both; display: block; margin-left: auto; margin-right: auto; }

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }

p.warning { background: #ffe; border: 1px solid #dd0; color: #C09853; padding: 5px 10px; text-align: center; }
p.success { background: #efe; border: 1px solid #5b5; color: #1e8d5f; padding: 5px 10px; text-align: center; }
p.error { background: #fee; border: 1px solid #d00; color: #8d1e1e; padding: 5px 10px; text-align: center;  }

.table td { padding: 5px; }
.table-hover tr:hover { background: #eee; }
.table-striped tr:nth-child(odd) > td, table.table-striped tr:nth-child(odd) > th { background-color: #f9f9f9; }
.table-bordered { border: 1px solid #ccc; }
.row-bordered tr { border-top: 1px solid #ccc; }
.row-bordered tr:first-child { border-top: 0; }

.width-10per { width: 10%; }
.width-20per { width: 20%; }
.width-25per { width: 25%; }
.width-30per { width: 30%; }
.width-40per { width: 40%; }
.width-50per { width: 50%; }
.width-60per { width: 60%; }
.width-70per { width: 70%; }
.width-80per { width: 80%; }
.width-90per { width: 90%; }
.width-100per { width: 100%; }

.media { margin: 10px 0; }
.media, .bd { zoom: 1; }
.media .img { float: left; margin-right: 10px; }
.media .img img{ display: block; }

/* Clearfix */

.clearfix:after { content: "."; display: block;	clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix {	display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* Custom styles */

@font-face {
  font-family: 'StagSansLight';
  src: url('../fonts/StagSans-Light.eot');
  src: local('O'), url('../fonts/StagSans-Light.woff') format('woff'), url('../fonts/StagSans-Light.ttf') format('truetype'), url('../fonts/StagSans-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'StagSansBook';
  src: url('../fonts/StagSans-Book.eot');
  src: local('O'), url('../fonts/StagSans-Book.woff') format('woff'), url('../fonts/StagSans-Book.ttf') format('truetype'), url('../fonts/StagSans-Book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'StagSansMedium';
  src: url('../fonts/StagSans-Medium.eot');
  src: local('O'), url('../fonts/StagSans-Medium.woff') format('woff'), url('../fonts/StagSans-Medium.ttf') format('truetype'), url('../fonts/StagSans-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'StagSansBold';
  src: url('../fonts/StagSans-Bold.eot');
  src: local('O'), url('../fonts/StagSans-Bold.woff') format('woff'), url('../fonts/StagSans-Bold.ttf') format('truetype'), url('../fonts/StagSans-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body.v2 {    background: #fff;
    color: #000;
    font-family: 'StagSansLight', Tahoma, sans-serif;
    font-size: 16px;}
    body { font-family: 'StagSansLight', Tahoma, sans-serif;}
.layout { margin: 0 auto; max-width: 960px; width: 100%; position:relative; }


.top { margin:0px; padding:15px 0px 10px 0px;}
.top p { display:inline-block; vertical-align:top; margin:20px 0px 0px 20px; font-style:italic; font-size:18px;}
.header { background: url(../image/lp-gradient.gif) bottom repeat-x; margin: 0px 0px 30px 0px; padding: 20px 0 0 0; }
.header.v2 { background: none; }
header.v33 { background: url(../image/header-dog.jpg) center center no-repeat; }
header.v35 { background: url(/resources/banners/lp/20181113134320.1542109400058.b839e56a0caad89462969f41166.jpg) center center no-repeat; }
header.v33 .layout,
header.v35 .layout { text-align: left; }
header.v33 h1,
header.v35 h1 { max-width: 400px; }
header.v33 .hero,
header.v35 .hero { height: 150px; visibility: hidden; }

header.lang { overflow: hidden; }
header.lang a { color: #000; }
header.lang .logo { float: left; }
header.lang .dropdown { float: right; padding-top: 10px; position: relative; }
header.lang .dropdown > a { display: inline-block; font-family: "StagSansMedium",Tahoma,sans-serif; }
header.lang .dropdown > a:before { background: url(../image/icon-world.png) center center no-repeat; content: ''; display: inline-block; height: 24px; margin: 0 5px 0 0; vertical-align: middle; width: 24px; }
header.lang .dropdown > a:after { background: url(../image/arrow-down.png) center center no-repeat; content: ''; display: inline-block; height: 5px; margin: 0 0 0 10px; vertical-align: middle; width: 8px; }
header.lang .dropdown ul { display: none; background: #fff; box-shadow: 0 0 15px rgba(0,0,0,0.2); margin: 0; padding: 5px 0; text-align: left; position: absolute; top: 110%; right: 0; z-index: 2; }
header.lang .dropdown ul a { display: inline-block; padding: 5px 15px; }

	.header .layout { text-align:center; }
    .header h1:first-of-type { font-family: "StagSansMedium",Tahoma,sans-serif; font-size:40px; color:#333; padding:0px 0px 0px 0px; margin:10px 0px 0px 0px; }
    .header h1{ clear: both; font-family: "StagSansLight",Tahoma,sans-serif; font-size:30px; color:#333; line-height: 1.3; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; font-weight:normal; }
	.header h1 span { font-family: "StagSansMedium",Tahoma,sans-serif; color:#3da545; }
	
	.hero img { position:relative; vertical-align:bottom; }

  .tb-video { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; }
  .tb-video iframe { width:100%; max-width:560px; height:315px; margin:30px 0px 0px 0px; padding:0px 0px 0px 0px; vertical-align:bottom; }
  .tb-video .shadow { float: left; max-width: 560px; position: absolute; text-align: center; top: 100%; width: 100%; }

  .v2 .tb-video { background-color: #fff; border: 1px solid #e2e1e1; box-shadow: 0 4px 4px #ccc; float: left; margin: 0; max-width: 560px; padding: 10px; position: relative; text-align: center; width: 100%; }
.v2 .tb-video iframe { margin:0; }
.v2 .container { width:300px; }

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; clear: both;}
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0px;}

.main { margin:30px 0px 0px 0px; padding:0px 0px 0px;}
.main.v2 { margin:40px 0px 0px 0px; }
	.main ul { clear: left; margin: 0px; width: 480px; overflow: hidden; float:left; }

.j1-lp .container { width: 400px; }
.j1-lp.header { position: relative; background: #e7d5e2; padding: 0px; }
.j1-lp.header .layout { position: relative; text-align: left; }
.j1-lp.header .layout img { width: 100%; max-width: 715px; vertical-align: bottom; }
.j1-lp.header .layout .text { position:absolute; top:0px; right:0px; text-align:right; padding:150px 0px 0px 0px;}
.j1-lp.header a { background: #1d9ad6 url(../image/simple_lp_a_images/j1-arrow.png) 15px 10px no-repeat; color:#fff; font-family: "StagSansMedium",Tahoma,sans-serif; font-size:25px; margin:30px 0px 0px 0px; padding:20px 15px 20px 70px; float:right; clear:both; text-decoration:none; cursor:pointer; }
.j1-lp.main > div > ul { margin: 0px; width: 560px; overflow: hidden; float:left; }
.j1-lp.main ul.two { margin: 0px; width:100%; max-width: 960px; overflow: hidden; float:left; }
.j1-lp.main ul.two p.black {font-family: "StagSansBold",Tahoma,sans-serif; margin-top:40px; }
.j1-lp.main ul p.blue { color:#1d9ad6; font-size:20px; font-family: "StagSansMedium",Tahoma,sans-serif; }
.j1-lp.main li.tick { background: url(../image/icon-check-green.png) center left no-repeat; float:left; margin: 34px 0px 5px 0px; padding: 0 0 0 30px; width:100%; font-family: StagSansMedium, Tahoma, sans-serif; font-size:20px;}
p.j1-lp.logos { border-bottom: solid 1px #ccc; margin:0px auto; max-width:960px; padding:0px 0px 16px 0px; text-align:center; }	
.j1-lp.header h1:first-of-type { font-family: "StagSansBold",Tahoma,sans-serif; font-size:45px; line-height:50px; color:#000; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; max-width:600px; float:right;}
.j1-lp.testimonials-new .t-box { width:100%; margin:0px 20px 20px 0px; padding:0px 0px 0px 0px; float:left;}	
	.main ul.canada { margin: 0px; max-width: 560px; overflow: hidden; float:left; margin-bottom:20px;}



  .main.v2 ul { clear:left; }
  .main ul.first { margin: 0px 0px 30px 0px; }
  .main.v2 ul.first { margin: 40px 0 30px; }
.main ul h3 {
     font-family: "StagSansMedium",Tahoma,sans-serif;
    font-size: 28px;
    color: #333;
    font-weight: normal;
}
p{line-height:20px; font-family: "StagSansLight",Tahoma,sans-serif;}
form p {    font-weight: bold;
    font-family: StagSansLight, Tahoma, sans-serif;}
.main ul p {line-height: 26px; font-size: 16px; font-family: StagSansLight, Tahoma, sans-serif;}
		.main li { background: url(../image/icon-check-green.png) center left no-repeat; float:left; margin: 5px 0px 5px 0px; padding: 0 0 0 30px; width:100%; font-family: StagSansLight, Tahoma, sans-serif;}
	.main p.refund-disclaimer { clear: both; font-family: StagSansLight, Tahoma, sans-serif;text-align:right; font-style:italic; font-size:14px; color:#777777; float:right; width:50%; margin:0px; padding:0px; line-height: 20px;}
	

.container { float:right; width:480px; }
.container-frame { position: relative; top: -175px; right: 30px; }
.container p.refund-disclaimer { text-align:right; font-style:italic; font-size:14px; color:#777777; max-width: 300px; margin:15px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%; }

.container-canada { width:300px; position: absolute; top:-360px; right:0px; }
.container-canada + ul {
    clear: both;
}
.container-canada p.refund-disclaimer { text-align:right; font-style:italic; font-size:14px; color:#777777; margin:15px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%; }
.container-canada .apply { width:300px; float:right; background-color:#3da545; margin:0px 0px 0px 0px; padding:30px; color:#fff; min-height: 476px;}
	.container-canada .apply h3 { font-family: "StagSansMedium",Tahoma,sans-serif; font-size:28px; color:#fde905; font-weight:normal; border-bottom: solid 1px #9ed2a2; margin:0px 0px 30px 0px; padding:0px 0px 30px 0px; }
	.container-canada .apply label { display: block; width: 100%; float: left; margin:0px 0px 0px 0px; text-align: left; padding:0px 0px 3px 0px; font-weight:bold; }
	.container-canada .apply input, .chzn-single, .continue_but { display: block; width: 100%; float: left; /*margin:0px 0px 15px 0px;*/ padding:0px 10px 0px 10px; height:42px; border:none; border-radius:3px; font-size:16px; font-family: 'StagSansLight', Tahoma, sans-serif; }
	.container-canada .apply select { width:100%; margin:0px 0px 15px 0px; padding:0px 0px 0px 10px; height:42px; border:none; border-radius:3px; font-size:16px; font-family: 'StagSansLight', Tahoma, sans-serif; }
	.container-canada .apply .continue_but { font-family: "StagSansMedium",Tahoma,sans-serif; background-color:#ff892b; text-transform:uppercase; color:#fff; font-size:18px; margin:15px 0px 0px 0px; cursor: pointer; }	
	
	
	
.container { float:right; width:480px;}
main.v35 > .layout > .container { position: absolute; top: -250px; right: 0; }
.container p.refund-disclaimer { text-align:right; font-style:italic; font-size:14px; color:#777777; margin:15px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%;  }
main.v33 .container p.refund-disclaimer { position: relative; top: -308px; }

.container .apply { width:300px; float:right; background-color:#3da545; margin:0px 0px 0px 0px; padding: 15px 30px; color:#fff; min-height: 476px; }
main.v33 .container .apply { border: 1px solid #83d48a; box-shadow: 0 0 10px #000; position: relative; top: -308px; }
	.container .apply h3 { font-family: "StagSansMedium",Tahoma,sans-serif; font-size:22px; color:#fde905; font-weight:normal; border-bottom: solid 1px #9ed2a2; margin:0px 0px 10px 0px; padding:0px 0px 10px 0px; }
	.container .apply label { display: block; width: 100%; float: left; margin:0px 0px 0px 0px; text-align: left; padding:0px 0px 3px 0px; font-weight:bold; }
	.container .apply input, .chzn-single, .continue_but { display: block; width: 100%; float: left; /*margin:0px 0px 15px 0px;*/ padding:0px 10px 0px 10px; height:42px; border:none; border-radius:3px; font-size:16px; font-family: 'StagSansLight', Tahoma, sans-serif; }
	.container .apply select { width:100%; margin:0px 0px 15px 0px; padding:0px 0px 0px 10px; height:42px; border:none; border-radius:3px; font-size:16px; font-family: 'StagSansLight', Tahoma, sans-serif; }
	.container .apply .continue_but { font-family: "StagSansMedium",Tahoma,sans-serif; background-color:#ff892b; text-transform:uppercase; color:#fff; font-size:18px; margin:0; cursor: pointer; }	
	
.tips { margin:0px 0px 0px 0px; padding:15px 0px 0px 0px; overflow:hidden; clear:both; }
	.tips h3 { font-family: "StagSansMedium",Tahoma,sans-serif; font-size:28px; color:#fff; font-weight:normal; background-color:#1d9ad6; text-align:center; padding:12px 20px 12px 20px; margin:0px; }
	.tips p.arrow-tips { margin:0px 0px 60px 0px; padding:0px; background:url(../image/arrow-tips.png) center no-repeat; height:16px; }
	.tips p.animated { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; text-align:center; display:none;}
		.tips .box { width:300px; min-height:220px; text-align:center; float:left; margin:0px; padding:0px; }
		.tips .box.one { background:#ecebeb url(../image/icon-tips-1.png) 50% 135px no-repeat; }
		.tips .box.two { background:#ecebeb url(../image/icon-tips-2.png) 50% 135px no-repeat; margin:0px 30px 0px 30px; }
		.tips .box.three { background:#ecebeb url(../image/icon-tips-3.png) 50% 135px no-repeat; }
		.tips .box p.number { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; }		
		.tips .box p.number img { position:relative; top:-16px; }
		.tips .box h4 { font-family: "StagSansMedium",Tahoma,sans-serif; font-size:20px; font-weight:normal; margin:0px 0px 15px 0px; padding:0px 0px 0px 0px; }
		.tips .box p { margin:0px 0px 0px 0px; padding:0px 15px 0px 15px;}
		.tips .box p span.dash { color:#1d9ad6;}		
	
.testimonial { margin:0px 0px 0px 0px; padding:60px 0px 0px 0px; overflow:hidden; clear:both; }
	.testimonial p.quote { text-align:center; background: url(../image/pixel-grey.gif) center repeat-x; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }
	.testimonial p.avatar { text-align:center; padding:0px 0px 0px 0px; margin:20px 0px 20px 0px; }
	.testimonial p.words { text-align:center; font-style:italic; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; font-family :StagSansLight, Tahoma, sans-serif; font-size:16px; font-style: italic; font-weight:normal;}
	.testimonial p.name { text-align:center; font-size:15px; font-weight:normal; font-family: "StagSansMedium",Tahoma,sans-serif; margin:20px 0px 0px 0px; padding:0px 0px 0px 0px; }
	.testimonial p.name span.location { display: inline-block; text-align:center; font-family: "StagSansLight",Tahoma,sans-serif; font-weight:normal; font-size:12px; margin:0px 0px 0px 0px; padding:0px 0px 0px 15px; background: url(../image/icon-location-lp.png) left no-repeat; }
	
.footer { margin:0px 0px 0px 0px; padding:60px 0px 0px 0px; overflow:hidden; clear:both; }
.footer.new-footer { padding: 0; }
	.footer .layout { background-color:#ebebeb; padding:15px 15px 15px 0px; font-size:12px; overflow:hidden; clear:both; }
	.footer .layout a { text-decoration:none; padding:0px 15px 0px 15px; color:#333; }
	.footer .layout a:hover { text-decoration:underline; color:#1d9ad6; }		
	.footer .layout span.left { float:left; }													
	.footer .layout span.right { float:right; }
	
	.footer p.disclaimer { font-size:12px; margin:0px auto; max-width:960px; text-align:center; padding:20px 20px 20px 20px; }

/* Form design */
.staticText + .inputBox + input + input + input + .inputBox { margin:0; }
.step1 > .staticText + .inputBox { display:none; visibility:hidden; position:absolute;top: -100px; }
.inputBox.elem_1417 p, .inputBox.elem_1417 div { display:none; }
.inputBox {
    min-height: 65px;
    font-family: "Conv_StagSans-Book",Arial,sans;
    float:left;
    width: 100%!important;
    margin: 10px 0 0 0;
}
.inputBox p {
    font-size: 16px;
    margin: 0 0 5px;
}
.inputBox .input_holder input, .chzn-container-single .chzn-single { font-size: 20px; font-weight: bold; font-family: "StagSansLight",Tahoma,sans-serif; }
.inputBox input, .chzn-container { width: 100%!important; }
.chzn-container-single .chzn-single {
    color: #000;
    line-height: 24px;
    white-space: nowrap;
}
.chzn-container-single .chzn-search input {
    background: url("chosen-sprite.png") no-repeat scroll 100% -20px, rgba(0, 0, 0, 0) linear-gradient(#eeeeee 1%, #ffffff 15%) repeat scroll 0 0;
    border: 1px solid #aaa;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 14px;
    margin: 1px 0;
    outline: 0 none;
    padding: 4px 20px 4px 5px;
    width: 100% !important;
    height:26px;
}
.chzn-container .chzn-results { max-width: 100%; }
.chzn-container-single .chzn-single div b { background: url('../image/customSelect-arrow.png') no-repeat 0 15px!important; }
.chzn-container .chzn-results li { color:#000; } 
.thanks a { color: #ffd40d; }
.thanks li { padding-left: 0; }
.error_msg {
    background: url("../image/error_pattern.png") repeat-x scroll 0 0 #F2D7D7;
    color: #4E4E4E;
    display: none;
    font-size: 16px;
    margin-bottom: 10px;
    min-height: 57px;
    padding-right: 50px;
    padding-top: 20px;
    position: relative;
}
.error_msg .error_close {
    background: url("../image/red_cross.png") no-repeat scroll center center #FFFFFF;
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: 13px;
    top: 25px;
    width: 35px;
}
.error_msg img {
    padding: 10px 15px;
    float:left;
}
.error_msg .error_title {
    font-family: 'Conv_StagSans-Book',Arial,sans;
	padding: 12px 0 0 0;
}
.error_msg p { padding:0 0 15px 15px; }
.inputBox .input_holder .blankInput { border: 1px solid #d2d2d2; }
.airbnb .staticText + .inputBox + .inputBox { margin:0; }
/* Form design */
.simple_landing_page_a .tips .box { width:300px; min-height:200px; text-align:center; float:left; margin:0px; padding:0px; }
.simple_landing_page_a .tips .box.one { background:#ecebeb url(../image/icon-calc.png) 50% 100px no-repeat; }
.simple_landing_page_a .tips .box.two { background:#ecebeb url(../image/icon-chat.png) 50% 100px no-repeat; margin:0px 30px 0px 30px; }
.simple_landing_page_a .tips .box.three { background:#ecebeb url(../image/icon-maxrefund.png) 50% 100px no-repeat; }

.testimonials-new { position:relative; margin:0px; padding:0px; clear:left; background: url(../image/custom_slider_shadow.png) left no-repeat; min-height:340px; margin:0px 0px 0px 0px; padding:30px 0px 0px 30px;}
.testimonials-new h3 {}
.testimonials-new .t-box { width:290px; margin:0px 20px 20px 0px; padding:0px 0px 0px 0px; float:left;}
.testimonials-new .t-box .name { background: url(../image/th-customer.png) left no-repeat; min-height:56px; padding:20px 0px 0px 66px; color:#666; font-family: "StagSansMedium",Tahoma,sans-serif; font-size:20px; }
.testimonials-new .t-box .stars { background: url(../image/simple_lp_a_images/stars.jpg) left no-repeat; height:25px; margin:15px 0px 20px 0px; padding:0px 0px 0px 0px; display:block; }
.testimonials-new .t-box .text { font-size:16px;}
.testimonials-new .t-box .date { font-family: "StagSansMedium",Tahoma,sans-serif; font-size:14px; margin-top:20px;}
:lang(de) .step1 .staticText h3{
  font-size: 26px;
}
.sticky-button {
	
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 20px 0px 20px 0px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
.sticky-button a.back-to-form {
    background: #3da545 url(../image/arrow-top-lp-a.png) 15px 6px no-repeat;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px 10px 50px;
}
.universal-widget-frame-wrapper { padding-left: 150px; }

.block_customerCorner .pageWrapper {
  padding: 40px 0px 63px 0px;
    position: relative;
}
.slider-wrap .next {
    background: url("../image/ui_vertical_sprite.png") no-repeat right -1015px #dddddd;
}
.slider-wrap .prev {
    background: url("../image/ui_vertical_sprite.png") no-repeat 0px -1015px #dddddd;
}
.slider-wrap .prev {
    width: 35px;
    height: 35px;
    font-size: 0;
    text-indent: -99999px;
    position: absolute;
    bottom: 0;
    left: 53px;
    z-index: 4;
}
.slider-wrap .next {
    width: 35px;
    height: 35px;
    font-size: 0;
    text-indent: -99999px;
    position: absolute;
    bottom: 0;
    z-index: 4;
    left: 90px;
}
.block_customerCorner .man_picture {    
    position: absolute;
    right: 0;
    bottom: 0;
    height: 420px;
    width: auto;
}
.block_customerCorner .cust_picture {    
    position: absolute;
    right: 0;
    bottom: 0;
    height: 350px;
    width: auto;
}
.block_customerCorner h3 {
    font-size: 30px;
    padding-left: 35px;
}
.mediaelement_image {
    overflow: hidden;
    width: 83px;
    height: 68px;
    float: left;
    margin: 0px 25px 0px 0px;
    display: inline-block;
}
.testimonials_type_1 .mediaelement_image {
    width: 55px;
    height: 55px;
    margin-bottom: 11px;
}
.testimonials_type_1 .mediaelement_title {
    font-family: 'Conv_StagSans-Book', Arial, sans;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 21px;
}
.testimonials_type_1 .mediaelement_title {
    max-height: 46px;
    line-height: 23px;
    color: #4D4D4D !important;
    float: left;
    width: 180px;
}
.testimonials_type_1 .mediaelement_content {
    clear: both;
    max-height: 80px;
    line-height: 16px;
}
.review_rating, .review_rating.fill {
    background: transparent url('../image/sprite-rating.png') 0 0 repeat-x;
    width: 125px;
    height: 25px;
    position: relative;
    overflow: hidden;
}
.review_rating.fill {
    background-position: 0 -50px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.reviewRating.none {
    float: none;
    clear: both;
    margin-bottom: 10px;
}
.slider-wrap h4, .slider-wrap .postdate {
    font-family: 'Conv_StagSans-Book', Arial, sans;
    color: #000;
    font-size: 14px;
    margin-top: 12px;
}
.slider-wrap li img {
    margin: 0 30px 0 0;
}
.slider-wrap {
  padding-left: 50px;
  padding-bottom: 0;
  height: 150px;
  position: relative;
  background-color: #fefefe;
}

.slider-wrap .caroufredsel_wrapper {
    max-width: 580px!important;
}
.no-picture .slider-wrap .caroufredsel_wrapper {
    max-width: 100%!important;
    width: 100%!important;
}

.three-customers-slides .slider-wrap .caroufredsel_wrapper {
    max-width: 100% !important;
}
.three-customers-slides .slider-wrap .caroufredsel_wrapper ul li {
    width: 275px;
}
.slider-wrap .caroufredsel_wrapper,
.slider-wrap .caroufredsel_wrapper ul {
    max-width: none;
  min-height: 180px;
  padding-bottom: 20px;
}
.slider-wrap .caroufredsel_wrapper li {
  margin-right: 30px;
}
.slider-wrap .prev {
  width: 35px;
  height: 35px;
  font-size: 0;
  text-indent: -99999px;
  position: absolute;
  bottom: 0;
  left: 35px;
  z-index: 4;
}
.slider-wrap .next {
  width: 35px;
  height: 35px;
  font-size: 0;
  text-indent: -99999px;
  position: absolute;
  bottom: 0;
  z-index: 4;
  left: 75px;
}
.left_shadow {
    position: absolute;
    top: 10px;
    left: -12px;
    background: url(../image/custom_slider_shadow.png) no-repeat top left;
    width: 13px;
    height: 337px;
    z-index: 9;
}
.slider-wrap ul {
  height: 290px;
  background-color: #fefefe;
  overflow: hidden;
}
.slider-wrap li {
  list-style: none;
  float: left;
  width: 290px;
  background: none;
  padding-right: 0;
}
.slider-wrap li img {
  margin: 0 30px 0 0;
}
.slider-wrap p {
  margin-top: 20px;
}
.slider-wrap h3,
.slider-wrap .person_name,
.slider-wrap .slide_heading {
  font-family: 'Conv_StagSans-Book', Arial, sans;
  color: #000 !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
.slider-wrap .slide_heading {
  font-size: 21px;
}
.slider-wrap h4,
.slider-wrap .postdate {
  font-family: 'Conv_StagSans-Book', Arial, sans;
  color: #000;
  font-size: 14px;
  margin-top: 12px;
}
.slider-wrap {
  /*padding-left: 60px;*/
  padding-left: 35px;
  height: 300px;
}
.slider-wrap ul {
  width: 650px;
  height: 260px!important;
}
.slider-wrap li {
  background: none;
  width: 280px;
  padding-right: 20px;
    padding-left: 0;
}
.slider-wrap .prev,
.slider-wrap .next {
  bottom: -20px;
}

.readmore .read_more_link { cursor: pointer; text-decoration: underline; }
.mediaelementPopup > img { float: left; margin: 0 15px 15px 0; }
.mediaelementPopup h3 { position: relative; top: 10px; }
.mediaelementPopup .popNewcontent { clear: both; }

.eng-mb-banner {
    margin-bottom: 4.5em;
}

.popUp {
    position: absolute;
    display: none;
    left: 50%;
    margin-left: -476px;
    z-index: 8;
    width: 952px;
    min-height: 220px;
    background: #393A3C;
    filter: alpha(opacity=85);
    background: rgba(0, 0, 0, 0.75);
    border-radius: 10px;
}

.testimonialsPop .popUp {
    width: 700px;
    margin-left: -350px;
    top: 0%;
    margin-top: 80px;
    z-index: 50;
    padding: 20px;
    min-height: 100px;
    font-size: 14px;
}
.popUp .closeBut {
    background: url('../image/common_ui_sprite.png') -360px -60px no-repeat;
}
.popUp .closeBut {
    position: absolute;
    top: -20px;
    width: 45px;
    height: 44px;
    right: -20px;
}
.testimonialsPop { position: relative; }
.testimonialsPop .popUp .popContent {
    background-color: #fff;
    padding: 15px;
    color: #868686;
}
.popContent.mediaelementPopup {
    line-height: 18px;
}
.testimonialsPop .popUp .popContent h3 {
    font-family: 'Conv_StagSans-Book', Arial, sans;
    color: #000 !important;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}
.testimonialsPop .popUp .popContent .popNewcontent {
    clear: both;
    padding-top: 10px;
}
.testimonialsPop .popUp .popContent h4 {
    font-family: 'Conv_StagSans-Book', Arial, sans;
    color: #000;
    font-size: 14px;
    margin-top: 12px;
}
.popUp .nextArrow {
    background: url(../image/text-slider-arrows.png) -35px 0 #dddddd;
    width: 35px;
    height: 35px;
    font-size: 0;
    text-indent: -99999px;
    float: right;
    margin-left: 2px;
}
.popUp .prevArrow {
    background: url(../image/text-slider-arrows.png) 0 0 #dddddd;
    width: 35px;
    height: 35px;
    font-size: 0;
    text-indent: -99999px;
    float: right;
    margin-left: 2px;
}
.group {
    display: block;
    overflow: hidden; 
}
.checkbox {
  background: #fff;
  font-size: 0;
  text-indent: -99999px;
  width: 22px;
  height: 22px;
  border: 1px solid #d2d2d2;
  display: block;
  float: left;
  margin-right: 15px;
}
.checkbox+span{float:left;margin-top: -23px;  margin-left: 31px;font-size: 14px; width: calc(100% - 40px);}
.checkbox+span a { color: #fde905; }
.checkbox+span a:hover { text-decoration: underline; }
.checkbox.active {
  background: url(../image/radio_but.png) no-repeat center center #ffffff;
}
.checkbox input {
  display: none!important;
}
/*p1425*/
.simple_landing_page_a .p1425 .tips .box {min-height: 250px; background-position: 50% 150px;}

.simple_landing_page_a .btn {
    background-color: #99d9ea;
    color: #fff;
    display: inline-block;
    padding: 15px 5px;
    text-decoration: none;
}
.simple_landing_page_a .btn:hover {
    background-color: #81b9c8;
}
#form_544 button {margin-top:20px;}

.youtube-player {
  position: relative;
  padding-bottom: 65%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: transparent;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all;
}

.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("../image/youtube-play.png") no-repeat;
  cursor: pointer;
  display: none;
}

/* Responsive styles */

@media (max-width: 999px) {
    .block_customerCorner .caroufredsel_wrapper {
        margin: 0 !important;
    }
    .block_customerCorner .man_picture { display: none; }
    .block_customerCorner .cust_picture { display: none; }
    
    .container-frame { position: static; }
    .container-frame > iframe { float: none!important; }
    .main p.refund-disclaimer { float: none; }
	.universal-widget-frame-wrapper { padding-left: 0px; }
	.layout { margin: 0 auto; max-width: 960px; width: 100%; padding:0px 10px 0px 10px; }
	.container, .v2 .container, .j1-lp .container { width:100%; margin-top:40px; }
	.container .apply { width:100%; background-color:#3da545; margin:0px 0px 30px 0px; padding:30px; color:#fff; position: static; }
	.container p.refund-disclaimer { text-align:left; font-style:italic; font-size:14px; color:#777777; margin:30px 0px 30px 0px; max-width: 100%; padding:0px 0px 0px 0px; width:100%; position: static; }	
	.container-canada { width:100%; margin-top:40px; position:relative; top:auto; }
	.container-canada .apply { width:100%; background-color:#3da545; margin:0px 0px 0px 0px; padding:30px; color:#fff; }
	.container-canada p.refund-disclaimer { text-align:left; font-style:italic; font-size:14px; color:#777777; margin:30px 0px 30px 0px; padding:0px 0px 0px 0px; width:100%; }	
	.simple_landing_page_a  .tips { margin:0px 0px 0px 0px; padding:60px 0px 0px 0px; overflow:hidden; clear:both; } 
  .simple_landing_page_a  .tips .box { width:100%; height:auto; text-align:center; margin:0px; padding:0px; float:none; }
  .simple_landing_page_a  .tips .box.two { margin:40px 0px 40px 0px; }

    .j1-lp.main > div > ul { width: 100%; }
    .j1-lp .layout { margin: 0 auto; max-width: 960px; width: 100%; padding:0px 10px 0px 10px; }
    .j1-lp .container p.refund-disclaimer { text-align:left; font-style:italic; font-size:14px; color:#777777; margin:30px 0px 30px 0px; padding:0px 0px 0px 0px; max-width:100%; }
    .j1-lp.header .layout .text { position:relative; bottom:0px; left:0px; text-align:center; padding:15px 10px 20px 10px; background-color:#000;}
    .j1-lp.header h1:first-of-type { font-family: "StagSansBold",Tahoma,sans-serif; font-size:36px; line-height:40px; color:#fff; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; max-width:960px; float:none;}
    .j1-lp.header a { background: #1d9ad6 url(../image/simple_lp_a_images/j1-arrow.png) 15px 10px no-repeat; color:#fff; font-family: "StagSansMedium",Tahoma,sans-serif; font-size:25px; margin:10px 0px 0px 0px; padding:20px 15px 20px 70px; float:none; clear:both; text-decoration:none; cursor:pointer; display:inline-block; }

    .testimonials-new .t-box { width:100%; margin:0px 20px 20px 0px; padding:0px 0px 0px 0px; float:left;}  
    
  .main ul, .main ul.first { margin:0; }
  .main.v2 ul.first { margin:0 0 30px 0; }
  .main ul {
    width: 100%;
}
    .testimonialsPop .popUp { 
        margin-left: -225px;
        padding: 10px;
        top: -10px;
        width: 415px;
    }

    /* .header.v33,
    .header.v34,
    .header.v35 { margin: 0; }
    .main.v33,
    .main.v34,
    .main.v35 { margin: 0; }
    .main.v33 .layout,
    .main.v34 .layout,
    .main.v35 .layout { display: flex; flex-direction: column }
    .main.v33 .layout > *,
    .main.v34 .layout > *,
    .main.v35 .layout > * { order: 2; }
    .main.v33 .form-background,
    .main.v34 .form-background,
    .main.v35 .form-background { margin-top: 0; order: 1; }
    main.v33 .container .apply,
    main.v33 .container p.refund-disclaimer { position: static; }
    main.v35 > .layout > .container { position: static; } */


    .header { margin: 0; }
    .main{ margin: 0; }
    .main .layout { display: flex; flex-direction: column }
    .main .layout > * { order: 2; }
    .main .form-background { margin-top: 0; order: 1; }
    main .container .apply,
    main .container p.refund-disclaimer { position: static; }
    main > .layout > .container { position: static; }
}

@media (max-width: 560px) {
  .tb-video iframe { max-width:500px; max-height:281px; margin:30px 0px 0px 0px; padding:0px 0px 0px 0px; vertical-align:bottom; }

}

@media (max-width: 480px) {
    .testimonialsPop .popUp {
        margin-left:-138px;
        padding:10px;
        width:255px;
        top:-10px;
    }
    .simple_landing_page_a .tips .box.two { margin: 0; }
    .header h1:first-of-type { font-family: "StagSansMedium",Tahoma,sans-serif; font-size:26px; color:#333; padding:0px 0px 0px 0px; margin:10px 0px 0px 0px; line-height:28px; }
    .header h1{ font-family: "StagSansLight",Tahoma,sans-serif; font-size:20px; color:#333; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; font-weight:normal; }

	.tb-video iframe { max-width:450px; max-height:253px; margin:30px 0px 0px 0px; padding:0px 0px 0px 0px; vertical-align:bottom; }

	.main ul h3 { font-family: "StagSansMedium",Tahoma,sans-serif; font-size:20px; color:#333; font-weight:normal; }

	.container .apply h3 { font-family: "StagSansMedium",Tahoma,sans-serif; font-size:26px; color:#fde905; font-weight:normal; border-bottom: solid 1px #9ed2a2; margin:0px 0px 30px 0px; padding:0px 0px 30px 0px; }

	.tips h3 { font-family: "StagSansMedium",Tahoma,sans-serif; font-size:20px; color:#fff; font-weight:normal; background-color:#1d9ad6; text-align:center; padding:12px 20px 12px 20px; margin:0px; }
	.tips .box.one,.tips .box.two, .tips .box.three { display:none; }
	.box-wrapper > .tips .box.one,.box-wrapper > .tips .box.two,.box-wrapper > .tips .box.three { display:block; }
	.tips p.animated { margin:-30px 0px 0px 0px; padding:0px 0px 0px 0px; text-align:center; display:block;}	

	.footer .layout span.left { width:100%; text-align:center; }													
    .footer .layout span.right { width:100%; text-align:center; }
    
    header.lang .dropdown ul { position: static; }
}

@media (max-width: 420px) {
  .tb-video iframe { max-width:360px; max-height:202px; margin:30px 0px 0px 0px; padding:0px 0px 0px 0px; vertical-align:bottom; }
}

/* Cookie consent */
.cc-change {
  max-width: 230px;
  height: 55px;
  margin: 30px auto;
  padding: 15px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  background: #c94e38;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 12%), 0 2px 2px rgb(0 0 0 / 12%), 0 4px 4px rgb(0 0 0 / 12%), 0 8px 8px rgb(0 0 0 / 12%), 0 16px 16px rgb(0 0 0 / 12%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 12%), 0 2px 2px rgb(0 0 0 / 12%), 0 4px 4px rgb(0 0 0 / 12%), 0 8px 8px rgb(0 0 0 / 12%), 0 16px 16px rgb(0 0 0 / 12%);
  text-decoration: none;
  -webkit-transition: ease .5s;
  -o-transition: ease .5s;
  transition: ease .5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cc-change:hover {
  background: #a03e2c;
  color: #ffffff;
  text-decoration: none;
}
.cc-change > img {
	margin-right: 10px;
}