html {
	font-size: 1em;
}
body {
	font-size:1.2em;
}
.loading {
	padding:8vw 0vw;
	text-align:center;
}

#signup, #signupPay {
	width: 95%; max-width:1000px; margin:auto;
	box-shadow: 0px 5px 15px rgb(145, 143, 143);
	margin-top:25px;
	margin-bottom:25px;
}


#addABusinessName, #spouseButton {
	font-size:.8em;
}
.busSec {
	display:none;
}

#signupBusinessName, #spouseNote {
	font-size:.7em;
}

.stateDrop select {
	width:65px !important;
}

#countyMsg1, #countyMsg2 {
	color:red;
	text-align:left;
	display:none;
}

#countyMsg1 b, #countyMsg2 b{
	color:red;
}


@media only screen and (max-width: 767px) {
	h1 { font-size:2.1em !important; }
}




#spouseSection {
	display:none;
}

#agreementsBox {
	display:none;
	margin:auto;
	border:1px solid black;
	padding:10px;
	width:80%;
	height:400px;
	overflow:auto;
}

.summaryForm td {
	font-size:110%;
	line-height:1.1em;
}

.summaryForm td.userdata {
	color:black;
}

#notEmail {
	color:red;
	font-size:.7em;
}

.su-section__label {
	background-color: var(--brand-blue);
	color:white !important;
	padding:2px;
}

.membershipIncludes{
	font-size:.8em;
}

.su-planCard__name{
	color: var(--brand-blue) !important;
	font-size:1em !important;
}

.su-planCard__list {
	line-height:22px !important;
}

#Country, #State, #card_billing_country, #card_exp_month, #card_exp_year {
height: 48px;
padding: 12px 14px;
border: 1px solid var(--field-border);
border-radius: 8px;
background: #fff;
transition: box-shadow .15s ease, border-color .15s ease, background-color .15s ease;

}

#Country:focus
,#State:focus
,#card_billing_country:focus
,#card_exp_month:focus
,#card_exp_year:focus { outline:0; border-color:transparent; box-shadow:0 0 0 3px rgba(0,62,120,.25); }