/* keyframes */
@keyframes fade {
	from {
		opacity: .1;
	}

	to {
		opacity: 1;
	}
}


html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 20px;
	height: 100vh;
	box-sizing: inherit;
}

h2 {
	font-size: 1.7rem;
}

.f-16 {
	font-size: 16px;
}

h6 {
	font-size: 1.25rem;
}

.caption h1 {
	font-size: 1.75rem;
}

.navbar {
	background-color: #145782;
}

.brands {
	background: #145782;
}

.iahti-slogan {
	font-weight: 700;
}

.brands-wrapper {
	margin: 0 auto;
	padding-top: 15px;
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.alivetek-brand-wrapper {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.alivetek-brand-wrapper p {
	margin: 0px;
	padding: 0px 25px 5px 15px;
	font-size: 1rem;
	font-style: italic;
	color: #fff;
}

.alivetek-brand {
	width: 300px;
	height: 100px;
}

.alivetek-brand img {
	width: 100%;
	height: 100%;
}

.loginBtn {
	font-size: 24px;
}

.loginBtn i {
	padding-left: 10px;

}

.supportBtn {
	margin-left: 25px;
	font-size: 24px;
}

.supportBtn i {
	padding-left: 10px;
}

.contactBtn {
	margin-left: 25px;
	font-size: 24px;
}

.contactBtn i {
	padding-left: 10px;
}

.jumbotron {
	background: url("/assets/banner0.jpg") no-repeat;
	background-position: center;
	height: 350px;
}

.caption {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 5px;
}

.thumbnail {
	margin-bottom: 20px;
}

.track-main {
	height: calc(100vh - 498px);

}

.tracking-headline {
	margin: 100px auto 40px auto;
	padding-right: 25px;
	width: 555px;
	text-align: center;
	font-size: 44px;
}

.tracking-container {
	margin: 0 auto;
	width: 555px;
}

.tracking-container form {
	margin: 0 auto;
	width: 555px;
	display: flex;
	justify-content: flex-start;
}

.tracking-container input {
	padding-left: 5px;
	font-size: 24px;
}

.tracking-container #accesscode {
	margin: 0px 30px 15px 0px;
	width: 320px;
	height: 44px;
	border-radius: 5px;
	border: 1px solid #707070;
}

.tracking-btn {
	margin-right: 5px;
	padding: 4px;
	width: 125px;
	height: 100%;
	font-size: 24px;
	background: #145782;
	color: #fff;
	border: none;
	border-radius: 5px;
}

.tracking-download {
	padding: 7px 12px 0px 12px;
	height: 44px;
	background: #145782;
	border: none;
	border-radius: 5px;
	color: #fff;
}

.tracking-download:hover {
	color: #fff;
}

.tracking-uses {
	margin: 0 auto;
	padding: 0px;
	width: 555px;
}

.tracking-uses p {
	margin: 0px;
	font-size: 24px;
}

#accesscode-error {
	margin-top: 40px;
	width: 555px;
	color: #145782;
}

.remaining-uses-number {
	font-size: 24px;
}

.media-container {
	margin: 50px auto 75px auto;
	padding: 20px;
	max-width: 900px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.media-headline {
	margin: 75px auto 75px auto;
	width: 865px;
	text-align: left;
}

.media-headline h3 {
	color: #145782;
	font-weight: bold;
	font-size: 2rem;
}

.media-headline p {
	font-size: 18px;
}

.courses-headline {
	margin: 0px auto 75px auto;
	width: 865px;
	text-align: left;
}

.courses-headline h3 {
	color: #145782;
	font-weight: bold;
	font-size: 2rem;
}

.courses-headline p {
	font-size: 18px;
}

.courses-headline a {
	color: #28a745;
	text-decoration: none;
	font-weight: bold;
}

.course-description {
	font-size: 16px;
}

.reg-header {
	padding: 10px 0px 25px 0px;
}

.reg-hr {
	margin-top: 0px;
}

.reg-banner {
	height: 425px;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
}

.hills-banner {
	background-image: url('/assets/hillsborough-reg-banner.jpg');
}

.demo-banner {
	background-image: url('/assets/banner0.jpg');
}

.reg-welcome {
	padding: 50px 100px;
	position: absolute;
	bottom: 150px;
	left: calc(50% - 366.5px);
	background: rgba(20, 87, 130, .8);
	border-radius: 5px;
}

.reg-welcome h1 {
	color: #fff;
}

.hills-license {
	margin: 20px 0px 3px 0px;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

/* Contact Form */
.title-p {
	padding: 30px 0px;
}

.title-p h3 {
	font-size: 2rem;
	color: #145782;
}

.title-p p {
	font-size: 18px;
}

.blue {
	color: #1176a5;
}

.steel-bg {
	background-color: #e4e5ef;
}

.contact-form {
	margin: 30px auto 0px auto;
}

.red {
	color: #ff0000;
}

.offerings {
	padding-bottom: 50px;
}

.form-heading-container {
	margin: 0 auto;
	display: flex;
	justify-content: left;
	align-items: center;
	width: 865px;
}

.form-heading-container i {
	margin: 0px 0px 10px 10px;
	font-size: 35px;
	color: #145782;
}

.form-heading {
	margin-bottom: 15px;
	font-size: 50px;
	font-weight: bold;
	color: #2b2d42;
}

.form-subheader {
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
	max-width: 860px;
}

.home-cta {
	margin: 0 auto;
	padding: 20px;
	width: 860px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.home-cta h1 {
	font-size: 1.5rem;
	text-align: center;
}

.home-cta h1:nth-child(2) {
	margin-bottom: 15px;
	padding-left: 183px;
}

.home-cta button {
	margin-bottom: 10px;
}

.commercial-modal {
	display: none;
	position: absolute;
	width: 100vw;
	height: 100vh;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, .8);
	z-index: 5;
	animation: fade .25s forwards;
}

#yt-commercial {
	width: 700px;
	height: 400px;
	position: absolute;
	left: calc(50% - 350px);
	top: calc(50% - 200px);
}

.modal-exit {
	font-size: 50px;
	color: #fff;
	position: absolute;
	left: calc(50% - 25px);
	top: 20vh;
	z-index: 5;
	cursor: pointer;
}

.home-commercial {
	width: 400px;
	height: 225px;
}

.home-commercial img {
	width: 100%;
	height: 100%;
}

.home-brochure {
	width: 400px;
	height: 240px;
}

.home-brochure img {
	width: 100%;
	height: 100%;
}

.contact-section {
	padding-top: 0px;
}

.offerings-container {
	margin: 0 auto;
	width: 50%;
}

.contact-container {
	margin: -25px auto 0px auto;
	padding: 0px 25px;
	width: 1400px;
}

.btn {
	font-size: 20px;
	font-weight: 300;
}

.btn-yellow {
	background-color: #28a745;
	padding: 5px 10px;
	border-radius: 5px;
	color: white;
	font-size: 26px;
}

.btn-yellow:hover {
	background-color: #23903C;
	color: white;
}

.contact-flex {
	display: none;
}

.contact-btn-group {
	margin: 0 auto 200px auto;
	max-width: 860px;
	display: flex;
	justify-content: space-between;
}

.contact-btn-group a {
	text-decoration: none;
}

.contact-btn-group__support,
.contact-btn-group__demo {
	padding: 15px;
	width: 420px;
	background: #28a745;
	color: #fff;
	font-weight: bold;
	border-radius: 15px;
}

.contact-btn-group__support:hover,
.contact-btn-group__demo:hover {
	cursor: pointer;
}

.contact-btn-group__support p,
.contact-btn-group__demo p {
	margin-bottom: 0px;
	font-size: 20px;
	text-align: center;
}

footer {
	background-image: linear-gradient(#353435, #666666);
}

.reg-footer {
	margin-top: 93px;
}

.footer-text {
	font-size: 16px;
}

footer a,
.nav-link a,
.navbar-dark .navbar-nav .nav-link {
	color: white;
}

.nav-link:hover,
.navbar-dark .navbar-nav .nav-link:hover {
	color: white;
	text-decoration: underline;
}

.alivetek {
	padding-top: 10px;
	width: 80px;
}

legend {
	font-size: 1.2rem;
	font-weight: bold;
}

/* News Page */

.news-title {
	margin-bottom: 50px;
}

.news-container {
	padding-right: 250px;
}

.news-container h1 {
	color: #145782;
}

.press-releases {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.press-release {
	display: flex;
}

.press-release-content h5 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.press-release-content p {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.5rem;
}

.press-release-content small {
	font-size: 14px;
}

.press-release-content a {
	text-decoration: none;
	color: #212529;
}

.press-release i {
	margin-right: 15px;
	padding-top: 5px;
	font-size: 35px;
	color: #28a745;
}

/* Terms and Privacy Styles*/
.privacy--paragraph {
	font-size: 20px;
}

.privacy--container {
	margin: 0 auto;
	width: 55%;
}

.privacy--headline {
	font-size: 50px;
}

.headline-wrapper {
	padding: 25px 0px;
	background: url('../assets/pattern-1.png');
	background-position: center;
	background-size: cover;
}

/* End Terms and Privacy Styles */


/* Warn IE Users */

.ie-warning {
	padding: 80px 20px 80px 80px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 5;
	background: #e3c85b;
	color: #0B3651;
	animation: fade .5s forwards;
}

.ie-warning h4 {
	padding-left: 61px;
	font-weight: bold;
}

.ie-warning__heading {
	margin-bottom: 20px;
	display: flex;
	align-items: baseline;
	text-transform: uppercase;
}

.ie-warning__heading i {
	margin-right: 20px;
	font-size: 40px;
}

/* End of Warn IE Users */


/* Inform Hillsborough and Tampa employees about the registration form */

.registration-page-alert {
	padding: 40px;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 5;
	display: none;
	background: #e3c85b;
	color: #0B3651;
	animation: fade .5s forwards;
}

.registration-page-alert a {
	color: #0b3651;
	text-decoration: underline;
}

.registration-page-alert a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.registration-page-alert h4 {
	padding-left: 61px;
}

.registration-page-alert__heading {
	margin-bottom: 20px;
	display: flex;
	align-items: baseline;
}

.registration-page-alert__heading h1 {
	font-size: 30px;
}

.registration-page-alert__heading i {
	margin-right: 20px;
	font-size: 40px;
}

.registration-page-alert__exit {
	position: absolute;
	top: 30px;
	right: 40px;
	font-size: 40px;
}

.registration-page-alert__exit:hover {
	cursor: pointer;
}

@media (max-width: 1000px) {

	.registration-page-alert__heading h1 {
		font-size: 18px;
	}

	.registration-page-alert h4 {
		padding-left: 50px;
		font-size: 16px;
	}

	.registration-page-alert__heading i {
		font-size: 30px;
	}

	.registration-page-alert__exit {
		font-size: 30px;
	}
}

@media (max-width: 750px) {
	.registration-page-alert__heading h1 {
		margin-right: 50px;
		font-size: 16px;
	}

	.registration-page-alert h4 {
		padding-left: 50px;
		font-size: 14px;
	}
}

/* End of: Inform Hillsborough and Tampa employees about the registration form */


@media (max-width: 525px) {

	.home-commercial {
		width: 97%;
		height: auto;
	}

	.home-brochure {
		margin-top: 20px;
		width: 100%;
		height: auto;
	}

	.media-container {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
}

@media (max-width: 576px) {
	.thumbnail img {
		width: 300px;
	}

	.reg-header {
		font-size: 22px;
	}

	footer ul {
		width: 100%;
	}

	footer li {
		margin: 0 auto;
	}

	.footer-copyright {
		padding-top: 15px;
	}

}

@media (max-width: 767px) {
	.offerings h3 {
		margin-top: 20px;
	}

	#yt-commercial {
		width: 100%;
		height: 400px;
		left: 0px;
	}

	.modal-exit {
		top: 10vh;
	}

	.home-cta h1 {
		font-size: 1.25rem;
	}
}

@media (max-width: 812px) and (orientation: landscape) {
	.modal-exit {
		top: 45vh;
		left: 2vw;
	}

	#yt-commercial {
		width: 500px;
		height: 300px;
		top: calc(50% - 150px);
		left: calc(50% - 250px);
	}
}

@media (max-width: 840px) {

	.press-release {
		padding-left: 10px;
	}

	.news-title {
		margin-bottom: 20px;
		padding-left: 10px;
	}

	.home-cta h1:nth-child(2) {
		margin-bottom: 15px;
		padding-left: 0px;
	}

}

@media (max-width: 870px) {
	.courses-headline {
		padding: 0px 20px;
		width: 100%;
	}

	.media-headline {
		padding: 0px 20px;
		width: 100%;
	}
}

@media (max-width: 991px) {

	.supportBtn,
	.contactBtn {
		margin-left: 0px;
	}

	.loginBtn i,
	.supportBtn i,
	.contactBtn i {
		display: none;
	}



	.home-cta {
		width: 95%;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.reg-header {
		font-size: 35px;
	}
}

@media (min-width: 526px) and (max-width: 1075px) {
	.media-container {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.home-brochure {
		margin-top: 20px;
		width: 415px;
	}
}

@media (max-width: 1200px) {
	.media-container {
		width: 100%;
	}
}

@media (max-width: 1400px) {
	.contact-flex {
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
	}

	.contact-container {
		padding: 0px;
		width: 100%;
	}
}

/* News Media Queries */

@media (max-width: 1199px) {
	.news-container {
		padding-right: 0px;
	}
}

/* HEADER - LOGOS - LINKS */
@media (max-width: 500px) {
	.alivetek-brand {
		height: 75px;
		width: 225px;
	}

	.alivetek-brand-wrapper {
		height: 150px !important;
	}
}

@media (max-width: 1405px) {
	.brands-wrapper {
		padding-left: 50px;
		padding-right: 50px;
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.alivetek-brand-wrapper {
		height: 200px;
		justify-content: center;
		align-items: center;
	}

	.alivetek-brand-wrapper p {
		padding: 0px 0px 10px 0px;
		width: 100%;
		text-align: center;
		font-size: 1rem;
	}
}

/* REGISTRATION BANNER AND MESSAGE */
@media (max-width: 335px) {
	.reg-banner {
		display: none;
	}
}

@media (max-width: 500px) {
	.reg-banner {
		height: 75px;
	}

	.reg-welcome {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 5px;
		bottom: 0px;
		left: 0px;
		border-radius: 0px;

	}

	.reg-welcome h1 {
		font-size: 25px;
		text-align: center;

	}
}

@media (min-width: 501px) and (max-width: 614px) {
	.reg-banner {
		height: 100px;
	}

	.reg-welcome {
		padding: 10px 25px;
		bottom: 0px;
		left: calc(50% - 193px);

	}

	.reg-welcome h1 {
		font-size: 25px;
	}
}

@media (min-width: 615px) and (max-width: 740px) {
	.reg-banner {
		height: 125px;
	}

	.reg-welcome {
		padding: 10px 25px;
		bottom: 0px;
		left: calc(50% - 291.5px);

	}
}

@media (min-width: 741px) and (max-width: 987px) {
	.reg-banner {
		height: 150px;
	}

	.reg-welcome {
		padding: 10px 25px;
		bottom: 0px;
		left: calc(50% - 291.5px);

	}
}

@media (min-width: 988px) and (max-width: 1245px) {
	.reg-banner {
		height: 200px;
	}

	.reg-welcome {
		bottom: 25px;
	}
}

@media (min-width: 1246px) and (max-width: 1700px) {
	.reg-banner {
		height: 250px;
	}

	.reg-welcome {
		bottom: 50px;
	}
}

@media (min-width: 1701px) and (max-width: 2083px) {
	.reg-banner {
		height: 350px;
	}

	.reg-welcome {
		bottom: 100px;
	}

}

/* Track Code Page */
@media (max-width: 600px) {
	.track-main {
		margin-bottom: 260px;
	}
}

@media (max-width: 620px) {
	.tracking-headline {
		padding: 0px 20px;
		font-size: 26px;
		width: 100%;
	}

	.tracking-container {
		width: 100%;
	}

	.tracking-uses {
		width: 100%;
		padding-left: 20px;
	}

	.tracking-container form {
		margin: 0px auto;
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.tracking-btn {
		margin-bottom: 20px;
		margin-right: 0px;
	}

	.tracking-container #accesscode {
		margin-right: 0px;
		margin-bottom: 20px;
		width: 85%;
	}

	#accesscode-error {
		padding: 0px 20px;
		width: 100%;
		font-size: 16px;
	}
}

@media (max-height: 830px) {
	.track-main {
		padding-top: 100px;
		height: 433px;
	}

	.tracking-headline {
		margin-top: 0px;
	}
}

/* Contact Form */
@media (max-width: 1000px) {
	.form-subheader {
		margin: 0px;
		padding-left: 108px;
		padding-right: 15px;
		text-align: left;
		width: 100%;
	}

	.form-heading {
		padding-left: 108px;
		padding-right: 15px;
		text-align: left;
	}

	.form-heading-container {
		margin: 0;
		width: 100%;
		justify-content: flex-start;
	}

	.contact-btn-group {
		margin: 0px 0px 100px 108px;
		max-width: 620px;
	}

	.contact-btn-group__support,
	.contact-btn-group__demo {
		width: 300px;
	}
}

@media (max-width: 991px) {
	.form-subheader {
		margin: 0px;
		padding-left: 25px;
		padding-right: 15px;
		text-align: left;
		width: 100%;
	}

	.form-heading {
		padding-left: 25px;
		padding-right: 15px;
		text-align: left;
	}

	.form-heading-container {
		margin: 0;
		width: 100%;
		justify-content: flex-start;
	}

	.contact-btn-group {
		margin: 0px 0px 100px 25px;
		max-width: 620px;
	}

	.contact-btn-group__support,
	.contact-btn-group__demo {
		width: 300px;
	}

}

@media (max-width: 675px) {
	.contact-btn-group {
		margin: 0px 0px 0px 25px;
		max-width: 100%;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.contact-btn-group__support,
	.contact-btn-group__demo {
		margin-bottom: 25px;
		width: 250px;
	}

	.contact-btn-group__support p,
	.contact-btn-group__demo p {
		font-size: 16px;
	}
}


/*	-----------------------------------------------------------------------
	Forms
	-----------------------------------------------------------------------*/
.validation-feedback {
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545;
}