/*=========================================================================================================
	Cookie Constent styling
=========================================================================================================*/
#consent-banner {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 3147483647;
}
#consent-banner p
{
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1rem;
	line-height: 1rem;
}

#consent-banner a
{
	font-size: 12px;
}
#teconsent a
{
	font-size: 12px;
	position: fixed;
	bottom: 0;
}
/*=========================================================================================================
	End Cookie Constent styling
=========================================================================================================*/

body {
	padding: 0;
	margin: 0;
	background-color: #D8D8D8;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16pt;
}

.container {
	text-align: center;
}

div#logoAndToolName {
	background-color: #ffffff;
	height: 100px;
	display: table;
	border-bottom: 5px solid #4BCD3E;
}

p#logoContainer {
	display: table-cell;
	vertical-align: middle;
	width: 145px;
	padding-left: 15px;
}

p#toolName {
	color: #015B7E;
	font-size: 22pt;
	padding: 0 0.5em 0 0.9em;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

div#middle {
	position: relative;
}

div#overlay {
	position: absolute;
	width: 100%;
	height: 47%;
	top: 53%;
	left: 0;
	background-color: rgba(0, 0, 0, .6);
}

div#overlay .heading {
	color: #FFFFFF;
	font-size: 175%;
	padding: 1em 1em 0.4em 1em;
}

div#overlay .detail {
	color: white;
	font-size: 100%;
	line-height: 1.5em;
	padding: 0 4em 1.5em 4em;
}

a#mpceLink, a#mpceLink:visited, a#mpceLink:hover, a#mpceLink:active {
	font-size: 115%;
	font-family: Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	color: #ffffff;
	background-color: #009775;
	width: 20%; padding: 0.4em 1em;
	text-decoration: none;
	cursor: hand;
}

a#mpceLink:hover {
	color: #ffffff;
	background-color: #015B7E;
}

div#footer {
	background-color: #FFFEFB;
	color: #AAA;
	text-align: left;
	vertical-align: middle;
	height: 46px;
}

div#copyright {
	font-size: 10pt;
	padding: 15px 0 0 30px;
}

/* Adjustments for narrower screen widths. */

@media (max-width: 980px) {
	body { font-size: 14pt; }
	div#overlay .detail { padding: 0 2em 0.75em 2em; }
}

@media (max-width: 768px) {
	body { font-size: 13pt; }
}

@media (max-width: 640px) {
	body { font-size: 12pt; }
	div#overlay { font-size: 14pt; }
	div#overlay .detail { padding: 0 4em 1.5em 4em; }
}

@media (max-width: 480px) {
	body { font-size: 13pt; }
	div#overlay { font-size: 12pt; }
	div#overlay .detail { padding: 0 1em 1em 2em; }
}

@media (max-width: 380px) {
	body { font-size: 10pt; }
	div#overlay { font-size: 11pt; 	height: 52%; top: 48%; }
	div#overlay .heading { font-size: 120%; }
	div#overlay .detail { padding: 0 1em 1em 2em; }
	div#copyright { font-size: 9pt; padding-left: 15px; }
}
