/* aspire flavor styling */
body {
	font-family: 'Open Sans', Arial, sans-serif;
}

.product-header {
	background-color: #008FD5;; 
	color: white;
}

.product-footer {
	background-color: #008FD5;; 
	color: white;
}

.product-footer a,
.product-header a {
	color: white;
}

#headerTitle {
	font-size: 2em;
	font-weight: normal;
}

#headerCompany {
	font-size: 2em;
	font-weight: normal;
	margin: 0.25em 0.25em 0 0;
}

#headerLogin {
	font-size: 0.9em;
	margin: 0.5em 0 0 0.75em;
}

#headerDiv {
	height: 125px;
}	
#headerTextContainer {
	height: 48px; /* 125 pixel header - 77 pixel banner) */
	margin-bottom: 5px;
}


img#logo-small {
	display: none;
}

img#logo-regular {
	display: block;
	height: 77px; /* actual image size */
	width: 100%;
	object-fit: cover;
}

@media only screen and (max-width: 1400px) {
	img#logo-small {
		display: block;
		height: 77px;
		width: 100%;
		object-fit: cover;
	}
	img#logo-regular {
		display: none;
	}
}

#footer {
	font-size: 65%;
	margin: 0.2em 0;
	height: 1.5em;
	padding: .3em .2em .3em .2em;
	overflow: hidden;
}

#footermenu li {
	float: left;
	margin-right: 0.3em;
}
#footermenu :last-child {
	margin-right: 0;
}

#footer a {
  font-weight: bold;
  margin: 0;
  padding: 0 0.3em 0 0.2em;
}

