 /* Imported Bootstrap 5 Stylings */
 /* Bootstrap Breakpoints:
 xxl: 1400
 xl: 1200
 large: 992
 medium: 768
 small: 576
 extra small: <576
 */

 /* Make sure img tags don't get too big */
 img {
	max-width: 100%;
	height: auto;
 }

 body {
	margin: 0 !important;
 }

.article p, .article ul {
	margin-bottom: 1.2em;
	font-size: 1.2em;
}
.caption {
	font-size: 1rem;
	color: #FFFFFF !important;
}
.article img {
	width: 100%;
	height: auto;
	max-height: 600px;
}
.article .callout {
	background-color: #1A1D1D;
	padding: 2em;
	margin-bottom: 2em;
}

.callout p:last-child {
	margin-bottom: 0;
}

.callout div {
	align-content: center;
}


 .container-xxl {
	--bs-gutter-x: 1.5rem;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) / 2);
	padding-left: calc(var(--bs-gutter-x) / 2);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 1400px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 1320px;
	}
}

@media (min-width: 1400px) {
	.col-xxl {
		flex: 1 0 0%;
	}

	.row-cols-xxl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xxl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-xxl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-xxl-3 > * {
		flex: 0 0 auto;
		width: 33.333333%;
	}

	.row-cols-xxl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-xxl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-xxl-6 > * {
		flex: 0 0 auto;
		width: 16.666667%;
	}

	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.333333%;
	}

	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.666667%;
	}

	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.333333%;
	}

	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.666667%;
	}

	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.333333%;
	}

	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.666667%;
	}

	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.333333%;
	}

	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.666667%;
	}

	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-xxl-0 {
		margin-left: 0;
	}

	.offset-xxl-1 {
		margin-left: 8.333333%;
	}

	.offset-xxl-2 {
		margin-left: 16.666667%;
	}

	.offset-xxl-3 {
		margin-left: 25%;
	}

	.offset-xxl-4 {
		margin-left: 33.333333%;
	}

	.offset-xxl-5 {
		margin-left: 41.666667%;
	}

	.offset-xxl-6 {
		margin-left: 50%;
	}

	.offset-xxl-7 {
		margin-left: 58.333333%;
	}

	.offset-xxl-8 {
		margin-left: 66.666667%;
	}

	.offset-xxl-9 {
		margin-left: 75%;
	}

	.offset-xxl-10 {
		margin-left: 83.333333%;
	}

	.offset-xxl-11 {
		margin-left: 91.666667%;
	}

	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0;
	}

	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0;
	}

	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}

	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}

	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}

	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}

	.d-xxl-block {
		display: block !important;
	}

	.pt-xxl-0 {
		padding-top: 0 !important;
	}
}

@media (max-width: 1399.98px) {
	.table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

/* End Bootstrap 5 Stylings */

html, body {
	background-color: black;
	color: white;
}

/*p {
	font-family: 'Source Sans Pro';
}

h1, h2, h3, h4, h5, a, button {
	font-family: 'DM Sans';
}*/

a, a:hover {
	color: white;
}

p a {
	color: #970f00;
}

p a:hover {
	color: #640a00;
}

.navbar p a, .navbar p a:hover, #footer p a:not(.btn), #footer p a:not(.btn):hover {
	color: white;
}

.carousel-indicators {
	bottom: 76px;
	justify-content: start;
	padding-left: 76px;
}

.carousel-indicators li {
	width: 7px;
	height: 7px;
	border-radius: 50%;
}

.carousel-large .carousel-item:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(to left bottom, transparent, transparent 30%, black);
}

.carousel-small .carousel-item:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(to left, transparent, transparent 50%, black);
}

#carouselSlider .carousel-item.active, #carouselFeatured .carousel-item.active, #recentSlides .carousel-item.active, .categoryCarousel .carousel-item.active, .seriesCarousel .carousel-item.active, #carouselMagazineSlider .carousel-item.active {
	display: flex;
}

.carousel-item > img {
	position: relative;
	z-index: 0;
}

.seriesCarousel .carousel-item .img-fluid, .categoryCarousel .carousel-item .img-fluid, #recentSlides .carousel-item .img-fluid, .all-episodes .img-fluid {
	width: 100%;
	max-height: 230px;
	height: 100%;
}

.carousel-caption {
	text-align: left;
	left: auto;
	right: auto;
	z-index: 2;
	width: 100%;
	bottom: 83px;
	padding-left: 48px;
}

.carousel-control-prev, .carousel-control-next {
	width: 5%;
	background: transparent;
	min-width: 40px;
}

.carousel-control-prev {
	display: none;
}

#carouselMagazineSlider .carousel-control-prev {
	display: flex;
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
	opacity: .5;
	background: #030303;
}

.fa-play {
	font-size: .9em;
}

#videoSlot {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56%; /* 16:9 */
}

#videoSlot #amp {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
}

#videoSlot iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
}

img.seriesTitleImage {
	max-height:10rem;
}

#navbarDropdownSearch {
	cursor: pointer;
}

.search-input {
	background-color: #50595b;
	border: 1px solid black;
	color: white;
	padding: 10px 15px;
	font-size: 21px;
	width: 100%;
	border-radius: 0px;
	-webkit-appearance: none;
}
.search-icon::after {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	position: absolute;
	right: 17px;
	top: 14px;
	font-size:18px;
	color:white;
	content: '\f002';
}
.dropdown-icon::after {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	position: absolute;
	right: 17px;
	top: 14px;
	font-size:18px;
	color:white;
	content: '\f0d7';
}
#fullSchedule .scheduleCalendar {
	grid-template-columns: [time]100px 1fr 1fr 1fr;
	grid-template-rows: [header]70px repeat(24, fit-content(50px));
	display: grid;
}
.scheduleHeader {
	grid-row: header / span 1;
	position:sticky;
	top: calc(56px + 8px + 1px);
	background-color: rgb(41,41,41);
	border: 1px solid black;
	padding: 10px 19px;
}
.scheduleHeader p {
	color:#ffffff;
	font-size: 14px;
}
.scheduleHeader h5 {
	color: #ffffff;
	font-size:20px;
	margin-bottom:2px;
	font-weight: normal;
}
.scheduleHeader.active {
	border-bottom-color: rgb(253,253,253);
}
.scheduleTime {
	grid-column: time / span 1;
}
.scheduleTime:not(.scheduleHeader) {
	padding-left: 5px;
	min-height: 50px;
}
.scheduleEntry {
	border: 1px solid black;
	background-color: rgb(23,23,23);
	padding-left: 16px !important;
	padding-bottom: 11px !important;
	background-size: cover;
	background-position: center;
}

.scheduleEntry .btn.btn-light {
    margin-bottom: 5px;
}

.scheduleEntry p:last-child {
	margin-bottom: 0 !important;
}

#searchResults {
	max-height: 400px;
}

#searchResults img {
	max-height: 150px;
	margin-bottom: 15px;
}

#searchInput {
	color: white;
	background-color: #50595B;
}

/*.btn-red {
	background: #970f00;
	color: #fff;
}

.btn-red:hover {
	background: #cc1400;
	color: #fff;
}*/

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 0;
	padding-bottom: 56.25%;
}

.bg-grey {
	background-color: #181b1b;
}

.bg-darker {
	background-color: #0f1111;
}

.navbar {
	box-shadow: rgba(0,0,0,.5) 0 3px 6px;
}

.navbar .navbar-collapse.show {
	max-height: calc(100vh - 64px); /* 64px: height of the navbar itself */
	overflow-y: auto;
}
.navbar-expand-lg .navbar-collapse .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}

.navbar-small {
	font-size: .9em;
}

.overflow-y-auto {
	overflow-y: auto;
}

.schedule-item {
	min-height: 120px; /* top menu schedule item */
}

#splash-screen {
	top: 0;
	left: 0;
	position: sticky;
	height: 100vh;
	width: 100vw;
	background: #0F1111;
	z-index: 90;
	max-width: 100%;
	overflow-x: hidden;
}

.splash-images {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
}

.splash-images img {
	height: 7.5vh;
	object-fit: contain;
}

@keyframes splash-fade-out {
	0%   { opacity: 1; }
	100% { opacity: 0; }
}

@media (max-width: 991px) {

	nav > .navbar-collapse {
		overflow: auto;
		max-height: 400px;
	}

	.carousel-indicators {
		display: none;
	}

	.carousel-large .carousel-inner, .carousel-small .carousel-inner {
		padding-bottom: 12.5rem;
	}

	.carousel-large .carousel-item:before, .carousel-small .carousel-item:before {
		background: linear-gradient(to bottom, transparent, black);
	}

	.carousel-large .carousel-caption, .carousel-small .carousel-caption {
		text-align: center;
		left: 0;
		right: 0;
		bottom: -250px;
		padding-left: 0;
	}

	.bigCarousel .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	img.seriesTitleImage {
		max-height: 7rem;
		max-width: 80%;
	}

	.carousel-large .carousel-caption h3, .carousel-small .carousel-caption h3 {
		font-size: 22px;
	}

	.carousel-large .carousel-caption h5, .carousel-small .carousel-caption h5 {
		margin-bottom: 1rem !important;
	}

	.carousel-large .carousel-caption p, .carousel-small .carousel-caption p {
		justify-content: center;
	}

	.carousel-large .carousel-caption .btn {
		padding: 8px 32px;
		border: 0;
		background: #970F00;
	}

	.bg-img {
		background: none !important;
		height: auto;
		padding-bottom: 0;
	}

	.carousel.carousel-fade .carousel-item {
		display: block;
		opacity: 0;
		transition: opacity ease-out .7s;
	}

	.carousel.carousel-fade .carousel-item.active {
		opacity: 1 !important;
	}
}

@media (max-width: 767px) {
	.schedule-item {
		min-height: initial; /* reset the schedule item min-height so on mobile, it's not so tall */
	}

	.magazine-image {
		width: 50%;
	}

	.seriesCarousel .carousel-item .img-fluid, .categoryCarousel .carousel-item .img-fluid, #recentSlides .carousel-item .img-fluid, .all-episodes .img-fluid {
		max-height: 287px;
	}

	.categoryCarousel .carousel-item, .seriesCarousel .carousel-item, #carouselFeatured .carousel-item, #recentSlides .carousel-item {
		overflow: auto;
	}

	.categoryCarousel .carousel-control-prev, .categoryCarousel .carousel-control-next, .seriesCarousel .carousel-control-prev, .seriesCarousel .carousel-control-next, #carouselFeatured .carousel-control-prev, #carouselFeatured .carousel-control-next, #recentSlides .carousel-control-prev, #recentSlides .carousel-control-next {
		display: none;
	}

	#fullSchedule .scheduleCalendar {
		/* grid-template-columns: [time]100px 1fr 1fr 1fr; */
		grid-template-rows: [header]110px repeat(24, fit-content(50px));
	}
}

@media (max-width: 576px) {
	body {
		margin-top: 65.43px;
	}
}

.blog-item-img {
	width: 100%;
}

.btn-icon {
	width: 2rem;
	height: 2rem;
	padding: 0;
	border-radius: 50%;
	font-size: 1rem;
	line-height: 2;
}
