/* Set custom font for the File more than one */

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

@font-face {
  font-family: FontName2;
  src: url(/Sites/2828/_Layout/OpenSans-Regular.ttf);
}
@font-face {
  font-family: FontName3;
  src: url(/Sites/2828/_Layout/OpenSans-Semibold.ttf);
}
/*Main background image*/

body {
  background: url(/Sites/2828/_Layout/htmlBg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body p,
div {
  font: 12pt FontName2;
  color: black;
}
h3 {
  font-size: 15pt;
  color: #333333;
}
.mainContents {
  background: url(/Sites/2828/_Layout/mainContents.png) center;
}
.compoTitle {
  font-family: FontName3;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 5px;
  color: #026461;
  line-height: 1.4;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.row {
  margin-top: 10px;
}
.HeadingImage img {
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.rteText img {
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.navbar {
  background-color: #3d6645;
  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;
  border-color: #3d6645;
  text-align: center;
}
.navbar a {
  color: white;
}
@media (min-width: 768px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .navbar .navbar-collapse {
    text-align: left;
    border-bottom-color: #e5dfc2;
    border-top-color: #e5dfc2;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
}
.navbar-default .navbar-nav > li > a {
  color: white;
  font-family: FontName1;
  font-size: 13pt;
  text-align: center;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #b11030;
  background-color: white;
}
.dropdown-submenu .caret {
  color: transparent;
}
.dropdown-menu > li > a {
  color: #3d6645;
  font: 13pt FontName2;
}
.dropdown-menu > li > a:hover {
  background-color: #3d6645;
  color: white;
  font: 13pt FontName2;
}
.BottomMargin {
  margin-bottom: 15px;
}
.now_page {
  background: #a8c8f4;
}
.Page_Type_Live {
  color: #3d6645;
}
.minutes a {
  color: #b11030;
}
.CompoBs_HeadingImage {
  padding-top: 20px;
  padding-bottom: -20px;
}
.HeadingImage {
  margin-bottom: -10px;
}
.CompoBs_HeadingImage img {
  border: 3px solid white;
}
.bricks {
  padding: 155px 8px 8px 8px;
  margin-bottom: 5px;
  height: 220px;
}
.bricks h4 {
  color: white;
  font-size: 16pt;
}
.brickWithBg .bricks-text {
  background-color: rgba(61, 102, 69, 0.92);
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  font-weight: bold;
}
.bricks a:hover {
  color: #3d6645;
  text-decoration: none;
}
a,
a:visited,
a:active {
  color: #b11030;
  font-weight: bold;
}
a:hover {
  color: black;
  font-weight: bold;
}
.minutes {
  background: #e5dfc2;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 10px;
  text-align: center;
}
h1 {
  font: 24pt FontName3;
  color: #3d6645;
  text-align: center;
}
.compoTitle h2 {
  font-size: 22pt;
  font-family: FontName2;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  border-bottom: solid;
  text-align: left;
  color: #3d6645;
}
h2 {
  font-size: 22pt;
  font-family: FontName2;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  border-bottom: solid;
  text-align: left;
  color: #3d6645;
}
h3 {
  font: 20pt FontName2;
  color: #3d6645;
}
h4 {
  font: 18pt FontName1;
  color: #3d6645;
}
h5 {
  width: 100%;
  background-color: #3d6645;
  color: white;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  font: 12pt FontName3;
  font-weight: bold;
}
h5 a {
  color: white;
}
h5 a:hover {
  color: #e5dfc2;
}
h6 {
  width: 100%;
  background-color: #e5dfc2;
  color: #333333;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  font: 12pt FontName2;
}
h6 a {
  color: #b11030;
  font-weight: bold;
}
h6 a:hover {
  color: black;
}
.site-header {
  background-color: white;
}
.site-header a {
  color: white;
}
.footer {
  background-color: #3d6645;
  margin-top: 50px;
}
.compo-footer,
.compo-footer a {
  background-color: #3d6645;
  color: white;
}
.compo-footer a:hover {
  color: #fdeed7;
}
.copyright {
  color: white;
  text-align: center;
  margin-bottom: 20px;
}
.compo-people .col-sm-6 h4 {
  margin-bottom: -10px;
}
/* News Home page */

.id90111 {
  background-image: url(/Sites/2828/_Layout/News_Bgrd.jpg);
  padding-top: 10px;
  padding-bottom: 20px;
}
.id90111 .news p {
  color: white;
}
.id90111 .news h4 a {
  color: #d3e6e8;
}
.id90111 .col-md-4 {
  border-bottom: solid;
  border-left: solid;
  border-right: solid;
  border-top: solid;
  border-color: #d3e6e8;
}
/*Docs and Finance */

.compo-id92714 p,
.compo-id90156 p {
  width: 100%;
  background-color: #e5dfc2;
  color: #333333;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  font: 12pt FontName2;
}
.compo-id92714 a,
.compo-id90156 a {
  color: #b11030;
  font-weight: bold;
}
.compo-id92714 a:hover,
.compo-id90156 a:hover {
  color: black;
}
.compo-committee h2 {
  font: 18pt FontName1;
  color: #3d6645;
  border-bottom: none;
}
.events h2 {
  font: 14pt Fontname1;
  text-align: center;
}
/*---------- new rollover ----------*/

/* Picture Rollover left text up */

.broL {
  list-style: none;
}
/* Common style */

.broL figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: black;
  text-align: center;
  cursor: pointer;
}
.broL figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
.broL figure figcaption {
  color: black;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.broL figure figcaption::before,
.broL figure figcaption::after {
  pointer-events: none;
}
.broL figure figcaption,
.broL figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* For some effects it will show as a button */

.broL figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.broL figure h2,
.broL figure p {
  margin: 0;
}
.broL figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
/* Individual effects */

/*---------------*/

/***** Lily *****/

/*---------------*/

figure.effect-lily img {
  max-width: none;
  width: -webkit-calc(150%);
  width: calc(150%);
  opacity: 0.8;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
figure.effect-lily figcaption h2,
figure.effect-lily figcaption p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
figure.effect-lily figcaption h2 {
  color: white;
  text-align: center;
  font-size: 18pt;
  padding-top: 10px;
  background-color: #3d6645;
}
figure.effect-lily figcaption p {
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
figure.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure.effect-lily p {
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
figure.effect-lily:hover img {
  opacity: 0.5;
}
figure.effect-lily:hover p {
  opacity: 1;
}
figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.compo-id92795 .col-md-3 {
  margin-bottom: 10px;
}
