body {
	font-family: Arial;
	font-size: 16px;
	margin: 0;
	padding: 0;
	background-color: #F8F8F8;
	color: #1C1C1C;
	min-width: 915px;
}
main {
	width: 80%;
	max-width: 1200px;
	margin: auto;
	background: #FFFFFF;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
header {
	height: 100%;
	background-color: #E9E9E9;
}
.banner-container {
	overflow: hidden;
	min-width: 915px;
	max-height: 50vh;
	min-height: 350px;
}
.banner-background {
	width: 100%;
	margin-top: calc(-5vw + 46px);
}
.banner-logo-container {
	width: calc(50% - 50px);
	height: 50vh;
	position: absolute;
	right: 50px;
	min-height: 350px;
	top: 0;
	display: flex;
	align-items: center;
	max-height: calc(45vw + 40px);
}
.banner-logo {
	height: 60%;
	width: calc(100% - 100px);
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	right: 0;
	min-height: 250px;
}
@media (max-width: 915px) {
	.banner-background {margin-top: 0;}
	.banner-logo-container {width: 400px; left: 450px; max-height: calc(10% + 325px);}
}
h1 {
	text-align: center;
	padding: 25px 0 25px 0;
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #BE181C;
	margin: -5px 0 0 0;
}
h2 {
	color: #BE181C;
	border-bottom: 2px solid #BE181C;
	padding: 15px 0 5px 0;
	font-size: 24px;
}
table {
	font-size: 14px;
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
	table-layout: fixed;
	min-width: 700px;
}
@media (min-width: 1015px) {
	table {font-size: 16px;}
}
table, th, td {
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
}
.columns2 {
	width: 50%;
}
.columns3 {
	width: 33.33%;
}
.columns4 {
	width: 25%;
}
.table-wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 20px;
}
th {
	background-color: #1C1C1C;
	color: #FFFFFF;
}
tr:nth-child(even) {
	background-color: #F2F2F2;
}
tr:nth-child(odd) {
	background-color: #FFFFFF;
}
.example-table td {
	font-size: 20px;
	font-weight: bold;
}
.highlight-bar {
	background-color: #BE181C;
	color: #FFFFFF;
	padding: 12px 20px;
	margin-top: 15px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-radius: 6px;
}
.contactform, .applyform, .signupform {
	max-width: 600px;
	margin-top: 20px;
}
.contactform p, .applyform p, .signupform p {
	line-height: 24px;
}
#check {
	float: left;
	margin-top: -44px;
	margin-left: 130px;
	width: 500px;
}
#contact-table {
	margin-top: 10px;
	width: 285px;
	min-width: 285px;
	font-size: 16px;
}
#contact-table td {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}
.contact-label {
	width: 85px;
	vertical-align: top;
	font-weight: bold;
}
.contact-link, .legal-link {
	color: #BE181C;
	text-decoration: none;
}
.contact-link:hover, .legal-link:hover {
	text-decoration: underline;
}
#legal ul {
	margin-top: -16px;
}
#legal ul li {
	list-style-type: disc;
}
select {
	width: 50%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
	font-family: Arial;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	color: #1C1C1C;
}
button {
	background-color: #BE181C;
	color: #fff;
	border: none;
	padding: 10px 20px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 6px;
}
button:hover {
	background-color: #A01518;
}
input {
	width: 75%;
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	resize: none;
	font-size: 16px;
	font-family: Arial;
	background-color: #FFFFFF;
	color: #1C1C1C;
}
textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	resize: none;
	font-size: 16px;
	font-family: Arial;
	background-color: #FFFFFF;
	color: #1C1C1C;
}
.team-photos {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	margin: 20px 0;
}
.team-block {
	flex: 1 1 30%;
	text-align: center;
}
.team-block img {
	width: 95%;
	max-width: 300px;
	min-width: 200px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}
.team-block p {
	text-align: center;
	margin: 4px 0;
}
.team-name {
	font-size: 20px;
	font-weight: normal;
}
.team-role {
	font-size: 16px;
	font-weight: bold;
}
.team-since {
	font-size: 16px;
	color: #BE181C;
	padding-top: 4px;
}
.main-menu {
	background-color: #1C1C1C;
	display: flex;
	justify-content: center;
	height: 60px;
	line-height: 30px;
}
.main-menu ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.main-menu li {
	position: relative;
}
.main-menu li a {
	display: block;
	padding: 15px 25px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}
.main-menu li a:hover,
.main-menu li a:focus {
	background-color: #333333;
}
.dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #1C1C1C;
	min-width: 180px;
	box-shadow: 0 8px 16px rgba(0,0,0,0.2);
	flex-direction: column;
	z-index: 1000;
	opacity: 0;
	transform: translateY(-10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	pointer-events: none;
}
.menu-item.show .dropdown {
	display: flex;
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}
.dropdown li a {
	padding: 12px 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.dropdown li a:hover {
	background-color: #444444;
}
.arrow {
	margin-left: 2px;
	font-size: 20px;
}
.read-more-link {
	color: #BE181C;
	text-decoration: none;
	font-weight: bold;
}
.read-more-link:hover {
	text-decoration: underline;
}
.bullet-list {
	list-style: none;
	padding-left: 0;
	margin-top: 15px;
}
.bullet-list li {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.6;
}
.site-footer {
	background-color: #1C1C1C;
	color: #FFFFFF;
	padding: 25px 0;
	text-align: center;
	min-height: 602px;
}
.footer-link {
	color: #FFFFFF;
	text-decoration: none;
}

.footer-link:hover {
	text-decoration: underline;
}
.footer-image {
	width: 100%;
}
.footer-toptext {
	margin-bottom: 40px;
}
.footer-bottomtext {
	margin-top: 40px;
}
.footer-title {
	width: 48vw;
	font-size: 7vw;
	font-weight: bold;
	float: left;
	position: absolute;
	margin-top: 12%;
	margin-left: 6%;
	color: #BE181C;
	text-shadow: 1px 0 0 #F8F8F8, -1px 0 0 #F8F8F8, 0 1px 0 #F8F8F8, 0 -1px 0 #F8F8F8, 1px 1px #F8F8F8, -1px -1px 0 #F8F8F8, 1px -1px 0 #F8F8F8, -1px 1px 0 #F8F8F8;
}
.footer-slogan {
	width: 48vw;
	font-size: 4vw;
	font-weight: bold;
	float: left;
	position: absolute;
	margin-top: 20%;
	margin-left: 6%;
	color: #BE181C;
	text-shadow: 1px 0 0 #F8F8F8, -1px 0 0 #F8F8F8, 0 1px 0 #F8F8F8, 0 -1px 0 #F8F8F8, 1px 1px #F8F8F8, -1px -1px 0 #F8F8F8, 1px -1px 0 #F8F8F8, -1px 1px 0 #F8F8F8;
}
@media (max-width: 915px) {
	.footer-title {width: 430px; font-size: 64px; margin-left: 60px; margin-top: 112px;}
	.footer-slogan {width: 430px; font-size: 36px; margin-left: 60px; margin-top: 182px;}
}
.checkbox-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: -10px;
	margin-bottom: 20px;
}
.custom-checkbox {
	appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid #BE181C;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
}
.custom-checkbox:checked::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 6px;
	width: 6px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.custom-checkbox:checked {
	background-color: #BE181C;
}
.checkbox-wrapper label {
	cursor: pointer;
	color: #1C1C1C;
	font-size: 16px;
	padding-top: 1px;
}
#company:disabled {
	background-color: #eee;
	color: #888;
	cursor: not-allowed;
	border: 1px solid #CCCCCC;
}