/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
@font-face {
  font-family: 'Humanist Bold';
  src: url('humanist_777_bt_bold-webfont.eot');
  src: url('humanist_777_bt_bold-webfont.eot?#iefix') format('embedded-opentype'), url('humanist_777_bt_bold-webfont.woff') format('woff'), url('humanist_777_bt_bold-webfont.ttf') format('truetype'), url('humanist_777_bt_bold-webfont.svg#Humnst777BTBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Humanist';
  src: url('humanist_777_bt-webfont.eot');
  src: url('humanist_777_bt-webfont.eot?#iefix') format('embedded-opentype'), url('humanist_777_bt-webfont.woff') format('woff'), url('humanist_777_bt-webfont.ttf') format('truetype'), url('humanist_777_bt-webfont.svg#Humnst777BTRoman') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ==|== colours ====================================================== */
/* ==|== fonts ====================================================== */
/* ==|== effects ====================================================== */
.bold {
  font-family: "Humanist Bold", Arial, sans-serif;
  font-weight: 300;
}
/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}
body,
button,
input,
select,
textarea {
  font-family: "Humanist", Arial, sans-serif;
  color: #222;
}
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
a {
  color: #6a971f;
}
a:visited {
  color: #80ba27;
  text-decoration: strike;
}
a:hover {
  color: #80ba27;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
table button, table input {
  *overflow: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* ==|== primary styles =====================================================
   Author: Clive Sweeting www.sweet-apple.co.uk
   ========================================================================== */
html, body {
  font-face: "Humanist", Arial, sans-serif;
  font-size: 10px;
}
a {
  text-decoration: none;
}
strong {
  font-family: "Humanist Bold", Arial, sans-serif;
  font-weight: 300;
}
/* ==|== helper classes ====================================================== */
.light-green {
  color: #c0d886;
}
.green {
  color: #80ba27;
}
.dark-green {
  color: #6a971f;
}
.column {
  float: left;
  display: inline;
}
.column.two {
  width: 45%;
  margin: 0 5%;
}
.column.three {
  width: 30%;
  margin: 0 2.5%;
}
.column.first {
  margin-left: 0 !important;
}
.column.last {
  margin-right: 0 !important;
}
/* ==|== Structure ====================================================== */
#banner {
  position: relative;
  overflow: auto;
  margin-bottom: 5em;
}
#banner-logo {
  float: left;
  width: 11.5em;
  height: 11.5em;
}
#banner-logo a {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#banner-logo a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: .5;
}
#nav-main {
  zoom: 1;
  float: left;
  margin-top: 9.2em;
}
#nav-main ul {
  margin: 0 3em;
}
#nav-main ul li {
  float: left;
  margin: 0 0.7em;
  -webkit-border-top-right-radius: 1em;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 1em;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 1em;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 1em;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#nav-main ul li:first-child {
  margin-left: 0;
}
#nav-main ul li:last-child {
  margin-right: 0;
}
#nav-main ul li a {
  display: block;
  padding: 0.4em 0.8em;
  font-family: "Humanist", Arial, sans-serif;
  color: #c0d886;
  font-size: 14px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#nav-main ul li a:hover, #nav-main ul li aa.selected {
  color: #6a971f;
}
#nav-main select {
  width: 100%;
}
.borderradius #nav-main ul li:hover {
  background-color: #8dc63f;
}
.borderradius #nav-main a:hover {
  color: #ffffff;
}
#main {
  font-size: 1.4em;
  color: #4c565c;
  overflow: auto;
}
#main h1 {
  font-family: "Humanist Bold", Arial, sans-serif;
  font-size: 75px;
  line-height: 65px;
  font-weight: 300;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  color: #c0d886;
  margin: 0 0 10px 0;
}
#main h1.dark-green {
  color: #6a971f;
}
#main p {
  line-height: 21px;
  color: #4c565c;
}
#main dl dt {
  font-family: "Humanist Bold", Arial, sans-serif;
  font-weight: 300;
  margin: 0 0 0 0;
  padding: 0 0 0 1em;
  background: transparent url(../images/background-list-item.gif) no-repeat 0 50%;
}
#main dl dd {
  margin: 0 0 0.8em 1em;
}
#main dl.column.two {
  width: 47%;
  margin: 0 2%;
}
#main a[href^=tel] {
  color: #6a971f;
}
#main div.vcard {
  margin: 1em 0;
}
#main div.vcard div.adr, #main div.vcard div.email {
  padding-bottom: 0.5em;
}
#main div.vcard div.registration {
  padding: 0.5em 0;
}
/* ==|== non-semantic helper classes ======================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* ==|== media queries ====================================================== */
@media only screen and (min-width: 320px) and (max-width: 900px) {
  #container {
    margin: 1em;
  }
  #banner {
    margin-bottom: 0;
  }
  #nav-main {
    width: 100%;
    clear: both;
    margin: 2em 0;
  }
  #main div.pad-left {
    margin-left: 0;
  }
  #main h1 {
    font-size: 45px;
    line-height: 45px;
    margin: 0 0 10px 0;
  }
  #panels div.panel {
    position: relative;
    padding: 2em;
    margin: 2em 0;
    background-color: #8dc63f;
  }
  #panels div.panel.first {
    margin-right: 0;
  }
  #panels div.panel.last {
    margin-left: 0;
  }
  #panels div.panel h2 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-family: "Humanist", Arial, sans-serif;
    color: #ffffff;
  }
  #panels div.panel p {
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
  }
  #panels div.panel a.more {
    display: block;
    width: 60px;
    padding: 6px 20px;
    background-color: #ffffff;
    color: #6a971f;
  }
  #panels div.panel a.more:hover {
    background-color: #6a971f;
    color: #ffffff;
  }
  .borderradius #panels div.panel {
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .borderradius #panels div.panel a.more {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  #footer {
    margin: 1em;
    text-align: right;
    color: #6a971f;
  }
}
@media only screen and (min-width: 900px) {
  #container {
    width: 900px;
    margin: 10px auto 0 auto;
    background: transparent url(../images/background-container.jpg) no-repeat 0 100%;
  }
  .borderradius #container {
    background: transparent url(../images/background-container-borderradius.jpg) no-repeat 0 100%;
  }
  #main {
    margin-left: 145px;
    margin-right: 130px;
  }
  #main div.pad-left {
    margin-left: 130px;
  }
  #main h1.dark-green {
    color: #6a971f;
  }
  #main dl.first {
    margin-left: 0;
  }
  #main dl.last {
    margin-right: 0;
  }
  #panels {
    position: relative;
    width: 900px;
    height: 210px;
    padding: 175px 0 35px 0;
    overflow: auto;
  }
  #panels div.panel {
    position: relative;
    float: left;
    width: 230px;
    height: 210px;
    overflow: hidden;
    padding: 0px 20px 0px 30px;
  }
  #panels div.panel.panel.first {
    margin-right: 27px;
  }
  #panels div.panel.panel.first p {
    color: #6a971f;
  }
  #panels div.panel.panel.last {
    margin-left: 22px;
  }
  #panels div.panel h2 {
    margin: 0 0 30px 0;
    font-size: 30px;
    font-family: "Humanist", Arial, sans-serif;
    color: #ffffff;
  }
  #panels div.panel p {
    margin: 0;
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
  }
  #panels div.panel a.more {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 20px;
    width: 90px;
    height: 24px;
    text-indent: -999em;
  }
  .borderradius #panels div.panel a.more {
    padding: 6px 20px;
    height: 12px;
    width: 60px;
    font-size: 10px;
    line-height: 12px;
    color: #ffffff;
    font-family: "Humanist Bold", Arial, sans-serif;
    text-transform: uppercase;
    text-indent: 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #5d9732;
  }
  .borderradius #panels div.panel a.more:hover {
    -moz-opacity: 50;
    -khtml-opacity: 50;
    -webkit-opacity: 50;
    opacity: 50;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }
  .borderradius #panels div.panel.last a.more {
    background-color: #7ac142;
  }
  #footer {
    overflow: auto;
    margin: 0 auto;
    width: 900px;
    text-align: right;
    color: #a0a470;
  }
  #footer div {
    margin: 15px;
  }
  #footer a {
    color: #a0a470;
  }
  #footer #site-credits {
    margin-left: 70px;
    float: left;
  }
  #footer #copyright {
    float: right;
  }
}
/* ==|== print styles ======================================================= */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  #nav-main, #panels {
    display: none;
  }
}
