@charset "utf-8";
/* CSS Document */
body {
	background-color: #333333;
	background-attachment:fixed;
  background-size: cover;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0;
    padding: 0;
}
html {
  scroll-behavior: smooth;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 32px;
	display:inline;
	text-align: center;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #eeeeee;
	font-size: 14px;
	display:inline;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 22px;
}
.style12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	}
.style13 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.style14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.style21 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	color: #ffffff;
	font-size:24px;
}
.style22 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	color: #ffffff;
	font-size:18px;
}
.style23 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	color: #ffffff;
	font-size:36px;
}
.style30 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #FFFFFF; }
.style31 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #FFFFFF; }
.style32 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #FFFFFF; }
.style33 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; }
.style41 {color: #FFFFFF}
.style43 {color: #FF0000}
.style47 {
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style50 {color: #FF6600; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style53 {
	color: #FF5555;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
}
.style54 {
	color: #FF0000;
	font-weight: bold;
}
.style55 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0099dd;
	font-size: 11px;
}
.style56 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0099dd;
	font-size: 14px;
}
.style57 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0099dd;
	font-size: 24px;
}
.style58 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0099dd;
	font-size: 16px;
}
.style61 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
	color: #0099dd;
}
.style62 {color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px; }
.style63 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #0099dd; font-size: large; }
.style64 {color: #777777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px; }
.style67 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF6600; font-weight: bold; }

#slideshow { 
    margin: 20px auto; 
    position: relative;
	width:90%;	
    height: 250px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}
a:link {
color: #f5f5f5;
text-decoration: none;
}
a:visited {
color: #f5f5f5;
text-decoration: none;
}
a:hover {
color: #ffffff;
}
html, body {
margin:0px;
height: 100%;

}

#header, #footer {
      		min-width:100%;
			}


.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -70px;
}
.footer, .push {
height: 70px;
}

 /* For pages */
 
  /* ------------BUTTONS---------------------------------------------------------------------------- */	 
button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 5px 20px;
	 background: #65a9d7;
    outline: none;
   background: -ms-linear-gradient(top, #42aaff, #003366);
   background: -o-linear-gradient(top, #42aaff, #003366);
		background: -moz-linear-gradient(
		top,
		#42aaff 0%,
		#003366);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#42aaff),
		to(#003366));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #003366;
}

  button.css3button:hover {
     border: 1px solid #555;
	 cursor:pointer;
	 color: #eeeeee;
    }
	
	button.css3button2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 15px 10px;
	 background: #65a9d7;
	 width:150px;
    outline: none;
   background: -ms-linear-gradient(top, #42aaff, #003366);
   background: -o-linear-gradient(top, #42aaff, #003366);
		background: -moz-linear-gradient(
		top,
		#42aaff 0%,
		#003366);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#42aaff),
		to(#003366));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #000;
}

  button.css3button2:hover {
     border: 1px solid #555;
	 cursor:pointer;
	 color: #eee;
    }
@media screen and (max-width: 700px){
	button.css3button2 {
		font-size: 13px;
	padding: 12px 8px;
	 width:120px;
}
}
	  /* TABLES---------------------------------------------------------------------------------------------- */	 
.tablecyan {
		background-color:#66FFFF;
	border-collapse:collapse;
		 margin-left: auto;
    margin-right: auto;
	text-align: center;
	border: 2px solid black;
	padding:6px;
		}
	 .tablecyan td,th {
    border: 1px solid black;
    padding:10px;
}
.tablegreen {
		background-color:#66cc66;
	border-collapse:collapse;
		 margin-left: auto;
    margin-right: auto;
	text-align: center;
	border: 2px solid black;
	padding:6px;
		}
		 .tablegreen td,th {
    border: 1px solid black;
    padding:10px;
		 }
.tableorange {
		background-color:#ff6600;
	border-collapse:collapse;
		 margin-left: auto;
    margin-right: auto;
	text-align: center;
	border: 2px solid black;
	padding:6px;
		}
			 .tableorange td,th {
    border: 1px solid black;
    padding:10px;
		 }
		
.tableborder {
	border: 1px solid black;
	padding:6px;
}

.testList {
width: 100%;
align-self: center;
padding: 4px;

}
.testList td {
background-color: #444;
	
}
	.testListBG {
		width: 96%;
max-width: 950px;
	 padding: 2%;
    	background-color: #333;
        border-radius:10px;
}
  /* BOXES FOE LINKS AND MENU  ----------------------------------------------------------------------- */
	.floating-box {
    display: inline-block;
       color: white;
	   height:20px;
    text-decoration: none; 
   float:right;
       text-align: center;
	   font-size: 12px;
	  	  padding: 40px 10px;
		  min-width: 40px;
	z-index:2;
}
 .floating-box:hover {
    background-color: #359;
}
	.floating-box-fixed {
    display: inline-block;
       color: white;
	   height:20px;
    text-decoration: none; 
   float:right;
       text-align: center;
	   font-size: 12px;
	  	  padding: 40px 10px;
		  min-width: 40px;
	z-index:2;
}
 .floating-box-fixed:hover {
    background-color: #359;
}
.floating-box-Acc {
    display: inline-block;
       color: white;
	   font-weight: bold;
	   height:20px;
    text-decoration: none;
	 border-left:1px;
	 border-color:#666;
   float:right;
       text-align: center;
	   font-size: 12px;
	  	  padding: 40px 10px;
		  min-width: 40px;
	z-index:2;
}
 .floating-box-Acc:hover {
    background-color: #359;
}
	.floating-box-nav {
    display: none;
       color: white;
	  text-decoration: none; 
   float:right;
   padding:40px;
	z-index:2;
max-height: 100px;		
}
 .floating-box-nav:hover {
    background-color: #359;
}

/* for how does it work button */	
	.floating-box2 {
    display:block;
    text-decoration: none; 
	width: 80%;
   padding: 5% 10%;
   text-align: center;
   cursor:pointer;
   overflow:auto;
   background-color: #444;
     }
 .floating-box2:hover {
    background-color: #555;
	
}
/* for individual test boxes */	
	
   .floating-box3 {
    display: inline-block;
    text-decoration: none; 
   width: 98%;
   padding: 1%;
  }
 .floating-box3:hover {
    background-color: #555;
}
	.floating-box4 {
    display: inline-block;
       color: white;
	   height:20px;
    text-decoration: none; 
float: right;
       text-align: center;
	   font-size: 12px;
	  	  padding: 40px 20px;
		   background-color: #555555;
 	z-index:2;
}
 .floating-box4:hover {
    background-color: #375790;
}
.floating-text {
	 display: inline-block;
    text-decoration: none; 
   width: 48%;
   padding: 0% 1% 0% 1%;
   height:90px;
}
.dropdown-container {
   display: inline-block;
    float: right;
  }
.dropdown-content {
	top:100px;
    display:none;
    position: absolute;
    background-color: #248;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 6;
	right: 0;
}
.dropdown-content a {
    color: white;
	font-size: 12px;
    padding: 8px 16px;
    display: block;
    text-align: left;
}
.dropdown-content a:hover {background-color: #359;}
.dropdown-container:hover .dropdown-content  {
   display:inline-block;
}
@media screen and (max-width: 1100px){
.floating-box {
    display: none;
    }
.floating-box-nav {
    display: inline-block;
    }
}
	 /* ----------new box format----------------------------------------------- */	
.barGrey{
	width:98%;
	background-color:#222;
	padding:1%;
	}
.barGrey1{
	width:96%;
	background-color:#111;
	padding:2%;
	}
.barGrey2{
	width:96%;
	padding:2%;
background-color:#333;
	}
.barGrey3{
	width:96%;
	padding:2%;
background-color:#555;
	}
.barWhite{
	width:96%;
	padding:2%;
background-color:#fff;
	}
.barOverlay{
background: rgba(60, 60, 60, 0.9);
	width:96%;
	padding:2%;
}
.barOverlay2{
background: rgba(60, 60, 60, 0.9);
	width:96%;
	padding:0% 2% 0% 2%;
}
.spacer{
width: 100%;
	height:40px;
display: block;
}
.summaryBlock {
margin: auto;
	width:96%;
max-width: 1300px;
	border-spacing:2%;
	vertical-align: middle;
}
.row{
	display: table;
		margin: auto;
	width:98%;
	max-width: 1300px;
	border-spacing:4px 10px;
	}

 .columnL {
	 display: table-cell;
   padding: 0% 1%;
     width:48%;
 border-right:solid 1px #555555;
vertical-align: middle;
	}
 .columnR {
	 display: table-cell;
   padding: 0% 1%;
     width:48%;
	 vertical-align: middle;
	}
	.column-100 {
	 display: table-cell;
   padding: 3%;
     width:94%;
	vertical-align: middle;
	}
	.column-transparent {
	 display: table-cell;
   padding: 18px;
     width:40%;
	 background:url(/imagesGP/222_grey_90.png);	 
        border-radius:15px;
		vertical-align: top;
	}
	.column-transparent-100 {
	 display: table-cell;
   padding: 18px;
     width:100%;
	 background:url(/imagesGP/222_grey_90.png);	 
        border-radius:15px;
		vertical-align: top;
	}
	.row-white {
	display: table;
		margin: auto;
	width:94%;
	max-width: 1300px;
	border:5px;
	border-color:#000;
	
	}
	 .column-whiteL {
	 display: table-cell;
   padding: 15px;
     width:50%;
	 background-color:#fff;
	      vertical-align: middle;
		  border-right:solid 1px #999999;
	}
	 .column-whiteR {
	 display: table-cell;
   padding: 15px;
     width:50%;
	 background-color:#fff;
	      vertical-align: middle;
	}
	.books1, .books2, .KS3image{
display:inline;
}
.summaryOptional {}
@media (max-width:900px) {
    .books2, .summaryOptional {
display: none;
}
} 	
@media (max-width:800px) {
  .column,  .columnL, .columnR, .column-transparent, .column-whiteL, .column-whiteR {
        display: block;
        width: 98%;
		padding: 1%;
		margin: 3px 0px 3px 0px;
		align-self:center;
		border-right: 0px;
	      }
	.columnL, .column-whiteL { 
		border-bottom: solid 1px #555555;
	}
	h3{
	font-size: 16px;	
	}
	.spacer{
		height:30px;
	}
}    

 
  /* ------------------------------- */	
  
  .header2
   {
	   width:100%;
	   padding:10px;
	 	   border:none;
	   		 margin-left: auto;
    margin-right: auto;
	
	
 	  }
.header1
   {
	   width:100%;
	   padding:10px;
	 	   border:none;
	   		 margin-left: auto;
    margin-right: auto;
	background-color:#3355aa;
	opacity:0.80;
	 filter:alpha(opacity=80); /* For IE8 and earlier */
 	  }	 
	  
/* For BANNER HEADINGS */	  
	  
div#parent { position:relative; width:100%; min-height:100px; vertical-align:bottom; }
div#opacity1 { position:absolute; width:100%; min-height:100px; z-index:-1; background-color:#335599;	opacity:0.70;  filter:alpha(opacity=70); /* For IE8 and earlier */}
div#gglogo { z-index:2;  padding:10px; border:none; float:left; display: inline-block;}	
div#gglogo2 { z-index:2;  padding:10px; border:none; float:left; display: none; }	  
div#title { position:absolute;  z-index:2;  width:90%; border:none; text-align:center; margin-left: 10%; margin-right: auto;}	
div#links { position:absolute;  right: 0px; top:40px; height:20px; z-index:2; border:none;  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF;  float:right;}	
div#opacity2 { position:absolute; width:100%; height:100px; z-index:-1; background-color:#335599;	opacity:0.90;  filter:alpha(opacity=90); /* For IE8 and earlier */}
/* ____________________ */	
@media screen and (max-width: 630px){
div#gglogo {
display: none;
}
div#gglogo2 {
display: inline-block;
}
div#title {
width:50%;	
}

}
@media (max-width:600px) {
 #slideshow, .books1, .KS3image {
display: none;
}
} 
/* For loading warning */	
 #loading-div
    {
         width: 300px;
         height: 200px;
         background-color: #0c0b0b;
         text-align:center;
         position:absolute;
         left: 50%;
         top: 50%;
         margin-left:-150px;
         margin-top: -100px;
     }
	   #loading-div-background 
    {
        display:none;
        position:fixed;
        top:0;
        left:0;
        background:black;
        width:100%;
        height:100%;
     }
.tblLong { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height:2;
	text-align:left;
	background-color:#EEE;
		}
.tblShort { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height:2;
	text-align:center;
	background-color:#EEE;
		}
.tblHeadShort { width:50px; }	
.tblHeadLong { width:150px; }	
.overlay{
	background: rgba(180, 180, 180, 0.5);
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
}
.box{
    position:absolute;
    top:-1200px;
    left:15%;
    right:15%;
	max-width: 800px;
	margin:auto;
    background-color:#333;
    padding:20px;
    border:2px solid #ccc;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    -khtml-border-radius:20px;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index:101;
}
a.boxclose{
    float:right;   
    margin-top:0px;
    margin-right:0px;
    cursor:pointer;
}
@media screen and (max-width: 700px){
.box{
    left:0%;
    right:0%;
}
}
.rowBook{
	display: block;
		margin: auto;
		border-spacing:10px;
	width:96%;
	max-width: 1300px;
		  padding: 0px;
     background-color:#222;
     vertical-align: middle;
	}
	
	.rowBook2{
	display: table;
		margin: auto;
	width:98%;
	max-width: 1300px;
	border-spacing:10px 4px; 
	}

	.columnBook2 {
	 display: table-cell;
   padding: 4px;
     width:100%;
	    background-color:#222;
        vertical-align: middle;
	}
	.rowBook3{
	margin: auto;
		width:95%;
	max-width: 1300px;
	  background-color:#181818;
	border:1px solid #ddd;
	padding: 2px;
	vertical-align: middle;
	}
	
	.booksCell { align-content:center;
	width:31%;
}

@media (max-width:800px) {
    .booksCell {
display: none;
}
} 
@media (max-width:600px) {
    .rowBook2, .columnBook2, .booksCell2, #slideshow {
display: none;
}
} 