* {
	box-sizing: border-box;
}

body {
	margin: 0;
}

.columnt {
	float: left;
	width: 33.33%;

	text-align: center;
	color: #E90802;
	background: black;
	z-index: -1;
}

.rowt::after {
	content: "";
	display: table;
	clear: both;
}

@media screen and (max-width:600px) {
	.columnt {
		width: 100%;
	}
}

.columnt2 {
	float: left;
	width: 33.33%;
	padding: 10px 80px 20px 80px;
	text-align: center;
	color: #E90802;
}

.rowt::after {
	content: "";
	display: table;
	clear: both;
}

@media screen and (max-width:1100px) {
	.columnt2 {
		width: 100%;
		padding: 10px
	}
}

.hero {
	display: flex;
	align-items: center;
	color: white;
	background:rgba(0, 0, 0, 0); 
	position: relative;
	min-height: 100vh;
	margin-bottom: -100px;
}

@media screen and (max-width: 500px) {
	.hero {
		display: flex;
		align-items: center;
		color: white;
		background:rgba(0, 0, 0, 0); 
		position: relative;
		top:-5px;
		margin-bottom: -5px;
		min-height: 150vh;
	}
}

@media screen and (max-width: 380px) {
	.hero {
		display: flex;
		align-items: center;
		color: white;
		background:rgba(0, 0, 0, 0); 
		position: relative;
		top:-5px;
		min-height: 150vh;
	}
}

@media screen and (max-width: 500px) {
	.video-bg {
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 2400px;
		object-fit: cover;
	}
}

.video-bg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;

}

@media (min-aspect-ratio: 16/9) {
	#video-bg {
		width:100%;
		height: auto;
	}
}

@media (max-aspect-ratio: 16/9) {
	#video-bg {
		width:auto;
		height: 100%;
	}
}


.wrap {
	height: 200px;
	width: 1600px;
	margin: 10px;
	display: grid;
	align-items: center;
}

.wrap span {
	align-self: flex-end;
	bottom: -100px;
}

* {
	box-sizing: border-box;
}

.columntw {
	float: left;
	width: 50%;
	padding: 30px;
	margin: 0;
}

.rowtw:after {
	content: "";
	display: table;
	clear: both;
}

@media screen and (max-width: 800px) {
	.columntw {
		width: 100%;
		margin: 0;
		top: 200px;
	}
}

.columntw2 {
	float: left;
	width: 50%;
	padding: 30px;
	margin: 0;
}

.rowtw2:after {
	content: "";
	display: table;
	clear: both;
}

@media screen and (max-width: 800px) {
	.columntw2 {
		width: 100%;
		margin: 0;
		top: 200px;
	}
}

@media screen and (max-width: 400px) {
	.columntw2 {
		width: 100%;
		margin: 0;
		top: 200px;
		height: 800px;
	}
}

img {
	padding: 0;
	display: block;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
}

.columnf {
	float: left;
	width: 25%;
	padding: 10px;
	color: #E90802;
}

.rowf:after {
	content: "";
	display: table;
	clear: both;
}

@media screen and (max-width: 1560px) {
	.columnf {
		width: 50%;
	}
}

@media screen and (max-width: 870px) {
	.columnf {
		width: 100%;
	}
}

#grad1 {
	background-color: red; /* For browsers that do not support gradients */
	background-image: linear-gradient(to right, #800000, #E90802, #800000);
	margin-bottom: -44px;
}

#grad2 {
	background-color: rgb(0, 0, 0); /* For browsers that do not support gradients */
	background-image: linear-gradient(to right, #000000, #333333, #000000);
	margin-bottom: -44px;
}

/* Float four columns side by side */
.columnc {
	float: left;
	width: 25%;
	padding: 10px 10px;
}

@media screen and (max-width:800px) {
	.columnc {
		width: 50%;
		display: inline;
	}
}

.row {margin: -5px, -5px;}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	padding: 6px;
	text-align: center;
	background-color: #f1f1f1;
}

@media screen and (max-width: 900px) {
	.card {
		width: 100%;
		margin: 0;
	}
}

.btn {
	padding: 10px 10px;
	background: #E90802;
	outline: none !important;
	cursor: pointer;
	position: relative;
	display: inline-block;
	left: 50%
		transform: translateX(-50%);
	border: none;
}

.btn {
	z-index: 1;
	color: white;
}

.btn:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	z-index: -1;
	border: none;
}

.btn:hover {
	color: black;
	border: none;
}


.imgzoom {
	transition: transform .2s;
	margin: 0 auto;
	width: 100%;

}

.imgzoom:hover {
	-ms-transform: scale(1.05); /* IE 9 */
	-webkit-transform: scale(1.05); /* Safari 3-8 */
	transform: scale(1.05); 
	width: 100%;
	margin: 0;
}

#accdn {
	margin-top: -90px;
	background-color: #000000;
	color: #ffffff;
	cursor: pointer;
	padding: 18px;
	width: 600px;
	border: 2px #E90802;
	text-align: center;
	outline: none;
	transition: 1.5s;
}

#accdn li {
	list-style: none;
	width: 100%;
	margin-bottom: 10px;
	background: black;
	padding: 10px;
	border: 2px solid red;
	border-radius: 4px;
	border-color: 2px solid red;
}

#accdn li label {
	padding: 10px;
	display: flex;
	align-items: center;
	Justify-content: center;
	cursor: pointer;
	color:white;
}

label:before {
	content: '';
	margin-right: 10px;
	font-size: 24px;
	font-weight: 600;
}

input[type="radio"]{
	display: none;
}

#accdn label + input[type="radio"] {
	display: none;
}

#accdn .cntnt {
	padding: 0 10px;
	line-height: 26px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 1.5s;
	color: white;
}

#accdn input[type="radio"]:checked + label + .cntnt{
	max-height: 400px;
	padding: 10px 10px 20px;
}

#accdn input[type="radio"]:checked + label::before {
	content: '-';
}

#accdn label + input[type="radio"]:checked + .cntnt {
	max-height: 400px;
}

@media screen and (max-width: 900px) {
	#accdn{
		align-items: center;
		width: 295px;
		padding: 10 10px;
		margin-left: -35px;
	}
}

@media screen and (max-width: 800px) {
	#accdn{
		width: 500px;
		margin: 50px;
	}
}

@media screen and (max-width: 500px) {
	#accdn{
		width: 300px;
		margin: 0;
	}
}

.ncontain {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 70px 10px;
	padding: 70px 50px;
}

.ncontain .card {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 350px;
	height: 300px;
	background: #E90802;
	border-radius: 20px;
	box-shadow: 0 35px 80px rgba(0,0,0,0.15);
	transition: 0.5s;
}

.ncontain .card:hover {
	height: 580px;
}

.ncontain .card .imgBx {
	position: absolute;
	top: 15px;
	width: 320px;
	height: 270px;
	background: #E90802;
	border-radius: 12px;
	transition: 0.5s;
}

.ncontain .card:hover .imgBx {
	top: -100px;
	scale: 0.75;
	box-shadow: 0 15px 45px rgba(0,0,0,0.2);
}

.ncontain .card .imgBx img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ncontain .card .content {
	position: absolute;
	top: 155px;
	width: 100%;
	padding: 0 30px;
	height: 180px;
	overflow: hidden;
	text-align: center;
	transition: 0.5s;
	color: white;
}

.ncontain .card:hover .content {
	top: 70px;
	height: 570px;
	color: white;
}

@media screen and (max-width: 900px) {
	.ncontain .rcard .content {
		top: 125px;
	}
}

@media screen and (max-width: 900px) {
	.ncontain .card .imgBx{
		width: 290px;
		margin: 0;
	}
}

@media screen and (max-width: 900px) {
	.ncontain .card:hover {
		width: 350px;
		margin: 0;
		height: 650px;
	}
}

@media screen and (max-width: 900px) {
	.ncontain .card:hover .content{
		margin: 0;
		height: 570px;
	}
}

@media screen and (max-width: 900px) {
	.ncontain .card .content{
		width: 255px;
		margin: 0;
		height: 180px;
	}
}

@media screen and (max-width: 500px) {
	.ncontain .card .imgBx{
		width: 225px;
		margin: 0;
	}
}

@media screen and (max-width: 500px) {
	.ncontain .card:hover {
		width: 100%;
		margin: 0;
		height: 600px;
	}
}

@media screen and (max-width: 500px) {
	.ncontain .card:hover .content{
		margin: 0;
		height: 970px;
	}
}

@media screen and (max-width: 500px) {
	.ncontain .card:hover{
		margin: 0;
		height: 670px;
	}
}

@media screen and (max-width: 500px) {
	.ncontain .card .content{
		width: 255px;
		margin: 0;
		height: 155px;
		top: 150px;
	}
}

.deptcontainer {
	position: relative;
	width: 100%;
}

.deptcontainer2 {
	position: relative;
	width: 100%;
}

@media screen and (max-width: 500px) {
	.deptcontainer2{
		font-size: 8vw;
	}
}

.deptimage {
	opacity: 1;
	display: block;
	width: 100%;
	transition: .5s ease;
	backface-visibility: hidden;
}

.deptmiddle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.deptcontainer:hover .deptimage {
	opacity: 0.3;
}

.deptcontainer:hover .deptmiddle {
	opacity: 1;
}

.deopttext {
	background-color: #E90802;
	color: white;
	font-size: 16px;

}

@media screen and (max-width: 500px) {
	.deopttext{
		background-color: #E90802;
		color: white;
		font-size: 12px;
		padding: 5px 5px;
	}
}

.background_redblack {

	position: relative;
	top: 0px;
	width: 100%;
	height: 650px;
	background: white;
	margin: -200px auto 0 auto;
	z-index: 98;
	position: relative;
	background: url('https://www.depts.ttu.edu/coe/testingfolder/redblack.jpg') no-repeat center center fixed; 
	background-size: cover;
	text-align: center;
}

.background_mission {
	position: relative;
	top: 0px;
	width: 100%;
	height: 650px;
	background: white;
	margin: -200px auto 0 auto;
	z-index: 98;
	position: relative;
	background: url('https://www.depts.ttu.edu//coe/testingfolder/support2.jpg') no-repeat center center fixed; 
	background-size: cover;
	text-align: center;
}

.top {
	--offset: 50px;

	position: sticky;
	bottom: 40px;
	margin-right: 10px;
	margin-left: 20px;
	place-self: end;
	margin-top: calc(100vh + var(--offset));
	z-index: 100;

	/* visual styling */
	text-decoration: none;
	padding: 10px;
	color: #fff;
	background: #000;
	border-radius: 100px;
	white-space: nowrap;
}

.cencontainer { 
	height: 400px;
	position: relative;
}

.center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 500px) {
	.center-mobile {
		margin: 0;
		position: absolute;
		bottom: 100px;
		left: 50%;
		transform: translateX(-50%);
	}
}

.event-section {
	width: 70%;
	margin: auto;
	padding: 50px;
	z-index: 999999;
}

.srow {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.srow {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.scolumn {
	width: 50%;
	padding: 0;
	box-sizing: border-box;
}

.scolumn:first-child {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100px;
	height: auto;
}

#highlighted-events {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
	background: white;
}

@media screen and (max-width: 950px) {
	.scolumn {
		width: 100%;
	}

	#highlighted-events {
		padding: 20px;
	}
}

::selection{
	background: rgba(23,162,184,0.3);
}
.wrapper{
	width: 100%;
	padding: 25px 30px 30px 30px;
	background: #000000;
	box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}

.wrapper header{
	font-size: 50px;
	font-weight: 600;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
}
.wrapper nav{
	font-weight: 600;
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width:400px) {
	.wrapper nav {
		height: 100px;
		font-size:10vw;
		align-items: center;
		display: flex;
		color: #d81010;
		position: relative;
		width: 150px;
	}
}
.wrapper nav label{
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	color: #ffffff;
	font-size: 17px;
	border-radius: 5px;
	margin: 0 5px;
	transition: all 0.3s ease;
}

@media screen and (max-width:900px) {
	.wrapper nav label{
		height: 100px;
		font-size:3vw;
		align-items: left;
		line-height: 1.2 !important;
		display: flex;
		color: #ffffff;
		position: relative;
		width: 100px;
		text-align: left;
		margin-right: 20;
		text-align: center;
	}
}
.wrapper nav label:hover{
	background: rgba(184, 23, 23, 0.5);
}
#st:checked ~ nav label.st,
#rr:checked ~ nav label.rr,
#pa:checked ~ nav label.pa,
#vi:checked ~ nav label.vi,
#al:checked ~ nav label.al{
	color: #fff;
}
nav label i{
	padding-right: 7px;
}
nav .slider{
	position: absolute;
	height: 100%;
	width: 20%;
	left: 0;
	bottom: 0;
	z-index: 0;
	border-radius: 5px;
	background: #E90802;
	transition: all 0.3s ease;
}

@media screen and (max-width:500px) {
	nav .slider {
		position: absolute;
		height: 100%;
		width: 85px;
		left: 0;
		bottom: 0;
		z-index: 0;
		border-radius: 5px;
		background: #E90802;
		transition: all 0.3s ease;
	}
}

input[type="radio"]{
	display: none;
}
#rr:checked ~ nav .slider{
	left: 20%;
}

@media screen and (max-width:500px) {
	#rr:checked ~ nav .slider {
		left: 80px;
		width: 67px;
	}
}

#pa:checked ~ nav .slider{
	left: 40%;
}

@media screen and (max-width:500px) {
	#pa:checked ~ nav .slider {
		left: 147px;
		width: 53px;
	}
}

#vi:checked ~ nav .slider{
	left: 60%;
}

@media screen and (max-width:500px) {
	#vi:checked ~ nav .slider {
		left: 202px;
		width: 50px;
	}
}
#al:checked ~ nav .slider{
	left: 80%;
}

@media screen and (max-width:500px) {
	#al:checked ~ nav .slider {
		left: 255px;
		width: 55px;
	}
}
section .icontent{
	display: none;
	background: #fff;
	padding: 10px;
}
#st:checked ~ section .content-1,
#rr:checked ~ section .content-2,
#pa:checked ~ section .content-3,
#vi:checked ~ section .content-4,
#al:checked ~ section .content-5{
	display: block;
}
section .content .title{
	font-size: 21px;
	font-weight: 500;
	margin: 30px 0 10px 0;
}
section .content p{
	text-align: justify;
}

.cardima {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	padding: 46px 16px;
	text-align: center;
	background-color: #f1f1f1;
	border-radius: 120px;
	color: black;
}

@media screen and (max-width: 900px) {
	.cardima {
		width: 100%;
		margin: 0;
	}
}

.center2 {
	padding: 70px 0;
	text-align: center;
}

.sticky
{
	position: sticky;
	padding:10px ;
	margin-left: 20%;
	z-index: 1;
	bottom: 340px;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 4rem;
	color: white;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 2560px) {
	.sticky {
		padding:10px ;
		margin-left: 10%;
		bottom: 240px;
	}
}

@media screen and (max-width: 1920px) {
	.sticky {
		padding:10px ;
		margin-left: 10%;
		bottom: 240px;
	}
}

@media screen and (max-width: 1800px) {
	.sticky {
		padding:10px ;
		margin-left: 10%;
		bottom: 250px;

	}
}

@media screen and (max-width: 1120px) {
	.sticky {
		padding:10px ;
		margin-left: 10%;
		bottom: 290px;
		font-size: 3rem;
	}
}

@media screen and (max-width: 840px) {
	.sticky {
		bottom: 350px;
		margin-left: 2%;
		font-size: 3rem;
		text-align: center;
	}
}

@media screen and (max-width: 440px) {
	.sticky {
		padding:10px ;
		margin-left: 2%;
		bottom: 300px;
		font-size: 2rem;
		text-align: center;
	}
}

.sticky-par
{
	position: sticky;
	padding:10px ;
	margin-left: 20%;
	z-index: 1;
	bottom: 200px;
	font-size: 1.2rem;
	color: white;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	width: 40%;
}

@media screen and (max-width: 2560px) {
	.sticky-par {
		padding:10px ;
		margin-left: 10%;
		bottom: 110px;
	}
}

@media screen and (max-width: 1920px) {
	.sticky-par {
		padding:10px ;
		margin-left: 10%;
		bottom: 110px;
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 1800px) {
	.sticky-par {
		padding:10px ;
		margin-left: 10%;
		bottom: 110px;
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 1750px) {
	.sticky-par {
		padding:10px ;
		margin-left: 10%;
		bottom: 90px;
		width: 80%;
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 900px) {
	.sticky-par {
		padding: 10px;
		margin: 0 250;
		bottom: 110px;
		font-size: 1.2rem;
		width: 80%;
		text-align: center;
	}
}

@media screen and (max-width: 440px) {
	.sticky-par {
		padding: 10px;
		margin: 0 190px;
		bottom: 20px;
		font-size: 1rem;
		width: 80%;
		text-align: center;
		display: block;
	}
}


.navbar2 {
	background-color: #E90802;
	position: sticky;
	top: 0;
	text-align: center;
	justify-content: center;
	justify-items: center;
	width: 100%;
	z-index: 100;
}

.navtop2 {
	--offset: -185px;
	position: sticky;
	top: 75px;
	place-self: end;
	margin-top: calc(10vh + var(--offset));
	z-index: 100;
	justify-content: center;
}

.menu {
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	z-index: 10;
	transition: 0.5s;
}

.navbar2 li {
	list-style-type: none;
}

.navbar2 li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	line-height: 1;
	transition: 0.3s;
}

div.polaroid {
	width: 90%;
	margin: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: center;
}

/* Rounded border */
hr.rounded {
	border-top: 8px solid #E90802;
	border-bottom: #000000;
	border-radius: 5px;
}

.center2 {
	padding: 70px 0;
	text-align: center;
}


@media screen and (max-width: 900px) {
	.center2 {
		margin: 0;
	}
}

.nav-wcoe {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #E90802;
	padding: 1em;
	overflow: hidden;
}

.nav-wcoe a {
	text-decoration: none;
	text-transform: capitalize;
	color: #ffffff;
	text-align: center;
}

#logo {
	font-size: 1.2em;
	font-weight: 600;
}
input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
}
label {
	display: none;
	cursor: pointer;
}
.ul2 {
	list-style: none;
	display: flex;
	gap: 1em;
	text-align: center;
}
.ul2 a {
	padding: 0.5em;
}
.ul2 a:hover {
	background-color: #000000;
	border-radius: 0.5em;
}
.active {
	border-bottom: 2px solid #ffffff;
}
@media screen and (max-width: 1000px) {
	label {
		display: block;
	}
	.ul2 {
		font-size: 0.9em;
		position: absolute;
		left: -115%;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: #333333;
		gap: 2em;
		top: 60px;
		width: 100%;
		transition: 0.5s;
	}
	input[type="checkbox"]:checked ~ ul {
		left: -16px;
		width: 100%;
	}
	.ul2 a:hover {
		background-color: #ffffff;
		color: #000000;
	}
}

@media screen and (max-width: 1000px) {
	.ul2 {
		font-size: 0.7rem;
	}
}

#one2 {
	margin: 8px;
	width: 30px;
	height: 50px;
	background-image: url(https://www.depts.ttu.edu/_ttu-template/_global/images/nav-arrow--black.svg);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: none !important;
	display: none;
}

@media screen and (max-width: 1000px) {
	#one2 {
		display: block;
		border-radius: none !important;
		font-size: 0.5rem;
	}
}

#one2 span {
	display: block;
	background-color: rgb(255, 255, 255);
	width: 40px;
	height: 600px;
	border-radius: 5px;
	margin-bottom: 6px;
	transition-duration: 0.5s;
}

#one2:hover span:nth-child(2) {
	opacity: 0;
	margin-left:-100px;
}

#one2:hover span:nth-child(1) {
	position: relative;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 23px;
}

#one2:hover span:nth-child(3) {
	position: absolute;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.parallax-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 400px;
	margin-top: 5px;
	z-index: -500;
}

.parallax-item:first-child {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://www.depts.ttu.edu/coe/images/engineeringkey2-1.jpg");
	background-size: cover;
	background-size: 2600px;
	background-position: center;
	height: 50vh;
}

@media screen and (max-width: 908px) {
	.parallax-item {
		background-size: 1000px;
	}
}

.parallax2-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 700px;
	margin-top: 5px;
	margin-bottom: -100px;
	z-index: -500;
}

.parallax2-item:first-child {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://www.depts.ttu.edu/coe/images/ttu-engineering-student.jpg");
	background-size: cover;
	background-size: 2600px;
	background-position: center;
}

@media screen and (max-width: 768px) {
	.parallax2-item {
		height: 500px;
		background-size: 1000px;
		background-position: unset;
	}
}

.imgpar {
	width: 20%;
	float: right;
	margin-right: 20%;
	margin-top: -4%;
}
@media screen and (max-width: 3440px) {
	.imgpar {
		width: 15%;
		margin-top: -9.3%;
	}
}
@media screen and (max-width: 2560px) {
	.imgpar {
		width: 20%;
		margin-top: -13%;
	}
}
@media screen and (max-width: 1800px) {
	.imgpar {
		width: 30%;
		margin-top: -17%;
		margin-right: 11%;
	}
}

@media screen and (max-width: 900px) {
	.imgpar {
		width: 50%;
		height: 100%;
		margin-top: 7%;
		margin-right: 26%;
	}
}

@media screen and (max-width: 440px) {
	.imgpar {
		width: 50%;
		margin-right: 25%;
	}
}

@media screen and (max-width: 900px) {
	.imgparsec {
		height: 270px;
	}
}

@media screen and (max-width: 440px) {
	.imgparsec {
		height: 125px;
	}
}

.topnav-wcoe {
	overflow: hidden;
	background-color: #E90802;
	margin-top: -60px
}

.topnav-wcoe a {
	float: right;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
}

.topnav-wcoe .icon {
	display: none;
}

.dropdown {
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {
	font-size: 17px;    
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #000000;
	width: 100%;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: rgb(255, 255, 255);
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.topnav-wcoe a:hover, .dropdown:hover .dropbtn {
	background-color: #000000;
	color: white;
}

.dropdown-content a:hover {
	background-color: #E90802;
	color: rgb(255, 255, 255);
}

.dropdown:hover .dropdown-content {
	display: block;
	visibility: visible; /* shows sub-menu */
	opacity: 1;
	z-index: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

@media screen and (max-width: 600px) {
	.topnav-wcoe a:not(:first-child), .dropdown .dropbtn {
		display: none;
	}
	.topnav-wcoe a.icon {
		float: right;
		display: block;
		text-align: center;
		justify-content: center;
	}
}

@media screen and (max-width: 600px) {
	.topnav-wcoe.responsive {position: relative;}
	.topnav-wcoe.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav-wcoe.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	.topnav-wcoe.responsive .dropdown {float: none;}
	.topnav-wcoe.responsive .dropdown-content {position: relative;}
	.topnav-wcoe.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
	}
}

.button-space {
	margin-top: 20px;
	margin-bottom: 20px;
}

.menu-top {
	margin-top: -60px;
}

#scrollContainer {
	position: relative;
}

.ticker-number {
	font-size: 75px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
}
@media (min-width: 1280px) {
	.ticker-number {
		font-size: 150px;
	}
}
.ticker-label {
	font-size: 18px;
	font-weight: 500;
	color: white;
	text-align: center;
}
@media (min-width: 1280px) {
	.ticker-label {
		font-size: 25px;
	}
}

.section-ticker {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 15rem; /* adds spacing between columns */
	margin: 0 auto;
	background-color: #E90802;
	color: white;
	height: 500px;
	overflow: hidden;
	padding: 200px;
}

/* Mobile stacking */
@media (max-width: 848px) {
	.section-ticker {
		flex-direction: column;
		height: auto;
		gap: 4rem;
		padding: 100px 32px;
	}

	.section-ticker > div {
		width: 100%;
		text-align: center;
	}
}

/* Layout columns */
.column-ticker {
	float: left;
	width: 50%;
	padding: 30px;
	margin: 0;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	min-height: 500px; /* ensures fade works and column is visible */
	display: flex;
	justify-content: center;  /* centers horizontally */
	align-items: center;      /* centers vertically */
	text-align: left;         /* or center, if you want */
	height: 100%;             /* ensures full height for vertical centering */
}

.ticker-number {
	font-size: 7rem !important;
	font-weight: 800 !important;
	color: white !important;
	line-height: 1 !important;
	margin: 0 !important;
	text-align: center !important;
}

.ticker-label {
	font-size: 1.25rem !important;
	font-weight: 500 !important;
	color: white !important;
	line-height: 1.4 !important;
	margin: 0 !important;
	text-align: center !important;
}


/* Gradient overlay */
.ticker-fade-top,
.ticker-fade-bottom {
	position: absolute;
	left: 0;
	width: 100%;
	height: 125px;
	pointer-events: none;
	z-index: 10;
}

.ticker-fade-top {
	top: 0;
	background: linear-gradient(to bottom, #E90802 0%, transparent 100%);
}

.ticker-fade-bottom {
	bottom: 0;
	background: linear-gradient(to top, #E90802 0%, transparent 100%);
}

/* Scrolling ticker content */
.ticker-track {
	display: flex;
	flex-direction: column;
	gap: 4rem; /* space between items */
	will-change: transform;
}

.ticker-container {
	position: relative;
	height: 400px; /* or whatever you want */
	overflow: hidden;
}

/* Float clearing */
.rowticker {
	display: flex;
	flex-wrap: wrap; /* allows stacking on mobile */
	width: 100%;
}

/* Responsive */
@media screen and (max-width: 800px) {
	.column-ticker {
		width: 100%;
		padding: 20px;
	}
}

.max-w-xl {
	max-width: 576px;
}

.header-style {
	font-size: 2.25rem !important;
	font-weight: 700;
	margin-bottom: 0.25rem !important; /* reduce space below */
	letter-spacing: 0.1em;
	color: white !important;
}

.title-style {
	font-size: 6rem !important;
	font-weight: 800;
	line-height: 1.2 !important;
	margin-top: 0 !important; /* remove space above */
	margin-bottom: 1rem !important;
	color: white !important;
}

@media screen and (max-width: 768px) {
	.title-style {
		font-size: 5rem !important;
		font-weight: 800;
		line-height: 1.2 !important;
		margin-top: 0 !important; /* remove space above */
		margin-bottom: 1rem !important;
		color: white !important;
	}
}

.paragraph-style {
	font-size: 1.125rem;
	line-height: 1.625;
	margin-top: -30;
	color: white !important;
}

.jarallax {
	top: -60px;
}

@media screen and (max-width: 768px) {
	.jarallax {
		height: 900px;
	}
}

.jarallax .jarallax-img {
	object-fit: contain !important;
	width: 100% !important;
	height: 100% !important;
}

.jarallax-element {
	position: relative;
	overflow: hidden;
}

.jarallax-element::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.301); /* adjust this for more or less darkening */
	z-index: 1;
	pointer-events: none;
}

.jarallax-element > * {
	position: relative;
	z-index: 2;
}

/* Base Styles */
.custom-navbar {
	background-color: #E90802;
	position: sticky;
	top: 80px;
	justify-content: right;
	justify-items: center;
	width: 100%;
	z-index: 100;
	display: flex;
	height: 70px;
	margin-top: -60px;
}

.nav-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#mobile-menu-toggle {
	background: none;
	border: none;
	color: #fff;
	font-size: 1.5rem;
	cursor: pointer;
	display: none;
	z-index: 99999;
}

/* Menu Items */
.nav-menu {
	list-style: none;
	display: flex;
	gap: 2em;
	margin: 0;
	padding: 0;
}

.nav-menu li a {
	text-decoration: none;
	color: white;
	padding: 0.5em;
	transition: 0.3s;
}

.nav-menu li a:hover {
	background: black;
	border-radius: 0.5em;
}

/* Submenu */
.has-submenu {
	position: relative;
}

.submenu {
	display: none;
	position: absolute;
	background: #e90802;
	top: 100%;
	left: 0;
	padding: 0;
	list-style: none;
	min-width: 200px;
	z-index: 999;
}

.submenu li a {
	display: block;
	padding: 0.5em 1em;
	color: white;
}

.submenu li a:hover {
	background: black;
}

.has-submenu:hover .submenu {
	display: block;
}

/* Mobile Styles */
@media (max-width: 1000px) {
	#mobile-menu-toggle {
		display: block;
	}

	.nav-menu {
		flex-direction: column;
		align-items: flex-start;
		background: #333;
		width: 100%;
		position: absolute;
		top: 0px;
		left: -110%;
		top: 70%;
		transition: left 0.3s ease-in-out;
	}

	.nav-menu.open {
		left: 0;
	}

	.has-submenu .submenu {
		position: static;
		background: #444;
		width: 100%;
		display: none;
		padding-left: 1em;
	}

	.has-submenu .submenu.open {
		display: block;
	}

	.has-submenu > a::after {
		content: " ▾";
	}
}

.nav-menu,
.nav-menu li,
.submenu {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* === News Section Styles === */

#dynamicNewsSlider {
	margin: 2rem auto;
	max-width: 1200px;
	padding: 0 1rem;
	font-family: sans-serif;
}

/* Hero News Block */
.news-hero {
	position: relative;
	width: 100%;
	height: 600px;
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 2rem;
}

.news-hero-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 2rem;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
	color: white;
}

.news-hero-content h2 {
	font-size: 2rem;
	margin: 0 0 1rem;
	color: white;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.news-hero-content p {
	font-size: 1.1rem;
	margin: 0 0 1.5rem;
	color: white;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.news-hero-content .btn {
	background-color: white;
	color: #E90802;
	padding: 0.75rem 1.25rem;
	text-decoration: none;
	font-weight: bold;
	border-radius: 4px;
}

/* Other News Items */
.news-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin-top: 1rem;
	justify-content: space-between;
}

.news-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1 1 calc(33.333% - 1rem);
	background: #f5f5f5;
	padding: 1rem;
	border-radius: 8px;
	box-shadow: 0 0 5px rgba(0,0,0,0.05);
	min-height: 280px; /* adjust as needed */
}

.news-item h3 {
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
	color: #222;
}

.news-item p {
	font-size: 0.95rem;
	color: #555;
}

.news-item .btn {
	display: inline-block;
	margin-top: 0.75rem;
	background: #E90802;
	color: white;
	padding: 0.5rem 1rem;
	text-decoration: none;
	font-weight: bold;
	border-radius: 4px;
}

/* Responsive */
@media (max-width: 768px) {
	.news-hero {
		height: 400px;
	}

	.news-hero-content h2 {
		font-size: 1.5rem;
	}

	.news-hero-content p {
		font-size: 1rem;
	}

	.news-list {
		grid-template-columns: 1fr;
		flex-direction: column;
		align-items: stretch;
	}
}

@media (max-width: 768px) {
	.news-item {
		flex: 1 1 auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: auto !important;         /* Allow it to grow naturally */
		min-height: unset !important;    /* Remove forced height */
		overflow: visible !important;    /* Prevent clipping */
		padding: 1rem;
	}

	.news-item h3,
	.news-item p {
		margin: 0 0 0.5rem;
	}

	.news-item .btn {
		margin-top: auto;
	}

	.news-slider-wrapper {
		height: auto !important;
	}
}


.rowf2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  min-height: 600px; /* adjust as needed */
  background-color: white;
}

.rowf2 .iam-left {
  flex: 1 1 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
}

.rowf2 .iam-right {
  flex: 1 1 50%;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rowf2 .iam-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  width: 100%;
}

.rowf2 .iam-button {
  background-color: #f6f6f6;
  padding: 1.2rem;
  border-radius: 12px;
  text-align: center;
}

.rowf2 .iam-button a {
  display: inline-block;
  margin-top: 0.8rem;
  padding: 0.6rem 1.2rem;
  background-color: #d81010;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .rowf2 {
    flex-direction: column;
  }

  .rowf2 .iam-right {
    flex: 1 1 100%;
    max-width: 100%;
    min-height: 220px;
  }

  .rowf2 .iam-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
  }
	
	  .rowf2 .iam-left {
    display: none;
  }

  .rowf2 .iam-right {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .iam-tab-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
    padding: 0 1rem;
	  margin-bottom: 1rem;
	  z-index: 2;
    position: relative;
  }

  .iam-tab-container button {
    flex: 1 1 calc(50% - 0.5rem);
    min-width: 140px;
    margin: 0.25rem 0;
    white-space: nowrap;
  }
	
	  #iam-content {
    z-index: 1;
    position: relative;
  }
}

@media screen and (max-width: 400px) {
  .iam-tab-container {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 4rem; /* Ensure content clears tabs */
    gap: 0.5rem;
  }

  #iam-content {
    margin-top: 2rem; /* Extra spacing just in case */
  }
}

.iam-left {
  flex: 1;
  min-width: 300px;
  background-size: cover;
  background-position: center;
}

.iam-right {
  flex: 1;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iam-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 100%;
}

.iam-button {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
	height: 100%;
}

.iam-button small {
  display: block;
  margin: 10px 0;
  color: #333;
  font-size: 0.95rem;
}

.iam-button a {
  background: #d81010;
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 12px;
  transition: background 0.3s;
}

.iam-button a:hover {
  background: #a10d0d;
}

.iam-container {
  display: flex;
  flex-wrap: wrap;
  min-height: 800px; /* Increase this value as needed */
  align-items: stretch;
}

.iam-tab-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  background-color: black;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
}

#iam-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: black;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

.iam-tab {
  flex: 1 1 20%;
  min-width: 100px;
  text-align: center;
  padding: 16px 0;
  color: white;
  background: #111;
  font-weight: bold;
  cursor: pointer;
  border: none;
  outline: none;
  transition: background 0.3s ease, color 0.3s ease;
  border-bottom: 3px solid transparent;
}

.iam-tab:hover {
  background: #750000;
}

.iam-tab.active {
  background: #d81010;
  border-bottom: 3px solid white;
}


/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .iam-fade-wrapper {
    flex-direction: column;
  }
	
	  .rowf {
    flex-direction: column;
  }

  .iam-left,
  .iam-right {
    max-width: 100%;
    min-width: 100%;
  }

  .iam-buttons {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .iam-tab {
    flex: 1 1 50%; /* Wrap into two rows if needed */
    font-size: 0.95rem;
    padding: 12px 6px;
  }
}