@charset "UTF-8";
/*!!
* Global Styles Definitions
*
* @author			Matt Gifford
* @copyright		2014 Timeshifting Interactive Limited. All rights reserved.
* @platforms		IE8+, Chrome, Firefox, Safari, Android 2.3+, Mobile Safari (iOS 5+), WindowsPhone8+
*/
/*  ::  Global Styles	*/
/*  ::  Global Styles  »  Web Fonts		*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,400italic,700italic,300italic|Roboto+Slab:400,300);
@font-face {
  font-family: 'nzcf-icons-wf';
  src: url("../webfonts/nzcf-icons-wf.eot?81065910");
  src: url("../webfonts/nzcf-icons-wf.eot?81065910#iefix") format("embedded-opentype"), url("../webfonts/nzcf-icons-wf.woff?81065910") format("woff"), url("../webfonts/nzcf-icons-wf.ttf?81065910") format("truetype"), url("../webfonts/nzcf-icons-wf.svg?81065910#nzcf-icons-wf") format("svg");
  font-weight: normal;
  font-style: normal; }

/*  ::  Global Styles  »  CSS Reset	*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, code, form, fieldset, legend, input, textarea, p, blockquote, figure, figcaption, th, td, small, big {
  margin: 0;
  padding: 0;
  font-size: 16px; }

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  /* make sure html5 elements display correctly in old IE */
  display: block; }

/*  ::  Global Styles  »  Base Styles (incl background images)	*/
html.desktop {
  /* always display vertical scrollbar, stops centered content jumping between pages */
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll; }

body {
  font-family: "Roboto Slab", roboto, serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  text-rendering: optimizeLegibility;
  background: #96c03d;
  color: #000; }
  .tablet body,
  .mobile body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; }

select, input, textarea {
  font: 400 99% "Roboto Slab", roboto, serif; }

a {
  color: #96c03d;
  text-decoration: none; }

a:hover {
  color: #789931;
  text-decoration: underline; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit; }

fieldset, img {
  border: 0;
  display: block; }

input.placeholder,
textarea.placeholder,
::-webkit-input-placeholder,
:-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: #aaa;
  font-style: italic; }

legend {
  color: #000; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 300; }

b, strong {
  font-weight: bold; }

cite, i, em {
  font-style: italic; }

big {
  font-size: 115%; }

small {
  font-size: 85%; }

pre, code {
  font-family: monospace;
  line-height: 100%; }

caption, th {
  text-align: left; }

ul, ol {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-weight: 300; }

hr {
  width: 100%;
  height: 1px;
  border: none;
  overflow: hidden;
  background: #e1e1e1;
  color: #e1e1e1; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  position: relative;
  display: inline-block;
  vertical-align: 0.3em;
  height: 1.2em; }

sub {
  position: relative;
  display: inline-block;
  vertical-align: -0.1em;
  height: 1.2em; }

a.active {
  cursor: default; }

a:active {
  outline: none; }

.clear {
  clear: both; }

.clearfix {
  *zoom: 1; }
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.template {
  display: none !important; }

.hidden,
.mobile .hidden--mobile,
.tablet .hidden--tablet,
.desktop .hidden--desktop,
.mouse .hidden--mouse,
.touch .hidden--touch {
  display: none !important; }

@media only screen and (max-width: 320px) {
  .mobile .hidden--mobile-small {
    display: none !important; } }

@media only screen and (min-width: 321px) and (max-width: 767px) {
  .mobile .hidden--mobile-large {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .tablet .hidden--tablet-small {
    display: none !important; } }

@media only screen and (min-width: 961px) and (max-width: 1200px) {
  .tablet .hidden--tablet-large {
    display: none !important; } }

@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .desktop .hidden--desktop-small {
    display: none !important; } }

@media only screen and (min-width: 1400px) {
  .desktop .hidden--desktop-large {
    display: none !important; } }

.invisible {
  visibility: hidden !important; }

.fpc-holepunch-fallback {
  /* screen reader only content */
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.prepend:before {
  content: attr(data-prepend);
  display: inline-block; }

.append:after {
  content: attr(data-append);
  display: inline-block; }

.colour1 {
  color: #96c03d !important; }

.colour2 {
  color: #189cd8 !important; }

.colour3 {
  color: #e7e9e4 !important; }

.colour4 {
  color: #747474 !important; }

.colour5 {
  color: #000 !important; }

.weight2 {
  font-weight: 200 !important; }

.weight4 {
  font-weight: 400 !important; }

.weight6 {
  font-weight: 600 !important; }

.weight7 {
  font-weight: 700 !important; }

.weight9 {
  font-weight: 900 !important; }

.footnote {
  font-size: 80% !important; }

.underline {
  padding-bottom: 4px;
  border-bottom: 1px solid #e1e1e1;
  display: block;
  margin-bottom: 16px; }

#wpadminbar {
  position: absolute;
  position: fixed !important;
  top: 0; }

#wpadminbar #wp-admin-bar-my-account .ab-item .avatar {
  position: absolute;
  top: 3px;
  right: 0; }
  .mobile #wpadminbar #wp-admin-bar-my-account .ab-item .avatar {
    display: none; }

#wpadminbar #wp-admin-bar-my-account .ab-sub-wrapper {
  padding: 0 0 0 75px; }

/*  ::  Global Styles  »  Alignment Styles	*/
.mediablock {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .mediablock .left {
    position: relative;
    float: left;
    margin-right: 16px; }
  .mediablock .content {
    overflow: hidden; }
  .mediablock .right {
    float: right;
    margin-left: 16px; }

.alignleft {
  float: left;
  margin-right: 16px;
  margin-bottom: 10.66667px; }

.alignright {
  float: right;
  margin-left: 16px;
  margin-bottom: 10.66667px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

/*  ::  Global Styles  »  Heading Styles	*/
.h-heading1,
h1 {
  margin-top: 24px;
  font-family: roboto, serif;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  font-size: 44.28571px; }

.h-heading2,
h2 {
  margin-top: 24px;
  font-family: roboto, serif;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  font-size: 36.57143px; }

.h-heading3,
h3 {
  margin-top: 24px;
  font-family: roboto, serif;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  font-size: 28.85714px; }

.h-heading4,
h4 {
  margin-top: 24px;
  font-family: roboto, serif;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  font-size: 21.14286px; }

.h-heading5,
h5 {
  margin-top: 24px;
  font-family: roboto, serif;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  font-size: 19.21429px; }

.h-heading6,
h6 {
  margin-top: 24px;
  font-family: roboto, serif;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  font-size: 17.28571px; }

img.alignleft + .h-heading1,
img.alignleft + .h-heading2,
img.alignleft + .h-heading3,
img.alignleft + .h-heading4,
img.alignleft + .h-heading5,
img.alignleft + .h-heading6,
img.alignleft + h1,
img.alignleft + h2,
img.alignleft + h3,
img.alignleft + h4,
img.alignleft + h5,
img.alignleft + h6,
img.alignright + .h-heading1,
img.alignright + .h-heading2,
img.alignright + .h-heading3,
img.alignright + .h-heading4,
img.alignright + .h-heading5,
img.alignright + .h-heading6,
img.alignright + h1,
img.alignright + h2,
img.alignright + h3,
img.alignright + h4,
img.alignright + h5,
img.alignright + h6,
.h-heading1:first-child,
.h-heading2:first-child,
.h-heading3:first-child,
.h-heading4:first-child,
.h-heading5:first-child,
.h-heading6:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0; }

.h-heading1.run-on,
.h-heading2.run-on,
.h-heading3.run-on,
.h-heading4.run-on,
.h-heading5.run-on,
.h-heading6.run-on,
h1.run-on,
h2.run-on,
h3.run-on,
h4.run-on,
h5.run-on,
h6.run-on {
  margin-top: 10.66667px; }

.h-heading1 + .h-heading2,
.h-heading1 + .h-heading3,
.h-heading2 + .h-heading3,
.h-heading2 + .h-heading4,
.h-heading3 + .h-heading4,
.h-heading3 + .h-heading5,
.h-heading4 + .h-heading5,
.h-heading5 + .h-heading6,
h1 + h2,
h1 + h3,
h1 + h4,
h2 + h3,
h2 + h4,
h2 + h5,
h3 + h4,
h3 + h5,
h3 + h6,
h4 + h5,
h4 + h6,
h5 + h6 {
  margin-top: 16px; }

/*  ::  Global Styles  »  Paragraph Styles	*/
p {
  margin-top: 16px;
  font-weight: 300;
  font-size: 16px; }

.h-heading1 + p,
.h-heading2 + p,
.h-heading3 + p,
.h-heading4 + p,
.h-heading5 + p,
.h-heading6 + p,
h1 + p,
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p,
p.run-on {
  margin-top: 10.66667px; }

.component-generic-text > div:first-child + p,
img.alignleft + p,
img.alignright + p,
p:first-child {
  margin-top: 0; }

/*  ::  Global Styles  »  List Styles	*/
ol,
ul {
  margin-top: 16px;
  padding: 0 0 0 24px; }

dl {
  margin-top: 16px;
  padding: 0 0 0 24px; }

.h-heading1 + ul,
.h-heading2 + ul,
.h-heading3 + ul,
.h-heading4 + ul,
.h-heading5 + ul,
.h-heading6 + ul,
h1 + ul,
h2 + ul,
h3 + ul,
h4 + ul,
h5 + ul,
h6 + ul,
.h-heading1 + ol,
.h-heading2 + ol,
.h-heading3 + ol,
.h-heading4 + ol,
.h-heading5 + ol,
.h-heading6 + ol,
h1 + ol,
h2 + ol,
h3 + ol,
h4 + ol,
h5 + ol,
h6 + ol,
dl.run-on,
ol.run-on,
ul.run-on {
  margin-top: 10.66667px; }

img.alignleft + ol,
img.alignright + ol,
img.alignleft + ul,
img.alignright + ul,
img.alignleft + dl,
img.alignright + dl,
ol:first-child,
ul:first-child,
dl:first-child {
  margin-top: 0; }

ol {
  list-style: decimal; }

ul {
  list-style: disc; }

ul ul {
  list-style: square; }

ul ul ul {
  list-style: circle; }

li {
  margin-top: 5.33333px;
  font-weight: 300;
  font-size: 16px; }

dt {
  margin-top: 10.66667px;
  font-weight: 700;
  font-size: 19.21429px; }

dd {
  font-size: 16px;
  font-weight: 300; }

dt:first-child,
li:first-child {
  margin-top: 0; }

/*  ::  Global Styles  »  Form Styles	*/
fieldset {
  position: relative;
  display: block;
  padding: 16px 0; }
  fieldset .disabled {
    position: relative;
    overflow: hidden;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40); }
  fieldset .cols2,
  fieldset .cols3,
  fieldset .cols4,
  fieldset .cols5 {
    margin: 0;
    padding-left: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    fieldset .cols2 li,
    fieldset .cols3 li,
    fieldset .cols4 li,
    fieldset .cols5 li {
      margin: 0;
      overflow: hidden; }
  fieldset .cols2 + .cols2,
  fieldset .cols3 + .cols3,
  fieldset .cols4 + .cols4,
  fieldset .cols5 + .cols5 {
    padding-left: 24px; }

.ie7 fieldset .cols2,
.ie7 fieldset .cols3,
.ie7 fieldset .cols4,
.ie7 fieldset .cols5 {
  padding-left: 0 !important; }
  .ie7 fieldset .cols2 input[type="text"],
  .ie7 fieldset .cols2 input[type="password"],
  .ie7 fieldset .cols2 textarea,
  .ie7 fieldset .cols3 input[type="text"],
  .ie7 fieldset .cols3 input[type="password"],
  .ie7 fieldset .cols3 textarea,
  .ie7 fieldset .cols4 input[type="text"],
  .ie7 fieldset .cols4 input[type="password"],
  .ie7 fieldset .cols4 textarea,
  .ie7 fieldset .cols5 input[type="text"],
  .ie7 fieldset .cols5 input[type="password"],
  .ie7 fieldset .cols5 textarea {
    width: 90%; }

.fieldset--alternative {
  padding-left: 16px;
  padding-right: 16px;
  background: #eee;
  margin-left: -16px; }

.ie7 .fieldset--alternative > textarea,
.ie7 .fieldset--alternative > input[type="text"],
.ie7 .fieldset--alternative > input[type="search"],
.ie7 .fieldset--alternative > input[type="email"],
.ie7 .fieldset--alternative > input[type="password"] {
  position: relative;
  margin-left: 16px; }

label {
  display: block;
  margin-bottom: 10.66667px;
  font-family: "Roboto Slab", roboto, serif;
  font-size: 16px;
  font-weight: 400;
  color: #666; }
  .desktop label {
    display: inline;
    zoom: 1;
    display: inline-block;
    /* inline and zoom gives inline-block in ie7 */ }

.button,
button {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  padding: 16px 24px;
  border: 3px solid #96c03d;
  font-weight: 700;
  font-family: roboto, serif;
  text-transform: uppercase;
  color: #96c03d;
  text-decoration: none;
  background: none;
  visibility: visible;
  cursor: pointer; }
  .page-homepage .button,
  .page-homepage button {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
  .mouse .button:hover,
  .mouse button:hover {
    color: #666;
    border-color: #666;
    text-decoration: none; }

button {
  float: left; }

textarea,
input,
select {
  float: left;
  margin: 0 0 16px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

textarea,
select,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  float: left;
  display: block;
  width: 100%;
  min-height: 22px;
  padding: 7px 8px 5px 8px;
  background: #fafafa;
  border: 1px solid #e1e1e1;
  font-family: "Roboto Slab", roboto, serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  box-sizing: border-box; }

.ie7 textarea,
.ie7 select,
.ie7 input[type="text"],
.ie7 input[type="email"],
.ie7 input[type="search"],
.ie7 input[type="password"] {
  /* handle the lack of border box support */
  width: 95%; }

textarea {
  height: 168px; }

select {
  width: auto; }

input[type="radio"],
input[type="checkbox"] {
  clear: left;
  float: none;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  margin-bottom: 24px;
  margin-right: 5.33333px; }

label + input[type="radio"],
label + input[type="checkbox"] {
  clear: left;
  margin-left: 5.33333px; }

input[type="radio"] + label,
input[type="checkbox"] + label {
  clear: left;
  min-width: 0px;
  margin-top: 0;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */ }

/*  ::  Global Styles  »  Table Styles	*/
table {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  margin-top: 10.66667px; }
  table:first-child {
    margin-top: 0; }
  @media only screen and (min-width: 768px) and (max-width: 960px) {
    .tablet table {
      display: block; } }
  .mobile table {
    display: block; }

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .tablet tbody,
  .tablet tr {
    display: block; } }

.mobile tbody,
.mobile tr {
  display: block; }

th,
td {
  padding: 16px 10.66667px;
  text-align: center;
  vertical-align: middle; }
  th img,
  td img {
    margin: 0 auto; }
  @media only screen and (min-width: 768px) and (max-width: 960px) {
    .tablet th,
    .tablet td {
      width: 100%;
      display: block; } }
  .mobile th,
  .mobile td {
    width: 100%;
    display: block; }

th {
  font-weight: 700; }

/*  ::  Global Styles  »  Column Styles	*/
.column-group {
  position: relative;
  overflow: hidden;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px; }
  #global-content > .column-group:last-child .column-inner {
    padding-bottom: 56px; }
  .column-group.with-divider .column-body:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    border-left: 1px solid #e1e1e1;
    content: ""; }
    .mobile .column-group.with-divider .column-body:after {
      display: none; }
  .column-group.with-divider .column-sidebar:after {
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    border-left: 1px solid #e1e1e1;
    content: ""; }
    .mobile .column-group.with-divider .column-sidebar:after {
      display: none; }

.column-inner {
  position: relative;
  padding: 0 40px; }

.column-body {
  position: relative;
  float: left;
  width: 67%; }
  .column-body .column-inner {
    padding: 0 40px 0 0; }

.column-sidebar + .column-body {
  float: right; }
  .column-sidebar + .column-body .column-inner {
    padding: 0 0 0 40px; }

.column-sidebar {
  position: relative;
  float: left;
  width: 33%; }
  .column-sidebar .column-inner {
    padding: 0 40px 0 0; }

.column-body + .column-sidebar {
  float: right; }
  .column-body + .column-sidebar .column-inner {
    padding: 0 0 0 40px; }

.mobile .column-body,
.mobile .column-sidebar {
  float: none;
  width: auto;
  margin: 0 0 24px 0; }

.column-half {
  float: left;
  width: 50%; }
  .column-half .column-inner {
    width: auto;
    padding-right: 40px;
    padding-left: 0; }
  .column-half + .column-half .column-inner {
    width: auto;
    padding-left: 40px;
    padding-right: 0; }

.cols2 {
  float: left;
  width: 50%; }
  .cols2 .column-inner {
    padding: 0 40px 0 0; }
  .cols2 + .cols2 > .column-inner {
    padding: 0 0 0 40px; }

.cols3 {
  float: left;
  width: 33.333%; }
  .cols3 .column-inner {
    padding: 0 40px 0 0; }
  .cols3 + .cols3 > .column-inner {
    padding: 0 40px; }
  .cols3 + .cols3 + .cols3 > .column-inner {
    padding: 0 0 0 40px; }

.cols4 {
  float: left;
  width: 25%; }
  .cols4 .column-inner {
    padding: 0 40px 0 0; }
  .cols4 + .cols4 > .column-inner {
    padding: 0 40px; }
  .cols4 + .cols4 + .cols4 + .cols4 > .column-inner {
    padding: 0 0 0 40px; }

.cols5 {
  float: left;
  width: 20%; }
  .cols5 .column-inner {
    padding: 0 40px 0 0; }
  .cols5 + .cols5 > .column-inner {
    padding: 0 40px; }
  .cols5 + .cols5 + .cols5 + .cols5 + .cols5 > .column-inner {
    padding: 0 0 0 40px; }

.mobile .cols2,
.mobile .cols3,
.mobile .cols4,
.mobile .cols5,
.mobile .column-half {
  float: none;
  width: auto;
  padding-bottom: 16px; }
  .mobile .cols2 .column-inner,
  .mobile .cols3 .column-inner,
  .mobile .cols4 .column-inner,
  .mobile .cols5 .column-inner,
  .mobile .column-half .column-inner {
    padding: 0 !important; }

.mobile .column-body,
.mobile .column-sidebar {
  float: none;
  width: auto;
  padding-bottom: 0; }
  .mobile .column-body .column-inner,
  .mobile .column-sidebar .column-inner {
    padding: 0 !important; }

/*  ::  Global Styles  »  Spacing  »  Heading, paragraph and list margins	*/
body#top .m-none {
  margin-top: 0; }

body#top .mb-none {
  margin-bottom: 0; }

body#top .m-xxs {
  margin-top: 3.2px; }

body#top .mb-xxs {
  margin-bottom: 3.2px; }

body#top .m-xs {
  margin-top: 5.33333px; }

body#top .mb-xs {
  margin-bottom: 5.33333px; }

body#top .m-s {
  margin-top: 10.66667px; }

body#top .mb-s {
  margin-bottom: 10.66667px; }

body#top .m-m {
  margin-top: 16px; }

body#top .mb-m {
  margin-bottom: 16px; }

body#top .m-l {
  margin-top: 24px; }

body#top .mb-l {
  margin-bottom: 24px; }

body#top .m-xl {
  margin-top: 36px; }

body#top .mb-xl {
  margin-bottom: 36px; }

body#top .m-xxl {
  margin-top: 56px; }

body#top .mb-xxl {
  margin-bottom: 56px; }

/*  ::  Page Styles	*/
#page {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: auto; }

/*  ::  Page Styles  »  Header		*/
#global-header {
  position: relative;
  width: 100%;
  z-index: 1000;
  height: 80px;
  background: #fff; }
  .page-homepage #global-header {
    position: fixed;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); }
  .touch .page-homepage #global-header {
    position: absolute; }
  .mobile #global-header {
    height: 60px; }
  #global-header .header-inner {
    position: relative;
    width: auto;
    max-width: 960px;
    margin: 0 auto; }
  #global-header .header-logo {
    position: absolute;
    left: 10px;
    top: 15px; }
    .mobile #global-header .header-logo {
      top: 16px;
      width: 235px; }
  #global-header .header-nav-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 12px 10px;
    font-family: nzcf-icons-wf, sans-serif;
    font-size: 36px;
    line-height: 36px;
    color: #333;
    cursor: pointer; }
  #global-header.touch-active .header-nav-toggle:after {
    position: absolute;
    z-index: 300;
    top: 0px;
    right: 0px;
    height: 37px;
    padding: 12px 10px;
    font-family: nzcf-icons-wf, sans-serif;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
    background: #222;
    content: "^"; }
  #global-header.touch-active.touch-secondary-active .header-nav-toggle:after {
    height: 90px; }
  .mobile #global-header .header-nav {
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
    display: none;
    background: #222; }
  .mobile #global-header.touch-active .header-nav {
    display: block; }
  #global-header .header-nav-back {
    margin: 0;
    padding: 16px;
    font-family: roboto, serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    background: #333;
    color: #fff;
    cursor: pointer;
    display: none; }
    #global-header .header-nav-back:before {
      padding: 0 8px 0 0;
      font-family: nzcf-icons-wf, sans-serif;
      content: "‹";
      text-transform: lowercase; }
  #global-header.touch-active.touch-secondary-active .header-nav-back {
    display: block; }
  #global-header .header-nav-primary {
    position: absolute;
    right: 10px;
    top: 0px;
    margin: 0;
    padding: 0;
    list-style: none; }
    .mobile #global-header .header-nav-primary {
      border-top: 1px solid #444;
      border-bottom: none;
      position: static;
      padding: 0;
      text-align: left; }
    #global-header .header-nav-primary .nav-item {
      position: relative;
      float: left;
      margin: 0 10.66667px;
      padding: 0;
      font-size: 16px;
      line-height: 1;
      font-family: roboto, serif;
      font-weight: 400;
      white-space: nowrap; }
      .mobile #global-header .header-nav-primary .nav-item {
        float: none;
        margin: 0;
        padding: 0;
        text-shadow: none;
        display: block; }
      #global-header .header-nav-primary .nav-item > a {
        display: block;
        margin: 0;
        padding: 30px 12px 0 12px;
        height: 50px;
        color: #000;
        text-decoration: none;
        white-space: nowrap; }
        .mobile #global-header .header-nav-primary .nav-item > a {
          margin: 0;
          padding: 16px;
          height: auto;
          display: block;
          background: #222;
          color: #fff;
          border-top: 1px solid #333; }
        .tablet.mouse #global-header .header-nav-primary .nav-item > a.active,
        .desktop.mouse #global-header .header-nav-primary .nav-item > a.active {
          color: #96c03d; }
        .tablet.mouse #global-header .header-nav-primary .nav-item > a:hover,
        .desktop.mouse #global-header .header-nav-primary .nav-item > a:hover {
          color: #96c03d; }
    #global-header .header-nav-primary .nav-submenu {
      position: absolute;
      left: -8px;
      top: 65px;
      width: 150px;
      margin: 0;
      padding: 10px 20px;
      list-style: none;
      background: #fff;
      display: none; }
      .mobile #global-header .header-nav-primary .nav-submenu {
        position: static;
        width: auto;
        padding: 0; }
      #global-header .header-nav-primary .nav-submenu .submenu-item {
        margin: 0;
        padding: 0;
        border-top: 1px solid #fff; }
        #global-header .header-nav-primary .nav-submenu .submenu-item.overview {
          font-weight: 600;
          text-transform: uppercase; }
        .mobile #global-header .header-nav-primary .nav-submenu .submenu-item {
          margin: 0;
          padding: 0;
          text-transform: capitalize;
          border-top: 1px solid #444;
          background: #222; }
        #global-header .header-nav-primary .nav-submenu .submenu-item > a {
          display: block;
          margin: 0;
          padding: 10px 0;
          font-size: 14px;
          color: #000;
          text-decoration: none;
          border-bottom: 1px solid #333; }
          .mobile #global-header .header-nav-primary .nav-submenu .submenu-item > a {
            display: block;
            padding: 16px 16px 16px 32px;
            border: 0;
            color: #fff; }
          .tablet.mouse #global-header .header-nav-primary .nav-submenu .submenu-item > a:hover,
          .desktop.mouse #global-header .header-nav-primary .nav-submenu .submenu-item > a:hover {
            color: #96c03d; }
        #global-header .header-nav-primary .nav-submenu .submenu-item:last-child > a {
          border: 0 !important; }
    .tablet.touch #global-header .header-nav-primary > .has-submenu.touch-active .nav-submenu,
    .desktop.touch #global-header .header-nav-primary > .has-submenu.touch-active .nav-submenu,
    .tablet.mouse #global-header .header-nav-primary > li:hover .nav-submenu,
    .desktop.mouse #global-header .header-nav-primary > li:hover .nav-submenu {
      display: block; }
  .mobile #global-header.touch-active.touch-secondary-active .header-nav-primary > li {
    display: none; }
    .mobile #global-header.touch-active.touch-secondary-active .header-nav-primary > li.touch-secondary {
      display: block; }
      .mobile #global-header.touch-active.touch-secondary-active .header-nav-primary > li.touch-secondary .nav-submenu {
        display: block; }

/*  ::  Page Styles  »  Content		*/
#global-content {
  position: relative;
  padding: 0 0 56px 0;
  width: auto;
  z-index: 1;
  min-height: 400px;
  word-wrap: break-word;
  /* stops very long words from increasing the width of their container */
  background: #fff; }
  @media only screen and (min-height: 700px) {
    #global-content {
      min-height: 550px; } }
  @media only screen and (min-height: 725px) {
    #global-content {
      min-height: 575px; } }
  @media only screen and (min-height: 750px) {
    #global-content {
      min-height: 600px; } }
  @media only screen and (min-height: 775px) {
    #global-content {
      min-height: 625px; } }
  @media only screen and (min-height: 800px) {
    #global-content {
      min-height: 650px; } }
  @media only screen and (min-height: 825px) {
    #global-content {
      min-height: 675px; } }
  @media only screen and (min-height: 850px) {
    #global-content {
      min-height: 700px; } }
  @media only screen and (min-height: 875px) {
    #global-content {
      min-height: 725px; } }
  @media only screen and (min-height: 900px) {
    #global-content {
      min-height: 750px; } }
  @media only screen and (min-height: 925px) {
    #global-content {
      min-height: 775px; } }
  @media only screen and (min-height: 950px) {
    #global-content {
      min-height: 800px; } }
  @media only screen and (min-height: 975px) {
    #global-content {
      min-height: 825px; } }
  @media only screen and (min-height: 1000px) {
    #global-content {
      min-height: 850px; } }
  .page-homepage #global-content {
    padding: 0; }
  #global-content .content-inner {
    position: relative;
    width: auto;
    max-width: 1400px;
    margin: 0 auto; }

/*  ::  Page Styles  »  Footer		*/
#global-footer {
  position: relative;
  width: 100%;
  z-index: 1;
  background: #96c03d; }
  #global-footer .footer-inner {
    position: relative;
    width: auto;
    max-width: 1400px;
    margin: 0 auto;
    color: #fff;
    font-family: roboto, serif;
    font-size: 12px;
    overflow: hidden;
    padding: 0 16px; }
    #global-footer .footer-inner .footer-legal {
      float: left;
      margin: 0;
      padding: 24px 0;
      font-size: 12px; }
      .mobile #global-footer .footer-inner .footer-legal {
        padding: 16px 10.66667px 5.33333px 10.66667px;
        float: none;
        text-align: center; }
    #global-footer .footer-inner .footer-colophon {
      float: right;
      margin: 0;
      padding: 24px 0;
      font-size: 12px; }
      .mobile #global-footer .footer-inner .footer-colophon {
        padding: 0 10.66667px 24px 10.66667px;
        float: none;
        text-align: center; }
    #global-footer .footer-inner a {
      color: #fff; }

/*  ::  Page Styles  »  Components  */
.component {
  position: relative;
  margin: 0 0 30px 0; }
  .mobile .component {
    margin: 0 0 15px 0; }

/*  :BEGIN:  Page Styles  »  Components  »  Import  */
/*
* Flexible Content Component Definitions
*
* @author			Matt Gifford
* @copyright		2013 Timeshifting Interactive Limited. All rights reserved.
* @platforms		IE8+, Chrome, Firefox, Safari, Android 2.3+, Mobile Safari (iOS 5+), WindowsPhone8+
*/
/*  ::  Page Styles  »  Components  »  Accordion  */
.component-accordion {
  border-bottom: 1px solid #e1e1e1;
  padding: 0; }
  .component-accordion .accordion-item {
    border-top: 1px solid #e1e1e1;
    position: relative; }
    .component-accordion .accordion-item .accordion-item-heading {
      position: relative;
      cursor: pointer;
      padding: 10.66667px 0; }
      .component-accordion .accordion-item .accordion-item-heading h3 {
        font-size: 20px; }
    .component-accordion .accordion-item .accordion-item-content {
      position: relative;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 500ms ease-in-out 0ms;
      /* webkit mobile */
      transition: max-height 500ms ease-in-out 0ms; }
      .component-accordion .accordion-item .accordion-item-content .content-wrapper {
        padding: 5.33333px 0 10.66667px 0; }
    .component-accordion .accordion-item.accordion-item--expanded .accordion-item-content {
      max-height: 1000px !important; }
    .component-accordion .accordion-item .accordion-item-heading:before {
      content: '+';
      position: absolute;
      padding: 0;
      margin: 0;
      top: 7px;
      right: 15px;
      width: 20px;
      display: inline;
      zoom: 1;
      display: inline-block;
      /* inline and zoom gives inline-block in old ie */
      font-style: normal;
      color: #96c03d;
      font-size: 22px;
      font-family: nzcf-icons-wf, sans-serif; }
    .component-accordion .accordion-item.accordion-item--expanded .accordion-item-heading:before {
      content: '-'; }

/*  ::  Page Styles  »  Components  »  Attachments  */
.component-attachments .attachments-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .component-attachments .attachments-list li {
    margin: 0;
    padding: 5.33333px 0;
    border-top: 1px solid #e1e1e1; }
    .component-attachments .attachments-list li:first-child {
      border: 0; }
    .component-attachments .attachments-list li span {
      display: none; }
    .component-attachments .attachments-list li a {
      color: #96c03d; }
    .component-attachments .attachments-list li b {
      display: block;
      font-size: 110%; }
    .component-attachments .attachments-list li p {
      margin: 0;
      padding: 0;
      color: #666;
      font-size: 12px; }

/*  ::  Page Styles  »  Components  »  Image Slider  */
.component-image-slider .slides-container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden; }
  .component-image-slider .slides-container .shim {
    width: 100%;
    height: auto;
    visibility: hidden; }
  .mobile .component-image-slider .slides-container {
    position: relative;
    background: #fff; }
  .component-image-slider .slides-container .slide-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff; }

.component-image-slider .nav {
  position: absolute;
  top: 50%;
  margin: -35px 0 0 0;
  width: 35px;
  height: 50px;
  padding: 20px 0 0 0;
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  font-family: nzcf-icons-wf, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: #e9e9ea; }
  .mobile .component-image-slider .nav {
    top: 100px; }
  .mouse .component-image-slider .nav:hover {
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer; }
  .component-image-slider .nav.nav--prev {
    -webkit-border-radius: 0px 2px 2px 0px;
    border-radius: 0px 2px 2px 0px;
    left: 0; }
  .component-image-slider .nav.nav--next {
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
    right: 0; }

.component-image-slider .pagination {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .mobile .component-image-slider .pagination {
    bottom: 160px; }
  .component-image-slider .pagination li {
    display: inline;
    zoom: 1;
    display: inline-block;
    /* inline and zoom gives inline-block in ie7 */
    margin: 0 3px;
    padding: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #eaeae3;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    cursor: pointer; }
    .mouse .component-image-slider .pagination li:hover,
    .component-image-slider .pagination li.active {
      background: #eaeae3; }
    .mouse .component-image-slider .pagination li:hover {
      background: #fff;
      border-color: #fff; }

/*  ::  Page Styles  »  Components  »  Generic Text  */
.component-generic-text img {
  max-width: 100%;
  width: auto;
  height: auto; }

/*  ::  Page Styles  »  Components  »  Lightbox  */
.component-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999; }
  .component-lightbox .bg {
    position: absolute;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.65); }
  .component-lightbox.active {
    display: block; }
  .component-lightbox .wrapper {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 90%;
    max-width: 800px;
    z-index: 9999999;
    -webkit-box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.35);
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    background: #000 url(../images/ajax-loader.gif) no-repeat 50% 50%; }
    .component-lightbox .wrapper .fullsize-image {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain;
      -webkit-background-size: contain; }
    .component-lightbox .wrapper .nav {
      position: absolute;
      top: 50%;
      width: 91px;
      height: 62px;
      display: block;
      margin: -40px 0 0 0;
      cursor: pointer;
      user-select: none;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none; }
      .component-lightbox .wrapper .nav.nav--prev {
        left: 0;
        background: url(../images/global-elements-nav-arrow-prev.png) no-repeat 0px 0px; }
      .component-lightbox .wrapper .nav.nav--next {
        right: 0;
        background: url(../images/global-elements-nav-arrow-next.png) no-repeat 0px 0px; }
      .component-lightbox .wrapper .nav.nav--close {
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
        margin: 0;
        background: url(../images/global-elements-nav-close.png) no-repeat 0px 0px; }
    .component-lightbox .wrapper:after {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      height: 8px;
      background: #189cd8; }

/*  ::  Page Styles  »  Components  »  Page Links  */
.component-page-links h2 {
  margin: 0;
  padding: 0 0 10.66667px 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

.component-page-links .links-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .component-page-links .links-list > li {
    margin: 0;
    padding: 10.66667px 0;
    font-size: 14px;
    border-top: 1px solid #189cd8; }
    .component-page-links .links-list > li:first-child {
      border: 0; }
  .component-page-links .links-list a {
    color: #000; }
    .mouse .component-page-links .links-list a:hover {
      color: #e7e9e4;
      text-decoration: none; }
  .component-page-links .links-list .active {
    font-weight: 700; }
  .component-page-links .links-list ul {
    margin: 5.33333px 0 0 16px;
    padding: 0;
    list-style: none; }
    .component-page-links .links-list ul > li {
      position: relative; }
      .component-page-links .links-list ul > li:before {
        position: absolute;
        left: -10.66667px;
        top: 0;
        content: "›"; }

/*  ::  Page Styles  »  Components  »  Page Title  */
.component-page-title .title {
  font-size: 36px;
  font-weight: 600; }

.component-page-title .subtitle {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #96c03d; }

/*  ::  Page Styles  »  Components  »  Password Form  */
.component-password-form {
  margin: 56px 0; }
  .component-password-form h1 {
    margin: 0;
    padding: 0 0 24px 0; }
  .component-password-form p {
    padding: 5.33333px 0 16px 0; }
  .component-password-form form {
    position: relative;
    padding: 0 0 24px 0;
    max-width: 400px;
    margin: 24px auto;
    background: #fbfbf9;
    outline: 1px solid #fbfbf9;
    box-shadow: inset 0 0 32px 0 rgba(0, 0, 0, 0.05); }
    .component-password-form form fieldset {
      padding: 24px 36px 0 36px; }
      .component-password-form form fieldset input[type="text"] {
        width: 90%; }
      .component-password-form form fieldset input[type="submit"] {
        float: right;
        padding: 10.66667px 16px; }

/*  ::  Page Styles  »  Components  »  Photo List  */
.component-photo-list .container {
  list-style: none;
  padding: 0;
  margin: 0; }
  .component-photo-list .container .list-item {
    overflow: hidden;
    border-top: 1px solid #96c03d;
    padding: 24px; }
    .component-photo-list .container .list-item:first-child {
      border: 0; }
    .component-photo-list .container .list-item .photo {
      float: left;
      width: 25%;
      margin: 0 24px 0 0; }
      .component-photo-list .container .list-item .photo img {
        width: auto;
        height: auto;
        max-width: 100%; }
    .component-photo-list .container .list-item .text {
      position: relative;
      overflow: hidden;
      margin: 0; }
      .component-photo-list .container .list-item .text h3 {
        margin: 0 0 16px 0; }

/*  ::  Page Styles  »  Components  »  Photo Gallery  */
.component-photo-gallery .thumbnails {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none; }
  .component-photo-gallery .thumbnails .thumbnail {
    float: left;
    width: 140px;
    height: 105px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 0 10px 10px; }
    .component-photo-gallery .thumbnails .thumbnail.new-row {
      clear: left;
      margin: 0 0 10px 0; }

/*  ::  Page Styles  »  Components  »  Quote  */
.component-quote blockquote {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  text-align: center; }

.component-quote .author {
  font-size: 14px;
  font-weight: 700;
  text-align: right; }

/*  ::  Page Styles  --  Component  »  Video Player  */
.component-video-player .video-container {
  position: relative;
  width: 100%; }
  .component-video-player .video-container .shim {
    position: relative;
    width: 100%;
    height: auto; }
  .component-video-player .video-container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

/*  :END:  Page Styles  »  Components  »  Import  */
/*  :BEGIN:  Page Styles  »  Components  »  Generic Text  */
.component-generic-text img {
  max-width: 100%;
  width: auto;
  height: auto; }

.component-generic-text h1 {
  padding: 16px 0;
  font-size: 40px;
  color: #000;
  font-weight: 400; }

.component-generic-text h2 {
  padding: 16px 0;
  font-size: 26px;
  color: #000;
  font-weight: 300; }

.component-generic-text h3 {
  padding-top: 10.66667px;
  font-size: 26px;
  color: #96c03d;
  font-weight: 400; }

.component-generic-text h4 {
  font-size: 22px;
  color: #96c03d;
  font-weight: 400; }

.component-generic-text h5 {
  font-size: 18px;
  color: #96c03d;
  font-weight: 700; }

.component-generic-text h6 {
  font-size: 16px;
  color: #96c03d;
  font-weight: 700; }

.component-generic-text ul {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0; }
  .component-generic-text ul li {
    padding-left: 10px;
    position: relative; }
  .component-generic-text ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    color: #747474; }

/*  :END:  Page Styles  »  Components  »  Generic Text  */
/*  :BEGIN:  Page Styles  »  Components  »  Homepage  */
.component-homepage {
  position: relative;
  margin: 0 auto;
  width: auto;
  max-width: 2400px;
  background: 50% 0 no-repeat url(../images/homepage-section-intro-bg.jpg);
  background-attachment: fixed; }
  @media only screen and (min-width: 1400px) {
    .desktop .component-homepage {
      background-size: 100% auto; } }
  .component-homepage .section-item {
    position: relative;
    width: 100%; }
    .component-homepage .section-item .inner {
      position: relative;
      margin: 0 auto;
      max-width: 980px;
      width: auto;
      padding: 0 10.66667px; }
    .component-homepage .section-item .title {
      position: relative;
      margin: 0 0 40px 0;
      padding: 0 0 10px 0;
      font-family: roboto, serif;
      font-weight: 700;
      font-size: 40px; }
      .tablet .component-homepage .section-item .title {
        font-size: 34px; }
      .mobile .component-homepage .section-item .title {
        font-size: 28px; }
    .component-homepage .section-item .title:after {
      position: absolute;
      top: 100%;
      left: 0;
      width: 120px;
      height: 10px;
      background: #96c03d;
      content: ""; }
    .component-homepage .section-item img {
      max-width: 100%;
      width: auto;
      height: auto; }
    .component-homepage .section-item .cols2 {
      position: relative;
      width: 42%;
      margin: 0 2% 0 0; }
    .component-homepage .section-item .cols2 + .cols2 {
      position: relative;
      width: 56%;
      margin: 0; }
  .component-homepage .section-item--intro {
    text-align: center; }
    .component-homepage .section-item--intro .text {
      padding: 80px 0 0 0;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
      .desktop .component-homepage .section-item--intro .text {
        padding-top: 40px; }
      @media only screen and (min-height: 600px) {
        .desktop .component-homepage .section-item--intro .text {
          padding-top: 60px; } }
      @media only screen and (min-height: 700px) {
        .desktop .component-homepage .section-item--intro .text {
          padding-top: 100px; } }
      @media only screen and (min-height: 800px) {
        .desktop .component-homepage .section-item--intro .text {
          padding-top: 130px; } }
      @media only screen and (min-height: 900px) {
        .desktop .component-homepage .section-item--intro .text {
          padding-top: 160px; } }
      .component-homepage .section-item--intro .text h1 {
        margin: 0 auto;
        max-width: 700px;
        padding: 150px 20px 60px 20px;
        font-family: roboto, serif;
        font-size: 60px;
        font-weight: 700;
        color: #fff;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
        .mobile .component-homepage .section-item--intro .text h1 {
          padding-top: 30px;
          font-size: 40px; }
    .component-homepage .section-item--intro .link {
      display: inline;
      zoom: 1;
      display: inline-block;
      /* inline and zoom gives inline-block in ie7 */
      padding: 18px 55px;
      border: 3px solid #96c03d;
      font-weight: 700;
      font-family: roboto, serif;
      text-transform: uppercase;
      color: #96c03d;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
      cursor: pointer; }
      .mouse .component-homepage .section-item--intro .link:hover {
        color: #fff;
        border-color: #fff; }
    .component-homepage .section-item--intro .arrow {
      margin: 0;
      padding: 60px 0;
      font-family: nzcf-icons-wf, sans-serif;
      font-size: 40px;
      opacity: 0.8;
      color: #96c03d;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
      cursor: pointer; }
  .component-homepage .section-item--overview {
    background: #fafcf5; }
    .component-homepage .section-item--overview .text {
      position: relative;
      margin: 0 auto;
      width: auto;
      max-width: 700px;
      padding: 0 10.66667px;
      padding: 60px 20px 70px 20px; }
      .component-homepage .section-item--overview .text h3 {
        padding: 0 0 25px 0;
        font-family: roboto, serif;
        font-size: 26px;
        font-weight: 300; }
      .component-homepage .section-item--overview .text p {
        font-size: 18px; }
  .component-homepage .section-item--facts {
    background: 50% 100% no-repeat url(../images/homepage-section-intro-bg.jpg);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    color: #fff; }
    .touch .component-homepage .section-item--facts {
      background-size: cover !important;
      background-position: 50% 50% !important; }
    .mouse .component-homepage .section-item--facts {
      background-attachment: fixed; }
    .mobile .component-homepage .section-item--facts {
      background: 50% 50% no-repeat url(../images/homepage-section-intro-bg.jpg);
      background-size: cover; }
    .component-homepage .section-item--facts .column-left {
      position: relative;
      width: 40%;
      margin: 0 4% 0 0; }
    .mobile .component-homepage .section-item--facts .cols2 {
      float: none;
      width: auto;
      padding: 0 20px; }
    .component-homepage .section-item--facts .inner {
      padding: 70px 0; }
      @media only screen and (min-width: 768px) and (max-width: 960px) {
        .tablet .component-homepage .section-item--facts .inner {
          padding: 50px 0; } }
    @media only screen and (min-width: 1400px) {
      .desktop .component-homepage .section-item--facts {
        background-size: 100% auto; } }
    .component-homepage .section-item--facts .title {
      color: #fff; }
      .tablet .component-homepage .section-item--facts .title {
        margin-left: 30px; }
    .component-homepage .section-item--facts strong,
    .component-homepage .section-item--facts b {
      font-family: roboto, serif;
      font-size: 40px;
      color: #96c03d;
      font-weight: 700; }
    .tablet .component-homepage .section-item--facts p {
      margin-right: 20px; }
  .component-homepage .section-item--values {
    background: #fff; }
    .component-homepage .section-item--values .column-left {
      padding: 20px 0 0 0; }
      @media only screen and (min-width: 768px) and (max-width: 960px) {
        .tablet .component-homepage .section-item--values .column-left {
          padding: 120px 0 0 0; } }
      .mobile .component-homepage .section-item--values .column-left {
        display: none; }
    .component-homepage .section-item--values .column-right {
      padding: 70px 0; }
      @media only screen and (min-width: 768px) and (max-width: 960px) {
        .tablet .component-homepage .section-item--values .column-right {
          padding: 50px 0; } }
      .mobile .component-homepage .section-item--values .column-right {
        float: none;
        width: auto;
        margin: 0;
        padding: 30px 20px; }
    .component-homepage .section-item--values ul {
      position: relative;
      margin: 0;
      padding: 0;
      list-style: none; }
      .component-homepage .section-item--values ul li {
        position: relative;
        padding: 15px 0 15px 55px;
        font-size: 18px; }
        .mobile .component-homepage .section-item--values ul li {
          font-size: 15px; }
      .component-homepage .section-item--values ul .icon:after {
        position: absolute;
        left: 0;
        top: 50%;
        display: block;
        margin: -18px 0 0 0;
        font-family: nzcf-icons-wf, sans-serif;
        font-size: 40px;
        line-height: 1;
        font-weight: 400;
        color: #000;
        content: "0"; }
      .component-homepage .section-item--values ul .icon1:after {
        content: "1"; }
      .component-homepage .section-item--values ul .icon2:after {
        content: "2"; }
      .component-homepage .section-item--values ul .icon3:after {
        content: "3"; }
      .component-homepage .section-item--values ul .icon4:after {
        content: "4"; }
      .component-homepage .section-item--values ul .icon5:after {
        content: "5"; }
      .component-homepage .section-item--values ul .icon6:after {
        content: "a"; }
      .component-homepage .section-item--values ul .icon7:after {
        content: "b"; }
      .component-homepage .section-item--values ul .icon8:after {
        content: "c"; }
      .component-homepage .section-item--values ul .icon9:after {
        content: "d"; }
      .component-homepage .section-item--values ul .iconA:after {
        content: "e"; }
  .component-homepage .section-item--customers {
    background: 50% 100% no-repeat url(../images/homepage-section-customers-bg.jpg);
    text-align: center; }
    .touch .component-homepage .section-item--customers {
      background-size: cover !important;
      background-position: 50% 50% !important; }
    .mouse .component-homepage .section-item--customers {
      background-attachment: fixed; }
    @media only screen and (min-width: 1400px) {
      .desktop .component-homepage .section-item--customers {
        background-size: 100% auto; } }
    .component-homepage .section-item--customers .text {
      padding: 70px 20px 50px 20px;
      text-align: left;
      max-width: 700px;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
      @media only screen and (min-width: 768px) and (max-width: 960px) {
        .tablet .component-homepage .section-item--customers .text {
          padding: 60px 20px 40px 20px; } }
      .component-homepage .section-item--customers .text .title {
        color: #fff; }
      .component-homepage .section-item--customers .text p {
        font-size: 26px;
        font-weight: 300;
        font-family: roboto, serif;
        color: #fff; }
    .component-homepage .section-item--customers .link {
      padding: 60px 0; }
    .component-homepage .section-item--customers .logos {
      position: relative;
      padding: 30px 5px;
      background: rgba(255, 255, 255, 0.8); }
      .component-homepage .section-item--customers .logos img {
        margin: 0 auto;
        max-width: 100%;
        width: auto;
        height: auto; }
    .component-homepage .section-item--customers .link {
      padding: 80px 0; }
      @media only screen and (min-width: 768px) and (max-width: 960px) {
        .tablet .component-homepage .section-item--customers .link {
          padding: 60px 0; } }
      .component-homepage .section-item--customers .link .button {
        text-shadow: 0 0 4px black;
        text-shadow: 0 0 4px black, 0 0 8px black;
        box-shadow: 0 0 5px 0 black; }
        .mouse .component-homepage .section-item--customers .link .button:hover {
          color: #fff;
          border-color: #fff; }

/*  :END:  Page Styles  »  Components  »  Homepage  */
/*  :BEGIN:  Page Styles  »  Components  »  Page Header  */
.component-page-header {
  height: 132px;
  margin: 0;
  background: 50% 0 no-repeat url(../images/global-page-header-bg.jpg);
  /* Add spacing above the first content columns */ }
  @media only screen and (min-width: 1400px) {
    .desktop .component-page-header {
      background-size: 100% auto;
      background-position: 50% 50%; } }
  .component-page-header + .column-group .column-inner {
    padding-top: 70px; }
  .mobile .component-page-header {
    margin-bottom: 40px; }

/*  :END:  Page Styles  »  Components  »  Page Header  */
/*  :BEGIN:  Page Styles  »  Components  »  Section Nav  */
.component-section-nav {
  margin: 0;
  background: #e7e9e4;
  /* Add spacing above the first content columns */ }
  .mobile .component-section-nav {
    display: none; }
  .component-section-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .component-section-nav ul li {
      float: left;
      margin: 0;
      padding: 0;
      overflow: hidden;
      white-space: nowrap; }
      .component-section-nav ul li a {
        float: left;
        display: block;
        overflow: hidden;
        padding: 32px 15px 28px 15px;
        color: #8d8d8d;
        font-size: 16px;
        font-family: roboto, serif;
        line-height: 1;
        font-weight: 400;
        text-decoration: none;
        white-space: nowrap; }
        .mouse .component-section-nav ul li a:hover,
        .component-section-nav ul li a.active {
          color: #96c03d;
          background: #fff; }
  .component-section-nav + .column-group .column-inner {
    padding-top: 70px; }

/*  :END:  Page Styles  »  Components  »  Section Nav  */
/*  :BEGIN:  Page Styles  »  Components  »  Section Title  */
.component-section-title {
  text-align: right; }
  .mobile .component-section-title {
    text-align: left; }
  .component-section-title .section {
    font-family: roboto, serif;
    font-weight: 300;
    font-size: 19.21429px;
    color: #96c03d; }
  .component-section-title .page {
    position: relative;
    margin: 0 0 40px 0;
    padding: 5px 0 30px 0;
    font-family: roboto, serif;
    font-weight: 700;
    font-size: 40px; }
    .tablet .component-section-title .page {
      font-size: 34px; }
    .mobile .component-section-title .page {
      font-size: 28px;
      margin: 0 0 30px 0;
      padding: 5px 0 20px 0; }
  .component-section-title .page:after {
    position: absolute;
    top: 100%;
    right: 0;
    width: 120px;
    height: 10px;
    background: #96c03d;
    content: ""; }
    .mobile .component-section-title .page:after {
      left: 0;
      right: auto; }

/*  :END:  Page Styles  »  Components  »  Section Title  */
/*  :BEGIN:  Page Styles  »  Components  »  Staff List  */
.component-staff-list .staff-item {
  margin-top: 30px; }
  .component-staff-list .staff-item:first-child {
    margin: 0; }
  .component-staff-list .staff-item .photo {
    float: left;
    margin: 0 24px 16px 0; }
    .mobile .component-staff-list .staff-item .photo {
      float: none;
      margin: 0 0 16px 0; }
    .component-staff-list .staff-item .photo img {
      width: 135px;
      height: 135px;
      border-radius: 67px; }
  .component-staff-list .staff-item .text {
    position: relative;
    display: block;
    overflow: hidden; }
    .component-staff-list .staff-item .text h2 {
      margin: 0;
      padding: 10.66667px 0 0 0;
      font-size: 20px;
      color: #96c03d;
      font-weight: 400; }
      .component-staff-list .staff-item .text h2 .title {
        padding: 0 0 0 8px;
        font-weight: 300;
        font-size: 16px;
        color: #424242; }
    .component-staff-list .staff-item .text .position {
      margin: 6px 0 15px 0;
      padding: 0;
      color: #747474;
      font-weight: 700;
      font-size: 14px;
      font-family: "Roboto Slab", roboto, serif; }
    .component-staff-list .staff-item .text .bio li, .component-staff-list .staff-item .text .bio p {
      font-size: 14px; }
    .component-staff-list .staff-item .text .bio ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .component-staff-list .staff-item .text .bio ul li {
        padding-left: 10px;
        position: relative; }
      .component-staff-list .staff-item .text .bio ul li:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        color: #747474; }

/*  :END:  Page Styles  »  Components  »  Staff List  */
/*  :BEGIN:  Page Styles  »  Components  »  Property Description  */
.component-property-description h4 {
  margin: 0;
  font-size: 20px;
  color: #96c03d;
  font-weight: 400; }

.component-property-description h5 {
  margin: 6px 0 15px 0;
  padding: 0;
  color: #747474;
  font-weight: 700;
  font-size: 14px;
  font-family: "Roboto Slab", roboto, serif; }

.component-property-description li, .component-property-description p {
  font-size: 14px; }

.component-property-description p + p {
  margin: 5.33333px 0 0 0; }

/*  :END:  Page Styles  »  Components  »  Property Description  */
/*  :BEGIN:  Page Styles  »  Components  »  Logo Garden  */
.component-logo-garden h3 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  color: #96c03d; }

.component-logo-garden p {
  margin: 0;
  padding: 3px 0 0 0;
  color: #747474;
  font-weight: 700;
  font-size: 14px;
  font-family: "Roboto Slab", roboto, serif;
  min-height: 3em; }

/*  :END:  Page Styles  »  Components  »  Logo Garden  */
/*  :BEGIN:  Page Styles  »  Components  »  News List  */
.component-news-list {
  /*
		<!-- begin: component news list -->
				<div class="component component-news-list">

					<div class="news-item">
						<div class="meta">
							<p class="timestamp">15 May 2012</p>
							<p class="publication">The Marlborough Express</p>
						</div>

						<h2 class="title">
							<a href="news-item.html">Potential for further 'sink' forests seen</a>
						</h2>

						<div class="summary">
							<p>Marlborough is likely to have more forests become carbon sinks because of the depth of
								forestry industry skills and experience... <span class="more"><a href="#">MORE</a></span></p>
						</div>
					</div>
	*/ }
  .component-news-list .news-item {
    padding: 24px 0 36px 0;
    border-bottom: 1px solid #e1e1e1; }
    .component-news-list .news-item:first-child {
      border-top: 1px solid #e1e1e1; }
    .component-news-list .news-item .meta {
      text-align: right;
      position: absolute;
      right: 100%;
      margin: 0 80px 0 0;
      white-space: nowrap; }
      .mobile .component-news-list .news-item .meta {
        position: static;
        margin: 0;
        right: auto;
        padding: 0 0 24px 0;
        text-align: left; }
      .component-news-list .news-item .meta .timestamp {
        color: #747474;
        font-family: "Roboto Slab", roboto, serif;
        font-size: 16px;
        font-weight: 700; }
        .mobile .component-news-list .news-item .meta .timestamp {
          font-size: 14px; }
      .component-news-list .news-item .meta .publication {
        margin: 5.33333px 0 0 0;
        padding: 0;
        color: #424242;
        font-family: roboto, serif;
        font-weight: 300;
        font-size: 14px; }
    .component-news-list .news-item .title {
      margin: 0 0 10.66667px 0;
      padding: 0;
      font-size: 26px;
      font-weight: 300;
      font-family: roboto, serif; }
      .component-news-list .news-item .title a {
        color: #000; }
    .component-news-list .news-item .summary .more {
      font-family: roboto, serif;
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase;
      color: #747474; }
      .component-news-list .news-item .summary .more a {
        color: #747474; }

/*  :END:  Page Styles  »  Components  »  News List  */
/*  :BEGIN:  Page Styles  »  Components  »  News Meta  */
.component-news-meta {
  text-align: right; }
  .mobile .component-news-meta {
    text-align: left; }
  .component-news-meta .timestamp {
    color: #747474;
    font-family: "Roboto Slab", roboto, serif;
    font-size: 16px;
    font-weight: 700; }
  .component-news-meta .publication {
    margin: 5.33333px 0 0 0;
    padding: 0;
    color: #424242;
    font-family: roboto, serif;
    font-weight: 300;
    font-size: 14px; }

/*  :END:  Page Styles  »  Components  »  News Meta  */
/*  :BEGIN:  Page Styles  »  Components  »  News Item  */
.component-news-item .header h1 {
  font-weight: 600;
  font-size: 34px;
  color: #96c03d;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
  display: block;
  margin-bottom: 36px; }

/*  :END:  Page Styles  »  Components  »  News Item  */
/*  :BEGIN:  Page Styles  »  Components  »  Hero Image  */
.component-hero-image .caption {
  padding: 10.66667px 0 0 0; }
  .component-hero-image .caption p, .component-hero-image .caption li {
    font-size: 12px;
    color: #747474; }

/*  :END:  Page Styles  »  Components  »    */
/*  :BEGIN:  Page Styles  »  Components  »  News Nav  */
.component-news-nav {
  padding: 24px 0; }
  .component-news-nav .left {
    float: left; }
    .component-news-nav .left span:before {
      font-family: nzcf-icons-wf, sans-serif;
      content: "<";
      padding: 0 8px 0 0;
      font-weight: 400; }
  .component-news-nav .right {
    margin: 0;
    float: right; }
    .component-news-nav .right .prev {
      margin: 0 20px 0 0; }
    .component-news-nav .right .prev:before {
      font-family: nzcf-icons-wf, sans-serif;
      content: "<";
      padding: 0 8px 0 0;
      font-weight: 400; }
    .component-news-nav .right .next:after {
      padding: 0 0 0 8px;
      font-family: nzcf-icons-wf, sans-serif;
      content: ">";
      font-weight: 400; }
  .component-news-nav a {
    color: #747474;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none; }
    .mouse .component-news-nav a:hover {
      color: #96c03d; }

/*  :END:  Page Styles  »  Components  »  News Nav  */
/*  :BEGIN:  Page Styles  »  Components  »  Contact Form  */
.component-contact-form button {
  margin: 16px 0;
  min-width: 160px;
  text-align: center;
  font-size: 15px; }

/*  :END:  Page Styles  »  Components  »  Contact Form  */
