﻿div.body-container
{
	padding: 0rem;
	margin: 0rem -1rem;
}

img
{
	max-width: 56rem;
}

div.progress-bar
{
	float: right;
	background-color: #f1f1f1;
	margin-top: 0.8rem;
	margin-right: 0.5rem;
	width: 10rem;
	height: 1rem;
	padding: 0rem;
}

div.progress-status
{
	background-color: #add042;
	height: 1rem;
	margin: 0rem;
	padding: 0rem;
	font-size: 0.65rem;
	line-height: 1rem;
	text-align: center;
}

h2
{
	background-color: var(--Brand1);
	margin: 0 -0.2rem;
	padding: 0.4rem 1rem 0.5rem;
	color: white;
}

h2 img
{
	width: 2.4rem;
}

img.pop-help
{
	float: right;
	padding-right: 0.5rem;
}

div.title-bar-container
{
	display: none !important;
}

div.button-group-container-left
{
	margin-bottom: 1.5rem;
	float: right !important;
}

div.main
{
	min-height: 38.3rem;
	margin-right: 2.1rem;
}

div.nav-buttons
{
	text-align:center;
	padding-top: 0rem;
	padding-bottom: 1rem;
}

span.ButtonOff 
{
  background-color: var(--Medium);
  border-radius: 0.25rem;
  color: white;
  margin: 1rem;
  margin-top: 2rem;
  padding: 0.6rem 1rem 0.75rem;
  font-weight: bold;
  text-decoration: none;
}

a.Button1 
{
  background-color: var(--Brand1);
  border-radius: 0.25rem;
  color: white;
  margin: 1rem;
  margin-top: 2rem;
  padding: 0.6rem 1rem 0.75rem;
  font-weight: bold;
  text-decoration: none;
}

a.Button1:hover 
{
  background-color: var(--Dark);
}

a.Button1:active 
{
  position: relative;
  top: 2px;
  left: 1px;
}

a div.main-title
{
	text-decoration: none;
}

div.vimp
{
	background-color: #ca0e0e;
	padding: 0.2rem 0.3rem 0.3rem 0.3rem;
	color: white;
	margin-left: 0rem;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

div.vimp > p
{
	padding: 0.2rem 0.3rem 0.3rem 0.3rem;
	margin: 0rem;
}
