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

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

/*Main background image*/

body {
  background: url(/Sites/2804/_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/2804/_Layout/mainContents.png) center;
  margin-top: -20px;
}
.TownTitle {
  font-size: 45pt;
  text-transform: uppercase;
  color: #4a4b49;
}
/* font*/

body p,
div {
  font: 13pt FontName1;
  color: black;
  text-align: centre;
}
.compo-id99980 h5 {
  margin-top: -1px;
}
.section- h4 {
  background-color: aqua;
}
.section- p {
  color: blue;
}
.section- h4 {
  background-color: bisque;
}
.section- p {
  color: blueviolet;
}
/*Navigation customisation */

/*Main Background*/

.navbar {
  background-color: #025429;
  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;
}
.navbar-default .navbar-nav > li > a:hover {
  font-size: 12pt;
  color: #ececec;
}
/*Nav drop down*/

.navbar-default .dropdown-menu li a {
  font-size: 12pt;
  color: black;
}
.navbar-default .dropdown-menu li a:hover {
  font-size: 12pt;
  color: #025429;
}
/*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;
  }
}
.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 */

.heading h2 {
  font: 16pt FontName1;
  color: black;
  text-align: center;
}
/*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;
}
.compoTitle h2 {
  font: 24pt FontName2;
  color: #025429;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 0px;
}
/*Header background*/

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

.CompoBs_HeadingImage img {
  border: 3px solid white;
}
.rteText img.no-border-img {
  border-width: 0px;
}
.bricks {
  padding: 8px 8px 8px 8px;
  margin-bottom: 24px;
  height: 250px;
}
.bricks-text h4 {
  color: white;
  font-size: 16pt;
}
.bricks-text h4 a:hover {
  color: #bdcad9;
}
.brickWithBg .bricks-text {
  background-color: rgba(2, 84, 41, 0.83);
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 180px;
  text-align: center;
  color: white;
}
h1 {
  font: 24pt FontName2;
  color: #025429;
  text-align: left;
}
h2 {
  font: 16pt FontName2;
  color: #025429;
  text-align: left;
}
h3 {
  font: 14pt FontName2;
  color: #025429;
  text-align: left;
}
h4 {
  font: 16pt FontName1;
  color: #025429;
  font-weight: bold;
}
h6 {
  width: 100%;
  background-color: white;
  color: black;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  font: 13pt FontName2;
  font-weight: bold;
  -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);
}
h5 {
  width: 100%;
  background-color: #025429;
  color: white;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  font: 13pt FontName2;
  font-weight: bold;
}
h5 a {
  color: white;
}
h5 a:hover {
  color: #e0f5c0;
}
.contactform,
.contactmap {
  background-color: white;
  padding: 1px 10px 10px 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
}
h6 a {
  color: #025429;
}
h6 a:hover {
  color: #007faa;
}
a {
  color: #025429;
  font-weight: bold;
}
a:hover {
  color: #007faa;
}
.id44417 h4 a {
  color: #c32634;
}
.id44417 h5 a:hover {
  color: black;
}
.news {
  background: white;
  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: #025429;
}
.news a:hover {
  color: #025429;
}
.carousel {
  margin-top: 0px;
}
.align-left {
  text-align: left;
}
label.control-label {
  width: 200px;
  font-weight: normal;
}
.row {
  margin-bottom: 0px;
}
.compo-footer {
  background-color: #025429;
  height: 170px;
  padding-top: -10px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 25px;
  margin-top: 0px;
  text-align: left;
  color: white;
  font-size: 12pt;
}
.compo-footer div.row p {
  text-align: left;
  color: white;
  font: 12pt FontName2;
}
.copyright {
  color: white;
}
.compo-footer a {
  color: white;
  font: 13pt;
}
.Page_Type_Live {
  color: #c32634;
}
.compo-id43924 .row {
  margin-top: -1px;
}
/* ==========================================================================
   7. How It Works Section
========================================================================== */

.how-it-works {
  background-color: transparent;
  padding-bottom: 30px;
}
.board .nav-tabs {
  position: relative;
  /* border-bottom: 0; */
  /* width: 80%; */
  margin: 40px auto;
  margin-bottom: 0;
  box-sizing: border-box;
}
.board > div.board-inner > .nav-tabs {
  border: none;
}
p.narrow {
  width: 60%;
  margin: 10px auto;
}
.liner {
  height: 2px;
  background: #dddddd;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  /* background-color: #ffffff; */
  border: 0;
  border-bottom-color: transparent;
  outline: 0;
}
span.round-tabs {
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  border-radius: 100px;
  background: white;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 25px;
}
li.active span.round-tabs.one {
  background: white url(/Sites/2804/_Layout/Committees/FullActive.png) center center !important;
  border: 2px solid white;
  color: white;
  background-size: 100%;
}
li.active span.round-tabs.two {
  background: white url(/Sites/2804/_Layout/Committees/PlanningActive.png) center center !important;
  background-size: 100%;
  border: 2px solid white;
  color: white;
}
li.active span.round-tabs.three {
  background: white url(/Sites/2804/_Layout/Committees/FinanceActive.png) center center !important;
  background-size: 100%;
  border: 2px solid white;
  color: white;
}
li.active span.round-tabs.four {
  background: white url(/Sites/2804/_Layout/Committees/EnvironActive.png) center center !important;
  background-size: 100%;
  border: 2px solid white;
  color: white;
}
li.active span.round-tabs.five {
  background: white url(/Sites/2804/_Layout/Committees/StaffActive.png) center center !important;
  background-size: 100%;
  border: 2px solid white;
  color: white;
}
li.active span.round-tabs.six {
  background: white url(/Sites/2804/_Layout/Committees/LibraryActive.png) center center !important;
  background-size: 100%;
  border: 2px solid white;
  color: white;
}
span.round-tabs.one {
  border: 2px solid #025429;
  color: #dddddd;
  background: white url(/Sites/2804/_Layout/Committees/Full.png) center center;
  background-size: 100%;
}
span.round-tabs.two {
  border: 2px solid #025429;
  color: #dddddd;
  background: white url(/Sites/2804/_Layout/Committees/Planning.png) center center;
  background-size: 100%;
}
span.round-tabs.three {
  border: 2px solid #025429;
  color: #dddddd;
  background: white url(/Sites/2804/_Layout/Committees/Finance.png) center center;
  background-size: 100%;
}
span.round-tabs.four {
  border: 2px solid #025429;
  color: #dddddd;
  background: white url(/Sites/2804/_Layout/Committees/Environ.png) center center;
  background-size: 100%;
}
span.round-tabs.five {
  border: 2px solid #025429;
  color: #dddddd;
  background: white url(/Sites/2804/_Layout/Committees/Staff.png) center center;
  background-size: 100%;
}
span.round-tabs.six {
  border: 2px solid #025429;
  color: #dddddd;
  background: white url(/Sites/2804/_Layout/Committees/Library.png) center center;
  background-size: 100%;
}
.nav-tabs > li.active > a span.round-tabs {
  background: #fafafa;
}
.nav-tabs > li {
  width: 16%;
}
.nav-tabs > li a {
  width: 100px;
  height: 100px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
}
.nav-tabs > li a:hover {
  background: transparent;
}
.tab-pane {
  position: relative;
  padding-top: 50px;
}
.btn-outline-rounded {
  padding: 10px 40px;
  margin: 20px 0;
  border: 2px solid transparent;
  border-radius: 25px;
}
a:hover.btn-success,
a:active.btn-success,
a:focus.btn-success {
  background-color: #82b6f6;
  border: 2px solid #82b6f6;
  color: white;
}
.btn-success {
  color: white;
  background-color: #007faa;
  border-color: #007faa;
}
@media (max-width: 585px) {
  .board {
    width: 90%;
    height: auto !important;
  }
  span.round-tabs {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .tab-content .head {
    font-size: 20px;
  }
  .nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }
  .btn-outline-rounded {
    padding: 12px 20px;
  }
}
/* Picture Rollover left text up */

.testgrid {
  list-style: none;
  text-align: center;
}
/* Common style */

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

.testgrid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.testgrid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.testgrid figure h2 span {
  font-weight: 800;
}
.testgrid figure h2,
.testgrid figure p {
  margin: 0;
}
.testgrid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
/* 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 ----------*/

/* 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;
  background-color: #377e2e;
}
figure.effect-lily figcaption p {
  color: white;
  background-color: rgba(0, 146, 217, 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;
}
/* LESS Document */

