html
{
	font-size: 11pt;
    padding: 0px;
    margin: 0px;
}

.content
{
    width: 100%;
    margin: auto;
    max-width: 1100px;
    min-width: 800px;
    padding: 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
}
/* Create three equal columns */
.column3 {
    float: left;
    width: 33%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

BODY
{
    FONT-FAMILY: Hind, Arial, sans-serif;
    COLOR: #494949;
    background-color: #fff;
    FONT-SIZE: 1em;
    padding: 0px;
    margin: 0px;
	position: relative;
	top: 200px;
}

TD
{
    COLOR: #494949;
    FONT-WEIGHT: normal;
    vertical-align: text-top;
}

mainheader
{
	background-color: #ddd;
	clear: left;
	postition: fixed;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
article
{
    margin-left: 249px;
    overflow: hidden;
	border-left: 1px solid #b0b0b0;
	padding: 20px 0px;
}
footer
{
    position: relative;
	text-align: center;
	padding: 10px 0px;
	background-color: #004D8E;
	border-top: 3px solid #7ec141;
	clear: left;
    width: 99vw;
    left: calc(-50vw + 50%);
    height: auto;
    color: #fff;	
}

footer A
{
	text-decoration: none;
	color: #fff;
}

footer .address
{
	height: 50px;
	background-color: #004D8E;
	text-align: center;
	color: #fff;
	clear: both;
}

footer .onsis
{
	height: 50px;
	background-color: #004D8E;
	text-align: right;
	color: #fff;
	padding-right: 50px;
}

/*
//
// HEADER
//
*/

.header
{
	padding: 0px;
	margin: 0px;
	text-align: left;
    color: #5593B8;
    position: fixed;
    height: 200px;
    background-color: #fff;
    border-bottom: 3px solid #004D8E;
    z-index: 997;
    right: 0px;
    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);
	line-height: 100%;

}

.header .logo
{
	position: absolute;
	left: 100px;
	top: 0px;
}

.header .share
{
	position: absolute;
	right: 60px;
	top: 10px;
}

.header .phoneimage
{
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url('cImages/Header-Phone.png');
	height: 200px;
	width: 501px;
}

.header .bigopen
{
	FONT-FAMILY: Montserrat, Arial, sans-serif;
	position: absolute;
	right: 10px;
	bottom: 55px;
	font-size: 7em;
	color: #004D8E;
	font-weight: 800;
	opacity: 0.15;
	letter-spacing: 5px;
	line-height: 100%;
	padding: 0px;
	margin: 0px;
}

.header .language
{
	z-index: 999;
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
}

.header H1
{
	position: absolute;
	left: 250px;
	top: 15px;
	font-weight: bold;
	font-size: 1.8em;
	padding: 0px;
	margin: 0px;
}

.header H2
{
	position: absolute;
	left: 250px;
	top: 45px;
	font-weight: normal;
	font-size: 1.4em;
	padding: 0px;
	margin: 0px;
}

.header .text
{
	font-family: Hind, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
    COLOR: #5593B8;
    FONT-SIZE: 1.3em;
}

.header .number
{
	FONT-FAMILY: Montserrat, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
    COLOR: #8BC43E;
    FONT-SIZE: 2.5em;
    FONT-WEIGHT: bold;
}

.header .text1
{
	position: absolute;
	left: 250px;
	top: 70px; /*170px;*/
}

.header .text2
{
	position: absolute;
	left: 150px;
	top: 114px;
}
.header .text2w
{
	position: absolute;
	left: 150px;
	top: 114px;
}

.header .text3
{
	position: absolute;
	left: 250px;
	top: 113px;
	font-weight: bold;
}
.header .text3w
{
	position: absolute;
	left: 250px;
	top: 113px;
	font-weight: bold;
}

.header .text4
{
	position: absolute;
	left: 150px;
	top: 162px;
}
.header .text4w
{
	position: absolute;
	left: 150px;
	top: 162px;
}

.header .text5
{
	position: absolute;
	left: 250px;
	top: 160px;
}
.header .text5w
{
	position: absolute;
	left: 250px;
	top: 160px;
}


.header A
{
	text-decoration: none;
	color: #8BC43E;
}

/*
//
// Header Search Bar
//
*/

.header .searchboxbackground
{
	FONT-FAMILY: Montserrat, Arial, sans-serif;
	z-index: 998;
	position: absolute;
	right: 0px;
	top: 130px;
	background-color: #004D8E;
	height: 70px;
	width: 570px;
	border-radius: 2px 0px 0px 0px;
}

.header .searchboxbackground .container1
{
	width: 650px;
	height: 70px;
	line-height: 70px;
	display: flex;
	align-items: center; /* align vertical */
}

.header .searchboxbackground .label1
{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
  	font-size: 1.3em;
	color: #FFF;
	padding: 0px 5px 0px 5px;
}

.header .searchboxbackground input,
.header .searchboxbackground select
{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
  	font-size: 1em;
	color: #494949;
	background-color: #ddd;
	padding: 2px 2px 2px 2px;
	margin: 0px;
	border: none;
	border-radius: 0px;
}
.header .searchboxbackground input
{
	text-transform: uppercase;
}
.header .searchboxbackground optgroup option
{
	background-color: #004D8E;
	color: #fff;
	font-size: 1em;
}

.header .searchboxbackground .errorH
{
	background-color: #FFC1C1;
}

.header .submit1
{
	z-index: 999;
	FONT-FAMILY: Montserrat, Arial, sans-serif;
	font-weight: bold;
	position: absolute;
	right: 3px;
	top: 133px;
	height: 67px;
	line-height: 67px;
	width: 120px;
	text-align: center;
  	font-size: 1.3em;
	color: #FFF;
	background-color: #0275CE;
	cursor: pointer;
}

.header .submit1:hover
{
	background-color: #003258;
}

.header .submit1 .text
{
	height: 67px;
}

/*
//
// TERROR ATTACK DIV
//
*/

.terrorcontainer
{
	margin: 20px 50px 20px 50px;
	text-align: center;
}
.terrortext
{
	FONT-FAMILY: Montserrat, Arial, sans-serif;
	font-size: 1.1em;
	color: #8C001A;
	text-transform: uppercase;
}
.terrornumber
{
	FONT-FAMILY: Montserrat, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #8C001A;
}

.selfassessmentbanner
{
	border-radius: 5px;
	box-shadow: 0px 2px 1px #ddd;
	background-color: #8BC43E;
	color: #FFF;
	padding: 6px;
	margin: 10px;
	text-align: center;
}
.selfassessmentbanner .text
{
	font-size: 1.8em;
	font-weight: bold;
	color: #FFF;
	padding: 0px;
	margin: 0px;
}




.button
{
    BORDER-BOTTOM: black 1px solid;
    BORDER-LEFT: black 1px solid;
    FONT-FAMILY: Hind, Arial, sans-serif;
    BORDER-TOP: black 1px solid;
    BORDER-RIGHT: black 1px solid
}
FORM
{
    FONT-FAMILY: Hind, Arial, sans-serif;
    FONT-SIZE: 1em;
}
FORM .error
{
    BORDER-BOTTOM: #dc143c 2px solid;
    BORDER-LEFT: #dc143c 2px solid;
    BACKGROUND-COLOR: #fff;
    COLOR: #000;
    BORDER-TOP: #dc143c 2px solid;
    BORDER-RIGHT: #dc143c 2px solid
}
FORM .default
{
    BORDER-BOTTOM: white 2px inset;
    BORDER-LEFT: white 2px inset;
    BACKGROUND-COLOR: #fff;
    COLOR: #000;
    BORDER-TOP: white 2px inset;
    BORDER-RIGHT: white 2px inset
}
.outline
{
    BORDER-BOTTOM: black 1px solid;
    BORDER-LEFT: black 1px solid;
    BORDER-TOP: black 1px solid;
    BORDER-RIGHT: black 1px solid
}
/*FORM SELECT
{
    FONT-FAMILY: Hind, Arial, sans-serif;
    FONT-SIZE: small
}
FORM SELECT .default
{
    FONT-FAMILY: Hind, Arial, sans-serif;
    FONT-SIZE: small
}*/
FORM SELECT .errorLst
{
    BORDER-BOTTOM: #dc143c 2px solid;
    BORDER-LEFT: #dc143c 2px solid;
    BACKGROUND-COLOR: #d0e4f4;
    COLOR: #000000;
    BORDER-TOP: #dc143c 2px solid;
    BORDER-RIGHT: #dc143c 2px solid
}
H1
{
    FONT-FAMILY: Hind, Arial, sans-serif;
    COLOR: #1a4373;
    FONT-SIZE: 1.6em;
    FONT-WEIGHT: bold
}
H2
{
    FONT-FAMILY: Hind, Arial, sans-serif;
    COLOR: #1a4373;
    FONT-SIZE: 1.4em;
    FONT-WEIGHT: normal
}

.EndDiv
{
	padding: 6px;
	margin: 10px 0px;
	text-align: center;
}

/*
//
// Main info boxes from home page
//
*/

.InfoBox
{
    BORDER-BOTTOM: medium none;
    BACKGROUND-COLOR: #f4f4f4;
    TEXT-ALIGN: left;
    PADDING: 16px;
    margin: 0px 10px;
    BORDER-LEFT: 1px solid #004D8E;
    BORDER-bottom: 1px solid #004D8E;
    BORDER-RIGHT: 1px solid #004D8E;
    border-radius: 0px 0px 5px 5px;
}
.InfoBox UL
{
    FONT-FAMILY: Hind, Arial, sans-serif;
    COLOR: #293949;
    FONT-SIZE: 1em;
    FONT-WEIGHT: normal
}
.InfoBox .icon
{
	float: left;
	padding: 10px 15px 0px 0px;
	opacity: 0.5;
}

.InfoTitle
{
    TEXT-ALIGN: left;
    PADDING: 6px 16px;
    margin: 20px 10px 0px 10px;
    background-color: #004D8E;
    border-radius: 2px 2px 0px 0px;
}

.InfoTitle H1
{
    /*BACKGROUND-IMAGE: url(cImages/InfoBoxTop.gif);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center top;*/
    TEXT-TRANSFORM: capitalize;
    MARGIN: 0px;
    COLOR: #fff; /*#7ec141;*/
    FONT-SIZE: 1.4em;
    FONT-WEIGHT: bold;
    PADDING-TOP: 5px
}
.InfoTitle H2
{
    TEXT-TRANSFORM: capitalize;
    MARGIN: 0px;
    COLOR: #fff;
    FONT-SIZE: 1em;
}

.MoreLink
{
    TEXT-ALIGN: right;
    BACKGROUND-COLOR: transparent;
}

.SmallGreen
{
    TEXT-ALIGN: center;
    PADDING: 20px;
    COLOR: #004D8E;
    FONT-SIZE: 0.9em;
    FONT-WEIGHT: normal;
}

.BodyLink
{
    COLOR: #007faf;
    FONT-SIZE: 1em;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}

.BodyLink:hover
{
	color: #004D8E;
}

/*.column3 .BodyLink
{
    FONT-FAMILY: Hind, Arial, sans-serif;
    COLOR: #00aeef;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}*/

/* UL / LI list for external links */
.External
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.External LI
{
	background: url('/cImages/weblink.gif') no-repeat left 0px;
	height: 30px;
	margin-left: 20px;
	padding-left: 30px;
	padding-top: 4px;
}

.Arrow
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.Arrow LI
{
	background: url('/cImages/NewArrow2.gif') no-repeat left 3px;
	height: 30px;
	margin-left: 20px;
	padding-left: 20px;
	padding-top: 0px;
}


H3
{
    TEXT-TRANSFORM: capitalize;
    MARGIN: 0px;
    COLOR: #656565;
    FONT-SIZE: 1em;
    FONT-WEIGHT: normal
}
H4
{
    TEXT-TRANSFORM: capitalize;
    MARGIN: 0px;
    COLOR: #7ec141;
    FONT-SIZE: 1em;
    FONT-WEIGHT: normal;
    PADDING-TOP: 5px
}
.helpline
{
    MARGIN: 0px;
    COLOR: #7ec141;
    FONT-SIZE: 1em;
    FONT-WEIGHT: bold
}

TEXTAREA
{
    BACKGROUND-COLOR: #e4f5ff;
    COLOR: lightslategray;
    FONT-SIZE: 1em;
    FONT-WEIGHT: normal
}
.cookies
{
    BORDER-BOTTOM: #708090 3px solid;
    TEXT-ALIGN: center;
    PADDING-BOTTOM: 10px;
    BACKGROUND-COLOR: #b0e0e6;
    MARGIN-BOTTOM: 10px;
    COLOR: #696969;
    PADDING-TOP: 10px
}


/*
//
// NEW SIDE MENU
//
*/

.SideMenu
{
	width: 250px;
	background-color: #fff;
	vertical-align: text-top;
    float: left;
  	border-right: 1px solid #b0b0b0;
  	padding-top: 40px;
}

.MenuBox2
{
	text-align: left;
    /*BACKGROUND-IMAGE: url(cImages/InfoBoxBottom.gif);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: center bottom;*/
    clear: both;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.MenuSpacer2
{
	height: 20px;
}

.MenuTitleMain
{
    position: fixed;
    top: 200px;
    width: 230px;
    z-index: 997;
   	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.MenuTitle2
{
    text-align: left;
    COLOR: #fff;
    FONT-SIZE: 1.4em;
    FONT-WEIGHT: bold;
    margin-bottom: 10px;
    padding: 8px 0px 8px 20px;
    background-color: #004D8E;
}

.MenuLink2 {
    padding: 4px 6px 4px 40px;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    color: #00aeef;
    display: block;
    text-decoration: none;
    BACKGROUND-IMAGE: url(cImages/NewArrowGreen.gif);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: 15px 7px;

}

.MenuLink2:hover {
    color: #004D8E;
}

.MenuOpen
{
	display: none;
}

.MenuClose
{
	display: none;
}

/*
//
// New Form
//
*/ 

.FormContainer
{
	width: 100%;
	padding: 10px;
}

.FormLabel
{
	width: 100%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}

.FormQuestion
{
    BACKGROUND-IMAGE: url(cImages/Question.gif);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: 5px center;
    background-color: #cdd6e7;
    COLOR: #000;
    FONT-SIZE: 1em;
    FONT-WEIGHT: normal;
	width: 100%;
	padding: 10px 40px;
}

.FormAnswer
{
    BACKGROUND-IMAGE: url(cImages/Answer.gif);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: 5px center;
    COLOR: #000;
    FONT-SIZE: 1em;
	width: 100%;
	padding: 10px 40px;
}
.FormAnswer2
{
    COLOR: #000;
    FONT-SIZE: 1em;
	width: 100%;
	padding: 10px 40px;
}

.FormContainer textarea, input, select
{
	width: 95%;
	font-size: 1em;
	font-family: Hind, Arial, sans-serif;
	color: #333;
	background-color: #fff;
	padding: 4px;
	margin: 4px 0px;
	border-radius: 5px;
	border: 2px solid #7EC141;
}

.FormRadio
{
	min-height: 20px;
	min-width: 20px;
	float: left;
	width: auto;
	position: relative;
	top: -4px;
}

.FormCheckbox
{
	width: auto;
	min-height: 20px;
	min-width: 20px;
	float: left;
	margin-right:  20px;
}
.FormSubmit
{
	margin: 20px 0px;
	width: auto;
	background-color: #004D8E;
	color: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #eee;
	padding: 6px 25px;
	cursor: pointer;
}

.FormSubmit:hover
{
	background-color: #497125;
}

.showError
{
	color: crimson;
	font-weight: bold;
}


.COVID
{
		
}

.COVID .blank
{
	float: left;
	width: 18%;
	height: 18%;
	padding: 10px 30px 20px 0px;
	margin-left: 10%;
	border-radius: 10px;
}

.COVID .linker
{
	float: left;
	width: 18%;
	height: 18%;
	padding: 0px 30px 20px 0px;
}

DIV .COVID DIV
{
	padding: 20px 0px 10px 20px;
}

DIV .COVID A
{
	margin-top: 20px;
}

.InfoBox DIV .acontainer
{
    FONT-FAMILY: Verdana, Arial, Serif;
    COLOR: #617991;
    FONT-SIZE: 10pt;
    width: 99%;
}
.acontainer .aheader
{
	TEXT-TRANSFORM: uppercase;
	COLOR: #004D8E;
	FONT-SIZE: 11pt;
	FONT-WEIGHT: bold;
}

.acontainer div .ddiv
{
	display: inline-block;
	line-height: 25px;
	vertical-align: top;
}

.acontainer div .drow
{
	padding: 5px 0px 5px 5px;
	BORDER-BOTTOM: #ececec 1px solid;
}
	
.acontainer div .aname
{
	width: 75%;
}
	
.acontainer div .atel
{
	width: 25%;
}

.acontainer div .atel .BodyLink
{
	color: #8BC43E;
}
