@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
	background: #fff;
}

.t-primary-bgcolor {
	background-color: #1b3a68;
}


.container {
	width: 1170px;
}

a {
	color: #1c5e69;
}

.header {
	width: 100%;
	background-color: #1b3a68;
	font-family: "Poppins", sans-serif;
}

.header__top {
	background-color: #d9e6e7;
}

.header__top__inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 64px;
}

.header__top__nav a {
	color: #21272a;
	font-size: 16px;
	font-weight: 500;
	margin-left: 24px;
}

.header__main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 96px;
}

.header__logo img {
	max-height: 80px;
}

.header__nav {
	font-size: 0;
}

.header__nav a {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	position: relative;
	line-height: 32px;
	margin-left: 48px;
}

.header__nav a:first-child {
	margin-left: 0;
}

.header__nav a::after {
	content: "";
	opacity: 0;
	transform: translateY(0.25rem);
	height: 0.125rem;
	background-color: #2da2ae;
	display: block;
	position: absolute;
	bottom: -0.5rem;
	left: 0;
	right: 0;
	transition: opacity 0.5s cubic-bezier(.4, 0, .2, 1),
		transform 0.5s cubic-bezier(.4, 0, .2, 1);
}

.header__nav a:hover::after {
	opacity: 1;
	transform: translateY(0);
}

.header__nav a:hover {
	text-decoration: none;
}

#downloadCheckout>div>div>div>div:nth-child(15):before {
	content: "If you would like to prepay for downloads using an alternative payment method, please contact Alabama Graphics directly. \A\A Birmingham: 205-252-8505 \A Montgomery: 334-263-0529 \A Email: orders@algraphics.com";
	display: block;
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border-radius: .25rem;
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
	white-space: pre-wrap;
}

.page-projects .alert {
	margin-top: 1rem;
}

.page-projects .alert a {
	color: #856404;
	font-weight: 500;
}

@media screen and (max-width: 700px) {
	#layerslider>div.ls-inner>div.ls-layers>div:nth-child(8)>div>img {
		max-height: 60px !important;
	}
}

@media screen and (max-width: 450px) {
	#layerslider>div.ls-inner>div.ls-layers>div:nth-child(8)>div>img {
		max-height: 40px !important;
	}
}