﻿#middle {
	padding-top: 60px !important;
}

.main-bar > .row {
	margin-top: 0 !important;
}

.hotsite-live {
	background-image: url('/custom/content/themes/Shared/Templates/live/colcci/assets/imgs/bg-mobile-new-2.jpg?v=nocache');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
}

.hotsite-live__wrapper {
	padding: 3.3125rem 1.125rem;
}

.hotsite-live__content {
	margin-bottom: 2.875rem;
	opacity: 0
}

@media (max-width: 400px) {
	.hotsite-live__content {
		margin-bottom: -6.125rem;	
	}
}

.hotsite-live__title {
	color: #222222;
	font-size: 1.875rem;
	line-height: 2.875rem;
	text-align: center;
	font-weight: 400 !important;
	text-transform: none;
	margin: 0;
	margin-bottom: 2.3125rem;
}

.hotsite-live__lead {
	color: #222222;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	text-align: center;
}

.hotsite-live__form {
	background-color: #FFF;
}

.hotsite-live__form-wrapper {
	padding: 3.9375rem 1.6875rem;
	box-shadow: 0 1em 2em #00000029;
}

.form-allin__title {
	color: #222222;
	font-size: 20px;
	font-weight: 400 !important;
	line-height: 30px;
	text-transform: none;
	margin: 0;
}

.form-allin__wrapper-input {
	margin: 0.9375rem 0;
}

.form-allin__wrapper-input--name input,
.form-allin__wrapper-input--email input,
.form-allin__wrapper-input--phone input {
	padding: 15px 0 15px 0 !important;
	line-height: 1.0625rem;
}

.form-allin__wrapper-input--name input:focus,
.form-allin__wrapper-input--email input:focus,
.form-allin__wrapper-input--phone input:focus {
	padding: 15px !important;
}

.form-allin__wrapper-button {
	margin-top: 3.9375rem;
}

.form-allin__wrapper-button--submit button {
	background-color: white;
	border: 1px solid #222;
	color: #222;
	font-weight: 600;
	font-size: 0.6875rem;
	line-height: 1.0625rem;
	letter-spacing: 0.1031rem;
	min-height: 49px;
	width: 100%;
}

.form-allin__wrapper-button--submit button:hover {
	background-color: #222;
}

.no-valid-allin {
	border-color: #e10000 !important;
}

@media only screen and (min-width: 1020px) {
	body #middle {
		padding-top: 70px !important;
	}

	.hotsite-live {
		background-color: #a60104;
		background-image: url('/custom/content/themes/Shared/Templates/live/colcci/assets/imgs/bg-desktop-new-3.jpg?v=nocache');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.hotsite-live__wrapper {
		padding: 7.75rem 0;
		display: flex;
		justify-content: space-evenly;
		align-items: center;
	}

	.hotsite-live__content {
		margin-bottom: 0;
		max-width: 555px;
	}

	.hotsite-live__title, 
	.hotsite-live__lead {
		text-align: left;
	}

	.hotsite-live__form {
		min-width: 340px;
	}
}

.hotsite-live__message {
	color: #222222;
	text-align: center;
	line-height: 46px;
	font-size: 30px;
	font-weight: 400 !important;
	text-transform: none;
	margin-bottom: 46px;
}

.hotsite-live__box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hotsite-live__back {
	color: #222222;
	letter-spacing: 1.65px;
	text-transform: uppercase;
	line-height: 17px;
	font-size: 11px;
	font-weight: 500;
}