@charset "UTF-8";

/*---------------------------------------- INTERFACE STYLES ----------------------------------------*/
.orderedSlide
{
	display: none;
}

#slide_1 
{
	display: block;
}

.orderedSlide .labelHeadline {
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: -0.04em;
	margin: 0 10px;
	padding-bottom: 25px;
	text-align: center;
}

#disclaimer {
	color: #444;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0;
	margin-top: 10px;
	max-width: 600px;
	text-align: left;
}

.orderedSlide .details {
	background-color: #ededed;
	color: #666;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	text-align: left;
}

.checkboxLabel {
	font-weight: 400;
	color: #666;
	font-family: 'Open Sans', sans-serif;
}

/*----- Extra Small -----*/
@media(max-width: 767px){
	
	.orderedSlide button {
		font-size: 18px;
		max-width: 450px;
		width: 100%;
	}
	
	.continueGlyph {
		top: 0.15em;
	}
	
	.orderedSlide .btnLongText {
		background: none;
		color: #01c2f3;
		font-size: 15px;
		margin-bottom: 0;
		padding: 5px 0;
	}
	
	.labelHeadline {
		font-size: 20px;
		padding-bottom: 14px;
	}
	
	.orderedSlide input {
		font-size: 16px;
		height: 52px;
	}
	
	.orderedSlide select {
		height: 52px;
	}
	
	.orderedSlide .details {
		font-size: 12px;
		max-width: 300px;
	}
}

/*----- Small -----*/
@media(min-width: 768px) and (max-width: 991px){
	
	.orderedSlide button {
		font-size: 18px;
		max-width: 450px;
		width: 100%;
	}
	
	.continueGlyph {
		top: 0.15em;
	}
	
	.orderedSlide .btnLongText {
		font-size: 15px;
		margin-bottom: 5px;
		padding: 10px 5px;
	}
	
	.labelHeadline {
		font-size: 26px;
	}
	
	.orderedSlide input {
		font-size: 18px;
		height: 62px;
	}
	
	.orderedSlide select {
		height: 62px;
	}
	
	.orderedSlide .details {
		max-width: 600px;
	}
		
}

/*----- Medium -----*/
@media(min-width: 992px) and (max-width: 1199px){
	
	.orderedSlide button {
		font-size: 24px;
		max-width: 450px;
		width: 100%;
	}
	
	.continueGlyph {
		top: 0.2em;
	}
	
	.orderedSlide .btnLongText {
		font-size: 18px;
		margin-bottom: 5px;
		padding: 10px 5px;
	}
	
	.labelHeadline {
		font-size: 30px;
	}

	.orderedSlide input {
		font-size: 18px;
		height: 60px;
	}
	
	.orderedSlide select {
		height: 60px;
	}
	
	.orderedSlide .details {
		max-width: 600px;
	}
	
}

/*----- Large -----*/
@media(min-width: 1200px){
		
	.orderedSlide button {
		font-size: 24px;
		max-width: 450px;
		width: 100%;
	}
	
	.continueGlyph {
		top: 0.2em;
	}
	
	.orderedSlide .btnLongText {
		font-size: 18px;
		margin-bottom: 5px;
		padding: 10px 5px;
	}
	
	.labelHeadline {
		font-size: 36px;
	}
	
	.orderedSlide input {
		font-size: 18px;
		height: 60px;
	}
	
	.orderedSlide select {
		height: 60px;
	}
	
	.orderedSlide .details {
		max-width: 600px;
	}	
}

/*---------------------------------------- LINK STYLES ----------------------------------------*/

.orderedSlide button {
	background-color: #01b0ee;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	margin-bottom: 10px;
	padding: 15px 0 15px 0;
}

.buttonRightArrow {
	background-image: url("../images/arrow_right.png");
	background-repeat: no-repeat;
	background-position: right; /* Android */
	background-position: right center;
}

div.tightCol {
	padding-left: 5px;
	padding-right: 5px;
}

.orderedSlide button:active,
.orderedSlide button:hover,
.orderedSlide button:focus {
	background-color: #01c2f3;
	color: #fff;
	outline: 0;
}

.orderedSlide .btnLongText {
	background-image: none;
}
.orderedSlide .btnLongText:active,
.orderedSlide .btnLongText:hover,
.orderedSlide .btnLongText:focus {
	background-image: none;
}

#disclaimer a,
#disclaimer a:focus {
	color: #01b0ee;
	text-decoration: none;
}
#disclaimer a:active,
#disclaimer a:hover {
	text-decoration: underline;
}

/*---------------------------------------- FORM STYLES ----------------------------------------*/

form .orderedSlide {
	font-size: 14px;
	padding-top: 25px;
}

.formCustom {
	background-color: #f3f3f3;
	border: 2px solid #fff;
	border-radius: 10px;
	box-shadow: 0px 2px 7px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.5);
	padding-bottom: 20px;
}

label.disclaimer {
	color: #999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin-top: 10px;
	text-align: left;
}

.orderedSlide input {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin-bottom: 15px;
	text-align: center;
}

.orderedSlide input[type='checkbox'] {
	height: auto;
}

.orderedSlide select {
	background-color: #f5f5f5;
	color: #01b0ee; 
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
}

/*---------------------------------------- FORM INPUT SLIDER STYLES ----------------------------------------*/

.sliderValue {
	font-family: 'Open Sans', sans-serif;
	color: #01b0ee;
	font-size: 50px;
	font-weight: 300;
}

.slider.slider-horizontal {
	width: 100%;
}

.sliderInput {
	margin: 10px 0 25px 0;
}

.slider-selection {
	background: #b4e7f9;
	box-shadow: none;
}

.slider-handle {
	background-color: #01b0ee;
	background-image: linear-gradient(#01c2f3, #01b0ee);
	height: 30px;
	top: -5px;
	width: 30px;
}

.slider-track {
	background: none;
	border: solid 1px #01b0ee;
	box-shadow: none;
}

/*---------------------------------------- LOADING ANIMATION STYLES ----------------------------------------*/

.mfSlideLoadAnim {
	display: none;
	color: #A94442;
	font-size: 200%;
	margin: 0 0 20px 0;
}

.switch-field {
	display: flex;
	margin-bottom: 36px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 140px;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: #999;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	padding: 10px 20px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #7ac143;
	box-shadow: none;
	color: #fff;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}
