/********************************************************************
**
**  css for Spotlight Partnerships
**
********************************************************************/

body {
	margin: 0px;
	padding: 0px;
}

.pageWrapper {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

#spotlightHeader {
	height: 150px;
	grid-column: 1/-1;
	grid-row: 1;
	order: 1;
}

#spotlightHeader .logoImage {
	position:absolute; 
	z-index:2;
	margin:10px;
	border:none;
	width:150px;
}

#spotlightHeader .greenBar {
	position:absolute;
	top:25px;
	background-color:#00003C;
	width:100%;
	text-align:center;
}

.topBannerBox {
	text-align: center;
	margin: 10px auto;

}

.leftSideHeader {
	padding: 8px 0px;
	margin: 5px;
	background-color: #00003C;
	color: white;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
}

.leftSideLogo {
	max-width: 175px;
	text-align: center;
	padding: 0px 8px;
	margin: 0px auto;
}

.socialImg {
	width:31%;
	border:none;
	margin:2px;	
	float:left;
}

.spotlightMain {

}

.featuredContentImage{
	max-width:300px;
	float:left;
	margin:0px 15px 10px 0px;
	box-shadow: 5px 5px 3px #888;
	border-radius: 10px;
	overflow:hidden;
}

.logoBox {
	text-align: center;
	margin: 10px auto;
}
.logoImage {
	max-width: 400px;
}

.leftSide {
	grid-row: 2;
	order: 2;
}

.skyScraper {
	grid-row: 2;
	grid-column: 3;
	order: 2;
	max-width: 150px;
}

.topBannerBox {
	text-align: center;
	padding: 10px 3px;
}

.topBannerBox img {
	max-width: 100%;
	min-width: 50%;
	border: thin solid black;
	box-shadow: 5px 5px 3px #888;
	max-width: 728px;
}

.newswireDate {
	margin-left: 0px;
	font-weight: normal;
	color: #555;
	font-size: 0.75rem;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 1px;
}
.newswireHeadline {
	color: #0047B2;
	font-size: 0.75rem;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 2px;
	margin-bottom: 15px;
}

.newswireButton {
	background-color: #00003C;
	color: white;
	border: 1px solid #00003C;
	border-radius: 3px;
	padding: 5px 8px;
	margin: 5px 10px;
}

.dropCap {
	float:left;
	font-size:5rem;
	font-weight:bold;
	line-height:80%;
	margin-right:5px;
	font-family:"Arial Black", Arial, sans-serif;
	text-shadow: 3px 3px 3px #555;
}

.dropShadow {
	box-shadow: 5px 5px 3px #888;
}

a.noline {
	text-decoration: none;
}

.emagazineDisclaimer {
	font-size: 0.85em;
	color: #555;
}

ul.spotlightHeaderList {
	list-style-type: none;
	line-height: 2;
}

.statusImage {
	max-width: 18px;
	vertical-align: middle;
}

.smallButton {
	padding: 0px 5px;
	margin: 5px;
	background-color: #007bff;
	color: white;
	border-radius: 3px;
	border-color: #007bff;
}
	.smallButton:hover {
		background-color: #004a99;
		border-color: #004a99;
	}


.imageAdminWrapper {
	display: grid;
	grid-template-columns: repeat(auto-fill, 400px);
	grid-auto-rows: minmax(50px, auto);
	gap: 20px;
}

.imageAdminBox {
	border: thin solid black;
	text-align: center;
}

.imageAdminElement {
	max-width: 375px;
	text-align: center;
	margin: 10px auto;
}




























/*  footer */
.footer {
	padding: 15px;
	text-align: center;
	background-color: #EEE;
}

.footer li {
	display: inline-block;
	text-decoration: none;
	list-style: none;
	padding: 3px 2px 0px 0px;
}

.footer a {
	text-decoration: none;
	color: #007bff;
	padding-right: 5px;
}
