﻿@charset "utf-8";
/* Base form CSS sheet
  --------------------------------
  Should you require some additional tweaks to your form, create a specific sheet
  rather than clutter this one!
*/

select::-ms-expand {
    display: none;
}

textarea, input,select,button { 
    outline: none;     
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.clearFloat {
	clear: both;
}

.asterisk {
	color: #ff0000;
	white-space: nowrap;
}

.nobr {
	white-space: nowrap;
}

.toolTip {
	display: inline-block;
	font-size: 20px;
	line-height: 25px;
	color: #7c7c7c;
	cursor: pointer;
	vertical-align: middle;
}

	.toolTip:hover {
		color: #000000;
	}

.validation-error {
    /*old .NET forms*/
	margin-top: 4px;
    color: #9F2241;
    font-size: 13px;
    line-height: 15px;
    height: 20px;
}

.form .row.validation-failed.with-footer {
	position: relative;
}

.form .row.validation-failed.with-footer .countdown-text {
	position: absolute;
	right: 20px;
    bottom: 35px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

@media (max-width: 480px) {
	.validation-error {
		padding-bottom: 16px;
	}
}


.form {
	width: 100%;
	background-color: #ffffff;
	color:#000000;
}

	.form ul, .form li {
		padding: 0px;
	}

	.form ul.with-space li {
		margin: 10px 0;
	}

/* NOT REQUIRED USE HEADER AND SUBHEADER CORRECTLY PLEASE
	.form .header-higher {
		padding: 15px;
		margin: 0px;
		font-weight: normal;
		font-size: 16px;
		line-height: 16px;
		background-color: #bebebe;
		margin: 10px 0px;
	}
*/

	.form .header {
		padding: 8px 16px;
		margin-bottom: 32px;
		border-bottom: solid 2px #63666A;
		font-size: 20px;
		line-height: 1.2;
		font-weight: bold;
	}

    .form .header.notice {
        border-bottom: none;
        font-size: 25px;
        margin-bottom: 16px;
    }

	.form .subheader {
		padding: 16px;
		margin-bottom: 32px;
		border-top: solid 2px #9D9D9D;
		border-bottom: solid 2px #9D9D9D;
		font-size: 18px;
		line-height: 1.2;
		font-weight: 600;
	}
	.form .header + .subheader {
		margin-top: -8px;
		border-top: none;
	}
	@media (max-width: 767px) {
		.form .header {
			font-size: 18px;
		}
		.form .subheader {
			font-size: 16px;
		}
	}

	.form .row {
		clear: both;
		padding-bottom: 32px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.form .row.shortest select,
	.form .row.shortest input,
	.form .row.shortest input[type=radio] + label{
		max-width: 164px;
	}

	.form .row.shortest.haft select,
	.form .row.shortest.haft input {
		max-width: 100px;
	}

	.form .row.short {
		max-width: 328px;
	}

	.form .row.shorter .check-box-list,
	.form .row.shorter input {
		max-width: 328px;
	}
	
	.form .row.long {
		max-width: 450px;
	}

	.form .row.longer .radio-as-buttons,
	.form .row.longer input{
		max-width: 490px;
	}

	.form .row.longest input {
		max-width: 520px;
	}

	.form .row.longest .radio-as-buttons label {
		max-width: 245px;
	}

	.form .row.hard-left {
		padding-left: 0;
	}
	.form .row.section,
	.form .row.checkoutControls {
		max-width: 100%;
	}

	.form .row.validation-failed {
		clear: both;
	}
	.form .row.validation-failed .text-node,
	.form .row.validation-failed .note-text,
	.form .row.validation-failed .label,
	.form .row.validation-failed label {
		color: #B00020;
	}

	.form .row .countdown-text {
		text-align: right;
	}

	.form .row.non-bottom{
		padding-bottom: 0;
	}

	@media (max-width: 480px) {
		.form .row {
			padding-left: 0;
			padding-right: 0;
		}
		.form .row.hard-left {
			padding-right: 0;
		}
		.form .row.short,
		.form .row.long {
			max-width: 100%;
			width: 100%;
		}

		.form .row.shortest select,
		.form .row.shortest input {
			max-width: 100%;
			width: 100%;
		}

		.form .row.shortest.haft select,
		.form .row.shortest.haft input {
			max-width: 50%;
		}

		.form .row.shorter .check-box-list,
		.form .row.shorter input {
			max-width: 100%;
			width: 100%;

		}

		.form .row.shortest input[type=radio] + label,
		.form .row.longer .radio-as-buttons,
		.form .row.longer input {
			max-width: 100%;
			width: 100%;
		}

		.form .row.longest input {
			max-width: 100%;
			width: 100%;
		}		
	}

.hidebutton{
    display: none;
}

.action-area {
    margin-top: 10px;
    margin-left: 16px;
}

.form .row.sub {
    position: relative;
}

		.form .row.highlight:not(.sub) ~ .row.sub::before {
			content: '.';
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			border-right: 3px solid #fff381;
			border-bottom: 3px solid #fff381;
			border-left: 3px solid #fff381;
			box-sizing: padding-box;
			pointer-events: none;
		}

		.form .row.highlight:not(.sub) ~ .row:not(.sub) ~ .row.sub::before {
			content: '';
			display: none;
		}

		.form .two-col{
			display: flex;
			clear: both;
		}

		.form .two-col .row.col{
			width: calc(50% - 20px);
			margin-left: 20px;
		}

		.form .two-col .row.col:first-child{
			margin-left: 0;
		}

			.form .two-col .row.col > label,
			.form .row > label, .form .row > .label {
				padding-right: 20px;
				display: block;
				vertical-align: top;
				line-height: 1.4;
				font-weight: bold;
			}
				.form .two-col .row.col > label,
				.form .row > label:first-child,
				.form .row > .label:first-child {
					padding-bottom: 4px;
				}

		.form .row > label.light{
			font-weight: normal;
		}

		.form .row.sub {
			padding: 0px;
			background-color: #fff;
		}

			.form .sub > div {
				padding: 7px 0px 7px 14px;
			}

			.form .row.sub > div.sub > div {
				padding: 7px 0px 7px 40px;
			}

			.form .row.sub label {
				width: 340px;
				padding-right: 10px;
				display: inline-block;
				vertical-align: top;
			}

			.form .row.sub .sub label {
				width: 275px;
				padding-right: 10px;
			}

			.form .row.sub .sub .sub label {
				width: 235px;
				padding-right: 10px;
			}


		.form .row .label {
			display: inline-block;
			padding: 0px 10px 0px 0px !important;
		}   

		.form .row input[type=text] + label,
		.form .row input[type=radio] + label,
		.form .row input[type=checkbox] + label,
		.form .row input[type=number] + label,
		.form .row select + label
		{
			width:auto;
			display:inline;
			margin-left:3px;
			padding-right:0px;
            position: relative;
		}

		.form .row .radioButtonList, .form .row .checkBoxList {
			display: inline-block;
			line-height: 25px;
			vertical-align:top;
		}

        .form .row input[type=radio] {
            width: 24px !important;
            height: 24px;
            visibility: hidden;
            vertical-align: middle;
        }

        .form .row input[type=radio] + label:before {
            content: '';
			border-radius: 50px;
			display: inline-block;
			visibility: visible;
			position: absolute;
			left: -30px;
			width: 20px;
			height: 20px;
			border: solid 2px #999;
        }

		.form .row input[type=radio]:focus + label:before {
			border: 2px solid #0D59FF;
			box-shadow: 0px 0px 0px 3px #0d59ff33;
		}

        .form .row input[type=radio]:checked + label:before {
            border-radius: 50%;
			border-color: #0a0a0a;
			background-image: -o-radial-gradient(#0a0a0a 40%, #fefefe 50%);
			background-image: radial-gradient(#0a0a0a 40%, #fefefe 50%);
        }
		
		/* TODO: remove .radio-as-buttons rules and use the styles from ../form-widgets/radio-as-buttons.css instead */
		.form .row .radio-as-buttons input[type=radio] + label:before {
			display: none !important;
		}
		.form .row .radio-as-buttons {
			display: flex;
		}
		.form .row .radio-as-buttons .note-text {
			margin-top: 5px;
		}
		.form .row .radio-as-buttons .note-text-space {
			display:block;
			margin-top: 10px;
		}

		.form .row .radio-as-buttons input[type=radio] {
			/*width: 0 !important;
			height: 0 !important;
			padding: 0 !important;
			border: none !important;*/
			visibility: visible !important;
			opacity: 0 !important;
			position: absolute;
		}
		.form .row .radio-as-buttons input[type=radio] + label {
			flex: 1 1 1px;
			display: block;
			padding: 16px;
			margin: 4px 0 0;
			border: solid 2px #949494;
			border-left-width: 1px;
			border-right-width: 1px;
			box-sizing: border-box;
			text-align: center;
			font-weight: bold;
			cursor: pointer;
			transition: all 250ms;
		}
		.form .row.validation-failed .radio-as-buttons input[type=radio] + label {
			border-color: #B00020;
			background-color: rgba(176,3,32,0.1);
		}
		.form .row .radio-as-buttons input[type=radio]:first-child + label {
			border-top-left-radius: 4px;
			border-bottom-left-radius: 4px;
			border-left-width: 2px;
		}
		.form .row .radio-as-buttons input[type=radio] + label:last-child {
			border-top-right-radius: 4px;
			border-bottom-right-radius: 4px;
			border-right-width: 2px;
		}
		.form .row .radio-as-buttons input[type=radio]:checked + label {
			background: #000;
			border-color: #000;
			color: #fff;
		}
		@media (max-width: 480px) {
			.form .row .radio-as-buttons input[type=radio] + label {
				font-size: 14px;
			}

			.form .two-col {
				display: block;
			}

			.form .two-col .row.col {
				width: 100%;
				margin-left: 0;
			}
		}


.form .row input:not([type="submit"]):not([type="button"]),
.form .row select {
	padding: 5px 16px;
	height: 46px;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #949494;
	border-radius: 4px;
	box-sizing: border-box;
	vertical-align: top;
	transition: all 250ms;
}

.form .row textarea {
	width: 100%;
	padding: 5px 16px;
	border: 1px solid #949494;
	border-radius: 4px;
	box-sizing: border-box;
}
.form .row select {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: right 16px top 50%;
	background-size: .65em auto;
}
.form .row textarea:focus,
.form .row input:not([type="submit"]):not([type="button"]):focus, 
.form .row select:focus {
	border-width: 2px;
	outline-style: dotted;
	outline-color: #949494;
}

.form .row select,
.form .row input.short {
	width: 73% !important;
}
.form .row select.full-width{
	width: 100% !important;
}

.form .row input.shorter {
	width: 32% !important;
}
.form .row .ccexpiry select,
.form .row select.creditCartDate {
	width: 100px !important;
}
.form .row select.creditCartDate + select.creditCartDate {
	margin-left: 16px;
}
.form .row select + input[type=text] {
	width: 150px;
}

.form .row input[type=radio], 
.form .row input[type=checkbox] {
	vertical-align: baseline;
}
.form .row .raaButton {
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 0px;
}

.form .divider {
	border-top-width: 4px; 
	border-top-style: solid; 
	border-top-color: #bebebe;
}

.form .row .note-text{
	font-size: 14px;
	display: block;
	font-weight: normal;
}

.form .row .radioButtonListBlock, 
.form .row .checkBoxListBlock {
	display: block;
}
.form .row .radioButtonList label, 
.form .row .checkBoxList label {
	display: inline !important;
	padding: 0px;
	margin-right: 6px;
	font-weight: normal;
}
.form .row .radioButtonList input, 
.form .row .checkBoxList input {
	visibility: visible;
	opacity: 0;
	border-width: 0 !important;
}

.form .row .radioButtonList input {
	height: 0 !important;
}

.form .row .radioButtonList input + label,
.form .row .checkBoxList input + label,
.form .row input[type=checkbox] + label {
	position: relative;
	margin-left: 0;
}

form .row input[type=checkbox] {
	visibility: visible !important;
	opacity: 0 !important;
}
.form .row input[type=checkbox] + label {
	position: relative;
	display: block !important;
	padding-left: 30px;
}


.form .row .check-box-list input[type=checkbox] + label {
	padding: 10px 0 10px 30px;
}

.form .row input[type=checkbox] + label:before {
	content: " ";
	visibility: visible;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background-color: #fff;
	border: solid 2px #949494;
	border-radius: 2px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-family: 'Font Awesome\ 5 Pro';
	line-height: 20px;
	line-height: 1;
	font-weight: normal;
	transition: all 250ms;
}
.form .row input[type=checkbox]:checked + label:before {
	content: "\f00c";
	background-color: #212121;
	border-color: #212121;
}

.form .row .checkbox {
	display: inline-block;
	position: relative;
}
.form .row .checkbox label {
	width: auto;
}

	.form .row .checkbox > label {
		display: inline-block;
		margin: 0;
		padding-left: 16px;
	}

	.form .row .checkbox > input[type="checkbox"] {
		height: 25px;
		left: 0;
		position: absolute;
		top: 0;
	}

.form .row input[type="checkbox"] {
	display: inline;
	width: auto !important;
	height: auto !important;
	padding: 5px 0 !important;
	border: none !important;
}


.form .row .longAnswer {
	display: inline-block;
	width: 290px;
}
.form .longField {
	max-width: 290px;
}
.form .row .forceWide {
	width: 290px;
}

.form .row label.fullwidth,
.form.narrow .row label.fullwidth {
	display: block;
	margin-bottom: 14px;
	padding-right: 0px;
}
.form .row .fullwidth,
.form.narrow .row .fullwidth {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


/* Normal Width */
/*.form.narrow .row label {
	width: 231px;
}*/
.form.narrow .row.sub label {
	width: 242px;
	
}


.form .row .label {
	font-weight: bold;
}

.form.narrow .row .longAnswer {
	width: 185px;
}
.form.narrow .longField {
	max-width: 185px;
}
.form.narrow .row .forceWide {
	width: 185px;
}
.form.narrow .row .forceWide.helpText {
	width: 160px;
}


/* bottom buttons */
.nextpreviousarea {
	clear: both;
	border-top: 1px solid #D1D1D1;
	margin-top: 20px;
	padding-top: 20px;
}
.previousButton, 
a.previousButton {
	float: left;
	color: #7c7c7c;
	border: 2px solid #e1e1e1;
	background-color: #e1e1e1;
	width: 150px;
	text-align: right;
	padding: 5px 10px;
	cursor: pointer;
	font-weight: bold;
	background-image: url(/assets/images/form-ui/button-prev-grey.png);
	background-position: left center;
	background-repeat: no-repeat;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	cursor: pointer;
}
.nextButton, 
a.nextButton {
	float: right;
	color: #fff;
	background-color: #000;
	border: 2px solid #000;
	min-width: 150px;
	text-align: left;
	padding: 5px 25px 5px 10px;
	cursor: pointer;
	font-weight: bold;
	background-image: url(/assets/images/form-ui/button-next-white.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	cursor: pointer;
}


.nextButton.checkOut.member {
	color:#ffe600;
}
.nextButton.checkOut, 
a.nextButton.checkOut {
	width: 260px;
}
.nextButton.checkOut span.title {
	display: inline-block;
	width: 185px;

}

.nextButton.checkOut span.amount{
	display: inline-block;
	width: 65px;
	text-align: right;
}
.nextButton.disabledButton{
	background-image: url("/assets/images/form-ui/button-loading.gif");
	background-color: #d1d1d1;
}

.genericButton {
	color: #000 !important;
	background-color: #e1e1e1;
	border: 2px solid #7c7c7c !important;
	text-align: center !important;
	padding: 4px 10px !important;
	cursor: pointer !important;
	font-weight: bold !important;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	text-decoration: none !important;
}
.previousButton:not([disabled]):hover, 
.nextButton:not([disabled]):hover, 
.genericButton:not([disabled]):hover {
	color: #000;
	border: 2px solid #ffe600 !important;
	background-color: #ffe600;
	background-repeat: no-repeat;
}
.genericButton.white:not([disabled]):hover {
	color: #000;
	border: 2px solid #FFF !important;
	background-color: #FFF;
	background-repeat: no-repeat;
}
.genericButton.black:not([disabled]):hover {
	color: #fff!important;
	border: 2px solid #000 !important;
	background-color: #000;
	background-repeat: no-repeat;
}
.genericButton.red:not([disabled]):hover {
	color: #fff!important;
	border: 2px solid #ea0101 !important;
	background-color: #ea0101 ;
	background-repeat: no-repeat;
}

.buttonGap {
	margin-right: 7px;
}

.previousButton:not([disabled]):hover {
	background-image: url(/assets/images/form-ui/button-prev-black.png);
	background-position: left center;
}
.nextButton:not([disabled]):hover {
	background-image: url(/assets/images/form-ui/button-next-black.png);
	background-position: right center;
}

/* the progress bar */
ul.formProgressBar {
	display: flex;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 48px;
}
ul.formProgressBar > li {
	flex: 1 1 1px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.formProgressBar li + li {
	border-left: 1px solid transparent;
}
.formProgressBar li a {
	display: flex;
	align-items: center;
	position: relative;
	height: 100%;
	box-sizing: border-box;
	background-color: #FFE600;
	border: 1px solid #FFE600 !important;
	border-bottom: none !important;
	border-radius: 0px;
	padding: 16px 8px;
	text-align: center;
	color: #000 !important;
	font-size: 19px;
	line-height: 1.2;
	font-weight: 600;
}

.formProgressBar li a:not(.button):not([type="button"]):hover,
.formProgressBar li a:not(.button):not([type="button"]){
	text-decoration: none;
}

.formProgressBar li a span.title {
	display: block;
	margin: 0 auto;
}
.formProgressBar li a.current {
	background-color: #fff;
	border-color: #e1e1e1 !important;
}
@media (max-width: 767px) {
	.formProgressBar li a {
		padding: 16px 4px;
		font-size: 14px;
	}
}
@media (max-width: 540px) {
	.progress-container {
		margin-left: -16px;
		margin-right: -16px;
	}
	.formProgressBar li a {
		padding: 8px 4px;
		font-size: 9px;
	}
	.formProgressBar li a span.number {
		display: block;
	}
}


.paymentCards {
	width: auto !important;
	height: 45px;
}

.invisible {
	display: none;
}

.smalltext {
	font-size: 11px;
	color: #7a7a7a;
}

.pagination {
	margin-top: 20px;
	font-size: 1.3em;
	text-align: center;
}

.pagination a, 
.dataPagerNumeric, 
.dataPagerActive {
	border: 1px solid transparent;
	padding: 0px 10px;
}

.dataPagerIcon {
	padding: 0px 5px;
}

.pagination a:hover{
	border-bottom: none;
	border: 1px solid #000;
}

.pagination .active, .dataPagerActive{
	color: #000;
	border: 1px solid #666;
}

.pagination .icon, .dataPagerIcon{
	font-size: .8em;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}


/* 2column Table in form */

.form .row table.tbl2cols{
	width: 100%;
}

.form .row table.tbl2cols tr td{
	vertical-align: top;
}

.form .row table.tbl2cols tr td label{
	width: auto !important;
	display: inline-block !important;
}


.form .row table.tbl2cols tr td:first-child{
	width: 350px;
}

.form.narrow .row table.tbl2cols tr td:first-child{
	width: 235px;
}

.row .upload-holder {
	border: 2px dashed #979797;
	border-radius: 4px;
	background-color: #F9F7F4;
	position: relative;
}

.row .upload-holder input[type="file"] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto!important;
	cursor: pointer;
}
.row .upload-holder span {
  display: inline-block;
  padding: 10px 25px;
  background-color: #F9F7F4;
  text-align: center; 
  font-size: 15px;
  line-height: 19px;
  line-height: 19px;
  width: 100%;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row .upload-holder .upload-icon {
    display: block;
    font-size: 24px;
}

.row .upload-holder .upload-filename:not(:empty) {
    display: block;
    padding: 8px 16px;
    background-color: #f9f7f4;
    border: solid 1px #b5b5b5;
    border-radius: 4px;
    color: #333;
}

.form h2.top-space {
	margin-top: 24px;
}


@media screen and (max-width: 800px) and (max-device-width: 800px),
	screen and (max-width: 800px) and (-webkit-min-device-pixel-ratio: 2) {

	.toolTip {
		display: inline-block;
		font-size: 30px;
		line-height: 25px;
		color: #7c7c7c;
	}

	label .toolTip {
		vertical-align: inherit;
	}


	.form .row label {
		padding-right: 5%;
	}

	.form .row table.tbl2cols tr td:first-child{
		width: 45%!important;
		padding-right: 5%;
	}


	.form .row .radioButtonList label{
		font-size: .9em;
	}

	.form .sub label {
		width: 100% !important;
	}

	.form .row.sub label {
		font-size: .8em;
	}

    .form .row input{
        width: 100% !important;
    }

	.form .row .forceWide {
		width: 42%!important;
	}

	.form .row.sub label, .form .row .label {
		margin-top: 6px;
		margin-bottom: 3px;
		width: auto;
		display: block;
		padding: 0px !important;
	}

	.form .row .longAnswer {
		width: 50%!important;
	}

	.form .row.sub .longAnswer {
		width: auto!important;
	}



	.form .row.sub div {
		padding: 5px 10px 5px 40px;
	}


	.nextpreviousarea {
		margin-bottom: 30px;
	}



	.previousButton {
		width: 100px;
	}


	.nextButton {
		min-width: 100px;
	}


	.form .row.sub div.accessorylists div.leftlist {
		margin-right: 0px;
		width: auto;
	}

	.form .row.sub .accessorylists div label {
		width: auto;
	}

	.form .row .customDetails label:first-child
	{
		width: 100px !important;
	}
	.form .row .customDetails label {
		float: left;
	}
		.form .row .customDetails input[value=Remove]
		{
			line-height:25px;
			margin-left:16px;
		}

	.form .row .customDetails .noleftpad:after {
		clear: both;
		content: " ";
		display: table;
	}

	/* the progress bar */

	.formProgressBar {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

		.formProgressBar li a {
			overflow: hidden;
		}

		.formProgressBar li {
			font-size: .7em;
		}

		.formProgressBar li a .stepNum {
			position: absolute;
			bottom: 3px !important;
			right: 5px !important;
			font-size: 2em;
		}

		.pagination span.previous, .pagination span.next{
			display: none;
		}

		.pagination .icon, .dataPagerIcon {
			font-size: 1em;
		}

	.toolTip {
		line-height: 18px;
		vertical-align: text-top;
	}    
}

@media (max-width: 639px) {
    .form .button.large {
        width: 100%;
    }

    .form .mobile-centre {
        text-align: center;
    }

	.form h2.top-space {
		margin-top: 48px;
	}
	
    .form .row.validation-failed.with-footer .countdown-text {
		right: 0;
		bottom: 18px;
	}
}

@media screen and (max-width: 480px) and (max-device-width: 800px), screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .formProgressBar.tabs4 li a, .formProgressBar.tabs5 li a, .formProgressBar.tabs6 li a, .formProgressBar.tabs7 li a {
        height: 40px;
    }

        .formProgressBar.tabs4 li a .stepName, .formProgressBar.tabs5 li a .stepName, .formProgressBar.tabs6 li a .stepName, .formProgressBar.tabs7 li a .stepName {
            display: none;
        }

	.form .row {
		clear: both;
        padding-bottom:20px;
	}

	.form .row.validation-failed {
		clear: both;
        padding-bottom:0px;
	}

        .form .row.sub div {
            padding: 5px 10px 5px 30px;
        }

        .form .row .longAnswer {
            width: auto !important;
        }

        .form .row label {
            display: block;
            margin-top: 6px;
            margin-bottom: 3px;
            width: auto !important;
        }

        .form .row.sub .forceWide, .form .row .forceWide {
            width: 80% !important;
        }

        .form .row.sub textarea, .form .row.sub select, .form .row.sub input[type=text] {
            max-width: 250px !important;
        }

    .formProgressBar li a .stepName {
        font-size: 17px;
    }

	.form .row .single input[type=checkbox] + label:before{
		top: 28%;
	}

	.form .row .radio-as-buttons .note-text-space {
		margin-top: 35px;
	}
}


.form .row .check-box-list ul {
	margin: 0;
	width: 100%;
}

.form .row .check-box-list ul li {
	list-style: none;
}

.form .row .check-box-list--as-button.two-col ul {
	margin: 0 8px;
}

.form .row .check-box-list.check-box-list--as-button.two-col ul li {
	display: inline-block;
	width: calc(50% - 10px);
}

.form .row .check-box-list.check-box-list--as-button.two-col ul li:nth-child(2n) {
	margin-left: 16px;
}

.form .row .check-box-list.check-box-list--as-button.two-col {
	display: flex;
	margin-left: -8px;
	margin-right: -8px;
}


.form .row .check-box-list.check-box-list.check-box-list--as-button input[type=checkbox] + label:before {
	left: 10px;
}

.form .row .check-box-list.check-box-list--as-button input[type=checkbox]:checked + label {
	background-color: #000;
	border-color: #000;
	color: #fff;
	font-weight: 600;
}

.form .row .check-box-list.check-box-list--as-button input[type=checkbox]:checked + label:before {
		content: "\f00c";
		background-color: #fff;
		border-color: #fff;
		color: #000;
	}

.form .row .check-box-list.check-box-list--as-button input[type=checkbox] + label {
	border: solid 2px #949494;
	padding: 14px 0 14px 40px;
	border-radius: 4px;
	margin: 10px 0 16px 0;
	font-weight: 600;
}

.form .row .check-box-list.check-box-list--as-button input[type=checkbox] + label:last-child {
	margin-bottom: 0;
}

.form .row .check-box-list.check-box-list--as-button.two-col input[type=checkbox] + label {
	margin: 8px 0;
}

.form .row.validation-failed .check-box-list input[type=checkbox] + label {
	border: 2px solid #B00020;
}

.form .row .check-box-list input[type=checkbox]:focus + label,
.form .row .check-box-list input[type=checkbox] + label:hover {
	background: #E8E2D3;
}

.form .row .check-box-list input[type=checkbox]:focus + label {
	outline-style: dotted;
	outline-color: #949494;
}

.form .row input[type=checkbox]:focus + label:before,
.form .row .check-box-list input[type=checkbox]:focus + label {
	outline-style: dotted;
	outline-color: #949494;
}

.form .row .check-box-list.check-box-list--as-button input[type=checkbox]:focus + label:before {
	outline-style: none;
}


