@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,700italic,400italic");

.popupContainer body {font-family: 'Source Sans Pro', sans-serif; font-size: 14px; color: #666;}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.popupContainer{
   position:absolute;
   width:330px;
   height: auto;
   left:45%;
   top:80px;
   background: #FFF;
}

#modal_trigger {/*margin:100px auto; width:100px; display:block;*/}

.btn {padding:10px 20px; background: #F4F4F2;}
.btn_green {background: #00744f !important; color: #FFF ;}

.btn:hover {background: #E4E4E2;}
.btn_green:hover {background: #004d34;}

a.btn {color:#666; text-align: center; text-decoration: none;}
a.btn_green {color: #FFF;}

.one_half {width:50%; display: block; float:left;}
.one_half.last {width:45%; margin-left:30%;}

/* Popup Styles*/
.popupHeader {font-size:16px; text-transform: uppercase;}
.popupHeader {background:#F4F4F2; position:relative; padding:10px 20px; border-bottom:1px solid #DDD; font-weight:bold;}
.popupHeader .modal_close {position: absolute; right: 0; top:0; padding:10px 15px; background:#E4E4E2; cursor: pointer; color:#aaa; font-size:16px;}

.popupBody {padding:20px;}


.centeredText {text-align: center; margin: 20px 0; clear: both; overflow: hidden; text-transform: uppercase;}

.action_btns {clear:both; overflow: hidden;}
.action_btns a {display: block;}

/* User Login Form */
.user_login {}
.user_login label {display: block; margin-bottom:5px;line-height: 1;font-weight: 500;}
.user_login input[type="text"], .user_login input[type="email"], .user_login input[type="password"] {
    display:  block;
    width:  90%;
    padding: 10px;
    border: 1px solid #DDD;
    color:  #666;
    font-size: 0.875em;
    height: 2.3125em;
    margin: 0 0 1em 0;
  }
.user_login input[type="checkbox"] {float:left; margin-right:5px;}
.user_login input[type="checkbox"]+label {float:left;}

.user_login .checkbox {margin-bottom: 10px; clear: both; overflow: hidden;}
/* .forgot_password {display:block; margin: 20px 0 10px; clear: both; overflow: hidden; text-decoration: underline; color:#ED6347; line-height: normal;} */

.loginPage .textField {padding: 0px 5px;}


/* Global Login Styles by Menlo */
#modal .popupBody {
    padding-top: 10px;
}
#login input[type="text"],
#login input[type="password"]{
	margin-bottom: 0px;
}
#custLogin #glSubmit{
    cursor: pointer;
    font-size: 15px;
    padding: 5px 13px;
    border:1px solid #2284a1;
    margin-bottom: 0px;
    margin-left: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    height: 2.2125em;
}
/*Only for firefox*/
@-moz-document url-prefix(){
    #custLogin #glSubmit{
        height: 2.4125em;
    }
}
.fs15{font-size:15px}
.errorMsg{color: red;display: inline-block;font-size: 14px;margin: 3px 0px 7px 0px;}
a{
  color:#6fa396;
}
.user_login input#glSubmit{
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    border: 1px solid #2284a1;
    cursor: pointer;
    font-size: 15px;
    padding: 5px 13px;
    margin-bottom: 0px;
    margin-left: 5px;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;

}
.user_login hr{
    margin: 1.25em 0 1.1875em;
}