@font-face {
	font-family: 'BLACKHAWK';
	src: url('./BLACKHAWK.ttf') format('truetype');
}

.blackhawk {
	font-family: 'BLACKHAWK';
}

p {
	font-size: 18px;
	letter-spacing: 0.8px;
}

a {
	text-decoration: none
}

h1 {
	font-size: 50px;
	letter-spacing: 0.7px;
}

.container-fluid {
	padding: 0px 80px;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    transition: z-index 0.3s, box-shadow 0.3s;
}

header.scrolled {
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.logo img {
	width: 75px;
}

.header-headline {
	font-size: 34px;
	letter-spacing: 1px;
	font-weight: bold;
}

.header-row {
	padding: 12px 0px;
}

.social-icons li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
    height: 50px;
	border: 2px solid #FCC814;
	color: #FCC814;
	margin-top: 10px;
}

.social-icons li a i {
	font-size: 24px;
}

.hero {
	background-color: #000;
	color: #FFF;
	text-align: center;
	margin-top: 100px;
	position: relative;
	z-index: 100;
}

.hero-col-1 {
	margin-bottom: -50px;
}

.home-hero {
	overflow: hidden;
	padding: 0;
}

.home-hero picture,
.home-hero-img {
	display: block;
	width: 100%;
}

.home-hero-img {
	height: auto;
}

.hero-text {
	font-size: 40px;
	letter-spacing: 1px;
}

.connect-hero-text {
	font-size: 60px;
	letter-spacing: 0.8px;
}

.connect-questions {
	background-position: center;
	background-size: cover;
	color: #FFF;
	position: relative;
}

.connect-questions-copy {
	border-left: 6px solid #FCC814;
	margin-bottom: 36px;
	padding-left: 28px;
	text-align: left;
}

.connect-questions-copy p {
	font-size: 30px;
	line-height: 1.35;
	margin-bottom: 0;
}

.connect-form-wrap {
	background: #FFF;
	border-radius: 18px;
	color: #000;
	padding: 34px;
}

.connect-form-placeholder {
	font-size: 18px;
	line-height: 1.5;
}

.connect-field-notice {
	background: #FFF;
	color: #FCC814;
	margin-bottom: 24px;
	padding: 12px 16px;
}

.connect-form-wrap .frm_style_formidable-style.with_frm_style .frm_form_field {
	margin-bottom: 18px;
}

.connect-form-wrap .frm_style_formidable-style.with_frm_style .frm_primary_label {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.connect-form-wrap .frm_style_formidable-style.with_frm_style input[type=text],
.connect-form-wrap .frm_style_formidable-style.with_frm_style input[type=email],
.connect-form-wrap .frm_style_formidable-style.with_frm_style textarea {
	border: 2px solid #D8DDE8;
	border-radius: 10px;
	box-shadow: none;
	color: #000;
	font-size: 18px;
	padding: 12px 14px;
}

.connect-form-wrap .frm_style_formidable-style.with_frm_style textarea {
	min-height: 170px;
}

.connect-form-wrap .frm_style_formidable-style.with_frm_style .frm_required {
	color: #FCC814;
}

.connect-form-wrap .frm_style_formidable-style.with_frm_style .frm_submit button {
	background: #FCC814;
	border-color: #FCC814;
	border-radius: 24px;
	color: #FFF;
}

.connect-form-wrap .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
	background: #000;
	border-color: #000;
}

.hero-bottom {
	padding: 20px 0px 10px;
	background: linear-gradient(to right, #FCC814, #C28F00 60%);
	position: relative;
	z-index: 100;
}

.hero-bottom-text {
	font-size: 64px;
	letter-spacing: 2px;
	font-weight: bold;
}

.hero-bottom img {
	width: 60px;
}

.media-player-container {
	padding-top: 100px;
	padding-bottom: 100px;
}

.about {
	padding: 38px 0px;
	/*
	mask-image: url('./images/Group 1.png');
	mask-size: cover;
	mask-position: top;
	mask-repeat: repeat-x;
	position: relative;
	z-index: 100;
	*/
	background-color: #000;
	color: #FFF;
}

.about-heading {
	font-size: clamp(38px, 4vw, 64px);
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.about p {
	font-family: Arial, Helvetica, sans-serif;
}

.podcasts {
	flex-wrap: nowrap;
}

.podcasts img {
	width: 200px;
}

.other-pods h1 {
	color: #000;
}

.btn-footer {
	border: 2px solid #FCC814;
	border-radius: 20px;
	color: #FCC814;
	padding: 6px 20px;
}

.btn-footer img {
	width: 25px;
}

.footer-menu li {
    position: relative;
	font-size: 18px;
}

.footer-menu li:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -10px;
    top: 0;
    color: #BEBEBE;
    font-size: 18px;
    line-height: normal;
}

.footer-menu li a {
    text-decoration: none;
    color: #333;
}

.footer-menu li.me-3 {
    margin-right: 15px;
}

.footer-links, .footer-links li a {
	font-size: 18px;
	color: #BEBEBE;
	text-transform: uppercase;
}

#teconsent {
	display: flex !important;
	align-items: center;
	gap: 8px;
}

#teconsent > *:not(:last-child)::after {
    content: "|";
    margin-left: 8px;
    font-size: 18px !important;
}

.modal {
	backdrop-filter: blur(10px);
}

.modal-title {
	flex-grow: 1;
	font-size: 26px;
}

.modal-header {
	height: 100px;
	background-color: #FCC814;
	text-align: center;
	color: #FFF;
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
	background: none;
	border: 2px solid #FCC814;
	border-radius: 20px;
	color: #FCC814;
	padding: 8px 30px;
	text-transform: uppercase;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
	background: #000;
	border-color: #000;
	color: #FFF;
}

input[type=button] {
	outline: none;
}

/* Added by Keith */
.btn-primary {
	color: #000;
	background-color: #fff;
	font-size: 1.5rem;
}

.hero .placer-img {
	opacity: 0 !important;
	padding-top: 7rem;
}
/* End of Keith's additions */

@media (max-width: 1111px) {
	.header-headline {
		font-size: 26px;
	}
	.hero {
		margin-top: 120px;
	}
	
	.hero-col-1 {
		padding-top: 0px !important;
		margin-bottom: -130px;
	}

	.hero-bottom img {
		width: 50px;
	}

	.about {
		mask-size: cover;
	}
}

@media (max-width: 991px) {
	.hero-col-1 {
		margin-bottom: -100px;
	}

	.connect-questions-copy p {
		font-size: 26px;
	}
	
	.hero-text {
    	font-size: 30px;
	}
	
	.social-icons li a {
		width: 44px;
		height: 44px;
	}
}
	
@media (max-width: 898px) {
	.hero-col-1 {
		margin-bottom: -130px;
	}
	
	.hero-text {
    	font-size: 24px;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 40px;
	}
	
	.hero {
		margin-top: 245px;
	}
	
	.hero-col-1 {
		padding-top: 3rem !important;
		padding-bottom: 8rem;
	}

	.page-template-page-live .hero-col-1 {
		padding-bottom: 3rem;
	}
	
	.hero-col-1 img {
		margin-bottom: -30px;
	}
	
	.hero-col-2 h3 {
		font-size: 34px;
		background-color: #FCC814;
    	padding: 6px 0px;
	}
	
	.hero-text span {
		color: #000 !important;
	}
	
	.hero-col-2 {
		padding-top: 0px !important;
	}
	
	.header-row {
		gap: 14px;
	}

	.header-headline {
		font-size: 28px;
		letter-spacing: 0.8px;
		margin-top: 10px;
	}

	.social-icons li a {
		width: 40px;
		height: 40px;
	}
	
	.hero-bottom {
    	padding: 30px 0px 0px;
	}
	
	.podcasts {
		flex-wrap: wrap;
	}

	.connect-questions-copy {
		padding-left: 20px;
	}

	.connect-questions-copy p {
		font-size: 22px;
	}

	.connect-form-wrap {
		padding: 24px;
	}

}

@media (max-width: 601px) {
	p {
		font-size: 18px;
	}
	
	header.scrolled {
		margin-top: 0;
	}
	
	.hero-col-1 {
		padding-bottom: 7rem !important;
	}

	.page-template-page-live .hero-col-1 {
		padding-bottom: 3rem !important;
	}
	
	.hero-col-2 h3 {
		font-size: 26px;
		padding: 3px 0px !important;
	}
	
	.hero-col-2 img:last-child {
		width: 44px;
	}
	
	.hero-bottom-text {
		font-size: 30px;
	}
}

@media (max-width: 525px) {
	.container-fluid {
    	padding: 0px 45px;
	}

	.header-row {
		gap: 10px;
		padding: 20px 0px 10px;
	}

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

	.hero-text {
    	font-size: 30px;
	}

	.hero-bottom-row {
        padding: 30px 0px 50px;
    }

	.page-template-page-live .hero-bottom-row {
		padding: 40px 0px 40px;
	}

	.hero-bottom-row ul li {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.hero-bottom img {
        width: 35px;
    }
	
	.podcasts img {
    	width: 150px;
	}

	.hero .placer-img {
		padding-top: 4rem;
	}
	
	.media-player {
		padding: 50px 0px 0px;
	}
}
