/* Default Colours for the website */
/* For curved edges in images and boxes  */
/* Drop shadows for  images and boxes*/
/* Set custom font for the File more than one */

@font-face {
  font-family: FontName1;
  /* Customise this name for each custom font */
  src: url(/Sites/2776/_Layout/OpenSans-Regular.ttf);
}
/* Set custom font for the File more than one */

@font-face {
  font-family: FontName2;
  src: url(/Sites/2776/_Layout/Merriweather-Regular.ttf);
}
@font-face {
  font-family: FontName3;
  src: url(/Sites/2776/_Layout/Merriweather-Regular.ttf);
}
/*Will be the default font across the website*/

/*Main background image*/

body {
  background: url(/Sites/2776/_Layout/htmlBg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mainContents {
  background: url(/Sites/2776/_Layout/mainContents.png) center;
  margin-top: -20px;
}
/* font*/

body p,
div {
  font: 12pt FontName1;
  color: #333333;
  text-align: centre;
}
/*Navigation customisation */

/*Main Background*/

.navbar {
  background-color: #596332;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
/*Nav Main font size*/

.navbar-default .navbar-nav > li > a {
  font-size: 12pt;
  color: white;
  text-decoration: none;
}
.navbar-default .navbar-nav > li > a:hover {
  font-size: 12pt;
  color: #d8b417;
}
/*Nav drop down*/

.navbar-default .dropdown-menu li a {
  font-size: 12pt;
  color: #565656;
  text-decoration: none;
}
.navbar-default .dropdown-menu li a:hover {
  font-size: 12pt;
  color: #977006;
}
/*Text alignment in the navigation */

.navbar .navbar-collapse {
  text-align: center;
}
/*Sub text styling*/

.nav-sub-text {
  font-size: 10pt;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #d8b417;
  }
}
.compo-heading-image {
  margin-top: -41px;
}
.slide-text p {
  text-align: center;
  padding-top: 25px;
}
.slide-text h2 {
  text-align: center;
  font: 26pt FontName3;
}
.border-right {
  border-right: 1px solid white;
}
/*Heading compo background color etc */

/*Compo Title styling*/

.compoTitle {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.compoTitle {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
}
/*Header background*/

.header {
  border: none;
  background-image: url(/Sites/21/_Layout/NavBackground.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
}
.site-header {
  background-color: white;
}
/*Header Image Details*/

.CompoBs_HeadingImage img {
  border: 3px solid white;
}
.rteText img.no-border-img {
  border-width: 0px;
}
h1 {
  font: 28pt FontName2;
  color: #565656;
  text-align: center;
}
h2 {
  font: 24pt FontName2;
  color: #596332;
  text-align: left;
}
.heading h2 {
  font: 24pt FontName2;
  color: #596332;
  text-align: left;
}
.compoTitle h2 {
  font: 24pt FontName2;
  color: #596332;
  text-align: left;
  margin-top: -20px;
  margin-bottom: 0px;
}
h3 {
  font: 22pt FontName2;
  color: #565656;
  text-align: left;
}
h4 {
  font: 20pt FontName2;
  color: #596332;
}
h6 {
  width: 100%;
  background-color: #b0bfab;
  color: #333333;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  font: 12pt FontName1;
}
h6 a {
  color: #3e3e3e;
}
h6 a:hover {
  color: black;
}
h5 {
  width: 100%;
  background-color: #565656;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font: 12pt FontName2;
  text-transform: uppercase;
}
h5 a {
  color: white;
}
h5 a:hover {
  color: #a5d9ff;
}
.contactform,
.contactmap {
  padding: 1px 10px 10px 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
}
.compo-contact-map h2 {
  display: none;
}
.compo-contact-map .contactMap {
  margin-top: 30px;
}
a {
  color: #596332;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  color: black;
}
.news-display {
  margin-bottom: 15px;
}
.news {
  background: #b0bfab;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.news a {
  color: #3e3e3e;
}
.news a:hover {
  color: #977006;
}
.align-left {
  text-align: left;
}
label.control-label {
  width: 200px;
  font-weight: normal;
}
.row {
  margin-bottom: 0px;
}
.footer {
  background-color: #596332;
}
.compo-footer div {
  background-color: #596332;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0px;
  text-align: center;
  color: white;
  font-size: 12pt;
}
.compo-footer a {
  color: white;
  font: 13pt;
}
.compo-footer a:hover {
  color: black;
  font: 13pt;
}
.Page_Type_Live {
  color: #565656;
}
.compo-id66656 {
  margin-top: 50px;
}
.compo-meetings {
  margin-bottom: 20px;
}
/*------------------------------------------------------*/

.item p {
  color: white;
}
.slide-text {
  left: 0;
  bottom: 1%;
  right: 0;
  margin: auto;
  position: absolute;
  text-align: left;
  padding: 10px 0px;
}
.slide-text > h2 {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 30px;
  color: white;
  font-size: 55px;
  font-style: normal;
  margin-bottom: 0px;
  letter-spacing: 1px;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.slide-text > h2 .small {
  color: white;
  font-size: 25px;
}
.slide-text > p {
  padding: 0;
  color: black;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 40px;
  letter-spacing: 1px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
  .slide-text h2 {
    font-size: 60px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .slide-text > p {
    font-size: 25px;
  }
}
/*---------- MEDIA 480px ----------*/

@media (max-width: 768px) {
  .slide-text {
    padding: 10px 50px;
  }
  .slide-text h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .slide-text > p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .control-round .carousel-control {
    display: none;
  }
}
@media (max-width: 480px) {
  .slide-text {
    padding: 10px 30px;
  }
  .slide-text h2 {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .slide-text > p {
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .indicators-line > .carousel-indicators {
    display: none;
  }
}
/*---------- new rollover ----------*/

/* Included color classes.. 
    .red 
	.blue 
	.yellow
	.green
	.navy
*/

figure.snip1174 {
  color: white;
  position: relative;
  float: left;
  overflow: hidden;
  background-color: #1a1a1a;
  color: white;
  text-align: center;
  width: 100%;
  border-radius: 0px;
}
figure.snip1174 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1174 img {
  max-width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  vertical-align: top;
  opacity: 1;
}
figure.snip1174 figcaption {
  position: absolute;
  padding: 0px;
  top: 0;
  left: 0;
}
figure.snip1174 h2,
figure.snip1174 p {
  margin: 0;
  padding: 0;
}
figure.snip1174 h2 {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 100;
  font-size: 1.8em;
  width: 100%;
  background-color: #8ba63d;
  color: white;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  font: 24pt FontName2;
}
figure.snip1174 p {
  background-color: rgba(91, 119, 9, 0.5);
  font-weight: 300;
  margin-top: -10px;
  margin-bottom: 20px;
  line-height: 1.4em;
  font: 14pt FontName1;
  color: white;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
figure.snip1174 a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid white;
  text-decoration: none;
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.8em;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
}
figure.snip1174 a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
figure.snip1174.blue {
  background-color: #5b7709;
}
figure.snip1174.yellow {
  background-color: #5b7709;
}
figure.snip1174.green {
  background-color: #5b7709;
}
figure.snip1174.navy {
  background-color: #5b7709;
}
figure.snip1174.red {
  background-color: #5b7709;
}
figure.snip1174:hover img,
figure.snip1174.hover img {
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure.snip1174:hover a,
figure.snip1174.hover a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
