@font-face {
	font-family: "Kanit";
	src: local(Kanit Medium), url("../fonts/Kanit/Kanit-Medium.ttf");
	src: url("../fonts/Kanit/Kanit-Medium.ttf") format("truetype");
	font-weight: 500;
}

@font-face {
	font-family: "Kanit";
	src: local(Kanit Medium Italic), url("../fonts/Kanit/Kanit-MediumItalic.ttf");
	src: url("../fonts/Kanit/Kanit-MediumItalic.ttf") format("truetype");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Kanit";
	src: local(Kanit Semi-Bold), url("../fonts/Kanit/Kanit-Bold.ttf");
	src: url("../fonts/Kanit/Kanit-Bold.ttf") format("truetype");
	font-weight: 600;
}

@font-face {
	font-family: "Kanit";
	src: local(Kanit Semi-Bold Italic), url("../fonts/Kanit/Kanit-SemiBoldItalic.ttf");
	src: url("../fonts/Kanit/Kanit-SemiBoldItalic.ttf") format("truetype");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "Kanit";
	src: local(Kanit Bold), url("../fonts/Kanit/Kanit-Bold.ttf");
	src: url("../fonts/Kanit/Kanit-Bold.ttf") format("truetype");
	font-weight: 700;
}

@font-face {
	font-family: "Kanit";
	src: local(Kanit Bold Italic), url("../fonts/Kanit/Kanit-BoldItalic.ttf");
	src: url("../fonts/Kanit/Kanit-BoldItalic.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "Kanit";
	src: local(Kanit Extra Bold), url("../fonts/Kanit/Kanit-ExtraBold.ttf");
	src: url("../fonts/Kanit/Kanit-ExtraBold.ttf") format("truetype");
	font-weight: 800;
}

@font-face {
	font-family: "Kanit";
	src: local(Kanit Extra Bold Italic), url("../fonts/Kanit/Kanit-ExtraBoldItalic.ttf");
	src: url("../fonts/Kanit/Kanit-ExtraBoldItalic.ttf") format("truetype");
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: "Kanit";
	src: local(Kanit Black), url("../fonts/Kanit/Kanit-Black.ttf");
	src: url("../fonts/Kanit/Kanit-Black.ttf") format("truetype");
	font-weight: 900;
}

@font-face {
	font-family: "Kanit";
	src: local(Kanit Black Italic), url("../fonts/Kanit/Kanit-BlackItalic.ttf");
	src: url("../fonts/Kanit/Kanit-BlackItalic.ttf") format("truetype");
	font-weight: 900;
	font-style: italic;
}



@font-face {
	font-family: "Martel";
	src: local(Martel UltraLight), url("../fonts/Martel/Martel-ExtraLight.ttf");
	src: url("../fonts/Martel/Martel-ExtraLight.ttf") format("truetype");
	font-weight: 600;
}

@font-face {
	font-family: "Martel";
	src: local(Martel Light), url("../fonts/Martel/Martel-Light.ttf");
	src: url("../fonts/Martel/Martel-Light.ttf") format("truetype");
	font-weight: 600;
}


@font-face {
	font-family: "Martel";
	src: local(Martel), url("../fonts/Martel/Martel-Regular.ttf");
	src: url("../fonts/Martel/Martel-Regular.ttf") format("truetype");
	font-weight: 600;
}

@font-face {
	font-family: "Martel";
	src: local(Martel DemiBold), url("../fonts/Martel/Martel-SemiBold.ttf");
	src: url("../fonts/Martel/Martel-SemiBold.ttf") format("truetype");
	font-weight: 700;
}


@font-face {
	font-family: "Martel";
	src: local(Martel ExtraBold), url("../fonts/Martel/Martel-ExtraBold.ttf");
	src: url("../fonts/Martel/Martel-ExtraBold.ttf") format("truetype");
	font-weight: 800;
}


@font-face {
	font-family: "Martel";
	src: local(Martel Black), url("../fonts/Martel/Martel-Black.ttf");
	src: url("../fonts/Martel/Martel-Black.ttf") format("truetype");
	font-weight: 900;
}


@font-face {
	font-family: "Kadwa";
	src: local(Kadwa Bold), url("../fonts/Kadwa/Kadwa-Bold.ttf");
	src: url("../fonts/Kadwa/Kadwa-Bold.ttf") format("truetype");
	font-weight: 900;
}


@font-face {
	font-family: "Kadwa";
	src: local(Kadwa), url("../fonts/Kadwa/Kadwa-Regular.ttf");
	src: url("../fonts/Kadwa/Kadwa-Regular.ttf") format("truetype");
	font-weight: 500;
}

@font-face {
	font-family: "SuezOne";
	src: local(Suez One), url("../fonts/Suez_One/SuezOne-Regular.ttf");
	src: url("../fonts/Suez_One/SuezOne-Regular.ttf") format("truetype");
	font-weight: 900;
}

@font-face {
	font-family: "Ultra";
	src: local(Ultra), url("../fonts/Ultra/Ultra-Regular.ttf");
	src: url("../fonts/Ultra/Ultra-Regular.ttf") format("truetype");
	font-weight: 900;
}

.kanit-font-500 {
	font-family: "Kanit", "Lato", sans-serif;
	font-weight: 500;
}

.kanit-font-500-italic {
	font-family: "Kanit", "Lato", sans-serif;
	font-weight: 500;
	font-style: italic;
}

.kanit-font-600 {
	font-family: "Kanit", "Lato", sans-serif;
	font-weight: 600;
}

.kanit-font-600-italic {
	font-family: "Kanit", "Lato", sans-serif;
	font-weight: 600;
	font-style: italic;
}

.kanit-font-700 {
	font-family: "Kanit", "Lato", sans-serif;
	font-weight: 700;
}

.kanit-font-700-italic {
	font-family: "Kanit", "Lato", sans-serif;
	font-weight: 700;
	font-style: italic;
}


.kanit-font-800 {
	font-family: "Kanit", "Lato", sans-serif;
	font-weight: 800;
}

.kanit-font-800-italic {
	font-family: "Kanit", "Lato", sans-serif;
	font-weight: 800;
	font-style: italic;
}

.kanit-font-900 {
	font-family: "Kanit", "Lato", sans-serif;
	font-weight: 900;
}

.kanit-font-900-italic {
	font-family: "Kanit", "Lato", sans-serif;
	font-weight: 900;
	font-style: italic;
}


.martel-font-500 {
	font-family: "Martel", "Lato", sans-serif;
	font-weight: 500;
}

.martel-font-600 {
	font-family: "Martel", "Lato", sans-serif;
	font-weight: 600;
}

.martel-font-700 {
	font-family: "Martel", "Lato", sans-serif;
	font-weight: 700;
}

.martel-font-800 {
	font-family: "Martel", "Lato", sans-serif;
	font-weight: 800;
}

.martel-font-900 {
	font-family: "Martel", "Lato", sans-serif;
	font-weight: 900;
}



.kadwa-font-500 {
	font-family: "Kadwa", "Lato", sans-serif;
	font-weight: 500;
}

.kadwa-font-900 {
	font-family: "Kadwa", "Lato", sans-serif;
	font-weight: 900;
}

.suez-one-font-900 {
	font-family: "SuezOne", "Lato", sans-serif;
	font-weight: 900;
}

.ultra-font-900 {
	font-family: "Ultra", "Lato", sans-serif;
	font-weight: 900;
}



html {
}

html,
body,
header,
.jarallax,
.jumbotron-900h {
	/*height: 400px;*/
}

.youtube-nav-item {
	background-color: transparent;
	width: 1rem;
	height: 1rem;
	margin-right: .15rem;
	margin-left: .15rem;
	display: inline-block;
	border-radius: 50%;
	border: 2px rgba(0,0,0,0.60) solid;
	cursor: pointer;
}

	.youtube-nav-item.active {
		background-color: rgba(0,0,0,.80);
		border: 2px rgba(255,155,0,0.84) solid;
	}

@@media (max-width: 740px) {
	html,
	body,
	header,
	.jarallax,
	.jumbotron-900h {
		/*height: 80vh;*/
	}
}

@@media (min-width: 800px) and (max-width: 850px) {
	html,
	body,
	header,
	.jarallax,
	.jumbotron-900h {
		/*height: 100vh;*/
	}
}

@@media (min-width: 560px) and (max-width: 650px) {
	header .jarallax h1 {
		margin-bottom: .5rem !important;
	}

	header .jarallax h5 {
		margin-bottom: .5rem !important;
	}
}


@@media (min-width: 660px) and (max-width: 700px) {
	header .jarallax h1 {
		margin-bottom: 1.5rem !important;
	}

	header .jarallax h5 {
		margin-bottom: 1.5rem !important;
	}
}

.top-nav-collapse {
	background-color: rgba(160,0,0,0.60) !important;
}

.navbar.top-nav-collapse.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.top-nav-collapse.navbar-dark .navbar-nav .nav-item .nav-link {
	text-shadow: none;
}

.navbar:not(.top-nav-collapse) {
	/*background: transparent !important;*/
	background-color: rgba(0,0,0,0.2) !important;
}

@@media (max-width: 768px) {
	.navbar:not(.top-nav-collapse) {
		background-color: rgba(0,0,0,0.2) !important;
	}
}

@@media (min-width: 800px) and (max-width: 850px) {
	.navbar:not(.top-nav-collapse) {
		background-color: rgba(0,0,0,0.2) !important;
	}
}

footer.page-footer {
	background-color: rgba(160,0,0,1.0);
}

.social-text {
	font-size: 1.5em;
	font-weight: 600;
	font-style: italic;
	vertical-align: -1.9px;
	display: inline-block;
}

.gold-color {
	color: rgba(255,187,43,1.0) !important;
}


.badger-red {
	color: rgba(160,0,0,1.0) !important;
}


.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
	font-size: 1.3rem;
	font-weight: 400;
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
	text-shadow: 2px 2px 10px #000;
}

.lists-larger {
	font-size: 1.4em;
}


@media (min-width: 0px) {
	#main-header-para {
		max-height: 320px;
		height: 320px;
	}

	#first-rendering-paragraph, #second-rendering-paragraph {
		max-height: 200px;
		height: 200px;
	}

	.section-divider h1:first-child {
		font-weight: 900;
		text-transform: uppercase;
		font-size: 1.3em;
	}

	#accordion-general-project-questions > div.card > div.card-header > a > h3,
	#accordion-seating-questions > div.card > div.card-header > a > h3 {
		font-size: 1.3em;
	}

	.vertical-line {
		/*height: 100%;
		margin-top: 10px;*/
		width: 6px; /* 10px */
		background-color: rgba(255,255,255,1.0);
		/*display: inline-block;*/
		margin-left: 20px;
		z-index: 1000;
		/*border-left: 10px solid white;*/
		height: 100%;
		position: absolute;
		right: 0%; /* 10% */
		margin-left: 0;
		top: 0;
	}

	section h1.cardinal-red {
		color: rgba(160,0,0,1.0);
		font-weight: 700;
		text-transform: uppercase;
		font-size: 1.6rem;
	}

	.disclaimer {
		font-size: 1.0em;
		max-width: 90%;
	}

	section p {
		font-weight: 500;
		font-size: 1.2em;
		color: rgba(0,0,0,1.0);
		padding-left: 20px;
	}

	#accordion-general-project-questions > div.card div > div.card-body > p,
	#accordion-seating-questions > div.card div > div.card-body > p {
		color: rgba(255,255,255,1.0);
		font-size: 1.2em;
		font-weight: 500;
	}
}

@media (min-width: 576px) {
	#main-header-para {
		max-height: 320px;
		height: 320px;
	}

	#first-rendering-paragraph, #second-rendering-paragraph {
		max-height: 300px;
		height: 300px;
	}

	.section-divider h1:first-child {
		font-weight: 900;
		text-transform: uppercase;
		font-size: 2.3em;
	}

	section h1.cardinal-red {
		color: rgba(160,0,0,1.0);
		font-weight: 700;
		text-transform: uppercase;
		font-size: 2.5rem;
	}

	.disclaimer {
		font-size: 1.1em;
		max-width: 64%;
	}

	section p {
		font-weight: 500;
		font-size: 1.4em;
		color: rgba(0,0,0,1.0);
		padding-left: 20px;
	}

	#accordion-general-project-questions > div.card div > div.card-body > p,
	#accordion-seating-questions > div.card div > div.card-body > p {
		color: rgba(255,255,255,1.0);
		font-size: 1.2em;
		font-weight: 500;
	}
}

@media (min-width: 768px) {
	#main-header-para {
		max-height: 700px;
		height: 700px;
	}

	#first-rendering-paragraph, #second-rendering-paragraph {
		max-height: 500px;
		height: 500px;
	}

	.section-divider h1:first-child {
		font-weight: 900;
		text-transform: uppercase;
		font-size: 3.2em;
	}

	section h1.cardinal-red {
		color: rgba(160,0,0,1.0);
		font-weight: 700;
		text-transform: uppercase;
	}

}

@media (min-width: 992px) {
	#main-header-para {
		max-height: 900px;
		height: 900px;
	}

	#first-rendering-paragraph, #second-rendering-paragraph {
		max-height: 600px;
		height: 600px;
	}

	.section-divider h1:first-child {
		font-weight: 900;
		text-transform: uppercase;
		font-size: 4em;
	}

	section h1.cardinal-red {
		color: rgba(160,0,0,1.0);
		font-weight: 700;
		text-transform: uppercase;
	}
}

@media (min-width: 1200px) {
	#main-header-para {
		max-height: 900px;
		height: 900px;
	}

	#first-rendering-paragraph, #second-rendering-paragraph {
		max-height: 600px;
		height: 600px;
	}

	.section-divider h1:first-child {
		font-weight: 900;
		text-transform: uppercase;
		font-size: 4em;
	}

	section h1.cardinal-red {
		color: rgba(160,0,0,1.0);
		font-weight: 700;
		text-transform: uppercase;
	}
}

.cardinal-red {
	color: rgba(160,0,0,1.0);
}

table {
	color: rgba(255,255,255,1.0) !important;
}

	table > thead {
		background-color: rgba(255,255,255,1.0);
		color: rgba(0,0,0,1.0);
	}

		table > thead > tr > th:not(:first-child), table > tbody > tr > td {
			text-align: center;
		}

table > thead > tr > th {
	font-size: 1.2rem;
}

table > tbody > tr > td, table > tbody > tr > th {
	font-size: 1.1rem;
}

table > tbody > tr >

#total-stat-list {
	list-style-type: none;
	display: table;
}

#total-stat-list > li {
	display: table-cell;
	text-align: center;
}

.total-season-stat {
	font-size: 3.5rem;
}

.bg-dark-gray{
	background-color: rgba(50,50,50,1.0);
}

.bg-cardinal {
	background-color: rgba(160,0,0,1.0);
}

.bg-white {
	background-color: rgba(255,255,255,1.0);
}

.nav-become-insider {
	font-family: Lato, sans-serif;
	font-weight: 400;
	font-size: 2.2em;
	line-height: 1.0;
}

.nav-next-chapter {
	font-family: Lato, sans-serif;
	font-size: 2.4em;
	font-weight: 900;
	line-height: 1.0;
}

.mr-10 {
	margin-right: 6em !important;
}


ul.navbar-nav > li > a {
	display: block;
}

div.container.section-divider {
	background-color: rgba(50,50,50,1.0);
	padding: 1em;
}

.rotate-icon {
	transition-duration: 0.5s;
}

#accordion-general-project-questions,
#accordion-general-project-questions > div.card {
	border: none;
}


/* The card paragraph size is set by the media queries */

#accordion-seating-questions,
#accordion-seating-questions > div.card {
	border: none;
}

/* The card paragraph size is set by the media queries */

div.card-header > a > h3 {
	font-weight: 500;
}

div.card-header > a:hover {
	text-decoration: none;
}

.accordion-glyph-margin-neg::before {
	margin-right: -8px;
}

section#questions > div.row > div > h2 {
	font-weight: 900;
}

#first-rendering-paragraph {
	background-image: url('/assets/images/jpeg/parallax/stadium_shot_1_v_1_0_0_2200w1467h40q1p.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#second-rendering-paragraph {
	background-image: url('/assets/images/jpeg/parallax/stadium_shot_2_v_1_0_0_2200w1467h40q1p.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#become-an-insider-parent {
	background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url('/assets/images/jpeg/become_a_project_insider_bg_v_1_0_0_2200w1238h100q.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/*#header-video-container {
	background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('/assets/images/jpeg/become_a_project_insider_bg_v_1_0_0_2200w1238h100q.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;

}*/

/*#header-video-container-parent > *  {
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
}
#header-video {
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
}*/

#become-an-insider {
}

/*.quote-mark-left:before {
	color: rgba(160,0,0,1.0);
	font-size: 3em;
	font-weight: 900;
	font-family: Roboto;
	font-style: italic;
	position: absolute;
	left: -8px;
	top: 0;
	content: open-quote;
	opacity: 0.8;
}


.quote-mark-right:after {
	color: rgba(160,0,0,1.0);
	font-size: 3em;
	font-weight:900;
	font-family: SuezOne;
	font-style: italic;
	position: absolute;
	left: 10px;
	top: 10px;
	content: close-quote;

}*/
.quote {
	line-height: 1.6 !important;
	font-size: 2em;
	font-style: italic;
}

/*.quote:before {
	color: rgba(160,0,0,1.0);
	font-size: 3em;
	font-weight: 900;
	font-family: Roboto;
	font-style: italic;
	position: absolute;
	left: -8px;
	content: open-quote;
	opacity: 0.8;
}

.quote:after {
	color: rgba(160,0,0,1.0);
	font-size: 3em;
	font-weight: 900;
	font-family: Roboto;
	font-style: italic;
	position: absolute;
	right: 40px;
	content: close-quote;
	opacity: 0.8;
}*/

.disclaimer {
	color: rgba(255,255,255,1.0);
	background-color: rgba(160,0,0,1.0);
	border-color: rgba(255,255,255,1.0);
	border-width: 2px;
	border-style: solid;
	border-radius: 2px;
	text-align:center;
	font-family: Lato;
	font-weight: 700;
	font-style: italic;
	padding: 10px;
}

.submit-button {
	width: 15rem;
	font-weight: 400;
	background-color: rgb(160,0,0);
	font-size: 30px;
	padding: 5px;
}

.submit-button:hover{
	color: rgba(255,255,255,1.0);
	font-weight: bold;
}

.form-check-input[type="radio"]:checked + label:after,
.form-check-input[type="radio"].with-gap:checked + label:after,
label.btn input[type="radio"]:checked + label:after,
label.btn input[type="radio"].with-gap:checked + label:after {

	background-color: rgba(160, 0, 0, 1.0);

}

.form-check-input[type="radio"]:checked + label:after,
.form-check-input[type="radio"].with-gap:checked + label:before,
.form-check-input[type="radio"].with-gap:checked + label:after,
label.btn input[type="radio"]:checked + label:after,
label.btn input[type="radio"].with-gap:checked + label:before,
label.btn input[type="radio"].with-gap:checked + label:after {

	border: 2px solid rgba(160, 0, 0, 1.0);

}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: rgba(160, 0, 0, 1.0);
	background-color: rgba(160, 0, 0, 1.0);
}


.carousel-control-container {
	height: 110px;
	width: 50px;
	background-color: rgba(160,0,0,1.0);
	padding-top: 2rem !important;
}

#general-carousel > a.carousel-control-prev,
#general-carousel > a.carousel-control-next {
	opacity: 1.0 !important;
}

#history-slider > a.carousel-control-prev,
#history-slider > a.carousel-control-next {
	width: unset !important;
}

.messages {
	height: 1rem;
	font-size: .5rem;
}

.messages p {
	padding-left: 0;
}

.form-group {
	margin-bottom: 0;
}

.form-group.has-error input {
	border: 2px rgba(255, 0, 0, 1.0) solid;
}

div.hidden.anchor-link {
	content: "";
	display: block;
	position:relative;
	visibility: hidden;
	/*top: -141px;*/
}

a.no-underline:hover,
a.no-underline:active,
a.no-underline {
	text-decoration: none;
}


.red-button {
	/*width: 22rem;*/
	font-weight: 400;
	background-color: rgb(160,0,0);
	font-size: 30px;
	padding: 5px;
	/*margin: 28px;*/
	color: rgba(255,255,255,1.0);
}

	.red-button:hover {
		color: rgba(255,255,255,1.0);
		font-weight: bold;
	}