@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');




body, body * {max-height: 1000000px;}
body{
	min-width:320px;
	margin:0;
	color:#464646;
	font:16px/20px 'Roboto', sans-serif;
	background:#005EB8;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: none;
}
img{
	vertical-align:top;
	border-style:none;
}
a{
	text-decoration:none;
	color:#1887bc;
}
a:hover{text-decoration:underline;}
a:active{background-color: transparent;}
strong{
	font-family:'Roboto', sans-serif;
	font-weight:700;
}
.hidden{
	opacity:0;
	position:absolute;
	width:0;
	left:0;
	clear:both;
}
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
	outline:none;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
input[type="search"] {
	-webkit-appearance: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="submit"],
textarea {
	-webkit-appearance: none;
	border-radius: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline:none;
}
textarea {overflow: auto;}
input[type="submit"],
button {cursor: pointer;}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border: 0;
}
::-webkit-input-placeholder {color: #000;}
:-moz-placeholder {color: #000;}
::-moz-placeholder {
	color: #000;
	opacity: 1;
}
:-ms-input-placeholder {color: #000;}


#wrapper{
	width:100%;
	overflow:hidden;
	position:relative;
	padding:32px 0;
}
.container {
	max-width:896px;
	padding:26px 26px 0;
	margin:0 auto;
	background:#fff;
  border-radius: 16px;
  overflow: hidden;
	/* Removed border and box-shadow */
}

.container:after{
	content:'';
	display:block;
	clear:both;
}
#header{
	overflow:hidden;
	position:relative;
	padding:0 0 16px;
	border-bottom: none;
}
#header::after {
	/*
	content: '';
  display: block;
  position: fixed;
  top: calc(120px + 16px);
  left: 0;
  width: 100vw;
  height: 5px;
  background-color: #005EB8;
  z-index: 1000;
	*/
}

.logo{
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}
.logo.add{
	left:auto;
	right:0;
}
#header .slogan-holder{
	padding:7px 10px;
	height:70px;
	text-align:center;
}
#header .slogan-holder .hold{
	display:table;
	width:100%;
}
#header h1{
	font:24px/30px 'Roboto', sans-serif;
	font-weight:700;
	color:#005EB8;
	margin:0;
	display:table-cell;
	vertical-align:middle;
}
#main{
	padding:15px 0 0;
}
#main h1{
	font:36px/40px 'Roboto', sans-serif;
	font-weight:700;
	text-align:center;
	margin:0 0 18px;
}
#main p{margin:0 0 24px;}
#main p em{font-style:italic;}
.text-box{
	padding:10px 15px 13px;
	margin:0 0 24px;
	background:#ececec;
	border:3px solid #636363;
	border-radius: 12px;
}
.text-box h2{
	font:normal 14px/17px 'Roboto', sans-serif;
	font-weight:700;
	text-align:left;
	margin:0 0 -8px;
}
#main .text-box p{margin:17px 0 0;}
#main .text-box p:first-child{margin-top:0;}
.text-box address{
	display:block;
	padding:17px 0 0 39px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-style:normal;
}
.text-box address a{color:#464646;}
.error-box{
	padding:10px 15px;
	margin:0 0 24px;
	background:#fcc;
	border:3px solid #ff0b0b;
  border-radius: 12px;
}
.error-box .title{
	display:block;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
}
.error-box ul{
	padding:0 0 6px 19px;
	margin:0;
	list-style:none;
	margin-top: 6px;
}
.error-box ul li{
	background:url(../images/bullet1.png) no-repeat 0 6px;
	padding:0 0 0 11px;
}
.form-block{
	border:3px solid #636363;
	background:#fff;
	overflow:hidden;
	margin:0 0 24px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	font-weight: normal !important;
	border-radius: 12px;
}
.form-holder{
	overflow:hidden;
	margin:0 -1px;
}
.form-block .row, .form-block .row2 {
	border-top: 2px solid #333;
	margin:0 -1px;
	position:relative;
	overflow:hidden;
}
.row-hidden{
	display:none;
}
/*
.form-block .row-frame-hold .row:first-child{
	border-top:3px solid #d7d7d7;
}
*/
.row-frame-hold{display:none;}
.form-block .row-frame-hold .row:first-child .del{
	visibility:hidden;
}
.form-block .row:first-child{
	border-top:none;
}
.form-block .col{
	width:100%;
	min-height:57px;
	float:left;
	position:relative;
	border:1px solid #333;
	border-width:0 1px;
	overflow:hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-block .col2{width:50%;}
.form-block .col3{width:33%;}
.form-block .col3:last-child{width: 34%; border-right:0;}
.form-block .col4{width:25%;}
.form-block .col4:last-child{border-right:0;}
.form-block .col01{width:28%;}
.form-block .col02{width:32%;}
.form-block .col03{width:27%;}
.form-block .col04{width:13%;}
.form-block .col.col-decor{
	float:none;
	overflow:hidden;
	width:auto;
}
.form-block .row:has(a.del) {
	border-top: none;
}

.form-block .form-holder:has(.add.hidden) .pay_selectdiv[style="display: none;"] + .pay_selectdiv[style="display: block;"] {
	border-top: none;
}

.form-block .label{
	display:block;
	padding:5px 8px 0;
	margin:0 0 -2px;
	font:14px/18px Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-transform:uppercase;
}
.form-block .label label{
	display:block;
	margin:0 -4px 0 0;
}
.required-ico{
	display:none;
	position:absolute;
	top:8px;
	right:8px;
	z-index:20;
	background:url(../images/ico1.png) no-repeat;
	width:8px;
	height:8px;
	text-indent:-9999px;
	overflow:hidden;
	background-size: cover;
}
.form-block .required .required-ico{display:block;}
.form-block .input-box{
	float:left;
	overflow:hidden;
	position:relative;
	width:100%;
	height:36px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-block input[type="text"],
.form-block input[type="email"],
.form-block input[type="password"],
.form-block input[type="search"],
.form-block textarea{
	background:none;
	border:none;
	width:100%;
	height:36px;
	float:left;
	margin:0;
	padding:5px 8px 5px;
	font:18px/26px Arial, Helvetica, sans-serif;
	font-weight: 500;
	color:#000;
	outline:none;
	box-shadow:none;
}
.form-block input.expiration-date.hover{font:22px Arial, Helvetica, sans-serif;}
.form-block input.date-bth.hover{font-family: Arial, Helvetica, sans-serif;}
.form-block input.expiration-date::-webkit-input-placeholder,
.form-block input.date-bth::-webkit-input-placeholder {color: #969696;}
.form-block input.expiration-date::-moz-placeholder,
.form-block input.date-bth::-moz-placeholder {color: #969696;}
.form-block input.expiration-date::-ms-input-placeholder,
.form-block input.date-bth:-ms-input-placeholder {color: #969696;}
.form-block .col.active,
.form-block .col:hover,
.form-block .row-holder:hover{
	background:#ececec;
}
.form-block .row.add-row > .col.cols2:hover{background:none;}
.form-block.inner .col:hover,
.form-block.inner .row-holder:hover{background:none;}
.form-block .row-holder.add:hover .col{background:none;}
.form-block .row-holder.add:hover .col02{background:#ececec;}
.form-block .error.col,
.form-block .error .col{
	background:#fcc !important;
}
.form-block .error .required-ico,
.form-block .error.required .required-ico{
	background:url(../images/ico2.png) no-repeat 3px 0;
}
.row-textarea textarea{
	width:100% !important;
	height:113px !important;
	max-height:113px !important;
	overflow:auto;
	resize:none;
}
.textarea-box textarea{
	width:100% !important;
	height:88px !important;
	max-height:88px !important;
	overflow:auto;
	resize:none;
}
.row-textarea .label{
	margin:0;
	padding-bottom:5px;
}
.check-list{
	padding:6px 5px 5px 8px;
	margin:0;
	list-style:none;
	overflow:hidden;
}
.check-list li{
	float:left;
	min-width:85px;
	margin:0 5px 0 0;
}
.check-list label{
	font-family:'Roboto', sans-serif;
	font-weight: 500;
	text-transform:uppercase;
}
.check-list input[type="checkbox"]{
	opacity:0;
	position:absolute;
	z-index:1;
}
.row-holder{position:relative;}
.row.add-row > .col01{
	position:static;
	white-space:nowrap;
}
.row-holder .col{
	border:none;
	position:static;
	white-space:nowrap;
}
.form-block .col.block-hold{
	width:50% !important;
	float:left !important;
	border-top:0 !important;
	border-left-width:2px;
	border-right-width:0 !important;
}
.form-block .col.block-hold:first-child {
	border:0;
}
.row.add-row .col:after,
.row-holder .col:after{
	content:'';
	display:inline-block;
	height:100%;
	width:1px;
	overflow:hidden;
	margin:0 0 0 -1px;
	vertical-align:middle;
}
.form-holder .row.add-row .col3 {
	border-right:0 !important;
}
.row.add-row .col .holder,
.row-holder .col .holder{
	width:100%;
	vertical-align:middle;
	display:inline-block;
	white-space:normal;
}
.row-holder .col01{width:66%;}
.row.add-row .col01{width:67%;}
.row.add-row .col3{width:33%;}
.row-holder .col02{width:34%;}
.row-holder.add .col{
	border:1px solid #333;
	border-width:0 1px;
}
.row.add-row .col .holder label,
.row-holder label{
	padding:11px 20px 10px 10px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
}
.row-holder label strong{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:700;
}
.row-holder .check-list {
	padding:0 0 0 61px;
}
.row-holder .check-list li {
	min-width:104px;
}
.row-holder .check-list label {
	padding: 4px 0 4px 28px;
}
.row-holder.add .select-area .center {
	padding: 15px 36px 16px 12px;
}
.row-holder.add .select-area .center:after {
	top:15px;
}
.row-frame .col01{width:50%;}
.row-frame .col02{width:25%;}
.row-frame .check-list{padding:6px 5px 0 15px;}
.row-frame .check-list li{
	float:none;
	margin:0 0 4px;
}
.row-credit .col01{width:22%;}
.row-credit .col02{width:28%;}
.row-credit .col03{width:13%;}
.row-credit .col04{width:8%;}
.row-credit .col05{width:29%;}
.edit-row .col01{width:50%;}
.edit-row .col02{width:25%;}
.edit-row .col03{width:25%;}
.edit-row .col04{
	display:none;
	text-align:center;
}
.edit-row.active .col01{width:38%;}
.edit-row.active .col02{width:25%;}
.edit-row.active .col03{width:25%;}
.edit-row.active .col04{
	display:block;
	width:12%;
}
.row.edit-row .heading {
	background-color: #005EB8;
	color: #fff;
	padding: 10px 14px;
	margin: 0;
	border-radius: 4px 4px 0 0;
  }

  .row.edit-row .heading h2,
  .row.edit-row .heading .del {
	color: #fff;
}
.img-responsive{
	display:block;
	max-width:100%;
	height:auto;
}
.info-bar{
	padding: 0 14px 0 0;
	margin: -15px 0 0;
}
.info-bar.hidden{
	display:none;
	position:relative;
	width:auto;
	opacity:1.0;
}
.info-bar:after{
	content:'';
	display:block;
	clear:both;
}
.info-text{
	display:block;
	overflow:hidden;
	position:relative;
	padding:0 0 16px 15px;
	font-style:italic;
	text-transform:uppercase;
	font-size: 15px;
}
.info-text .required-ico{
	display:block;
	top:4px;
	right:auto;
	left:0;
}
.add-link {
	float:right;
	background:url(../images/ico5.png) no-repeat 0 1px;
	padding:2px 0 2px 28px;
	margin:-2px 0 0;
	color:#464646;
	background-size: 12px 12px;
	background-position: left 10px center;
	font-size: 15px;
}
.btns-holder{
	padding:6px 0 34px;
	text-align:center;
}
.button{
	display: inline-block;
  min-width: 100px;
  padding: 10px 20px;
  margin: 0 12px;
  border: none;
  border-radius: 8px;
  background-color: #005EB8;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  transition: background-color 0.2s ease, transform 0.1s ease;
  cursor: pointer;
}
.button:hover{
	  background-color: #0070cc;
}
.button:focus {
  outline: 2px solid #003f7d;
  outline-offset: 2px;
}
.button:active {
  transform: scale(0.98);
}
.button span{
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.button.prev span{padding:0 0 0 0;}
.button.prev span:after,
.button.next span:after{

}
.button.prev {
  background-color: #6D6D6D;
  color: #fff;
}

.button.prev:hover {
  background-color: #5a5a5a;
}
.button.next span{padding:0 0 0 0;}
.button.next span:after{
	left:auto;
	right:-1px;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #fffcfc;
}
.button.grey-btn{
	padding: 7px 18px 7px;
	margin: 0;
	/*
	background:#d6d6d6 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZDZkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZTllOWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #d6d6d6 0%, #9e9e9e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#9e9e9e));
	background: -webkit-linear-gradient(top,  #d6d6d6 0%,#9e9e9e 100%);
	background: -o-linear-gradient(top,  #d6d6d6 0%,#9e9e9e 100%);
	background: -ms-linear-gradient(top,  #d6d6d6 0%,#9e9e9e 100%);
	background: linear-gradient(to bottom,  #d6d6d6 0%,#9e9e9e 100%);
	box-shadow:1px 1px 0 #eaeaea inset;
	*/
	color:#fff;
}
.button.grey-btn:hover{
	text-decoration: none;
	/*
	background:#9e9e9e url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllOWU5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #9e9e9e 0%, #d6d6d6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e9e9e), color-stop(100%,#d6d6d6));
	background: -webkit-linear-gradient(top,  #9e9e9e 0%,#d6d6d6 100%);
	background: -o-linear-gradient(top,  #9e9e9e 0%,#d6d6d6 100%);
	background: -ms-linear-gradient(top,  #9e9e9e 0%,#d6d6d6 100%);
	background: linear-gradient(to bottom,  #9e9e9e 0%,#d6d6d6 100%);
	*/
}
.text-holder a{
	color:#464646;
	text-decoration:underline;
}
.text-holder a:hover{text-decoration:none;}
.overlay-area{
	background:url(../images/bg-overlay-area.png);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	display:none;
}
.popup-box{
	width:754px;
	position:absolute;
	top:-9999px;
	left:50%;
	margin:-250px 0 0 -377px;
	z-index:1001;
}
.popup-box.active{top:50%;}
.popup-box > .hold{
	border:2px solid #6d6d6d;
	background:#ececec;
	margin:0 0 40px;
	padding:20px 27px 25px;
}
.popup-box h1{
	font:18px/22px 'Roboto', sans-serif;
	font-weight:700;
	margin:0 0 5px;
}
.popup-box p{margin:0 0 15px;}
.popup-box .form-block{margin:0 0 16px;}
.popup-box .row-holder .check-list{padding:0 0 0 37px;}
.popup-box .row-holder .check-list li{min-width:90px;}
.popup-box .btns-holder{padding:0;}
.info-section{
	border-top:3px solid #333333;
}
.info-section:first-child{border-top:none;}
.info-section:first-child .del{display:none;}
.row-frame-hold .hold{overflow:hidden;}
.row-frame-hold .heading,
.info-section .heading{
	padding: 10px 14px 10px 14px;
	background:#005EB8;
}
.row-frame-hold .heading{padding-bottom:4px;}
.row-frame-hold .heading h2:after,
.info-section .heading:after{
	content:'';
	display:block;
	clear:both;
}
.row-frame-hold .heading h2,
.info-section .heading h2{
	font: normal 14px/20px 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	overflow: hidden;
	margin: 0;
	color: #ffffff;
}
.del {
	float: right;
	text-transform: uppercase;
	padding: 1px 0 0 30px;
	color:#ffffff;
	position: relative;
	background: none;
}
.del:before {
	content: "\00D7";
	position: absolute;
	left: 10px;
	top: 50%;
	translate: 0 -50%;
	font-size: 22px;
	line-height: 16px;
	font-weight: 400;
}
.total-info{
	width:100%;
	border-collapse: collapse;
	padding:0;
}
.total-info th,
.total-info td{
	border-spacing:0;
	padding:0 10px;
	width:30%;
	text-align:right;
}
.total-info th:first-child,
.total-info td:first-child{
	width:70%;
	text-align:left;
}
.total-info th{
	padding: 10px 14px;
	background:#005EB8;
	font:normal 14px/18px 'Roboto', sans-serif;
	font-weight: 500;
	color: #ffffff;
}
.total-info td {
	line-height: 2;
}
.total-info tbody tr:first-child td{padding-top:4px;}
.total-info tbody tr:last-child td{padding-bottom:4px;}
.total-info tfoot td{
	padding: 10px 14px;
	font: normal 20px/22px 'Roboto', sans-serif;
	font-weight: 700;
	border-top: 2px solid #d7d7d7;
}
.item-block{
	margin:0 0 30px;
}
.item-block h2{
	font:normal 18px/20px 'Roboto', sans-serif;
	font-weight:700;
	margin:0 0 12px;
}
.list{
	padding:0;
	margin:0 0 12px;
	list-style:none;
}
.list li{
	padding:0 0 3px 22px;
	background:url(../images/ico3.png) no-repeat 0 4px;
}
.listerror{
	padding:0;
	margin:0 0 12px;
	list-style:none;
}
.listerror li{
	padding:0 0 3px 22px;
	background:url(../images/ico6.png) no-repeat 0 4px;
}
.item-block .row-holder .col01{width:71%;}
.item-block .row-holder .col02{width:29%;}
.item-block .row-holder label{padding:5px 10px;}
.item-block .button{margin:0 10px 0 5px;}
.info-table{
	border:3px solid #636363;
	overflow:hidden;
	margin:0 0 20px;
	border-radius: 12px;
}
.info-table .col{
	float:left;
	width:50%;
	border-left:2px solid #636363;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.info-table .col:first-child{border:none;}
.info-table h2{
	font:normal 14px/20px 'Roboto', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	margin:0;
	padding: 10px 14px;
	background:#005EB8;
	color: #ffffff;
}
/*
.info-table .col-holder.inner h2 {
	padding-top:6px;
}
*/
.info-table .holder {padding:4px 14px 4px 8px;}
.info-table table{
	width:100%;
	padding:0;
	border-collapse:collapse;
}
.info-table table td {
	width:40%;
	padding:0;
	border-spacing:0;
	text-align:right;
}
.info-table table td:first-child{
	width:60%;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	text-align:left;
}
.info-table address{
	display:block;
	margin:0 0 27px;
	font-style:normal;
}
.info-table p{margin:0 0 2px !important;}
#footer{
	background: #fff;
	color: #005EB8;
	padding: 16px 0px 24px;
	margin: 0;
	font: 14px/18px 'Roboto', sans-serif;
	font-weight: 500;
	border-radius: 0;        /* Just in case it was rounded separately */
}
#footer .links{
	padding:0;
	margin:0;
	list-style:none;
	float:right;
}
#footer .links li{
	float:left;
	margin:0 0 0 10px;
}
#footer .links a{color:#005EB8;}
#footer .links a:hover{text-decoration:underline;}
#footer p{
	margin:0;
	overflow:hidden;
}
/* hide original element */
.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important; /* change to right: -9999px on RTL sites */
}
/* custom radio styles */
.check-list .custom-checkbox {
  position: relative;
  padding: 4px 0px 4px 28px;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  cursor: pointer;
  z-index: 1;
}

.check-list .custom-checkbox::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #333;
  border-radius: 4px;
  background-color: #fff;
  z-index: -1; /* ensures it sits behind the label text */
}

.check-list .custom-checkbox.checked::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 7px;
  width: 6px;
  height: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


.check-list label {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  cursor: pointer;
  padding-left: 30px; /* gives room for the checkbox box */
  position: relative;
}

.check-list .custom-checkbox:hover {
  border-color: #0070cc;
}

/* custom select styles */
.select-area {
	background:none;
	position: relative;
	overflow: hidden;
	cursor: default;
	width: 100% !important;
	height: 36px;
	float: left;
	font: 18px/26px 'Roboto', sans-serif;
	font-weight: 500;
	text-transform:uppercase;
	color:#000;
}
.row.add.hover .select-area.hover,
.select-area.hover{
	font-family:'Roboto', sans-serif;
	font-weight: 500;
	line-height:26px;
}
.row.add.hover
.select-area.hover,
.select-area.hover {
	color:#969696;
}
.select-area.select-large {
	height:57px;
}
.select-area .center {
	white-space: nowrap;
	display: block;
	overflow: hidden;
	position: relative;
	padding: 5px 36px 5px 8px;
	text-overflow: ellipsis;
}
.select-area .center:after {
	content:"";
	position:absolute;
	right:0;
	top:5px;
	z-index:10;
	background:url(../images/bg-select.png) no-repeat;
	width:67px;
	height:31px;
}
.form-block .row-holder:hover .select-area .center:after,
.form-block .col:hover .select-area .center:after,
.form-block .col.active .select-area .center:after{background:url(../images/bg-select-hover.png) no-repeat;}
.form-block .col.error:hover .select-area .center:after,
.form-block .col.error.active .select-area .center:after,
.col.error .select-area .center:after{background:url(../images/bg-select-error.png) no-repeat !important;}
.select-area .select-opener {
	position: absolute;
	height: 0;
	width: 0;
	right:18px;
	top: calc(50% + 3px);
	border: solid transparent;
	border-color: rgba(158, 158, 158, 0);
	border-top-color: #787777;
	border-width: 7px 6px 0;
	margin:-7px 0 0;
	z-index:101;
}
.select-options {
	position: absolute;
	overflow: hidden;
	background: #fff;
	z-index: 2000;
}
.select-options .drop-holder {
	border: 1px solid #d7d7d7;
	overflow: hidden;
	height: 1%;
}
.select-options ul {
	list-style: none;
	height:260px;
	padding: 0;
	margin: 0;
	font:16px/18px 'Roboto', sans-serif;
	text-transform:none;
}
.select-options ul li {
	width: 100%;
	float: left;
}
.select-options ul a {
	text-decoration: none;
	padding: 10px 10px;
	display: block;
	cursor: default;
	color: #000;
	height: 1%;
}
.select-options .item-selected a {
	text-decoration: none;
	background: #969696;
	color: #fff;
}
/* txt-frame */
.txt-frame{
	border: solid #636363;
	border-width: 3px 3px 0;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
}
.area-ttl{
	background:#005EB8;
	overflow:hidden;
	padding: 10px 14px;;
}
.area-ttl h2{
	margin:0;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:normal;
	font-size: 14px;
	line-height: 18px;
	padding: 0;
}
.txt-frame .holder-txt{
	padding: 9px 9px 4px;
	height:300px;
	overflow:auto;
}
.txt-frame .holder-txt p{
	margin:0 0 8px;
	font-size:14px;
	line-height:17px;
}
#cover {position: fixed; height: 100%; width: 100%; top:0; left: 0; background: #ececec; z-index:9999;}

.txt-frame + .form-block {
    border-radius: 0 0 12px 12px;
}

.landing-img {
	width: 48%;
	float: left;
	margin-bottom: 30px;
}

.landing-img img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.landing-list {
	width: 48%;
	float: right;
	margin-bottom: 30px;
}
.landing-list h3 {
	margin: 0 0 20px 0;
}
.landing-list ul {
	list-style: none;
	padding: 0;
}
.landing-list ul li {
	background: url('../images/ico3.png') no-repeat left 4px;
	padding-left: 20px;
	margin-bottom: 5px;
}
.clear {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	height: 0;
	width: 0;
	clear: both;
}
.pay_selectdiv {
	display: none;
}
.ach_example {
	text-align: center;
	margin-bottom: 20px;
}
.ach_example img {
	display: inline-block;
	vertical-align: bottom;
	height: auto;
	max-width: 100%;
}

/* responsive styles */
@media only screen and (max-width: 959px){
	#wrapper{padding:0;}
	.row.add-row label,
	.row-holder label,
	/*.form-block .label label{font-size:10px;}*/
	.check-list{
		padding:6px 5px 5px 8px;
		font-size:12px;
	}
	.check-list li{min-width:70px;}
	.check-list .rad-area{margin:0 5px 0 0;}
	.row-holder .check-list{padding:0;}
	#main{min-height:1px !important;}
	.container {
		border-radius: 0;
	}
}
@media only screen and (max-width: 767px){
	.popup-box.active{top:290px;}
	.popup-box{
		left:0;
		margin:0;
		width:100%;
	}
	.container{
		border:none;
		padding:15px 15px 0;
	}
	#header{min-height:1px !important;}
	.logo,
	.logo.add{
		float:none;
		position:relative;
		top:auto !important;
		left:auto;
		display:block;
		margin:0 0 10px !important;
		text-align:center;
	}
	#header .slogan-holder,
	#header .slogan-holder .hold{height:auto !important;}
	#header .slogan-holder{padding:7px 10px !important;}
	.form-block .row{border:none;}
	.form-block .col{
		width:100% !important;
		border-top:3px solid #333;
	}
	.form-block .row:first-child .col:first-child{border-top:none;}
	.form-block .row-holder{border-top:3px solid #333;}
	.form-block .row-holder .col{border:none;}
	.check-list li,
	.row-holder .check-list li{
		min-width:120px;
	}
	.row-holder label br{display:none;}
	.row-holder .check-list{padding:0 10px;}
	.button{margin:0 10px;}
	.add-link{
		display:inline-block;
		vertical-align:top;
		float:none;
		margin:0 0 10px;
	}
	.total-info th{
		font-size:12px;
		line-height:14px;
	}
	.item-block .row-holder .col02{text-align:center;}
	.item-block .button{margin:0;}
	.info-table .col{
		float:none;
		width:auto;
		border:2px solid #333;
		border-width:2px 0 0;
	}
	.info-table .holder{padding:10px;}
	#footer{padding:7px 26px;}
	#footer .links{
		float:none;
		overflow:hidden;
	}
	#footer .links li{
		float:none;
		margin:0 0 5px;
	}
	.landing-list, .landing-img {
		width: 100%;
		float: none;
	}

	/*/*/

	.row.add-row .col .holder label,
	.row-holder label {
		padding-bottom: 10px;
	}
	.row.add-row label,
	.row-holder label,
	.form-block .label label {
		font-size: 12px;
	}
	.form-block .col {
		height: auto !important;
		min-height: unset;
	}
	.row-holder .check-list {
		padding-top: 0px;
		padding-bottom: 14px;
	}
	.button.grey-btn {
		margin: 10px 10px 15px 10px;
	}

	/*/*/

	.txt-frame + form.form-block {
		border-top-color: #333333;
	}

	/*/*/

	.form-block .form-holder:has(.add.hidden) .pay_selectdiv[style="display: none;"] + .pay_selectdiv[style="display: block;"] .col:first-child {
		border-top: none;
	}
}
