@charset "UTF-8";
@import url(../../../css/jquery.fancybox.css);
body {
	font-family: "proxima-nova", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
	padding: 0;
	background: #FFF;
}
.langCtr, #changeSelectedLocale {
    display: none;
}
form {
}
.section, .userIDpage .section, .userIDpage .section:last-of-type, .forgotPassPage .section, .forgotPassPage .section:last-of-type {
	padding: 30px 15px;
	border-bottom: 1px solid #D2D2D2;
	max-width: 300px;
	margin: 0 auto;
}
.section:last-of-type {
	max-width: 430px;
	border: none;
}
a {
	color: #B84C16;
}
p {
	margin-top: 0;
	margin-bottom: 5px;
	color: #666;
}
.userIDpage p {
	color: #666;
	margin-bottom: 20px;
}
div {
	position: relative;
}
.container {
	margin: 0 auto;
	background: url(../images/login_bgnd.jpg) no-repeat center 100px / cover;
	padding-bottom: 50px;
}
.brdr {
	max-width: 500px;
	margin: 0 auto;
	background: #F4F4F4;
}
.userName {
	margin-bottom: 10px;
}
.emailDiv {
	margin-bottom: 20px;
}
h1, h2 {
	text-align: center;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 15px;
	font-family: Swiss-721;
	font-weight: 900;
	text-transform: uppercase;
}
.siteLogo img {
	display: block;
	height: auto;
	width: 94%;
	position: relative;
	top: 27%;
	margin: 0 auto;
}
.siteLogo {
	border: none;
	margin: 0 auto 40px auto;
	position: relative;
	left: 0;
	top: 0;
	width: 148px;
	height: 138px;
	background: #231c19;
	cursor: pointer;
}
label {
	display: block;
	color: #1C1C1C;
	font-size: .9rem;
	font-weight: 600;
	margin-bottom: 3px;
}
.expEntry label {
	position: static;
	margin-bottom: 5px;
	transition: none;
}
.expEntry {
	padding-top: 20px;
	margin: 0 10px 40px 10px;
}
.expEntry > div {
	float: left;
	margin-right: 30px;
	text-align: center;
}
.expEntry::after {
	display: block;
	content: '';
	clear: both;
}
select {
	border: 1px solid #CCCCCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 30px;
	width: 90px;
	line-height: 1rem;
	font-size: 1rem;
	padding-left: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFF url(../images/select_arrow.gif) no-repeat right center / auto 10px;
	padding-right: 28px;
}
.noUser {
	font-size: 1rem;
	margin-bottom: 20px;
	text-align: center;
}
.forgot {
	font-size: 1rem;
	text-align: center;
	font-weight: 700;
}
input[type="button"] {
	cursor: pointer;
}
.goBtn {
	background: rgba(68, 64, 84, 1);
	color: #FFF;
	padding: 0;
	font-size: 1rem;
	line-height: 3rem;
	font-family: Swiss-721, sans-serif;
	display: block;
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
	transition: .2s ease-in-out background;
}
.goBtn:hover {
	background: rgba(68, 64, 84, .8);
}
input[type="text"], input[type="password"], input[type="number"], input[type="email"] {
	display: block;
	width: calc(100% - 20px);
	padding: 10px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	font-size: 1rem;
	border: 1px solid #D2D2D2;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #FFF;
}
.forgotPassPage input[type="text"] {
	margin-bottom: 10px;
}
.forgotPassPage p {
	margin-bottom: 30px;
}
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
	border: none;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="email"]:focus {
/*background: #f7f7f7;*/
}
input[type="submit"]:focus {
	outline: 2px dashed #666;
}
input.standardBtn {
	background: #f7f7f7;
	border: 1px solid #CCC;
	color: #555;
	padding: 0;
	font-size: 1.2rem;
	line-height: 3rem;
	font-family: "proxima-nova", sans-serif;
	display: block;
	width: 200px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#intelispendMsg {
	max-width: 500px;
}
.fancybox-inner .goBtn {
	width: 200px;
}
.ftrButtons {
	text-align: center;
	border-top: 1px solid #CCC;
	padding: 20px 0 0 0;
	margin: 30px 0 0 0;
}
.ftrButtons, .ftrButtons li {
	list-style: none;
}
.ftrButtons li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
label.error {
	color: #CC0000 !important;
	bottom: 8px !important;
	z-index: 1;
}
.regAcct label.error {
	position: absolute;
	bottom: auto !important;
	font-size: .85rem;
	margin-top: 5px;
}
input.error {
	background: #FCFFD2 !important;
}
#error {
	margin-bottom: 20px;
	color: #CC0000;
}
.loginForm #error {
	padding: 30px 30px 0 30px;
}
.authenticate, .regAcct {
	margin-bottom: 25px;
}
.loginSubmit {
	margin-bottom: 20px;
}
.helpText {
	color: #666;
	text-align: center;
}
.ftr {
	padding: 12px 0;
}
.isLoginBtns {
	margin-bottom: 30px;
}
.cell {
	position: relative;
	overflow: hidden;
}
#registerPanel {
	transition: opacity .4s ease-in-out;
}
#regWindow {
	position: absolute;
	left: 502px;
	top: 0;
	max-width: 496px;
	width: 100%;
	border: none;
	height: 310px;
	transition: all .4s ease-in-out;
}
.opened #registerPanel {
	opacity: 0;
}
.opened #regWindow {
	left: 0;
}
.isLoginBtns span {
	display: block;
	color: #000;
	width: 30px;
	text-align: center;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 50px;
	font-size: 1.25rem;
}
.isLoginBtns input {
	float: left;
}
.isLoginBtns input[name="LOGIN"] {
	background: #000;
	border-color: #000;
	color: #FFF;
}
.clearBoth {
	clear: both;
}

@media only screen and (max-width : 556px) {
.container {
	background-position-y: 34px;
}
.siteLogo {
	width: 92px;
	height: 52px;
}
.siteLogo img {
	display: block;
	max-width: 232px;
	margin: 0 auto;
	top: 0;
}
label {
	font-size: .8rem;
}
label.moveUp {
	bottom: 44px;
}
label.error {
	bottom: 12px !important;
}
#error {
	margin-bottom: 10px;
	font-size: .8rem;
}
.authenticate {
	margin-bottom: 25px;
}
.regAcct {
	margin-bottom: 48px;
}
.ftr {
	font-size: .7rem;
	margin-top: 10px;
}
}

@media only screen and (max-width : 394px) {
.goBtn {
	font-size: 1rem;
}
}
.footer-links .container .utility a {
	color: #ffffff;
	font-family: "proxima-nova";
	font-size: 0.75em;
	border-left: solid 1px #ffffff;
	padding: 0 10px;
}
.footer-links .container .utility a:first-child {
	border-left: none;
}

@media only screen and (max-width: 767px) {
.footer-links .container .utility a {
	display: block;
	border: none;
	padding: 10px;
	font-size: 1.625em;
}
}
