﻿/************************
* Resets *
************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, main {
	display: block
}

audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

	audio:not([controls]) {
		display: none
	}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

a:hover, a:active {
	outline: 0
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle
}

button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle
}

button, input {
	*overflow: visible;
	line-height: normal
}

	button::-moz-focus-inner, input::-moz-focus-inner {
		padding: 0;
		border: 0
	}

	button, input[type="button"], input[type="reset"], input[type="submit"] {
		cursor: pointer;
		-webkit-appearance: button
	}

	input[type="search"] {
		-webkit-appearance: textfield;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box
	}

		input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
			-webkit-appearance: none
		}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

.clearfix {
	*zoom: 1
}

	.clearfix:before, .clearfix:after {
		display: table;
		content: ""
	}

	.clearfix:after {
		clear: both
	}

/*------ prevent focus zoom on mobile ------*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
		font-size: 16px !important;
	}
}

/*------typography, etc.------*/
body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
	color: #333333;
	background: #333;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

p {
	margin: 0 0 1.5em;
}

a {
	color: #333333;
	text-decoration: underline;
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	transition: color .2s ease-in;
}

	a:hover, a:focus {
		color: #999;
		text-decoration: none;
	}

	a:link img, a:visited img {
		border-style: none
	}

img {
	max-width: 100%;
}

h1, h1 a, .h1 {
	position: relative;
	font-size: 2.813em;
	font-weight: 800;
	margin-bottom: 2em;
	line-height: 1.1em;
	color: #fff;
}

	h1:after {
		content: '';
		position: absolute;
		bottom: -.625em;
		left: 0;
		display: inline;
		width: 160px;
		height: 6px;
		background: #FF7F00;
	}

h2, h2 a, .h2 {
	position: relative;
	font-size: 2.188em;
	line-height: 1.2em;
	margin-bottom: 2em;
	font-weight: 800;
	display: inline-block;
	/* width: 60%; */
}

	h2:after {
		content: '';
		position: absolute;
		bottom: -.825em;
		left: 0;
		display: inline;
		width: 50px;
		height: 6px;
		background: #FF7F00;
	}

h3, h3 a, .h3 {
	font-size: 1.571em;
	margin-bottom: .75em;
	line-height: 1.4em;
	font-weight: 400;
}

h4, h4 a, .h4 {
	font-size: 1.25em;
	margin-bottom: .5em;
	font-weight: 700;
}

h5, h5 a, .h5 {
	font-size: 1em;
	margin-bottom: .5em;
	font-weight: 700;
}

h6, h6 a, .h6 {
	font-size: 1em;
	margin-bottom: 0;
	font-weight: 700;
}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		text-decoration: none;
		font-size: 1em;
	}

		h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
			text-decoration: underline;
		}

p + div, p + fieldset {
	margin-top: 1.5em;
}

p + ul, p + ol {
	margin-top: -.125em;
	margin-bottom: 1.5em;
}

p + h2, ul + h2, ol + h2, aside + h2, p + h3, ul + h3, ol + h3, aside + h3, p + h4, ul + h4, ol + h4, aside + h4, p + h5, ul + h5, ol + h5, aside + h5, p + h6, ul + h6, ol + h6, aside + h6 {
	margin-top: 1.25em;
}

hr {
	color: #ddd;
	background-color: #ddd;
	height: 1px;
	border: 0;
	width: 100%;
	margin: 2em 0;
	clear: both;
}

sup, sub {
	line-height: 1em;
}

strike {
	color: #999;
}

iframe {
	margin: 0 auto 1.5em auto;
	display: block;
	width: 100%;
}

.mobile {
	display: none;
}

.visuallyhidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.center {
	text-align: center;
}

.wrapper {
	margin: 0 auto;
	max-width: 980px;
	padding: 0 30px;
}

/*------site header------*/
.site_header {
	background: #fff;
	padding: 20px 30px;
}

	.site_header a.logo_customer {
		margin: 0;
	}

		.site_header a.logo_customer img {
			max-height: 60px;
		}

	.site_header a.logo {
		margin-top: 18px;
		background: url(/images/logo.png);
		background-repeat: no-repeat;
		background-position: top right;
		background-size: 125px 22px;
		width: 125px;
		height: 22px;
		float: right;
		display: block;
	}

/*------site footer------*/
.site_footer {
	border-top: 1px solid rgba(255,255,255,.2);
	font-size: .8em;
	color: #ddd;
	text-align: center;
	padding: 2em 0;
}

	.site_footer a {
		color: #ddd;
	}

	.site_footer ul {
		padding: 0;
		list-style: none;
	}

		.site_footer ul li {
			display: inline-block;
			margin-right: 1.5em;
		}

			.site_footer ul li:last-child {
				margin-right: 0;
			}


/*------content------*/
main {
	position: relative;
	padding-top: 4.5em;
}

.back_link {
	display: block;
	position: absolute;
	top: 20px;
	left: 30px;
	font-size: .8em;
	color: #ddd;
}

	.back_link:hover {
		color: #ddd;
	}

.form_container {
	margin-bottom: 3em;
}

.form_nav {
	width: 20%;
	float: left;
	display: block;
	list-style: none;
	padding: 0;
	margin-top: 0;
}

	.form_nav li {
		position: relative;
		display: block;
		text-align: center;
		text-transform: capitalize;
		text-decoration: none;
		background: #eee;
		padding: 2em 1em;
		font-weight: 700;
		color: #666666;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #fff;
		-webkit-box-shadow: inset -10px 0px 35px -20px rgba(0,0,0,0.4);
		-moz-box-shadow: inset -10px 0px 35px -20px rgba(0,0,0,0.4);
		box-shadow: inset -10px 0px 35px -20px rgba(0,0,0,0.4);
	}

		.form_nav li:first-child {
			border-top: none;
		}

		.form_nav li:last-child {
			border-bottom: none;
		}

		.form_nav li span:last-child {
			display: none;
		}

		.form_nav li.active {
			color: #333333;
			background: url("/images/top-gradient.png") repeat-x top #FF7F00;
		}

			/*------.form_nav li.active { color:#fff; background: #FF7F00; background: -moz-linear-gradient(top, #ffa449 0%, #ff7f00 35%); background: -webkit-linear-gradient(top, #ffa449 0%,#ff7f00 35%); background: linear-gradient(to bottom, #ffa449 0%,#ff7f00 35%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa449', endColorstr='#ff7f00',GradientType=0 );}------*/

			.form_nav li.active:before {
				content: '';
				position: absolute;
				z-index: 1;
				right: 0;
				top: 50%;
				margin-top: -16px;
				width: 0;
				height: 0;
				border-top: 16px solid transparent;
				border-bottom: 16px solid transparent;
				border-right: 16px solid #fff;
			}

		.form_nav li.finish {
			color: #333;
		}

.form_tab {
	display: none;
	position: relative;
	z-index: 1;
	width: 80%;
	float: left;
	background: #fff;
	padding: 3em 4em 0 4em;
	margin-bottom: 0;
	font-size: .9em;
	min-height: 500px;
}

.form_tab .full {
	width: 100%;
}

	.form_tab .icon {
		position: absolute;
		top: 2em;
		right: 2em;
		width: 140px;
	}

.form_buttons {
	width: 80%;
	float: right;
	background: #fff;
	padding: 2em 2em;
	margin-bottom: 0;
}

fieldset {
	margin-bottom: 2em;
}

	fieldset legend {
		font-size: 1.571em;
		margin-bottom: .75em;
		line-height: 1.4em;
	}

.dvPinNo {
	display: none;
}

input[type=date] {
	color: #888;
	font-family: 'Open Sans', sans-serif;
}

.fancy_label input, .fancy_label textarea, .fancy_label select {
	width: 75%;
	padding: 1.25em 1em 1em 1em;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	line-height: 1.2em;
	margin-bottom: .5em;
}

.fancy_label textarea {
	min-height: 100px;
}

.fancy_label.fancy_outset_left input {
	width: 70%;
}

.fancy_label.fancy_outset_left .dollar_sign {
	font-size: 1.2em;
	padding-top: 17px;
	display: block;
	float: left;
	width: 5%;
}

.fancy_label.int label {
	position: absolute;
	top: 0px;
	left: 6px;
	transition: all .1s ease-in;
	pointer-events: none;
	z-index: 1;
	color: #888;
	font-size: 11px;
}

.fancy_label.fancy_outset_left.int label {
	left: calc(5% + 1em);
}

.fancy_label.int {
	position: relative;
}

	/* .fancy_label.int.active label {
		top: -1px;
		left: 6px;
		font-size: 11px;
	}

.fancy_label.fancy_outset_left.int.active label {
	left: calc(5% + 6px)
} */

.fancy_label select {
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: '';
	background: url("/images/form-arrow-down.png") no-repeat;
	background-size: 13px 8px;
	background-position: calc(100% - 1.5em) 55%;
	background-repeat: no-repeat;
}

	.fancy_label select::-ms-expand {
		display: none;
	}

	.fancy_label select::-ms-expand {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}

.fancy_buttons input[type="radio"] {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.fancy_buttons label {
	display: block;
	text-align: center;
	min-width: 100px;
	float: left;
	padding: 1em 1em;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	line-height: 1em;
	margin-bottom: .5em;
}

	.fancy_buttons label:hover, .fancy_buttons label:focus, .fancy_buttons input[type=radio]:checked + label {
		cursor: pointer;
		background: #333;
		color: #fff;
		-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,1);
		-moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,1);
		box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,1);
	}

	.fancy_buttons label:first-of-type {
		border-left: 1px solid #ddd;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}

	.fancy_buttons label:last-of-type {
		-webkit-border-top-right-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
		-moz-border-radius-topright: 4px;
		-moz-border-radius-bottomright: 4px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}

.fancy_checkbox input[type="checkbox"] {
	opacity: 0;
}

.fancy_checkbox label {
	position: relative;
	margin-left: -1em;
}

	.fancy_checkbox label::before, .fancy_checkbox label::after {
		position: absolute;
	}

	.fancy_checkbox label::before {
		content: "";
		display: inline-block;
		height: 26px;
		width: 26px;
		border: #ddd 2px solid;
		background: #eee;
	}

	.fancy_checkbox label::after {
		content: "";
		display: inline-block;
		height: 10px;
		width: 15px;
		left: 6px;
		top: 4px;
		border-left: #bbb 3px solid;
		border-bottom: #bbb 3px solid;
		transform: rotate(-50deg);
	}

.fancy_checkbox input[type="checkbox"]:checked + label::after {
	border-left: #333 3px solid;
	border-bottom: #333 3px solid;
}

.fancy_checkbox input[type="checkbox"]:focus + label::before {
	outline: rgb(59, 153, 252) auto 5px;
}

.fancy_label input.invalid, .fancy_label textarea.invalid, .fancy_label select.invalid {
	border: 1px solid #D50000;
	background: url("/images/invalid-icon.png") no-repeat;
	background-size: 15px 16px;
	background-position: calc(100% - 1em) 50%;
	background-repeat: no-repeat;
}

.fancy_label .invalid_message, .fancy_buttons .invalid_message {
	display: none;
	font-size: .8em;
	color: #D50000;
	margin: -.75em 0 1em;
}

.fancy_checkbox .invalid_message {
	display: none;
	font-size: .8em;
	color: #D50000;
	margin: 0 0 1em;
}

.fancy_label input.invalid + .invalid_message, .fancy_label textarea.invalid + .invalid_message, .fancy_label select.invalid + .invalid_message, .fancy_buttons input input[type="radio"].invalid + .invalid_message {
	display: block;
}

.fancy_label .optional-text {
	font-size: .7em;
	color: #aaa;
	margin: -.75em 0 1em 0;
	font-style: italic;
	display: block;
}


.fancy_label input.valid, .fancy_label textarea.valid, .fancy_label select.valid {
	background: url("/images/valid-icon.png") no-repeat;
	background-size: 15px 12px;
	background-position: calc(100% - 1em) 50%;
	background-repeat: no-repeat;
}

.information_box {
	height: 460px;
	overflow: auto;
	padding: 1.5em 1.5em;
	margin-bottom: 1.5em;
	background: #FFF;
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.2);
}

.ul_flatleft {
	padding-left: 1.25em;
}

.agreement_check {
	margin-top: 2em;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	padding: 1em .5em;
}

	.agreement_check span {
		margin-left: 3em;
		font-weight: 600;
	}

.well {
	display: block;
	padding: 1.5em 1.5em;
	background: #fff;
	margin-bottom: 2em;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}

.platform {
	display: block;
	padding: 15px 15px;
	background: #FFF;
	border-radius: 4px;
	-moz-box-shadow: 0 0 4px #999;
	-webkit-box-shadow: 0 0 4px#999;
	box-shadow: 0 0 4px #999;
	margin-bottom: 2em;
}

img[align=left], img.img_left {
	float: left;
	margin: 0 1em 1em 0;
	max-width: 30%;
}

img[align=right], img.img_right {
	float: right;
	margin: 0 0 1em 1em;
	max-width: 30%;
}

.login_links {
	position: fixed;
	top: 0;
	right: 0;
	margin: 0;
	padding: 4px;
	list-style: none;
	font-size: 12px;
}

	.login_links li {
		float: right;
		margin-left: .5em;
	}

		.login_links li > a {
			line-height: 1;
			padding: .333em .5em;
			text-decoration: none;
			background-color: #888;
			background: rgba(0,0,0,.5);
			border: 1px solid #666;
			-moz-border-radius: 4px;
			border-radius: 4px;
			color: #FFF;
		}

.test_site {
	color: #f2dede;
	background-color: #b94a48;
	width: 100%;
	height: 30px;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	font-size: 13px;
	text-transform: uppercase;}

small.min-requirements {
	font-size: .8em;
	line-height: 1.8em;
	padding: 1.5em;
	border: 1px solid #eee;
	margin: 0 0 2em 0;
	background-color: #F7F7F7;
	display: block; }
  small.min-requirements ul {padding: 0 0 0 1em;}
  small.min-requirements p:last-child {margin: 0 0; }

/*------text options------*/
.text_cooler {
	color: #0066CC;
}

.text_success {
	color: #009933;
}

.text_warmer {
	color: #f78d1d;
}

.text_danger, .ecom-error {
	color: #b94a48;
}

.text_smaller {
	font-size: .75em;
}

.text_small {
	font-size: .875em;
}

.text_large {
	font-size: 1.25em;
	line-height: 1.5em;
}

.text_larger {
	font-size: 1.5em;
}

.text_largest {
	font-size: 1.75em;
}

.text_primary {
	color: royalblue
}

.text_secondary {
	color: saddlebrown
}


/*------highlighting / alerts------*/
.alert_banner {
	background: #D90000;
	color: #fff;
	padding: 1.25em 1em;
	margin-bottom: 0;
	font-size: .9em;
	line-height: 1.4em;
}

	.alert_banner a {
		color: #fff;
	}

	.alert_banner .btn {
		padding: 0;
		border: none;
		background: none;
		margin: 0 0 0 3em;
		float: right;
	}

		.alert_banner .btn:hover {
			border: none;
			background: none;
			color: #ccc;
		}

.hidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.alert {
	padding: .5em 1em;
	color: #c09853;
	border: 1px solid #fbeed5;
	background: #fcf8e3;
	font-size: .875em;
	border-radius: 4px;
	margin: .25em 0 2em;
}

	.alert p:last-child {
		margin: 0;
	}

	.alert.alert_success {
		color: #468847;
		border: 1px solid #d6e9c6;
		background: #dff0d8;
	}

	.alert.alert_danger {
		color: #b94a48;
		border: 1px solid #eed3d7;
		background: #f2dede;
	}

/* Flex Grid */
.flex_grid {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin-bottom: 3em;
}

	.flex_grid .flex_item {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left; /* for IE */
		padding: .75em;
		margin-bottom: 2em;
		position: relative;
	}
	/* Flex Grid border/no border widths */
	.flex_grid.flex_4x .flex_item {
		width: 25%;
	}

	.flex_grid.flex_3x .flex_item {
		width: 33.333%;
	}

	.flex_grid.flex_2x .flex_item {
		width: 50%;
	}
	/* Flex Grid Borders */
	.flex_grid.flex_borders {
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

		.flex_grid.flex_borders .flex_item {
			border: 1px solid #ddd;
			margin: 0;
			border-bottom: 0;
			border-right: 0;
		}
		/* Flex Grid Margins */
		.flex_grid.flex_borders.flex_margin {
			border: 0;
		}

			.flex_grid.flex_borders.flex_margin .flex_item {
				margin-right: 3%;
				margin-bottom: 1.5em;
				border: 1px solid #ddd;
				padding: 0;
			}

				.flex_grid.flex_borders.flex_margin .flex_item .item_details {
					padding: .75em;
					padding-top: 0;
				}

	.flex_grid.flex_4x.flex_margin .flex_item {
		width: 22.75%;
	}

	.flex_grid.flex_3x.flex_margin .flex_item {
		width: 31.333%;
	}

	.flex_grid.flex_2x.flex_margin .flex_item {
		width: 48.5%;
	}

		.flex_grid.flex_4x.flex_margin .flex_item:nth-child(4n+4), .flex_grid.flex_3x.flex_margin .flex_item:nth-child(3n+3), .flex_grid.flex_2x.flex_margin .flex_item:nth-child(2n+2) {
			margin-right: 0;
		}
/* IE8 and IE9 */
.no-flexbox .flex_grid:after {
	content: ' ';
	display: block;
	clear: both;
}

.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(4n+5), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(3n+4), .no-flexbox .flex_grid.flex_2x .flex_item:nth-child(2n+3) {
	clear: both;
}

/*---Scale Proportionally for varied images sizes---*/
.grid_img {
	position: relative;
	border: 1px solid #ddd;
	width: 100%;
	margin-bottom: .75em
}

.aspect_ratio_1to1 {
	padding-top: 100%; /* forces 1:1 aspect ratio, 100% is a square */
}

.aspect_ratio_3to2 {
	padding-top: 66.666%; /* forces 3:2 aspect ratio*/
}

.aspect_ratio_16to9 {
	padding-top: 56.25%; /* forces 16:9 aspect ratio*/
}

.img-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center; /* Align center inline elements */
	font: 0/0 a;
}

	.img-container:before {
		content: ' ';
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}

	.img-container img {
		vertical-align: middle;
		display: inline-block;
		max-height: 100% /* Makes taller img fit the box */;
	}

.flex_grid.flex_borders.flex_margin .flex_item .grid_img {
	border: 0;
	border-bottom: 1px solid #ddd
}

/*------buttons------*/
.btn {
	text-decoration: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #FF7F00;
	color: #333333;
	line-height: 1em;
	font-weight: 700;
	font-size: .9rem;
	margin: 0 .25em 0 0;
	padding: 1em 1.25em;
	cursor: pointer;
	border: none;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
}

	.btn:hover {
		background: #999;
		color: #FFF;
		text-decoration: none;
	}

	.btn:active {
		background-image: none;
		outline: 0;
		-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
		-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
		box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	}

	.btn svg {
		margin-left: .25em;
	}

.btn_light {
	background: #eee;
	color: #333;
}

.nextBtn {
	float: right;
}

.btn-primary {
	background-color: #FF8000;
}

.btn-language {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: .8em;
	background-color: #ff7f00;
	text-decoration: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #FF7F00;
	color: #333333;
	line-height: 1em;
	font-weight: 700;
	margin: 0 0em 0 0;
	padding: 1em 1.25em;
	cursor: pointer;
	border: none;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-align: center;
}


.btn-full {
	display: block;
	margin: 0;
}

.btn-large {
	font-size: 1.15rem;
	border-radius: 5px;
}

.btn-small {
	font-size: .875rem;
}

.btn-mini {
	font-size: .75rem;
}

/* just for presentation (bottom left corner) */
.breakpoint {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #333;
	width: 70px;
	color: #FFF;
	font-size: .8em;
	display: none;
	padding: 0 10px;
}

.break_1024to992 {
	display: block;
}

@media only screen and (max-width: 991px) {

	/* Flex Grid max 3 column */
	.flex_grid.flex_4x .flex_item {
		width: 33.333%;
	}

	.flex_grid.flex_4x.flex_margin .flex_item {
		width: 31.333%;
	}

		.flex_grid.flex_4x.flex_margin .flex_item:nth-child(4n+4) {
			margin-right: 3%;
		}

		.flex_grid.flex_4x.flex_margin .flex_item:nth-child(3n+3) {
			margin-right: 0;
		}

	/* Flex Grid IE9 */
	.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(4n+5) {
		clear: none;
	}

	.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(3n+4), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(3n+4) {
		clear: both;
	}

	.form_nav li.active:before {
		border-right: 10px solid #fff;
	}
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
}

@media only screen and (max-width: 768px) {

	h1, h1 a, .h1 {
		font-size: 2em;
	}

		h1:after {
			bottom: -1em;
			width: 100px;
		}

	h2, h2 a, .h2 {
		font-size: 2em;
	}

		h2:after {
			width: 40px;
		}

	/* Flex Grid max 2 column */
	.flex_grid.flex_4x .flex_item, .flex_grid.flex_3x .flex_item {
		width: 50%;
	}

	.flex_grid.flex_4x.flex_margin .flex_item, .flex_grid.flex_3x.flex_margin .flex_item {
		width: 48.5%;
	}

		.flex_grid.flex_4x.flex_margin .flex_item:nth-child(3n+3), .flex_grid.flex_3x.flex_margin .flex_item:nth-child(3n+3) {
			margin-right: 3%;
		}

		.flex_grid.flex_4x.flex_margin .flex_item:nth-child(2n+2), .flex_grid.flex_3x.flex_margin .flex_item:nth-child(2n+2) {
			margin-right: 0
		}

	/* Flex Grid IE9 */
	.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(3n+4), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(3n+4) {
		clear: none;
	}

	.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(2n+3), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(2n+3) {
		clear: both;
	}

	main {
		position: relative;
		padding-top: 3.5em;
	}

	.form_nav {
		width: 100%;
	}

		.form_nav li {
			border: none;
			padding: 1em 0;
			width: 100%;
			font-size: 1.1em;
			float: left;
			display: flex;
			justify-content: center;
			align-items: center;
			width: 12%;
			margin-right: 10%;
		}

			.form_nav li:last-child {
				margin-right: 0;
			}

			.form_nav li span:first-child {
				display: none;
			}

			.form_nav li span:last-child {
				display: block;
			}

			.form_nav li.active:before {
				display: none;
			}

	.form_tab {
		width: 100%;
		padding: 2em 2em 0 2em;
		min-height: auto;
	}

		.form_tab .icon {
			width: 80px;
		}

	.form_buttons {
		width: 100%;
	}

	.mobile {
		display: block;
	}
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
}

/* Interim breakpoint for some phones (landscape) and tablets (portrait) */
@media only screen and (max-width: 640px) {

	.site_header {
		text-align: center;
	}

		.site_header a.logo_customer {
			float: none;
		}

		.site_header a.logo {
			background-size: 102px 18px;
			width: 100%;
			height: 18px;
			float: none;
			background-position: top center;
		}

	.form_nav li {
		width: 16.8%;
		margin-right: 4%;
	}

	.fancy_label input, .fancy_label textarea, .fancy_label select {
		width: 100%;
	}

	.fancy_label.fancy_outset_left input {
		width: 95%;
	}
}

@media only screen and (min-width: 0px) and (max-width: 479px) {

	.wrapper {
		padding: 0 20px;
	}

	.site_header {
		padding: 20px 20px;
	}

	.back_link {
		left: 20px;
	}

	.fancy_label.int label {
		font-size: .9em;
	}

	img.img_left, img[align=left], img.img_right, img[align=right] {
		max-width: 33%;
	}

	aside, figure {
		width: auto;
		float: none;
		margin-left: 0;
	}

	/* Flex Grid */
	.flex_grid.flex_4x .flex_item, .flex_grid.flex_3x .flex_item, .flex_grid.flex_2x .flex_item, .flex_grid.flex_4x.flex_margin .flex_item, .flex_grid.flex_3x.flex_margin .flex_item, .flex_grid.flex_2x.flex_margin .flex_item {
		width: 100%;
		margin-right: 0;
	}

	/*---form builder captcha---*/
	#rc-imageselect, .g-recaptcha {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}

		#rc-imageselect > div, .g-recaptcha > div {
			margin: 0;
			width: 291px !important;
		}
}

/*Print styles */
@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	/* Black prints faster */
	a, a:visited {
		color: #444 !important;
		text-decoration: underline;
	}

	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}
	/* css-discuss.incutio.com/wiki/Printing_Tables */
	tr, img {
		page-break-inside: avoid;
	}

	@page {
		margin: 0.5cm;
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2, h3 {
		page-break-after: avoid;
	}
}

.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.50;
}

.updateProgress {
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	border-radius: 15px;
	Position: relative;
	Height: 190px;
	Width: 400px;
	Margin-left: auto;
	Margin-right: auto;
}


/* -------------------------------- 

xpopup 

-------------------------------- */
.alert-popup {
	filter: alpha(opacity=50);
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: Gray;
	opacity: 1;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	z-index: 10000 !important;
}

	.alert-popup.is-visible {
		opacity: 0.85;
		visibility: visible;
		-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
		-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
		transition: opacity 0.3s 0s, visibility 0s 0s;
	}

.alert-popup-container {
	z-index: 10001 !important;
	opacity: 1 !important;
	text-align: center;
	position: relative;
	top: 100px;
	width: 45%;
	margin: 2em auto;
	background: #FFF;
	padding: 5px;
	border-radius: .25em .25em .4em .4em;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px); /* Force Hardware Acceleration in WebKit */
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

	.alert-popup-container .inset {
		padding: 1.5em 1em
	}

	.alert-popup-container h1 {
		font-weight: 400 !important;
		margin-bottom: .5em !important;
		line-height: 1.3em
	}

		.alert-popup-container h1 span {
			display: block;
		}

	.alert-popup-container ul {
		margin-left: 0;
		padding-left: 0;
		padding-bottom: 1em;
	}

	.alert-popup-container h3 {
		padding: 1.50em 2em 0em 2em;
		font-size: 1.45em;
		line-height: 35px;
	}

	.alert-popup-container .alert-buttons:after {
		content: "";
		display: table;
		clear: both;
	}

	.alert-popup-container .alert-buttons li {
		float: left;
		width: 50%;
		list-style: none;
	}

	.alert-popup-container .alert-buttons a {
		display: block;
		height: 60px;
		line-height: 60px;
		text-transform: uppercase;
		color: #FFF;
		-webkit-transition: background-color 0.2s;
		-moz-transition: background-color 0.2s;
		transition: background-color 0.2s;
	}

	.alert-popup-container .alert-buttons li:first-child a {
		background: #fc7169;
		border-radius: 0 0 0 .25em;
	}

.no-touch .alert-popup-container .alert-buttons li:first-child a:hover {
	background-color: #fc8982;
}

.alert-popup-container .alert-buttons li:last-child a {
	background: #b6bece;
	border-radius: 0 0 .25em 0;
}

.no-touch .alert-popup-container .alert-buttons li:last-child a:hover {
	background-color: #c5ccd8;
}

.alert-popup-container .alert-popup-close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 30px;
	height: 30px;
}

	.alert-popup-container .alert-popup-close::before, .alert-popup-container .alert-popup-close::after {
		content: '';
		position: absolute;
		top: 12px;
		width: 14px;
		height: 3px;
		background-color: #8f9cb5;
	}

	.alert-popup-container .alert-popup-close::before {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		left: 8px;
	}

	.alert-popup-container .alert-popup-close::after {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		right: 8px;
	}

.is-visible .alert-popup-container {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
