
div.wrapper.banner {
	display: none;
}
.masthead {
	background-image: url("/connect/images/lcc-connect-no-text-masthead.png");
	background-size: cover;
	background-position: 0px -85px;
	height: 400px;
	padding: 0;
}	
.logoContainer {
	width: 465px;
	display: block;
	margin: 0 auto;
	padding-top: 55px;
}
.theLogo {
	max-width: 100%;
}
.thumbnail {
	margin-bottom: 15px;
	border: 4px solid #fff;
	box-shadow: none;
	padding: 0px;
}		
section.grayGreen {
	background-color: #f5fafb !important;
}
section.lightGrey {
	background-color: #fafafa !important;
}
section.paleBlue {
    background-color: #2B3C73 !important;
}
.blueText {
	color: #033b85;
}
.orangeText {
	color: #ff6200;
}

/* countdown */
.countdownContainer {
	margin-top: -145px;
	padding-top: 35px !important;
	padding-bottom: 20px !important;
	background-color: #ffffff;
	border-style: none;
	border-width: 0;
	background-clip: border-box;
	border-radius: 8px;
	box-shadow: 0px 4px 80px 0px rgb(0 0 0 / 15%);
}
section.countdown-section {
	padding-top: 0px;
	padding-bottom: 0px;
}
section.countdown-section h1,
section.countdown-section .h3 {
	text-align: center;
}
.timer {
	background-color: #ffffff;
	width: 100%;
	padding: 10px;
}
#mainContent ul.countdown>li:before {
	display: none;
}
ul.countdown {
	list-style: none;
	margin: 10px 0 10px 0 !important;
	padding: 0;
	display: block;
	text-align: center;
}
ul.countdown li {
	display: inline-block;
}
ul.countdown li span {
	font-size: 85px;
	font-weight: 300;
	line-height: 85px;
	color: #455560;
}
ul.countdown li.seperator {
	font-size: 85px;
	line-height: 70px;
	vertical-align: bottom;
	color: #455560;
}
ul.countdown li p {
	color: #455560;
	font-size: 14px;
}		


/* new tabs */
.hover-tabs .htab {
	display: block;
	background-color: inherit;
	color: #000 !important;
	font-size: 18px;
	padding: 22px 16px;
	margin-bottom: 10px;
	border-radius: 5px;
	width: 100%;
	font-family: 'UniversLTStd-Bold', sans-serif;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	text-decoration: none !important;
}
.nav-pills .nav-link.active {
	color: #ffffff !important;
	background-color: #d32121;
	box-shadow: 0px 3px 7px 0px rgb(68 68 68 / 25%);
}
.htabcontent {
	padding: 40px 55px 35px 55px;
	width: 100%;
	border-left: none;
	height: 100%;
	box-shadow: 0 10px 36px 0 rgb(0 0 0 / 10%);
	border-radius: 5px;
	margin: 0 0 0 4%;
	margin-bottom: 25px;
	background-color: #ffffff;
}
.htabcontent .highlight p {
	font-size: 17px;
}

/* social icons */
#mainContent ul.socials>li:before {
	display: none;
}
ul.socials {
	list-style: none;
}
#mainContent .socials li:last-child,
#mainContent .socials li {
	margin-bottom: 30px;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 15px;
	display: inline-block;
	padding-left: 0px;
}	
.socials li a {
	padding: 15px 16px 13px 16px;
	background-color: #033b85;
	color: #ffffff !important;
	border-radius: 100%;
	box-shadow: 0px 3px 7px 0px rgb(68 68 68 / 15%);
	cursor: pointer;
	font-size: 17px;
	transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
} 	
.socials li a:hover {
	background-color: #4A6FA5;
	box-shadow: 0px 6px 14px 0px rgb(68 68 68 / 35%);
}
.socials li a.youtube {
	padding: 14px;
}


/* masthead adjustments on large screens interior lcc connect pages only Feb 2024 */	
@media (min-width: 768px) {
	.interior-masthead .logoContainer {
		width: 400px;
		padding-top: 30px;
	}
	.countdownContainer {
		margin-top: -215px;
	}
}


/* three-col */
article.listing {
	width: calc(33% - 27px);
	float: left;
	margin: 0 20px;
}
article.listing a {
	font-size: 20px;
}
@media (max-width: 1000px) {
	article.listing {
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}


@media (max-width: 1250px) {
	.countdownContainer {
		width: 90%;
	}
	
	/* countdown on smaller screens */	
	section.countdown-section h3,
	section.countdown-section .h3 {
		font-size: 25px;
		text-align: center;
	}		
	.timer {
		padding: 20px 0px;
	}
	ul.countdown {
		margin: 25px 0 10px 0 !important;
	}
	ul.countdown li {
		padding-left: 1px !important;
	}
	ul.countdown li span {
		font-size: 33px;
		font-weight: 300;
		line-height: 33px;
	}
	ul.countdown li.seperator {
		font-size: 30px;
		bottom: 17px;
	}
}

@media (max-width: 767px) {	
	p.medium {
		font-size: 18px;
	}
	p.large {
		font-size: 17px;
	}
	p.larger {
		font-size: 21px;
	}
	.masthead {
		height: 330px;
	}
	.logoContainer {
		width: 300px;
		padding-top: 50px;
	}
	.theLogo {
		max-width: 350px;
	}
	.thumbnail {
		margin-bottom: 20px;
	}
	.highlight img {
		margin-bottom: 0px;
	}

	/* tabs on mobile */
	.htabcontent {
		padding: 40px 25px 35px 25px;
		margin: 0;
	}

}
