@charset "UTF-8";
/* CSS Document */

/* This controls styles for the login and password reset screens */

.page-user.not-logged-in.front #page,
page-user-password #page{
	width:970px;
}

.page-user.not-logged-in.front #page,
.page-user-password #page, 
.page-access-access-denied-info #page {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    padding-top: 10px;
    width: 970px;
    margin: 0 auto;
	overflow:hidden;
}

/*.not-logged-in .region-content-inner*/
.page-user.not-logged-in.front .region-content-inner {
    width: 702px;
}

#user-login {
	padding: 50px 20px 10px 20px;
	width: 40%;
	margin: 0 0px 0px 20px;
	background-color: rgba(255,255,255,0.8);
	height: 280px;
	color: #333333 !important;
}
#user-login input[type=text], #user-login input[type=password]{
	width: 100%;
	height: 35px;
	border:1px solid #afafaf;
	border-radius: 4px;
	margin: 0 0 5px 0;
	font-size: 14px;
}

#user-login h2{
    font-size: 18px;
    position: absolute;
    margin-top: -190px;
    color: #3f8600;
}

/*.not-logged-in label*/
.page-user.not-logged-in.front label{
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 6px 0;
	color: #333333;
}

/*.not-logged-in #user-login a*/
.page-user #user-login a{
	font-size: 10px;
}

/*.not-logged-in #user-login .description*/
.page-user #user-login .description{
	display: none;
}

/*.not-logged-in #user-login input[type=submit]*/
.page-user #user-login input[type=submit]{
	color: #ffffff;
	font-size: 15px;
	border-radius: 4px;
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow:none;
	padding: 12px 21px;
	background: -webkit-linear-gradient(#4d9414, #428904); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#4d9414, #428904); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#4d9414, #428904); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#4d9414, #428904); /* Standard syntax */
}
/*.not-logged-in #user-login input[type=submit]:hover*/
.page-user #user-login input[type=submit]:hover{
	cursor: pointer;
	background: -webkit-linear-gradient(#428904, #4d9414); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#428904, #4d9414); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#428904, #4d9414); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#428904, #4d9414); /* Standard syntax */
}

/*.not-logged-in #zone-content-wrapper*/
.page-user.not-logged-in.front #zone-content-wrapper{
	padding: 7px 0 0 0;
}

/*.not-logged-in #user-login .form-actions*/
.page-user #user-login .form-actions{
	float: right;
	margin:0px;
}

/*.not-logged-in .block-sps-prospect-menu*/
.page-user .block-sps-prospect-menu{
	background-color: #3f8600;
}

/*.not-logged-in .region-content-inner*/
.page-user.not-logged-in.front .region-content-inner{
	background-image: url('../images/bkg-login-desk.png');
	background-repeat: no-repeat;
	background-position: top;
	height:470px;
}

/*.not-logged-in #zone-content*/
.page-user #zone-content {
    background-image: url('../images/bkg-bottom.jpg');
    padding-bottom: 30px;
}

.logged_out_title{
	color: #428904;
	font-size: 34px;
	text-transform: uppercase;
	font-style: italic;
	margin:10px 0 20px 0;
}

.logged_out_subtitle{
	color: #428904;
	font-size: 14px;
	text-transform: uppercase;
	font-style: italic;
}

.logged_out_arrow{
	background-image: url('../images/logged-out-arrow.png');
	height: 100px;
	width: 200px;
	background-repeat: no-repeat;
	margin:30px 0 10px 0;
}

.logged_out_message{
	line-height: 21px;
	font-size:12px;
	color: #333333;
}

.login_footer{
	color:#8f8f8f;
	font-size: 12px;
	width: 520px;
	margin: 170px 0px 0px 180px;
	position: absolute;
	float: right;
}

#login-extras-item-intro{
	text-align:center;
}

#flex-group-footer-extras{
	align-items:center;
}

.login_footer a{
	color:#3f8600;
	float: right;
	margin:-6px 0 0 30px;
}

.login-extras-item a{
	color:#3f8600;
	font-size: 12px;
}

a.net_benefits_footer{
	background-image: url('../images/net-benefits-logo-small.png');
	height:30px;
	width: 96px;
	background-repeat: no-repeat;
	margin:0;
	display:inline-block;
}

.login_trouble{
	margin:-80px 0 0 40px;
	font-size: 10px;
}

.page-user.not-logged-in.front .flex-group,
.page-user-password .flex-group, 
.page-access-access-denied-info .flex-group {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	align-items: stretch;
	justify-content: space-between;
}

.page-user.not-logged-in.front .flex-item,
.page-user-password .flex-item,
.page-access-access-denied-info .flex-item {
	flex-grow:1;
}

.page-user.not-logged-in.front .flex-item-first,
.page-user-password .flex-item-first,
.page-access-access-denied-info .flex-item-first {}

.page-user.not-logged-in.front .flex-item-last,
.page-user-password .flex-item-last,
.page-access-access-denied-info .flex-item-last {}


#login-footer-wrapper{
	font-size: 10px;
	line-height: 16px;
	color: #333333;
	color: #8F8F8F;
}

#login-footer-extra-links{
}

#footer-intro p{
	margin:0;
	padding:0;
}

#footer-copyright{
	margin:5px 0;
}

#footer-revision-num{
    margin: 0 0 5px 0
}

#footer-tcs-links{
}

#footer-tcs-links a{
	border-right: 1px solid #999;
    padding: 0 5px 0 0;
    margin: 0 0 0 5px;
}

#footer-tcs-links a.footer-tcs-links-first{
	margin-left:0;
}

#footer-tcs-links a.footer-tcs-links-last{
	padding-right:0;
	border-right:none;
}

.page-user.not-logged-in.front .marker, 
.page-user.not-logged-in.front .form-required{
	display: none;
}


#user-pass{
	height:323px;
}

.page-user.not-logged-in.front #sidebar{
	font-weight:normal;
	width:25%;
}

.page-user.not-logged-in.front #main-content{
	width:70%;
	background-image: url('../images/bkg-login-desk.png');
	background-repeat: no-repeat;
	border-left:none;
	float:right;
	height:492px;
}

.page-user.not-logged-in.front .contain{
	width:100%;
}

.page-user.not-logged-in.front #main{
	margin-bottom:10px;	
	margin-top:47px;
	overflow: auto;
}

.page-user.not-logged-in.front #main,
.page-user.not-logged-in.front #footer{
	clear: both;
	float:none;
	display: block;
	margin-left:0;
	margin-right:0;
}

.page-user.not-logged-in.front #footer,
.page-user-password #footer,
.page-access-access-denied-info #footer {
	clear:both;
	float:none;
	border-top: 8px solid #408800;
	padding-top:10px;
	margin-top:10px;
}

.page-user.not-logged-in.front div.messages{
	width:88%;
	margin:20px 0;
}

.page-user-password #sidebar,
.page-access-access-denied-info #sidebar {
	display: none;
}

.page-user-password #main-content,
.page-access-access-denied-info #main-content {
	border-left:none;
	float:none;
	clear: both;
	padding-left:0;
}

.page-user-password .block h3,
.page-access-access-denied-info .block h3 {
	font-size:22px;
}

/* responsive queries for the login screen */
/* -------------------------------------------------------- */
/* We start going into mobile mode at 990 */
@media (max-width : 990px){
	.page-user.not-logged-in.front #page,
	.page-user-password #page,
	.page-access-access-denied-info #page {
		width:700px;
		margin:0 auto;
	}
	
	.page-user.not-logged-in.front #main{
		border-top:3px solid #3f861e;	
		border-bottom:3px solid #3f861e;	
	}
	
	.page-user.not-logged-in.front #header,
	.page-user.not-logged-in.front #sidebar{
		display:none;
	}
	
	.page-user.not-logged-in.front #login-footer-wrapper.flex-group,
	.page-user-password #login-footer-wrapper.flex-group,
	.page-access-access-denied-info #login-footer-wrapper.flex-group {
		display:block;
	}
	
	.page-user.not-logged-in.front #login-footer-text,
	.page-user.not-logged-in.front #main-content,
	.page-user-password #login-footer-text,
	.page-user-password #main-content,
	.page-access-access-denied-info #login-footer-text,
	.page-access-access-denied-info #main-content {
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	
	.page-user.not-logged-in.front form#user-login{
		margin-top:60px;
	}
	
	.page-user.not-logged-in.front #footer,
	#login-footer-wrapper.flex-group #footer{
		border-top:0;
	}
	
	.page-user.not-logged-in.front #login-footer-extra-links ,
	.page-user-password #login-footer-extra-links,
	.page-access-access-denied-info #login-footer-extra-links {
		margin: 20px 0;
		border-top: 1px dotted #ccc;
		padding: 10px 0 0 0;
	}
} /*END: max width 990 */

@media (max-width: 568px){
	.page-user.not-logged-in.front #page,
	.page-user-password #page,
	.page-access-access-denied-info #page {
		width:100%;
		margin:0 auto;
	}
	
	.page-user.not-logged-in.front #main{
		margin-top:10px;
	}

	.page-user.not-logged-in.front form#user-login {
		width: 80%;
		margin: 10px auto 10px auto;
	}
	
	.page-user.not-logged-in.front .flex-group,
	.page-user-password .flex-group,
	.page-access-access-denied-info .flex-group {
		width:100%;
		clear:both;
		flex-direction:column;
	}
	
	.page-user.not-logged-in.front #flex-group-footer-extras .flex-item,
	.page-user-password #flex-group-footer-extras .flex-item,
	.page-access-access-denied-info #flex-group-footer-extras .flex-item {
		margin:5px 0;
	}
	
} /*END: max width 568 */

.page-access-access-denied-info #main-content {
	width: 98%;
}

div.access-denied-info-text {
	text-align: left; 
	background-color: #FFFFFF; 
	width: 50%; 
	height: 243px;
}

div.access-denied-info-bg {
	background-image: url('../images/computer_bg.png'); 
	width: 100%; 
	background-repeat: no-repeat; 
	background-position: right; 
	border-left: none; 
	height: 243px;
}
@media (max-width : 600px){
	div.access-denied-info-text {
		text-align: left; 
		background-color: #FFFFFF; 
		width: 100%; 
		height: 243px;
	}
} /*END: max width 600 */

.page-access-access-denied-info #page-title {
	display: none;
}