﻿@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/roboto/roboto-bold-webfont.eot");
  src: url("../fonts/roboto/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-bold-webfont.woff") format("woff"), url("../fonts/roboto/roboto-bold-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto-bold-webfont.svg#PTSansRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoRegular";
  src: url("../fonts/roboto/roboto-regular-webfont.eot");
  src: url("../fonts/roboto/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto/roboto-regular-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto-regular-webfont.svg#PTSansRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoThin";
  src: url("../fonts/roboto/roboto-thin-webfont.eot");
  src: url("../fonts/roboto/roboto-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-thin-webfont.woff") format("woff"), url("../fonts/roboto/roboto-thin-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto-thin-webfont.svg#PTSansRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoLight";
  src: url("../fonts/roboto/roboto-light-webfont.eot");
  src: url("../fonts/roboto/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-light-webfont.woff") format("woff"), url("../fonts/roboto/roboto-light-webfont.ttf") format("truetype"), url("../fonts/roboto/roboto-light-webfont.svg#PTSansRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Overrides for text fonts */
.text-thin {
  font-family: "RobotoThin";
}
.text-light {
  font-family: "RobotoLight";
}
.text-regular {
  font-family: "RobotoRegular";
}
.text-bold {
  font-family: "RobotoBold";
}
@media (max-width: 768px) {
  .btn-block-xs {
    display: block;
    width: 100%;
  }
  .btn-block-xs + .btn-block-xs {
    margin-top: 5px;
    margin-left: 0 !important;
  }
  input[type="submit"].btn-block-xs,
  input[type="reset"].btn-block-xs,
  input[type="button"].btn-block-xs {
    width: 100%;
  }
  [class*='col-'] {
    margin-bottom: 5px;
  }
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* typography */
body {
  font-family: "RobotoRegular";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "RobotoBold";
  color: #0b3f5f;
}
#ContentEdit ul li {
  margin-bottom: 5px;
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
ul.pdf {
  list-style-type: none;
  margin-left: 0;
}
ul.pdf li {
  margin-left: 0;
  background-image: url(/images/pdf-icon.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding: 15px 0px 15px 45px;
}
.pageIntroduction h1 {
  font-size: 3em;
  line-height: 1.1;
  text-transform: uppercase;
}
.pageIntroduction p {
  font-size: 18px;
  font-weight: 300;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.list {
  position: relative;
  margin: 1.5em 0;
}
.list > i {
  position: absolute;
  left: -3px;
  top: -3px;
  font-size: 2em;
}
.list > h2,
.list > h3 {
  margin: 0 0 0 50px;
}
.list > p {
  margin: 0 0 0 50px;
}
.quote {
  position: relative;
  margin: 1.5em 0;
}
.quote > i {
  position: absolute;
  top: -10px;
  left: -7px;
  font-size: 2em;
  color: rgba(51, 51, 51, 0.44);
}
.quote > small {
  margin-left: 50px;
  opacity: 0.7;
  font-size: 1em;
}
.quote > p {
  margin-left: 50px;
  font-size: 1.5em;
}
.row {
  margin-bottom: 10px;
}
.block18 figure figcaption {
  margin-top: 15px;
}
.block26 btn,
.block27 btn,
.block28 btn {
  margin: 5px 0px 5px 0px;
}
body {
  font-family: "droid_sansregular", Arial, Verdana, sans-serif;
}
strong {
  font-family: "droidsans_bold", Arial, Verdana, sans-serif;
}
.image-caption {
  /*max-width: 75%;*/
  background-color: #FFFFFF;
  margin-top: -25px;
  margin-bottom: 35px;
  padding: 3px 3px 3px 3px;
  margin-left: 3px;
  display: table;
  z-index: 1000;
  position: relative;
  font-size: 9px;
}
.image-caption p {
  margin: 0;
}
.header-caption {
  float: right;
  background-color: #FFFFFF;
  padding: 3px 6px 3px 6px;
  display: table;
  z-index: 1000;
  position: relative;
  font-size: 9px;
}
@media (max-width: 767px) {
  .header-caption {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-caption {
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-caption {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .header-caption {
    margin-top: 70px;
  }
}
.btn-hcl {
  background-color: #44873b;
  border-color: #44873b;
  color: #FFF !important;
}
.btn-hcl:hover,
.btn-hcl:focus,
.btn-hcl:active,
.btn-hcl.active {
  background-color: #3b7533;
  border-color: #32642b;
  color: #FFF;
}
.btn-hcl.disabled:hover,
.btn-hcl.disabled:focus,
.btn-hcl.disabled:active,
.btn-hcl.disabled.active,
.btn-hcl[disabled]:hover,
.btn-hcl[disabled]:focus,
.btn-hcl[disabled]:active,
.btn-hcl[disabled].active,
fieldset[disabled] .btn-hcl:hover,
fieldset[disabled] .btn-hcl:focus,
fieldset[disabled] .btn-hcl:active,
fieldset[disabled] .btn-hcl.active {
  background-color: #44873b;
  border-color: #44873b;
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* gradients */
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* contact form */
.errorList {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.form-horizontal .control-label.terms {
  text-align: left;
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* PAGE BUILD */
/* HEADER */
header.main img.main-logo {
  margin: 20px auto;
}
header.main img.facebook-icon {
  width: 30px;
  margin-top: 20px;
}
/* NAVIGATION */
.navbar-hcl {
  border-radius: 0;
  background: #01713c;
  background: linear-gradient(to bottom, #01713c 0%, #399349 100%);
  font-family: "RobotoRegular";
  margin-bottom: 0;
}
.navbar-hcl .navbar-collapse {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.navbar-hcl li a {
  color: #FFF !important;
  font-size: 14px;
  font-family: "RobotoRegular";
}
@media (min-width: 992px) {
  .navbar-hcl li a {
    font-size: 18px;
  }
}
.navbar-hcl li a:hover {
  background-color: #01713c !important;
}
.navbar-hcl li.active a {
  background-color: #0b3f5f !important;
}
.navbar-hcl li.active a:hover {
  background-color: #247ca5 !important;
}
.navbar-hcl .main-logo {
  height: 35px;
  margin-top: -7px;
}
.navbar-hcl.affix-top .show-affix {
  display: none;
}
.navbar-hcl.affix-top .hide-affix {
  display: block;
}
.navbar-hcl.affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.navbar-hcl.affix .show-affix {
  display: block;
}
@media (max-width: 767px) {
  .navbar-hcl.affix .show-affix {
    display: none;
  }
}
.navbar-hcl.affix .hide-affix {
  display: none;
}
@media (max-width: 767px) {
  .navbar-hcl.affix .hide-affix {
    display: block;
  }
}
.jumbotron {
  height: 400px;
  background-color: #DDD;
  width: 100%;
  padding: 0;
  background-position: center center;
  background-size: cover;
}
/* FOOTER */
footer.logos {
  padding: 20px 0 20px 0;
}
footer.logos > .container {
  text-align: center;
}
@media (min-width: 768px) {
  footer.logos > .container {
    text-align: left;
  }
}
footer.logos > .container img {
  height: 45px;
  margin: 12px 5px;
}
@media (min-width: 768px) {
  footer.logos > .container img {
    height: 45px;
    margin: auto 36px;
  }
}
@media (min-width: 992px) {
  footer.logos > .container img {
    height: 60px;
    margin: auto 45px;
  }
}
@media (min-width: 1200px) {
  footer.logos > .container img {
    height: 68px;
    margin: auto 64px;
  }
}
footer.logos > .container img:first-child {
  margin-left: 0 !important;
}
footer.main {
  color: #FFF !important;
  background: #0b3f5f;
  background: linear-gradient(to top, #0b3f5f 0%, #247ca5 100%);
  padding-top: 40px;
  padding-bottom: 40px;
}
footer.main h2 {
  color: #FFF;
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 0;
}
footer.main ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
footer.main ul li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
footer.main ul li a {
  color: #FFF;
  font-family: "RobotoRegular";
}
footer.main ul li a:hover {
  text-decoration: underline;
}
footer.main .footerlogos {
  text-align: left;
}
footer.main .footerlogos img {
  height: 45px;
  margin: 5px 5px 0 5px;
}
@media (min-width: 768px) {
  footer.main .footerlogos img {
    height: 50px;
  }
}
footer.main .footerlogos img:first-child {
  margin-left: 0 !important;
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* HOMEPAGE */
.bannercontainer {
  /*.tp-bullets {

		float:none;
		margin: 0 auto;
		display: table;
		table-layout: fixed;	
		
		height:30px;		
		position:relative;

		@media (max-width: @screen-sm-max) {
			display:none;	
		}
	
	}*/
}
@media (max-width: 991px) {
  .bannercontainer .tparrows {
    display: none;
  }
}
.bannercontainer .mainTitle {
  font-family: "droid_sansbold", Arial, Verdana, sans-serif;
  padding: 15px 15px 15px 15px;
  line-height: 55px;
  font-size: 50px;
  color: #FFF;
  text-align: center;
  background: #5ea653;
  background: linear-gradient(to bottom, #5ea653 0%, #58a04e 100%);
}
.bannercontainer .subTitle {
  font-family: "droid_sansbold", Arial, Verdana, sans-serif;
  padding: 15px 15px 15px 15px;
  line-height: 40px;
  font-size: 30px;
  color: #FFF;
  text-align: left;
  background: #0b3f5f;
  background: linear-gradient(to top, #0b3f5f 0%, #247ca5 100%);
}
.websiteIntro {
  margin: 25px 0px 50px 0px;
}
.websiteIntro .introText {
  font-size: 16px;
}
.sectionTitle {
  background: #0b3f5f;
  background: linear-gradient(to top, #0b3f5f 0%, #247ca5 100%);
  font-family: "droid_sansbold", Arial, Verdana, sans-serif;
  font-size: 30px;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 20px 0px;
  color: #FFF;
  text-align: center;
}
@media (max-width: 991px) {
  .sectionTitle {
    font-size: 26px;
  }
}
.sectionNewsItem {
  margin: 0px 0px 20px 0px;
}
.sectionNewsItem .itemImage {
  height: 240px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.sectionNewsItem .itemDetails {
  background: #5ea653;
  background: linear-gradient(to bottom, #5ea653 0%, #58a04e 100%);
  color: #FFF;
  padding: 15px 15px 15px 15px;
  text-align: center;
}
.sectionNewsItem .itemDetails .itemTitle {
  font-family: "droid_sansbold", Arial, Verdana, sans-serif;
  font-size: 18px;
  margin: 0px 0px 10px 0px;
}
.sectionNewsItem .itemDetails .itemDate {
  font-family: "droid_sansbold", Arial, Verdana, sans-serif;
  font-size: 12px;
  margin: 0px 0px 10px 0px;
}
.sectionNewsItem .itemDetails .itemSummary {
  margin: 0px 0px 10px 0px;
}
.sectionNewsItem .itemDetails .reportSelect {
  margin: 0px 0px 10px 0px;
}
.sectionNewsItem .itemDetails .itemDetailedInfo {
  text-align: left;
}
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/* OTHER PAGES */
#PageHeader {
  /*page hero images */
}
#PageHeader .heroImage {
  background: url(/assets/page-images/activities_hill-walking.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*background-position:center;*/
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #PageHeader .heroImage {
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #PageHeader .heroImage {
    height: 170px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #PageHeader .heroImage {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  #PageHeader .heroImage {
    height: 300px;
  }
}
#PageHeader .pageCategory {
  display: inline-block;
  font-family: "droid_sansbold", Arial, Verdana, sans-serif;
  line-height: 40px;
  font-size: 50px;
  color: #FFF;
  background: #5ea653;
  background: linear-gradient(to bottom, #5ea653 0%, #58a04e 100%);
}
@media (max-width: 767px) {
  #PageHeader .pageCategory {
    line-height: 16px;
    font-size: 16px;
    margin: 10px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #PageHeader .pageCategory {
    line-height: 30px;
    font-size: 30px;
    margin: 20px 0px 0px 20px;
    padding: 10px 10px 10px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #PageHeader .pageCategory {
    line-height: 30px;
    font-size: 30px;
    margin: 20px 0px 0px 30px;
    padding: 15px 15px 15px 15px;
  }
}
@media (min-width: 1200px) {
  #PageHeader .pageCategory {
    line-height: 40px;
    font-size: 40px;
    margin: 30px 0px 0px 30px;
    padding: 15px 15px 15px 15px;
  }
}
#PageHeader .pageSubCategory {
  display: inline-block;
  font-family: "droid_sansbold", Arial, Verdana, sans-serif;
  padding: 15px 15px 15px 15px;
  color: #FFF;
  text-align: left;
  background: #0b3f5f;
  background: linear-gradient(to top, #0b3f5f 0%, #247ca5 100%);
}
@media (max-width: 767px) {
  #PageHeader .pageSubCategory {
    line-height: 16px;
    font-size: 16px;
    margin: 5px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #PageHeader .pageSubCategory {
    line-height: 30px;
    font-size: 30px;
    margin: 10px 0px 0px 20px;
    padding: 10px 10px 10px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #PageHeader .pageSubCategory {
    line-height: 30px;
    font-size: 30px;
    margin: 10px 0px 0px 30px;
    padding: 15px 15px 15px 15px;
  }
}
@media (min-width: 1200px) {
  #PageHeader .pageSubCategory {
    line-height: 40px;
    font-size: 40px;
    margin: 20px 0px 0px 30px;
    padding: 15px 15px 15px 15px;
  }
}
#PageHeader ul.tertiaryNav {
  margin: 40px 0px 0px 0px;
}
#PageHeader ul.tertiaryNav li.title a {
  background-color: #0c4162;
  color: #FFF;
  font-size: 16px;
}
#PageHeader ul.tertiaryNav li.main a {
  font-size: 16px;
}
#PageHeader ul.tertiaryNav li.main a.active {
  background-color: #CCC;
}
#Content .page-header:first-child {
  padding-top: 0;
  margin-top: 0;
}
#Content ul.subMenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#Content ul.subMenu li.title a {
  color: #FFF;
  font-size: 18px;
  text-decoration: none;
  padding: 10px;
  display: block;
  font-family: "droid_sansbold", Arial, Verdana, sans-serif;
  background: #5ea653;
  background: linear-gradient(to bottom, #5ea653 0%, #58a04e 100%);
}
#Content ul.subMenu li.title a:hover {
  background-color: #3b7533;
}
#Content ul.subMenu li.main a {
  display: block;
  padding: 10px;
  text-decoration: none;
}
#Content ul.subMenu li.main a:hover,
#Content ul.subMenu li.main a.active {
  color: #FFF;
  background: #0b3f5f;
  background: linear-gradient(to top, #0b3f5f 0%, #247ca5 100%);
}
#Content ul.subMenu li.sub a {
  display: block;
  padding: 10px 10px 10px 40px;
  text-decoration: none;
}
#Content ul.subMenu li.sub a:hover,
#Content ul.subMenu li.sub a.active {
  color: #333;
  background-color: #CCC;
}
#Content ul.subMenu li.yellowSubmarine a {
  display: block;
  padding: 10px 10px 10px 55px;
  text-decoration: none;
}
#Content ul.subMenu li.yellowSubmarine a:hover,
#Content ul.subMenu li.yellowSubmarine a.active {
  color: #333;
  background-color: #EEE;
}