.registertoptext{
	font-size: 18px;
	font-weight: bold;
}

.contents {
  font-family: 'GothamBook';
  font-size: 16px;
}

.contents.estate {
  background: white url("../../images/estatecard/estate_register_bg.jpg") no-repeat;
  background-size: cover;
}

.contents.estate.visa {
  background: white url("../../images/estatecard/visa_estate_register_bg.jpg") no-repeat;
  background-size: cover;
}


.contents.tab {
  background: black url("../../images/estatecard/tab_register_bg.jpg") no-repeat;
  background-size: cover;
}

.cardImg{
  margin-top: 5rem;
  margin-left: 6rem;
  max-width:100%;
  height:auto;
}

.register {
  height: 1328px;
}

/* 
box shadow 
http://www.cssmatic.com/box-shadow
*/
.regWizard.estate {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
  margin-top: 5rem;
  width: 752px;
  
}

.regWizard.tab {
  box-shadow: 0px 0px 15px 0px white;
  /* margin-top: 34rem; */
  width: 712px;

}

.regWizard {
  /* height:rem-calc(650px); */
  background-color: white;
  border-radius: 5px;
}

.regWizard .steps-indicator li a {
  text-transform: none;
  color: #acacac;
  font-weight: none;
  font-size: 20px;
}

.regWizard label, .regWizard input {
  font-size: 19px;
}

.regWizard input[type="text"],
.regWizard input[type="password"],
.regWizard input[type="email"],
.regWizard input[type="tel"],
.regWizard select {
  height: 35px;
}

.regWizard .button {
  color: #000000;
  border-color: #000000;
}

@media screen and (min-width: 64em) {
  .regWizard .steps-indicator.steps-2::before {
    left: calc(270% / 2 / 2);
    right: calc(55% / 2 / 2);
  }
  .regWizard .steps-indicator.steps-3::before {
    left: calc(390% / 3 / 2);
    right: calc(50% / 3 / 2);
  }
  .regWizard .steps-indicator.steps-4::before {
    left: calc(510% / 4 / 2);
    right: calc(40% / 3 / 2);
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em), screen and (max-width: 39.9375em) {
  .regWizard .steps-indicator.steps-2::before {
    left: calc(270% / 2 / 2);
    right: calc(55% / 2 / 2);
  }
  .regWizard .steps-indicator.steps-3::before {
    left: calc(390% / 3 / 2);
    right: calc(50% / 3 / 2);
  }
  .regWizard .steps-indicator.steps-4::before {
    left: calc(510% / 4 / 2);
    right: calc(40% / 3 / 2);
  }
}

#invitationCode h2 {
  margin-top: 20%;
  font-weight: normal;
}

#invitationCode section {
  margin-top: 5%;
  font: 31px/40px 'Gotham', sans-serif;
}

#txtInvitationCode {
  margin: 10% 15% 2%;
  width: 70%;
  height: 50px;
  font-size: 27px;
}

#invitationCode .button {
  margin: 10% 15%;
  color: #000000;
  border-color: #000000;
}

#invitationCode .help-text {
  color: red;
}

#propertyLoc {
  background: url("../../images/estatecard/estate-signup-step1.jpg") no-repeat;
  background-size: 100%;
  font: 15px/20px 'Gotham', sans-serif;
  padding: 2% 5%;
  color: white;
  height: 700px;
}

#propertyLoc label {
  color: white;
  font: 30px/50px 'GothamLight', sans-serif;
}

#propertyLoc h3 {
  margin-top: 10%;
}

#propertyLoc section {
  padding-top: 10%;
  padding-bottom: 20%;
  height: 100px;
  font: 25px/30px 'Gotham', sans-serif;
  width: 600px;
}

#propertyLoc #state {
  width: 120px;
  height: 35px;
  font-size: 18px;
}

#propertyLoc #city {
  width: 250px;
  height: 35px;
  font-size: 18px;
}

#propertyLoc #taxauth {
  width: 650px;
  height: 35px;
  font-size: 18px;
}

#propertyLoc .button.hollow {
  border-color: white;
  color: white;
}

#propertyLoc #taxVerbose {
  display: none;
}

#imageCaptcha {
  border: 2px solid black;
  
  padding: 0 15px;
}

.formError .formErrorContent {
  width: 0;
  border: 0;
  margin-left: 0;
}

form {
  margin: 2% 4%;
}

form hr {
  border-width: 0 0 4px;
  margin: 1.25rem -3%;
}

form h6 {
  margin-top: 50px;
}

#frmStripe {
  margin: 8% 5%;
  text-align: center;
}

#frmStripe h6 {
  margin-top: 50px;
}

#frmStripe #stripeButtons {
  background-color: black;
  border-radius: 10px;
  text-align: center;
  padding: 40px 40px 20px;
  margin: 20px 0px;
}

#frmStripe #stripeButtons .button {
  background-color: white !important;
  font-family: "Gotham";
  font-size: 1.15em;
}

#frmStripe #stripeNotes {
  margin-bottom: 60px;
  font-size: 20px;
}

#frmStripe button {
  text-transform: none;
}

.steps-indicator {
  height: 0px !important;
}

.btnChargeCard {
  text-align: right;
  margin: 18px 0;
}

section {
  min-width: 0px;
}

.taxInfo {
  height: 38px;
}

.taxInfo h5 {
  margin: 0;
}

*::-ms-backdrop,.steps-indicator {
       margin:1% !important;
    }
    
.ulGuardianSearch {
  list-style: none;
  height: 200px;
  background-color: #fefefe;
  overflow-x: hidden;
  overflow-y: auto;
  border: solid 1px #8a8a8a;
}

.ulGuardianSearch li {
  padding: 5px;
  border-bottom: dotted 1px #8a8a8a;
  cursor: pointer;
}

.ulGuardianSearch li a {
  color: #000000;
}

.ulGuardianSearch li:Hover {
  background-color: #e6e6e6;
}

ul#ulSchoolName, ul#ulCityName {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  border: solid 1px #8a8a8a;
}

ul#ulSchoolName li.search-item, ul#ulCityName li.search-item{
  background-color: #fefefe;
  border-bottom: dotted 1px #8a8a8a;
  cursor: pointer;
  padding: 10px;
}

ul#ulSchoolName li.search-item > div, ul#ulCityName li.search-item > div {
  font-weight: bolder;
  margin-left: 18px;
  float: left;
  color:black;
}

ul#ulSchoolName li.search-item:hover,
ul#ulSchoolName li.search-item.hover {
  background-color: #e6e6e6;
}

ul#ulCityName li.search-item:hover,
ul#ulCityName li.search-item.hover {
  background-color: #e6e6e6;
}


span.i {
	width: 36px;
	height: 36px;
	background: url(../images/icons/i.png) no-repeat;
	margin-left: 3px;
	cursor: pointer;
	position: relative;
	display: inline-block;
}

span.i .tooltip_content {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-bottom: 10px;
	background: #333;
	font: 26px 'Gotham';
	color: #fff;
	border-radius: 3px;
	width: 450px;
	padding: 10px 15px;
	display: none;
	z-index: 999;
}

span.i:hover .tooltip_content {
	display: block;
}

span.i .tooltip_content:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	height: 0;
	width: 0;
	pointer-events: none;
	border: solid transparent;
	border-top-color: #333;
	border-width: 5px;
	margin-left: -5px;
}

span.i[data-tooltip-position="bottom"] .tooltip_content {
	bottom: auto;
	top: 100%;
	margin-bottom: 0;
	margin-top: 10px;
}

span.i[data-tooltip-position="bottom"] .tooltip_content:after
	{
	top: auto;
	bottom: 100%;
	border-top-color: transparent;
	border-bottom-color: #333;
}

#frmGuardian label {
	display: inline;
	font-size:18px;
}

.tooltip-container .i .tooltip_content {
   margin-left: -310px !important;
   margin-top: -60px;
}

.tooltip-container .i .tooltip_content::before, 
.tooltip-container .i .tooltip_content::after {
    display: none;
}

