/* 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/1291/_Layout/OpenSans-Regular.ttf);
}
/* Set custom font for the File more than one */

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

/*Main background image*/

body {
  background: url(/Sites/1291/_Layout/BG.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*Content area background image*/

.mainContents {
  background: url(/Sites/1291/_Layout/MainContent.png) repeat-y center center fixed;
  margin: 20px;
}
/* font*/

body,
p,
div {
  font: 13pt FontName1;
  color: #0a5640;
}
/*Navigation customisation */

/*Main Background*/

.navbar {
  background-color: #0a5640;
}
.navbar-default {
  border: 0px;
  border-radius: 0px;
}
/*Nav Main font size*/

.navbar-default .navbar-nav > li > a {
  font-size: 13pt;
  color: white;
  background-color: #0a5640;
}
.navbar-default .navbar-nav > li > a:hover {
  font-size: 13pt;
  color: #fffde1;
  background-color: #0a5640;
}
/*Nav drop down*/

.navbar-default .dropdown-menu li a {
  font-size: 13pt;
  color: white;
  background-color: #0a5640;
}
.navbar-default .dropdown-menu li a:hover {
  font-size: 13pt;
  color: #0a5640;
  background-color: white;
}
/*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;
  }
}
/*Heading compo background color etc */

.HeadingText {
  background-color: none;
  color: white;
}
.h1 {
  color: white;
  font-family: 'Tw Cen MT';
  font-size: 21pt;
}
/*Compo Title styling*/

.compoTitle {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.compoTitle h2 {
  font: 16pt FontName1;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0a5640;
}
.compoTitle h2 a {
  color: white;
}
/* Bricks own styling  */

.brick210,
.brick1/*ID number*/ {
  padding-top: 200px;
}
/*Header background*/

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

.CompoBs_HeadingImage img {
  border: 15px #0a5640;
}
h4 {
  font: 16pt FontName1;
  color: #0a5640;
}
a {
  color: #8d6708;
  font-weight: bold;
}
a:hover {
  color: #0a5640;
  font-weight: bold;
}
h6 {
  width: 100%;
  background-color: #fff6de;
  color: #0a5640;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font: 12pt FontName1;
}
h5 {
  background-color: #0a5640;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font: 14pt FontName2;
  color: white;
  text-align: center;
}
h5 a {
  color: white;
  font-weight: bold;
}
h5 a:hover {
  color: white;
  font-weight: bold;
}
.align-left {
  text-align: left;
}
h1 {
  text-transform: none;
  color: #0a5640;
}
.bricks .block h4.brickWithBg,
.bricks .block p.brickWithBg {
  background-image: none;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
}
.bricks a:hover {
  color: #8d6708;
}
.brickWithBg .bricks-text {
  background-image: none;
  padding-top: 94px;
  padding-bottom: 5px;
  color: white;
}
.bricks4 a:hover {
  color: #8d6708;
}
.bricks4 {
  background-color: white;
  border: 0px;
}
.bricks-text h4 {
  color: white;
}
.bricks {
  height: 255px;
  width: 255px ;
  border-radius: 122px 122px 122px 122px;
}
