/* CSS for 50K Bonus Banners */
#pageBannerTop {
	--armyBlack: #221f20;
	--armyGold: #ffcc01;
	--armyWhite: #ffffff;
	font-family: 'gi';
}

#pageBannerTop .fiftyKdesktop {
	background-color: var(--armyGold);
	width: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	align-items: center;
	padding: 30px 90px;
}

#pageBannerTop .fiftyKmobile {
	display: none;
}
#pageBannerTop .quarterDiv {
	position: relative;
	text-align: center;
}
#pageBannerTop .fiftyKdesktop h2 {
	color: var(--armyBlack);
	margin: 5px 0px;
	font-weight: 400;
	font-size: 48px;
	line-height: 48px;
	text-transform: uppercase;
}
#pageBannerTop .fiftyKdesktop h3 {
	color: var(--armyBlack);
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}
#pageBannerTop a.black-button,
#pageBannerTop a.mobile-black-button {
	display: block;
	color: var(--armyWhite);
	background-color: var(--armyBlack);
	border: none;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
}

#pageBannerTop a.black-button {
	padding: 20px;
}

#pageBannerTop a.mobile-black-button {
	padding: 15px;
}

#pageBannerTop a.black-button:hover,
#pageBannerTop a.mobile-black-button:hover {
	text-decoration: none;
	background-color: var(--armyWhite);
	color: var(--armyBlack);
}

#pageBannerTop .fiftyKmobile h2 {
	color: var(--armyBlack);
	font-weight: 400;
	font-size: 25px;
	line-height: 25px;
	text-transform: uppercase;
}
#pageBannerTop .fiftyKmobile h3 {
	color: var(--armyBlack);
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}

@media only screen and (max-width: 1045px) {
	#pageBannerTop .fiftyKdesktop {
		display: none;
	}
	#pageBannerTop .fiftyKmobile {
		background-color: var(--armyGold);
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		align-items: center;
		padding: 30px;
		gap: 10px;
	}

	#pageBannerTop .fiftyKmobile .fullWidthRow {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		align-items: center;
		gap: 30px;
		z-index: 1;
	}
	#pageBannerTop .fiftyKmobile .fullWidthRow .halfDiv:last-child {
		text-align: right;
	}
}

@media only screen and (max-width: 300px) {
	#pageBannerTop .fiftyKmobile h2 {
		font-size: 18px;
	}
	#pageBannerTop a.mobile-black-button {
		font-size: 12px;
	}
}
