input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
input[type=date],
textarea .form-control {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	font-family: "roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background: #fff;
	color: #000;
	height: 56px;
	margin: 0;
	padding: 16px 18px;
	width: 100%;
	display: block;
	border: 1px solid #707070;
	border-radius: 6px;
	outline: none;
	box-shadow: none;
}

input[type=submit] {
	/* fix weird button styling in safari */
	-webkit-appearance: none;
}

.nav {
	position: absolute;
}

@media screen and (min-width: 992px) {
	.terms-and-signup-wrapper {
		max-width:500px;
	}
}


.btn {
	color: #000;
	font-family: "brandon", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background: inherit;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	padding: 12px 16px;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	border: none;
	outline: none;
	box-shadow: none;
}
.btn.btn-info {
	color: #999;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
}
.btn.btn-info:hover {
	color: #000;
	border-color: #000;
}
@media (min-width: 768px) {
	.btn.btn-info:hover {
		color: #fff;
		border-color: #fff;
	}
}
.btn.btn-primary {
	background: #fcbf00;
	box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
	border-radius: 6px;
	color: #000;
}
.btn.btn-primary:hover {
	background: #000;
	color: #fcbf00;
}
.btn.btn-lg {
	min-width: 100%;
}
@media (min-width: 488px) {
	.btn.btn-lg {
		min-width: 396px;
	}
}
@media (min-width: 768px) {
	.btn.btn-lg {
		min-width: 584px;
	}
}

.registration-form {
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 62px;
	text-align: center;
	/*max-width: 426px;*/
}
@media (min-width: 768px) {
	.registration-form {
		/*max-width: 615px;*/
		padding-bottom: 62px;
	}
}
@media (min-width: 1025px) {
	.registration-form {
		/*max-width: 1020px;*/
		padding-bottom: 104px;
	}
}
.registration-form .row {
	/*display: flex;*/
	/*flex-flow: row wrap;*/
	margin: 0 -10px 25px;
}
@media (min-width: 1200px) {
	.registration-form .row {
		/*margin: 0 -10px 12px;*/
	}
}
@media (min-width: 1300px) {
	.registration-form .row {
		/*margin: 0 -10px 25px;*/
	}
}
.registration-form .form-block {
	margin: 0 0 42px;
	padding: 0 10px;
	text-align: center;
	/*width: 100%;*/
}
@media (min-width: 1025px) {
	.registration-form .form-block {
		/*width: 50%;*/
	}
}
.registration-form .privacy-block {
	padding: 0 10px;
	text-align: center;
	/*width: 100%;*/
}
@media (min-width: 1025px) {
	.registration-form .privacy-block {
		/*width: 50%;*/
	}
}
.registration-form .box {
	border-radius: 6px;
	border: 1px solid #e3e3e3;
	text-align: left;
	padding: 14px 25px 14px 19px;
	overflow-y: scroll;
	max-height: 460px;
}
@media (min-width: 1025px) {
	.registration-form .box {
		max-height: 465px;
	}
}
.registration-form .input-wrap {
	margin: 0 0 16px;
}
.registration-form .btn {
	font-size: 26px;
	line-height: 30px;
	font-weight: 900;
	padding: 30px;
}
.registration-form input[type=checkbox] {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}
.registration-form .fake-input {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #707070;
	vertical-align: middle;
	position: relative;
	margin-right: 5px;
}
.registration-form [type=checkbox] + .fake-input:before {
	content: "";
	width: 11px;
	height: 6px;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 3px solid #777;
	border-width: 0 0 3px 3px;
	opacity: 0;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -4px 0 0 -5px;
}
.registration-form [type=checkbox]:checked + .fake-input:before {
	opacity: 1;
}
.registration-form [type=radio]:checked ~ .fake-label {
	font-weight: bold;
	color: #f00;
}

.form-block {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #000;
	font-family: "brandon", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-top: -4px;
}
.form-block h2 {
	font-family: "flounder", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: -1.1px;
	margin: 0;
	text-transform: none;
}
.form-block h2 .text-red {
	font-family: "flounder", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
}
.form-block .error-message {
	margin: 0 0 16px;
	padding: 5px;
	color: #ba1200;
	background-color: #ffe4e4;
	border-radius: 6px;
}
.form-block p {
	margin: 0 0 25px;
}


.mouse-cursor {
	cursor: pointer;
}

.privacy-block {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #000;
}
.privacy-block h3 {
	font-family: "brandon", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	max-width: 400px;
	margin: 0 auto 25px;
}
.privacy-block strong {
	display: block;
	margin: 0 0 13px;
}
.privacy-block .services-list {
	margin: 0;
	padding: 30px 0 0 15px;
}

.agree-box-inline {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	display: block;
	border: 1px solid #e3e3e3;
	border-radius: 6px;
	color: #000;
	margin: 0 0 20px;
	padding: 14px 25px 14px 19px;
	text-align: left;
}
@media (min-width: 768px) {
	.agree-box-inline {
		margin: 0 0 20px;
	}
}
@media (min-width: 1025px) {
	.agree-box-inline {
		margin: 0 0 20px;
	}
}
.agree-box-inline p {
	margin: 0 0 10px;
}
@media (min-width: 768px) {
	.agree-box-inline p {
		margin: 0 0 7px;
	}
}
.agree-box-inline .input-wrap {
	margin: 0;
}
@media (min-width: 768px) {
	.agree-box-inline .input-wrap {
		/*white-space: nowrap;*/
	}
}
.agree-box-inline .fake-label {
	font-weight: bold;
}

.form-block p {
	margin: 0 0 23px;
	font-size:16px;
}

.social-sign-up-wrapper {
	max-width: 424px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 11px;
}

.form-group.-constrain-to-social-size {
	max-width: 424px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 11px;
}

.btn.btn-submit-email {
	width: 100%;
	padding: 15px;
	font-size: 20px;
}
@media (max-width: 767px) {
	.btn.btn-submit-email {
		font-size: 16px;
	}
}
@media (max-width: 487px) {
	.btn.btn-submit-email {
		font-size: 14px;
	}
}
@media (max-width: 320px) {
	.btn.btn-submit-email {
		font-size: 14px;
	}
}

.social-divider, .custom-divider {
	color: #000000;
	font: 1.4em/0.9em "flounder", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0.5em auto 0.6em;
	position: relative;
	text-align: center;
	font-weight: 400;
}
.social-divider:before, .custom-divider:before {
	left: 0;
}
.social-divider:after, .custom-divider:after {
	right: 0;
}
.social-divider:before, .custom-divider:before, .social-divider:after, .custom-divider:after {
	display: inline-block;
	width: 43%;
	border-top: 1px solid #bbbbbb;
	content: " ";
	position: absolute;
	top: 0.5em;
}

.custom-divider:before, .custom-divider:after {
	width: 50%;
}

.fb_iframe_widget {
	border: 1px solid white;
	border-radius: 4px;
	height: 42px;
	width: 100%;
	margin-top: 15px;
	display: block !important;
}

.gSignIn {
	border: 1px solid white;
	width: auto;
	height: 40px;
	background-color: #4285f4;
	color: #ffffff;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 12px;
}
.gSignIn__inner {
	position: relative;
	width: 100%;
	height: 100%;
	border: 7px solid transparent;
	text-align: center;
}
.gSignIn__iconWrapper {
	background-color: #ffffff;
	padding: 4px;
	border-radius: 2px;
	float: left;
}
.gSignIn__icon {
	height: 18px;
	width: 18px;
}
.gSignIn__title1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.25px;
	line-height: 27px;
	padding-right: 0;
}

@media (max-width: 767px) and (min-width: 489px) {
	.registration-form {
		max-width: none;
		padding-left: 30px;
		padding-right: 30px;
	}
}
.registration-form .form-block {
	order: 1;
	margin-bottom: 0;
}
@media (max-width: 1024px) {
	.registration-form .form-block {
		order: 2;
	}
}
.registration-form .privacy-block {
	order: 2;
}
@media (max-width: 1024px) {
	.registration-form .privacy-block {
		order: 1;
		margin-bottom: 10px;
	}
	.registration-form .privacy-block h3 {
		font-size: 16px;
		max-width: none;
		margin: 0 auto 8px;
	}
}
.registration-form .box {
	max-height: 418px;
}
@media (max-width: 1024px) {
	.registration-form .box {
		max-height: 260px;
	}
}
@media (max-width: 768px) {
	.registration-form .box {
		max-height: 200px;
		font-size: 10px;
	}
}

.test-error-message > div {
	margin: 12px 0 16px;
	padding: 5px;
	color: #ba1200;
	background-color: #ffe4e4;
	border-radius: 6px;
}

.registration-form {
	padding-top: 30px;
	padding-bottom: 0;
}

.-narrow-only {
	display: block;
}
@media (min-width: 1025px) {
	.-narrow-only {
		display: none;
	}
}

.-full-screen-only {
	display: none;
}
@media (min-width: 1025px) {
	.-full-screen-only {
		display: block;
	}
}

.tc-scroller p {
	font-size:12px;
}