@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('/includes/fonts/proximanova-regular-webfont.eot?') format('eot'),
         url('/includes/fonts/proximanova-regular-webfont.woff') format('woff'),
         url('/includes/fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('/includes/fonts/proximanova-regular-webfont.svg#webfontHCxn0Ebw') format('svg');
    font-weight: normal;
    font-style: normal;

}

:active {
	outline: none !important;
}


.login-action a { color: #008CBA !important; }

h6 { 
	font-family: "ProximaNovaRegular", Helvetica, Arial, sans-serif !important; 
	float: left;
	color: #4D4D4D;
}

.signup-panel {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 40px 50px 20px 50px;
  margin: 60px 0 20px 0;
  background: #f9f9f9;
}
.signup-panel i {
  font-size: 30px;
  line-height: 50px;
  color: #999;
}
.signup-panel form input, .signup-panel form span {
	font-family: "ProximaNovaRegular", Helvetica, Arial, sans-serif !important; 
	font-size: 16px;
	height: 46px;
	margin-bottom: 1.5rem;
}

.signup-panel form #checkbox1 {
	height: 15px;
}

.signup-panel .welcome {
  font-family: "ProximaNovaRegular", Helvetica, Arial, sans-serif !important; 
  font-size: 28px;
  line-height: 32px;
  margin-left: 0;
  text-align: center;
  margin-bottom: 30px;
}
.signup-panel p {
  font-size: 13px;
}

.signup-panel .button {
	font-family: "ProximaNovaRegular", Helvetica, Arial, sans-serif !important; 
	background-color: #fcae00;
	font-size: 16px;
}

.signup-panel .login-action {
	text-align: center;
}

.janrain-providers {
	display: inline;	
}

.janrain-providers li {
	margin-left: 10px;
}

.janrain-providers a {
    width: 24px;
    height: 24px;
    background-image: url(/images/homepage/v7/rpx.png);
	background-repeat: no-repeat;
    display: block;
	/* Image Replacement */
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.facebook {
    background-position: 0 0;
}

.twitter {
    background-position: -30px 0;
}

.google {
    background-position: -60px 0;
}

.yahoo {
    background-position: -90px 0;
}

.microsoft {
    background-position: -120px 0;
}

.tumblr {
    background-position: -150px 0;
}

.not-yet-member {
	font-family: "ProximaNovaRegular", Helvetica, Arial, sans-serif !important; 
	text-align: center;
	color: #333;
	margin-bottom: 30px;
}

@media only screen and (min-width: 64.063em) and (max-width: 120em) {  
	.not-yet-member {
		margin-bottom: 200px;
	}
}

/* Divider styling for social buttons */
.su-divider {
	display: block;
	color: #666;
	width:100%;
	margin: 0 auto 32px;
	overflow: hidden;
	text-align: center;   
}

.su-divider:before, 
.su-divider:after {
	content:"";
	vertical-align: top;
	display: inline-block;
	width: 50%;
	height: 0.75em;
	border-bottom: 1px solid #ccc;
}

.su-divider:before {
	margin:0 20px 0 -50%;
}

.su-divider:after {
	margin:0 -50% 0 20px;
}

/* If the user doesn't have Javascript enabled (as checked by Modernizr), the social media buttons are hidden so the separator should be hidden too */
.no-js .su-divider {
	display: none;
}