/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
    border: 1px solid #b6b6b6; /* PSRR-4040 */
    padding: .3em; /* PSRR-4040 */ }

td a {
  color: #4BAE3B;
  font-weight: 300;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out; }
  td a:hover {
    color: #C3CF21; }

/* PSRR-4040 */
.alternative td,
.alternative th {
  	border: 0;
	padding: 0;
}

#calendar_box table {
	width: 100%; /* PSRR-4040 */
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/**
 * Example usage.
 *
 * We have 5 columns, with the guttering (gap) between each article being 2.5%. The mixin will automatically calculate the width and therefore
 * create a consistent grid without using any outer guttering.
 * @include col(5, 2.5%);
 */
.hidden {
  display: none;
  visibility: hidden; }

html,
button,
input,
select,
textarea {
  font-size: 16px;
  line-height: 1.75;
  font-family: "soleil", sans-serif;
  color: #505050;
  font-weight: 300; }

b, strong {
  font-weight: 700; }

  @media only screen and (min-width: 410px) {
    h1.bigger {
      font-size: 50px; } }
  @media only screen and (min-width: 1024px) {
    h1.bigger {
      font-size: 70px;
      letter-spacing: -2px; } }
  @media only screen and (min-width: 1260px) {
    h1.bigger {
      font-size: 80px; } }

h1 {
  margin: 0 0 0 0;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: normal;
  color: #C3CF21;
  font-weight: 300;
  font-family: "soleil", sans-serif; }
  .wf-loading h1 {
    visibility: hidden; }
  .wf-active h1, .wf-inactive h1 {
    visibility: visible; }
  h1 em {
    color: #4BAE3B;
    font-style: normal; }
  @media only screen and (min-width: 410px) {
    h1 {
      font-size: 40px; } }
  @media only screen and (min-width: 1024px) {
    h1 {
      font-size: 50px;
      letter-spacing: -2px; } }
  @media only screen and (min-width: 1260px) {
    h1 {
      font-size: 60px; } }

h1.darkgreen {
  margin: 24px 0;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: normal;
  color: #007841;
  font-weight: 300;
  font-family: "soleil", sans-serif; }
  h1.darkgreen em {
    color: #007841;
    font-style: normal; }
  @media only screen and (min-width: 410px) {
    h1.darkgreen {
      font-size: 32px; } }

h1.tidy {
  margin: 24px 0;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: normal;
  color: #C3CF21;
  font-weight: 300;
  font-family: "soleil", sans-serif; }
  h1.tidy em {
    color: #C3CF21;
    font-style: normal; }
  @media only screen and (min-width: 410px) {
    h1.tidy {
      font-size: 32px; } }

h2, .content-related > strong {
  margin: 28px 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #007841;
  font-weight: 300;
  font-family: "soleil", sans-serif; }
  .wf-loading h2, .wf-loading .content-related > strong {
    visibility: hidden; }
  .wf-active h2, .wf-active .content-related > strong, .wf-inactive h2, .wf-inactive .content-related > strong {
    visibility: visible; }
  @media only screen and (min-width: 410px) {
    h2, .content-related > strong {
      font-size: 30px; } }
  h2 + p, .content-related > strong + p,
  h2 + ul,
  .content-related > strong + ul {
    margin-top: -14px; }
  h2 a, .content-related > strong a {
    color: #007841;
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
    font-weight: 300; }
    h2 a:hover, .content-related > strong a:hover {
      color: #C3CF21; }

h3 {
  margin: 28px 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.4;
  color: #505050;
  font-weight: 300;
  font-family: "soleil", sans-serif; }
  .wf-loading h3 {
    visibility: hidden; }
  .wf-active h3, .wf-inactive h3 {
    visibility: visible; }
  @media only screen and (min-width: 410px) {
    h3 {
      font-size: 25px; } }
  h3 + p,
  h3 + ul {
    margin-top: -18.66667px; }
  h3 a {
    color: #4BAE3B;
    font-weight: 300;
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
    h3 a:hover {
      color: #C3CF21; }

h4, .listing-article-grid h2, .listing-article-grid h3, .section-promote h3 {
  margin: 28px 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  font-family: "athelas", serif;
  color: #838383;
  font-family: "athelas", serif; }
  .wf-loading h4, .wf-loading .listing-article-grid h2, .listing-article-grid .wf-loading h2, .wf-loading .listing-article-grid h3, .listing-article-grid .wf-loading h3, .wf-loading .section-promote h3, .section-promote .wf-loading h3 {
    visibility: hidden; }
  .wf-active h4, .wf-active .listing-article-grid h2, .listing-article-grid .wf-active h2, .wf-active .listing-article-grid h3, .listing-article-grid .wf-active h3, .wf-active .section-promote h3, .section-promote .wf-active h3, .wf-inactive h4, .wf-inactive .listing-article-grid h2, .listing-article-grid .wf-inactive h2, .wf-inactive .listing-article-grid h3, .listing-article-grid .wf-inactive h3, .wf-inactive .section-promote h3, .section-promote .wf-inactive h3 {
    visibility: visible; }
  h4 + p, .listing-article-grid h2 + p, .listing-article-grid h3 + p, .section-promote h3 + p,
  h4 + ul,
  .listing-article-grid h2 + ul,
  .listing-article-grid h3 + ul,
  .section-promote h3 + ul {
    margin-top: -18.66667px; }

h5 {
  margin: 28px 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  font-family: "soleil", sans-serif; }
  .wf-loading h5 {
    visibility: hidden; }
  .wf-active h5, .wf-inactive h5 {
    visibility: visible; }
  h5 + p,
  h5 + ul {
    margin-top: -18.66667px; }

@media only screen and (min-width: 1260px) {
  h1.smaller {
    font-size: 60px; } }

h2.highlight {
  padding-bottom: 23px;
  border-bottom: 1px solid #505050; }

p {
  margin: 28px 0;
  font-family: "soleil", sans-serif; }
  .wf-loading p {
    visibility: hidden; }
  .wf-active p, .wf-inactive p {
    visibility: visible; }

p.intro, .view_period_range {
  color: rgba(80, 80, 80, 0.55);
  font-size: 20px;
  line-height: 1.5; }
  @media only screen and (min-width: 1024px) {
    p.intro, .view_period_range {
      font-size: 24px; } }

p.caption {
    font-family: "athelas", serif;
    font-style: italic;
    margin-top: 10px;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 28px 0;
  font-family: "soleil", sans-serif; }
  .wf-loading ul {
    visibility: hidden; }
  .wf-active ul, .wf-inactive ul {
    visibility: visible; }
  ul li {
    background-image: url(/media/website/site-assets/images/content/bullet.svg);
    background-repeat: no-repeat;
    background-position: 0 12px;
    padding-left: 20px; }
    .no-svg ul li {
      background-image: url(/media/website/site-assets/images/content/bullet.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg ul li {
          background-image: url(/media/website/site-assets/images/content/bullet@2x.png); } }

/* PSRR-4041 */
ol {
    padding-left: 0;
}
/* PSRR-4041 */
ol li {
	list-style-position: inside;
}

a {
  text-decoration: none;
  color: #505050;
  font-weight: 700; }

p a,
ul li a, ol li a {
  color: #4BAE3B;
  font-weight: 300;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out; }
  p a:hover,
  ul li a:hover, ol li a:hover {
    color: #C3CF21; }

a.tel {
  font-weight: 300;
  color: #4BAE3B; }

dl {
  margin: 28px 0;
  font-style: italic;
  font-size: 12px;
  font-family: "soleil", sans-serif; }
  .wf-loading dl {
    visibility: hidden; }
  .wf-active dl, .wf-inactive dl {
    visibility: visible; }
  dl dt {
    font-weight: 700; }

cite {
  font-family: "athelas", serif; }
  .wf-loading cite {
    visibility: hidden; }
  .wf-active cite, .wf-inactive cite {
    visibility: visible; }

.nav-tabs li a {
  display: inline-block;
  border: 1px solid #505050;
  padding: 7px 10px;
  -webkit-transition: color 0.15s ease-in-out, border 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out, border 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, border 0.15s ease-in-out, background-color 0.15s ease-in-out;
  background-color: white; }
  .nav-tabs li a:hover {
    border: 1px solid #4BAE3B;
    color: #4BAE3B; }

.nav-tabs-static li a {
  display: inline-block;
  border: 1px solid #505050;
  padding: 7px 10px;
  -webkit-transition: color 0.15s ease-in-out, border 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out, border 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, border 0.15s ease-in-out, background-color 0.15s ease-in-out;
  background-color: white; }
  .nav-tabs-static li a:hover {
    border: 1px solid #4BAE3B;
    color: #4BAE3B; }

button {
  border: 0;
  padding: 0;
  background: none;
  color: white;
  font: inherit;
  line-height: normal;
  overflow: visible;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none; }
  button:focus {
    outline: 0; }

.btn-pdf {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 32px;
  height: 32px;
  background-image: url(/media/website/site-assets/images/icons/icon-pdf.png);
  background-repeat: no-repeat; }

.nav-tabs {
  list-style: none;
  padding-left: 0;
  margin-left: -3px;
  font-family: "soleil", sans-serif; }
  .nav-tabs::after {
    clear: both;
    content: "";
    display: table; }
  .nav-tabs li {
    background-image: none;
    padding-left: 0; }
  .nav-tabs li > a {
    color: #505050;
    font-weight: 700; }
  .wf-loading .nav-tabs {
    visibility: hidden; }
  .wf-active .nav-tabs, .wf-inactive .nav-tabs {
    visibility: visible; }
  .nav-tabs li {
    float: left;
    margin: 3px; }
  .nav-tabs li a {
    background-color: rgba(80, 80, 80, 0.085);
    border: 1px solid transparent;
    color: rgba(80, 80, 80, 0.65); }
    .nav-tabs li a:hover {
      background-color: rgba(80, 80, 80, 0); }
  .nav-tabs li.active a,
  .nav-tabs li a.active {
    background-color: white;
    color: #505050;
    border: 1px solid #B6B6B6; }

.nav-tabs-static {
  list-style: none;
  padding-left: 0;
  margin-left: -3px;
  font-family: "soleil", sans-serif; }
  .nav-tabs-static::after {
    clear: both;
    content: "";
    display: table; }
  .nav-tabs-static li {
    background-image: none;
    padding-left: 0; }
  .nav-tabs-static li > a {
    color: #505050;
    font-weight: 700; }
  .wf-loading .nav-tabs-static {
    visibility: hidden; }
  .wf-active .nav-tabs-static, .wf-inactive .nav-tabs-static {
    visibility: visible; }
  .nav-tabs-static li {
    float: left;
    margin: 3px; }
  .nav-tabs-static li a {
    background-color: rgba(80, 80, 80, 0.085);
    border: 1px solid transparent;
    color: rgba(80, 80, 80, 0.65); }
    .nav-tabs-static li a:hover {
      background-color: rgba(80, 80, 80, 0); }
  .nav-tabs-static li.active a,
  .nav-tabs-static li a.active {
    background-color: white;
    color: #505050;
    border: 1px solid #B6B6B6; }

.no-js .content-tab {
  display: block; }

#toggle-secondary {
  display: block;
  padding: 8px 0;
  font-size: 12px;
  margin-top: 0;
  font-family: "soleil", sans-serif; }
  #toggle-secondary:after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #B6B6B6; }
  .wf-loading #toggle-secondary {
    visibility: hidden; }
  .wf-active #toggle-secondary, .wf-inactive #toggle-secondary {
    visibility: visible; }
  @media only screen and (min-width: 1024px) {
    #toggle-secondary {
      display: none;
      visibility: hidden; } }
  #toggle-secondary:after {
    -webkit-transition: -webkit-transform 0.22s ease-in-out;
    -moz-transition: -moz-transform 0.22s ease-in-out;
    transition: transform 0.22s ease-in-out; }
  #toggle-secondary.active {
    color: #4BAE3B; }
    #toggle-secondary.active:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }

.nav-secondary strong {
  font-family: "soleil", sans-serif; }
  .wf-loading .nav-secondary strong {
    visibility: hidden; }
  .wf-active .nav-secondary strong, .wf-inactive .nav-secondary strong {
    visibility: visible; }
.nav-secondary ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 20px; }
  .nav-secondary ul li {
    background-image: none;
    padding-left: 0; }
  .nav-secondary ul li > a {
    color: #505050;
    font-weight: 700; }
  @media only screen and (min-width: 1260px) {
    .nav-secondary ul {
      font-size: 16px; } }
.nav-secondary ul li:first-child a {
  border-top: 0; }
.nav-secondary ul li.current > a,
.nav-secondary ul li .currentbranch0 > a,
.nav-secondary ul li .currentbranch1 > a {
  color: #4BAE3B; }
.nav-secondary ul li a {
  font-weight: 300;
  border-top: 1px solid #B6B6B6;
  padding: 8px 0;
  display: block;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out; }
  .nav-secondary ul li a:hover {
    color: #4BAE3B; }
  @media only screen and (min-width: 1260px) {
    .nav-secondary ul li a {
      padding: 12px 0; } }
.nav-secondary ul li ul {
  margin: 0 0 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px; }
  .nav-secondary ul li ul::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 1024px) {
    .nav-secondary ul li ul {
      padding-right: 0;
      padding-left: 15px;
      border-left: 1px solid #B6B6B6; } }
.nav-secondary ul li ul li {
  float: left;
  width: 48.13433%;
  margin-right: 3.73134%; }
  .nav-secondary ul li ul li:nth-of-type(2n+2) {
    margin-right: 0; }
  .nav-secondary ul li ul li:nth-of-type(2n + 1) {
    clear: left; }
  @media only screen and (min-width: 1024px) {
    .nav-secondary ul li ul li {
      float: none;
      width: 100%;
      margin-right: 0;
      clear: both; } }
.nav-secondary ul li ul li a, .nav-secondary ul li ul li:nth-child(-n+2) a, .nav-secondary ul li ul li:first-child a,
.nav-secondary ul li:first-child ul li a,
.nav-secondary ul li:first-child ul li:nth-child(-n+2) a,
.nav-secondary ul li:first-child ul li:first-child a {
  border-top: 1px solid rgba(182, 182, 182, 0.75); }
.nav-secondary ul li ul li a {
  opacity: .65; }

input,
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  font-family: "soleil", sans-serif; }
  .wf-loading input, .wf-loading
  select {
    visibility: hidden; }
  .wf-active input, .wf-inactive input, .wf-active
  select, .wf-inactive
  select {
    visibility: visible; }

input[type="text"],
input[type="password"],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: border 0.15s ease-in-out;
  -moz-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
  border-radius: 9999px;
  height: 34px;
  border: 1px solid #B6B6B6;
  padding: 0 20px;
  line-height: 2; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  select:focus {
    outline: 0;
    border: 1px solid #4BAE3B; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-image: url(/media/website/site-assets/images/buttons/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%; }
  select::-ms-expand {
    display: none; }
  .no-svg select {
    background-image: urlpng; }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .no-svg select {
        background-image: url(/media/website/site-assets/images/buttons/arrow-down@2x.png); } }
  .no-cssanimations select {
    background-image: none; }

div::after,
ul li::after {
/*  clear: both; - 10/06/2016 line commented out by Dan because floating images were causing strange spacing in bullet lists */
  content: "";
  display: table; }
div input[type="Checkbox"],
ul li input[type="Checkbox"] {
  float: left;
  margin-top: 8px;
  margin-right: 10px; }
div label,
ul li label {
  overflow: hidden;
  width: auto; }

html > body select, x:-moz-any-link, x:default {
  background-image: none;
  -moz-appearance: button;
  text-indent: 0; }

form button {
  background-color: #4BAE3B;
  padding: 7px 10px;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out; }
  form button:hover {
    background-color: #C3CF21; }

legend {
  font-family: "soleil", sans-serif;
  font-weight: 700;
  width: 100%; }
  .wf-loading legend {
    visibility: hidden; }
  .wf-active legend, .wf-inactive legend {
    visibility: visible; }

label {
  font-style: italic;
  margin-right: 20px;
  font-family: "athelas", serif;
  font-size: 18px;
  color: black;
  margin-bottom: 2px;
  display: block; }
  .wf-loading label {
    visibility: hidden; }
  .wf-active label, .wf-inactive label {
    visibility: visible; }
  label input,
  label select {
    display: block; }

form ul {
  list-style: none;
  padding-left: 0; }
  form ul li {
    background-image: none;
    padding-left: 0; }
  form ul li > a {
    color: #505050;
    font-weight: 700; }
  form ul li {
    margin: 8px 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

figure figcaption {
  font-family: "athelas", serif;
  font-style: italic;
  margin-top: 10px; }
  .wf-loading figure figcaption {
    visibility: hidden; }
  .wf-active figure figcaption, .wf-inactive figure figcaption {
    visibility: visible; }

blockquote {
  margin: 28px;
  padding: 28px 0;
  border-top: 1px solid #505050;
  border-bottom: 1px solid #505050; }
  blockquote p {
    font-family: "athelas", serif;
    font-weight: 400;
    margin: 0;
    font-style: italic;
    font-size: 20px;
    line-height: 1.4;
    color: #007841; }
    .wf-loading blockquote p {
      visibility: hidden; }
    .wf-active blockquote p, .wf-inactive blockquote p {
      visibility: visible; }
  blockquote cite {
    font-style: normal;
    display: block;
    font-size: 14px;
    color: #4BAE3B;
    margin-top: 10px; }

.lnk-more, .pagination-simple a, .tag, .tag-container li a, .action a, .section-promote aside a {
  color: #505050;
  font-family: "athelas", serif;
  font-weight: 400;
  font-style: italic;
  display: block;
  position: relative;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out; }
  .wf-loading .lnk-more, .wf-loading .pagination-simple a, .pagination-simple .wf-loading a, .wf-loading .tag, .wf-loading .tag-container li a, .tag-container li .wf-loading a, .wf-loading .action a, .action .wf-loading a, .wf-loading .section-promote aside a, .section-promote aside .wf-loading a {
    visibility: hidden; }
  .wf-active .lnk-more, .wf-active .pagination-simple a, .pagination-simple .wf-active a, .wf-active .tag, .wf-active .tag-container li a, .tag-container li .wf-active a, .wf-active .action a, .action .wf-active a, .wf-active .section-promote aside a, .section-promote aside .wf-active a, .wf-inactive .lnk-more, .wf-inactive .pagination-simple a, .pagination-simple .wf-inactive a, .wf-inactive .tag, .wf-inactive .tag-container li a, .tag-container li .wf-inactive a, .wf-inactive .action a, .action .wf-inactive a, .wf-inactive .section-promote aside a, .section-promote aside .wf-inactive a {
    visibility: visible; }
  .lnk-more:hover, .pagination-simple a:hover, .tag:hover, .tag-container li a:hover, .action a:hover, .section-promote aside a:hover {
    color: #4BAE3B; }
  .lnk-more:after, .pagination-simple a:after, .tag:after, .tag-container li a:after, .action a:after, .section-promote aside a:after {
    content: "";
    display: block;
    width: 50%;
    max-width: 50px;
    background-color: #007841;
    height: 4px;
    margin-top: 10px; }
  @media only screen and (min-width: 1024px) {
    .lnk-more, .pagination-simple a, .tag, .tag-container li a, .action a, .section-promote aside a {
      font-size: 19px;
      line-height: 1.5; } }

.lnk-all {
  display: block; }
  .lnk-all::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 1024px) {
    .lnk-all {
      position: absolute;
      right: 0;
      top: 0; } }
  .lnk-all a {
    float: right; }
    @media only screen and (min-width: 1024px) {
      .lnk-all a {
        float: none; } }

.date {
  float: left;
  display: block;
  margin-right: 20px;
  margin: 34px 20px 0 0;
  font-family: "athelas", serif;
  color: #C3CF21;
  font-size: 30px;
  line-height: .8;
  font-weight: 400; }
  .wf-loading .date {
    visibility: hidden; }
  .wf-active .date, .wf-inactive .date {
    visibility: visible; }
  .date em {
    display: block;
    color: #4BAE3B;
    font-size: 20px; }
  .date + a {
    overflow: hidden; }

.tweet_content {
  position: relative; }

.tweet_profile_img {
  display: none;
  visibility: hidden; }

.tweet_primary_meta {
  padding-right: 100px;
  font-family: "soleil", sans-serif; }
  .wf-loading .tweet_primary_meta {
    visibility: hidden; }
  .wf-active .tweet_primary_meta, .wf-inactive .tweet_primary_meta {
    visibility: visible; }
  .tweet_primary_meta a {
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
    .tweet_primary_meta a:hover {
      color: #4BAE3B; }

.tweet_screen_name {
  font-family: "athelas", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px; }
  .wf-loading .tweet_screen_name {
    visibility: hidden; }
  .wf-active .tweet_screen_name, .wf-inactive .tweet_screen_name {
    visibility: visible; }

.tweet_text {
  font-family: "athelas", serif;
  font-style: italic;
  font-weight: 400;
  color: #007841;
  font-size: 20px;
  line-height: 1.4;
  margin: 10px 0; }
  .wf-loading .tweet_text {
    visibility: hidden; }
  .wf-active .tweet_text, .wf-inactive .tweet_text {
    visibility: visible; }
  .tweet_text a {
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
    color: #4BAE3B;
    font-weight: 400; }
    .tweet_text a:hover {
      color: #C3CF21; }

.tweet_image img {
  display: block;
  width: 100%;
  max-width: 160px; }

.tweet_date {
  font-family: "athelas", serif;
  font-weight: 400;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out; }
  .wf-loading .tweet_date {
    visibility: hidden; }
  .wf-active .tweet_date, .wf-inactive .tweet_date {
    visibility: visible; }
  .tweet_date:hover {
    color: #4BAE3B; }

.tweet_retweet {
  font-size: 12px;
  font-family: "soleil", sans-serif; }
  .wf-loading .tweet_retweet {
    visibility: hidden; }
  .wf-active .tweet_retweet, .wf-inactive .tweet_retweet {
    visibility: visible; }
  .tweet_retweet a {
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
    .tweet_retweet a:hover {
      color: #4BAE3B; }

.tweet_intent_reply {
  margin-right: 10px;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out; }
  .tweet_intent_reply b {
    font-size: 12px;
    font-family: "soleil", sans-serif; }
    .wf-loading .tweet_intent_reply b {
      visibility: hidden; }
    .wf-active .tweet_intent_reply b, .wf-inactive .tweet_intent_reply b {
      visibility: visible; }
  .tweet_intent_reply:hover {
    color: #4BAE3B; }

.tweet_intent_retweet {
  margin-right: 10px;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out; }
  .tweet_intent_retweet b {
    font-size: 12px;
    font-family: "soleil", sans-serif; }
    .wf-loading .tweet_intent_retweet b {
      visibility: hidden; }
    .wf-active .tweet_intent_retweet b, .wf-inactive .tweet_intent_retweet b {
      visibility: visible; }
  .tweet_intent_retweet:hover {
    color: #4BAE3B; }

.tweet_intent_favourite {
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out; }
  .tweet_intent_favourite b {
    font-size: 12px;
    font-family: "soleil", sans-serif; }
    .wf-loading .tweet_intent_favourite b {
      visibility: hidden; }
    .wf-active .tweet_intent_favourite b, .wf-inactive .tweet_intent_favourite b {
      visibility: visible; }
  .tweet_intent_favourite:hover {
    color: #4BAE3B; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
body {
  position: relative; }

.watermark-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1; }

.watermark {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 9999px;
  margin-top: 270px;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7); }
  @media only screen and (min-width: 1260px) {
    .watermark {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); } }

.watermark-1 {
  border: 180px solid rgba(75, 174, 59, 0.13);
  width: 500px;
  height: 500px;
  -webkit-animation: fadeIn 0.6s ease-in-out backwards;
  -moz-animation: fadeIn 0.6s ease-in-out backwards;
  animation: fadeIn 0.6s ease-in-out backwards; }
  @media only screen and (max-width: 1024px) {
    .watermark-1 {
      opacity: 0;
      -webkit-animation: fadeIn 0s ease-in-out;
      -moz-animation: fadeIn 0s ease-in-out;
      animation: fadeIn 0s ease-in-out; } }
  .watermark-1.watermark-pos-1, .watermark-1.watermark-pos-13, .watermark-1.watermark-pos-14 {
    left: 50%;
    margin-left: 27%; }
    @media only screen and (min-width: 1260px) {
      .watermark-1.watermark-pos-1, .watermark-1.watermark-pos-13, .watermark-1.watermark-pos-14 {
        margin-left: 34%; } }
  .watermark-1.watermark-pos-3, .watermark-1.watermark-pos-5, .watermark-1.watermark-pos-7, .watermark-1.watermark-pos-9, .watermark-1.watermark-pos-11 {
    left: 50%;
    margin-left: 33%; }
    @media only screen and (min-width: 1260px) {
      .watermark-1.watermark-pos-3, .watermark-1.watermark-pos-5, .watermark-1.watermark-pos-7, .watermark-1.watermark-pos-9, .watermark-1.watermark-pos-11 {
        margin-left: 45%; } }
  .watermark-1.watermark-pos-2, .watermark-1.watermark-pos-4, .watermark-1.watermark-pos-6, .watermark-1.watermark-pos-8, .watermark-1.watermark-pos-10, .watermark-1.watermark-pos-12 {
    right: 50%;
    left: auto;
    margin-right: 33%; }
    @media only screen and (min-width: 1260px) {
      .watermark-1.watermark-pos-2, .watermark-1.watermark-pos-4, .watermark-1.watermark-pos-6, .watermark-1.watermark-pos-8, .watermark-1.watermark-pos-10, .watermark-1.watermark-pos-12 {
        margin-right: 45%; } }

.watermark-2 {
  border: 5px solid rgba(195, 207, 33, 0.3);
  width: 500px;
  height: 500px;
  -webkit-animation: fadeIn 0.6s ease-in-out backwards;
  -moz-animation: fadeIn 0.6s ease-in-out backwards;
  animation: fadeIn 0.6s ease-in-out backwards; }
  @media only screen and (max-width: 1024px) {
    .watermark-2 {
      opacity: 0;
      -webkit-animation: fadeIn 0s ease-in-out;
      -moz-animation: fadeIn 0s ease-in-out;
      animation: fadeIn 0s ease-in-out; } }
  .watermark-2.watermark-pos-1, .watermark-2.watermark-pos-13, .watermark-2.watermark-pos-14 {
    left: 50%;
    margin-left: 30%; }
    @media only screen and (min-width: 1260px) {
      .watermark-2.watermark-pos-1, .watermark-2.watermark-pos-13, .watermark-2.watermark-pos-14 {
        margin-left: 30%; } }
  .watermark-2.watermark-pos-3, .watermark-2.watermark-pos-5, .watermark-2.watermark-pos-7, .watermark-2.watermark-pos-9, .watermark-2.watermark-pos-11 {
    left: 50%;
    margin-left: 41%; }
    @media only screen and (min-width: 1260px) {
      .watermark-2.watermark-pos-3, .watermark-2.watermark-pos-5, .watermark-2.watermark-pos-7, .watermark-2.watermark-pos-9, .watermark-2.watermark-pos-11 {
        margin-left: 45%; } }
  .watermark-2.watermark-pos-2, .watermark-2.watermark-pos-4, .watermark-2.watermark-pos-6, .watermark-2.watermark-pos-8, .watermark-2.watermark-pos-10, .watermark-2.watermark-pos-12 {
    right: 50%;
    left: auto;
    margin-right: 41%; }
    @media only screen and (min-width: 1260px) {
      .watermark-2.watermark-pos-2, .watermark-2.watermark-pos-4, .watermark-2.watermark-pos-6, .watermark-2.watermark-pos-8, .watermark-2.watermark-pos-10, .watermark-2.watermark-pos-12 {
        margin-right: 45%; } }

.watermark-3 {
  border: 40px solid rgba(0, 120, 65, 0.2);
  width: 400px;
  height: 400px;
  -webkit-animation: fadeIn 0.6s ease-in-out backwards;
  -moz-animation: fadeIn 0.6s ease-in-out backwards;
  animation: fadeIn 0.6s ease-in-out backwards; }
  @media only screen and (max-width: 1024px) {
    .watermark-3 {
      opacity: 0;
      -webkit-animation: fadeIn 0s ease-in-out;
      -moz-animation: fadeIn 0s ease-in-out;
      animation: fadeIn 0s ease-in-out; } }
  .watermark-3.watermark-pos-1, .watermark-3.watermark-pos-3, .watermark-3.watermark-pos-5, .watermark-3.watermark-pos-7, .watermark-3.watermark-pos-9, .watermark-3.watermark-pos-11, .watermark-3.watermark-pos-13 {
    left: 50%;
    margin-left: 38%; }
    @media only screen and (min-width: 1260px) {
      .watermark-3.watermark-pos-1, .watermark-3.watermark-pos-3, .watermark-3.watermark-pos-5, .watermark-3.watermark-pos-7, .watermark-3.watermark-pos-9, .watermark-3.watermark-pos-11, .watermark-3.watermark-pos-13 {
        margin-left: 45%; } }
  .watermark-3.watermark-pos-2, .watermark-3.watermark-pos-4, .watermark-3.watermark-pos-6, .watermark-3.watermark-pos-8, .watermark-3.watermark-pos-10, .watermark-3.watermark-pos-12, .watermark-3.watermark-pos-14 {
    right: 50%;
    margin-right: 38%;
    left: auto; }
    @media only screen and (min-width: 1260px) {
      .watermark-3.watermark-pos-2, .watermark-3.watermark-pos-4, .watermark-3.watermark-pos-6, .watermark-3.watermark-pos-8, .watermark-3.watermark-pos-10, .watermark-3.watermark-pos-12, .watermark-3.watermark-pos-14 {
        margin-right: 45%; } }

.watermark-4 {
  border: 25px solid rgba(195, 207, 33, 0.3);
  width: 0px;
  height: 0px;
  -webkit-animation: fadeIn 0.6s ease-in-out backwards;
  -moz-animation: fadeIn 0.6s ease-in-out backwards;
  animation: fadeIn 0.6s ease-in-out backwards; }
  .watermark-4.watermark-pos-1, .watermark-4.watermark-pos-3, .watermark-4.watermark-pos-5, .watermark-4.watermark-pos-7, .watermark-4.watermark-pos-9, .watermark-4.watermark-pos-11, .watermark-4.watermark-pos-13 {
    left: 50%;
    margin-left: 44%; }
    @media only screen and (min-width: 1260px) {
      .watermark-4.watermark-pos-1, .watermark-4.watermark-pos-3, .watermark-4.watermark-pos-5, .watermark-4.watermark-pos-7, .watermark-4.watermark-pos-9, .watermark-4.watermark-pos-11, .watermark-4.watermark-pos-13 {
        margin-left: 44%; } }
  .watermark-4.watermark-pos-2, .watermark-4.watermark-pos-4, .watermark-4.watermark-pos-6, .watermark-4.watermark-pos-8, .watermark-4.watermark-pos-10, .watermark-4.watermark-pos-12, .watermark-4.watermark-pos-14 {
    right: 50%;
    left: auto;
    margin-right: 44%; }
    @media only screen and (min-width: 1260px) {
      .watermark-4.watermark-pos-2, .watermark-4.watermark-pos-4, .watermark-4.watermark-pos-6, .watermark-4.watermark-pos-8, .watermark-4.watermark-pos-10, .watermark-4.watermark-pos-12, .watermark-4.watermark-pos-14 {
        margin-right: 44%; } }

.watermark-5 {
  border: 2px solid rgba(195, 207, 33, 0.25);
  width: 120px;
  height: 120px;
  -webkit-animation: fadeIn 0.6s ease-in-out backwards;
  -moz-animation: fadeIn 0.6s ease-in-out backwards;
  animation: fadeIn 0.6s ease-in-out backwards; }
  @media only screen and (max-width: 1024px) {
    .watermark-5 {
      opacity: 0;
      -webkit-animation: fadeIn 0s ease-in-out;
      -moz-animation: fadeIn 0s ease-in-out;
      animation: fadeIn 0s ease-in-out; } }
  .watermark-5.watermark-pos-1, .watermark-5.watermark-pos-3, .watermark-5.watermark-pos-5, .watermark-5.watermark-pos-7, .watermark-5.watermark-pos-9, .watermark-5.watermark-pos-11, .watermark-5.watermark-pos-13 {
    left: 50%;
    margin-left: 41%; }
  .watermark-5.watermark-pos-2, .watermark-5.watermark-pos-4, .watermark-5.watermark-pos-6, .watermark-5.watermark-pos-8, .watermark-5.watermark-pos-10, .watermark-5.watermark-pos-12, .watermark-5.watermark-pos-14 {
    right: 50%;
    left: auto;
    margin-right: 41%; }

.watermark-6 {
  border: 55px solid rgba(0, 120, 65, 0.2);
  width: 200px;
  height: 200px;
  -webkit-animation: fadeIn 0.6s ease-in-out backwards;
  -moz-animation: fadeIn 0.6s ease-in-out backwards;
  animation: fadeIn 0.6s ease-in-out backwards; }
  @media only screen and (max-width: 1024px) {
    .watermark-6 {
      opacity: 0;
      -webkit-animation: fadeIn 0.6s ease-in-out;
      -moz-animation: fadeIn 0.6s ease-in-out;
      animation: fadeIn 0.6s ease-in-out; } }
  .watermark-6.watermark-pos-1, .watermark-6.watermark-pos-3, .watermark-6.watermark-pos-5, .watermark-6.watermark-pos-7, .watermark-6.watermark-pos-9, .watermark-6.watermark-pos-11, .watermark-6.watermark-pos-13 {
    left: 50%;
    margin-left: 41%; }
    @media only screen and (min-width: 1260px) {
      .watermark-6.watermark-pos-1, .watermark-6.watermark-pos-3, .watermark-6.watermark-pos-5, .watermark-6.watermark-pos-7, .watermark-6.watermark-pos-9, .watermark-6.watermark-pos-11, .watermark-6.watermark-pos-13 {
        margin-right: 45%; } }
  .watermark-6.watermark-pos-2, .watermark-6.watermark-pos-4, .watermark-6.watermark-pos-6, .watermark-6.watermark-pos-8, .watermark-6.watermark-pos-10, .watermark-6.watermark-pos-12, .watermark-6.watermark-pos-14 {
    right: 50%;
    left: auto;
    margin-right: 41%; }
    @media only screen and (min-width: 1260px) {
      .watermark-6.watermark-pos-2, .watermark-6.watermark-pos-4, .watermark-6.watermark-pos-6, .watermark-6.watermark-pos-8, .watermark-6.watermark-pos-10, .watermark-6.watermark-pos-12, .watermark-6.watermark-pos-14 {
        margin-right: 45%; } }

.watermark-7 {
  border: 20px solid rgba(75, 174, 59, 0.3);
  width: 0px;
  height: 0px;
  -webkit-animation: fadeIn 0.6s ease-in-out backwards;
  -moz-animation: fadeIn 0.6s ease-in-out backwards;
  animation: fadeIn 0.6s ease-in-out backwards; }
  .watermark-7.watermark-pos-1, .watermark-7.watermark-pos-3, .watermark-7.watermark-pos-5, .watermark-7.watermark-pos-7, .watermark-7.watermark-pos-9, .watermark-7.watermark-pos-11, .watermark-7.watermark-pos-13 {
    left: 50%;
    margin-left: 44%; }
    @media only screen and (min-width: 1260px) {
      .watermark-7.watermark-pos-1, .watermark-7.watermark-pos-3, .watermark-7.watermark-pos-5, .watermark-7.watermark-pos-7, .watermark-7.watermark-pos-9, .watermark-7.watermark-pos-11, .watermark-7.watermark-pos-13 {
        margin-left: 44%; } }
  .watermark-7.watermark-pos-2, .watermark-7.watermark-pos-4, .watermark-7.watermark-pos-6, .watermark-7.watermark-pos-8, .watermark-7.watermark-pos-10, .watermark-7.watermark-pos-12, .watermark-7.watermark-pos-14 {
    right: 50%;
    left: auto;
    margin-right: 44%; }
    @media only screen and (min-width: 1260px) {
      .watermark-7.watermark-pos-2, .watermark-7.watermark-pos-4, .watermark-7.watermark-pos-6, .watermark-7.watermark-pos-8, .watermark-7.watermark-pos-10, .watermark-7.watermark-pos-12, .watermark-7.watermark-pos-14 {
        margin-right: 44%; } }

.watermark-8 {
  border: 15px solid rgba(0, 120, 65, 0.3);
  width: 0px;
  height: 0px;
  -webkit-animation: fadeIn 0.6s ease-in-out backwards;
  -moz-animation: fadeIn 0.6s ease-in-out backwards;
  animation: fadeIn 0.6s ease-in-out backwards; }
  .watermark-8.watermark-pos-1, .watermark-8.watermark-pos-3, .watermark-8.watermark-pos-5, .watermark-8.watermark-pos-7, .watermark-8.watermark-pos-9, .watermark-8.watermark-pos-11, .watermark-8.watermark-pos-13 {
    left: 50%;
    margin-left: 44%; }
    @media only screen and (min-width: 1260px) {
      .watermark-8.watermark-pos-1, .watermark-8.watermark-pos-3, .watermark-8.watermark-pos-5, .watermark-8.watermark-pos-7, .watermark-8.watermark-pos-9, .watermark-8.watermark-pos-11, .watermark-8.watermark-pos-13 {
        margin-left: 44%; } }
  .watermark-8.watermark-pos-2, .watermark-8.watermark-pos-4, .watermark-8.watermark-pos-6, .watermark-8.watermark-pos-8, .watermark-8.watermark-pos-10, .watermark-8.watermark-pos-12, .watermark-8.watermark-pos-14 {
    right: 50%;
    left: auto;
    margin-right: 44%; }
    @media only screen and (min-width: 1260px) {
      .watermark-8.watermark-pos-2, .watermark-8.watermark-pos-4, .watermark-8.watermark-pos-6, .watermark-8.watermark-pos-8, .watermark-8.watermark-pos-10, .watermark-8.watermark-pos-12, .watermark-8.watermark-pos-14 {
        margin-right: 44%; } }

.watermark-9 {
  border: 7px solid rgba(0, 120, 65, 0.23);
  width: 420px;
  height: 420px;
  -webkit-animation: fadeIn 0.6s ease-in-out backwards;
  -moz-animation: fadeIn 0.6s ease-in-out backwards;
  animation: fadeIn 0.6s ease-in-out backwards; }
  @media only screen and (max-width: 1024px) {
    .watermark-9 {
      opacity: 0;
      -webkit-animation: fadeIn 0s ease-in-out;
      -moz-animation: fadeIn 0s ease-in-out;
      animation: fadeIn 0s ease-in-out; } }
  .watermark-9.watermark-pos-1, .watermark-9.watermark-pos-13, .watermark-9.watermark-pos-14 {
    left: 50%;
    margin-left: 30%; }
    @media only screen and (min-width: 1260px) {
      .watermark-9.watermark-pos-1, .watermark-9.watermark-pos-13, .watermark-9.watermark-pos-14 {
        margin-left: 30%; } }
  .watermark-9.watermark-pos-3, .watermark-9.watermark-pos-5, .watermark-9.watermark-pos-7, .watermark-9.watermark-pos-9, .watermark-9.watermark-pos-11 {
    left: 50%;
    margin-left: 41%; }
    @media only screen and (min-width: 1260px) {
      .watermark-9.watermark-pos-3, .watermark-9.watermark-pos-5, .watermark-9.watermark-pos-7, .watermark-9.watermark-pos-9, .watermark-9.watermark-pos-11 {
        margin-left: 45%; } }
  .watermark-9.watermark-pos-2, .watermark-9.watermark-pos-4, .watermark-9.watermark-pos-6, .watermark-9.watermark-pos-8, .watermark-9.watermark-pos-10, .watermark-9.watermark-pos-12 {
    right: 50%;
    left: auto;
    margin-right: 41%; }
    @media only screen and (min-width: 1260px) {
      .watermark-9.watermark-pos-2, .watermark-9.watermark-pos-4, .watermark-9.watermark-pos-6, .watermark-9.watermark-pos-8, .watermark-9.watermark-pos-10, .watermark-9.watermark-pos-12 {
        margin-right: 45%; } }

.watermark-10 {
  border: 10px solid rgba(0, 120, 65, 0.15);
  width: 490px;
  height: 490px;
  -webkit-animation: fadeIn 0.6s ease-in-out backwards;
  -moz-animation: fadeIn 0.6s ease-in-out backwards;
  animation: fadeIn 0.6s ease-in-out backwards; }
  @media only screen and (max-width: 1024px) {
    .watermark-10 {
      opacity: 0;
      -webkit-animation: fadeIn 0s ease-in-out;
      -moz-animation: fadeIn 0s ease-in-out;
      animation: fadeIn 0s ease-in-out; } }
  .watermark-10.watermark-pos-1, .watermark-10.watermark-pos-13, .watermark-10.watermark-pos-14 {
    left: 50%;
    margin-left: 30%; }
    @media only screen and (min-width: 1260px) {
      .watermark-10.watermark-pos-1, .watermark-10.watermark-pos-13, .watermark-10.watermark-pos-14 {
        margin-left: 30%; } }
  .watermark-10.watermark-pos-3, .watermark-10.watermark-pos-5, .watermark-10.watermark-pos-7, .watermark-10.watermark-pos-9, .watermark-10.watermark-pos-11 {
    left: 50%;
    margin-left: 41%; }
    @media only screen and (min-width: 1260px) {
      .watermark-10.watermark-pos-3, .watermark-10.watermark-pos-5, .watermark-10.watermark-pos-7, .watermark-10.watermark-pos-9, .watermark-10.watermark-pos-11 {
        margin-left: 45%; } }
  .watermark-10.watermark-pos-2, .watermark-10.watermark-pos-4, .watermark-10.watermark-pos-6, .watermark-10.watermark-pos-8, .watermark-10.watermark-pos-10, .watermark-10.watermark-pos-12 {
    right: 50%;
    left: auto;
    margin-right: 41%; }
    @media only screen and (min-width: 1260px) {
      .watermark-10.watermark-pos-2, .watermark-10.watermark-pos-4, .watermark-10.watermark-pos-6, .watermark-10.watermark-pos-8, .watermark-10.watermark-pos-10, .watermark-10.watermark-pos-12 {
        margin-right: 45%; } }

.watermark-11 {
  border: 20px solid rgba(75, 174, 59, 0.19);
  width: 480px;
  height: 480px;
  -webkit-animation: fadeIn 0.6s ease-in-out backwards;
  -moz-animation: fadeIn 0.6s ease-in-out backwards;
  animation: fadeIn 0.6s ease-in-out backwards; }
  @media only screen and (max-width: 1024px) {
    .watermark-11 {
      opacity: 0;
      -webkit-animation: fadeIn 0s ease-in-out;
      -moz-animation: fadeIn 0s ease-in-out;
      animation: fadeIn 0s ease-in-out; } }
  .watermark-11.watermark-pos-1, .watermark-11.watermark-pos-13, .watermark-11.watermark-pos-14 {
    left: 50%;
    margin-left: 30%; }
    @media only screen and (min-width: 1260px) {
      .watermark-11.watermark-pos-1, .watermark-11.watermark-pos-13, .watermark-11.watermark-pos-14 {
        margin-left: 30%; } }
  .watermark-11.watermark-pos-3, .watermark-11.watermark-pos-5, .watermark-11.watermark-pos-7, .watermark-11.watermark-pos-9, .watermark-11.watermark-pos-11 {
    left: 50%;
    margin-left: 41%; }
    @media only screen and (min-width: 1260px) {
      .watermark-11.watermark-pos-3, .watermark-11.watermark-pos-5, .watermark-11.watermark-pos-7, .watermark-11.watermark-pos-9, .watermark-11.watermark-pos-11 {
        margin-left: 45%; } }
  .watermark-11.watermark-pos-2, .watermark-11.watermark-pos-4, .watermark-11.watermark-pos-6, .watermark-11.watermark-pos-8, .watermark-11.watermark-pos-10, .watermark-11.watermark-pos-12 {
    right: 50%;
    left: auto;
    margin-right: 41%; }
    @media only screen and (min-width: 1260px) {
      .watermark-11.watermark-pos-2, .watermark-11.watermark-pos-4, .watermark-11.watermark-pos-6, .watermark-11.watermark-pos-8, .watermark-11.watermark-pos-10, .watermark-11.watermark-pos-12 {
        margin-right: 45%; } }

.watermark-12 {
  border: 7px solid rgba(0, 120, 65, 0.11);
  width: 510px;
  height: 510px;
  -webkit-animation: fadeIn 0.6s ease-in-out backwards;
  -moz-animation: fadeIn 0.6s ease-in-out backwards;
  animation: fadeIn 0.6s ease-in-out backwards; }
  @media only screen and (max-width: 1024px) {
    .watermark-12 {
      opacity: 0;
      -webkit-animation: fadeIn 0s ease-in-out;
      -moz-animation: fadeIn 0s ease-in-out;
      animation: fadeIn 0s ease-in-out; } }
  .watermark-12.watermark-pos-1, .watermark-12.watermark-pos-13, .watermark-12.watermark-pos-14 {
    left: 50%;
    margin-left: 30%; }
    @media only screen and (min-width: 1260px) {
      .watermark-12.watermark-pos-1, .watermark-12.watermark-pos-13, .watermark-12.watermark-pos-14 {
        margin-left: 30%; } }
  .watermark-12.watermark-pos-3, .watermark-12.watermark-pos-5, .watermark-12.watermark-pos-7, .watermark-12.watermark-pos-9, .watermark-12.watermark-pos-11 {
    left: 50%;
    margin-left: 41%; }
    @media only screen and (min-width: 1260px) {
      .watermark-12.watermark-pos-3, .watermark-12.watermark-pos-5, .watermark-12.watermark-pos-7, .watermark-12.watermark-pos-9, .watermark-12.watermark-pos-11 {
        margin-left: 45%; } }
  .watermark-12.watermark-pos-2, .watermark-12.watermark-pos-4, .watermark-12.watermark-pos-6, .watermark-12.watermark-pos-8, .watermark-12.watermark-pos-10, .watermark-12.watermark-pos-12 {
    right: 50%;
    left: auto;
    margin-right: 41%; }
    @media only screen and (min-width: 1260px) {
      .watermark-12.watermark-pos-2, .watermark-12.watermark-pos-4, .watermark-12.watermark-pos-6, .watermark-12.watermark-pos-8, .watermark-12.watermark-pos-10, .watermark-12.watermark-pos-12 {
        margin-right: 45%; } }

.watermark-pos-1 {
  top: 0vh;
  top: 0; }

.watermark-pos-2 {
  top: 25vh;
  top: 8%; }

.watermark-pos-3 {
  top: 50vh;
  top: 16%; }

.watermark-pos-4 {
  top: 75vh;
  top: 24%; }

.watermark-pos-5 {
  top: 100vh;
  top: 32%; }

.watermark-pos-6 {
  top: 125vh;
  top: 40%; }

.watermark-pos-7 {
  top: 150vh;
  top: 50%; }

.watermark-pos-8 {
  top: 175vh;
  top: 60%; }

.watermark-pos-9 {
  top: 200vh;
  top: 70%; }

.watermark-pos-10 {
  top: 225vh;
  top: 75%; }

.watermark-pos-11 {
  top: 250vh;
  top: 80%; }

.watermark-pos-12 {
  top: 275vh;
  top: 90%; }

.watermark-pos-13 {
  top: 0vh;
  top: 0; }

.watermark-pos-14 {
  top: 0vh;
  top: 0; }

.carousel img {
  display: block;
  width: 100%;
  position: relative; }

.carousel .slick-prev,
.carousel .slick-next,
.carousel-nav .slick-prev,
.carousel-nav .slick-next {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  width: 33px;
  height: 17px;
  background-color: transparent; }
.carousel .slick-prev,
.carousel-nav .slick-prev {
  background-image: url(/media/website/site-assets/images/buttons/arrow-prev-black.svg);
  background-position: bottom left;
  margin-right: 5px; }
  .no-svg .carousel .slick-prev, .no-svg
  .carousel-nav .slick-prev {
    background-image: url(/media/website/site-assets/images/buttons/arrow-prev-black.png); }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .no-svg .carousel .slick-prev, .no-svg
      .carousel-nav .slick-prev {
        background-image: url(/media/website/site-assets/images/buttons/arrow-prev-black@2x.png); } }
.carousel .slick-next,
.carousel-nav .slick-next {
  background-image: url(/media/website/site-assets/images/buttons/arrow-next-black.png);
  background-position: bottom right;
  margin-left: 5px; }
  .no-svg .carousel .slick-next, .no-svg
  .carousel-nav .slick-next {
    background-image: url(/media/website/site-assets/images/buttons/arrow-next-black.png); }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .no-svg .carousel .slick-next, .no-svg
      .carousel-nav .slick-next {
        background-image: url(/media/website/site-assets/images/buttons/arrow-next-black@2x.png); } }

.breadcrumbs {
  display: none;
  visibility: hidden; }
  @media only screen and (min-width: 1024px) {
    .breadcrumbs {
      display: block;
      visibility: visible; } }
  @media only screen and (min-width: 1024px) and (min-width: 1024px) {
    .breadcrumbs {
      border-top: 1px solid #505050;
      margin-top: -1px; } }
  @media only screen and (min-width: 1024px) {
      .breadcrumbs .inner {
        border-bottom: 1px solid #B6B6B6;
        width: 90%;
        max-width: 1340px;
        margin: 0 auto; }
      .breadcrumbs ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
        font-size: 14px; }
        .breadcrumbs ul li {
          background-image: none;
          padding-left: 0; }
        .breadcrumbs ul li > a {
          color: #505050;
          font-weight: 700; }
        .breadcrumbs ul::after {
          clear: both;
          content: "";
          display: table; }
      .breadcrumbs ul li {
        background-image: url(/media/website/site-assets/images/buttons/arrow-right.svg);
        float: left;
        padding-left: 25px;
        padding-right: 35px;
        padding-top: 8px;
        padding-bottom: 8px;
        background-repeat: no-repeat;
        background-position: right 50%; }
        .no-svg .breadcrumbs ul li {
          background-image: url(/media/website/site-assets/images/buttons/arrow-right.png); } }
      @media only screen and (min-width: 1024px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1024px) and (min-device-pixel-ratio: 1.5) {
        .no-svg .breadcrumbs ul li {
          background-image: url(/media/website/site-assets/images/buttons/arrow-right@2x.png); } }
  @media only screen and (min-width: 1024px) {
        .breadcrumbs ul li:first-child {
          padding-left: 0; }
        .breadcrumbs ul li:last-child {
          padding-right: 0;
          background-image: none; }
      .breadcrumbs ul li a {
        font-weight: 300; }
        .breadcrumbs ul li a:hover {
          color: #4BAE3B; }
      .breadcrumbs ul li span,
      .breadcrumbs ul li.active a {
        color: #007841; }
      .breadcrumbs ul li a,
      .breadcrumbs ul li span {
        display: block; } }
  @media only screen and (min-width: 1260px) {
    .breadcrumbs ul {
      font-size: 16px; }
    .breadcrumbs ul li {
      padding-top: 12px;
      padding-bottom: 12px; } }

dl::after {
  clear: both;
  content: "";
  display: table; }
dl dt, dl dd {
  margin-left: 0;
  display: block;
  margin-right: 5px;
  float: left; }
dl dt + dd {
  margin-right: 20px; }
dl dd a {
  margin: 0; }
dl ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  dl ul li {
    background-image: none;
    padding-left: 0; }
  dl ul li > a {
    color: #505050;
    font-weight: 700; }
  dl ul::after {
    clear: both;
    content: "";
    display: table; }
dl ul li {
  float: left;
  margin-right: 5px; }
  dl ul li:after {
    content: ",";
    position: relative;
    float: right; }
dl ul li:last-child:after {
  display: none; }
dl ul li a,
dl dd a {
  color: #4BAE3B; }
  dl ul li a:hover,
  dl dd a:hover {
    color: #C3CF21; }

.pagination {
  list-style: none;
  padding-left: 0;
  font-family: "athelas", serif;
  font-style: italic;
  font-size: 19px;
  text-align: left;
  vertical-align: top; }
  .pagination li {
    background-image: none;
    padding-left: 0; }
  .pagination li > a {
    color: #505050;
    font-weight: 700; }
  .wf-loading .pagination {
    visibility: hidden; }
  .wf-active .pagination, .wf-inactive .pagination {
    visibility: visible; }
  @media only screen and (min-width: 768px) {
    .pagination {
      text-align: right; } }
  .pagination li {
    display: inline-block; }
  .pagination a, .pagination span {
    display: block;
    padding: 10px 16px;
    font-weight: 400;
    position: relative;
    overflow: hidden; }
  .pagination .current a {
    color: #4BAE3B; }
    .pagination .current a:after {
      content: "";
      display: block;
      width: 100%;
      background-color: #007841;
      height: 4px;
      margin-top: 10px;
      position: absolute;
      bottom: 0;
      left: 0; }
  .pagination .pagination-prev a,
  .pagination .pagination-next a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 35px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    font-size: 0; }
  .pagination .pagination-prev a {
    background-image: url(/media/website/site-assets/images/buttons/arrow-prev-black.svg);
    padding-left: 0; }
    .no-svg .pagination .pagination-prev a {
      background-image: url(/media/website/site-assets/images/buttons/arrow-prev-black.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .pagination .pagination-prev a {
          background-image: url(/media/website/site-assets/images/buttons/arrow-prev-black@2x.png); } }
  .pagination .pagination-next a {
    background-image: url(/media/website/site-assets/images/buttons/arrow-next-black.png);
    padding-right: 0;
    background-position: 100% 50%; }
    .no-svg .pagination .pagination-next a {
      background-image: url(/media/website/site-assets/images/buttons/arrow-next-black.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .pagination .pagination-next a {
          background-image: url(/media/website/site-assets/images/buttons/arrow-next-black@2x.png); } }

.pagination-simple {
  list-style: none;
  padding-left: 0; }
  .pagination-simple li {
    background-image: none;
    padding-left: 0; }
  .pagination-simple li > a {
    color: #505050;
    font-weight: 700; }
  .pagination-simple::after {
    clear: both;
    content: "";
    display: table; }
  .pagination-simple li {
    float: left; }
  .pagination-simple a {
    margin-right: 20px; }

.tag:after, .tag-container li a:after {
  display: none;
  content: ""; }

#masonry-wrapper {
  list-style: none;
  padding-left: 0; }
  #masonry-wrapper li {
    background-image: none;
    padding-left: 0; }
  #masonry-wrapper li > a {
    color: #505050;
    font-weight: 700; }
  @media only screen and (min-width: 320px) {
    #masonry-wrapper li {
      width: 50%; } }
  @media only screen and (min-width: 1024px) {
    #masonry-wrapper li {
      width: 33.33333%; } }
  #masonry-wrapper li a {
    padding: 5px 0;
    display: block;
    position: relative; }
    @media only screen and (min-width: 320px) {
      #masonry-wrapper li a {
        padding: 5px; } }
    #masonry-wrapper li a:after {
      content: "";
      display: block;
      top: 5px;
      left: 5px;
      bottom: 5px;
      right: 5px;
      position: absolute;
      background-color: #4BAE3B;
      opacity: 0;
      -webkit-transition: opacity 0.15s ease-in-out;
      -moz-transition: opacity 0.15s ease-in-out;
      transition: opacity 0.15s ease-in-out; }
    #masonry-wrapper li a:hover {
      cursor: -webkit-zoom-in;
      cursor: -moz-zoom-in; }
      #masonry-wrapper li a:hover:after {
        opacity: .7; }
      #masonry-wrapper li a:hover img {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        filter: grayscale(100%); }
  #masonry-wrapper img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: -webkit-filter 0.15s ease-in-out;
    -moz-transition: -webkit-filter 0.15s ease-in-out;
    transition: -webkit-filter 0.15s ease-in-out; }

.mfp-bg {
  background: white;
  opacity: 0.9;
  filter: alpha(opacity=80); }

.mfp-figure:after {
  display: none;
  visibility: hidden; }

.mfp-counter,
.mfp-preloader,
.mfp-title {
  color: #505050; }

button.mfp-arrow {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: white;
  opacity: 1; }
  button.mfp-arrow:after, button.mfp-arrow:before {
    display: none;
    visibility: hidden; }

button.mfp-arrow:active,
button.mfp-arrow {
  margin-top: -30px; }

button.mfp-arrow-left {
  background-image: url(/media/website/site-assets/images/buttons/arrow-prev-black.svg); }
  .no-svg button.mfp-arrow-left {
    background-image: url(/media/website/site-assets/images/buttons/arrow-prev-black.png); }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .no-svg button.mfp-arrow-left {
        background-image: url(/media/website/site-assets/images/buttons/arrow-prev-black@2x.png); } }

button.mfp-arrow-right {
  background-image: url(/media/website/site-assets/images/buttons/arrow-next-black.png); }
  .no-svg button.mfp-arrow-right {
    background-image: url(/media/website/site-assets/images/buttons/arrow-next-black.png); }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .no-svg button.mfp-arrow-right {
        background-image: url(/media/website/site-assets/images/buttons/arrow-next-black@2x.png); } }

button.mfp-close {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(/media/website/site-assets/images/buttons/btn-close.svg);
  background-repeat: no-repeat;
  background-position: center right;
  font-size: 0;
  opacity: 1; }
  .no-svg button.mfp-close {
    background-image: url(/media/website/site-assets/images/buttons/btn-close.png); }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .no-svg button.mfp-close {
        background-image: url(/media/website/site-assets/images/buttons/btn-close@2x.png); } }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 0; }

.video-wrapper, .listing-videos li div {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.video-wrapper object,
.video-wrapper iframe,
.video-wrapper embed, .listing-videos li div object,
.listing-videos li div iframe,
.listing-videos li div embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.youtube-video-wrapper {
  width: 100%;
  max-width:730px;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.action, .section-promote aside {
  padding: 28px 0;
  border-bottom: 1px solid #B6B6B6;
  border-top: 1px solid #B6B6B6;
  position: relative; }
  .action a, .section-promote aside a {
    font-size: 19px;
    color: #007841;
    display: block;
    font-family: "athelas", serif; }
    .wf-loading .action a, .wf-loading .section-promote aside a, .section-promote .wf-loading aside a {
      visibility: hidden; }
    .wf-active .action a, .wf-active .section-promote aside a, .section-promote .wf-active aside a, .wf-inactive .action a, .wf-inactive .section-promote aside a, .section-promote .wf-inactive aside a {
      visibility: visible; }
    .action a:after, .section-promote aside a:after {
      display: none; }

.action-icon a {
  padding-left: 52px;
  background-repeat: no-repeat;
  background-position: 0 3px; }

.action-youtube a {
  background-image: url(/media/website/site-assets/images/icons/icon-youtube.svg); }
  .no-svg .action-youtube a {
    background-image: url(/media/website/site-assets/images/icons/icon-youtube.png); }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .no-svg .action-youtube a {
        background-image: url(/media/website/site-assets/images/icons/icon-youtube@2x.png); } }

.download a {
  background-image: url(/media/website/site-assets/images/icons/icon-download.svg);
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  padding: 0 0 28px 40px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 6px; }
  .no-svg .download a {
    background-image: url(/media/website/site-assets/images/icons/icon-download.png); }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .no-svg .download a {
        background-image: url(/media/website/site-assets/images/icons/icon-download@2x.png); } }
  .download a:hover {
    color: #4BAE3B; }

.share-container {
  width: 100%;
  position: relative;
  clear: both;
  padding-top: 34px;
  border-top: 1px solid #505050; }
  .share-container iframe {
    margin-right: 20px; }
  .share-container .fb_iframe_widget {
    top: -8px; }
  .share-container .IN-widget {
    margin-left: 20px; }

.listing-article .article-date {
  display: block;
  margin: 28px 0 -28px 0; }

.filter input, .filter select {
  width: 100%; }
.filter legend {
  display: none; }

.content-secondary .filter ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 20px; }
  .content-secondary .filter ul li {
    background-image: none;
    padding-left: 0; }
  .content-secondary .filter ul li > a {
    color: #505050;
    font-weight: 700; }
  @media only screen and (min-width: 660px) {
    .content-secondary .filter ul {
      margin: 20px 0 28px 0; } }
  @media only screen and (min-width: 1024px) {
    .content-secondary .filter ul {
      margin-top: 0;
      margin-bottom: 20px; } }
.content-secondary .filter ul > li:first-child {
  margin-top: 0; }
@media only screen and (min-width: 1024px) {
  .content-secondary .filter legend {
    display: block; } }
.content-secondary .filter label {
  margin-right: 0; }

@media only screen and (min-width: 320px) {
  .insert::after {
    clear: both;
    content: "";
    display: table; } }
.insert img {
  display: block;
  width: 100%;
  margin-top: 28px; }
@media only screen and (min-width: 320px) {
  .insert div {
    width: auto;
    overflow: hidden; } }

@media only screen and (min-width: 320px) {
  .insert-profile img {
    float: right;
    width: 30%;
    max-width: 150px;
    margin-left: 20px; } }
.insert-profile dl {
	display: inline-block;
}
.insert-profile dd {
  clear: right;
  float: none;
  width: auto;
  overflow: hidden; }
.insert-profile dt {
  clear: left;
  width: 50px;
  margin-right: 20px; }

.has-content-secondary .insert-alt {
  border-bottom: 1px solid #B6B6B6; }
  @media only screen and (min-width: 1024px) {
    .has-content-secondary .insert-alt {
      width: 66.66667%; } }
  @media only screen and (min-width: 1260px) {
    .has-content-secondary .insert-alt {
      width: 22.18905%;
      float: right;
      border-bottom: 0; } }
  @media only screen and (min-width: 1260px) {
    .has-content-secondary .insert-alt img {
      width: 100%;
      max-width: 100%;
      float: none;
      margin-left: 0; } }
  @media only screen and (min-width: 1260px) {
    .has-content-secondary .insert-alt dt {
      float: none;
      width: 100%; } }
  .has-content-secondary .insert-alt dd {
    margin-bottom: 10px; }

.eventdate {
  border-top: 1px solid #505050;
  border-bottom: 1px solid #B6B6B6;
  padding: 28px 0; }
  .eventdate a {
    display: block; }

.event .eventtitle h3 {
  margin-bottom: 14px; }
.event .eventinfo dl {
  margin: 14px 0; }
  .event .eventinfo dl::after {
    clear: both;
    content: "";
    display: table; }
.event .eventinfo dl:nth-of-type(1) {
  font-size: 16px;
  font-style: normal; }
  .event .eventinfo dl:nth-of-type(1)  dt {
    margin-right: 10px; }
.event .eventinfo dl:nth-of-type(2) dt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 16px;
  height: 16px;
  background-image: url(/media/website/site-assets/images/icons/icon-clock.svg); }
  .no-svg .event .eventinfo dl:nth-of-type(1) dt {
    background-image: url(/media/website/site-assets/images/icons/icon-clock.png); }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .no-svg .event .eventinfo dl:nth-of-type(1) dt {
        background-image: url(/media/website/site-assets/images/icons/icon-clock@2x.png); } }
.event .eventinfo dt,
.event .eventinfo dd {
  display: block;
  float: left; }
.event + .eventdate {
  margin-top: 28px; }

@media only screen and (min-width: 1024px) {
  .content-tertiary #calendar_box {
    margin-left: -30.75%; } }
#calendar_box thead {
  border-bottom: 0; }
#calendar_box th {
  font-family: "soleil", sans-serif;
  font-weight: 700; }
  .wf-loading #calendar_box th {
    visibility: hidden; }
  .wf-active #calendar_box th, .wf-inactive #calendar_box th {
    visibility: visible; }
#calendar_box td,
#calendar_box th {
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  height: 60px;
  width: 14.28571%;
  border-top: 1px solid #B6B6B6; }
  @media only screen and (min-width: 1024px) {
    #calendar_box td,
    #calendar_box th {
      height: 50px; } }
#calendar_box a {
  color: #4BAE3B; }
#calendar_box .fillday {
  color: rgba(80, 80, 80, 0.4); }
#calendar_box .hasevent a {
  -webkit-transition: background-color 0.22s ease-in-out;
  -moz-transition: background-color 0.22s ease-in-out;
  transition: background-color 0.22s ease-in-out;
  background-color: #4BAE3B;
  color: white;
  width: 100%;
  display: block;
  padding: 20px 0; }
  @media only screen and (min-width: 1024px) {
    #calendar_box .hasevent a {
      padding: 15px 0; } }
  #calendar_box .hasevent a:hover {
    background-color: #C3CF21; }
#calendar_box .calendar-box-header th {
  width: auto;
  font-size: 16px;
  border-top: 0;
  height: auto;
  padding: 10px 0; }
  @media only screen and (min-width: 1024px) {
    #calendar_box .calendar-box-header th {
      border-top: 1px solid #B6B6B6; } }
#calendar_box .calendar-box-header .fa {
  width: 100%;
  height: 100%;
  display: block;
  display: block;
  width: 31px;
  height: 16px;
  background-repeat: no-repeat; }
#calendar_box .calendar-box-header .fa-chevron-left {
  background-image: url(/media/website/site-assets/images/buttons/arrow-prev-black.svg);
  background-position: left 50%; }
  .no-svg #calendar_box .calendar-box-header .fa-chevron-left {
    background-image: url(/media/website/site-assets/images/buttons/arrow-prev-black.png); }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .no-svg #calendar_box .calendar-box-header .fa-chevron-left {
        background-image: url(/media/website/site-assets/images/buttons/arrow-prev-black@2x.png); } }
#calendar_box .calendar-box-header .fa-chevron-right {
  background-image: url(/media/website/site-assets/images/buttons/arrow-next-black.png);
  background-position: right 50%; }
  .no-svg #calendar_box .calendar-box-header .fa-chevron-right {
    background-image: url(/media/website/site-assets/images/buttons/arrow-next-black.png); }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .no-svg #calendar_box .calendar-box-header .fa-chevron-right {
        background-image: url(/media/website/site-assets/images/buttons/arrow-next-black@2x.png); } }

#view_switchers {
  margin-top: 28px;
  font-size: 14px;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    #view_switchers {
      margin-left: -30.75%; } }
  #view_switchers a {
    color: #4BAE3B; }

/* PSRR-4040 - added alternative class */
table.alternative {
  width: 100%;
  margin: 28px 0; }
  table.alternative th,
  table.alternative td {
    text-align: left;
    padding: 20px 20px 20px 0;
    vertical-align: top; }
  table.alternative td {
    border-bottom: 1px solid #B6B6B6; }
  table.alternative thead {
    border-bottom: 1px solid #505050; }
  table.alternative th {
    font-family: "athelas", serif;
    font-weight: 400; }
    .wf-loading table th {
      visibility: hidden; }
    .wf-active table th, .wf-inactive table th {
      visibility: visible; }
  table.alternative a {
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
    table.alternative a:hover {
      color: #4BAE3B; }


/* table class created by Dan in Teagasc */
table.tblClean {
  margin: 28px 0; }
  table.tblClean th,
  table.tblClean td {
    border: 1px solid #b6b6b6; 
    padding: .3em; }
  table.tblClean td {
    background-color: #ffffff; }
  table.tblClean th {
    background-color: #f2f2f2; }
  table.tblClean th a {
    color: #4BAE3B;
    font-weight:bold;
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
    table.tblClean th a:hover {
      color: #C3CF21; }
table.tblClean a {
    color: #4BAE3B;
    font-weight: 300;
  	-webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
    table.tblClean a:hover {
      color: #C3CF21; }

/* table class created by Dan in Teagasc */
table.tblBlank {
  margin: 28px 0; }
  table.tblBlank th,
  table.tblBlank td {
    border: 0; 
    padding: .3em; }
  table.tblBlank th a {
    color: #4BAE3B;
    font-weight:bold;
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
    table.tblBlank th a:hover {
      color: #C3CF21; }
table.tblBlank a {
    color: #4BAE3B;
    font-weight: 300;
  	-webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
    table.tblBlank a:hover {
      color: #C3CF21; }

.overflow-container {
  width: 100%;
  overflow-y: scroll;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .overflow-container {
      overflow: auto; } }
  .overflow-container > table {
    width: 800px; }
    @media only screen and (min-width: 768px) {
      .overflow-container > table {
        width: 100%; } }
  .overflow-container:after {
    font-family: "athelas", serif;
    content: "Scroll right to see more";
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    font-size: 12px;
    font-style: italic;
    padding-right: 10px; }
    .wf-loading .overflow-container:after {
      visibility: hidden; }
    .wf-active .overflow-container:after, .wf-inactive .overflow-container:after {
      visibility: visible; }
    @media only screen and (min-width: 768px) {
      .overflow-container:after {
        display: none; } }

.contact-details + .contact-location-search, .contact-staff {
  border-top: 1px solid #505050;
  margin-top: 50px;
  padding-top: 50px; }
  .contact-details + .contact-location-search h2, .contact-staff h2 {
    margin-top: 0; }

.list-unordered-group {
  list-style: none;
  padding-left: 0; }
  .list-unordered-group li {
    background-image: none;
    padding-left: 0; }
  .list-unordered-group li > a {
    color: #505050;
    font-weight: 700; }
  @media only screen and (min-width: 768px) {
    .list-unordered-group::after {
      clear: both;
      content: "";
      display: table; } }
  @media only screen and (min-width: 768px) and (max-width: 1259px) {
    .list-unordered-group > li {
      float: left;
      width: 48.13433%;
      margin-right: 3.73134%; }
      .list-unordered-group > li:nth-of-type(2n+2) {
        margin-right: 0; }
      .list-unordered-group > li:nth-of-type(2n + 1) {
        clear: left; } }
  @media only screen and (min-width: 1260px) {
    .list-unordered-group > li {
      float: left;
      width: 22.20149%;
      margin-right: 3.73134%; }
      .list-unordered-group > li:nth-of-type(4n+4) {
        margin-right: 0; }
      .list-unordered-group > li:nth-of-type(4n + 1) {
        clear: left; } }

.map {
  position: relative;
  padding-bottom: 65.25%;
  padding-top: 100px;
  height: 0;
  overflow: hidden;
  margin: 28px 0; }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#searchoptions::after {
  clear: both;
  content: "";
  display: table; }
#searchoptions label {
  margin-right: 0; }
#searchoptions .category + .subcategory, #searchoptions .location + .subcategory, #searchoptions .parent-category + .subcategories {
  border-top: 1px solid #B6B6B6;
  padding-top: 10px; }
#searchoptions .subcategory {
  margin-bottom: 5px; }
  #searchoptions .subcategory + .subcategory {
    border-top: 0;
    padding-top: 0; }
  #searchoptions .subcategory + .category, #searchoptions .subcategories + .category {
    margin-top: 28px; }
  #searchoptions .subcategory input {
    margin-top: 3px; }
  #searchoptions .subcategory label {
    font-size: 16px;
    line-height: 1.4;
    font-style: normal;
    word-break: break-word; }
@media only screen and (min-width: 1024px) {
  .content-tertiary #searchoptions {
    margin-left: -30.75%; } }

.list-contact {
  list-style: none;
  padding-left: 0; }
  .list-contact li {
    background-image: none;
    padding-left: 0; }
  .list-contact li > a {
    color: #505050;
    font-weight: 700; }
  .list-contact li {
    padding-left: 30px;
    background-position: 0 6px; }
  .list-contact .tel {
    background-image: url(/media/website/site-assets/images/icons/icon-phone.svg); }
    .no-svg .list-contact .tel {
      background-image: url(/media/website/site-assets/images/icons/icon-phone.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .list-contact .tel {
          background-image: url(/media/website/site-assets/images/icons/icon-phone@2x.png); } }
  .list-contact .fax {
    background-image: url(/media/website/site-assets/images/icons/icon-print.svg); }
    .no-svg .list-contact .fax {
      background-image: url(/media/website/site-assets/images/icons/icon-print.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .list-contact .fax {
          background-image: url(/media/website/site-assets/images/icons/icon-print@2x.png); } }
  .list-contact .email {
    background-image: url(/media/website/site-assets/images/icons/icon-email.svg);
    background-position: 0 8px; }
    .no-svg .list-contact .email {
      background-image: url(/media/website/site-assets/images/icons/icon-email.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .list-contact .email {
          background-image: url(/media/website/site-assets/images/icons/icon-email@2x.png); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes triangleScaleUp {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1); } }
@-moz-keyframes triangleScaleUp {
  from {
    -moz-transform: scale(0); }
  to {
    -moz-transform: scale(1); } }
@keyframes triangleScaleUp {
  from {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
header[role=banner] {
  position: relative;
  z-index: 9; }
  @media only screen and (min-width: 1024px) {
    header[role=banner] .inner {
      width: 90%;
      max-width: 1340px;
      margin: 0 auto; } }
  @media only screen and (min-width: 310px) {
    header[role=banner] .inner {
      position: relative; }
      header[role=banner] .inner::after {
        clear: both;
        content: "";
        display: table; } }
  header[role=banner] .toggle {
    font-size: 12px;
    display: block;
    position: relative; }
    @media only screen and (min-width: 310px) {
      header[role=banner] .toggle {
        float: left;
        display: block;
        height: 40px; } }
    @media only screen and (min-width: 1024px) {
      header[role=banner] .toggle {
        display: none;
        visibility: hidden; } }
    header[role=banner] .toggle span {
      display: block;
      padding: 0 8px; }
    header[role=banner] .toggle#toggle-nav-organisation, header[role=banner] .toggle#toggle-quicklinks {
      font-family: "soleil", sans-serif; }
      .wf-loading header[role=banner] .toggle#toggle-nav-organisation, .wf-loading header[role=banner] .toggle#toggle-quicklinks {
        visibility: hidden; }
      .wf-active header[role=banner] .toggle#toggle-nav-organisation, .wf-inactive header[role=banner] .toggle#toggle-nav-organisation, .wf-active header[role=banner] .toggle#toggle-quicklinks, .wf-inactive header[role=banner] .toggle#toggle-quicklinks {
        visibility: visible; }
      @media only screen and (min-width: 560px) {
        header[role=banner] .toggle#toggle-nav-organisation, header[role=banner] .toggle#toggle-quicklinks {
          position: absolute;
          top: 55px; } }
      @media only screen and (min-width: 800px) {
        header[role=banner] .toggle#toggle-nav-organisation, header[role=banner] .toggle#toggle-quicklinks {
          width: 20%;
          text-align: center; } }
      @media only screen and (min-width: 1024px) {
        header[role=banner] .toggle#toggle-nav-organisation, header[role=banner] .toggle#toggle-quicklinks {
          font-size: 14px; } }
    header[role=banner] .toggle#toggle-nav-organisation span:after, header[role=banner] .toggle#toggle-quicklinks span:after {
      content: "";
      display: inline-block;
      margin-left: 5px;
      height: 0;
      width: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 7px solid #B6B6B6; }
    header[role=banner] .toggle#toggle-nav-organisation span:after, header[role=banner] .toggle#toggle-quicklinks span:after {
      -webkit-transition: -webkit-transform 0.22s ease-in-out;
      -moz-transition: -moz-transform 0.22s ease-in-out;
      transition: transform 0.22s ease-in-out; }
    @media only screen and (min-width: 310px) {
      header[role=banner] .toggle#toggle-nav-organisation span, header[role=banner] .toggle#toggle-quicklinks span {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    header[role=banner] .toggle.active {
      color: #4BAE3B; }
      header[role=banner] .toggle.active span:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    @media only screen and (min-width: 560px) {
      header[role=banner] .toggle#toggle-nav-organisation {
        left: 200px; } }
    @media only screen and (min-width: 620px) {
      header[role=banner] .toggle#toggle-nav-organisation {
        left: 230px; } }
    @media only screen and (min-width: 800px) {
      header[role=banner] .toggle#toggle-nav-organisation {
        left: 25%; } }
    @media only screen and (min-width: 560px) {
      header[role=banner] .toggle#toggle-quicklinks {
        left: 330px; } }
    @media only screen and (min-width: 620px) {
      header[role=banner] .toggle#toggle-quicklinks {
        left: 360px; } }
    @media only screen and (min-width: 800px) {
      header[role=banner] .toggle#toggle-quicklinks {
        left: 25%;
        margin-left: 20%; } }
    @media only screen and (min-width: 310px) {
      header[role=banner] .toggle#toggle-quicklinks:before {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        left: 0;
        background-color: #B6B6B6;
        top: 5px;
        bottom: 5px; } }
    @media only screen and (min-width: 800px) {
      header[role=banner] .toggle#toggle-quicklinks:before {
        left: 10px; } }
    @media only screen and (min-width: 310px) {
      header[role=banner] .toggle#toggle-search {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background-image: url(/media/website/site-assets/images/icons/icon-search.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        width: 40px;
        float: none;
        position: absolute;
        top: 0;
        right: 40px;
        overflow: hidden;
        padding: 0; }
        .no-svg header[role=banner] .toggle#toggle-search {
          background-image: url(/media/website/site-assets/images/icons/icon-search.png); } }
    @media only screen and (min-width: 310px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 310px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 310px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 310px) and (min-device-pixel-ratio: 1.5) {
      .no-svg header[role=banner] .toggle#toggle-search {
        background-image: url(/media/website/site-assets/images/icons/icon-search@2x.png); } }

    @media only screen and (min-width: 690px) {
      header[role=banner] .toggle#toggle-search {
        display: none;
        visibility: hidden; } }
    @media only screen and (min-width: 560px) {
      header[role=banner] .toggle#toggle-search {
        margin-right: 65px;
        width: 60px;
        height: 50px;
        right: 0; } }
    @media only screen and (min-width: 310px) {
      header[role=banner] .toggle#toggle-search:after {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        right: 0;
        background-color: #B6B6B6;
        top: 5px;
        bottom: 5px; } }
  header[role=banner] .lnk-login {
    font-size: 12px;
    padding: 0 8px;
    display: block;
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
    font-family: "soleil", sans-serif; }
    .wf-loading header[role=banner] .lnk-login {
      visibility: hidden; }
    .wf-active header[role=banner] .lnk-login, .wf-inactive header[role=banner] .lnk-login {
      visibility: visible; }
    header[role=banner] .lnk-login:hover {
      color: #4BAE3B; }
    @media only screen and (min-width: 310px) {
      header[role=banner] .lnk-login {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background-image: url(/media/website/site-assets/images/icons/icon-lock.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        width: 40px;
        float: none;
        position: absolute;
        top: 0;
        right: 0;
        overflow: hidden;
        height: 40px;
        padding: 0; }
        .no-svg header[role=banner] .lnk-login {
          background-image: url(/media/website/site-assets/images/icons/icon-lock.png); } }
    @media only screen and (min-width: 310px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 310px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 310px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 310px) and (min-device-pixel-ratio: 1.5) {
      .no-svg header[role=banner] .lnk-login {
        background-image: url(/media/website/site-assets/images/icons/icon-lock@2x.png); } }

    @media only screen and (min-width: 560px) {
      header[role=banner] .lnk-login {
        margin-right: 5px;
        width: 60px;
        height: 50px;
        right: 0; } }
    @media only screen and (min-width: 690px) {
      header[role=banner] .lnk-login {
        text-indent: 0;
        overflow: visible;
        width: auto;
        padding-left: 25px;
        background-position: 0 0;
        height: auto;
        right: 5%;
        margin-right: 0;
        top: 15px; } }
    @media only screen and (min-width: 1024px) {
      header[role=banner] .lnk-login {
        right: auto;
        top: 108px;
        left: 51%;
        margin-left: 50px;
        font-size: 14px; } }
    @media only screen and (min-width: 1024px) and (max-height: 780px) {
      header[role=banner] .lnk-login {
        top: 88px; } }
    @media only screen and (min-width: 1260px) {
      header[role=banner] .lnk-login {
        font-size: 16px; } }
  header[role=banner] .nav-organisation,
  header[role=banner] .quicklinks {
    display: none;
    width: 100%;
    border-top: 1px solid #505050;
    border-bottom: 1px solid #505050;
    z-index: 9999; }
    @media only screen and (min-width: 310px) {
      header[role=banner] .nav-organisation,
      header[role=banner] .quicklinks {
        position: absolute;
        top: 40px;
        left: 0; } }
    @media only screen and (min-width: 560px) {
      header[role=banner] .nav-organisation,
      header[role=banner] .quicklinks {
        top: 114px; } }
    @media only screen and (min-width: 1024px) {
      header[role=banner] .nav-organisation,
      header[role=banner] .quicklinks {
        display: block !important;
        position: relative;
        float: left;
        border-top: 0;
        border-bottom: 0;
        width: 28%;
        top: auto;
        left: auto;
        margin: 55px 0 35px; } }
    @media only screen and (min-width: 1024px) and (max-height: 780px) {
      header[role=banner] .nav-organisation,
      header[role=banner] .quicklinks {
        margin: 40px 0 10px; } }
    header[role=banner] .nav-organisation ul,
    header[role=banner] .quicklinks ul {
      list-style: none;
      padding-left: 0;
      margin: 0;
      padding: 0; }
      header[role=banner] .nav-organisation ul li,
      header[role=banner] .quicklinks ul li {
        background-image: none;
        padding-left: 0; }
      header[role=banner] .nav-organisation ul li > a,
      header[role=banner] .quicklinks ul li > a {
        color: #505050;
        font-weight: 700; }
      @media only screen and (min-width: 1024px) {
        header[role=banner] .nav-organisation ul,
        header[role=banner] .quicklinks ul {
          font-size: 14px; }
          header[role=banner] .nav-organisation ul::after,
          header[role=banner] .quicklinks ul::after {
            clear: both;
            content: "";
            display: table; } }
      @media only screen and (min-width: 1260px) {
        header[role=banner] .nav-organisation ul,
        header[role=banner] .quicklinks ul {
          font-size: 16px; } }
    header[role=banner] .nav-organisation ul li,
    header[role=banner] .quicklinks ul li {
      padding: 0 3.73134%; }
      @media only screen and (min-width: 1024px) {
        header[role=banner] .nav-organisation ul li,
        header[role=banner] .quicklinks ul li {
          padding: 0;
          float: left;
          width: 45%;
          margin-right: 10%; }
          header[role=banner] .nav-organisation ul li:nth-of-type(2n+2),
          header[role=banner] .quicklinks ul li:nth-of-type(2n+2) {
            margin-right: 0; }
          header[role=banner] .nav-organisation ul li:nth-of-type(2n + 1),
          header[role=banner] .quicklinks ul li:nth-of-type(2n + 1) {
            clear: left; } }
    header[role=banner] .nav-organisation ul li.current a,
    header[role=banner] .quicklinks ul li.current a {
      color: #4BAE3B; }
    header[role=banner] .nav-organisation ul li:last-child a,
    header[role=banner] .quicklinks ul li:last-child a {
      border-bottom: 0; }
    header[role=banner] .nav-organisation ul li a,
    header[role=banner] .quicklinks ul li a {
      display: block;
      padding: 8px 0;
      border-bottom: 1px solid #B6B6B6;
      -webkit-transition: color 0.15s ease-in-out;
      -moz-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out; }
      header[role=banner] .nav-organisation ul li a:hover,
      header[role=banner] .quicklinks ul li a:hover {
        color: #4BAE3B; }
    @media only screen and (min-width: 1024px) {
      header[role=banner] .nav-organisation ul li:nth-child(n+3) a,
      header[role=banner] .quicklinks ul li:nth-child(n+3) a {
        border-bottom: 0; } }
  header[role=banner] .nav-organisation {
    background-color: #F2F2F2; }
    @media only screen and (min-width: 1024px) {
      header[role=banner] .nav-organisation {
        margin-left: 23%;
        margin-right: 2.5%;
        background-color: transparent; } }
  header[role=banner] .quicklinks {
    background-color: white; }
    @media only screen and (min-width: 1024px) {
      header[role=banner] .quicklinks {
        background-color: transparent;
        margin-left: 2.5%; } }
    header[role=banner] .quicklinks strong {
      display: none;
      visibility: hidden; }
      @media only screen and (min-width: 1024px) {
        header[role=banner] .quicklinks strong {
          display: block;
          visibility: visible;
          font-size: 12px;
          position: absolute;
          top: 0;
          left: 0;
          margin-top: -28px;
          font-size: 14px;
          font-family: "soleil", sans-serif; }
          .wf-loading header[role=banner] .quicklinks strong {
            visibility: hidden; }
          .wf-active header[role=banner] .quicklinks strong, .wf-inactive header[role=banner] .quicklinks strong {
            visibility: visible; } }
    @media only screen and (min-width: 1024px) {
      header[role=banner] .quicklinks:before {
        content: "";
        position: absolute;
        top: -25px;
        bottom: 10px;
        left: -8.5%;
        display: block;
        width: 1px;
        background-color: #505050; } }
    header[role=banner] .quicklinks ul li a {
      font-weight: 300; }
  header[role=banner] .search-site {
    display: none;
    width: 100%;
    position: relative;
    border-top: 1px solid #505050;
    border-bottom: 1px solid #505050;
    z-index: 9999;
    background-color: white; }
    @media only screen and (min-width: 310px) {
      header[role=banner] .search-site {
        position: absolute;
        top: 40px;
        left: 0; } }
    @media only screen and (min-width: 560px) {
      header[role=banner] .search-site {
        top: 114px; } }
    @media only screen and (min-width: 690px) {
      header[role=banner] .search-site {
        display: block !important;
        position: absolute;
        top: 55px;
        right: 5%;
        width: 170px;
        border-top: 0;
        border-bottom: 0;
        left: auto; } }
    @media only screen and (min-width: 800px) {
      header[role=banner] .search-site {
        width: 20%; } }
    @media only screen and (min-width: 1024px) {
      header[role=banner] .search-site {
        top: auto;
        right: 0;
        float: left;
        position: relative;
        width: 13%;
        margin-right: 2.5%;
        margin-top: 60px; } }
    @media only screen and (min-width: 1024px) and (max-height: 780px) {
      header[role=banner] .search-site {
        margin-top: 40px; } }
    header[role=banner] .search-site input {
      width: 92.53731%;
      margin: 20px 3.73134%;
      padding-right: 40px; }
      @media only screen and (min-width: 690px) {
        header[role=banner] .search-site input {
          margin: 0;
          width: 100%; } }
      @media only screen and (min-width: 1024px) {
        header[role=banner] .search-site input {
          line-height: 2;
          height: 34px; } }
    header[role=banner] .search-site button {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      background-image: url(/media/website/site-assets/images/icons/icon-search.svg);
      background-repeat: no-repeat;
      background-position: 50%;
      position: absolute;
      background-color: transparent;
      top: 20px;
      width: 40px;
      height: 34px;
      line-height: 2;
      border: 0;
      padding: 0;
      right: 3.73134%; }
      .no-svg header[role=banner] .search-site button {
        background-image: url(/media/website/site-assets/images/icons/icon-search.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg header[role=banner] .search-site button {
            background-image: url(/media/website/site-assets/images/icons/icon-search@2x.png); } }
      header[role=banner] .search-site button:hover {
        border: none;
        background-color: transparent; }
      @media only screen and (min-width: 690px) {
        header[role=banner] .search-site button {
          top: 0;
          right: 0; } }
      @media only screen and (min-width: 1024px) {
        header[role=banner] .search-site button {
          top: 0; } }
  header[role=banner] hr {
    border: 0;
    height: 1px;
    background-color: #505050;
    margin: 0;
    padding: 0;
    clear: both;
    width: 100%; }
  @media only screen and (min-width: 560px) {
    header[role=banner] hr {
      display: none;
      visibility: hidden; } }
  header[role=banner] .logo {
    width: 155px;
    display: block;
    margin: 20px 0 20px 5%; }
    header[role=banner] .logo img {
      width: 100%;
      display: block; }
    @media only screen and (min-width: 310px) {
      header[role=banner] .logo {
        float: left; } }
    @media only screen and (min-width: 560px) {
      header[role=banner] .logo {
        margin-top: 30px;
        margin-bottom: 30px; } }
    @media only screen and (min-width: 1024px) {
      header[role=banner] .logo {
        position: absolute;
        top: 0;
        left: 0;
        margin-left: 0;
        margin-top: 54px;
        margin-bottom: 0;
        width: 180px; } }
    @media only screen and (min-width: 1260px) {
      header[role=banner] .logo {
        width: 222px;
        margin-top: 50px; } }
    @media only screen and (min-width: 1024px) and (max-height: 780px) {
      header[role=banner] .logo {
        margin-top: 34px; } }
  header[role=banner] #toggle-topics {
    margin-left: 3.73134%;
    margin-top: -10px;
    display: block;
    font-family: "athelas", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 10px; }
    header[role=banner] #toggle-topics::after {
      clear: both;
      content: "";
      display: table; }
    .wf-loading header[role=banner] #toggle-topics {
      visibility: hidden; }
    .wf-active header[role=banner] #toggle-topics, .wf-inactive header[role=banner] #toggle-topics {
      visibility: visible; }
    @media only screen and (min-width: 310px) {
      header[role=banner] #toggle-topics {
        float: right;
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 0;
        margin-right: 5%; } }
    @media only screen and (min-width: 560px) {
      header[role=banner] #toggle-topics {
        margin-top: 57px; } }
    @media only screen and (min-width: 690px) {
      header[role=banner] #toggle-topics {
        display: none;
        visibility: hidden; } }
    header[role=banner] #toggle-topics .hamburger {
      text-indent: -9999px;
      background-color: #505050;
      width: 30px;
      display: block;
      float: left;
      position: relative;
      height: 2px;
      margin: 15px 10px 15px 0;
      -webkit-transition: background 0.15s ease-in-out;
      -moz-transition: background 0.15s ease-in-out;
      transition: background 0.15s ease-in-out; }
      header[role=banner] #toggle-topics .hamburger:before, header[role=banner] #toggle-topics .hamburger:after {
        content: '';
        display: block;
        width: 30px;
        height: 2px;
        position: absolute;
        background-color: #505050;
        -webkit-transition: -webkit-transform 0.15s ease-in-out, top 0.15s ease-in-out;
        -moz-transition: -moz-transform 0.15s ease-in-out, top 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, top 0.15s ease-in-out; }
      header[role=banner] #toggle-topics .hamburger:before {
        top: -10px; }
      header[role=banner] #toggle-topics .hamburger:after {
        top: 10px; }
    header[role=banner] #toggle-topics.active .hamburger {
      background-color: transparent; }
      header[role=banner] #toggle-topics.active .hamburger:before, header[role=banner] #toggle-topics.active .hamburger:after {
        top: 0; }
      header[role=banner] #toggle-topics.active .hamburger:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      header[role=banner] #toggle-topics.active .hamburger:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
    header[role=banner] #toggle-topics span {
      float: left; }
  header[role=banner] .nav-topics {
    width: 100%;
    display: none;
    float: none;
    clear: both;
    border-top: 1px solid #505050;
    max-width: 1440px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (min-width: 690px) {
      header[role=banner] .nav-topics {
        display: block !important;
        border-top: 0; } }
    @media only screen and (min-width: 1024px) {
      header[role=banner] .nav-topics {
        border-bottom: 1px solid #505050; } }
    header[role=banner] .nav-topics ul {
      list-style: none;
      padding-left: 0;
      margin: 0;
      padding: 0;
      position: relative;
      text-transform: uppercase;
      font-size: 12px; }
      header[role=banner] .nav-topics ul li {
        background-image: none;
        padding-left: 0; }
      header[role=banner] .nav-topics ul li > a {
        color: #505050;
        font-weight: 700; }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul::after {
          clear: both;
          content: "";
          display: table; } }
      @media only screen and (min-width: 1024px) {
        header[role=banner] .nav-topics ul {
          font-size: 14px; } }
      @media only screen and (min-width: 1260px) {
        header[role=banner] .nav-topics ul {
          font-size: 15px; } }
    @media only screen and (min-width: 690px) {
      header[role=banner] .nav-topics ul li {
        float: left;
        width: 16.66667%; } }
    header[role=banner] .nav-topics ul li a {
      display: block;
      padding: 8px 3.73134%;
      border-bottom: 1px solid #B6B6B6;
      background-color: white;
      -webkit-transition: color 0.15s ease-in-out;
      -moz-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out; }
    @media only screen and (min-width: 690px) {
      header[role=banner] .nav-topics ul li > a {
        text-align: center;
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom: 0;
        position: relative; } }
    @media only screen and (min-width: 1260px) {
      header[role=banner] .nav-topics ul li > a {
        padding-top: 23px;
        padding-bottom: 23px; } }
    @media only screen and (min-width: 1024px) and (max-height: 780px) {
      header[role=banner] .nav-topics ul li > a {
        padding-top: 18px;
        padding-bottom: 15px; } }
    @media only screen and (min-width: 690px) {
      header[role=banner] .nav-topics ul li > a:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 2px;
        right: 2px;
        height: 4px; }
        .csstransforms header[role=banner] .nav-topics ul li > a:before {
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); } }
    @media only screen and (min-width: 1260px) {
      header[role=banner] .nav-topics ul li > a:before {
        height: 8px; } }
    @media only screen and (min-width: 1024px) {
      header[role=banner] .nav-topics > ul > li > a:after {
        content: "";
        display: inline-block;
        margin-left: 5px;
        height: 0;
        width: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 7px solid #B6B6B6; } }
    @media only screen and (min-width: 1024px) {
      header[role=banner] .nav-topics > ul > li > a:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px);
        right: 5px;
        opacity: 0;
        -webkit-transition: opacity 0.22s ease-in, -webkit-transform 0.22s ease-in;
        -moz-transition: opacity 0.22s ease-in, -moz-transform 0.22s ease-in;
        transition: opacity 0.22s ease-in, transform 0.22s ease-in; } }
    @media only screen and (min-width: 1024px) {
      header[role=banner] .nav-topics ul li > a:hover:after {
        opacity: 1;
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        -o-transform: translateY(-3px);
        transform: translateY(-3px); } }
    @media only screen and (min-width: 690px) {
      header[role=banner] .nav-topics ul li.active > a:after,
      header[role=banner] .nav-topics ul li.current > a:after {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: bottom center;
        -moz-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
        -o-transform-origin: bottom center;
        transform-origin: bottom center;
        content: "";
        display: block;
        position: absolute;
        bottom: 3px;
        left: 50%;
        margin-left: -5px;
        opacity: 1;
        border-top: 0;
        top: auto;
        right: auto; } }
    @media only screen and (min-width: 1260px) {
      header[role=banner] .nav-topics ul li.active > a:after,
      header[role=banner] .nav-topics ul li.current > a:after {
        bottom: 7px; } }
    @media only screen and (min-width: 1024px) and (max-height: 780px) {
      header[role=banner] .nav-topics ul li.active > a:after,
      header[role=banner] .nav-topics ul li.current > a:after {
        bottom: 12px; } }
    @media only screen and (min-width: 1260px) and (max-height: 780px) {
      header[role=banner] .nav-topics ul li.active > a:after,
      header[role=banner] .nav-topics ul li.current > a:after {
        bottom: 7px; } }
    @media only screen and (min-width: 690px) {
      header[role=banner] .nav-topics ul li.active > a:hover:after,
      header[role=banner] .nav-topics ul li.current > a:hover:after {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); } }
    @media only screen and (min-width: 690px) {
      header[role=banner] .nav-topics ul li.active > a:before,
      header[role=banner] .nav-topics ul li.current > a:before {
        top: auto;
        bottom: -1px;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        -moz-transition: -moz-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out; }
        .csstransforms header[role=banner] .nav-topics ul li.active > a:before, .csstransforms
        header[role=banner] .nav-topics ul li.current > a:before {
          top: 0;
          bottom: auto;
          -webkit-transform: translateY(42px);
          -moz-transform: translateY(42px);
          -ms-transform: translateY(42px);
          -o-transform: translateY(42px);
          transform: translateY(42px); } }
    @media only screen and (min-width: 1024px) {
      .csstransforms header[role=banner] .nav-topics ul li.active > a:before, .csstransforms
      header[role=banner] .nav-topics ul li.current > a:before {
        -webkit-transform: translateY(45px);
        -moz-transform: translateY(45px);
        -ms-transform: translateY(45px);
        -o-transform: translateY(45px);
        transform: translateY(45px); } }
    @media only screen and (min-width: 1260px) {
      .csstransforms header[role=banner] .nav-topics ul li.active > a:before, .csstransforms
      header[role=banner] .nav-topics ul li.current > a:before {
        -webkit-transform: translateY(65px);
        -moz-transform: translateY(65px);
        -ms-transform: translateY(65px);
        -o-transform: translateY(65px);
        transform: translateY(65px); } }
    @media only screen and (min-width: 1260px) and (max-height: 780px) {
      .csstransforms header[role=banner] .nav-topics ul li.active > a:before, .csstransforms
      header[role=banner] .nav-topics ul li.current > a:before {
        -webkit-transform: translateY(52px);
        -moz-transform: translateY(52px);
        -ms-transform: translateY(52px);
        -o-transform: translateY(52px);
        transform: translateY(52px); } }
    header[role=banner] .nav-topics ul li ul {
      display: none;
      padding: 15px 3.73134% 15px;
      border-bottom: 1px solid #B6B6B6;
      font-size: 12px;
      text-transform: none;
      z-index: 9998; }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li ul {
          display: none;
          position: absolute;
          top: 46px;
          left: 0;
          width: 92.53731%;
          padding: 0 3.73134%; }
          .csscolumns header[role=banner] .nav-topics ul li ul {
            -webkit-columns: 4;
            /* Chrome, Safari, Opera */
            -moz-columns: 4;
            /* Firefox */
            columns: 4;
            -webkit-column-gap: 50px;
            /* Chrome, Safari, Opera */
            -moz-column-gap: 50px;
            /* Firefox */
            column-gap: 50px;
            padding-top: 70px; } }
      @media only screen and (min-width: 1024px) {
        header[role=banner] .nav-topics ul li ul {
          top: 49px;
          font-size: 14px;
          padding-top: 30px;
          padding-bottom: 30px; } }
      @media only screen and (min-width: 1260px) {
        header[role=banner] .nav-topics ul li ul {
          top: 73px;
          font-size: 16px; }
          .csscolumns header[role=banner] .nav-topics ul li ul {
            padding-top: 110px; } }
      @media only screen and (min-width: 1260px) and (max-height: 780px) {
        .csstransforms header[role=banner] .nav-topics ul li ul {
          top: 60px; } }
      header[role=banner] .nav-topics ul li ul:before {
        content: "";
        position: absolute;
        top: -8px;
        left: 3.73134%; }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li ul:before {
            display: none; } }
    header[role=banner] .nav-topics ul li ul li {
      margin-bottom: 15px; }
      @media only screen and (min-width: 690px) {
        .no-csscolumns header[role=banner] .nav-topics ul li ul li {
          float: left;
          width: 22.20149%;
          margin-right: 3.73134%; }
          .no-csscolumns header[role=banner] .nav-topics ul li ul li:nth-of-type(4n+5) {
            margin-right: 0; }
          .no-csscolumns header[role=banner] .nav-topics ul li ul li:nth-of-type(4n + 2) {
            clear: left; }
        .csscolumns header[role=banner] .nav-topics ul li ul li {
          float: none;
          width: 100%;
          -webkit-column-break-inside: avoid;
          -moz-column-break-inside: avoid;
          column-break-inside: avoid;
          break-inside: avoid;
          display: inline-block;
          height: 100%; } }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li ul li:first-child {
          width: 100%;
          display: block;
          clear: both;
          float: none; }
          .csscolumns header[role=banner] .nav-topics ul li ul li:first-child {
            position: absolute;
            width: 92.53731%;
            top: 10px;
            left: 3.73134%; } }
      @media only screen and (min-width: 1260px) {
        .csscolumns header[role=banner] .nav-topics ul li ul li:first-child {
          top: 30px; } }
      header[role=banner] .nav-topics ul li ul li:first-child a {
        border-bottom: 2px solid; }
    header[role=banner] .nav-topics ul li ul li a {
      background-color: transparent;
      border-bottom: 0;
      padding-left: 0;
      padding-right: 0; }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li ul li a {
          text-align: left; } }
      @media only screen and (min-width: 1260px) {
        header[role=banner] .nav-topics ul li ul li a {
          padding-top: 16px;
          padding-bottom: 16px; } }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li ul li a:before {
          display: none; } }
    header[role=banner] .nav-topics ul li ul li ul {
      padding: 0;
      border-top: 1px solid #B6B6B6;
      border-bottom: 0; }
      header[role=banner] .nav-topics ul li ul li ul::after {
        clear: both;
        content: "";
        display: table; }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li ul li ul {
          position: relative;
          width: 100%;
          padding: 0;
          top: auto;
          display: block; } }
      @media only screen and (min-width: 690px) {
        .csscolumns header[role=banner] .nav-topics ul li ul li ul {
          -webkit-columns: 1;
          /* Chrome, Safari, Opera */
          -moz-columns: 1;
          /* Firefox */
          columns: 1;
          -webkit-column-gap: 0;
          /* Chrome, Safari, Opera */
          -moz-column-gap: 0;
          /* Firefox */
          column-gap: 0;
          padding-top: 0; } }
      header[role=banner] .nav-topics ul li ul li ul:before {
        display: none; }
      @media only screen and (min-width: 1260px) and (max-height: 780px) {
        .csstransforms header[role=banner] .nav-topics ul li ul li ul {
          top: 0; } }
    header[role=banner] .nav-topics ul li ul li ul li {
      float: left;
      width: 48.13433%;
      margin-right: 3.73134%;
      margin-bottom: 0; }
      header[role=banner] .nav-topics ul li ul li ul li:nth-of-type(2n+2) {
        margin-right: 0; }
      header[role=banner] .nav-topics ul li ul li ul li:nth-of-type(2n + 1) {
        clear: left; }
      @media only screen and (min-width: 690px) {
        .no-csscolumns header[role=banner] .nav-topics ul li ul li ul li {
          float: none;
          width: 100%;
          float: left;
          width: 100%;
          margin-right: 0; }
          .no-csscolumns header[role=banner] .nav-topics ul li ul li ul li:nth-of-type(1n+2) {
            margin-right: 0; }
          .no-csscolumns header[role=banner] .nav-topics ul li ul li ul li:nth-of-type(1n + 2) {
            clear: left; } }
      header[role=banner] .nav-topics ul li ul li ul li:nth-child(-n+2) a {
        border-top: 0; }
      @media only screen and (min-width: 690px) {
        .csscolumns header[role=banner] .nav-topics ul li ul li ul li:first-child {
          position: relative;
          width: 100%;
          left: 0;
          top: 0; } }
      header[role=banner] .nav-topics ul li ul li ul li:first-child a {
        border-bottom: 0; }
    header[role=banner] .nav-topics ul li ul li ul li a {
      font-weight: 300;
      border-bottom: 0;
      border-top: 1px solid #B6B6B6; }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li ul li ul li a {
          border-top: 0;
          border-bottom: 1px solid #B6B6B6; } }
    @media only screen and (min-width: 690px) {
      header[role=banner] .nav-topics ul li ul li ul li:first-child a {
        border-bottom: 1px solid #B6B6B6; } }
    header[role=banner] .nav-topics ul li.animals {
      background-color: #F8E3E4; }
      header[role=banner] .nav-topics ul li.animals a:hover {
        color: #C4161C; }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li.animals a:before {
          background-color: #C4161C; } }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li.animals.active > a:after, header[role=banner] .nav-topics ul li.animals.current > a:after {
          height: 0;
          width: 0;
          border-bottom: 8px solid #C4161C;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent; } }
      header[role=banner] .nav-topics ul li.animals > a {
        border-color: #C4161C; }
      header[role=banner] .nav-topics ul li.animals > ul {
        border-color: #C4161C; }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li.animals > ul {
            background-color: #F8E3E4;
            border-bottom: 0; } }
        header[role=banner] .nav-topics ul li.animals > ul:before {
          height: 0;
          width: 0;
          border-bottom: 8px solid #C4161C;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent; }
      header[role=banner] .nav-topics ul li.animals ul li:first-child a {
        border-color: #C4161C; }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li.animals ul li ul li:first-child a {
          border-color: #B6B6B6; } }
    header[role=banner] .nav-topics ul li.crops {
      background-color: #E6DCCD; }
      header[role=banner] .nav-topics ul li.crops a:hover {
        color: #7D4800; }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li.crops a:before {
          background-color: #7D4800; } }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li.crops.active > a:after, header[role=banner] .nav-topics ul li.crops.current > a:after {
          height: 0;
          width: 0;
          border-bottom: 8px solid #7D4800;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent; } }
      header[role=banner] .nav-topics ul li.crops > a {
        border-color: #7D4800; }
      header[role=banner] .nav-topics ul li.crops > ul {
        border-color: #7D4800; }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li.crops > ul {
            background-color: #E6DCCD;
            border-bottom: 0; } }
        header[role=banner] .nav-topics ul li.crops > ul:before {
          height: 0;
          width: 0;
          border-bottom: 8px solid #7D4800;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent; }
      header[role=banner] .nav-topics ul li.crops ul li:first-child a {
        border-color: #7D4800; }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li.crops ul li ul li:first-child a {
          border-color: #B6B6B6; } }
    header[role=banner] .nav-topics ul li.environment {
      background-color: #FFF9E4; }
      header[role=banner] .nav-topics ul li.environment a:hover {
        color: #f4bb00; }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li.environment a:before {
          background-color: #FFDF74; } }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li.environment.active > a:after, header[role=banner] .nav-topics ul li.environment.current > a:after {
          height: 0;
          width: 0;
          border-bottom: 8px solid #FFDF74;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent; } }
      header[role=banner] .nav-topics ul li.environment > a {
        border-color: #FFDF74; }
      header[role=banner] .nav-topics ul li.environment > ul {
        border-color: #FFDF74; }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li.environment > ul {
            background-color: #FFF9E4;
            border-bottom: 0; } }
        header[role=banner] .nav-topics ul li.environment > ul:before {
          height: 0;
          width: 0;
          border-bottom: 8px solid #FFDF74;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent; }
      header[role=banner] .nav-topics ul li.environment ul li:first-child a {
        border-color: #FFDF74; }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li.environment ul li ul li:first-child a {
          border-color: #B6B6B6; } }
    header[role=banner] .nav-topics ul li.food {
      background-color: #FBE6D7; }
      header[role=banner] .nav-topics ul li.food a:hover {
        color: #EA7D31; }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li.food a:before {
          background-color: #EA7D31; } }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li.food.active > a:after, header[role=banner] .nav-topics ul li.food.current > a:after {
          height: 0;
          width: 0;
          border-bottom: 8px solid #EA7D31;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent; } }
      header[role=banner] .nav-topics ul li.food > a {
        border-color: #EA7D31; }
      header[role=banner] .nav-topics ul li.food > ul {
        border-color: #EA7D31; }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li.food > ul {
            background-color: #FBE6D7;
            border-bottom: 0; } }
        header[role=banner] .nav-topics ul li.food > ul:before {
          height: 0;
          width: 0;
          border-bottom: 8px solid #EA7D31;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent; }
      header[role=banner] .nav-topics ul li.food ul li:first-child a {
        border-color: #EA7D31; }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li.food ul li ul li:first-child a {
          border-color: #B6B6B6; } }
    header[role=banner] .nav-topics ul li.rural {
      background-color: #F0E7D9; }
      header[role=banner] .nav-topics ul li.rural a:hover {
        color: #AF833B; }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li.rural a:before {
          background-color: #AF833B; } }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li.rural.active > a:after, header[role=banner] .nav-topics ul li.rural.current > a:after {
          height: 0;
          width: 0;
          border-bottom: 8px solid #AF833B;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent; } }
      header[role=banner] .nav-topics ul li.rural > a {
        border-color: #AF833B; }
      header[role=banner] .nav-topics ul li.rural > ul {
        border-color: #AF833B; }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li.rural > ul {
            background-color: #F0E7D9;
            border-bottom: 0; } }
        header[role=banner] .nav-topics ul li.rural > ul:before {
          height: 0;
          width: 0;
          border-bottom: 8px solid #AF833B;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent; }
      header[role=banner] .nav-topics ul li.rural ul li:first-child a {
        border-color: #AF833B; }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li.rural ul li ul li:first-child a {
          border-color: #B6B6B6; } }
    header[role=banner] .nav-topics ul li.education {
      background-color: #F4F6D4; }
      header[role=banner] .nav-topics ul li.education a:hover {
        color: #9aa31a; }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li.education a:before {
          background-color: #C3CF21; } }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li.education.active > a:after, header[role=banner] .nav-topics ul li.education.current > a:after {
          height: 0;
          width: 0;
          border-bottom: 8px solid #C3CF21;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent; } }
      header[role=banner] .nav-topics ul li.education > a {
        border-color: #C3CF21; }
      header[role=banner] .nav-topics ul li.education > ul {
        border-color: #C3CF21; }
        @media only screen and (min-width: 690px) {
          header[role=banner] .nav-topics ul li.education > ul {
            background-color: #F4F6D4;
            border-bottom: 0; } }
        header[role=banner] .nav-topics ul li.education > ul:before {
          height: 0;
          width: 0;
          border-bottom: 8px solid #C3CF21;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent; }
      header[role=banner] .nav-topics ul li.education ul li:first-child a {
        border-color: #C3CF21; }
      @media only screen and (min-width: 690px) {
        header[role=banner] .nav-topics ul li.education ul li ul li:first-child a {
          border-color: #B6B6B6; } }
  header[role=banner] .btn-close {
    display: none;
    visibility: hidden; }
    @media only screen and (min-width: 310px) {
      .supermenu-open header[role=banner] .btn-close {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background-image: url(/media/website/site-assets/images/buttons/btn-close.svg);
        display: block;
        visibility: visible;
        background-repeat: no-repeat;
        background-position: 0 0;
        position: absolute;
        bottom: -30px;
        right: 3.73134%;
        width: 19px;
        height: 19px;
        z-index: 9999; }
        .no-svg .supermenu-open header[role=banner] .btn-close {
          background-image: url(/media/website/site-assets/images/buttons/btn-close.png); } }
    @media only screen and (min-width: 310px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 310px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 310px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 310px) and (min-device-pixel-ratio: 1.5) {
      .no-svg .supermenu-open header[role=banner] .btn-close {
        background-image: url(/media/website/site-assets/images/buttons/btn-close@2x.png); } }

main {
  border-top: 1px solid #505050;
  padding-top: 50px;
  z-index: 1;
  position: relative; }
  main > .inner {
    width: 90%;
    max-width: 1340px;
    margin: 0 auto; }
    @media only screen and (min-width: 1024px) {
      main > .inner::after {
        clear: both;
        content: "";
        display: table; } }
  @media only screen and (min-width: 768px) {
    main {
      padding-top: 70px; } }
  @media only screen and (min-width: 1024px) {
    main {
      border-top: 0; } }

@media only screen and (min-width: 1024px) {
  .has-content-secondary .content-primary {
    float: left;
    margin-left: 8.33333%;
    width: 75%; }
    .has-content-secondary .content-primary:before {
      content: "";
      position: absolute;
      top: 0;
      left: -11.11111%;
      height: 100%;
      width: 1px;
      background-color: #505050; } }
@media only screen and (min-width: 1260px) {
  .has-content-secondary .content-primary > p {
    width: 75%; } }
@media only screen and (min-width: 1024px) {
  .has-content-secondary .content-primary figure img {
    width: 111%;
    margin-left: -11%; } }
@media only screen and (min-width: 1024px) {
  .has-content-secondary .content-primary blockquote {
    margin-right: 0; } }
@media only screen and (min-width: 1024px) {
  .has-content-secondary .content-primary .nav-tabs {
    width: 122.75%;
    margin-left: -6.3%; } }
@media only screen and (min-width: 1024px) {
  .has-content-secondary .content-primary .nav-tabs-static {
    width: 122.75%;
    margin-left: -6.3%; } }
@media only screen and (min-width: 1024px) {
  .has-content-secondary .content-primary .content,
  .has-content-secondary .content-primary h1,
  .has-content-secondary .content-primary h1 + strong {
    width: 66.66667%; } }
@media only screen and (min-width: 1024px) {
  .has-content-secondary .content-primary .content {
    float: left; } }

@media only screen and (min-width: 1024px) {
  .has-content-secondary-tertiary .content-primary {
    float: left;
    margin-left: 8.33333%;
    margin-right: 8.33333%; }
    .has-content-secondary-tertiary .content-primary:before {
      content: "";
      position: absolute;
      top: 0;
      left: -16.66667%;
      height: 100%;
      width: 1px;
      background-color: #505050; } }
@media only screen and (min-width: 1024px) {
  .has-content-secondary-tertiary .nav-tabs {
    width: 125.95%;
    margin-left: -9.5%; } }
@media only screen and (min-width: 1024px) {
  .has-content-secondary-tertiary .nav-tabs-static {
    width: 125.95%;
    margin-left: -9.5%; } }
@media only screen and (min-width: 1260px) {
  .has-content-secondary-tertiary .listing-tasks li {
    float: left;
    width: 48.13433%;
    margin-right: 3.73134%; }
    .has-content-secondary-tertiary .listing-tasks li:nth-of-type(2n+2) {
      margin-right: 0; }
    .has-content-secondary-tertiary .listing-tasks li:nth-of-type(2n + 1) {
      clear: left; } }

@media only screen and (min-width: 1024px) {
  .no-content-secondary-tertiary .content-primary {
    width: 100%; } }
@media only screen and (min-width: 1260px) {
  .no-content-secondary-tertiary .content-primary > p {
    width: 58.33333%; } }

footer {
  margin-top: 70px;
  z-index: 1;
  position: relative; }
  footer .inner {
    width: 90%;
    max-width: 1340px;
    margin: 0 auto; }
  footer ul {
    list-style: none;
    padding-left: 0; }
    footer ul li {
      background-image: none;
      padding-left: 0; }
    footer ul li > a {
      color: #505050;
      font-weight: 700; }
  footer a {
    font-family: "soleil", sans-serif; }
    .wf-loading footer a {
      visibility: hidden; }
    .wf-active footer a, .wf-inactive footer a {
      visibility: visible; }
  footer ul li a,
  footer a {
    font-weight: 300; }
  footer strong,
  footer ul,
  footer a {
    font-size: 12px; }
    @media only screen and (min-width: 1024px) {
      footer strong,
      footer ul,
      footer a {
        font-size: 14px; } }
    @media only screen and (min-width: 1260px) {
      footer strong,
      footer ul,
      footer a {
        font-size: 16px; } }
  footer .footer-primary {
    border-top: 1px solid #505050;
    border-bottom: 1px solid #505050;
    padding: 20px 0;
    background-color: #F2F2F2; }
    footer .footer-primary .footer-list {
      padding-top: 20px;
      padding-bottom: 20px;
      border-top: 1px solid #505050;
      position: relative; }
      footer .footer-primary .footer-list:first-child {
        border-top: 0; }
      footer .footer-primary .footer-list ul {
        margin: 0; }
        footer .footer-primary .footer-list ul::after {
          clear: both;
          content: "";
          display: table; }
      footer .footer-primary .footer-list ul li {
        float: left;
        width: 48.13433%;
        margin-right: 3.73134%; }
        footer .footer-primary .footer-list ul li:nth-of-type(2n+2) {
          margin-right: 0; }
        footer .footer-primary .footer-list ul li:nth-of-type(2n + 1) {
          clear: left; }
      footer .footer-primary .footer-list strong {
        display: block;
        font-family: "soleil", sans-serif; }
        .wf-loading footer .footer-primary .footer-list strong {
          visibility: hidden; }
        .wf-active footer .footer-primary .footer-list strong, .wf-inactive footer .footer-primary .footer-list strong {
          visibility: visible; }
      footer .footer-primary .footer-list a {
        border-top: 1px solid #B6B6B6;
        -webkit-transition: color 0.15s ease-in-out;
        -moz-transition: color 0.15s ease-in-out;
        transition: color 0.15s ease-in-out;
        display: block; }
        footer .footer-primary .footer-list a:hover {
          color: #4BAE3B; }
      footer .footer-primary .footer-list strong,
      footer .footer-primary .footer-list a {
        padding: 12px 0; }
      footer .footer-primary .footer-list .list-topics a {
        font-weight: 700; }
      footer .footer-primary .footer-list .list-topics li:nth-child(-n+2) a {
        border-top: 0; }
      @media only screen and (min-width: 768px) {
        footer .footer-primary .footer-list {
          float: left;
          width: 22.20149%;
          margin-right: 3.73134%;
          border-top: 0; }
          footer .footer-primary .footer-list:nth-of-type(4n+4) {
            margin-right: 0; }
          footer .footer-primary .footer-list:nth-of-type(4n + 1) {
            clear: left; }
          footer .footer-primary .footer-list ul li {
            float: left;
            width: 100%;
            margin-right: 0; }
            footer .footer-primary .footer-list ul li:nth-of-type(1n+1) {
              margin-right: 0; }
            footer .footer-primary .footer-list ul li:nth-of-type(1n + 1) {
              clear: left; }
          footer .footer-primary .footer-list .list-topics li:nth-child(-n+2) a {
            border-top: 1px solid #B6B6B6; }
          footer .footer-primary .footer-list .list-topics li:first-child a {
            border-top: 0; } }
      @media only screen and (min-width: 1024px) {
        footer .footer-primary .footer-list {
          float: left;
          width: 19.40299%;
          margin-right: 7.46269%; }
          footer .footer-primary .footer-list:nth-of-type(4n+4) {
            margin-right: 0; }
          footer .footer-primary .footer-list:nth-of-type(4n + 1) {
            clear: left; }
          footer .footer-primary .footer-list:after {
            content: "";
            display: block;
            position: absolute;
            top: 32px;
            bottom: 32px;
            right: -20%;
            width: 1px;
            background-color: #505050; }
          footer .footer-primary .footer-list:last-child:after {
            display: none; } }
    @media only screen and (min-width: 768px) {
      footer .footer-primary .inner::after {
        clear: both;
        content: "";
        display: table; } }
  footer .footer-secondary {
    padding: 20px 0; }
    footer .footer-secondary ul {
      margin-top: 20px;
      margin-bottom: 20px; }
    footer .footer-secondary ul li {
      padding: 12px 0; }
    footer .footer-secondary ul li a {
      display: inline; }
    footer .footer-secondary img {
      display: block; }
    footer .footer-secondary .inner {
      position: relative; }
    footer .footer-secondary a {
      color: #4BAE3B;
      -webkit-transition: color 0.15s ease-in-out;
      -moz-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out; }
      footer .footer-secondary a:hover {
        color: #C3CF21; }
    @media only screen and (min-width: 768px) {
      footer .footer-secondary ul {
        padding-right: 100px; }
        footer .footer-secondary ul::after {
          clear: both;
          content: "";
          display: table; }
      footer .footer-secondary ul li {
        float: left;
        margin-right: 20px; }
      footer .footer-secondary .logo-eu {
        position: absolute;
        top: 0;
        right: 0; } }
    @media only screen and (min-width: 1260px) {
      footer .footer-secondary ul li {
        margin-right: 40px; }
      footer .footer-secondary ul li:last-child {
        display: block;
        clear: both;
        float: none; } }

@media only screen and (min-width: 1024px) {
  .section-carousel {
    max-width: 1340px;
    width: 90%;
    margin: 0 auto;
    position: relative; }
    .section-carousel::after {
      clear: both;
      content: "";
      display: table; } }
@media only screen and (min-width: 1024px) {
  .section-carousel:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25.97015%;
    height: 1px;
    background-color: #505050; } }
@media only screen and (min-width: 1024px) and (max-height: 780px) {
  .section-carousel:before {
    width: 68.65672%; } }

.carousel-masthead {
  z-index: 2; }
  @media only screen and (min-width: 768px) {
    .carousel-masthead {
      max-width: 1340px;
      width: 90%;
      margin: 0 auto; } }
  @media only screen and (min-width: 1024px) {
    .carousel-masthead {
      width: 74.02985%;
      max-width: 100%;
      margin: 0;
      float: left; } }
  @media only screen and (min-width: 1024px) and (max-height: 780px) {
    .carousel-masthead {
      width: 68.65672%; } }
  .carousel-masthead article::after {
    clear: both;
    content: "";
    display: table; }
  .carousel-masthead article:before {
    background-color: rgba(0, 0, 0, 0.8);
    background-image: -webkit-linear-gradient(-360deg, rgba(0, 0, 0, 0.8) 0%, transparent 70%);
    background-image: linear-gradient(90deg,rgba(0, 0, 0, 0.8) 0%, transparent 70%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .9;
    z-index: 5;
    background-color: transparent; }
    .no-cssgradients .carousel-masthead article:before {
      background-color: rgba(0, 0, 0, 0.6);
      width: 50%; }
    @media only screen and (min-width: 768px) {
      .carousel-masthead article:before {
        background-color: black;
        background-image: -webkit-linear-gradient(-360deg, black 50%, transparent 100%);
        background-image: linear-gradient(90deg,black 50%, transparent 100%);
        background-color: transparent;
        opacity: .4;
        border-bottom-left-radius: 100px;
        width: 50%; } }
    @media only screen and (min-width: 1024px) {
      .carousel-masthead article:before {
        border-bottom-left-radius: 130px; } }
  .carousel-masthead .carousel-text {
    float: left;
    width: 50%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-right: -60%;
    position: relative;
    z-index: 6; }
    @media only screen and (min-width: 500px) {
      .carousel-masthead .carousel-text {
        width: 40%; } }
    @media only screen and (min-width: 1024px) {
      .carousel-masthead .carousel-text {
        width: 30%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0; } }
    @media only screen and (min-width: 1260px) {
      .carousel-masthead .carousel-text {
        width: 35%; } }
    @media only screen and (min-width: 1400px) {
      .carousel-masthead .carousel-text {
        width: 40%; } }
  .carousel-masthead p {
    font-size: 25px;
    line-height: 1;
    margin: 0;
    color: white; }
    @media only screen and (min-width: 390px) {
      .carousel-masthead p {
        font-size: 35px;
        letter-spacing: -1px; } }
    @media only screen and (min-width: 630px) {
      .carousel-masthead p {
        font-weight: 700;
        font-size: 40px; } }
    @media only screen and (min-width: 768px) {
      .carousel-masthead p {
        font-size: 45px; } }
    @media only screen and (min-width: 1024px) {
      .carousel-masthead p {
        position: absolute;
        top: 30px;
        font-size: 34px;
        line-height: 1; } }
    @media only screen and (min-width: 1150px) {
      .carousel-masthead p {
        font-size: 45px; } }
    @media only screen and (min-width: 1260px) {
      .carousel-masthead p {
        font-size: 50px;
        line-height: .9;
        width: 80%;
        top: 30px; } }
    @media only screen and (min-width: 1400px) {
      .carousel-masthead p {
        font-size: 62px; } }
    @media only screen and (min-width: 1400px) and (max-height: 780px) {
      .carousel-masthead p {
        font-size: 50px; } }
  .carousel-masthead .lnk-more,
  .carousel-masthead .lnk-more-hidden {
    display: block;
    z-index: 7;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .carousel-masthead .lnk-more {
    color: white; }
    .carousel-masthead .lnk-more span {
      position: absolute;
      left: 5%;
      max-width: 170px;
      bottom: 0;
      padding: 8px 0; }
      @media only screen and (min-width: 768px) {
        .carousel-masthead .lnk-more span {
          border-top: 1px solid white;
          padding: 12px 0;
          text-align: right;
          position: absolute;
          bottom: 14px;
          width: 34%;
          max-width: 100%; } }
    .carousel-masthead .lnk-more:after {
      display: none; }
  .carousel-masthead .lnk-more-hidden {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
    .carousel-masthead .lnk-more-hidden span {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }
  .carousel-masthead img {
    width: 150%;
    float: left;
    z-index: 4; }
    @media only screen and (min-width: 500px) {
      .carousel-masthead img {
        width: 110%; } }
    @media only screen and (min-width: 768px) {
      .carousel-masthead img {
        border-bottom-left-radius: 100px; } }
    @media only screen and (min-width: 900px) {
      .carousel-masthead img {
        width: 100%; } }
    @media only screen and (min-width: 1024px) {
      .carousel-masthead img {
        border-bottom-left-radius: 130px; } }
  .carousel-masthead .slick-list {
    z-index: 3; }
  .carousel-masthead .slick-prev,
  .carousel-masthead .slick-next {
    bottom: 17px; }
    @media only screen and (min-width: 768px) {
      .carousel-masthead .slick-prev,
      .carousel-masthead .slick-next {
        bottom: 30px; } }

.carousel-nav {
  border-bottom: 1px solid #505050;
  font-family: "soleil", sans-serif; }
  .wf-loading .carousel-nav {
    visibility: hidden; }
  .wf-active .carousel-nav, .wf-inactive .carousel-nav {
    visibility: visible; }
  @media only screen and (min-width: 768px) {
    .carousel-nav {
      max-width: 1340px;
      width: 90%;
      margin: 0 auto; } }
  @media only screen and (min-width: 1024px) {
    .carousel-nav {
      width: 25.97015%;
      max-width: 100%;
      margin: 0;
      float: left;
      border-top: 1px solid #505050;
      border-bottom: 0; } }
  @media only screen and (min-width: 1024px) and (max-height: 780px) {
    .carousel-nav {
      width: 31.34328%; } }
  @media only screen and (min-width: 1024px) {
    .carousel-nav .slick-track {
      width: 100% !important; } }
  .carousel-nav .slick-slide {
    font-size: 12px;
    display: block;
    padding: 12px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    opacity: 1 !important;
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
    @media only screen and (min-width: 1024px) {
      .carousel-nav .slick-slide {
        font-size: 14px;
        display: block;
        float: none;
        padding-left: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 0;
        max-width: 100%;
        border-bottom: 1px solid #B6B6B6; } }
    @media only screen and (min-width: 1260px) {
      .carousel-nav .slick-slide {
        font-size: 16px;
        padding-left: 40px;
        padding-right: 40px; }
        .carousel-nav .slick-slide:hover {
          color: #4BAE3B; } }
    @media only screen and (min-width: 1024px) {
      .carousel-nav .slick-slide:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
        max-width: 50px;
        height: 4px;
        background-color: #C3CF21;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        -moz-transition: -moz-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out; } }
    .carousel-nav .slick-slide:after {
      content: "";
      display: block;
      position: absolute;
      top: 12px;
      bottom: 12px;
      right: 0;
      width: 1px;
      background-color: #B6B6B6; }
      @media only screen and (min-width: 1024px) {
        .carousel-nav .slick-slide:after {
          display: none; } }
    .carousel-nav .slick-slide:first-child {
      padding-left: 0; }
      @media only screen and (min-width: 1024px) {
        .carousel-nav .slick-slide:first-child {
          padding-left: 40px; } }
    @media only screen and (min-width: 1024px) {
      .carousel-nav .slick-slide:last-child:after {
        display: none; } }
  .carousel-nav .slick-active {
    color: #4BAE3B; }
    @media only screen and (min-width: 1260px) {
      .carousel-nav .slick-active:hover {
        color: #4BAE3B; } }
    @media only screen and (min-width: 1024px) {
      .carousel-nav .slick-active:before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
  .carousel-nav .slick-prev,
  .carousel-nav .slick-next {
    bottom: 62px; }
    @media only screen and (min-width: 768px) {
      .carousel-nav .slick-prev,
      .carousel-nav .slick-next {
        bottom: 78px; } }

.carousel-masthead .slick-prev,
.carousel-masthead .slick-next,
.carousel-nav .slick-prev,
.carousel-nav .slick-next {
  position: absolute;
  right: 20px;
  width: 33px;
  height: 37px;
  border-top: 1px solid white;
  padding-top: 20px;
  padding-bottom: 0;
  z-index: 8;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .carousel-masthead .slick-prev,
    .carousel-masthead .slick-next,
    .carousel-nav .slick-prev,
    .carousel-nav .slick-next {
      right: 30px; } }
.carousel-masthead .slick-prev,
.carousel-nav .slick-prev {
  background-image: url(/media/website/site-assets/images/buttons/arrow-prev-white.svg);
  padding-right: 83px;
  padding-left: 0; }
  .no-svg .carousel-masthead .slick-prev, .no-svg
  .carousel-nav .slick-prev {
    background-image: url(/media/website/site-assets/images/buttons/arrow-prev-white.png); }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .no-svg .carousel-masthead .slick-prev, .no-svg
      .carousel-nav .slick-prev {
        background-image: url(/media/website/site-assets/images/buttons/arrow-prev-white@2x.png); } }
.carousel-masthead .slick-next,
.carousel-nav .slick-next {
  background-image: url(/media/website/site-assets/images/buttons/arrow-next-white.svg);
  padding-left: 50px;
  padding-right: 0; }
  .no-svg .carousel-masthead .slick-next, .no-svg
  .carousel-nav .slick-next {
    background-image: url(/media/website/site-assets/images/buttons/arrow-prev-white.png); }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .no-svg .carousel-masthead .slick-next, .no-svg
      .carousel-nav .slick-next {
        background-image: url(/media/website/site-assets/images/buttons/arrow-next-white@2x.png); } }

.content-primary {
  position: relative; }
  @media only screen and (min-width: 660px) {
    .content-primary {
      width: 83.33333%;
      margin: 0 auto; } }
  @media only screen and (min-width: 768px) {
    .content-primary::after {
      clear: both;
      content: "";
      display: table; } }
  @media only screen and (min-width: 1024px) {
    .content-primary {
      width: 50%; } }
  .content-primary figure img,
  .content-primary .map {
    display: block;
    width: 110.94%;
    margin-left: -5.47%; }
    @media only screen and (min-width: 660px) {
      .content-primary figure img,
      .content-primary .map {
        width: 119.9%;
        margin-left: -9.95%; } }
    @media only screen and (min-width: 1024px) {
      .content-primary figure img {
        width: 132%;
    	margin-left: -16.45%; }
      .content-primary .map {
        width: 100%;
    	margin-left: -11%; } }
  @media only screen and (min-width: 768px) {
    .content-primary blockquote {
      float: right;
      width: 50%;
      margin-right: -9.95%;
      margin-left: 7.7%; } }
  @media only screen and (min-width: 1024px) {
    .content-primary blockquote {
      margin-right: -16.45%; } }
  @media only screen and (min-width: 768px) {
    .content-primary .download {
      float: left;
      width: 48.13433%;
      margin-right: 3.73134%; }
      .content-primary .download:nth-of-type(2n+2) {
        margin-right: 0; }
      .content-primary .download:nth-of-type(2n + 1) {
        clear: left; } }
  .content-primary h1 + strong {
    display: block; }

.content-secondary {
  border-bottom: 1px solid #505050;
  top: -50px;
  position: relative;
  margin-bottom: -38px; }
  @media only screen and (min-width: 768px) {
    .content-secondary {
      top: -70px; } }
  @media only screen and (min-width: 1024px) {
    .content-secondary {
      border-bottom: 0;
      top: 0;
      margin-bottom: 0;
      float: left;
      width: 12.74667%;
      padding-right: 3.92%; } }
  .content-secondary #content-secondary-inner {
    display: none;
    background-color: white;
    left: 0;
    width: 100%;
    z-index: 9998; }
    @media only screen and (min-width: 660px) {
      .content-secondary #content-secondary-inner {
        position: absolute;
        top: 37px;
        border-bottom: 1px solid #505050;
        border-top: 1px solid #505050; } }
    @media only screen and (min-width: 1024px) {
      .content-secondary #content-secondary-inner {
        position: relative;
        top: 0;
        border-bottom: 0;
        border-top: 0;
        background-color: transparent;
        display: block !important; } }
    .content-secondary #content-secondary-inner strong,
    .content-secondary #content-secondary-inner ul,
    .content-secondary #content-secondary-inner legend {
      font-size: 16px; }
    .content-secondary #content-secondary-inner strong {
      display: block; }
    .content-secondary #content-secondary-inner strong,
    .content-secondary #content-secondary-inner legend {
      border-top: 1px solid #505050;
      padding: 20px 0 8px 0;
      -webkit-transition: color 0.15s ease-in-out;
      -moz-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out; }
      @media only screen and (min-width: 660px) {
        .content-secondary #content-secondary-inner strong,
        .content-secondary #content-secondary-inner legend {
          border-top: 0; } }
      @media only screen and (min-width: 1024px) {
        .content-secondary #content-secondary-inner strong,
        .content-secondary #content-secondary-inner legend {
          padding-top: 0; } }
      @media only screen and (min-width: 1024px) {
        .content-secondary #content-secondary-inner strong,
        .content-secondary #content-secondary-inner legend {
          padding-bottom: 12px; } }
    .content-secondary #content-secondary-inner a:hover strong {
      color: #C3CF21; }

.content-tertiary {
  border-top: 1px solid #505050;
  padding-top: 28px;
  margin-top: 28px; }
  @media only screen and (min-width: 660px) {
    .content-tertiary {
      width: 83.33333%;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (min-width: 1024px) {
    .content-tertiary {
      border-bottom: 0;
      margin: 0;
      padding-top: 0;
      border-top: 0;
      float: left;
      width: 12.74667%;
      padding-left: 3.92%; } }

.content-related {
  margin-top: 70px; }
  .content-related > strong {
    display: block;
    margin: 0;
    padding-bottom: 23px;
    border-bottom: 1px solid #505050; }
  @media only screen and (min-width: 768px) {
    .content-related::after {
      clear: both;
      content: "";
      display: table; } }
  @media only screen and (min-width: 1024px) {
    .content-related {
      width: 100%;
      float: left;
      margin-top: 30px; } }
  .content-related aside {
    margin: 25px 0; }
    .content-related aside a {
      -webkit-transition: color 0.15s ease-in-out;
      -moz-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out;
      display: block;
      font-family: "soleil", sans-serif; }
      .wf-loading .content-related aside a {
        visibility: hidden; }
      .wf-active .content-related aside a, .wf-inactive .content-related aside a {
        visibility: visible; }
      .content-related aside a:hover {
        color: #4BAE3B; }
    .content-related aside strong {
      display: block; }
    @media only screen and (min-width: 768px) {
      .content-related aside {
        float: left;
        width: 22.20149%;
        margin-right: 3.73134%; }
        .content-related aside:nth-of-type(4n+4) {
          margin-right: 0; }
        .content-related aside:nth-of-type(4n + 1) {
          clear: left; } }

.listing-article article {
  border-bottom: 1px solid #B6B6B6; }
  .listing-article article::after {
    clear: both;
    content: "";
    display: table; }
  .listing-article article a {
    display: block;
    padding: 28px 0;
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
    font-family: "soleil", sans-serif; }
    .wf-loading .listing-article article a {
      visibility: hidden; }
    .wf-active .listing-article article a, .wf-inactive .listing-article article a {
      visibility: visible; }
    .listing-article article a:hover {
      color: #4BAE3B; }
  .listing-article article h2 a {
    padding: 0; }
  .listing-article article:last-child {
    border-bottom: 0; }
  .listing-article article strong {
    float: left; }

h2 + .listing-article {
  margin-top: -28px; }

@media only screen and (min-width: 768px) {
  .listing-article-grid::after {
    clear: both;
    content: "";
    display: table; } }
.listing-article-grid h2, .listing-article-grid h3 {
  margin-bottom: -14px; }
@media only screen and (min-width: 768px) {
  .listing-article-grid article {
    float: left;
    width: 28.35821%;
    margin-right: 7.46269%;
    border-bottom: 0;
    position: relative; }
    .listing-article-grid article:nth-of-type(3n+3) {
      margin-right: 0; }
    .listing-article-grid article:nth-of-type(3n + 1) {
      clear: left; } }
@media only screen and (min-width: 768px) {
  .listing-article-grid article:before {
    content: "";
    position: absolute;
    top: 28px;
    bottom: 28px;
    right: -13%;
    width: 1px;
    background-color: #B6B6B6; } }
@media only screen and (min-width: 768px) {
  .listing-article-grid article:nth-of-type(3n+3):before {
    display: none; } }

.listing-tasks {
  list-style: none;
  padding-left: 0; }
  .listing-tasks li {
    background-image: none;
    padding-left: 0; }
  .listing-tasks li > a {
    color: #505050;
    font-weight: 700; }
  @media only screen and (min-width: 560px) {
    .listing-tasks::after {
      clear: both;
      content: "";
      display: table; } }
  .listing-tasks img {
    display: block;
    width: 100%;
    border-bottom-left-radius: 50px; }
  .listing-tasks a {
    display: block; }
    .listing-tasks a:hover p {
      color: #4BAE3B; }
    .listing-tasks a:hover h2 {
      color: #C3CF21; }
  .listing-tasks p, .listing-tasks h2 {
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
  .listing-tasks p {
    font-weight: 300; }
  .listing-tasks > li {
    padding: 14px 0; }
    @media only screen and (min-width: 560px) and (max-width: 1260px) {
      .listing-tasks > li {
        float: left;
        width: 48.13433%;
        margin-right: 3.73134%; }
        .listing-tasks > li:nth-of-type(2n+2) {
          margin-right: 0; }
        .listing-tasks > li:nth-of-type(2n + 1) {
          clear: left; } }
    @media only screen and (min-width: 1260px) {
      .listing-tasks > li {
        float: left;
        width: 30.84577%;
        margin-right: 3.73134%; }
        .listing-tasks > li:nth-of-type(3n+3) {
          margin-right: 0; }
        .listing-tasks > li:nth-of-type(3n + 1) {
          clear: left; } }
  .listing-tasks ul {
    margin: 0 0 28px 0;
    border-top: 1px solid #B6B6B6; }
  .listing-tasks ul li {
    border-bottom: 1px solid #B6B6B6; }
  .listing-tasks ul li a {
    display: block;
    padding: 14px 0; }

.listing-article-complex article {
  border-bottom: 1px solid #505050; }
  .listing-article-complex article .article-image {
    display: block;
    float: left;
    width: 27%;
    margin-right: 3.73134%;
    max-width: 110px;
    position: relative; }
    .listing-article-complex article .article-image img {
      display: block;
      width: 100%;
      border:1px solid #f2f2f2;}
    .listing-article-complex article .article-image .btn-pdf {
      position: absolute;
      bottom: 16px;
      right: 5px; }
  .listing-article-complex article strong {
    float: none;
    margin: 28px 0;
    display: block; }
  .listing-article-complex article div {
    width: auto;
    overflow: hidden; }
  .listing-article-complex article p {
    font-size: 12px; }
  .listing-article-complex article a, .listing-article-complex article p {
    max-width: 600px; }
  .listing-article-complex article a + p,
  .listing-article-complex article a + dl,
  .listing-article-complex article h2 + strong,
  .listing-article-complex article h2 + dl {
    margin-top: -14px; }
  .listing-article-complex article p + dl,
  .listing-article-complex article strong + dl {
    margin-top: -14px; }
  @media only screen and (min-width: 768px) {
    .listing-article-complex article dl {
      border-top: 1px solid #B6B6B6;
      padding-top: 14px; } }
  .listing-article-complex article dd a,
  .listing-article-complex article dd ul li a {
    padding: 0;
    display: inline;
    color: #4BAE3B; }
    .listing-article-complex article dd a:hover,
    .listing-article-complex article dd ul li a:hover {
      color: #C3CF21; }

@media only screen and (min-width: 768px) {
  .section-news-events .list-article-grid-events {
    margin-top: -20px; } }
.section-news-events h2 + .listing-article {
  margin-top: 0; }

.section-promote {
  border-top: 1px solid #505050;
  border-bottom: 1px solid #505050;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .section-promote {
      padding-left: 37.06468%;
      clear: both; } }
  @media only screen and (min-width: 1260px) {
    .section-promote {
      padding-left: 34.55224%;
      height: 300px;
      border-top: 0;
      border-bottom: 0; }
      .flexbox .section-promote {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: end;
        -moz-box-align: end;
        box-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        -o-align-items: flex-end;
        align-items: flex-end;
        -ms-flex-align: end;
        -webkit-align-content: flex-end;
        -moz-align-content: flex-end;
        align-content: flex-end;
        -ms-flex-line-pack: end; } }
  @media only screen and (min-width: 1260px) {
    .section-promote:before {
      content: "";
      height: 1px;
      background-color: #505050;
      position: absolute;
      top: 0;
      right: 0;
      left: 34.55224%; } }
  @media only screen and (min-width: 1260px) {
    .section-promote:after {
      content: "";
      height: 1px;
      background-color: #505050;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 34.55224%; } }
  .section-promote h2 {
    margin-bottom: 30px;
    margin-top: 0; }
    @media only screen and (min-width: 768px) {
      .section-promote h2 {
        margin-bottom: -16px;
        color: #4BAE3B;
        border-bottom: 1px solid #B6B6B6;
        padding-bottom: 14px; } }
    @media only screen and (min-width: 1260px) {
      .section-promote h2 {
        font-size: 48px;
        max-width: 645px; }
        .flexbox .section-promote h2 {
          -webkit-align-self: flex-end;
          -moz-align-self: flex-end;
          align-self: flex-end;
          -ms-flex-item-align: end; } }
    @media only screen and (min-width: 1400px) {
      .section-promote h2 {
        font-size: 58px;
        letter-spacing: -2px; } }
  @media only screen and (min-width: 1260px) {
    .section-promote p {
      max-width: 420px;
      margin-bottom: 0; } }
  .section-promote ul {
    list-style: none;
    padding-left: 0; }
    .section-promote ul li {
      background-image: none;
      padding-left: 0; }
    .section-promote ul li > a {
      color: #505050;
      font-weight: 700; }
    @media only screen and (min-width: 1260px) {
      .section-promote ul {
        margin-bottom: 0; } }
  .section-promote ul li a {
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
    display: block; }
    .section-promote ul li a:hover {
      color: #4BAE3B; }
  @media only screen and (min-width: 1260px) {
    .section-promote .promote-related-primary {
      float: left;
      width: 27.93615%;
      margin-right: 7.98176%;
      margin-bottom: 25px; } }
  @media only screen and (min-width: 1260px) {
    .section-promote .promote-related-secondary {
      margin-bottom: 25px; }
      .section-promote .promote-related-secondary::after {
        clear: both;
        content: "";
        display: table; } }
  .section-promote aside {
    margin-top: -1px; }
    @media only screen and (min-width: 1260px) {
      .section-promote aside {
        float: left;
        border-top: 0;
        border-bottom: 0;
        margin-top: 28px;
        width: 27.93615%;
        margin-right: 7.98176%; } }
    @media only screen and (min-width: 1260px) {
      .section-promote aside:last-child {
        margin-right: 0;
        border-bottom: 0; } }
    @media only screen and (min-width: 1260px) {
      .section-promote aside:before {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        top: 0;
        bottom: 0;
        left: -15%;
        background-color: #B6B6B6; } }
  .section-promote .lnk-more {
    margin-top: 20px; }
    @media only screen and (min-width: 1260px) {
      .section-promote .lnk-more {
        position: absolute;
        bottom: 0;
        right: 0; } }
  .section-promote .image-container {
    position: relative;
    height: 100px;
    width: 100%;
    overflow: hidden;
    border-bottom-left-radius: 50px;
    z-index: 10; }
    @media only screen and (min-width: 500px) {
      .section-promote .image-container {
        height: 150px; } }
    @media only screen and (min-width: 768px) {
      .section-promote .image-container {
        width: 33.33333%;
        position: absolute;
        top: 35px;
        left: 0; } }
    @media only screen and (min-width: 1260px) {
      .section-promote .image-container {
        width: 30.8209%;
        height: 360px;
        top: 0;
        border-bottom-left-radius: 100px; } }
    .section-promote .image-container img {
      display: block;
      width: 100%;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media only screen and (min-width: 1260px) {
        .section-promote .image-container img {
          position: relative;
          top: auto;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          width: auto;
          height: 100%; } }
  .section-promote .promote-content {
    position: static;
    width: 100%;
    z-index: 11; }
    @media only screen and (min-width: 1260px) {
      .flexbox .section-promote .promote-content {
        -webkit-align-self: flex-end;
        -moz-align-self: flex-end;
        align-self: flex-end;
        -ms-flex-item-align: end; } }
    .section-promote .promote-content .slick-slide {
      position: relative; }
      @media only screen and (min-width: 1260px) {
        .section-promote .promote-content .slick-slide::after {
          clear: both;
          content: "";
          display: table; } }
  .section-promote .slick-prev,
  .section-promote .slick-next {
    position: absolute;
    top: -45px;
    right: 0;
    width: 83px; }
    @media only screen and (min-width: 1260px) {
      .flexbox .section-promote .slick-prev, .flexbox
      .section-promote .slick-next {
        top: auto;
        bottom: 285px; } }
  .section-promote .slick-prev {
    padding-right: 50px; }
  .section-promote .slick-next {
    padding-left: 50px; }

.slick-dots {
  z-index: 12;
  margin: 0; }
  .slick-dots li {
    position: absolute;
    top: 0;
    display: block;
    z-index: 13;
    background-image: url(/media/website/site-assets/images/content/transparent-space.png); }
    .section-promote .slick-dots li {
      background-image: url(/media/website/site-assets/images/content/transparent-space.png); }
    .slick-dots li button {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      width: 100%;
      height: 100%;
      position: absolute;
      background-repeat: no-repeat; }
  .slick-dots li.slick-active {
    display: none; }
  .slick-dots li:nth-child(1) {
    top: 20px;
    right: 0;
    width: 40px;
    height: 40px; }
    .slick-dots li:nth-child(1) button {
      background-image: url(/media/website/site-assets/images/buttons/btn-close.svg);
      background-position: center right; }
      .no-svg .slick-dots li:nth-child(1) button {
        background-image: url(/media/website/site-assets/images/buttons/btn-close.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg .slick-dots li:nth-child(1) button {
            background-image: url(/media/website/site-assets/images/buttons/btn-close@2x.png); } }
  .slick-dots li:nth-child(2) {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .slick-dots li:nth-child(2) button {
      background-image: url(/media/website/site-assets/images/buttons/arrow-next-black.png);
      background-position: right 30px; }
      .no-svg .slick-dots li:nth-child(2) button {
        background-image: url(/media/website/site-assets/images/buttons/arrow-next-black.png); }
        @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
          .no-svg .slick-dots li:nth-child(2) button {
            background-image: url(/media/website/site-assets/images/buttons/arrow-next-black@2x.png); } }

@media only screen and (min-width: 690px) {
  .section-features::after {
    clear: both;
    content: "";
    display: table; } }
.section-features a:hover h2 {
  color: #C3CF21; }
.section-features h2 {
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out; }
  @media only screen and (min-width: 690px) {
    .section-features h2 {
      margin-top: 0; } }
@media only screen and (min-width: 690px) {
  .section-features article::after {
    clear: both;
    content: "";
    display: table; } }
@media only screen and (min-width: 690px) {
  .section-features article {
    float: left;
    width: 48.13433%;
    margin-right: 3.73134%; }
    .section-features article:nth-of-type(2n+2) {
      margin-right: 0; }
    .section-features article:nth-of-type(2n + 1) {
      clear: left; } }
.section-features img {
  border-bottom-left-radius: 50px;
  display: block;
  width: 100%; }
  @media only screen and (min-width: 1260px) {
    .section-features img {
      border-bottom-left-radius: 100px; } }
.section-features .lnk-more {
  margin-top: 25px; }
  @media only screen and (min-width: 690px) {
    .section-features .lnk-more {
      float: right; } }

.section-social {
  border-top: 1px solid #505050; }
  @media only screen and (min-width: 1024px) {
    .section-social::after {
      clear: both;
      content: "";
      display: table; } }
  .section-social .lnk-more + .lnk-more {
    margin-top: 28px; }
  @media only screen and (min-width: 600px) {
    .section-social .feed,
    .section-social .content {
      width: 66.66667%;
      max-width: 450px;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (min-width: 1024px) {
    .section-social .feed,
    .section-social .content {
      width: 30.74627%;
      max-width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .section-social .feed {
    margin-top: 50px; }
    @media only screen and (min-width: 1024px) {
      .section-social .feed {
        margin-right: 3.73134%;
        margin-left: 15.89552%; } }
  .section-social .content {
    margin-top: 50px; }
    @media only screen and (min-width: 1024px) {
      .section-social .content h2 {
        margin-top: 0; } }

.tag-container {
  list-style: none;
  padding-left: 0;
  margin-left: -20px; }
  .tag-container li {
    background-image: none;
    padding-left: 0; }
  .tag-container li > a {
    color: #505050;
    font-weight: 700; }
  .tag-container::after {
    clear: both;
    content: "";
    display: table; }
  .tag-container li {
    float: left; }
  .tag-container li a {
    padding: 10px 20px;
    border-right: 1px solid #B6B6B6; }
  .tag-container li:last-child a {
    padding-right: 0;
    border-right: 0; }

.listing-videos {
  list-style: none;
  padding-left: 0; }
  .listing-videos li {
    background-image: none;
    padding-left: 0; }
  .listing-videos li > a {
    color: #505050;
    font-weight: 700; }
  .listing-videos::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 768px) {
    .listing-videos > li {
      float: left;
      width: 48.13433%;
      margin-right: 3.73134%; }
      .listing-videos > li:nth-of-type(2n+2) {
        margin-right: 0; }
      .listing-videos > li:nth-of-type(2n + 1) {
        clear: left; } }
  .listing-videos li {
    margin-bottom: 50px; }
    .listing-videos li strong {
      display: block; }
    .listing-videos li div + strong {
      margin-top: 28px; }
    .listing-videos li strong + p,
    .listing-videos li strong + dl {
      margin-top: 14px; }
    .listing-videos li p + dl {
      margin-top: -14px; }
    .listing-videos li dd {
      clear: right;
      float: none;
      width: auto;
      overflow: hidden; }
    .listing-videos li dt {
      clear: left;
      width: 50px;
      margin-right: 20px; }
    .listing-videos li dl ul li {
      margin-bottom: 0; }
    .listing-videos li ul li a,
    .listing-videos li dd a {
      color: #4BAE3B; }
      .listing-videos li ul li a:hover,
      .listing-videos li dd a:hover {
        color: #C3CF21; }

@media only screen and (min-width: 768px) {
  .intro-action::after {
    clear: both;
    content: "";
    display: table; } }
@media only screen and (min-width: 768px) {
  .intro-action .intro {
    float: left;
    width: 60%;
    margin-right: 3.73134%; } }
@media only screen and (min-width: 1260px) {
  .intro-action .intro {
    width: 70%; } }
@media only screen and (min-width: 768px) {
  .intro-action .action {
    width: auto;
    overflow: hidden;
    margin-bottom: 28px;
    top: 14px; } }

@media only screen and (min-width: 768px) {
  .filter-staff ul::after {
    clear: both;
    content: "";
    display: table; } }
@media only screen and (min-width: 768px) {
  .filter-staff ul li {
    float: left;
    width: 30.84577%;
    margin-right: 3.73134%; }
    .filter-staff ul li:nth-of-type(3n+3) {
      margin-right: 0; }
    .filter-staff ul li:nth-of-type(3n + 1) {
      clear: left; } }

.filter-events legend {
  display: none; }

@media only screen and (min-width: 768px) {
  .pagination-alphabetical::after {
    clear: both;
    content: "";
    display: table; } }
.pagination-alphabetical strong {
  font-family: "athelas", serif;
  font-style: italic;
  font-size: 18px;
  color: black;
  font-weight: 400; }
  .wf-loading .pagination-alphabetical strong {
    visibility: hidden; }
  .wf-active .pagination-alphabetical strong, .wf-inactive .pagination-alphabetical strong {
    visibility: visible; }
  @media only screen and (min-width: 768px) {
    .pagination-alphabetical strong {
      float: left;
      margin-right: 10px; } }
.pagination-alphabetical .pagination {
  text-align: left;
  margin-top: 0; }
  @media only screen and (min-width: 768px) {
    .pagination-alphabetical .pagination {
      font-size: 16px;
      float: left;
      margin-top: -4px; } }
  @media only screen and (min-width: 768px) {
    .pagination-alphabetical .pagination a, .pagination-alphabetical .pagination span {
      padding: 6px 10px; } }

.filter + .pagination-alphabetical {
  margin-top: -10px; }

@media only screen and (min-width: 1024px) {
  .listing-staff::after {
    clear: both;
    content: "";
    display: table; } }
.listing-staff article {
  border-top: 1px solid #505050;
  border-bottom: 0; }
  @media only screen and (min-width: 1024px) {
    .listing-staff article {
      float: left;
      width: 48.13433%;
      margin-right: 3.73134%; }
      .listing-staff article:nth-of-type(2n+2) {
        margin-right: 0; }
      .listing-staff article:nth-of-type(2n + 1) {
        clear: left; } }
  @media only screen and (min-width: 1024px) {
    .listing-staff article .article-image {
      margin-right: 7.5%; } }
  .listing-staff article dd {
    clear: right;
    float: none;
    width: auto;
    overflow: hidden;
    word-break: break-word; }
  .listing-staff article dt {
    clear: left;
    width: 20px;
    margin-right: 10px; }
  .listing-staff article .telephone,
  .listing-staff article .email {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(/media/website/site-assets/images/icons/icon-phone.svg); }
    .no-svg .listing-staff article .telephone, .no-svg
    .listing-staff article .email {
      background-image: url(/media/website/site-assets/images/icons/icon-phone.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .listing-staff article .telephone, .no-svg
        .listing-staff article .email {
          background-image: url(/media/website/site-assets/images/icons/icon-phone@2x.png); } }
  .listing-staff article .telephone {
    background-image: url(/media/website/site-assets/images/icons/icon-phone.svg);
    background-position: 0 2px; }
    .no-svg .listing-staff article .telephone {
      background-image: url(/media/website/site-assets/images/icons/icon-phone.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .listing-staff article .telephone {
          background-image: url(/media/website/site-assets/images/icons/icon-phone@2x.png); } }
  .listing-staff article .email {
    background-image: url(/media/website/site-assets/images/icons/icon-email.svg);
    background-position: 0 5px; }
    .no-svg .listing-staff article .email {
      background-image: url(/media/website/site-assets/images/icons/icon-email.png); }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        .no-svg .listing-staff article .email {
          background-image: url(/media/website/site-assets/images/icons/icon-email@2x.png); } }

#listing-publications dt, #listing-publications dd {
  float: none; }
  @media only screen and (min-width: 500px) {
    #listing-publications dt, #listing-publications dd {
      float: left; } }
#listing-publications dd {
  margin-bottom: 10px; }
  @media only screen and (min-width: 500px) {
    #listing-publications dd {
      margin-bottom: 0; } }

@media only screen and (min-width: 500px) {
  .search-widget::after {
    clear: both;
    content: "";
    display: table; } }
.search-widget form {
  margin-bottom: 28px; }
  .search-widget form label {
    margin-right: 0; }
  .search-widget form button {
    margin-top: 20px;
    width: 100%; }
  .search-widget form input,
  .search-widget form select {
    width: 100%; }

@media only screen and (min-width: 500px) and (max-width: 1259px) {
  .search-widget-course form {
    float: left;
    width: 48.13433%;
    margin-right: 3.73134%; }
    .search-widget-course form:nth-of-type(2n+2) {
      margin-right: 0; }
    .search-widget-course form:nth-of-type(2n + 1) {
      clear: left; } }
@media only screen and (min-width: 1260px) {
  .search-widget-course form {
    float: left;
    width: 22.20149%;
    margin-right: 3.73134%; }
    .search-widget-course form:nth-of-type(4n+4) {
      margin-right: 0; }
    .search-widget-course form:nth-of-type(4n + 1) {
      clear: left; } }

@media only screen and (min-width: 500px) and (max-width: 1259px) {
  .search-widget-contact form {
    float: left;
    width: 48.13433%;
    margin-right: 3.73134%; }
    .search-widget-contact form:nth-of-type(2n+2) {
      margin-right: 0; }
    .search-widget-contact form:nth-of-type(2n + 1) {
      clear: left; } }
@media only screen and (min-width: 1260px) {
  .search-widget-contact form {
    float: left;
    width: 30.84577%;
    margin-right: 3.73134%; }
    .search-widget-contact form:nth-of-type(3n+3) {
      margin-right: 0; }
    .search-widget-contact form:nth-of-type(3n + 1) {
      clear: left; } }

@media only screen and (min-width: 1024px) {
  .contact-details::after {
    clear: both;
    content: "";
    display: table; } }
.contact-details p.intro {
  margin-top: 28px; }
  @media only screen and (min-width: 1024px) {
    .contact-details p.intro {
      font-size: 16px;
      line-height: 1.75;
      color: #505050;
      font-weight: 300; } }
  @media only screen and (min-width: 1260px) {
    .contact-details p.intro {
      color: rgba(80, 80, 80, 0.55);
      font-size: 24px;
      line-height: 1.5; } }
.contact-details > div {
  border-bottom: 1px solid #B6B6B6;
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .contact-details > div {
      float: left;
      width: 22.20149%;
      margin-right: 3.73134%;
      border-bottom: 0;
      min-height: 196px;
      margin-bottom: -28px; }
      .contact-details > div:nth-of-type(4n+4) {
        margin-right: 0; }
      .contact-details > div:nth-of-type(4n + 1) {
        clear: left; } }
  .contact-details > div:last-child, .contact-details > div:first-child {
    border-bottom: 0; }
    @media only screen and (min-width: 1024px) {
      .contact-details > div:last-child:after, .contact-details > div:first-child:after {
        display: none; } }
  .contact-details > div ul {
    list-style: none;
    padding-left: 0; }
    .contact-details > div ul li {
      background-image: none;
      padding-left: 0; }
    .contact-details > div ul li > a {
      color: #505050;
      font-weight: 700; }
  @media only screen and (min-width: 1024px) {
    .contact-details > div:after {
      content: "";
      display: block;
      position: absolute;
      top: 28px;
      bottom: 28px;
      right: 0;
      width: 1px;
      background-color: #B6B6B6; } }
  @media only screen and (min-width: 1024px) {
    .contact-details > div h3, .contact-details > div p, .contact-details > div ul {
      padding-right: 16.7%; } }

.home h1 {
  display: none;
  visibility: hidden; }
@media only screen and (min-width: 1024px) {
  .home .breadcrumbs {
    display: none;
    visibility: hidden; } }
@media only screen and (min-width: 1024px) {
  .home .inner::after {
    clear: both;
    content: "";
    display: table; } }
.home main {
  padding-top: 35px; }
  @media only screen and (min-width: 1024px) {
    .home main {
      border-top: 1px solid #505050;
      margin-top: -1px; } }
.home .carousel-masthead {
  margin-top: -35px; }
  @media only screen and (min-width: 768px) {
    .home .carousel-masthead {
      margin-top: 0; } }
.home .section-news-events {
  margin-bottom: 60px;
  margin-top: 20px; }
  @media only screen and (min-width: 1024px) {
    .home .section-news-events {
      float: left;
      width: 74.02985%;
      margin-top: 10px; } }
.home .section-publications {
  margin-bottom: 60px; }
  @media only screen and (min-width: 1024px) {
    .home .section-publications {
      float: right;
      width: 22.16418%;
      margin-top: 10px; } }
  @media only screen and (min-width: 1024px) {
    .home .section-publications .listing-article-grid article {
      float: none;
      width: 100%;
      margin-right: 0;
      border-bottom: 1px solid #B6B6B6; } }
  @media only screen and (min-width: 1024px) {
    .home .section-publications .listing-article-grid article:before {
      display: none; } }
  @media only screen and (min-width: 1024px) {
    .home .section-publications .listing-article-grid article:last-child {
      border-bottom: 0; } }
.home .section-promote {
  margin-bottom: 60px; }
  .home .section-promote + .section-promote {
    margin-top: -61px; }
    @media only screen and (min-width: 768px) {
      .home .section-promote + .section-promote {
        margin-top: 0; } }
.home .section-features {
  margin-bottom: 60px; }

@media only screen and (min-width: 1024px) {
  .news-events .content-primary::after {
    clear: both;
    content: "";
    display: table; } }
@media only screen and (min-width: 1024px) {
  .news-events .news {
    float: left;
    width: 22.16418%;
    position: relative; }
    .news-events .news:after {
      content: "";
      display: block;
      width: 1px;
      top: 28px;
      bottom: 0;
      right: 0;
      position: absolute;
      background-color: #B6B6B6; } }
@media only screen and (min-width: 1024px) {
  .news-events .news article,
  .news-events .news h2 {
    margin-right: 17%; } }
@media only screen and (min-width: 1024px) {
  .news-events .events {
    float: right;
    width: 74.02985%; } }
@media only screen and (min-width: 1024px) {
  .news-events .events article {
    min-height: 140px; } }

/*# sourceMappingURL=app.css.map */

.local-event .toggle-subcategories {
	display: none;
}

.toggle-subcategories {
	background: url(/media/website/site-assets/images/icons/plus_minus_sprite.png);
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
    cursor: pointer;
}
.toggle-subcategories.close {
	background: url(/media/website/site-assets/images/icons/plus_minus_sprite.png) 0 100%;
}
.parent-category {
	position: relative;
}
.publication-info strong {
  	display: inline;
  	float: none !important;
}






















































































