@charset "utf-8";
/* CSS Document */

body {
	
	font-size: 16px;
	line-height: 2.0em;
	background-color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
}

body {overflow-x: hidden;}

.navbar-default {
  background-color: #487335;
  border-color: #355627;
}
.navbar-default .navbar-brand {
  color: #487335;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #487335;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #487335;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #9dc045;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li.divider {
  background-color: #000;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #9dc045;
  background-color: #9dc045;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
	color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #9dc045;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #9dc045;
  background-color: #487335;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #9dc045;
  background-color: #487335;
}
.navbar-default .navbar-toggle {
  border-color: #487335;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #355627;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #487335;
}
.navbar-default .navbar-link {
  color: #487335;
}
.navbar-default .navbar-link:hover {
  color: #487335;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #9dc045;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #9dc045;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #9dc045;
    background-color: #487335;
  }
}

/* this is the size of the logo on the navigation bar*/

#brand-image {
  height: 55px;
  padding-bottom:18px !important; 
}

/* this is the height of the navigation bar*/

.navbar-nav > li > a, .navbar-brand {
    padding-top:11px !important; 
    padding-bottom:0 !important;
    height: 42px;
}
.navbar {min-height:40px !important;}

/* this is the height of the navigation bar*/

.navbar-nav > li > a, .navbar-brand {
    padding-top:12px !important; 
    padding-bottom:0 !important;
    height: 42px;
}
.navbar {min-height:40px !important;}

.navbar-right {
	padding-top:8px !important;
	
}

/*START  THIS IS CENTERING THE NAVIGATION */

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

/* THIS IS REMOVING THE ROUNDED BORDERS ON THE NAVBAR */
.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


/* NICK THIS IS A MEDIA QUERY / CLASS I USED TO MAKE THE NAVIGATION TOGGLE COME ON AT SMALL SCREEN SIZE RATHER THAN JUST XSMALL SCREEN SIZE  */

@media (min-width: 768px) and (max-width: 1260px) 
{
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  } 
	
}


/* START CALL TO ACTION*/

.here {
	background-color: #9BC03C;
	color: #487335;
	font-size: 1.2em;
	padding-top: 0.9em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding-bottom: 0.9em;
	
		
}

a.exterior:link {
	color: #fff;
	text-decoration: none;
}
a.exterior:visited {
	text-decoration: none;
	color: #fff;
}
a.exterior:hover {
	text-decoration: underline;
	color: #fff;
}
a.exterior:active {
	text-decoration: none;
	color: #fff;
}











 a.egexterior:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 2.3em;
	line-height: 1.8em; 
}
a.egexterior:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2.3em;
	line-height: 1.8em;
}
a.egexterior:hover {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 2.3em;
	line-height: 1.8em;
}
a.egexterior:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2.3em;
	line-height: 1.8em;
}



@media (max-width: 767px) {

 a.egexterior:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.8em; 
}
a.egexterior:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.8em;
}
a.egexterior:hover {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.8em;
}
a.egexterior:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.8em;
}

}
	
a.blexterior:link {
	color: #487335;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.8em;
	 
}
a.blexterior:visited {
	text-decoration: none;
	color: #487335;
	font-weight: bold;
	font-size: 1.8em;
	
}
a.blexterior:hover {
	text-decoration: none;
	color: #487335;
	font-weight: bold;
	font-size: 1.8em;
	
}
a.blexterior:active {
	text-decoration: none;
	color: #487335;
	font-weight: bold;
	font-size: 1.8em;
	
}


@media (max-width: 767px) {


 a.blexterior:link {
	color: #487335;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.8em;
	 
}
a.blexterior:visited {
	text-decoration: none;
	color: #487335;
	font-weight: bold;
	font-size: 1.8em;
	
}
a.blexterior:hover {
	text-decoration: none;
	color: #487335;
	font-weight: bold;
	font-size: 1.8em;
	
}
a.blexterior:active {
	text-decoration: none;
	color: #487335;
	font-weight: bold;
	font-size: 1.8em;
	
}

}




a.mobblexterior:link {
	color: #487335;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	 
}
a.mobblexterior:visited {
	text-decoration: none;
	color: #487335;
	font-weight: bold;
	font-size: 1.2em;
	
}
a.mobblexterior:hover {
	text-decoration: none;
	color: #487335;
	font-weight: bold;
	font-size: 1.2em;
	
}
a.mobblexterior:active {
	text-decoration: none;
	color: #487335;
	font-weight: bold;
	font-size: 1.2em;
	
}


@media (max-width: 767px) {


 a.mobblexterior:link {
	color: #487335;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	 
}
a.mobblexterior:visited {
	text-decoration: none;
	color: #487335;
	font-weight: bold;
	font-size: 1.2em;
	
}
a.mobblexterior:hover {
	text-decoration: none;
	color: #487335;
	font-weight: bold;
	font-size: 1.2em;
	
}
a.mobblexterior:active {
	text-decoration: none;
	color: #487335;
	font-weight: bold;
	font-size: 1.2em;
	
}

}

a.emobblexterior:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	
	 
}
a.emobblexterior:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	
	
}
a.emobblexterior:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	
	
}
a.emobblexterior:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	
	
}


@media (max-width: 767px) {


 a.emobblexterior:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	
	 
}
a.emobblexterior:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	
	
}
a.emobblexterior:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	
	
}
a.emobblexterior:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	
	
}

}










a.awexterior:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a.awexterior:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
a.awexterior:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
a.awexterior:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

a.purpleawexterior:link {
	color: #9dc045;
	text-decoration: none;
	font-weight: bold;
}
a.purpleawexterior:visited {
	text-decoration: none;
	color: #9dc045;
	font-weight: bold;
}
a.purpleawexterior:hover {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
a.purpleawexterior:active {
	text-decoration: none;
	color: #9dc045;
	font-weight: bold;
}

a.purpleawexteriorchoice:link {
	color: #76323f;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}
a.purpleawexteriorchoice:visited {
	text-decoration: none;
	color: #76323f;
	font-weight: bold;
	font-size: 1.2em;
}
a.purpleawexteriorchoice:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
}
a.purpleawexteriorchoice:active {
	text-decoration: none;
	color: #76323f;
	font-weight: bold;
	font-size: 1.2em;
}

a.cawexterior:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a.cawexterior:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
a.cawexterior:hover {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
a.cawexterior:active {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: #000;
	
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9dc045;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.button {
	display: inline-block;
	
	padding-left: 0.7em;
	padding-right: 0.7em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	
	text-decoration: none;
	color: white;
	border: 0.15em solid #fff;
	border-radius: 10px;
}

.button2 {
	display: inline-block;
	padding-left: 1.0em;
	padding-right: 1.0em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	background-color: #487335;
	text-decoration: none;
	color: white;
	border: 0.15em solid #fff;
	font-size: 1.0em;
	font-weight: 500;
}

h1 {
	font-weight: bold;
	font-size: 3em;
	line-height: 1.2em;
	padding-top: 0.5em;
	padding-bottom: 1.1em;
	color: #000000;
}

@media (max-width: 767px) {
	
	h1 {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.3em;
}

}

h2 {
	font-weight: bolder;
	font-size: 1.6em;
	line-height: 1.8em;
	color: #487335;
}

@media (max-width: 767px) {
	
	h2 {
	font-weight: bolder;
	font-size: 1.4em;
	line-height: 1.5em;
}

}

h3 {
	font-weight: bolder;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #487335;
}

@media (max-width: 767px) {
	
	h3 {
	font-weight: bolder;
	font-size: 1.2em;
	line-height: 1.3em;
	
}

}

h5 {
	font-weight: bolder;
	font-size: 1.6em;
	line-height: 2.0em;
	color: #000;
}

@media (max-width: 767px) {
	
	h5 {
	font-weight: bolder;
	font-size: 1.2em;
	line-height: 1.3em;
}

}







h6 {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.5em;
}

@media (max-width: 767px) {
	
	h6 {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.3em;
}

}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}



.text-padding {
	padding-top: 0.5em;
	padding-bottom: 1em;
	
	
}

.padding-for-the-picture {
	padding-top: 5em;
	padding-right: 2em;
	padding-bottom: 4em;
	
	
}

@media (max-width: 1260px) {
.padding-for-the-picture {
	padding-top: 3em;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 3em;	
}
}

.greyback {
	background-color: #0973ba;
	
}

.burgundy {
	color: #76323F;
	
}

.bitofempasis {
	
	font-size: 1.2em;
	font-weight: bold;
}

.abitofmarginontop {
	
	margin-top: 5em;
}

.footercolour2 {
	background-color: #487335;
	color: #FFFFFF;
	line-height: 2.2em;
	padding-top: 2em;
	padding-bottom: 2em;
	font-size: 1.0em;
	
}

@media (max-width: 1260px) {
.abitofmarginontopnivo {
	
	margin-top: 3em;
}
}


.abitofmarginontopoflogo {
	margin-top: 1em;
	margin-bottom: 2em;
}

@media (max-width: 991px) {
.septheboxes {
	
	margin-top: 4em;
	
}
}


.septheboxes2 {
	
	margin-top: 4em;
	
}




@media (max-width: 991px) {
.bm {
	
	margin-bottom: 6em;
	
}
}



#whiteness {
	background-color: white;
}

#whiteness1 {
	background-color: white;
}

#whiteness2 {
	background-color: white;
	padding-bottom: 4em;
}
#whiteness3 {
	background-color: white;
	padding-bottom: 4em;
}
#whiteness4 {
	background-color: white;
	
}
#whiteness5 {
	background-color: white;
	padding-bottom: 4em;
}

h4 {
	color: #99C232;
	
}

.services {
	color: #0973ba;
	font-size: 1.7em;
	font-weight: bolder;
	line-height: 2.5em;
}

.lowerservices {
	color: #000;
	font-size: 1.2em;
	font-weight: bolder;
}
.fa {
	color: #99C232;
}

.padsocialmediafeed {
	padding-bottom: 5em;
}

.footercolour {
	background-color: #99C232;
	color: #FFFFFF;
	padding-top: 0.4em;
	padding-bottom: 0.1em;
	font-size: 0.8em;
	line-height: 2.0em;
	
}

@media only screen and (min-width: 1260px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.fas {
	color: #99C232;
}

.feedbacktextdarkgreen {
	color: #487335;
	font-size: 1.1em;
	line-height: 3em;
	
}

@media screen and (max-width: 767px){
	.feedbacktextdarkgreen {
	color: #487335;
	font-size: 1.1em;
	line-height: 1.3em;	
	}

.feedbacktextlightgreen {
	color: #000000;
	font-size: 1.1em;
	line-height: 3em;
}
}	
	
@media screen and (max-width: 767px){
	.feedbacktextlightgreen {
	color: #000000;
	font-size: 1.1em;
	line-height: 1.3em;	
	}
	}

.givethetoppeersomemargin {
	
	margin-top: 2em;
	
	
}

