@charset "utf-8";
/* CSS Document */

/* STYLES FOR CONSENT */

#consent {
	background-color: rgba(5,5,5,.90);  /* green with opacity */
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	z-index: 1010;
	overflow: scroll;	/*visibility: hidden;	*/
}
#consent-blur {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}
#consent2 {
	margin-top: 100px;
	width: 80%;
	max-width: 300px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	padding: 20px 5% 20px 5%;
	/*z-index: 1010;*/
	color: rgba(51,51,51,1);
	background-color: #FFF;
	text-align: center;
	border-radius: 20px;
}
#pers-consent-button {
	margin: 20px 0 20px 0;
	padding: 10px 4% 10px 4%;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background-color: #090;
	cursor: pointer;
	border-radius: 5px;
}
#pers-consent-button:hover {
	background-color: #6C3;
}
#non-pers-consent-button {
	margin: 20px 0 20px 0;
	padding: 10px 4% 10px 4%;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background-color: #090;
	cursor: pointer;
	border-radius: 5px;
}
#non-pers-consent-button:hover {
	background-color: #6C3;
}
.no-cookie-button:hover {
	cursor: pointer;
	text-decoration: underline;
	border-radius: 5px;
}
.hide-consent-request {
	display: none;
}
.show-cookie-options {
	margin: 20px 0 20px 0;
	padding: 10px 4% 10px 4%;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	cursor: pointer;
	border-radius: 5px;
}
.show-cookie-options:hover {
	cursor: pointer;
	background-color: #999;
}
.hov:hover {
	cursor: pointer;
	text-decoration: underline;
}
#cookie-consent-options {
	display: none;
}
#consent-options {
	display: none;
}
#privacy-statement {
	display: none;
	z-index: 1020;
	width: 80%;
	padding: 20px 10% 20px 10%;
	background-color: #9F6;
	overflow: auto;
	/*position: absolute;
	left: 0px;*/
	top: 0px;
}
/* END OF STYLES FOR CONSENT */


/* STYLES FOR MOBILE MENU */
#MobileMenuIcon {
	width: 15%;
	float: left;
	
}
#MobileMenuHeading {
	width: 85%;
	float: left;
}

#MobileMenuOuter{
	display: none;
	z-index: 1000;
	width: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
.showMenu{
	cursor: pointer;}
	/* END OF STYLES FOR MOBILE MENU */


ins {
	background: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.menu {
	font-family: Oswald, Tahoma, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 5px;
	background-color: rgba(1,77,165,1);
	text-align: center;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	height: auto;
	text-transform: uppercase;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	cursor: pointer;
}
.menu a:link, .menu a:visited {
	text-decoration: none;
	color: rgba(255,255,255,1);
}
.menu a:hover {
	color: #000000;
	background-color: #D7E8EF;
}
.menu:hover {
	color: #000000;
	background-color: #D7E8EF;
}
.menu a:active {
	color: rgba(51,51,51,1);
	text-decoration: none;
}
.mobile-menu {
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
	background-color: rgba(1,77,165,1);
	text-align: center;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	height: auto;
	text-transform: uppercase;
	width: 88%;
	margin-right: 5%;
	margin-left: 5%;
}
.mobile-menu a:link, .mobile-menu a:visited {
	text-decoration: none;
	color: rgba(255,255,255,1);
}
.mobile-menu a:hover {
	color: #000000;
	background-color: #D7E8EF;
}
.mobile-menu:hover {
	color: #000000;
	background-color: #D7E8EF;
}
.mobile-menu a:active {
	color: rgba(51,51,51,1);
	text-decoration: none;
}
#heading {
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: 700;
	color: #FFD600;
	letter-spacing: normal;
	font-style: normal;
	text-transform: uppercase;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-decoration: none;
	margin-bottom: 10px;
	text-align: center;
	background-color: #02419E;
	width: auto;
}
.menu a.selected {
	color: #000000;
	background-color: #D7E8EF;
}
#mobile-menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.in-article{
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.bodytext08 {
	font-size: 8pt;
	font-family: Lato, Arial, Helvetica, sans-serif;
}
.bodytext09 {
	font-size: 9pt;
	font-family: Lato, Arial, Helvetica, sans-serif;
}
.bodytext10 {
	font-size: 10pt;
	font-family: Lato, Arial, Helvetica, sans-serif;
}
.bodytext11 {
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.bodytext12 {
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.bodytext14 {
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
.bodytext16 {
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 16pt;
}
.disclaimer {
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: rgba(1,77,165,1);
	color: rgba(255,255,255,1);
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.bottom-menu {
	float: left;
	height: auto;
	width: 90%;
	margin-left: 3%;
}
body {
	background-color: rgba(255,255,255,1);
}
.clickLink{}



 @media only screen and (min-width: 600px) {
body {
	background-color: rgba(255,255,255,1);
}
.bottom-menu {
	float: left;
	height: auto;
	width: 30%;
	min-width: 200px;
	margin-left: 3%;
}
}
.bottom-menu-head {
	font-size: 10pt;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgba(102,102,102,1);
}
.bottom-menu-item {
	font-size: 8pt;
	font-family: Lato, Arial, Helvetica, sans-serif;
	color: rgba(51,51,51,1);
	line-height: 18pt;
}
.img {
	height: auto;
	width: 100%;
}
.cookiediv {
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	background-position: center;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.cookiebutton {
	border: 1px none #CCCCCC;
	margin-top: 5px;
	width: 114px;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: rgba(255,255,255,1);
	background-color: rgba(102,153,51,1);
	cursor: pointer;
}
.cookiebutton:hover {
	margin-top: 5px;
	width: 114px;
	background-color: #66FF99;
	color: rgba(102,102,102,1);
}
/*These are the styles from the old stylesheet*/

.MenuBox {
	width: 100%;
	background-color: rgba(255,204,102,1);
	height: auto;
	text-align: center;
}
.MenuHead {
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: rgba(255,255,255,1);
	background-color: rgba(204,0,0,1);
	text-align: center;
	width: 100%;
	height: 25px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.MenuList {
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: rgba(0,0,0,1);
	text-align: center;
	padding-bottom: 5px;
	padding-top: 3px;
	background-color: rgba(255,255,204,1);
	margin-top: 0%;
	margin-right: 2%;
	margin-left: 2%;
}
.desk-menuitem {
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.mobile-menuitem {
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 20pt;
	text-align: right;
	color: rgba(0,0,0,1);
}
.MobileMenuHead {
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: rgba(255,255,255,1);
	background-color: rgba(204,0,0,1);
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.MobileMenuBox {
	width: 100%;
	background-color: rgba(255,255,204,1);
}
.MobileMenuList {
	background-color: rgba(255,255,204,1);
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bottom {
	font-family: Lato, Arial, Helvetica, sans-serif;
	color: rgba(255,255,255,1);
	background-color: rgba(204,51,0,1);
	width: 94%;
	clear: both;
	float: none;
	padding-right: 3%;
	padding-left: 3%;
	text-align: center;
	font-size: 9pt;
	padding-top: 5px;
	padding-bottom: 5px;
}
.home a:link, .home a:visited {
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: rgba(255,255,255,1);
	background-color: rgba(204,0,0,1);
	width: 100%;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
