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

body{
	color:#fff;
	font-size:14px;
	background-color: #000;
}

#sectionBurger{
	background-color:rgba(153,153,153,1);
}

#header{
	background-image:none;
	height:20px;
	background-color:#999;
}

#headBand{
	background-color:#000000;
	color:#FFFFFF;
}

#nav{
	background-color:rgba(0,51,102,0.8);
	color:#FFFFFF;
}

.navLinkActive{
	background-color:rgba(102,102,102,0.5);
}

.sectionTitle:hover {
    background-color: #009933;
}

.navLink a{
	background-color:rgba(255,0,0,1);
}

#title{
	/*display:block;*/
}

#mainTitle{
	background-color:#EEE;
	background: linear-gradient(
		to bottom,
		rgba(33,33,33,0.3),
		rgba(153,204,255,0.3) 20px,
		rgba(153,204,255,0.3)
  	);
}
#instructions{
    background-color: #CC0000;
    color:#fff;
}
.instructionsContent{
    padding:10px;
    padding-bottom: 20px;
}

.bookmarkHolder{
	color:#FFFFFF;
}

.bookmarkHolder a{
	color:#FFFFFF;
}

.bookmarkHolder a:hover{
	color:#999999;
}

.section{
	background-color:#0b1d1f;
	/*background: linear-gradient(
		to bottom,
		rgba(153,153,153,0.7),
		rgba(255,255,255,1) 20px,
		rgba(255,255,255,1)
  	);*/
}

.section:nth-child(odd){
	background-color:#0b1d1f;
}

.title{
	color:#fff;
}

.subtext{
	color:#000000;
}

#ilearnTrailer{
	background-color:#333;
	display: block;
}

#footer{
	background-color:#003366;
	color:#FFFFFF;
}

.highLight{
	background-color:rgba(226,234,239,1);
}

.hilightPanel{
	background-color:#99CC99;
}

h2{
	font-size:1.1em;
}

a{
	color:#666;
}

a:hover{
	color:#0099CC;
}
.columnDescription{
	font-size: 0.9em;
	padding:10px;
	background-color: #444;
	margin-bottom:2px;
}
.columnDescription p{
	margin:10px;
}
.columnHolder{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
 
    -webkit-flex-direction: row;
    flex-direction: row;
 
    /*flex-wrap: wrap;*/
 
	-webkit-justify-content: space-around;
	justify-content: space-around;
 
    -webkit-align-content: space-around;
    align-content: space-around;
}
.column{
	border: thin solid #d3d3d3;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:5px;
	flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
	min-width: 50%;
	
	font-size: 0.9em;
	line-height: 1.4em;
}
.mandatoryLargeIcon{
	float:left;
	/*height: 100%;*/
	padding-right:10px;
}
.columnTitle{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0px;
}
.linkHolder{
	padding: 10px 30px 30px;
	margin:5px;
}
.link{
	/*margin: 0px 10px 10px;*/
	width:100%;
}
.link:hover{
	background-color: #666;
	cursor:pointer;
}
.quote{
	background-color:rgba(0,102,153,1);
	font-size:2em;
	font-style:italic;
	font-weight:bold;
	line-height:2em;
	color:#FFFFFF;
}

.quoter{
	font-size:0.8em;
}

.staff .revealButton{
	background-color:#087604;
	border-color:#087604;
}
.staff .revealContent{
	background-color:#B9FCB7;
	border-color:#087604;
}
.police .revealContent{
	background-color:#b7dffc;
}

.panelList{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
 
    -webkit-flex-direction: row;
    flex-direction: row;
 
    flex-wrap: wrap;
 
	/*-webkit-justify-content: space-between;
	justify-content: space-between;
 
    -webkit-align-content: space-between;
    align-content: space-between;*/
	padding: 0px 20px 20px;
}
.subHeading{
	font-size: 1.2em;
	font-weight: bold;
	width:100%;
}
/*.panelList .panelItem{
	border: thin solid #d3d3d3;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color: #fff;
	flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
	margin:5px;
	text-align: center;
	text-decoration: none;
	min-height: 150px;
	max-width: 200px;
	position:relative;
}
.panelList:nth-child(even){
	background-color: rgba(255,255,255,0.5);
	border: #05c31a 3px solid;
}
.panelItemTitle{
	background-color: #000;
	
}
.panelList .panelItem a{
	text-decoration: none;
	left: 0;
	padding: 5px;
    color:#fff;
	
}*/
.revealPanel{
	color:#333;
}
.revealContent {
    overflow: auto;
}
.subText{
	line-height: normal;
}
.panelList .panelItem{
	border: thin solid #d3d3d3;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color: #fff;
	flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
	margin:5px;
	/*text-align: center;*/
	text-decoration: none;
	text-align: center;
	color:#666;
	font-weight: bold;
	font-size: 0.8em;
	cursor:pointer;
	line-height: 1.4em;
}

.panelItemTitle{
	padding: 5px;
    font-weight: bold;
}
.panelList .panelItem a{
	text-decoration: none;
	padding: 5px;	
}

.formSubmit{
	text-align: center;
	padding-bottom: 30px;
}
.floatLeft{
	float:left;
	width:50%;
}
.rangeRight{
    text-align: right;
    padding-bottom: 3px !important;
    float:right;
}
.floatRight2{
	width: 40%;
    border: #666 solid 2px;
    background-color: #8fbc8f;
}
.floatRight3{
	font-size: 0.8em;
	line-height: 1.2em;
	width: 40%;
	clear:none;
}
.police .floatRight2{
	background-color: #8fabbc;
}
.panelSelected{
	background-color:#333 !important;
	color:#fff !important;
}
.additionalText{
	font-weight: bold;
	font-size: 0.8em;
	margin:0px !important;
	padding:0px !important;
}
.mandatoryIcon{
	float:left;
	margin-right: 5px;
}
.mandatoryListItem{
	background-color: chartreuse;
    margin-bottom: 10px;
	border:#333 solid 2px;
    contain: content;
}
.police .mandatoryListItem{
	background-color: #00dcff;
}
.completedBackground{
	background-color: #444;
	padding:10px;
}
.titleSmaller{
	font-size: 1.4em;
	font-weight: bold;
}
.mandatoryListItem a{
	font-weight: bold;
	text-decoration: none;
	color:#333;
}
.mandatoryListItem a:hover{
	text-decoration: underline;
}
.mandatoryList .hidden{
	display: none;
	/*background-color:#8fbc8f;
	background-image: url(../images/plusCourse.png);
	background-repeat: no-repeat;
	background-position: right;*/
}
.police .mandatoryList .hidden{
	/*background-color: #8fabbc;*/
}

.show{
	display: block;
}
.completed{
    /*background-color: #fff !important;*/
    
    background-color: transparent !important;
    border: dashed 1px #000;
}
.completedOn{
    font-size: 0.8em;
}

#edgeWarning{
	margin: 40px 0px 20px;
	padding:10px;
	padding-bottom: 40px;
	border:solid #fff 1px;
	background-color: #413131;
	display:none;
}
.edgeHeading{
	font-size: 1.4em;
	font-weight: bold;
}
.edgeBigWord{
	font-size: 1.6em;
	color: #ff7800;
}
.edgeImageHolder{
	text-align: center;
}
.edgeImage{
	width:100%;
	max-width: 600px;
}
.colCrest{
	
}
.intranet{
	color: #fff;
    font-weight: bold;
    background-color: #000;
}
@supports (-ms-accelerator:true) {
	#edgeWarning{
		display:block;
	}
}
@supports (-ms-ime-align:auto) {
    #edgeWarning{
		display:block;
	}
}
@supports (background-blend-mode: normal){
	#edgeWarning{
		display:block;
	}
}

@media screen and (max-width: 920px) {
	
	#sectionLinks{
		background-color:rgba(0,102,204,0.5);
	}
	
	.navLink a{
		background-color:rgba(255,0,0,1);
	}
	.floatLeft{
		float:none;
		width:100%;
	}
	.floatRight2 , .floatRight3{
		width:100%;
	}
	.columnHolder{
		display:block;
	}
	.column{
		display:block;
		overflow:auto;
	}
}


@media screen and (max-width: 633px) {
	
}

@media print {
	#printReturnButton{
		display:none;
	}
}