.t-primary-bgcolor {
	background-color: #0f2d52;
}

a {
	color: #007E9E;
}


.header {
	display: flex;
	align-items: center;
}

.header__logo {
	padding: 20px 0;
}

.header-wrapper {
	background-color: #0f2d52;
	border-bottom: 5px solid #dbaa00;
}

.container {
	width: 1100px;
}

.sidebar {
	margin-right: 40px;
}
/* 
.footer-wrapper {
	display: block;
	height: 50px;
	content: "";
	background-color: #0f2d52;
	border-top: 3px solid #d9a928;
	margin-top: 50px;
} */

#content > div.slideshow.slideshow--static {
	padding: 4px;
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}
/* 
#orderContainer {
	display: none;
}
  
#downloadQueueItemTotal {
	text-indent: -1000em;
}

.downloadGroup strong, .downloadPriceNote, #queueSummary #totals {
	display: none;
} */