/*
 * Gateway Section
 *
 * SignIn | SignUp | Gateway  and related styles
 *
 *
 */

.form-wrap .input-wrap {
	margin: 0 0 20px 0;
}
.form-wrap .input-wrap input {
	margin: 0;
}

body.sign-in, body.sign-in #wrapper {
/*background: #eaecec;*/
}
body.sign-in footer { background: transparent; }
body.sign-in footer .menu { font-size: 0.875em;}
body.sign-in .header-blank {
	display: none;
}

#sign-in {

}
#sign-in #sign-in-section {

}

#sign-in .form-wrap {
	width: 95%;
	max-width: 420px;
	margin: 0 auto 10px auto;
	padding: 20px 20px 5px 0px;
	border: solid 1px #e3e3e3;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #eee;
}
#sign-in .form-wrap #sso {
	width: 100%;
	height: 100%;
}
#sign-in .form-wrap form {
	width: 80%;
	margin: 0 auto;
}
#sign-in .logo-wrap {
	display: block;
	width: 80%;
	max-width: 180px;
	margin: 50px auto 0 auto;
	padding: 0 0 30px 0;
}
#sign-in .form-wrap form .forgot-link {
	font-size: 0.8em;
	text-align: right;
	padding: 4px 0 0 0;
}

#sign-in .form-wrap form .button {
	width: 100%;
}

#sign-in .form-wrap form .no-account-wrap {
	position: relative;
	text-align: center;
	padding: 0;
	position: relative;
	top: -4px;
}
#sign-in .form-wrap form .no-account-wrap span {
	font-size: 0.875em;
}
#sign-in .form-wrap .button-wrap {
	margin-top: 20px;
	margin-bottom: 0px;
}













#gateway #gateway-section .container {
	padding-top: 110px;
	padding-bottom: 110px;
}

#gateway #gateway-section {
	background-image: url("../img/gateway/headshot-customer.jpg");
	background-position: 0px 100%;
	background-repeat: no-repeat;
	background-size: 580px;
	transition: background 300ms ease;
	-webkit-transition: background 300ms ease;
}
#gateway.business #gateway-section {
	background-image: url("../img/gateway/headshot-business.jpg");
}
#gateway #gateway-section #select-path-wrap .intro-wrap h3 {
	font-size: 32px;
	padding-bottom: 25px;
}
#gateway #gateway-section #select-path-wrap .intro-wrap p {
	font-size: 18px;
	padding-bottom: 30px;
}


#gateway #gateway-section #select-path {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#gateway #gateway-section #select-path .path {
	min-height: 100px;
	background: #fff;
	padding: 15px 15px 15px 36px;
	margin-bottom: 20px;
	position: relative;
	border: solid 1px #dadcdc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	cursor: pointer;
}
#gateway #gateway-section #select-path .path h5 {
	font-size: 16px;
	padding-bottom: 5px;
}
#gateway #gateway-section #select-path .path p {
	font-size: 0.875em;
	line-height: 1.5em;
	padding: 0;
}
#gateway #gateway-section #select-path .path:after {
	font-family: FontAwesome;
	content: "\f10c";
	font-size: 16px;
	position: absolute;
	top: 15px;
	left: 12px;
	color: #cacccc;
}
#gateway #gateway-section #select-path .path.selected {
	border-color: #04a4cc;
}
#gateway #gateway-section #select-path .path.selected:after {
	color: #04a4cc;
	content: "\f192";
}
#gateway #gateway-section #select-path-wrap {

}
#gateway #gateway-section #select-path-wrap .button {
	margin-top: 15px;
	min-width: 200px;
}
#gateway #gateway-section #person-wrap {
	max-height: 500px;
}




@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {



}


@media (max-width: 992px) {

	#gateway #gateway-section {
		background-position: -120px 100%;
		background-size: 540px;
	}

}


@media (max-width: 768px) {


}

@media (max-width: 767px) {

	#gateway #gateway-section .container {
    max-width: 480px;
		margin: 0 auto;
	}
	#gateway #gateway-section {
    background-image: none !important;
	}
	#gateway #gateway-section .container {
    padding-top: 30px;
    padding-bottom: 50px;
	}
	#gateway #gateway-section #select-path-wrap .intro-wrap h3 {
    text-align: center;
	}
	#gateway #gateway-section #select-path-wrap .button {
    margin: 0 auto;
    display: block;
	}

}

@media (min-width: 480px) {


}
