/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, hgroup, menu, nav, section, summary,
time, mark, audio, video, article {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

body {
      position: absolute;
      width: auto;
	max-width: 100%;
	  background-color: #ffffff;
	color: #333333;
    }
	.redtext {
	color: #ff0000;
	}
.clear {
	clear: all;
}
#social {
	background-color: #CCCCCC;
	text-align: left;
	padding: 10px;
	margin-bottom: 5px;
}
#social img {
	display: inline;
}
#surround {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 90%;
	margin: auto;
	box-sizing: border-box;
}
#logo {
	max-width: 100%;
	text-align: center;
	margin: 10px 0 10px 0;
}
#logo img {
max-width: 100%;
}
#logo a img {
	height: auto;
	max-height: 125px;
}
#products img {
	max-width: 100%;
}
#slideshow,
#slideshow2 {
	position: relative;
    width: auto;
	max-width: 100%;
	text-align:center;
}
@media only screen and (max-width: 300px) {
#slideshow {
	min-height: 300px;
    }
#slideshow2 {
	min-height: 440px;
    }
}
@media only screen and (min-width: 301px) and (max-width: 350px) {
#slideshow {
	min-height: 350px;
    }
#slideshow2 {
	min-height: 450px;
    }
}
@media only screen and (min-width: 351px) and (max-width: 400px) {
#slideshow {
	min-height: 390px;
    }
#slideshow2 {
	min-height: 450px;
    }
}
@media only screen and (min-width: 401px) and (max-width: 450px) {
#slideshow {
	min-height: 450px;
    }
#slideshow2 {
	min-height: 450px;
    }
}
@media only screen and (min-width: 451px) and (max-width: 500px) {
#slideshow {
	min-height: 450px;
    }
#slideshow2 {
	min-height: 450px;
    }
}
@media only screen and (min-width: 501px) {
#slideshow {
	min-height: 450px;
    }
#slideshow2 {
	min-height: 450px;
    }
}

#slideshow div,
#slideshow2 div {
	max-width: 100%;
}

#slideshow img,
#slideshow2 img {
	width: auto;
	height: auto;
	max-width: 100%;
}
#slideshow .parent,
#slideshow2 .parent {
	position: relative;
}
#slideshow .children,
#slideshow2 .children {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#surround h1 {
	font-size: 1.4em;
	color: #333333;
	text-decoration: none;
	margin-bottom: 10px;
}
#surround h2 {
	font-size: 1.2em;
	color: #333333;
	text-decoration: none;
	margin-bottom: 10px;
	font-weight: normal;
}

#surround p {
	margin: 0 0 10px 0;
	text-align: justify;
	font-size: 0.9em;;
}
#surround p.small {
	font-size: 0.8em;
	color: #333333;
	margin: 0 0 10px 0;
	text-align: justify;
}
#surround ul {
	margin-left: 30px;
	margin-bottom: 10px;
	max-width: 90%;
	list-style-type: disc;
}
#surround ol {
	margin-left: 30px;
	margin-bottom: 10px;
	max-width: 90%;
}
#surround li {
	padding-bottom: 5px;
	line-height: 1.2em;
}
#surround ol {
	margin-left: 20px;
	margin-bottom: 10px;
	list-style: none;

}
strong {
	font-weight: bolder;
}
#logos img {
	display: inline-block;
}
#logos {
	text-align: center;
	margin-top: 20px;
}
#easterbox {
	border: 1px solid #333333;
	background-color:#9999CC;
	text-align:center;
	margin: 0 0 10px 0;
	padding: 10px;
}
#easterbox a {
	color:#FFFFFF;
	font-size: 130%;
	text-decoration: none;
}
#easterbox a:hover {
	color: #000000;
}
#easterbox .small {
	font-size: 10px;
	color:#FFFFFF;
}
.sale {
	font-size: 110%;
	color: #FF0000;
}

#prices {
	width: 100%;
	max-width: 500px;
	margin-bottom: 15px;
}
.prices,
.pricesr {
	font-size: 110%;
	vertical-align: top;
	padding-bottom: 4px;
}
.pricesr {
	white-space: nowrap;
}
#surround p a,
.bullet a,
#surround ul li a {
	color: #A01023;
	text-decoration: none;
	font-weight: bold;
}
#surround p a:hover,
.bullet a:hover,
#surround ul li a:hover {
	color: #ff9900;
	text-decoration: none;
}
#surround .headblock {
	background-color: #666666;
	color: #FFFFFF;
	padding: 5px;
	margin-bottom: 10px;
}

#address {
	background-color: #CCCCCC;
	padding: 10px;
	width: auto;
}
.address {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#address a {
	color: #990000;
	text-decoration: none;
}
#address a:hover {
	color: #ffffff;
	text-decoration: none;
}
#products {
	width: 100%;
	text-align: center;
}
#products p {
	text-align: center;
	margin: 5px 0 20px 0;
}
.footer {
	color: #999999;
	text-decoration: none;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 10px 40px 10px;
	text-align: center;
}
.sleepyfrog {
	color: #999999;
	text-decoration: none;
}
.sleepyfrog:hover {
	color: #333333;
	text-decoration: none;
}
/*NAVIGATION*/
#NavWrapper ol, ul {
    list-style: none;
	width: 100%;
}

#NavWrapper { /* height of mobile MENU heading */
    background: #1c1c1c;
    padding: 15px 20px;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
}
a.to_nav {
    float: right;
    color: #ffffff;
    background: #4e4e4e;
    text-decoration: none;
    padding: 0 10px;
    font-size: 150%;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

a.to_nav:hover,
a.to_nav:focus {
    color: #ffffff;
    background: #990000;
}
#main-nav h1 {
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #333333;
	padding: 10px;
	margin-top: 20px;
}
#main-nav h2 {
	font-size: 130%;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #333333;
	padding: 5px;
}
#main-nav ul {
    list-style: none;
	margin-bottom: 20px;
}
#main-nav ul li {
	background-color:#666666;
	padding: 10px;
	border-bottom: 1px solid #cccccc;
}
#main-nav ul li a {
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}
#main-nav ul li:hover {
	background-color: #990000;
}
#home #main-nav ul li.home,
#training #main-nav ul li.training,
#application #main-nav ul li.application,
#employers #main-nav ul li.employers,
#schools #main-nav ul li.schools,
#contact #main-nav ul li.contact,
#news #main-nav ul li.news,
#equal #main-nav ul li.equal,
#test #main-nav ul li.test,
#team #main-nav ul li.team {
	background-color: #990000;
}

.subhead1 {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #A01023;
	font-size: 100%;
}
.bullet {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 90%;
	padding-bottom: 2px;
}

label {
	font-weight: normal;
	color: #666666;
}
input,
select
 {
  width: 90%;
  font-size: 18px;
  padding: 5px;
	color: #333333;
	margin: 4px 0 15px 0;
}
.floatleft {
	float: left;
	width: auto;
	margin-right: 10px;
}
.checks {
  width: 100%;
}
textarea {
  padding: 5px;
  width: 90%;
  height: 200px;
  font-size: 18px;
	color: #333333;
	  font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
	margin: 4px 0 15px 0;
}
.button {
  background: #ed5c5c;
  background-image: -webkit-linear-gradient(top, #ed5c5c, #990000);
  background-image: -moz-linear-gradient(top, #ed5c5c, #990000);
  background-image: -ms-linear-gradient(top, #ed5c5c, #990000);
  background-image: -o-linear-gradient(top, #ed5c5c, #990000);
  background-image: linear-gradient(to bottom, #ed5c5c, #990000);
  -webkit-border-radius: 13;
  -moz-border-radius: 13;
  border-radius: 13px;
  color: #ffffff;
  font-size: 20px;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  margin: 10px 0 10px 0;
}

.button:hover {
  background: #414242;
  background-image: -webkit-linear-gradient(top, #666666, #000000);
  background-image: -moz-linear-gradient(top, #666666, #000000);
  background-image: -ms-linear-gradient(top, #666666, #000000);
  background-image: -o-linear-gradient(top, #666666, #000000);
  background-image: linear-gradient(to bottom, #666666, #000000);
  text-decoration: none;
}
.datesblock {
	background-color: #ffffff;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch;
	box-sizing: border-box;
	margin-top: 10px;
}
.datesblock div {
line-height: 1.5em;
}

.team {
	display: flex;
	flex-direction: row;
	justify-content: Space-between;
	align-content: stretch;
	align-items: stretch;
	flex-wrap: wrap;
	max-width: 100%;
	box-sizing: border-box;
}
.teamblock {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	box-sizing: border-box;
	width: 100%;
}
.teamimg {
	margin: 0 5px;
	text-align: center;
	width: 100%;
}
.teamimg img {
	max-width: 200px;
	margin: auto;
}
.teamtext {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 90%;
}
.teamtext p {
	font-weight: bold;
	padding-top: 5px;
	margin: auto;
	text-align: center;
}
.teamtext ul {
	margin: 0;
}
.teamtext ul li {
	padding-bottom: 6px;
	list-style-type: none;
	width: 90%;
	margin: 0;
}

.Mtext {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 1em;
	font-weight: normal;
}
.dates, .rates {
	margin-bottom: 20px;
}
.dates td {
	padding: 0 10px;
}
.smalltext, .smallMobtext {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 0.8em;
}
.rates {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.rates td {
	padding: 2px 10px;
	border-bottom: 1px solid #ccc;
}

.center {
	text-align: center;
}.pconly {
	visibility: hidden;
	display: none;
}