/* ========== REGISTRATION ========== */

.formBlock{
    position: relative;
	margin:0px auto;
	}
	
/* --- FIELDS GENERAL --- */

.RegHeader{
	margin-left:-2px;
	padding-bottom:30px;
	}

form{
	height:auto;
	margin:0px auto;
	position:relative;
	}

.formElement {
    width: 48%;
    margin-bottom: 10px;
	}
	
.formElement.left {
    float:left;
	}

.formElement.end {
    margin-left: 0px;
    float: right;
    clear: right;
	}
	
.formRow {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
	}
	
.formRow.label {
    height: auto;
    margin-bottom: 0px;
    text-align: left;
    white-space: normal;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:subpixel-antialiased;
	}
	
.formRow.label, label {
    font-size:16px;
    line-height: 18px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:antialiased;
	color:#111;
	}
	
.label {
	color:#000;
	font-weight:inherit;
	-webkit-font-smoothing:antialiased;;
	-moz-osx-font-smoothing:subpixel-antialiased;
	}
	
label {
	max-width: 100%;
	margin-bottom: 5px;
	margin-bottom:auto;
	font-weight:normal;
	}
	
.formRow.input {
    position: relative;
    height: auto;
	margin:3px 0px 6px 0px;
	background-color: rgba(210, 177, 141, 0);
    border: 2px #666 solid;
	border-radius: 0px;
	}
	
.formRow.radioinput {
    position: relative;
    height: auto;
	margin:3px 0px 6px 0px;
	background-color: rgba(210, 177, 141, 0);
    border: none;
	}
	
.formRow.input input {
	border:none;
    height: 24px;
    width:100%;
    text-align: left;
    padding: 2px 5px 2px;
	font-size: 16px;
    line-height: 18px;
	color: #333;
	-webkit-appearance: none;
	}
	
.formRow.radioinput {
    position: relative;
    float: left;
    clear: none;
    margin-top: 0px;
    margin-bottom: 0px;
    height: auto;
	}
		
.asterisk{
	position:relative;
	}
	
/* --- FIELDS GENERAL --- */


/* --- DROPDOWN MENUS --- */

.formRow.fullrow {
    width: 100%;
    position: relative;
    height: auto;
    margin-bottom: 6px;
	}
	
.formRow .OtherBlock {
    display: none;
    margin-bottom: 0px;
    margin-top: 10px;
	}
	
::-webkit-input-placeholder {
   color: #111 !important;
   opacity:1;
	}

:-moz-placeholder { /* Firefox 18- */
   color: #111 !important;
   opacity:1;
	}

::-moz-placeholder {  /* Firefox 19+ */
   color: #111 !important; 
   opacity:1;
	}

:-ms-input-placeholder {  
   color: #111 !important;
   opacity:1;
	}
	
/* --- /DROPDOWN MENUS --- */

/* --- HOW DID YOU HEAR ABOUT US BLOCK --- */

.howHearBlock{
	height:auto;
	}
	
.AdvRow.expanded {
    height: auto !important;
    margin-bottom: 0px !important;
    clear: both;
	}
	
.formRow .BrokerReferralBlock{
	display:none;
	margin-bottom:0px;
	margin-top:10px;
	}
	
/* --- /HOW DID YOU HEAR ABOUT US BLOCK --- */
	
/* --- REALTOR OPTIONS --- */

.RealtorOptions{
	position:relative;
	float:left;
	width:48%;
	margin-top:7px;
	}

.AgentContainer {
    height: auto;
    margin-top: 4px;
	margin-bottom:8px !important;
    width: 100% !important;
	}
	
.formRow.radioinput > label {
    float: left;
	width:auto;
	}
	
.formRow.radioinput .haveAgentBlock {
    display: none;
    margin-top: 5px;
    margin-bottom: 0px;
	}
	
.formRow.radioinput .haveAgentBlock .haveAgentInput{
	position: relative;
	height: auto;
	margin: 3px 0px 6px 0px;
	background-color: rgba(210, 177, 141, 0);
	border: 2px #555 solid;
	border-radius: 0px;
	}
	
.formRow.radioinput .brokerageBlock{
	display:none;
	margin-top: 0px;
	margin-bottom:0px;
	}
	
.formRow.radioinput .brokerageBlock .BrokerageInput{
	position: relative;
	height: auto;
	margin: 3px 0px 6px 0px;
	background-color: rgba(210, 177, 141, 0);
	border: 2px #555 solid;
	border-radius: 0px;
	}
	
.RealtorContainer{
    height: auto;
    margin-top: 6px;
    width: 100%;
	}
	
.control-group {
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 0px;
	}
	
.control-group.second {
    margin-left: 23px !important;
	}
	
#haveAgent_no{
	width:10px !important;
	}
	
#realtor_no{
	width:10px !important;
	}
	
/* --- /REALTOR OPTIONS --- */
	
	
/* --- SIGN ME UP --- */

.OptInContainer{
	position:relative;
	margin-top:4px;
	}
	
.fullrow.fullrow.optin {
    display: block;
    width: 100%;
    border: 2px solid #555;
    height: auto;
	background-color:rgba(255, 255, 255, 1);
	}

.signMeUp{
    float: left;
    width: 20px;
    height: 20px;
    display: block;
	}

.signMeUp input{
    height: 20px;
	margin: 0px 0px 0px;
	}

.signMeUp.label{
    float: left;
    width: auto;
    margin: 1px 0px 2px 0px;
    font-size:16px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:antialiased;
	padding:12px 0px 0px 10px;
	color:#333;
	}

.signUpText {
    margin: 6px 10px 12px 10px;
    line-height: 16px;
    font-size:12px;
    color: #111;
    height: auto;
	font-weight:400;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:antialiased;
	}

.optInSelect {
    position: relative;
    margin-top: 12px !important;
	margin-left:0px;
	}
	
/* --- /SIGN ME UP --- */
	
/* --- SECURITY CODE --- */

.securityOption{
	padding-top:12px;
	}

.formRow.securityinput{
    height: auto;
	}

.securityInput.secImage{
    float: left;
    width: 116px;
	margin-top:3px;
	}
	
.securityInput.secImage img{
	}

.securityInput.secField{
    float: left;
    padding-right: 0px;
    margin: 9px 0px 8px 0px;
    padding: 0px;
    height: auto;
    width: 65px;
	}
	
.securityCodeContainer{
	padding-top:25px;}

.securityInput.secField input {
	background-color:rgba(255, 255, 255, 1);
	border: 2px #555 solid;
	border-radius:0px;
    color:#444;
	width: 100px;
	text-align:left;
	padding:2px 5px 2px;
    height:24px;
	-webkit-appearance: none;
	}

#cryptogram{
	margin-left:-10px;
	}
	
/* --- /SECURITY CODE --- */

/* --- BUTTON, CHECKBOX, DROPDOWN STYLES --- */

.inputField2{
	color:#888 !important;
	}

.btn {
    display: inline-block;
	color:#222;
    padding: 1px 5px 0px 5px;
	height:24px;
    margin-bottom: 0px;
    font-size:16px;
    line-height:19px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border:none;
	border-radius:0px;
	background-color:rgba(255, 255, 255, 1);
	/*-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: subpixel-antialiased;
	font-weight:normal;*/
	}
	
.btn-default:hover {
    color: #444 !important;
    background-color: #FFF !important;
    border-color: #000 !important;
	}
	
.btn-default.focus, .btn-default:focus {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
	}
	
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
	}
	
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
	}
	
.show .dropdown-menu{
	display:block !important;
	}
	
.dropdown-menu {
    position: absolute;
	top: 100%;
	color: #444 !important;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0px;
	margin: 2px 0px 0px;
	font-size: 16px;
	text-align: left;
	list-style: outside none none;
	background-color: rgba(255, 255, 255, 1);
	background-clip: padding-box;
	border: 2px solid #888;
	border-radius: 0px;
	box-shadow: none;
	left: -2px !important;
	right:-2px;
	}
	
.dropdown-menu > li > a {
    color:#444;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: subpixel-antialiased;
	padding: 3px 6px !important;
	}
	
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #444;
    text-decoration: none;
    background-color: #f5f5f5;
}
	
.bootstrap-select.btn-group .dropdown-menu li a span.text{
	font-size: 16px;
	line-height: 24px;
	float:none;
	}
	
.control {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 26px;
    cursor: pointer;
    width: 52px;
    float: left;
	margin-left:9px;
    }

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    }
   
.control__indicator {
    position: absolute;
	top: -2px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #555;
	background-color: rgba(255, 255, 255, 1);
    }

.control--radio .control__indicator {
    border-radius: 50%;
    }
	
/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: rgba(222, 222, 222, 1);
	}

/* Checked state */
.control input:checked ~ .control__indicator {
    background: rgba(255, 255, 255, 1);
	}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
     background: rgba(255, 255, 255, 1);
	
	}

/* Disabled state */
.control input:disabled ~ .control__indicator {
    pointer-events: none;
    opacity: .6;
    background: rgba(0, 0, 0, 0);
	}

/* Check mark */
.control__indicator:after {
    position: absolute;
    display: none;
    content: '';
	}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
    display: block;
	}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
    top: 3px;
    left: 6px;
    width: 5px;
    height: 10px;
    transform: rotate(36deg);
    -webkit-transform:rotate(36deg);
    border: solid #888;
    border-width: 0 2px 2px 0;
	}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
    border: solid #888;
}

/* Radio button inner circle */
.control--radio .control__indicator:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FFF;
	}

/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {
    background: #FFF;
	}
	
/* --- /BUTTON, CHECKBOX, DROPDOWN STYLES --- */

	
/* --- SUBMIT BUTTON --- */

.SubmitButton{
	position:relative;
	height:auto;
	width:48%;
	float: right;
	margin:15px 0px 40px 0px;
	}

.fullrow.submit{
    width: 100%;
	height:auto;
    text-align: left;
	}

.formRow input[type="submit"]{
	position:relative;
    border:none;
    color: #333;
    font-size: 36px;
	line-height:36px;
	background-color:transparent;
    cursor: pointer;
	width:auto;
	height:auto;
	padding:0px;
	transition-duration: 200ms;
    transition-property: all;
	transition-timing-function:ease-in-out;
	}

.formRow input[type="submit"]:hover {
    color:rgba(255, 0, 0, 1);
    }
	
.tempSubmit{
	position:relative;
	font-size:42px;
	color:#333;
	cursor:pointer;
	transition-duration: 200ms;
    transition-property: all;
	transition-timing-function:ease-in-out;
	font-family: 'Caslon224Std-BookItalic';
	}
	
.tempSubmit:hover{
	color:rgba(255, 0, 0, 1);
	}

	
/* --- /SUBMIT BUTTON --- */

/* --- SPACING --- */

.additionalSpace3 {
	margin-top:4px;
	}
	
.labelgap {
    margin-top: 16px;
	}

.labelgap2 {
    margin-top: -1px;
	}

.labelgap3 {
    margin-top: 22px;
	}
	
/* --- /SPACING --- */

.thankYouBlock{
	/*padding-top:100px;*/
	}
	
.thankYouBlock p{
	font-size:17px;
	line-height:23px;
	padding-top:8px;
	color:#444;
	}

.error {
	color:#ff0000;
	}
	
.registrationSmallBG{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.75);
	z-index: 2;
	}

/* ========== /REGISTRATION ========== */



@media (max-width:1084px){

	
.landingRegForm{
	top: 0px;
	min-height:auto;
	padding-top: 140px;
	background-color: rgba(0, 0, 0, 0);
	}
	
.formElement{
	width:100%;
	}
	
.RealtorOptions {
    width: 100%;
	}
	
.smallClear{
	clear:both !important;
	}
	

	
.optInSelect {
	margin-right:6px;
	}
}

@media (max-width:884px){
control-group {
    display: inline-block;
    width: 134px;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 10px;
    margin-left: -9px;
	}
}

@media (max-width:484px){
.formRow.radioinput > label {
    float:none;
    width: 100%;
	}
.control-group {
    margin-top: 10px;
	float:none;
	}
	
.haveAgent_status{
	margin-right:9px !important;
	}
	
.realtor_status{
	margin-right:9px !important;
	}
	
.optInSelect{
	margin-left:9px !important;
	}
	
.control {
    margin-left: 0px;
	}
}