.document
{
	height:100%;
	margin: 0px 0px 0px 0px;
	background: #ffffff; 
}
#wrapper 
{
	min-height:100%;
	position:relative;
}
.header
{
	display: flex;
	justify-content: center;
	text-align: center;
	background-color: #F4ECDE !important; 
}
.headerimage
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #F4ECDE !important; 
}
.top-bar
{
	background-color: #000000;
}
.top-bar-section
{
	background-color: #000000;
	padding-right: 15px;
}
.top-bar-section ul li.active > a 
{
	color: #C0C0C0 !important;
}
.top-bar ul li a
{
	background-color: #000000 !important;
	border-left: 1px #0B2656 solid;
	text-align: left;
}
.top-bar ul li a:hover
{
	background-color: #32548F !important;
}
.rightmenu
{
	display: inline !important;
	color: #000000;
}
.language
{
	color: #606060 !important;
}
.grey
{
	color: #C0C0C0 !important;
}
.ontop
{
	z-index: 100;
}
.headerbar
{
	border-bottom: 1px solid #000000;
}
.contain-to-grid
{
	background-color: #242A46 !important;
}
.introbox
{
	position: relative;
	text-align: left;
	padding: 0px 15px 15px 15px;
	margin: 10px 0px 5px 0px;
}
.main-heading
{
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	padding: 5px 0px 0px 0px;
}
.sub-heading
{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	padding: 0px 0px 15px 0px;
	margin-top: -5px;
}
.underline
{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 5px solid #C1D5EF;
}
.maintext
{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
}
.widephoto
{
	width: 100%;
	margin: 0px;
	border-bottom: 1px solid #606060;
}
table.content
{
	width: 100%;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	border: 1px solid #C1D5EF;
	margin-bottom: 10px;
}
.content
{
	width: 100%;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	border: 1px solid #C1D5EF;
	margin-bottom: 10px;
}
.tableheading
{
	background-color: #C1D5EF !important;
	color: #000000;
	font-size: 13px !important;
	font-weight: normal;
}
.tablecell
{
	font-size: 13px !important;
}
#abovefooter 
{
	padding-bottom: 100px; /* Height of the footer element */
}
.footer
{
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
	background-color: #000000; 
	margin-top: 10px;
	padding-top: 20px;
	text-align: center;
	border-top: 1px solid #BF9000;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
.footer a
{
}
.back-to-top 
{
	position: fixed;
	z-index: 100;
	bottom: 2em;
	right: 0px;
	padding: 1em;
	display: none;
}

@media only screen and (max-width: 40em)  /* max-width 640px, mobile-only styles */
{
	.main-heading
	{
		font-size: 20px;
	}
	.sub-heading
	{
		font-size: 16px;
	}
}
@media only screen and (min-width: 40.063em) and (max-width: 64em)  /* min-width 641px and max-width 1024px, medium screen-only styles */
{
}
	
