* {
	border:0;
	font-size:100%;
	vertical-align:baseline;
	margin:0;
	padding:0;
	box-sizing:border-box;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background:-moz-linear-gradient(top, #336699 0%, #010134 100%);
	background:-webkit-linear-gradient(top, #336699 0%, #010134 100%);
	background:linear-gradient(to bottom, #336699 0%, #010134 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#336699', endColorstr='#010134', GradientType=0);
}
h1 {
	text-align:left;
	font-size:3em;
	font-weight:bold;
	color:#0f1e61;
}
h2 {
	text-align:left;
	font-size:2.6em;
	font-weight:bold;
	color:#0f1e61;
}
h3 {
	text-align:left;
	font-size:2em;
	font-weight:bold;
	color:#c00;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
}
p {
	margin:1em 0;
	line-height:1.4;
}
ul {
	margin:1em 0 1em 2em;
	list-style:none;
}
ol {
	margin:1em 0 1em 2em;
}
a{
	color:#336699;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#010134;
	text-decoration:underline;
}
td{
	padding:0.5em;
}
.inner_left ul li::before {
 font-weight:bold;
 content:'\002022';
 color:#0f1e61;
 margin-right:1em;
}
li {
	margin:1em 0;
}
hr {
	border:1px solid #ccc;
	margin:1em auto;
	clear:both;
	width:80%;
}
img{
	max-width:100%;
}
.img_left {
	float:left;
	margin-left:1em;
	max-width:40%;
}
.img_right {
	float:right;
	margin-left:1em;
	max-width:40%;
}
.img_sig {
	display:block;
	margin:1em 0;
	max-width:100%;
}
.container {
	background-color:#eee;
	padding:2em 1em 1em 1em;
	box-sizing:border-box;
	width:100%;
}
#header {
	width:100%;
	background-color:#fff;
	padding:1em;
	position:fixed;
	top:0;
	left:0;
	-webkit-box-shadow:0px 10px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 10px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0px 10px 5px 0px rgba(0, 0, 0, 0.5);
}
body.admin-bar #header{
	top:32px;
}
.header_left {
	box-sizing:border-box;
}
.img_logo {
	height:40px;
}
.header_right {
	box-sizing:border-box;
	position:absolute;
	bottom:1em;
	right:1em;
}
.inner_left {
	float:none;
	width:100%;
	box-sizing:border-box;
}
.caption{
	font-size:0.8em;
	color:#333;
	font-style:italic;
	text-align:center;
}
input[type=text]{
	display:block;
	padding:1em;
	margin:1em auto;
	background-color:#fff;
	border:1px solid #0f1e61;
	color:#333;
	border-radius:1em;
}
input[type=submit]{
	display:block;
	padding:1em;
	margin:1em auto;
	background:-moz-linear-gradient(top, #336699 0%, #010134 100%);
	background:-webkit-linear-gradient(top, #336699 0%, #010134 100%);
	background:linear-gradient(to bottom, #336699 0%, #010134 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#336699', endColorstr='#010134', GradientType=0);
	border:1px solid #0f1e61;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	border-radius:1em;
	cursor:pointer;
}
input[type=submit]:hover {
	background:#2c5c8E;
	background:-moz-linear-gradient(top, #2c5c8E 0%, #010134 100%);
	background:-webkit-linear-gradient(top, #2c5c8E 0%, #010134 100%);
	background:linear-gradient(to bottom, #2c5c8E 0%, #010134 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c5c8E', endColorstr='#010134', GradientType=0);
	border:1px solid #0c1957;
	text-decoration:underline;
}
.inner_right {
	float:none;
	width:100%;
	box-sizing:border-box;
}
.inner_right a {
	display:block;
	padding:1em;
	margin:1em 0;
	background:-moz-linear-gradient(top, #336699 0%, #010134 100%);
	background:-webkit-linear-gradient(top, #336699 0%, #010134 100%);
	background:linear-gradient(to bottom, #336699 0%, #010134 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#336699', endColorstr='#010134', GradientType=0);
	border:1px solid #0f1e61;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	border-radius:1em;
}
.inner_right a:hover {
	background:#2c5c8E;
	background:-moz-linear-gradient(top, #2c5c8E 0%, #010134 100%);
	background:-webkit-linear-gradient(top, #2c5c8E 0%, #010134 100%);
	background:linear-gradient(to bottom, #2c5c8E 0%, #010134 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c5c8E', endColorstr='#010134', GradientType=0);
	border:1px solid #0c1957;
	text-decoration:underline;
}
.inner {
	padding:1em;
	background-color:#fff;
	border-radius:2em;
	border:1px solid #ddd;
	margin:1em 0;
}
.disclaimer{
	font-size:0.8em;
}
#footer {
	font-size:0.7em;
	color:#333;
	margin-top:1em;
	text-align:center;
	clear:both;
}
#footer ul{
	text-align:center;
	list-style:none;
}
#footer li{
	display:inline-block;
	padding:0 1em;
	border-right:1px solid #333;
}
#footer li:last-child{
	border:none;
}
@media screen and (min-width:650px) {
 .img_logo {
 height:60px;
}
 .inner_left {
 float:left;
 width:59%;
}
 .inner_right {
 float:right;
 width:40%;
}
}
@media screen and (min-width:900px) {
 .img_logo {
 height:80px;
}
 .container {
 width:900px;
 margin:0 auto;
}
}

.optanon-cookie-policy-group-name{
  text-decoration: underline;
  font-weight: 400 !important;
  font-style: italic;
  padding-top: 10px !important;
}

.optanon-cookie-policy-cookies-used{
  text-decoration: underline;
}

.optanon-cookie-policy-subgroup-table p,{
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.optanon-alert-box-wrapper a {
  padding-left: 5px;
  text-decoration: underline;}
