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

/*
Old colours
Dark Blue #4658A0
Blue #829CCE
Red #AD332F



New colours
Dark Blue #242D8C
Blue #829CCE
Red #AD332F


-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;

-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);

font-family: 'Public Sans', sans-serif;



*/

body {
	background: #829CCE;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Nunito Sans', sans-serif;
}

a img {
	border: none;	
}

a:focus {
outline: none;
}

hr {
	border: none;
	border-top: 1px solid white;
	margin: 40px 0 40px 0;
}

hr.dotted {
	border: none;
	border-top: 2px dotted #282828;	
	margin: 20px 0 20px 0;
}

#headerBackground {
	float: left;
	width: 100%;	
	background-color: #242D8C;
}

header {
	margin: 0 auto;
	width: 1200px;	
}

#logo { 
	float: left;
	margin: 37px 0 37px 0;
}

#logo img { 
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#logo:hover {
	cursor: pointer;	
	opacity: .9;
}


/*Top Bar*/


#topBarBackground {
	float: left;
	width: 100%;
	padding: 3px 0 7px 0;
	background-color: #242D8C;
	border-bottom: 1px solid white;
}

#topBar {
	margin: 0 auto;
	width: 1200px;	
	text-align: center;
}

#topBar ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topBar li {
	color: white;
	line-height: 28px;
	font-size: 105%;
	display: inline;
	margin-left: 17px;
	padding-top: 3px;
}

#topBar li a {
	color: white;
	text-decoration: none;
}

#topBar li a:hover {
	color: white;
	text-decoration: underline;
}

#topBar li i.fab {
	font-size: 130%;
	padding-top: 5px;
	color: white;
	margin: 0 5px 0 5px;
}

#topBar li i.fab:hover {
	color: white;
}

#topBar li i.fas {
	font-size: 130%;
	padding-top: 5px;
	color: white;
}

#topBar p {
	color: white;
	font-size: 125%;
	padding: 7px 0 0 0;
	margin: 0;
	font-weight: 700;
}

#topBar p a {
	color: white;
	text-decoration: none;
	font-weight: 900;
}

#topBar p a:hover {
	color: white;
	text-decoration: underline;
}



/*Contact Header*/

#contactHeader {
	float: right;
	margin-top: 30px;
}

#contactHeader ul {
	float: right;
	padding: 0;
	margin: 0;
}

#contactHeader li {
	padding: 0;
	margin: 0;
	display: block;
	color: white;
	text-transform: uppercase;
	line-height: 35px;
	font-weight: 900;
	text-align: right;
}

#contactHeader li.call {
	font-size: 120%;
}

#contactHeader li a {
	color: white;
	text-decoration: none;
}

#contactHeader li.callOut span {
	background-color: white;
	color: #829CCE;
	border-radius: 20px;
	padding: 4px 15px 4px 15px;
	text-decoration: none;
	font-size: 90%;
	margin-bottom: 7px;
}

#contactHeader li.emergency span {
	background-color: #AD332F;
	color: white;
	border-radius: 20px;
	padding: 4px 15px 4px 15px;
	text-decoration: none;
}

/*										Nav								*/

nav {
	float: right;
	margin-top: -60px;
	text-align: center;
	clear: both;
	z-index: 10;
}

nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

nav li {
	display: inline;
	color: #829CCE;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 100%;
	text-transform: uppercase;
	font-weight: bold;
}

nav li a {
	color: #829CCE;
	text-decoration: none;
	margin: 0 0 0 25px;
}

nav li:first-child a {
	margin: 0;
}

nav li a:hover {
	color: white;
	text-decoration: none;
}

nav li a.active {
	color: white;
	text-decoration: none;
}


nav li a.donate {
	background-color: #f1a83a;
	color: white;
	padding: 5px 10px 5px 10px;
	border-radius: 20px;
	text-decoration: none;
}

nav li a.donate:hover {
	background-color: #4a95e6;
	color: white;
	text-decoration: none;
}



nav ul.dropdown  { 
	position: relative; 
	padding-left: 0;
}

nav ul.dropdown ul { 
	visibility: hidden; 
	position: absolute; 
	top: -6px; 
	left: 20px; 
	text-align: left;
	background-color: #73be55;
	border-radius: 20px;
	padding-left: 18px;
	min-width: 260px;
	padding: 10px;
	margin: 0;
	z-index: 1000;
}

nav ul.dropdown ul.sub_menu {
	margin-top: 24px;	
}

nav ul.dropdown ul li {
	margin-left: 0;
	display: block;
	margin-bottom: 5px;
	float: none;
	border-right: 0;
	padding-bottom: 0;
	padding-top: 5px;
	margin-right: 0;
	font-size: 100%;
	color: white;
	line-height: 20px;
	text-transform: none;
}


nav ul.dropdown ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

nav ul.dropdown ul li a {
	margin-left: 0;
	border: none;
	width: 100%;
	float: none;
	padding: 5px;
	color: white;
	text-decoration: none;
	border-radius: 0;
}

nav ul.dropdown ul li a:hover {
	color: #414042;
	text-decoration: none;
	border: none;
	border-radius: 0;
}



/*Mobile Menu*/

#accordionSection {
	float: left;
	display: none;
	text-align: left;
}

.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	color: white;	
	padding: 6px 0 10px 0;
	margin:0;
	font-weight: normal;
	font-size: 120%;
}

.accordionButton h4 span {
	margin: 5px 0 0 5px;
	color: white;
}

.accordionButton:hover h4 span {
	color: #242D8C;
	cursor: pointer;
}
.accordionContent {
	float: left;
}

.accordionContent ul {
	float: left;
	list-style-type: none;
	padding: 0 0 10px 0;
	text-align: left;
	margin: 0;
}

#accordionSection .accordionContent li {
	display: block;
	font-size: 100%;
	margin: 0;
	padding: 0;
	line-height: 36px;
	color: white;
	float: none;
	text-align: left;
}

#accordionSection .accordionContent li a {
	float: none;
	color: white;
	border: none;
	text-align: left;
	margin: 0;
	border-bottom: none;
	padding: 5px 0 0 0;
}

#accordionSection .accordionContent li a:hover {
	border: none;
	color: #242D8C;
	text-decoration: none;
}

#accordionSection .accordionContent li a.active {
	border: none;
	color: #242D8C;
	text-decoration: none;
}

#accordionSection .accordionContent li a.donate {
	padding: 5px;
	color: white;
}


#accordionSection .accordionContent li.subNav {
	margin-left: 15px;
	line-height: 32px;
}

/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: #242D8C;
	padding: 5px 0 10px 0;
	font-weight: 100;
	border-top: 1px solid white;
}

footer {
	width: 1200px;
	margin: 0 auto;
	padding: 6px 0 3px 0;
}

footer h2 {
	color: white;
	font-size: 160%;
	line-height: 23px;
	text-align: center;
}

footer h2 a {
	color: white;
	font-size: 170%;
	text-decoration: none;
}

footer h2 a:hover {
	color: white;
	text-decoration: none;
}

footer p {
	color: white;
	font-size: 80%;
	line-height: 23px;
	margin: 0 0 3px 0;
}

footer hr {
	border: none;
	border-top: 1px solid white;	
	margin: 10px 0 10px 0;
}
	
footer p a {
	text-decoration: none;
	color: white;
}

footer p a:hover {
	text-decoration: underline;
	color: white;
}

#copyRight {
	float: right;	
}

#copyLeft {
	float: left;	
}


/*Contact Area*/

#contactOuter {
	float: left;
	width: 100%;	
	background-color: #242D8C;
	padding: 20px 0 10px 0;
	text-align: left;
	z-index: 10000;
}

#contactInner {
	margin: 0 auto;
	width: 1200px;	
}

.contactBox {
	float: left;
	width: 48%;	
	margin-right:0;
	padding: 15px 0 15px 0;
}

.contactBox.lastContactBox {
	float: right;
	margin-right: 0;
	border-right: 0;
	text-align: right;
}

#contactInner h2 {
	color: white;
	font-size: 120%;
	margin-top: 0;
	padding-bottom: 10px;
	font-weight: 900;
}

#contactInner h2.headerTwo {
	color: white;
	font-size: 115%;
	margin-top: 0;
	text-transform: uppercase;
	padding: 15px 0 0 0;
}

#contactInner p {
	color: white; 
	line-height: 12px;
	font-size: 95%;
}

#contactInner p a {
	color: white; 
	text-decoration: none;
}

#contactInner p a:hover {
	color: #63bad7; 
	text-decoration: none;
}


#contactInner ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	color: white;
}

#contactInner li {
	color: white; 
	line-height: 27px;
	font-size: 100%;
	font-weight: 700;
	display: block;
}


#contactInner i.fab {
	color: white;
	font-size: 220%;
	text-decoration: none;
	border: none;
	margin-right: 5px;
	margin-top: -10px;
}

#contactInner i.fab:hover {
	color: #829CCE;
	text-decoration: none;
	border: none;
}

#contactInner a {
	text-decoration: none;
	border: none;
}

#contactInner li.phone {
	background-image: url(images/phone.png);
	background-size: 25px 18px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 30px;
}	

#contactInner li.email {
	background-image: url(images/email.png);
	background-size: 30px 17px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 35px;
}

#contactInner li a {
	color: white; 
	text-decoration: none;
}

#contactInner li a:hover {
	color: white; 
	text-decoration: underline;
}

#contactInner img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	margin-top: 40px;
}




/*										Banner								*/

#bannerOuter.bathroomBanner {
	height: 400px;
	background: url("images/bathroom-banner.jpg") no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   background-attachment: scroll;
   margin-bottom:0;
}

#bannerOuter.plumbingBanner {
	height: 400px;
	background: url("images/plumber-banner.jpg") no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   background-attachment: scroll;
   margin-bottom:0;
}

#bannerOuter.refurbBanner {
	height: 400px;
	background: url("images/refurbbanner.jpg") no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   background-attachment: scroll;
   margin-bottom:0;
}


#bannerOuter {
	float: left;
	width: 100%;
	height: 550px;
	background: url("images/new-boiler-north-london.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}


#bannerOuter1 {
	opacity: 0;
	width: 100%;
	height: 550px;
	position: absolute;
	z-index: 10;
	background: url("images/new-bathroom-north-london.jpg") no-repeat center center fixed; 
  	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment: scroll;
	webkit-animation: fadein ease-in 2s; 
	-webkit-animation-delay: 5s;
    -moz-animation: fadein ease-in 2s; 
    -ms-animation: fadein ease-in 2s; 
    -o-animation: fadein ease-in 2s; 
    animation: fadein ease-in 2s;
	animation-delay: 5s;
	-webkit-animation-fill-mode: forwards;
}

#bannerOuter2 {
	opacity: 0;
	width: 100%;
	height: 550px;
	position: absolute;
	z-index: 12;
	background: url("images/plumbing-expert-north-london.jpg") no-repeat center center fixed; 
  	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment: scroll;
	webkit-animation: fadein ease-in 2s; 
	-webkit-animation-delay: 15s;
    -moz-animation: fadein ease-in 2s; 
    -ms-animation: fadein ease-in 2s; 
    -o-animation: fadein ease-in 2s; 
    animation: fadein ease-in 2s;
	animation-delay: 15s;
	-webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}

@keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}


/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



#bannerInner {
	margin: 0 auto;
	width: 1200px;
	position: relative;
	height: 550px;
}

#bannerInner img {
	width: 100%;
	height: auto;
}

#bannerInner img.mobileImage {
	display: none;
}

#bannerSlogan {
	position: absolute;
	top: 40%;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	left: 0;
	z-index: 20;
}

#bannerBox {
	float: right;
	margin-right: 20px;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,.8);
	border-radius: 20px;
}

#bannerSlogan p {
	color: #4a95e6;
	font-size: 120%;
	margin: 0 0 0 0;
	padding: 0; 
	font-weight: bold;
	line-height: 32px;
}

#bannerSlogan h1 {
	color: #000000;
	font-size: 240%;
	margin: 0 0 0 0;
	padding: 0; 
}



/*										Main Body						*/


#mainBodyHome {
	float: left;
	width: 100%;
	padding: 25px 0 25px 0;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	padding: 25px 0 25px 0;
}


#mainBody {
	margin: 0 auto;
	width: 1200px;	
}

/*#mainBodyHome #mainBody h1 {
	font-size: 120%;
	background-color: #073d64;
	color: white;
	font-weight: bold;
	text-align: center;
	margin: 0 0 25px 0;
	padding: 25px 0 25px 0;
	text-transform: uppercase;
}*/

#mainBody h1 {
	font-size: 140%;
	color: white;
	font-weight: 900;
	text-transform: uppercase;
}

#mainBody h2 {
	font-size: 130%;
	color: white;
	font-weight: 900;
}

#mainBody h3 {
	color: white;
	font-size: 220%;
	font-weight: 900;
	font-style: italic;
	text-align: center;
}

#mainBodyOuter h3 {
	color: #242D8C;
	font-size: 150%;
	font-weight: 900;
	text-align: left;
}


#mainBody h3 a {
	color: white;
	text-decoration: none;
}

#mainBody h3 a:hover {
	color: white;
	text-decoration: underline;
}

#mainBody p {
	font-size: 100%;
	line-height: 26px;
	color: white;
	font-weight: 700;
}

#mainBody p span.square {
	padding: 5px;
	margin-right: 10px;
	background-color: #4d29b7;
	color: white;
	border-radius: 20px;
}

#mainBody p span.highlightHeader {
	padding: 5px;
	background-color: #4d29b7;
	color: white;
	border-radius: 20px;
}

#mainBody p b {
	color: white;
	font-weight: 900;
}	

#mainBody p a {
	color: white;
	text-decoration: underline;
}

#mainBody p a:hover {
	color: #242D8C;
	text-decoration: none;
}

#mainBody li {
	font-size: 100%;
	line-height: 30px;
	color: white;
	font-weight: 700;
}

#mainBody ol li {
	font-size: 70%;
}

#mainBody li b {
	font-weight: 900;
	color: white;
}

#mainBody li a {
	color: #242D8C;
	text-decoration: underline;
}

#mainBody li a:hover {
	color: #242D8C;
	text-decoration: none;
}


#mainBody img {
	max-width: 100%;
	height: auto;
}	

#mainBody img.rightImage {
	float: right;
	margin: 10px 0 10px 30px;
	max-width: 100%;
	height: auto;
	border-radius: 20px;
}	

#mainBody img.leftImage {
	float: left;
	margin: 0 20px 20px 0;
	max-width: 100%;
	height: auto;
}	


#mainServices {
	background-color: #f56218;
	width: 100%;
	text-align: center;
	padding: 5px 0 5px 0;
}

#mainServices ul {
	list-style-type: none;
	padding: 0;
}

#mainServices li {
	color: white;
	font-size: 120%;
	line-height: 35px;
}

#mainBody p.findMore {
	padding: 10px 0 10px 0;
}

#mainBody p.findMore a {
	color: #242D8C;
	padding: 5px 20px 5px 20px;
	background-color: white;
	text-decoration: none;
	text-align: center;
	border-radius: 20px;
	font-weight: 900;
	font-size: 120%;
	text-transform: uppercase;
}

#mainBody p.findMore a:hover {
	background-color: #242D8C;
	color: white;
	text-decoration: none;
}

#mainBody ul.pointersList {
	list-style-type: none;
	padding-left: 0;
	display: table;
    width: 100%;
}

#mainBody ul.pointersList li {
	font-size: 110%;
	line-height: 55px;
	color: #282828;
	font-weight: normal;
	text-align: center;
	margin-right: 45px;
	list-style-type: none;
    display: table-cell;
}

#mainBody ul.pointersList li img {
	margin-bottom: -15px;
}

#mainBody ul.pointersList li span {
	margin-top: 6px;
	float: left;
}

#mainBody ul.pointersList li i.fas {
	font-size: 230%;
	color: #b2c548;
	margin-right: 7px;
	float: left;
}




#mainBodyOuter.radiator {
	background: url("images/radiator-services-chislehurst3.png") center;
	background-size: cover;
	padding: 100px 0 350px 0;
	padding-left: 17%;
	box-sizing: border-box;
}


#mainBodyOuter.radiator h1 {
	color: #242D8C;
}

#mainBodyOuter.radiator p {
	color: #242D8C;
}

#mainBodyOuter.radiator li {
	color: #242D8C;
}

img.radiatorImage {
	display: none;
	max-width: 100%;
	height: auto;
}					 



/*Latest Projects */


#latestProjectsOuter {
	float: left;
	width: 100%;
	padding: 20px 0 20px 0;
}

#latestProjects {
	margin: 0 auto;
	width: 1200px;	
}

#latestProjects h2 {
	color: #4d7b3c;
	font-size: 130%;
	font-weight: bold;
}


/*										Timetable			*/


#timetableSection {
	float: left;
	width: 100%;
	height: 400px;
	background: url("images/yoga-southend.jpg") center;
	background-size: cover;
	margin: 10px 0 10px 0;
}

#timetableInner {
	margin: 0 auto;
	width: 1200px;	
}

#timetableInner h2 {
	color: white;
	font-size: 150%;
	font-weight: normal;
	float: right;
	margin-top: 195px;
	text-transform: uppercase;
}

#timetableInner h2 span a {
	padding: 5px;
	background-color: #205163;
	color: #bb9530;
	text-decoration: none;
	margin-left: 10px;
}

#timetableInner h2 span a:hover {
	background-color: #bb9530;
	color: #205163;
	text-decoration: none;
}

/*											Contact Form 									*/

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 40%;
	margin-bottom: 20px;
	margin-top: 0;
}

#contactFormArea .error {
	float: left;
	font-size: 80%;
	color: red;
	margin: 10px 0 0 0;
	display: none;
}	

#contactFormArea .field {
	float: left;	
	width: 100%;
	margin-bottom: 15px;
}

#contactFormArea .submitField {
	float: left;
	width: 100%;	
}

#contactFormArea #submit.formButton {
	float: none;
	width: 100px;
	height: 40px;
	font-size: 100%;
	background-color: #242D8C;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	font-weight: 300;
}

#contactFormArea #submit.formButton:hover {
	background-color: white;
	color: #242D8C;
	cursor: pointer;
}

#contactFormArea label {
	font-size: 110%;
	color: white;
	font-weight: 700;
}	

#contactFormArea input {
	color: #282828;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: white;
	font-size: 80%;
	margin-top: 10px;
}

#contactFormArea textarea {
	color: #282828;	
	float: left;
	width: 100%;
	height: 120px;
	background-color: white;
	font-size: 80%;
	margin-top: 10px;
}




/*											Home Boxes									*/

#homeBoxes {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.homeBox {
	float: left;
	width: 23%;
	margin-right: 2.6%;
	text-align:center;
	box-sizing: border-box;
}

.homeBox.lastBox {
	float: right;
	margin-right: 0;
}

#homeBoxes .homeBox img {
	margin: 0;	
	max-width: 100%;
	height: auto;
	border-radius: 5px 5px 0 0;
	box-sizing: border-box;
}

#homeBoxes .homeBox h2 {
	text-align:center;
	padding: 7px 0 7px 0;
	margin: 0 0 0 0;
	margin-top: -7px;
	background-color: #73be55;
	color: white;
	font-size: 110%;
	border-radius: 0 0 5px 5px;
} 

#homeBoxes .homeBox:hover {
	cursor: pointer;
} 

#homeBoxes .homeBox:hover h2 {
	background-color: #4a95e6;
	color: white;
}


/*											Circle Boxes									*/

#circleBoxes {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
}

.circleBox {
	float: left;
	width: 19%;	
	margin-right: 1.2%;
	text-align: center;
	padding: 25px 0 10px 0;
}

.circleBox.lastCircleBox {
	float: right;
	margin-right: 0;
}

#circleBoxes .circleBox img {
	margin: 0;	
	max-width: 80%;
	height: auto;
}

#circleBoxes .circleBox h2 {
	color: #282828;
	font-size: 100%;
	font-weight: normal;
	text-align:center;
	padding: 7px 0 10px 0;
	margin: 0;
	border: none;
	line-height: 28px;
} 



/*											Tables 									*/

/*Table*/

table {
	border-collapse: collapse;
	display: block;
	overflow: scroll;
	margin-bottom: 25px;
	border: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}	

table tbody {
	border-radius: 20px;
}	

table th {
	background-color: #4d29b7;
	color: white !important;
	border: 1px solid black;
	padding: 10px;
	font-size: 100%;
}

table td {
	padding: 10px;	
	border: 1px solid black;
	font-size: 90%;
	background-color: white;
}

table td.highlighted {	
	background-color: #ffde34;
	color:#e93322 ;
	border: 1px solid black;
}





/* Benefits */

#benefits {
	float: right;
	background-color: white;
	margin: 0 0 20px 20px;
	border-radius: 20px;
}

#benefits h2 {
	background-color: #A279BA;
	color: white;
	margin: 0;
	padding: 10px;
	border-radius: 5px 5px 0 0;
}

#benefits li {
	line-height: 45px;
	background-image: url(images/tick.png);
	background-size: 35px 27px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: 90%;
	color: #A279BA;
	font-weight: bold;
}

#benefits ul {
	list-style-type: none;
	padding-left: 20px;
	padding-right: 20px;
}



/*Areas Box*/

#areas {
	float: right;
	background-color: #11099e;
	margin: 0 0 20px 20px;
}

#areas h2 {
	background-color: #02a63a;
	color: white;
	margin: 0;
	padding: 10px;
}

#areas ul {
	margin: 5px 0 5px 0;
	padding-right: 10px;
}

#areas li {
	color: white;
}




#mainBody ul.columnList {
	-moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}

#mainBody ul.columnList li {
	line-height: 32px;
	color: #A279BA;
	font-weight: bold;
}


#mainBody ul.columnListTwo {
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
	list-style-type: none;
}

#mainBody ul.columnListTwo li {
	color: black;
	font-weight: bold;
	font-size: 110% !important;
	line-height: 32px;
}

#mainBody .gallery a {
	text-decoration: none !important;
}

#mainBody .gallery a h2 {
	text-decoration: none !important;
}

#mainBody .gallery h2 {
	font-size: 90%;
	text-transform:  none;
	color: black;
	text-decoration: none !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 30px;
}

#mainBody .gallery h2 a {
	color:black;
	text-decoration: none !important;
}

#mainBody .gallery h2 a:hover {
	color: black;
	text-decoration: none !important;
}



/*Options*/

#optionSection {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#optionSection h2 {
	padding: 10px 0 10px 10px;
	margin: 0;
	color: white;
	border-bottom: 2px solid #ffde34;
	font-size: 110%;
}	

#optionSection h2 span {
	color: white !important;
	text-transform: none;
}

.optionButton {
	float: left;
	width: 100%;	
	margin: 0;
	padding: 0;
	background-color: #4d29b7;
	border-radius: 0;
}

.optionButton.on {
	cursor: pointer;
	background-color: #00298b;
}

.optionButton.over {
	cursor: pointer;
	background-color: #00298b;
}


.optionButton:hover {
	cursor: pointer;
	background-color: #00298b;
}

.optionButton.on h2 {
	color: white !important;
}

.optionButton.over h2 {
	color: white !important;
}


.optionButton:hover h2 {
	color: white !important;
}

.optionContent {
	float: left;
	width: 98%;
	padding: 1%;
	background-color: white;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	border-bottom: 1px dotted black;
	border-radius: 0 0 5px 5px;
}





/*Icons*/

#iconsBackground {
	float: left;
	width: 100%;	
	background-color: white;
	padding: 10px 0 15px 0;
}

#icons {
	margin: 0 auto;
	width: 1200px;	
}

#icons img {
	width: 100%;
	height: auto;
}


/*Team Box*/

.teamBox {
	float: left;
	width: 97%;
	padding: 1.5%;/*
	padding-bottom: 0;*/
	background-color: white;
	border-radius: 20px;
	margin-bottom: 20px;
}

.teamBox h4 {
	padding: 10px;
	margin: 0;
	border-radius: 20px;
	background-color: #FFC67E;
	color: white;
}



/*Standout*/

#standoutBox {
	float: left;
	width: 97%;
	padding: 1.5%;
	background-color: #4d7b3c;
	border-radius: 20px;
	margin: 20px 0 10px 0;
}

#standoutBox h2 {
	color: white;
}

#standoutBox p {
	color: white;
}

#standoutBox p a {
	color: white;
}

#standoutBox p a:hover {
	color: white;
}

#standoutBox li {
	color: white;
}

#standoutBox li a {
	color: white;
}

#standoutBox li a:hover {
	color: white;
}

#standoutBox ul.pointersList {
	list-style-type: none;
	padding-left: 0;
}

#standoutBox ul.pointersList li {
	font-size: 100%;
	line-height: 38px;
	color: white;
	font-weight: normal;
	display: inline-block;
	text-align: center;
	margin-right: 25px;
}

#standoutBox ul.pointersList li span {
	margin-top: 6px;
	float: left;
}

#standoutBox ul.pointersList li i.fas {
	font-size: 170%;
	color: #b2c548;
	margin-right: 7px;
	float: left;
}



/*Facebook Reviews*/

#facebookReviews {
	float: left;
	width: 100%;	
	margin-top: 25px;
}

.facebookReview {
	float: left;
	width: 49%;	
}

.facebookReviewRight {
	float: right;
	width: 49%;	
}



#return-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
	background-color: white;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 3000;
	border-radius: 20px;
}

#return-to-top i {
    color: #242D8C;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
	background-color: #242D8C;
}

#return-to-top:hover i {
    color: white;
    top: 5px;
}



/*Hightlight Boxes*/

.highlightBoxOne {
	float: left;
	width: 100%;
	padding: 30px;
	background-color: #eeeeef;	 box-sizing: border-box;
}

.highlightBoxOne p span.boxPrice {
	background-color: #728b61; 
	box-sizing: border-box;
	color: white;
	padding: 5px;
	border-radius: 20px;
}

.highlightBoxOne p span.largeBox {
	border: 1px solid #728b61; 
	box-sizing: border-box;
	padding: 5px;
	border-radius: 20px;
}

.highlightBoxTwo p span.boxPrice {
	background-color: #728b61; 
	box-sizing: border-box;
	color: white;
	padding: 5px;
	border-radius: 20px;
}

.highlightBoxTwo p span.largeBox {
	border: 1px solid #728b61; 
	box-sizing: border-box;
	padding: 5px;
	border-radius: 20px;
}

.highlightBoxTwo {
	float: left;
	width: 100%;
	padding: 30px;
	background-color: white;
	border: 1px solid #eeeeef; box-sizing: border-box;
}


#teachersPage .highlightBoxOne {
	padding: 50px;
}


#teachersPage .highlightBoxTwo {
	padding: 50px;
}

#teachersPage img.rightImage {
	margin-top: -40px;
	margin-left: 30px;
}

#teachersPage h2 {
	margin-bottom: 30px;
}

/*Brand List*/

#mainBody ul.brandList {
	padding-left: 0;
	margin-top: 10px;
	
}

#mainBody ul.brandList li {
	display: inline-block;
	margin-right: 20px;
/*	border: 1px solid #a12725;
	padding: 5px;*/
	margin-bottom: 10px;
	font-size: 95%;
	font-weight: bold;
}

#mainBody ul.brandList li span {
	border: 1px solid #d7892d;
	padding: 7px;
	border-radius: 20px;
}

#mainBody ul.brandList li span.two {
	background-color: #efefef;
}

#mainBody ul.brandList li img {
	float: left;
	margin: 4px 7px 0 0;
}



/*Why Us*/

#whyUsHome {
	float: left;
	width: 100%;
	background: #efefef;
	padding: 35px 0 0 0;
}


#whyUsHomeInner {
	margin: 0 auto;
	width: 1200px;
}


#whyUsHomeInner ul.pointersList {
	list-style-type: none;
	padding-left: 0;
}

#whyUsHomeInner ul.pointersList li {
	font-size: 110%;
	line-height: 27px;
	color: #282828;
	font-weight: normal;
	display: inline-block;
	text-align: center;
	margin-right: 25px;
}

#whyUsHomeInner ul.pointersList li span {
	margin-top: 6px;
	float: left;
}

#whyUsHomeInner ul.pointersList li i.fas {
	font-size: 230%;
	color: #b2c548;
	margin-right: 7px;
	float: left;
}

#whyUsHomeInner h2 {
	color: #986d5e;
	font-size: 120%;
	font-weight: bold;
}


.mapLeft {
	float: left; 
	width: 47%;
}

.mapRight {
	float: right; 
	width: 47%;
}



/*Egg Banjo*/

#eggBanjo {
	float: left;
	width: 100%;
	padding: 25px 0 25px 0;
	background-color: #6e96a8;	
}

#eggBanjoInner {
	margin: 0 auto;
	width: 1200px;
}

#eggLeft {
	float: left;
	width: 30%;
}

#eggRight {
	float: right;
	width: 60%;
	border-left: 1px solid white;
	padding-left: 10%;
	box-sizing: border-box;
}

#eggLeft h2 {
	font-size: 250%;
	color: white;
	margin-top: 60px;
}

#eggRight p {
	font-size: 140%;
	color: white;
	line-height: 28px;
}

#eggBanjoInner p.findMore a {
	color: white;
	padding: 10px 12px 10px 12px;
	background-color: #c62e25;
	text-decoration: none;
	text-align: center;
	border-radius: 20px;
	font-weight: bold;
}

#eggBanjoInner p.findMore a:hover {
	background-color: #282828;
	color: white;
	text-decoration: none;
}




/*Donate*/

#donateBox {
	float: left;
	width: 100%;
	padding: 25px 0 25px 0;
	background-color: #eeeeef;	
	text-align: center;
}

#donateBoxInner {
	margin: 0 auto;
	width: 1200px;
}

#donateBoxInner h2 {
	font-size: 170%;
	color: #282828;
	font-weight: bold;
	text-align: center;
}

#donateBoxInner p {
	font-size: 140%;
	float: left;
	color: white;
	line-height: 28px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#donateBoxInner img {
	border-radius: 20px;
}

#donateBoxInner p.findMore a {
	color: white;
	padding: 10px 12px 10px 12px;
	background-color: #6e96a8;
	text-decoration: none;
	text-align: center;
	border-radius: 20px;
	font-weight: bold;
}

#donateBoxInner p.findMore a:hover {
	background-color: #282828;
	color: white;
	text-decoration: none;
}

#donateBoxInner ul {
	float: left;
	width: 100%;
	padding: 0;
}

#donateBoxInner li {
	font-size: 140%;
	color: white;
	line-height: 28px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: inline;
}

#donateBoxInner li a {
	color: white;
	padding: 10px 12px 10px 12px;
	background-color: #6e96a8;
	text-decoration: none;
	text-align: center;
	border-radius: 20px;
	font-weight: bold;
}

#donateBoxInner li a:hover {
	background-color: #282828;
	color: white;
	text-decoration: none;
}




/*Blue Background*/

#blueBack {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	background-color: #6e96a8;	
	margin-bottom: 15px;
}

#blueBackInner {
	margin: 0 auto;
	width: 1200px;
}

#blueBackInner h1 {
	font-size: 210%;
	color: white;
}



/*Call Us*/

#callUsOuter {
	background-color: #f1a83a;
	padding: 15px 0 15px 0;
	float: left;
	width: 100%;	
	margin-top: 15px;
	text-align: center;
}

#callUsInner {
	width: 1200px;
	margin: 0 auto;
}

#callUsInner p {
	color: white;
	font-size: 120%;
	font-weight: bold;
	line-height: 32px;
}

#callUsInner p a {
	color: white;
	font-size: 150%;
	text-decoration: none;
}

#callUsInner p a:hover {
	color: white;
	text-decoration: none;
}

/*Why Us*/

#whyUsOuter {
	background-color: white;
	padding: 25px 0 25px 0;
	float: left;
	width: 100%;	
}

#innerPage #whyUsOuter {
	border-top: 1px solid #f1a83a;
}

#whyUsInner {
	width: 1200px;
	margin: 0 auto;
}

#whyUsInner img{
	max-width: 100%;
	height: auto;
}


#whyUsInner h2 {
	color: #4a95e6;
	font-size: 120%;
	font-weight: bold;
}

#whyUsInner p {
	color: #282828;
	line-height: 28px;
	font-size: 90%;
}

#whyUsInner ul.pointersList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#whyUsInner ul.pointersList li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
	color:#676667;
	line-height: 28px;
}

#whyUsInner ul.pointersList li i.fa-check {
	font-size: 180%;
	color:#b69e60;
	margin-right: 5px;
}







/* 1199*/
@media only screen 
and (max-width : 1199px) 
				 {

#topBar {
	width: 100%;	
	padding-left: 1%;
	padding-right: 1%;
	box-sizing: border-box;
}
					 
#contactHeader {
	float: left;
	width: 100%;
	box-sizing: border-box;
	text-align: center !important;
	margin: 0 0 20px 0;
	padding-left: 1%;
	padding-right: 1%;
}
					 				 
#contactHeader li {
	text-align: center !important;
	margin: 0;
}
					 
#reviews {
	float: left;
	margin: 120px 0 0 100px;
}					 

header {
	width: 100%;	
}
					 
footer {
	width: 95%;	
	padding: 1%;	
}

#mainBody {
	width: 95%;	
	padding: 1%;
}

#aboutInner {
	width: 95%;	
	padding: 1%;
}
					 
#timetableInner {
	width: 95%;	
	padding: 1%;
}
					 
#slides {
  width: 100%;
}

					 
#latestProjectsInner {
  width: 100%;
}
					 
#reviewsInner {
	width: 100%;	
}

#contactInner {
	float: left;
	width: 95%;	
	padding: 1%;
}				 
	
#copyright {
	width: 95%;	
	padding: 1%;
}

#icons {
	width: 95%;	
	padding: 1%;
}

#bannerInner {
	width: 100%;
}						 
					 
					 
#whyUsHomeInner {
	width: 95%;	
	padding: 1%;
}
					 
#latestProjects {
	width: 95%;	
	padding: 1%;
}
					 
#logo img { 
	width: 375px;
	height: auto;
}	
					 
#eggBanjoInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 
					 					 
#donateBoxInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 
#blueBackInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
	
					 
/*nav {
	margin-top: 65px;
}

nav li {
	font-size: 110%;
}					 
nav li a {
	margin: 0 0 0 5px;
	padding: 0 11px 10px 11px;
}					 
*/	
					 
					 
#eggLeft {
	width: 35%;
}

#eggRight {
	width: 55%;
}
					 				
#logo {
	float: left;
	width: 100%;
	margin: 20px 0 20px 0;
}
					 
nav {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}					
	
					 
#callUsInner {
	float: left;
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}					 
					 

#whyUsInner {
	float: left;
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
	
					 
#mainBodyOuter.radiator {
	padding-left: 13%;
}					 
					 
					 
}





/* 959*/
@media only screen 
and (max-width : 959px) 
				 {

					 
header {
	width: 100%;	
}
	
#headerBackground {
	padding-bottom: 0;
}
					 
#accordionSection {
	display: block;
	margin-left: 10px;
}

				 
#bannerOuter {
	padding: 0 0 10px 0;
}					 		
					 			 
#reviews {
	float: left;
	width: 100%;
	margin: 10px 0 30px 0;
	text-align: center;
}
					 
#headerLogos {
	display: none;
}					 
					 
nav ul.mainNav {
	display: none;
}	

nav {
	margin: 0;
	background-color: #829CCE;
	border-bottom: 1px solid #242D8C;	
}	

#navBackground {
	padding: 3px 0 0 0;
}
					 
#mainBody {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
	text-align: center;
}

#mainBodyOuter {
	margin-top: 0;
}
					 
#mainBodyOuter #mainBody {
	text-align: left !important;
}

footer {
	width: 95%;	
	padding: 1%;
}


#copyright {
	width: 95%;	
	padding: 1%;
}
					 
#contactFormInner {
	width: 95%;	
	padding: 1%;
}					 
		 
#latestProjectsInner {
  width: 95%;	
	padding: 1%;
}
	
#contactInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}

.contactBox {
	float: left;
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
	border: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.contactBox img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 70%;
	height: auto;
	margin-top: 10px !important;
}

					 
.contactBox.lastContactBox {
	float: left;
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
	border-right: 0;
	border-bottom: 0;
	padding-bottom:0;
	text-align: center;
} 
					 
#contactInner i.fab {
	margin: 0 3px 0 3px;
}					 

#bannerText h2{
	width: 95%;	
	padding: 1%;
	text-align: center;
	font-size: 100%;
}
					 
#whyUsHome {
	padding: 10px 0 10px 0;
}					 
	
					 
#mainBody img.rightImage {
	float: none;
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}	

#mainBody img.leftImage {
	float: none;
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}					 


#mainBodyOuter.radiator {
	padding-left: 8%;
}						 
					 
}




 /* 730*/
@media only screen 
and (max-width : 730px) 
				 {
				

#mainBody {
	width: 95%;	
	padding: 1%;
}

#copyright {
	width: 95%;	
	padding: 1%;
}
	
#contactFormArea fieldset {
	width: 100%;
}

#contactFormArea .error {
	margin: 10px 0 0 0;
}	

#contactFormArea .field {
	width: 95%;
}

#contactFormArea .submitField {
	width: 100%;	
}

#contactFormArea input {
	float: left;
	width: 100%;
}

#contactFormArea textarea {
	float: left;
	width: 100%;
}


	
					 
					 
#aboutInner img {
	float: none;
	clear: both;
	margin-left: 0;
}
					 
#gallery img {
	float: left;
	width: 48%;
	height: auto;
}

#contactLeft {
	float: left;	
	width: 100%;
}

#contactRight {
	float: right;	
	width: 100%;
}	



#benefits {
	float: none;
	clear: both;
	margin-left: 0;
}

#areas {
	float: none;
	clear: both;
}
	
#copyRight {
	float: left;	
}	

#mainBody ul.columnList {
	-moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
}

#mainBody ul.columnListTwo {
	-moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
}
	
.facebookReview {
	float: left;
	width: 100%;	
	margin-top: 15px;
}

.facebookReviewRight {
	float: left;
	width: 100%;	
	margin-top: 15px;
}	
					 
					 
#teachersPage .highlightBoxOne {
	padding: 40px;
}


#teachersPage .highlightBoxTwo {
	padding: 40px;
}

#teachersPage img.rightImage {
	margin-top: 10px;
	margin-left: 0;
}

#teachersPage h2 {
	margin-bottom: 20px;
}					 
					 
					 


					 
				 
					 
#topBar ul {
	float: left;
	width: 100%;
	text-align: center;
}
			 			 
#topBar li {
	text-align: center;
	display: block;
	width: 100%;
	margin: 0;
}					 
	
#topBar p {
	font-size: 90%;
	padding: 5px 0 5px 0;
	text-align: center;
	width: 100%;
}					 
					 
				 
.circleBox {
	float: left;
	width: 48%;	
	margin-right: 2%;
	margin-bottom: 2%;
}

.circleBox.lastCircleBox {
	float: left;
	margin-right: 0;
}	
				 
#circleBoxes .circleBox img {
	max-width: 65%;
}	
					 
					 					 
#mainBody ul.pointersList li {					 
    display: block;
	float: left;
	 width: 100%;
	margin-bottom: 10px;
	text-align: left;
}
	
					 
					 
.mapLeft {
	float: left; 
	width: 100%;
	margin-bottom: 20px;
}

.mapRight {
	float: left; 
	width: 100%;
	margin-bottom: 20px;
}
					 

					 
#eggLeft {
	float: left;
	width: 100%;
}

#eggRight {
	float: left;
	width: 100%;
	border-top: 1px solid white;
	border-left: none;
	padding-left: 0;
}

#eggLeft h2 {
	font-size: 180%;
	margin-top: 0;
}

#eggRight p {
	font-size: 120%;
	color: white;
	line-height: 28px;
}					 
						 
		
.homeBox {
	float: left;
	width: 47%;	
	margin-right: 3%;
	margin-bottom: 2%;
}


.homeBox.lastBox {
	float: left;
	width: 47%;	
	margin-right: 3%;
	margin-bottom: 2%;
} 				 
		
					 
#mainBodyOuter.radiator {
	padding: 0;
}
					 
#mainBodyOuter.radiator {
	background: none;
}	
					 
					 
img.radiatorImage {
	display: block;
	margin-bottom: 40px;
}					 
					 
					 
 }
 




/* 480*/
@media only screen 
and (max-width : 480px) 
				 {

				 
#bannerInner img.mobileImage {
	display: block;
}					 		

#bannerInner img.desktopImage {
	display: none;
}
					 
#logo img {
	max-width :90%;
}	
	

			 
					 

#whyUs {
	float: none;
	clear: both;
	margin: 0;
}


img.mobile {
	display: block;	
}

img.desktop {
	display: none;	
}

#benefits li {
	line-height: 24px;
	margin-bottom: 13px;
}
					 
					 
#teachersPage .highlightBoxOne {
	padding: 20px;
}


#teachersPage .highlightBoxTwo {
	padding: 20px;
}	
					 
					 
				 
#whyUsHomeInner ul.pointersList li {
	font-size: 90%;
	line-height: 32px;
	margin-right: 0;
}		
					 
					 
.circleBox {
	float: left;
	width: 100%;	
	margin-right: 0;
	margin-bottom: 10px;
}
					 
.circleBox h2 {
	line-height: 25px;
}
					 
.circleBox img {
	width :50%;
}
					 
.circleBox.lastCircleBox {
	float: left;
	width: 100%;	
	margin-right: 0;
	margin-bottom: 0;
}		
					 			 
					 
	
.homeBox {
	float: left;
	width: 100%;	
	border: none;
	margin-bottom: 20px;
}


.homeBox.lastBox {
	float: left;
	width: 100%;	
	margin: 0;
} 
						 

.contactBox img {
	width: 90%;
	height: auto;
}					 
					 
}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	

}

