@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 DESK TAB MENU */
.menu-tab {
	width: 20%;
	float: left;
	cursor: pointer;
	text-align: center;
	font-family: Lato, Arial, Helvetica, sans-serif;
	
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12pt;
}
.menu-tab1{background-color: #B22222;}
.menu-tab2{background-color: #006600;}
.menu-tab3{background-color: #D2691E;}
.menu-tab4{background-color: #898E8C;}
.menu-tab5{background-color: #005960;}

.menu-tab:hover {
	background-color: #9EC5EC;
	color: #333333;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.menu-tab-active {
	background-color: #9EC7E7;
	color: #333;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#menu-tab-wrapper {
	width: 100%;
	
	
}
.menu-tab-content {
	width: 97%;
	float: none;
	display: none;
	padding-top: 20px;
	padding-right: 3%;
	padding-bottom: 10px;
	padding-left: 0%;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #2c4ea1;
}
.desk-menu-hide {
	display: none;
}
.desk-menu-show {
	display: block;}
.menu-tab-menu-item{
	cursor: pointer;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 20pt;
	padding-left: 5%;
}
.menu-tab-menu-div{
	width: 33%;
	float: left;
}
.menu-tab-menu-head{
	color: #FFF;
	background-color: #2c4ea1;
	padding-top: 5px;
	padding-right: 5%;
	padding-bottom: 5px;
	padding-left: 5%;
	}	
/* END OF STYLES FOR DESK TAB MENU */


/* EXTRA COLUMN STYLES */
 @media only screen and (min-width: 1360px) {.RHcol{width:375px;}}
 @media only screen and (min-width: 1370px) {.RHcol{width: 385px;}}


/* END OF EXTRA COLUMN STYLES */



body {
	font-size: 12pt;
	font-family: Lato, Arial, Helvetica, sans-serif;
}

ins {
	background: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.pointer{cursor: pointer;}
.bg-red {
	background-color: #E30C1F;
	color: #FFFFFF;
	padding: 5px 2% 5px 2%;
}
.bg-orange-lt {
	background-color: #F6BE00;
	color: #000000;
	padding: 5px 2% 5px 2%;
}
.bg-orange {
	background-color: #FF6600;
	color: #000000;
	padding: 5px 2% 5px 2%;
}
.bg-green {
	background-color: #006600;
	color: #FFFFFF;
	padding: 5px 2% 5px 2%;
}
.bg-green-lt {
	background-color: #e6ffe6;
	color: #000000;
	padding: 5px 2% 5px 2%;
}
.bg-indigo {
	background-color: #3F51B5;
	color: #FFFFFF;
	padding: 5px 2% 5px 2%;
}
.bg-indigo-lt {
	background-color: #eceef8;
	color: #000000;
	padding: 5px 2% 5px 2%;
}
.bg-brown {
	background-color: #795547;
	color: #FFFFFF;
	padding: 5px 2% 5px 2%;
}
.bg-brown-lt {
	background-color: #f6f1ef;
	color: #000000;
	padding: 5px 2% 5px 2%;
}
.bg-yellow {
	background-color: #FFEB3C;
	color: #000000;
	padding: 5px 2% 5px 2%;
	;
}
.bg-yellow-lt {
	background-color: #FFFFCC;
	color: #000000;
	padding: 5px 2% 5px 2%;
	;
}
.bg-lime {
	background-color: #C9DB47;
	color: #000000;
	padding: 5px 2% 5px 2%;
}
.bg-kahki {
	background-color: #59570d;
	color: #FFFFFF;
	padding: 5px 2% 5px 2%;
}
.bg-kahki-lt {
	background-color: #ECEA85;
	color: #000000;
	padding: 5px 2% 5px 2%;
}
.bg-grey {
	background-color: #F1F1F1;
	color: #000000;
	padding: 5px 2% 5px 2%;
}
.bg-purple {
	background-color: #711d7c;
	color: #FFFFFF;
	padding: 5px 2% 5px 2%;
}
.bg-purple-lt {
	background-color: #9C28B1;
	color: #000000;
	padding: 5px 2% 5px 2%;
}
.bg-black {
	background-color: #666666;
	color: #FFFFFF;
	padding: 5px 2% 5px 2%;
}
.bg-blue {
	background-color: #014DA5;
	color: #FFFFFF;
	padding: 5px 2% 5px 2%;
}
.bg-blue-lt {
	background-color: #9EC6E7;
	color: #C2E6F4;
	padding: 5px 2% 5px 2%;
}
.bg-white {
	background-color: ffffff;
	color: #000000;
	padding: 5px 2% 5px 2%;
}
.bg-hod {
	background-color:#e73f96;
	color: #FFFFFF;
	padding: 5px 2% 5px 2%;
	font-weight: bold;
}
.bdr-thin {
	border: thin solid #999999;
}
.shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.center {
	text-align: center;
}

.body8 {
	font-size: .656em;
}
.body9 {
	font-size: .75em;
}
.body10 {
	font-size: .813em;
}
.body14 {
	font-size: 1.125em;
}
.body16 {
	font-size: 1.313em;
}
.body18 {
	font-size: 1.5em;
}
.menu {
	font-family: Oswald, Tahoma, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 5px;
	background-color: #02419E;
	text-align: center;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	height: auto;
	text-transform: uppercase;
	width: 98%;
	margin-right: 0%;
	margin-left: 0%;
	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;

}
.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: Oswald, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: 700;
	color: #990000;
	letter-spacing: normal;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: left;
	background-color: #FFFFFF;
	width: auto;
	padding-bottom: 3px;
	padding-top: 1px;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-top-color: #014DA5;
	border-right-color: #014DA5;
	border-bottom-color: #999999;
	border-left-color: #014DA5;
}
h1 {
	font-family: 'Boogaloo', Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: 700;
	color: #990000;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: left;
	background-color: #FFFFFF;
	width: auto;
	padding-bottom: 3px;
	padding-top: 1px;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.menu a.selected {
	color: #000000;
	background-color: #D7E8EF;
}
#mobile-menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.bodytext08 {
	font-size: 8pt;
	font-family: Lato, Arial, Helvetica, sans-serif;
	display: inline-block;
}
.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;
}
.main-pic{
	margin-top: 10px;
}
.bottom-menu {
	float: left;
	height: auto;
	width: 46%;
	margin-left: 3%;
	color: #FFFFFF;
	background-color: #014DA5;
}
.bottom-menu a:link, .bottom-menu a:visited {
	color: #FFFFFF;
}
#alert-box {
	color: #FFFFFF;
	background-color: #CC3300;
	padding-top: 5px;
	padding-right: 2%;
	padding-bottom: 5px;
	padding-left: 2%;
}
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
 
}


.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: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #FFD600;
	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: Tahoma, Geneva, 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);
}
.bodyAdvert{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-color: #999999;
	padding-bottom:10px;
	margin:20px 0 20px 0;
	
}	

.bodyAdvertHeader{
	font-size: 0.656em;
	text-align: center;
	color: #666666;
}


 @media only screen and (min-width: 600px) {

.bottom-menu {
	float: left;
	height: auto;
	width: 30%;
	margin-left: 2%;
}
h1 {
	font-size: 24pt;
}
}
 @media only screen and (min-width: 1370px) {
}
 @media print {
#PageBreak {
	page-break-after: always;
}
}

/*styles for show hide desk menu*/
/*styles for show hide desk menu*/
.tab {
	width: 20%;
	float: left;
	cursor: pointer;
	text-align: center;
	font-family: Lato, Arial, Helvetica, sans-serif;
	
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12pt;
}
.tab1{background-color: #B22222;}
.tab2{background-color: #006600;}
.tab3{background-color: #D2691E;}
.tab4{background-color: #898E8C;}
.tab5{background-color: #005960;}

.tab:hover {
	background-color: #9EC5EC;
	color: #333333;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.tab-active {
	background-color: #9EC7E7;
	color: #333;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#tab-wrapper {
	width: 100%;
	
	
}
.tab-content {
	width: 97%;
	float: none;
	display: none;
	padding-top: 20px;
	padding-right: 3%;
	padding-bottom: 10px;
	padding-left: 0%;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #2c4ea1;
}
.desk-menu-hide {
	display: none;
}
.desk-menu-show {
	display: block;}
.tab-menu-item{
	cursor: pointer;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 20pt;
	padding-left: 5%;
}
.tab-menu-div{
	width: 33%;
	float: left;
}
.tab-menu-head{
	color: #FFF;
	background-color: #2c4ea1;
	padding-top: 5px;
	padding-right: 5%;
	padding-bottom: 5px;
	padding-left: 5%;
	}		
/*end of styles for show hide desk menus*/

/*

Make the Facebook Like box responsive (fluid width)

https://developers.facebook.com/docs/reference/plugins/like-box/

*/

 

/* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */

#fb-root {
	display: none;
}
/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}
