@import url(//fonts.googleapis.com/css?family=Roboto:400,700);

html.noscroll {
    overflow: hidden;
    height: 100%;
}
html.noscroll body {
    pointer-events: none;
}
html.noscroll body #superbox-container {
    pointer-events: auto;
}

/* Modal Styles (inside iframe) */
div > #ProtectedPropertyDetails_register > div > div.captcha-info > div{
width: 100%;
    margin-right: 0px;
}
div > #ProtectedPropertyDetails_register > div > div.captcha-info > div > div.captcha-info-image{
    height: 4em;
    width: 48%;
    float: left;
}
div > #ProtectedPropertyDetails_register > div > div.captcha-info > div > div.form-item.Type-characters{
    margin-right: 0px;
    margin-top: 0px;
}
div > #ProtectedPropertyDetails_register > div > div.captcha-info .capimage {
    float: right;
}
.superbox-inner-iframe {
    min-height: 100%;
}
.recaptcha-wrapper{
	margin:auto;
}
#registration{
    min-height: 100%;
    background-color: #fff;
    margin:0;
    padding: 0;
    font-family: "Roboto", "Arial";
    font-size: 1em;
    height:100%;
}
body#registration.protectedpropertydetails-body {
    background: none;
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 100px, #fff 101px);
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0) 100px, #fff 101px);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 100px, #fff 101px);
}
#registration form {
    margin: 0 !important;
    width: 100%;
    padding: 0;
    padding-top: 1em;
    background-color: #fff;
}

#registration.ie9{
	padding-top:10px;
}

/* Registration and Log In tabs */
#registration .header_tabs {
    position: relative;
    margin: 0;
    padding: 10px 40px 0 0;
    z-index: 1;
}
#registration .header_tabs:after {
    content: '';
    display: block;
    clear: both;
}
#registration .header_tabs li {
    display: block;
    float: left;
    height: 38px;
    width: 100px;
    text-align: center;
    box-sizing: border-box;
    margin-right: 3px;
    border-radius: 6px 6px 0 0;
    background-color: #222;
}
#registration .header_tabs li:hover {
    background-color: #5a5a5a;
}
#registration .header_tabs li.selected {
    background-color: #757575;
}
#registration .header_tabs li a {
    display: block;
    padding: 9px 15px;
    color: #fefefe;
    text-decoration: none;
}
/* IE Hack */
@media screen\0 {
    #registration .header_tabs li {
        margin-bottom: -1px;
    }
}

#registration h1 {
    display: block;
    position: relative;
    color: #fff;
    font-size: 1.5em;
    background-color: #757575;
    padding: 15px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    z-index: 2;
}
#registration h1 ~ p {
    margin: 1em;
    font-size: 1.1em;
}
#registration h1 + form {
    margin-top: 1em !important;
}
#registration fieldset {
    border: 0;
}

#registration .description_body{
	padding:4px 12px;
	color:#555555;
}
#registration .description_side{
  width:567px;
  background:url('images/superbox_description_sideborder.png') repeat-y;
}
#registration .description_top{
	height:11px;
	width:567px;
	background:url('images/superbox_description_topborder.png') 0 bottom no-repeat;
}
#registration .description_bottom{
  height:11px;
	width:567px;
  background:url('images/superbox_description_bottomborder.png') no-repeat;
	margin-bottom:20px;
}

#registration .messages {
  border-style:double;
  border-width:medium;
}

#registration .messages.error {
  border-color:#ff0000;
  color:#ff0000;
  margin: 0 1em 1em 1em;
}
#registration .messags.error ul {
  margin: 8px;
}
#registration input.error {
    background-color: #F1C9C9;
}

#registration .description{
    display: block;
    margin-top: -48px;
    margin-left: 100px;
}
#registration .star{
 background:url('images/star.png') right top no-repeat;
 width:14px;
 height:14px;
 float: left;
 left: 0 !important;
 top: 0 !important;
}
#registration .captcha-text .star{
padding: 0px 0px 0px 14px;
}
#registration .form-required {
    color:#ff0000;
}
#registration .description .Telephone{
  width:129px;
}
#registration input[type="text"],
#registration input[type="password"] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    padding: 10px 5px 2px 2px;
    font-size: 1em;
    border-bottom: 1px solid #666;
    -webkit-appearance: none;
}
#registration input[type=text]:focus {
    border-bottom: 1px solid #3A7FCD;
    outline: 0;
}
#registration .form-item,
#registration .captcha-info {
    box-sizing: border-box;
    height: 60px;
    margin: 0 1em 8px 1em;
}
#registration .captcha-info .form-item{
	background:none;
	float: none;
	display: block;
	margin: 0;
}
#registration .captcha-info .captcha-text{
margin-left:20px;
}
#registration .captcha-info p{
color: #555555;
margin:0px;
}
#registration .captcha-info .form-item.Captcha,
#registration .captcha-info .form-item.form-item-Captcha{
	float:right;
	margin: 0px 115px 18px 0px;
	height: 28px;
}
#registration .captcha-info img.capimage{
    height: 100%;
    width: calc(100% - 40px);
}

#registration .captcha-info .form-item.Captcha label,
#registration .captcha-info .form-item.form-item-Captcha label{
	display:none;
}

#registration .form-item label {
 color:#555555;
 display:block;
 float:left;
 font-size: 0.8em;
}
#registration .form-item .description {
    display: none;
}

/* Log in, register, forgot my password */
#registration .item-list {
    text-align: center;
    margin: 1em auto;
}
#registration .item-list ul {
    list-style: none;
    padding: 0;
}

#registration input.form-submit {
    display: block;
	width:50%;
	height:40px;
	margin: 0 auto;
	background-color: #2FC82F;
	border-radius: 4px;
    box-shadow: 0 3px 1px rgba(0,0,0,0.2);
	border:none;
	color:#fff;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	-webkit-appearance: none;
	appearance: none;
    margin-top: 2em;
}
#registration input.form-submit:hover,
#registration input.form-submit:focus {
    outline: 0;
    box-shadow: 0 3px 5px rgba(0,0,0,0.5);
}

#registration input.form-submit:active {
    background-color: #63d663;
}

#superbox .close a {
	display:block;
	height:21px;
  background:url('images/close.png') 100% 0 no-repeat;
  cursor:pointer;
  float:right;
  line-height:20px;
  color:#666666;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin:8px 8px 8px 0px;
	padding-right:26px;
	text-decoration:none;
}
#superbox .close a:hover{
	text-decoration:none;
}
#superbox .close {
    display: block;
    width: 32px;
    position: absolute;
    right: calc(50% - 250px);
}

/*
#registration div.disclaimer{
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #555555;
border: 2px solid #D0D1BE;
width: 94%;
clear: both;
padding: 7px;
margin-bottom:6px;
}
*/
#registration .wp_disclaimer{
    width: 100%;
    position: relative;
    clear: both;
    text-align: right;
    padding: 0.5em 1em;
    box-sizing: border-box;
    margin-top: 10px;
    left: 0 !important;
}
#registration a.disclaimer_link{
	cursor: pointer;
	font-size:0.8em;
	text-decoration: none;
    color: #086215;
    margin: 0 !important;
}
#registration a.disclaimer_link  span.disclaimer_content{
	position: absolute; 
	display: none;
	width: 90%;
	padding: 5px;
	background: #fff;
	color: #000;
	border: #000 1px solid;
	z-index: 9999;
	left: 73%;
    top: -6em;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
    text-align: left;
} 
#registration a.disclaimer_link span.disclaimer_content.hover{
	display: block;
}

/* Added on 2015 August 24 by Enrico, Mobile-friendly */


/* Captcha Info */
#registration .captcha-info .form-item {
    margin: 0;
    width: auto;
}
#registration .captcha-info div.form-item[class*="Type-characters"] {
    width: 50% !important;
    display: inline-block;
    vertical-align: top;
    float: left;
}
#registration .captcha-info .captcha-info-image {
    display: inline-block;
    width: 50%;
    float: left;
    height: 100%;
}

#registration .submit-buttons {
    text-align: right;
    margin-top: 1em;
    margin-right: 1em;
}

/* Superbox Overrides */
#superbox {
    width: 500px !important;
    padding: 20px 0;
    background: transparent;
}
#superbox-wrapper {
    position: absolute !important;
    /*top: 0 !important;*/
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#superbox-wrapper.focused {
    position: absolute !important;
}
#superbox-wrapper[style*="display: table"] {
    display: block !important;
}
#superbox-container {
	margin: auto;
	width: 100%;
	height: auto;
	border-radius: 4px;
	display: block !important;
	margin: 0 auto;
}
#superbox-innerbox {
    height: 570px !important;
}
/* Group Styles */
#registration .drip-group-container{
	width:100%;
	margin:0px;
	box-sizing: border-box;
    padding: 0px 15px; 
    margin-bottom:1em;
}
#registration .drip-group-container .form-item{
	margin:0px 1%;
    height: 44px;
	width:23.5%;
	background-color:#ececec;
	border-radius:4px;
	border:3px solid #ececec;
	float:left;
	text-align: center;
	padding:0px;
	cursor: pointer;
}
#registration .drip-group-container .form-item label{
    height: 40px;
    line-height:40px;
    font-weight:600;
    padding:0px;
    width: 100%;
	cursor: pointer;
}
#registration .drip-group-container .form-item:nth-child(1) label{
    box-sizing:border-box;
    padding:0px 20%;
    line-height:20px;
}
#registration .drip-group-container .form-item:nth-child(1){
	margin-left:0px;
}
#registration .drip-group-container .form-item:nth-child(4){
	margin-right:0px;
}
#registration .drip-group-container .form-item:nth-child(4):after{
	content:'';
	margin:0px;
	padding:0px;
	clear:both;
}
#registration .chosen-container-multi .chosen-choices{
    border-radius:4px;
}
#registration .chosen-container-active .chosen-choices,
#registration .chosen-container,
#registration .drip-buyer-subgroup-container,
#registration .drip-seller-subgroup-container,
#registration .drip-renter-subgroup-container,
#registration .drip-buyer-seller-subgroup-container{
	width:100% !important;
	margin:0px;
	line-height:40px;
}
#registration .drip-buyer-subgroup-container,
#registration .drip-seller-subgroup-container,
#registration .drip-renter-subgroup-container,
#registration .drip-buyer-seller-subgroup-container{
	margin-top:5px;
	margin-bottom: 1em;
}
#registration .drip-buyer-subgroup-container .form-item,
#registration .drip-seller-subgroup-container .form-item,
#registration .drip-renter-subgroup-container .form-item,
#registration .drip-buyer-seller-subgroup-container .form-item{
    height:30px;
}
#registration .chosen-container-multi .chosen-choices li.search-choice,
#registration .choice .chosen-container-multi .chosen-choices li.search-field{
	line-height:23px;
    margin: 3px 0px;
    margin-right: 4px;
    width: auto !important;
}
#registration .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{
	top: 9px;
}
#registration .choice .chosen-container-multi .chosen-choices li.search-field input[type=text],
#registration .chosen-container-multi.chosen-container-active li.search-field input[type=text]{
    height:30px;   
    line-height:23px;
    text-align:left;
    width:auto !important;
}
#registration .chosen-container-multi .chosen-choices li.search-field input[type=text],
#registration .chosen-container-multi .chosen-choices li.search-field{
	width: 100% !important;
}
#registration .drip-group-container.buy .form-item:nth-child(1),
#registration .drip-group-container.sell .form-item:nth-child(2),
#registration .drip-group-container.rent .form-item:nth-child(3),
#registration .drip-group-container.other .form-item:nth-child(4){
	border:3px #0fb2e3 solid;
	position:relative;
}
#registration .drip-group-container.buy .form-item:nth-child(1):before,
#registration .drip-group-container.sell .form-item:nth-child(2):before,
#registration .drip-group-container.rent .form-item:nth-child(3):before,
#registration .drip-group-container.other .form-item:nth-child(4):before{
    display: block;
    content: '';
    position: absolute;
    background: url('./images/group-icon.png') no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
    left: 0px;
    top: 0px;
    margin-left: -10px;
    margin-top: -10px;
}
#registration .drip-group-container{
    display:inline-block;
    overflow: visible;
}
#registration .drip-group-container-wrapper label{
    padding: 0px 15px;
    width: 100%;
    color: #555555;
    font-size: 0.8em;
    display: block;
    box-sizing: border-box;
    margin-bottom:5px;
}
#registration .drip-group-container-wrapper label .dripUp2{
	font-size:90%;
}
#registration .drip-group-container-wrapper label.error{
    color: #ff0000;	
}
#registration .drip-group-container input{
	display:none !important;
}
/* VIP Registration box */
#superbox-wrapper.vip-registration #superbox-innerbox {
    height: 560px !important;
}
#superbox-wrapper.vip-registration.validation-errors-1 #superbox-innerbox {
    height: 670px !important;
}
#superbox-wrapper.vip-registration.validation-errors-2 #superbox-innerbox {
    height: 685px !important;
}
#superbox-wrapper.vip-registration.validation-errors-3 #superbox-innerbox {
    height: 705px !important;
}
/* Save Search box */
#superbox-wrapper.save-search #superbox-innerbox {
    height: 520px !important;
}
#superbox-wrapper.save-search.validation-errors-1 #superbox-innerbox {
    height: 600px !important;
}
#superbox-wrapper.save-search.validation-errors-2 #superbox-innerbox {
    height: 620px !important;
}
#superbox-wrapper.save-search.validation-errors-3 #superbox-innerbox {
    height: 645px !important;
}

#superbox-innerbox iframe {
    height: 100% !important;
    width: 100% !important;
}

@media (max-width: 530px) {
	#registration .drip-group-container .form-item:nth-child(1) label{
      padding:0px 4%;
    }
    #superbox-wrapper, #superbox-container, #superbox, #superbox-innerbox iframe {
        width: 100% !important;
        margin: 0 auto;
        min-width: 300px;
    }
    #superbox-container {
        width: 95% !important;
        display: block;
        margin: 0 auto;
    }
    #superbox .close {
        right: 0;
    }
    #registration a.disclaimer_link span.disclaimer_content {
        left: 50%;
    }
    
    #superbox-wrapper.vip-registration #superbox-innerbox {
        height: 575px !important;
    }
    #superbox-wrapper.vip-registration.validation-errors-1 #superbox-innerbox {
        height: 675px !important;
    }
    #superbox-wrapper.vip-registration.validation-errors-2 #superbox-innerbox {
        height: 695px !important;
    }
    #superbox-wrapper.vip-registration.validation-errors-3 #superbox-innerbox {
        height: 710px !important;
    }
    
    #superbox-wrapper.save-search #superbox-innerbox {
        height: 530px !important;
    }
    #superbox-wrapper.save-search.validation-errors-1 #superbox-innerbox {
        height: 610px !important;
    }
    #superbox-wrapper.save-search.validation-errors-2 #superbox-innerbox {
        height: 630px !important;
    }
    #superbox-wrapper.save-search.validation-errors-3 #superbox-innerbox {
        height: 650px !important;
    }
    
    #registration .submit-buttons,
    #registration .wp_disclaimer {
        margin-right: auto;
        right: 0;
        text-align: center;
    }
    #registration input.form-submit {
        width: 75%;
    }
}
@media (max-width: 500px) {
    #superbox-wrapper, #superbox-container, #superbox, #superbox-innerbox iframe {
        width: 100% !important;
        margin: 0 auto;
        min-width: 300px;
    }
    #superbox-container {
        width: 95% !important;
        display: block;
        margin: 0 auto;
    }
    #superbox .close {
        right: 0;
    }
    #registration a.disclaimer_link span.disclaimer_content {
        left: 50%;
    }
    
    #superbox-wrapper.vip-registration #superbox-innerbox {
        height: 605px !important;
    }
    #superbox-wrapper.vip-registration.validation-errors-1 #superbox-innerbox {
        height: 695px !important;
    }
    #superbox-wrapper.vip-registration.validation-errors-2 #superbox-innerbox {
        height: 710px !important;
    }
    #superbox-wrapper.vip-registration.validation-errors-3 #superbox-innerbox {
        height: 730px !important;
    }
    
    #registration .submit-buttons,
    #registration .wp_disclaimer {
        margin-right: auto;
        right: 0;
        text-align: center;
    }
    #registration input.form-submit {
        width: 75%;
    }
}
@media (max-width: 400px) {
    #superbox-wrapper, #superbox-container, #superbox, #superbox-innerbox iframe {
        width: 100% !important;
        margin: 0 auto;
        min-width: 300px;
    }
    #superbox-container {
        width: 95% !important;
        display: block;
        margin: 0 auto;
    }
    #superbox .close {
        right: 0;
    }
    #registration a.disclaimer_link span.disclaimer_content {
        left: 50%;
    }
    
    #superbox-wrapper.vip-registration #superbox-innerbox {
        height: 650px !important;
    }
    #superbox-wrapper.vip-registration.validation-errors-1 #superbox-innerbox {
        height: 745px !important;
    }
    #superbox-wrapper.vip-registration.validation-errors-2 #superbox-innerbox {
        height: 760px !important;
    }
    #superbox-wrapper.vip-registration.validation-errors-3 #superbox-innerbox {
        height: 780px !important;
    }
    
    #superbox-wrapper.save-search #superbox-innerbox {
        height: 530px !important;
    }
    #superbox-wrapper.save-search.validation-errors-1 #superbox-innerbox {
        height: 625px !important;
    }
    #superbox-wrapper.save-search.validation-errors-2 #superbox-innerbox {
        height: 645px !important;
    }
    #superbox-wrapper.save-search.validation-errors-3 #superbox-innerbox {
        height: 660px !important;
    }
    
    #registration .submit-buttons,
    #registration .wp_disclaimer {
        margin-right: auto;
        right: 0;
        text-align: center;
    }
    #registration input.form-submit {
        width: 75%;
    }
}
@media (max-width: 350px) {
    #registration h1.long-heading {
        font-size: 1.3em;
    }
    
    #superbox-wrapper.vip-registration #superbox-innerbox {
        height: 660px !important;
    }
    #superbox-wrapper.vip-registration.validation-errors-1 #superbox-innerbox {
        height: 770px !important;
    }
    #superbox-wrapper.vip-registration.validation-errors-2 #superbox-innerbox {
        height: 800px !important;
    }
    #superbox-wrapper.vip-registration.validation-errors-3 #superbox-innerbox {
        height: 820px !important;
    }
    
    #superbox-wrapper.save-search #superbox-innerbox {
        height: 530px !important;
    }
    #superbox-wrapper.save-search.validation-errors-1 #superbox-innerbox {
        height: 640px !important;
    }
    #superbox-wrapper.save-search.validation-errors-2 #superbox-innerbox {
        height: 680px !important;
    }
    #superbox-wrapper.save-search.validation-errors-3 #superbox-innerbox {
        height: 700px !important;
    }
}

/* Trying to vertically align the superbox is tough without callbacks */
/* This is desktop view */
@media (min-height: 737px) and (min-width: 531px) {
    #superbox-wrapper[style*="display: table"] {
        display: table !important;
    }
    #superbox-container {
        display: table-cell !important;
    }
}
*/
.capimage{width:150px; height:60px;}
.cap_refresher{width:24px; height: 24px; float:left; position: relative; margin:0 5px; padding:0px; background: #efefef; border:1px solid #ccc; border-radius:3px; display:inline-block; text-align:center; }
.superbox-inner-iframe .cap_refresher {top: 18px;}
.cap_refresher img{margin-top:4px!important;border:0;}


/*--------Vow Reg Form Popup--------*/
p.vow_checkmark span.bg-checkmark,
h1.vow_locker span.bg-locker {
	position: relative;
}
p.vow_checkmark span.bg-checkmark:before,
h1.vow_locker span.bg-locker:before {
	content: '';
    position: absolute;
    width: 1em;
    height: 1.15em;
}
p.vow_checkmark span.bg-checkmark span,
h1.vow_locker span.bg-locker span {
    visibility: hidden;
    letter-spacing: -2px;
}
p.vow_checkmark {
	color: #757575;
	font-weight: 600;
	font-size: 1.1em;
	text-align: left;
	margin: .7em 0;
}
p.vow_checkmark span.bg-checkmark {
	margin-right: 6px;
}
p.vow_checkmark span.bg-checkmark:before {
    background: url(images/vow_checkmark.png) no-repeat;
    background-size: auto 90%;
    bottom: 0;
}
h1.vow_locker span.vow_locker {
	display: block;
	color: white;
	margin-top: .7em;
}
h1.vow_locker span.bg-locker {
	margin-right: 2px;
}
h1.vow_locker span.bg-locker:before {
    background: url(images/vow_white_locker.png) no-repeat;
    background-size: auto 90%;
}
#registration .drip-buyer-subgroup-container .form-item, 
#registration .drip-seller-subgroup-container .form-item, 
#registration .drip-renter-subgroup-container .form-item, 
#registration .drip-buyer-seller-subgroup-container .form-item {
 	height: auto !important;
}
#registration .vow_div {
	text-align: center;
}
#registration .vow_div div {
	display: inline-block;
}
#registration .form-item {
	height: 50px;
}
#registration form {
	padding-top: .7em;
}
#registration input[type="text"] {
	padding: 4px 5px 2px 2px;
}
#registration .recaptcha-wrapper {
	margin: 0 auto 0 15px;
}
@media screen and (max-width: 425px) {
	p.vow_checkmark {
		font-size: .85em !important;
	}
	#registration h1.vow_locker {
		font-size: 1.2em;
	}
}
@media screen and (max-device-width: 1600px) {
	#registration .form-item.Telephone-number, 
	#registration .form-item.E-mail {
		width: 44.7%;
    	display: inline-block;
	}
	#registration .form-item.Telephone-number {
		margin-right: .5em;
	}
	#registration .form-item.E-mail {
		margin-left: .4em;
	}
	#registration p.vow_checkmark {
		font-size: .9em;
		margin: .4em 1em;
	}
	#registration h1.vow_locker {
		font-size: 1.3em;
	}
	#registration input[type="text"] {
		padding: 2px 5px 2px 2px;
	}
	#registration .form-item {
		height: 35px;
	}
	#registration form {
		padding-top: .7em;
	}
	#registration .drip-group-container .form-item label {
		font-size: 0.7em;
	}
	#registration .drip-group-container .form-item:nth-child(1) label {
		padding: 0px 2%;
	    line-height: 30px;
	}
	#registration .drip-group-container .form-item label {
	    height: 16px;
	    line-height: 30px;
	}
	#registration .drip-group-container .form-item {
	    height: 36px;
	}
	#registration #user_login .item-list {
	    margin-top: 0;
	}
}
@media (max-device-width: 440px) {
	#registration .drip-group-container .form-item label {
	    font-size: 0.6em;
	}
}
@media (max-width: 400px) {
	#registration .drip-group-container .form-item label {
	    font-size: 0.55em;
	}
}
@media (max-device-width: 390px) {
	#registration .form-item.Telephone-number, 
	#registration .form-item.E-mail {
		width: 42%;
	}
	#registration .drip-group-container .form-item label {
	    font-size: 0.5em;
	}
	p.vow_checkmark {
	    font-size: .75em !important;
	}
	#registration .drip-group-container .form-item {
	    height: 30px;
	}
	#registration .drip-group-container .form-item label,
	#registration .drip-group-container .form-item:nth-child(1) label {
	    line-height: 24px;
	}
	#registration .chosen-container-multi .chosen-choices li.search-choice, 
	#registration .choice .chosen-container-multi .chosen-choices li.search-field {
		line-height: 17px;
	}
}
@media (max-device-width: 320px) {
	#registration .form-item.Telephone-number, 
	#registration .form-item.E-mail {
		width: 41%;
	}
	#registration .recaptcha-wrapper {
		margin: 0;
	}
	#registration .drip-group-container .form-item label {
	    font-size: 0.45em;
	}
	#registration h1.vow_locker {
	    font-size: 1.1em;
	}
}
#ProtectedPropertyDetails_register[action*="livefraservalley"] .drip-group-container .form-item:nth-child(4) {
	display: none;
}


#dripOverlay{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
 background:rgba(0,0,0,0.4);
  z-index:100000;
  display:none;
}
#dripMessageBox{
    width:460px;
    max-width: 90%;
    position:fixed;
    left:50%;
    top:50%;
        background: #fff;
    margin:-100px 0 0 0px;
    border: 1px solid #c5c5c5;
    border-radius:3px;
    padding: 4px;
        -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#dripTitle{
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
    padding: .4em .4em;
    position: relative;
    border-radius: 3px;
    text-align: right;
    line-height: 0.8;
}
#dripMessageBox a.closeDripBox{
    color: #454545;
    z-index: 200;
    text-decoration: none;
    font-size: 0.7em;
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    border-radius: 3px;
    line-height: 1;
    width: 1.5em;
    height: 1.4em;
    display: inline-block;
    text-align: center;
    line-height: 1.4em;
}
#dripMessageBox a.closeDripBox:before{
    content: "";
display:block;
width:100%;
height:100%;
background:url('../images/dripClose.png') no-repeat center center;
}
#dripMessageBox p{
    font-size: 0.9em;
    margin: .7em 1em 1em;
}



#social_sign_in_button_google,
#social_sign_in_button_facebook {
    width: 80%;
    display: flex;
    margin: 1em auto;
}
#social_sign_in_button_google {
    background-color: #4c8bf5;
    margin-bottom: 1em;
}
#social_sign_in_button_facebook {
    background-color: #4267B2;
}
#social_sign_in_button_google a,
#social_sign_in_button_facebook a {
    text-align: center;
    width: 88%;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    padding: 1vw;
    display: block;
    text-decoration: none;
}
.social_icon.google_icon,
.social_icon.facebook_icon {
    width: 12%;
}
.social_icon.google_icon {
    background: url(/images/google_icon_colorful_bg.png) no-repeat center;
    background-size: auto 80%;
}
.social_icon.facebook_icon {
    background: url(/images/f_logo_RGB-White_58.png) no-repeat center;
    background-size: auto 80%;
}
.or-separator {
    color: #bbb;
    display: flex;
    align-items: center;
    margin: 3em 0;
}
.or-separator .line {
    flex-grow: 1;
    height: 2px;
    background-color: #ddd;
}
.or-separator .text {
    padding: 0 1em;
    color: #333;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}