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

/*

Dark Green #245456
Light Green #35797b
Yellow #d6bc2b
Black #000000


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

-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: 'Montserrat', sans-serif;



*/

body {
	background: white;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Montserrat', sans-serif;
	border-top: 7px solid #245456;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 1px solid #d6bc2b;
	margin: 30px 0 30px 0;
}

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

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

#inner #headerBackground {
	border-bottom: 1px solid #efefef;
	padding-bottom: 1px;
}

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

#logo { 
	float: left;
	width: 100%;
	margin: 25px 0 25px 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: 5px 0 5px 0;
	background-color: #1e386b;
}

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

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

#topBar ul.leftTopBar {
	float: left;
}

#topBar ul.rightTopBar {
	float: right;
}

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

#topBar ul.leftTopBar li {
	margin-right: 6px;
}

#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: #5176ba;
}
#topBar p {
	float: left;
	color: white;
	font-size: 95%;
	padding: 7px 0 0 0;
	margin: 0;
}


/*										Nav								*/

nav {
	float: left;
	width: 100%;
	border-top: 1px solid #efefef;
	padding: 15px 0 13px 0;
	text-align: center;
}

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

nav li {
	display: inline;
	color: #35797b;
	font-size: 100%;
	margin: 0 10px 0 10px;
	padding: 0;
}

nav li a {
	color: #35797b;
	text-decoration: none;
	margin: 0;
	padding: 0 5px 3px 5px;
	font-weight: bold;
	border-bottom: 5px solid white;
}

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

nav li a:hover {
	color: #d6bc2b;
	text-decoration: none;
	border-bottom: 5px solid #d6bc2b;
}

nav li a.active {
	color: #d6bc2b;
	text-decoration: none;
	border-bottom: 5px solid #d6bc2b;
}


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

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



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

nav ul.dropdown ul { 
	visibility: hidden; 
	position: absolute; 
	top: -4px; 
	left: 36px; 
	text-align: left;
	background-color: #d7892d;
	border-radius: 5px;
	padding-left: 18px;
	min-width: 225px;
	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: 90%;
	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: #35797b;
	padding: 6px 0 10px 0;
	margin:0;
	font-weight: normal;
	font-size: 120%;
}

.accordionButton h4 span {
	margin: 5px 0 0 5px;
	color: #35797b;
}

.accordionButton:hover h4 span {
	color: #d6bc2b;
	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: 120%;
	margin: 0;
	padding: 0;
	line-height: 36px;
	color: #35797b;
	float: none;
	text-align: left;
}

#accordionSection .accordionContent li a {
	float: none;
	color:#35797b;
	border: none;
	text-align: left;
	margin: 0;
	border-bottom: none;
}

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

#accordionSection .accordionContent li a.active {
	border: none;
	color: #d6bc2b;
	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: #245456;
	padding: 5px 0 10px 0;
	font-weight: 100;
}

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: 90%;
	line-height: 23px;
	margin: 0 0 3px 0;
	font-weight: 300;
}

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: #35797b;
	padding: 35px 0 25px 0;
	text-align: center;
	z-index: 10000;
}

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

.contactBox {
	float: left;
	width: 33%;	
	margin-right:0;
	padding: 15px;
	box-sizing: border-box;
}

.contactBox.lastContactBox {
	float: right;
	margin-right: 0;
	border-right: 0;
	padding: 15px;
	box-sizing: border-box;
}

#contactInner h2 {
	color: white;
	margin: 0 0 5px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
}

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

#contactInner p {
	color: white; 
	font-size: 100%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

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

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


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

#contactInner li {
	color: white; 
	line-height: 32px;
	font-size: 110%;
	font-weight: 300;
}


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

#contactInner i.fab:hover {
	color:#d6bc2b;
	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: #525151; 
	text-decoration: none;
}

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

#contactInner img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}


.contactBox.lastContactBox img {
	border: 5px;
	padding: 5px;
	background-color: white;
}


/*										Banner								*/

#bannerOuter {
	float: left;
	width: 100%;
	height: 600px;
	background: url("images/absolute-social-work.jpg") no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   background-attachment: scroll;
}

#aboutPage #bannerOuter {
	height: 350px;
	background: url("images/about-absolute-social-work2.jpg") no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   background-attachment: scroll;
}

#servicesPage #bannerOuter {
	height: 350px;
	background: url("images/services-absolute-social-work2.jpg") no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   background-attachment: scroll;
}


#workPage #bannerOuter {
	height: 350px;
	background: url("images/services-absolute-social-work.jpg") no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   background-attachment: scroll;
}

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

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

#bannerInner img.mobileImage {
	display: none;
}

#bannerSlogan {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 16%;
	text-align: center !important; 
	width: 50%;
	padding: 30px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.80);
	border-radius: 5px;
}

#bannerSlogan h2 {
	color: white;
	font-size: 180%;
	margin: 0 0 10px 0;
	padding: 0; 
}

#bannerSlogan p {
	color: #245456;
	font-size: 110%;
	font-weight: normal;
	text-align: center !important; 
}

img.mobileView {
	display: none;
}

#bannerSlogan p a {
	color: white;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	background-color: #d6bc2b;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

#bannerSlogan p a:hover {
	color: white;
	text-decoration: none;
	background-color: #245456;
}


/*										Main Body						*/


#mainBodyHome {
	float: left;
	width: 100%;
	padding: 35px 0 35px 0;
	text-align: center;
	background-color: #35797b;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 550px;
	padding-bottom: 40px;
	padding-top: 10px;
	border-top: 1px solid #245456;
}

#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;
}*/

#mainBodyHome h1 {
	color: white;
}

h1 {
	font-size: 140%;
	color: #245456; 
	font-weight: bold;
}


h2 {
	font-size: 130%;
	color: #245456;
	font-weight: bold;
}

h3 {
	color: #35797b;
	font-size: 130%;
	font-weight: bold;
}

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

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

p {
	font-size: 100%;
	line-height: 25px;
	color: #000000;
	text-align: justify;
	font-weight: 300;
}

#mainBodyHome p {
	color: white;
	text-align: center;
}

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

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

p b {
	color: #245456;
	font-weight: bold;
}	

p a {
	color: #35797b;
	text-decoration: underline;
}

p a:hover {
	color: #35797b;
	text-decoration: none;
}

li {
	font-size: 95%;
	line-height: 25px;
	color: #000000;
	font-weight: 300;
}

ol li {
	font-size: 100%;
}

li b {
	font-weight: bold;
	color: #245456;
}

li a {
	color: #35797b;
	text-decoration: underline;
}

li a:hover {
	color: #35797b;
	text-decoration: none;
}


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

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

img.leftImage {
	float: left;
	margin: 10px 30px 10px 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;
}

p.findMore a {
	color: white;
	padding: 10px 15px 10px 15px;
	background-color: #d6bc2b;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

p.findMore a:hover {
	background-color: #245456;
	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: #525151;
	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;
}





/*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%;
	background: #245456;
	margin: 0;
	padding: 35px 0 35px 0;
}

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

#timetableInner h2 {
	color: white;
	margin-top: 180px;
	font-size: 160%;
}

#timetableLeft {
	float: left; 
	width: 40%;
	height: 450px;
}

#timetableRight {
	float: right; 
	width: 60%;
	height: 450px;
	background: url("images/make-a-referral.jpg") center;
	background-size: cover;
	border-radius: 5px;
}


#timetableInner p a:hover {
	background-color:  #35797b !important;
}




/*											Contact Form 									*/

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 100%;
	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: #d6bc2b;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	font-weight: bold;
	text-transform: uppercase;
}

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

#contactFormArea label {
	font-size: 90%;
	color: #245456;
	font-weight: 300;
}	

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

#contactFormArea textarea {
	color: #245456;	
	float: left;
	width: 100%;
	height: 120px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #efefef;
	margin-top: 10px;
	border-radius: 5px;
}




/*											Home Boxes									*/

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

.homeBox {
	float: left;
	width: 32%;	
	margin-right: 2%;
	margin-bottom: 2%;
	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: 3px solid #245456;
	border-radius: 5px;
	box-sizing: border-box;
}

#homeBoxes .homeBox h2 {
	text-align:center;
	padding: 12px 0 7px 0;
	margin: 0 0 0 0;
	color: #35797b;
	line-height: 25px;
	text-transform: none;
	font-size: 110%;
} 

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

#homeBoxes .homeBox:hover h2 {
	color: #245456;
}

#homeBoxes .homeBox:hover img {
	border-color: #35797b;
}

#homeBoxes .homeBox p  {
	margin-top: 0;
	padding-top: 0;
}

/*											Tables 									*/

/*Table*/

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

table tbody {
	border-radius: 5px;
}	

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: 5px;
}

#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: 5px;
	margin-bottom: 20px;
}

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



/*Standout*/

#standoutBox {
	float: left;
	width: 97%;
	padding: 1.5%;
	background-color: #4d7b3c;
	border-radius: 5px;
	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: #d6bc2b;
    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: 5px;
}

#return-to-top i {
    color: white;
    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: #245456;
}

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



/*Hightlight Boxes*/

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

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

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

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

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

.highlightBoxTwo {
	float: left;
	width: 100%;
	padding: 30px;
	background-color: white;
	border: 1px solid #efefef; 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: 5px;
}

#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: #525151;
	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%;
}

.googleMap {
    	-webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}



/*Infoboxes*/


#infoBoxesOuter {
	float: left;
	width: 100%;
	padding: 35px 0 35px 0;
	text-align: center !important;
}

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

.infoBox {
	float: left;
	width: 100%;
	margin: 20px 0 20px 0;
}

.infoBox h2 {
	padding-top: 15px;
}

#infoBoxesOuter p {
	text-align: center !important;
}

/*Speak Team*/

#speakTeamOuter {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px 0 20px;
	background-color: #5176ba;
	margin: 0 0 25px 0;
	text-align: center;
}

#inner #speakTeamOuter {
	margin: 0;
}

#speakTeamOuter p {
	color: white;
	font-size: 130% !important;
	font-weight: 300;
	text-align: center;
	line-height: 38px;
}

#speakTeamOuter p a {
	color: white;
	padding: 5px 10px 5px 10px;
	background-color: #1e386b;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

#speakTeamOuter p a:hover {
	background-color: white;
	color: #1e386b;
	text-decoration: none;
}



/*											Circle Boxes									*/


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

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

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

.circleBox {
	float: left;
	width: 32%;	
	margin-right: 2%;
	margin-bottom: 2%;
	text-align:center;
}

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

.circleBox img {
	max-width: 50%;
	height: auto;
}


#circlesOuter h2 {
	text-align: center !important;
} 

#circleBoxes .circleBox h2 {
	text-align: center !important;
	padding: 10px 0 0 0;
	text-transform: uppercase;
	color: #5176ba !important;
	font-size: 110%;
} 

#circleBoxes .circleBox:hover {
	cursor: pointer;
} 

#circleBoxes .circleBox p {
	text-align: center;
	padding: 0 20px 0 20px;
} 














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

#topBar {
	width: 95%;	
	padding: 1%;
	padding-top: 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%;
}
					 	
#infoBoxesInner {
	width: 95%;	
	padding: 1%;
}					 			
				 
#circlesInner {
	width: 95%;	
	padding: 1%;
}
					 
}





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

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

#logo {
	float: left;
	width: 100%;
	margin: 20px 0 20px 0;
}
					 
#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 {
	float: left;
	width: 100%;
	margin-top: 0;	
	padding: 3px 0 2px 0;
}	

#navBackground {
	padding: 3px 0 3px 0;	
}
#mainBody {
	width: 95%;	
	padding: 1%;
}

#mainBodyOuter {
	margin-top: 0;
}

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


#copyright {
	width: 95%;	
	padding: 1%;
}
					 
#contactFormInner {
	width: 95%;	
	padding: 1%;
}					 
		 
#latestProjectsInner {
  width: 95%;	
	padding: 1%;
}
	
#contactInner {
	width: 95%;	
	padding: 1%;
}

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


.contactBox.lastContactBox {
	float: left;
	width: 95%;	
	padding: 1%;
	border-right: 0;
	border-bottom: 0;
	padding-bottom:0;
} 

#bannerText h2{
	width: 95%;	
	padding: 1%;
	text-align: center;
	font-size: 100%;
}
					 
#whyUsHome {
	padding: 10px 0 10px 0;
}					 
					 					

					 
}




 /* 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%;
}


img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
}	
					 
img.leftImage {
	float: none;
	clear: both;
	margin-right: 0;
}					 

#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;
	padding: 2px 0 2px 0;
}
			 			 
#topBar li {
	margin: 0;
	line-height: 18px;
	text-align: center;
	width: 100%;
}					 
	
#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%;
}	
					 
					 
		
#bannerOuter {
	height: 550px;
}					 
	
#bannerSlogan {
	width: 80%;
}
	 
					 
#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: 49%;	
	margin-right: 0;
	border: none;
	margin-bottom: 25px;
}

.homeBox.secondHomeBox {
	float: right;
	width: 49%;	
	margin-right: 0;
	border: none;
}


.homeBox.lastBox {
	float: left;
	width: 49%;	
	margin-right: 0;
	border: none;
} 
					 
					 
					 
					 
 }
 




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

				 
#bannerInner img.mobileImage {
	display: block;
}					 		

#bannerInner img.desktopImage {
	display: none;
}
					 	
	
	
.homeBox {
	float: left;
	width: 100%;	
	border: none;
}

.homeBox.secondHomeBox {
	float: left;
	width: 100%;	
	border: none;
}
					 
.homeBox.lastBox {
	float: left;
	width: 100%;	
} 


#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;
}		
					 
#bannerSlogan {
	width: 80%;
	box-sizing: border-box;
}	
					 
					 
#topBar ul.leftTopBar li {
	display: block;
}				 
	
#topBar ul.leftTopBar li.divider {
	display: none;
}	
		
					 
#timetableLeft {
	float: left; 
	width: 100%;
	height: auto;
	text-align: center !important;
}
					 
#timetableLeft p {
	text-align: center !important;
}
					 
#timetableLeft h2 {
	margin-top: 0;
}

#timetableRight {
	float: right; 
	width: 100%;
	margin-top: 10px;
}					 
										 
					 
}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	

}

