/* @group Request Layer */

.trigger * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.trigger input {
	width: 100%;
	text-indent: 10px;
	border-radius: 0;
}
.trigger input:focus {
	-webkit-box-shadow: inset 0px 0px 1px 2px rgba(243, 149, 117, .6);
    -moz-box-shadow: inset 0px 0px 1px 2px rgba(243, 149, 117, .6);
    box-shadow: inset 0px 0px 1px 2px rgba(243, 149, 117, .6);
	outline: 1px solid #e4decb;
}
.trigger input[type=submit] {
	text-indent: 0;
	-webkit-appearance: none;
}
.request_layer {
	width: 100%;
	max-width: 350px;
	margin: 30px auto;
	position: relative;
	overflow: hidden;
	background: #f2f2f2;
	box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.modal_background {
	display: none;
	position: fixed;
	background: black;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .65;
	z-index: 9999999;
}
.modal_group {
	position: absolute;
	top: -9999px;
	left: 50%;
	margin-top: 80px;
	margin-left: -175px;
	z-index: 99999999;
	width: 350px;
/* 	top:0; */
}
.request_layer form input {
	height: 45px;
	margin: 0;
	font-size: 15px;
	outline: none;
	border: 0;
	outline: 1px solid #e4decb;
	outline-offset: 0;
}
.request_layer form .drop_line {
	height: 45px !important;
	margin: 0;
	border: 0;
	outline: 1px solid #e4decb;
}
.request_layer form .drop_line select {
	height: 45px;
	font-size: 15px;
}
.request_layer form p.disclaimer {
	font-size: 11px;
	line-height: 14px;
	text-align: justify;
}
.request_layer form .submitButton {
	background: #9B1633;
	margin: 15px 0;
	height: 50px;
	width: 100%;
	font-size: 20px;
}
.request_layer form .submitButton:hover {
	background: #8c0e29;
}
.request_layer .title-bar {
	padding: 0;
	height: auto;
	margin-top: -4px;
	margin-bottom: 20px;
	background: transparent;
}
.request_layer form h3 {
	font-size: 14px;
	font-weight: 600;
	font-style: italic;
	margin: 25px 0 6px 0;
	color: #9B1633;
}
form h3.one:before {
	content: '1';
}
form h3.two:before {
	content: '2';
}
form h3.three:before {
	content: '3';
}
form h3.four:before {
	content: '4';
}
.request_layer form h3:before {
	width: 21px;
	height: 21px;
	line-height: 21px;
	display: inline-block;
	font-size: 12px;
	color:#fff;
	background: #9B1633;
	border-radius: 125px;
	margin: 0 5px 0 0px;
	font-weight: 700;
	text-align: center;
	position: relative;
	top:-1px;
}
.request_layer form .half {
	width: 50% !important;
	float: left;
	border: 0;
	outline: 1px solid #e4decb;
}
.request_layer form .half.left {
	border-right: 0 !important;
}

/* @end */

/* @group Apply Now Layer*/

/*
.trigger.apply .modal_group {
	top:0px;
}
.trigger.apply .modal_background {
	display: block;
}
*/
.trigger input.needsfilled, textarea.needsfilled {
	background: #fcebeb !important;
	outline: 1px solid #e49f9f !important;
	border: 0 !important;
}
.trigger .needsfilled {
	background: #fcebeb url(/images/drop_arrow2.png) no-repeat right !important;
	outline: 1px solid #e49f9f !important;
	color: #000 !important;
	border: 0 !important;
}
.form-val select option[selected] {
    color: red !important;
}
.trigger form .submitButton {
	color: #fff;
	background: #9B1633;
}
.trigger .LV_validation_message {
	display: none !important;
}

/* @end */

/*Drop Down*/
.trigger .request_layer .drop_line {
	background: #fff url(/images/drop_arrow2.png) no-repeat right;
	height: 45px !important;
	padding: 0px;
	display: inline-block;
	border-radius: 0px;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 0px solid #ddd;
	max-width: none;
}
.trigger .request_layer span.drop {
	width: 100%;
	display: inline-block;
}
.trigger .request_layer span.drop select {
	background:none;
	height: 45px;
	position: relative;
	top: 0px;
	border: 0px solid #ddd;
	border-radius: 0px;
	padding: 10px 7px 10px 10px;
	text-indent: 0px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 300;
	width: 100%;
    margin: 0;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    color: #999;
}
.trigger .drop_arrow {
	position: absolute;
	top: 6px;
	left: 369px;
	z-index: 1;
	width: 18px;
}
/*End*/

@media only screen and  (max-width:550px) {
	.request_layer {
		width: 100%;
/*
		top: -2200px;
	    bottom: 1600px;
	    left: 0;
	    right: 0;
	    overflow-y: scroll;
*/
	    margin: 0;
/* 	    position: fixed; */
	    height: auto !important;
	    max-width: none;
	    box-shadow: none;
	}
	.noscroll {
		overflow: hidden !important;
		height: 100%;
		width: 100%;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.modal_group {
		position: fixed;
		top: -2200px;
	    bottom: 1600px;
		left: 0;
	    right: 0;
	    overflow-y: scroll;
	    background: #f2f2f2;
	    width: 100%;
	    margin: 0;
	}
	.modal_background {
		background: #fff;
		opacity: 1;
		position: fixed;
		width: 100%;
		top: -2200px;
	    bottom: 1600px;
	    left: 0;
	    right: 0;
	    display: block;
	}
}
.zindexfix {
z-index: -1;
}

.zindexriser {
z-index: 9999;
}
.zindexriser2 {
z-index: 99999;
}