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

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: 15px; }

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

body {
  text-rendering: optimizeLegibility; }
  .tablet body,
  .mobile body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; }

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

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

b, strong {
  font-weight: 700; }

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

big {
  font-size: 115%; }

small {
  font-size: 85%; }

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

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

caption, th {
  text-align: left; }

ul, ol {
  list-style: none; }

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; }

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

::-webkit-input-placeholder {
  color: #aaa;
  font-style: italic; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
  font-style: italic; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
  font-style: italic; }

:-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; }

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

.clear {
  clear: both; }

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

.template {
  display: none !important; }

.invisible {
  visibility: hidden !important; }

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

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

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

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

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

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

@media only screen and (min-width: 0) and (max-width: 480px) {
  .hidden--xxs {
    display: none !important; } }

@media only screen and (min-width: 481px) and (max-width: 672px) {
  .hidden--xs {
    display: none !important; } }

@media only screen and (min-width: 673px) and (max-width: 896px) {
  .hidden--s {
    display: none !important; } }

@media only screen and (min-width: 897px) and (max-width: 1024px) {
  .hidden--m {
    display: none !important; } }

@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  .hidden--l {
    display: none !important; } }

@media only screen and (min-width: 1601px) and (max-width: 1920px) {
  .hidden--xl {
    display: none !important; } }

@media only screen and (min-width: 1921px) and (max-width: 4096px) {
  .hidden--xxl {
    display: none !important; } }

/*  ::  Global Styles  »  Spacing Overrides  */
body#top .m-none {
  margin-top: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-heading1,
h1 {
  margin-top: 24px;
  font-family: "Delius", arial, helvetica neue, helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #8dc63f;
  font-size: 41.77632px; }
  .tablet .h-heading1,
  .tablet h1 {
    font-size: 35.33224px; }
  .mobile .h-heading1,
  .mobile h1 {
    font-size: 28.88816px; }

.h-heading2,
h2 {
  margin-top: 24px;
  font-family: "Delius", arial, helvetica neue, helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #8dc63f;
  font-size: 34.47368px; }
  .tablet .h-heading2,
  .tablet h2 {
    font-size: 29.85526px; }
  .mobile .h-heading2,
  .mobile h2 {
    font-size: 25.23684px; }

.h-heading3,
h3 {
  margin-top: 24px;
  font-family: "Delius", arial, helvetica neue, helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #8dc63f;
  font-size: 27.17105px; }
  .tablet .h-heading3,
  .tablet h3 {
    font-size: 24.37829px; }
  .mobile .h-heading3,
  .mobile h3 {
    font-size: 21.58553px; }

.h-heading4,
h4 {
  margin-top: 24px;
  font-family: "Delius", arial, helvetica neue, helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #8dc63f;
  font-size: 19.86842px; }
  .tablet .h-heading4,
  .tablet h4 {
    font-size: 18.90132px; }
  .mobile .h-heading4,
  .mobile h4 {
    font-size: 17.93421px; }

.h-heading5,
h5 {
  margin-top: 24px;
  font-family: "Delius", arial, helvetica neue, helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #8dc63f;
  font-size: 18.04276px; }
  .tablet .h-heading5,
  .tablet h5 {
    font-size: 17.53207px; }
  .mobile .h-heading5,
  .mobile h5 {
    font-size: 17.02138px; }

.h-heading6,
h6 {
  margin-top: 24px;
  font-family: "Delius", arial, helvetica neue, helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #8dc63f;
  font-size: 16.21711px; }

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 + .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; }

p {
  margin-top: 16px;
  font-weight: 300;
  font-size: 15px; }

.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 {
  margin-top: 10.66667px; }

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

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 {
  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: 15px; }

dt {
  margin-top: 10.66667px;
  font-weight: 400;
  font-size: 18.04276px; }

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

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

table {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  margin-top: 10.66667px;
  border-top: 1px solid #e1e1e1; }
  table:first-child {
    margin-top: 0; }
  table th,
  table td {
    padding: 4px 8px;
    border-bottom: 1px solid #e1e1e1; }
  table th {
    font-weight: 400; }
  table tr:nth-child(odd) td {
    background: #f8f8f8; }
  table tr:nth-child(even) td {
    background: #fff; }

#global-content .column-inner > h1:first-child,
#global-content .column-inner > h2:first-child,
#global-content .column-inner > h3:first-child {
  margin-bottom: 24px; }

fieldset {
  position: relative;
  display: block;
  padding: 16px 16px; }
  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: #f0f0f0;
  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: 20px; }

label {
  float: left;
  margin-bottom: 5.33333px;
  font-family: Signika, arial, helvetica neue, helvetica, sans-serif;
  font-size: 100%;
  font-weight: 400;
  color: #666; }

button {
  float: left;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */ }

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

input[type="radio"],
input[type="checkbox"] {
  margin-top: 8px;
  margin-right: 4px; }

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

input[type="radio"] + label,
input[type="checkbox"] + label {
  min-width: 85%;
  margin-top: 8px; }

textarea,
select,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  float: left;
  display: block;
  width: 100%;
  min-height: 22px;
  padding: 5px 6px 3px 6px;
  background: #ebebeb;
  border: 1px solid #e1e1e1;
  font-family: Signika, arial, helvetica neue, helvetica, sans-serif;
  font-size: 100%;
  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: 100px; }

select {
  width: auto; }

.column-group {
  position: relative;
  margin: 0 0 40px 0;
  *zoom: 1; }
  .column-group:before,
  .column-group:after {
    content: " ";
    display: table; }
  .column-group:after {
    clear: both; }
  .column-group > .column-sidebar {
    position: relative; }
    @media (min-width: 896px) {
      .column-group > .column-sidebar:after {
        position: absolute;
        right: 0;
        top: -1px;
        bottom: 0;
        content: "";
        display: block;
        border-right: 1px solid #d7d7d7; } }
  .column-group > .column-body {
    position: relative; }
    @media (min-width: 896px) {
      .column-group > .column-body:after {
        position: absolute;
        left: -1px;
        top: -1px;
        bottom: 0;
        content: "";
        display: block;
        border-right: 1px solid #d7d7d7; } }
  .column-group > .cols2 {
    position: relative; }
    @media (min-width: 896px) {
      .column-group > .cols2:after {
        position: absolute;
        right: 0;
        top: -1px;
        bottom: 0;
        content: "";
        display: block;
        border-right: 1px solid #d7d7d7; } }
  .column-group > .cols2 + .cols2 {
    position: relative; }
    @media (min-width: 896px) {
      .column-group > .cols2 + .cols2:after {
        position: absolute;
        left: -1px;
        right: auto;
        top: -1px;
        bottom: 0;
        content: "";
        display: block;
        border-right: 1px solid #d7d7d7; } }
  .column-group > .cols3 + .cols3 {
    position: relative; }
    @media (min-width: 896px) {
      .column-group > .cols3 + .cols3:after {
        position: absolute;
        right: 0;
        top: -1px;
        bottom: 0;
        content: "";
        display: block;
        border-right: 2px dotted #2c292d; } }
  @media (min-width: 896px) {
    .column-group > .cols3 + .cols3:before {
      position: absolute;
      left: auto;
      right: 0;
      top: -1px;
      bottom: 0;
      content: "";
      display: block;
      border-right: 2px dotted #2c292d; }
    .column-group > .cols3 + .cols3:after {
      position: absolute;
      left: -1px;
      right: auto;
      top: -1px;
      bottom: 0;
      content: "";
      display: block;
      border-right: 2px dotted #2c292d; } }
  @media (min-width: 896px) {
    .column-group > .cols3 + .cols3 + .cols3:before {
      display: none; }
    .column-group > .cols3 + .cols3 + .cols3:after {
      position: absolute;
      left: -2px;
      right: auto;
      top: -1px;
      bottom: 0;
      content: "";
      display: block;
      border-right: 2px dotted #2c292d; } }

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

.column-body {
  float: left;
  width: 72.5%; }
  .column-body .column-inner {
    padding: 0 27px 0 0; }

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

.column-sidebar {
  float: left;
  width: 27.5%; }
  .column-sidebar .column-inner {
    padding: 0 27px 0 0; }

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

@media (max-width: 895px) {
  .column-body,
  .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: 27px;
    padding-left: 0; }
  .column-half + .column-half .column-inner {
    width: auto;
    padding-left: 27px;
    padding-right: 0; }

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

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

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

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

@media (max-width: 895px) {
  .cols2,
  .cols3,
  .cols4,
  .cols5,
  .column-body,
  .column-sidebar,
  .column-half {
    float: none !important;
    width: auto !important;
    padding-bottom: 16px !important; }
    .cols2 .column-inner,
    .cols3 .column-inner,
    .cols4 .column-inner,
    .cols5 .column-inner,
    .column-body .column-inner,
    .column-sidebar .column-inner,
    .column-half .column-inner {
      padding: 0 !important; } }

@media (min-width: 897px) {
  .hidden--m-up {
    display: none; } }

@media (max-width: 896px) {
  .hidden--s-down {
    display: none; } }

.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; }

.colour1 {
  color: #000 !important; }

.colour2 {
  color: #000 !important; }

.colour3 {
  color: #000 !important; }

.colour4 {
  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; }

#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; }

.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; }

/*  ::  Page Styles  »  Components  »  Accordion  */
.component-accordion {
  border-bottom: 1px solid #ddd;
  padding: 0; }
  .component-accordion .accordion-item {
    border-top: 1px solid #ddd;
    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: #000;
      font-size: 22px;
      font-family: icons-cove-wf; }
    .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 #ddd; }
    .component-attachments .attachments-list li:first-child {
      border: 0; }
    .component-attachments .attachments-list li span {
      display: none; }
    .component-attachments .attachments-list li a {
      color: #000; }
    .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  »  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: #000; }

/*  ::  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 #000; }
    .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: #000;
      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: #000; }

/*  ::  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  »  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%; }

/*  ::  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; }

html {
  position: relative;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #e1f3fd url(../images/global-bg-lower.jpg) repeat-x 50% 50%; }

body {
  position: relative;
  display: block;
  min-height: 100%;
  font-family: Signika, arial, helvetica neue, helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  background: url(../images/global-bg-upper-i8a8.png) repeat-x 50% 100%;
  color: #000; }

select, input, textarea {
  font: 400 99% Signika, arial, helvetica neue, helvetica, sans-serif; }

a {
  color: #000;
  text-decoration: underline; }

a:hover {
  color: #8dc63f;
  text-decoration: none; }

blockquote {
  font-family: "Delius", arial, helvetica neue, helvetica, sans-serif;
  font-style: italic; }

blockquote + p {
  margin: 2px 0 24px 0; }

.wp-smiley {
  margin: 0 2px;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */ }

.button-primary {
  float: none;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  position: relative;
  padding: 6px 30px;
  margin: 0;
  background: #8dc63f;
  border: 0;
  border-bottom: 4px solid #648e2a;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-family: "Delius Unicase", arial, helvetica neue, helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  color: #fff; }
  .button-primary:hover {
    background: #80b636;
    border-bottom: 4px solid #48671f;
    cursor: pointer;
    color: #fff; }

/*  ::  Page Styles	*/
#page {
  position: relative;
  margin: 0 auto;
  padding: 0 42px;
  width: auto;
  max-width: 940px;
  overflow: hidden;
  min-height: 100%;
  padding-top: 138px; }
  .tablet #page {
    padding-top: 80px; }
  @media only screen and (min-width: 673px) and (max-width: 896px) {
    #page {
      padding: 0; } }
  .mobile #page {
    padding: 95px 0 0 0; }

/*  ::  Page Styles  »  Header		*/
#global-header {
  position: relative;
  width: 100%;
  height: 80px;
  z-index: 100;
  background: #fff; }
  @media (min-width: 897px) {
    #global-header {
      -webkit-border-radius: 30px 30px 0px 0px;
      border-radius: 30px 30px 0px 0px; } }
  .mobile #global-header {
    height: 25px; }
  #global-header .header-logo {
    position: absolute;
    left: -26px;
    top: -97px;
    width: 100%;
    max-width: 370px;
    height: auto;
    width: auto; }
    .tablet #global-header .header-logo {
      -webkit-transform-origin: 0 50%;
      -moz-transform-origin: 0 50%;
      transform-origin: 0 50%;
      -webkit-transform: scale(0.875);
      -ms-transform: scale(0.875);
      /* IE9 only */
      transform: scale(0.875); }
    .mobile #global-header .header-logo {
      left: -15px;
      top: -101px;
      height: 120px; }
  #global-header .header-account {
    position: absolute;
    right: 40px;
    top: -113px;
    width: 337px;
    padding: 48px 0 0 65px;
    background: url(../images/global-header-account-bg-i8a8.png) no-repeat 0px 0px;
    display: none;
    line-height: 1.2; }
    .desktop #global-header .header-account {
      display: block; }
    #global-header .header-account h4 {
      float: left;
      margin: 0;
      padding: 0 8px 8px 0;
      font-size: 18px;
      color: #cb3c1d; }
    #global-header .header-account .register {
      float: left;
      margin: 2px 8px 4px 10px;
      font-size: 12px;
      color: #666; }
    #global-header .header-account form {
      clear: both;
      margin: 0;
      padding: 0; }
    #global-header .header-account fieldset {
      display: block;
      margin: 0;
      padding: 0; }
    #global-header .header-account input {
      float: left;
      width: 150px;
      margin: 0 10px 6px 0;
      font-size: 12px;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px; }
    #global-header .header-account .forgot {
      clear: both;
      float: right;
      margin: 0 30px 4px 12px;
      font-size: 12px;
      color: #666; }
    #global-header .header-account button {
      float: left;
      clear: left;
      padding: 0;
      font-family: "Delius Unicase", arial, helvetica neue, helvetica, sans-serif;
      font-size: 12px;
      font-weight: 700;
      color: #cb3c1d;
      border: 0;
      background: #fff; }
      #global-header .header-account button:hover {
        color: #cb3c1d;
        cursor: pointer; }
    #global-header .header-account .message {
      clear: both; }
  @media (min-width: 897px) {
    #global-header .header-nav-primary {
      position: absolute;
      right: 40px;
      bottom: 0;
      margin: 0;
      padding: 0;
      list-style: none; }
      #global-header .header-nav-primary > li {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        height: 64px;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none; }
        #global-header .header-nav-primary > li > span,
        #global-header .header-nav-primary > li > a {
          display: block;
          padding: 34px 10px 0 10px;
          height: 30px;
          color: #333;
          font-family: "Delius Unicase", arial, helvetica neue, helvetica, sans-serif;
          font-size: 12px;
          text-transform: uppercase;
          font-weight: 700;
          text-decoration: none; }
        #global-header .header-nav-primary > li.touch-active > span,
        #global-header .header-nav-primary > li.touch-active > a,
        .mouse #global-header .header-nav-primary > li:hover > span,
        .mouse #global-header .header-nav-primary > li:hover > a {
          background: url(../images/global-header-nav-bg-hover.png) no-repeat 50% 0;
          color: #8dc63f; }
        #global-header .header-nav-primary > li > span.active,
        #global-header .header-nav-primary > li > a.active {
          background: url(../images/global-header-nav-bg-active.png) no-repeat 50% 0;
          color: #cb3c1d; }
        #global-header .header-nav-primary > li ul {
          display: none; }
        #global-header .header-nav-primary > li.touch-active ul,
        .mouse #global-header .header-nav-primary > li:hover ul {
          display: block; }
      #global-header .header-nav-primary ul {
        position: absolute;
        top: 64px;
        left: 0;
        width: 220px;
        margin: 0;
        padding: 0;
        list-style: none;
        background: #8dc63f; }
        #global-header .header-nav-primary ul li {
          display: block;
          margin: 0;
          padding: 0;
          border-top: 1px solid #b0d87a;
          font-size: 12px;
          text-transform: uppercase;
          font-weight: 700; }
          .touch #global-header .header-nav-primary ul li {
            font-size: 13px; }
          #global-header .header-nav-primary ul li:first-child {
            border: 0; }
          #global-header .header-nav-primary ul li a {
            display: block;
            padding: 8px 12px;
            text-decoration: none;
            color: #fff; }
            .touch #global-header .header-nav-primary ul li a {
              padding: 16px 12px; }
            #global-header .header-nav-primary ul li a.active,
            .mouse #global-header .header-nav-primary ul li a:hover {
              background: #cb3c1d; } }
  #global-header .header-nav-toggle {
    position: absolute;
    top: -60px;
    right: 20px;
    padding: 12px 10px;
    font-family: icons-cove-wf;
    font-size: 36px;
    line-height: 36px;
    color: #222;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
  #global-header.touch-active .header-nav-toggle:after {
    position: absolute;
    z-index: 300;
    top: 0px;
    right: 0px;
    height: 36px;
    padding: 12px 10px;
    font-family: icons-cove-wf;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
    background: #8dc63f;
    content: "^"; }
  #global-header.touch-active.touch-secondary-active .header-nav-toggle:after {
    height: 90px; }
  .size-s-down #global-header .header-nav {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    display: none;
    background: #8dc63f; }
  .size-s-down #global-header.touch-active .header-nav {
    display: block; }
  #global-header .header-nav-back {
    margin: 0;
    padding: 16px;
    font-family: "Delius Unicase", arial, helvetica neue, helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    background: #e3e3e3;
    border-bottom: 1px solid #b0d87a;
    color: #222;
    cursor: pointer;
    display: none; }
    #global-header .header-nav-back:before {
      padding: 0 8px 0 0;
      font-family: icons-cove-wf;
      content: "«";
      text-transform: lowercase; }
  @media (max-width: 896px) {
    #global-header.touch-active.touch-secondary-active .header-nav-back {
      display: block; }
    #global-header .header-nav-primary {
      position: relative;
      width: 100%;
      margin: 0;
      padding: 0;
      list-style: none; }
      #global-header .header-nav-primary ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      #global-header .header-nav-primary > li {
        position: relative;
        margin: 0;
        padding: 0;
        font-family: "Delius Unicase", arial, helvetica neue, helvetica, sans-serif;
        font-weight: 700;
        font-size: 13px;
        text-transform: uppercase;
        float: none;
        border-bottom: 1px solid #b0d87a;
        display: block; }
        #global-header .header-nav-primary > li.has-submenu:after {
          position: absolute;
          top: 50%;
          right: 16px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          /* IE9 only */
          transform: translateY(-50%);
          font-family: icons-cove-wf;
          content: "»";
          font-size: 13px;
          color: #fff;
          font-weight: 400;
          text-transform: lowercase; }
        #global-header .header-nav-primary > li.touch-secondary.has-submenu:after {
          display: none; }
        #global-header .header-nav-primary > li:first-child {
          margin: 0; }
        #global-header .header-nav-primary > li > a {
          color: #fff;
          text-decoration: none;
          margin: 0;
          padding: 16px;
          display: block;
          background: #8dc63f; }
      #global-header .header-nav-primary .nav-submenu .nav-submenu .overview {
        display: none !important; }
      #global-header .header-nav-primary .nav-submenu {
        background: #8dc63f;
        display: none;
        position: static; }
        #global-header .header-nav-primary .nav-submenu li {
          display: block;
          font-family: "Delius Unicase", arial, helvetica neue, helvetica, sans-serif;
          margin: 0;
          padding: 0;
          font-size: 12px;
          text-transform: capitalize;
          border-top: 1px solid #b0d87a;
          background: #8dc63f; }
          #global-header .header-nav-primary .nav-submenu li.overview {
            font-weight: 700;
            text-transform: uppercase; }
          #global-header .header-nav-primary .nav-submenu li a {
            display: block;
            white-space: nowrap;
            min-width: 160px;
            color: #fff;
            text-decoration: none;
            margin: 0;
            background: #8dc63f;
            padding: 16px 16px 16px 32px; }
        #global-header .header-nav-primary .nav-submenu .nav-submenu ul li a {
          padding: 16px 16px 16px 48px; }
    #global-header.touch-active.touch-secondary-active .header-nav-primary > li {
      display: none; }
      #global-header.touch-active.touch-secondary-active .header-nav-primary > li.touch-secondary {
        display: block; }
        #global-header.touch-active.touch-secondary-active .header-nav-primary > li.touch-secondary .nav-submenu {
          display: block; } }
  @media (min-width: 673px) and (max-width: 896px) {
    #global-header .header-nav {
      top: 65px !important; }
    #global-header.touch-active .header-nav-toggle:after {
      height: 101px !important; }
    #global-header.touch-active.touch-secondary-active .header-nav-toggle:after {
      height: 155px !important; } }

/*  ::  Page Styles  »  Content		*/
#global-content {
  position: relative;
  max-width: 860px;
  padding: 0 40px 40px 40px;
  z-index: 1;
  overflow: hidden;
  min-height: 400px;
  background: #fff;
  word-wrap: break-word;
  /* stops very long words from increasing the width of their container */ }
  .mobile #global-content {
    padding: 0 20px 20px 20px; }
  .page-homepage #global-content {
    padding-bottom: 0; }
  #global-content iframe,
  #global-content img {
    max-width: 100%; }

/*  ::  Page Styles  »  Footer		*/
#global-footer {
  position: relative;
  max-width: 860px;
  z-index: 1;
  padding: 24px 40px;
  background: #8dc63f; }
  .mobile #global-footer {
    padding: 24px 20px; }
  .page-homepage #global-footer {
    padding-bottom: 10px; }
    .mobile .page-homepage #global-footer .column-group {
      margin: 0; }
  .mobile #global-footer .component-home-intro-footer {
    margin: 0; }
  @media (min-width: 897px) {
    #global-footer {
      -webkit-border-radius: 0px 0px 30px 30px;
      border-radius: 0px 0px 30px 30px;
      margin: 0 0 120px 0; } }
  #global-footer .footer-links {
    display: block;
    margin: 0;
    padding: 0 0 10px 0;
    list-style: none;
    text-align: center; }
    #global-footer .footer-links a {
      text-decoration: none; }
      .mouse #global-footer .footer-links a:hover {
        text-decoration: underline; }
    #global-footer .footer-links li {
      margin: 0;
      padding: 0 10px;
      display: inline;
      zoom: 1;
      display: inline-block;
      /* inline and zoom gives inline-block in ie7 */
      border-left: 1px solid #888;
      text-transform: uppercase; }
      #global-footer .footer-links li:first-child {
        border: 0; }
      #global-footer .footer-links li a {
        text-align: center;
        font-size: 13px;
        color: #000; }
  #global-footer .footer-contact {
    margin: 0;
    padding: 12px 0;
    text-align: center;
    font-size: 15px;
    color: #000; }
    #global-footer .footer-contact a {
      color: #000;
      text-decoration: none; }
      .mouse #global-footer .footer-contact a:hover {
        text-decoration: underline; }
  #global-footer .footer-colophon {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 11px;
    color: #555; }
    .mobile #global-footer .footer-colophon {
      text-align: center; }
    #global-footer .footer-colophon span {
      padding: 0 10px; }
      .page-homepage #global-footer .footer-colophon span:last-child {
        padding-right: 0; }
    .page-homepage #global-footer .footer-colophon {
      position: relative;
      top: -10px;
      padding: 0;
      text-align: right; }
      .mobile .page-homepage #global-footer .footer-colophon {
        text-align: center; }
    #global-footer .footer-colophon a {
      color: #555;
      text-decoration: none; }
      .mouse #global-footer .footer-colophon a:hover {
        text-decoration: underline; }

.component {
  position: relative;
  margin: 0 0 40px 0; }
  .component img {
    max-width: 100%;
    width: auto;
    height: auto; }

/*  ::  Page Styles  »  Components  »  Contact Details  */
.component-contact-details h2 {
  margin-bottom: 30px; }

.component-contact-details p {
  margin: 0; }

/*  ::  Page Styles  »  Components  »  Contact Form  */
.component-contact-form form {
  margin-top: 30px;
  display: block;
  text-align: center; }

.component-contact-form fieldset {
  padding: 0;
  overflow: hidden; }

.component-contact-form input, .component-contact-form textarea {
  float: none;
  width: 100%; }

.component-contact-form button {
  float: none;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  position: relative;
  padding: 6px 30px;
  margin: 0;
  background: #8dc63f;
  border: 0;
  border-bottom: 4px solid #648e2a;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-family: "Delius Unicase", arial, helvetica neue, helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  color: #fff; }
  .component-contact-form button:hover {
    background: #80b636;
    border-bottom: 4px solid #48671f;
    cursor: pointer;
    color: #fff; }

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

/*  ::  Page Styles  »  Components  »  Home Intro  */
.component-home-intro {
  margin: 0; }

/*  ::  Page Styles  »  Components  »  Home Intro Footer  */
.component-home-intro-footer {
  color: #000; }
  .component-home-intro-footer a {
    color: #000;
    text-decoration: underline; }
    .component-home-intro-footer a:hover {
      color: #000;
      text-decoration: none; }
  .component-home-intro-footer h4 {
    margin-bottom: 4px;
    color: #cb3c1d;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Delius Unicase", arial, helvetica neue, helvetica, sans-serif; }
  .component-home-intro-footer blockquote {
    margin: 0 0 36px 0;
    font-family: "Delius", arial, helvetica neue, helvetica, sans-serif;
    color: #000;
    text-align: center;
    font-size: 20px; }

.component-home-intro-footer--contact h4 {
  margin: 0 0 20px 0; }

.component-home-intro-footer--news ul {
  margin: 0;
  padding: 4px 0 0 0;
  list-style: none; }
  .component-home-intro-footer--news ul li {
    border-top: 1px solid #333;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0; }
    .component-home-intro-footer--news ul li:first-child {
      padding-top: 10px; }
    .component-home-intro-footer--news ul li a {
      text-decoration: none; }
    .component-home-intro-footer--news ul li:first-child {
      border: 0; }
    .component-home-intro-footer--news ul li p {
      margin: 0;
      padding: 1px 0 0 0;
      font-size: 12px;
      color: #444; }

.component-home-intro-footer--misc ul {
  margin: 0;
  padding: 4px 0 0 0;
  list-style: none; }
  .component-home-intro-footer--misc ul li {
    font-size: 13px; }

/*  ::  Page Styles  »  Components  »  Image Slider  */
.component-image-slider {
  position: relative;
  width: 100%;
  height: 320px;
  outline: none; }
  .component-image-slider .slides-container {
    position: relative;
    max-width: 860px;
    height: 320px;
    outline: none; }
    .component-image-slider .slides-container .slide-item {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      outline: none; }
      .component-image-slider .slides-container .slide-item .bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: #fff;
        border-radius: 12px;
        overflow: hidden; }
        .component-image-slider .slides-container .slide-item .bg img {
          position: absolute;
          left: 50%;
          top: 0;
          width: auto !important;
          height: 100%;
          max-width: 9999px !important;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          /* IE9 only */
          transform: translateX(-50%); }
      .component-image-slider .slides-container .slide-item .caption {
        position: absolute;
        left: 10px;
        bottom: 30px;
        width: 322px;
        height: 128px;
        padding: 55px 10px 0 40px;
        background: url(../images/component-image-slider-caption-bg.png) no-repeat 0px 0px;
        text-align: center; }
        .tablet .component-image-slider .slides-container .slide-item .caption {
          -webkit-transform-origin: 0 100%;
          -moz-transform-origin: 0 100%;
          transform-origin: 0 100%;
          -webkit-transform: scale(0.875);
          -ms-transform: scale(0.875);
          /* IE9 only */
          transform: scale(0.875); }
        .mobile .component-image-slider .slides-container .slide-item .caption {
          -webkit-transform-origin: 0 100%;
          -moz-transform-origin: 0 100%;
          transform-origin: 0 100%;
          -webkit-transform: scale(0.75);
          -ms-transform: scale(0.75);
          /* IE9 only */
          transform: scale(0.75); }
        .component-image-slider .slides-container .slide-item .caption h2 {
          margin: 0;
          padding: 0;
          font-size: 20px;
          line-height: 1.05;
          color: #cb3c1d; }
          .component-image-slider .slides-container .slide-item .caption h2 strong,
          .component-image-slider .slides-container .slide-item .caption h2 b {
            font-size: 14px;
            font-weight: 700; }
  .component-image-slider .nav {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    text-indent: -9999px;
    outline: none;
    cursor: pointer; }
    .component-image-slider .nav.nav--prev {
      background: url(../images/global-elements-button-nav-prev.png) no-repeat 0px 0px;
      left: 0; }
    .component-image-slider .nav.nav--next {
      background: url(../images/global-elements-button-nav-next.png) no-repeat 0px 0px;
      right: -25px; }
  .component-image-slider .pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    .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  »  Page Header  */
.component-page-header {
  position: relative; }
  .component-page-header h1 {
    position: absolute;
    bottom: 2px;
    left: 24%;
    margin: 0;
    padding: 0;
    font-size: 34px;
    color: #8dc63f;
    text-transform: capitalize; }
    .tablet .component-page-header h1 {
      font-size: 29.5px; }
    .mobile .component-page-header h1 {
      font-size: 25px; }
    @media only screen and (min-width: 673px) and (max-width: 896px) {
      .component-page-header h1 {
        padding: 20px 0 0 0;
        position: static; } }
    .mobile .component-page-header h1 {
      padding: 20px 0 0 0;
      position: static; }

/*  ::  Page Styles  »  Components  »  Page Introduction  */
.component-page-introduction {
  text-align: center;
  padding: 0 0 36px 0;
  border-bottom: 1px solid #999; }
  .component-page-introduction h1, .component-page-introduction h2, .component-page-introduction h3 {
    color: #8dc63f; }

/*  ::  Page Styles  »  Components  »  Section Links  */
.component-section-links {
  position: relative; }
  .size-s-down .component-section-links {
    margin: 0 !important; }
  .component-section-links ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }
    .component-section-links ul li {
      display: block;
      margin: 0;
      padding: 0 0 2px 0; }
      .component-section-links ul li a {
        display: block;
        padding: 8px 12px;
        text-decoration: none;
        color: #666;
        background: #ddd; }
        .component-section-links ul li a:hover,
        .component-section-links ul li a.active {
          background: #8dc63f;
          color: #000; }

/*  ::  Page Styles  »  Components  »  Video  */
.component-video {
  position: relative;
  width: 590px;
  height: 332px; }
  .component-video .video-player {
    position: relative;
    width: 590px;
    height: 332px; }
    .component-video .video-player iframe {
      position: absolute;
      display: block;
      width: 590px;
      height: 332px; }

/*  ::  Page Styles  »  Components  »  Photo List  */
.component-photo-list .container .list-item {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 20px 0 20px 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #ddd; }
  .component-photo-list .container .list-item:first-child {
    border: 0;
    padding-top: 20px; }
  .component-photo-list .container .list-item.last-child {
    padding-bottom: 0; }
  .component-photo-list .container .list-item .photo {
    float: left;
    width: 25%;
    margin: 0 20px 0 0;
    overflow: hidden; }
    .component-photo-list .container .list-item .photo img {
      max-width: 100%;
      height: auto; }
  .component-photo-list .container .list-item .text {
    position: relative;
    display: block;
    overflow: hidden; }
    .component-photo-list .container .list-item .text .body {
      padding: 10px 0 0 0; }

/*  ::  Page Styles  »  Components  »  Photo Gallery  */
.component-photo-gallery .title {
  margin: 0 0 5px 0;
  padding: 0; }

.component-photo-gallery .timestamp {
  margin: -5px 0 5px 0;
  padding: 2px 0 10px 0;
  font-weight: 700;
  font-size: 12px;
  color: #8dc63f;
  text-transform: uppercase; }

.component-photo-gallery .description {
  margin: -5px 0 0 0;
  padding: 0 0 20px 0; }

.component-photo-gallery .thumbnails {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none; }
  .component-photo-gallery .thumbnails .thumbnail {
    float: left;
    width: 24%;
    overflow: hidden;
    cursor: pointer;
    margin: 0 0.5% 1% 0.5%; }
    .component-photo-gallery .thumbnails .thumbnail img {
      width: 100%;
      height: auto; }
    .tablet .component-photo-gallery .thumbnails .thumbnail {
      width: 32.33%; }
    .mobile .component-photo-gallery .thumbnails .thumbnail {
      width: 32.33%; }
    @media (max-width: 480px) {
      .mobile .component-photo-gallery .thumbnails .thumbnail {
        width: 49%; } }

/*  ::  Page Styles  »  Components  »  Attachments  */
.component-attachments .attachments-list {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none; }
  .component-attachments .attachments-list li span {
    display: none; }
  .component-attachments .attachments-list li b {
    display: block;
    font-size: 110%; }
  .component-attachments .attachments-list li .description {
    margin: 0;
    padding: 0;
    color: #666; }

/*  ::  Page Styles  »  Components  »  Password Form  */
.component-password-form {
  margin: 30px 0; }
  .component-password-form h1 {
    margin: 0;
    padding: 0 0 20px 0; }
  .component-password-form p {
    padding: 5px 0 15px 0; }
  .component-password-form form {
    position: relative;
    padding: 0 0 20px 0;
    max-width: 400px;
    margin: 20px 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: 20px 36px 0 36px; }
      .component-password-form form fieldset input[type="text"] {
        width: 250px; }
      .component-password-form form fieldset input[type="submit"] {
        float: right;
        padding: 4px 26px; }

/*  ::  Page Styles  »  Components  »  News List  */
.component-news-list ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.component-news-list .news-item {
  margin: 0;
  padding: 30px 0 30px 0;
  border-bottom: 5px solid #8dc63f; }
  .component-news-list .news-item:first-child {
    padding-top: 0; }
  .component-news-list .news-item h3 {
    margin: 0;
    padding: 0 0 3px 0;
    font-size: 26px; }
    .component-news-list .news-item h3 a {
      color: #8dc63f;
      text-decoration: none; }
      .component-news-list .news-item h3 a:hover {
        color: #88d392; }
  .component-news-list .news-item h5 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 13px;
    font-family: "Delius Unicase", arial, helvetica neue, helvetica, sans-serif;
    color: #8dc63f; }
  .component-news-list .news-item p {
    margin: 0;
    padding: 0 0 10px 0; }

/*  ::  Page Styles  »  Components  »  Newsletter Archives  */
.component-newsletter-archives .campaign {
  line-height: 125%;
  margin: 5px; }

.component-account {
  position: relative;
  margin: 50px auto;
  width: auto;
  max-width: 380px;
  padding: 30px 40px 40px 40px;
  color: #fff;
  background: #8dc63f;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px; }
  .mobile .component-account {
    padding: 20px 30px 30px 30px; }
  .component-account h2 {
    font-size: 26px;
    color: #fff; }
  .component-account h4 {
    float: left;
    margin: 0;
    padding: 0 8px 8px 2px;
    font-size: 18px;
    color: #cb3c1d; }
  .component-account .register {
    float: left;
    margin: 2px 8px 4px 10px;
    font-size: 12px;
    color: #fff; }
  .component-account form {
    clear: both;
    margin: 0;
    padding: 0; }
  .component-account fieldset {
    display: block;
    margin: 0;
    padding: 0; }
  .component-account input {
    float: left;
    width: 180px;
    margin: 0 10px 6px 0;
    font-size: 12px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }
    .mobile .component-account input {
      width: 100%;
      box-sizing: border-box; }
  .component-account.component-account-register input {
    width: 99%; }
  .component-account .forgot {
    clear: both;
    float: right;
    margin: 0 10px 4px 12px;
    font-size: 12px;
    color: #fff; }
  .component-account button {
    float: left;
    clear: left;
    padding: 0;
    font-family: "Delius Unicase", arial, helvetica neue, helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #cb3c1d;
    border: 0;
    background: #8dc63f; }
    .component-account button:hover {
      color: #fff;
      cursor: pointer; }
  .component-account .error,
  .component-account .notice {
    margin: 0;
    padding: 0 20px 20px 20px;
    text-align: center; }

/*  ::  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;
        -webkit-transform-origin: 0 50%;
        -moz-transform-origin: 0 50%;
        transform-origin: 0 50%; }
        .mobile .component-lightbox .wrapper .nav.nav--prev {
          -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
          /* IE9 only */
          transform: scale(0.7); }
      .component-lightbox .wrapper .nav.nav--next {
        right: 0;
        background: url(../images/global-elements-nav-arrow-next.png) no-repeat 0px 0px;
        -webkit-transform-origin: 100% 50%;
        -moz-transform-origin: 100% 50%;
        transform-origin: 100% 50%; }
        .mobile .component-lightbox .wrapper .nav.nav--next {
          -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
          /* IE9 only */
          transform: scale(0.7); }
      .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: #cb3c1d; }
