/* LOCAL OVERRIDES */
.disclaimer-text {
	font-size: 12px;
	line-height: 16px;
	color: #86868b;
}
.disclaimer-paragraph {
	margin-top: 0;
}

/* NAVBAR FIX CONDITIONALLY RENDER */
.opt-ct {
	visibility: hidden;
	display: none;
}

/* CONNECTIVITY SECTION */

.custom-white {
	background-color: white;
}
.custom-black {
	background-color: #1d1d1f;
}

/* PRICING MESSAGING */
@media only screen and (max-width: 734px) {
	p.milestone-primary {
		position: relative;
		bottom: 12px;
	}
}

/* welcome section */
@media only screen and (max-width: 734px) {
	.section-welcome .welcome-video {
		bottom: 85px;
	}
}
