@charset "utf-8";


body {
	background-color: #e8e7e7;
}


  .clearfix:before,
    .clearfix:after{
    display: table;
    content: " ";
}
    .clearfix:after{
    clear: both;
}

.embed-container { position: relative; padding-bottom: 86.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.footer-p {text-align:center}

/*FORM*/
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Raleway", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  margin: 10px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}
/* end of form*/


.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 7px 24px;
    border: 1px solid #31669e;
    border-radius: 8px;
    background: #4fa6ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#4fa6ff), to(#31669e));
    background: -moz-linear-gradient(top, #4fa6ff, #31669e);
    background: linear-gradient(to bottom, #4fa6ff, #31669e);
    text-shadow: #1f4063 1px 1px 1px;
    font: normal normal bold 18px arial;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase
}
.button:hover {
    border: 1px solid #3d80c5;
    background: #5fc7ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#5fc7ff), to(#3b7abe));
    background: -moz-linear-gradient(top, #5fc7ff, #3b7abe);
    background: linear-gradient(to bottom, #5fc7ff, #3b7abe);
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase
}
.button:active {
    background: #31669e;
    background: -webkit-gradient(linear, left top, left bottom, from(#31669e), to(#31669e));
    background: -moz-linear-gradient(top, #31669e, #31669e);
    background: linear-gradient(to bottom, #31669e, #31669e);
    text-transform: uppercase
}
.button:focus {
    text-transform: uppercase
}


footer {color:#333; padding: 0 0px;display:block;}

/** PROJECT SPECIFIC CSS**/

/* BASICS
NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */

html {background-color: #FFF; /* white */

  font-size: 62.5%; }
body {	
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
   /* font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: 'Open Sans', sans-serif;
 /* color: #FFF;  white */
  margin:0 0 0 0}
  
/** Container **/
.one-half-border.column {padding: 5px 10px 5px 20px;border-style: solid;
    border-width: 10px; border-color:#2677B5}
	.one-half-border-light.column {padding: 5px 10px 5px 20px;border-style: solid;
    border-width: 10px; border-color:#2c92d1}
	
	.nine-border.columns {padding: 5px 10px 5px 20px;border-style: solid;
    border-width: 10px; border-color:#2677B5}
	.nine-border-light.column {padding: 5px 10px 5px 20px;border-style: solid;
    border-width: 10px; border-color:#2c92d1}
		.three-border.columns {padding: 5px 10px 5px 20px;border-style: solid;
    border-width: 10px; border-color:#2677B5}
	.three-border-light.column {padding: 5px 10px 5px 20px;border-style: solid;
    border-width: 10px; border-color:#2c92d1}

.main-container {background-color: #FFF;/* white */
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;/*overflow:auto;   works but cant edit*/
/*  padding: 0 20px;*/
  box-sizing: border-box; box-shadow: 12px 0 15px -4px #CCC, -12px 0 8px -4px #CCC /* grey */;}
  

/*  .row {padding:20px 20px 0 20px} too many different uses */
  

#footer-everybodymatters {
    clear: both;
    font-size: 24px;
    letter-spacing: 3px;
    padding-bottom: 20px;
    text-align: center;
    word-spacing: 6px;
}

#footer-everybodymatters p strong {
    color: #0367ba;
}
/*	  #header-info-mobile {
    display:none ; }*/
	

  /* For devices larger than 1000px */
	@media (min-width: 1024px) {
  .main-container {
    width:100%; }
	
	}
	
/*	@media (max-width: 1024px) {
	.hide-tablet {display:none}
	}
	

		@media (max-width: 768px) {
  #header-info-desktop {
    display:none }
  #header-info-mobile {
    display:inline-block }

	}*/
	
	
	
	
	
	
	
	


/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*#header {background-image:url(../images/skin/header.jpg); width:100%} */
header {background:#FFF;  /* white */display:block; /*background-image:url(../images/skin/info-background.jpg);*/   background-position: right;	background-repeat: no-repeat;}

#header img {
    max-height: 92px;
}

/*
@media (max-width: 1024px){
header {background-image:url(../images/skin/info-background-tablet.jpg); }}

@media (max-width: 768px){
header {background-image:url(../images/skin/info-background-tablet.jpg); }}

@media (max-width: 420){
header {background-image:url(../images/skin/info-background-tablet.jpg); }}*/
#header-telephone {
    background-color:#1b2c5e;
    color: #ffffff;
    font-size: 1.4em;
    letter-spacing: 3px;	
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);max-height: 60px
}
#header-telephone p {
    font-weight: 700;
	margin-top:12.7%;
	margin-left:8.5%; white-space:nowrap;
   
   color: #fff;
}


#header-telephone p a {
    color: #fff;
    text-decoration: none;
}
.frontpage-title {
    font-style: italic;
    font-weight: 300;
    text-align: center;

}
.frontpage-statement {
    font-style: italic;
    font-weight: 300;
    text-align: center;
    font-size: 1.4em;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 10px; line-height:1.4 !important;
}

.row-border { padding: 10px 0px 0 30px; border-style: solid;
    border-width: 10px; border-color:#2677B5;}


@media (max-width: 768px) { #header-telephone {   
    font-size: 1em;  
}


.frontpage-statement {   
    font-size: 1.3em;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px; line-height:1.4 !important;
}}

@media (max-width: 600px) {	
	#header-telephone {   
    font-size: 0.8em;  
}}


@media (max-width: 550px) {
.frontpage-statement {
    font-style: italic;
    font-weight: 300;
    text-align: center;
    font-size: 1.2em;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px; line-height:1.4 !important;
}
#header-telephone {   
    font-size: 1.2em;  
}
#header-telephone p {
    font-weight: 700;
	margin-top:0%;
	margin-left:0%; white-space:nowrap;}

.one-half-border.column {padding: 5px 10px 5px 20px;border-style:none}


}
@media (min-width: 550px) { }

@media (max-width: 420px) { 
.frontpage-statement {
    font-style: italic;
    font-size: 1.1em;

}}
/*#header-info-mobile { padding: 0px 0px 0 20px; text-align:center; background-color:#FFFinfo box background */  
/*#header-info {float:right;  padding: 20px 40px 20px 20px; margin-right:20px;text-align:center;  background-color:#FFFinfo box background  }
#header-info { background-image: url(../images/skin/info-background.jpg); background-size: contain; width 397px; height:150px}
*/
/*@media (max-width: 550px){
#header-info {float:right;  padding: 0px 20px 0px 20px; margin-right:0px;text-align:center;  background-color:#FFFinfo box background  }
}*/
	
/* content
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#content { padding-left:20px;padding-right:20px}

main {padding: 15px 15px;}



/* images
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.fullwidth-img {width:100%;}
.footer-img {width:90%; max-width:350px}
.exams {max-width:60%;  text-align:center}
.footer-map {width:80%;}
.team-img {width:30%; min-width:150px;max-width:150px;display: block; 
    margin-left: auto;
    margin-right: auto}
.logo-img {width:100%; display:block; max-height: 84px; max-width:625px; margin:auto}

#logo {border: 10px solid #686c78;
       padding-top: 3px;
    padding-bottom: 5px;
    text-align: center;
	background-color:#1b2c5e}



/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	color:#1b2c5e;/* headers colour */
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 2.2rem; line-height: 1.2;  letter-spacing: -.1rem; text-align: center; font-weight:600}
h2 { font-size: 2.0rem; line-height: 1.25; letter-spacing: -.1rem;text-align: center;  }
h3 { font-size: 2.0rem; line-height: 1.3;  letter-spacing: -.1rem;text-align: center; }
h4 { font-size: 1.8rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.6rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet
@media (min-width: 550px) {
  h1 { font-size: 3.4rem; }
  h2 { font-size: 3.4rem; }
  h3 { font-size: 2.0rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
} */


p {
  margin-top: 0;color:#000;/* text colour */ }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #333; }
a:hover {
  color: #060; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; 
}}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  }

.one.column {padding: 5px 0px 5px 20px;}
.two.columns {padding: 5px 0px 5px 20px;}
.three.columns {padding: 5px 0px 5px 20px;}
.four.columns {padding: 5px 7px 5px 20px;}
.five.columns {padding: 5px 0px 5px 20px;}
.six.columns {padding: 5px 0px 5px 20px;}
.seven.columns {padding: 5px 0px 5px 20px;}
.eight.columns {padding: 5px 0px 5px 20px;}
.nine.columns {padding: 5px 0px 5px 20px;}
.ten.columns {padding: 5px 0px 5px 20px;}
.eleven.columns {padding: 5px 0px 5px 20px;}
.twelve.columns {padding: 5px 0px 5px 20px;}
.twelve-border {padding: 5px 10px 5px 20px;border-style: solid;
    border-width: 10px; border-color:#2677B5}
	.twelve-border-light {padding: 5px 10px 5px 20px;border-style: solid;
    border-width: 10px; border-color:#2c92d1}

.one-half.column {padding: 5px 10px 5px 20px;}

.one-third.column {padding: 5px 0px 5px 20px;}
.two-thirds.column {padding: 5px 0px 5px 20px;}

/**
#feature { margin-left: 2%; }


@media (max-width: 500px) {
#feature  {  width: 100%;} 

}
@media (max-width: 420px) {
#feature {  width: 95%;}
}


.full-width-img{width:100%}**/



/**
#wrapper {
background-image: url(../images/background.png);
background-repeat: repeat-y;  Repeats the image vertically **/
/**	background-position: center; /** Centers the Background image 
	
	
	position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box; }**/


/*GENERAL LINKS BEHAVIOUR
a:link, a:visited {color:#000; text-decoration:none}
a:hover, a:active{color:#000; text-decoration:underline}*/

/*SPECIFIC LINKS BEHAVIOUR
.navbar a:link {color:#FFF}
.navbar a:visited {color: #FFF}
.navbar a:hover {color: #FFF; text-decoration:underline}
.navbar a:active {color: #FFF}

@media (max-width: 844px) { 
#header-telephone {   
    font-size: 1.2em;  	margin-top:0%;
	margin-left:0%;
}
}*/