@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,600,700,800,900");
/* line 13, ../scss/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 27, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 35, ../scss/partials/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 49, ../scss/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 62, ../scss/partials/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 72, ../scss/partials/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 81, ../scss/partials/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 92, ../scss/partials/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 105, ../scss/partials/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 115, ../scss/partials/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 125, ../scss/partials/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 135, ../scss/partials/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 144, ../scss/partials/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 154, ../scss/partials/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 165, ../scss/partials/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 173, ../scss/partials/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 182, ../scss/partials/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 191, ../scss/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 199, ../scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 203, ../scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 214, ../scss/partials/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 223, ../scss/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 230, ../scss/partials/_normalize.scss */
div {
  box-sizing: border-box;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 239, ../scss/partials/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 247, ../scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 259, ../scss/partials/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 275, ../scss/partials/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 285, ../scss/partials/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 296, ../scss/partials/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 307, ../scss/partials/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 319, ../scss/partials/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 330, ../scss/partials/_normalize.scss */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 343, ../scss/partials/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 357, ../scss/partials/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 366, ../scss/partials/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 375, ../scss/partials/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 385, ../scss/partials/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 395, ../scss/partials/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 404, ../scss/partials/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 414, ../scss/partials/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 427, ../scss/partials/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 436, ../scss/partials/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 447, ../scss/partials/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 455, ../scss/partials/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 466, ../scss/partials/_normalize.scss */
[hidden] {
  display: none;
}

/* line 1, sprite.scss */
.svg {
  background: url("sprite-b2788256.svg") no-repeat;
}

/* line 5, sprite.scss */
.svg-Additional {
  background-position: 79.87139475944117% 66.98776611116463%;
}

/* line 9, sprite.scss */
.svg-Additional-dims {
  width: 95.57px;
  height: 95.57px;
}

/* line 14, sprite.scss */
.svg-Archive {
  background-position: 57.27850858088684% 30.687473910670136%;
}

/* line 18, sprite.scss */
.svg-Archive-dims {
  width: 113.84px;
  height: 95.57px;
}

/* line 23, sprite.scss */
.svg-Binoculars {
  background-position: 57.84415070270746% 0;
}

/* line 27, sprite.scss */
.svg-Binoculars-dims {
  width: 118.33px;
  height: 95.57px;
}

/* line 32, sprite.scss */
.svg-Books {
  background-position: 0 69.20977426709052%;
}

/* line 36, sprite.scss */
.svg-Books-dims {
  width: 111.03px;
  height: 95.57px;
}

/* line 41, sprite.scss */
.svg-Chart {
  background-position: 21.25894736842105% 99.89724817776064%;
}

/* line 45, sprite.scss */
.svg-Chart-dims {
  width: 98px;
  height: 95.57px;
}

/* line 50, sprite.scss */
.svg-Down_arrow_small {
  background-position: 96.4617583988563% 56.33912824389015%;
}

/* line 54, sprite.scss */
.svg-Down_arrow_small-dims {
  width: 13.4px;
  height: 10.1px;
}

/* line 59, sprite.scss */
.svg-Education {
  background-position: 41.6773139517835% 99.89724817776064%;
}

/* line 63, sprite.scss */
.svg-Education-dims {
  width: 95.57px;
  height: 95.57px;
}

/* line 68, sprite.scss */
.svg-Facebook_Footer {
  background-position: 90.7124773960217% 97.0284237726098%;
}

/* line 72, sprite.scss */
.svg-Facebook_Footer-dims {
  width: 20px;
  height: 20px;
}

/* line 77, sprite.scss */
.svg-Facebook_Header {
  background-position: 87.18464351005484% 91.7322834645669%;
}

/* line 81, sprite.scss */
.svg-Facebook_Header-dims {
  width: 26px;
  height: 26px;
}

/* line 86, sprite.scss */
.svg-Handshake {
  background-position: 0 99.89724817776064%;
}

/* line 90, sprite.scss */
.svg-Handshake-dims {
  width: 100.98px;
  height: 95.57px;
}

/* line 95, sprite.scss */
.svg-Journal {
  background-position: 61.694908154074945% 99.89724817776064%;
}

/* line 99, sprite.scss */
.svg-Journal-dims {
  width: 95.57px;
  height: 95.57px;
}

/* line 104, sprite.scss */
.svg-Kiwi {
  background-position: 46.46015808587909% 69.20977426709052%;
}

/* line 108, sprite.scss */
.svg-Kiwi-dims {
  width: 104.9px;
  height: 95.57px;
}

/* line 113, sprite.scss */
.svg-Light_bulb {
  background-position: 79.87139475944117% 34.77989282309235%;
}

/* line 117, sprite.scss */
.svg-Light_bulb-dims {
  width: 95.57px;
  height: 102.83px;
}

/* line 122, sprite.scss */
.svg-Search_White {
  background-position: 94.32911392405063% 97.0284237726098%;
}

/* line 126, sprite.scss */
.svg-Search_White-dims {
  width: 20px;
  height: 20px;
}

/* line 131, sprite.scss */
.svg-Speech {
  background-position: 23.798092380237915% 69.20977426709052%;
}

/* line 135, sprite.scss */
.svg-Speech-dims {
  width: 106.45px;
  height: 95.57px;
}

/* line 140, sprite.scss */
.svg-Thumbs_up {
  background-position: 99.88898896173261% 0;
}

/* line 144, sprite.scss */
.svg-Thumbs_up-dims {
  width: 95.57px;
  height: 95.57px;
}

/* line 149, sprite.scss */
.svg-Twitter_Footer {
  background-position: 97.94575045207957% 97.0284237726098%;
}

/* line 153, sprite.scss */
.svg-Twitter_Footer-dims {
  width: 20px;
  height: 20px;
}

/* line 158, sprite.scss */
.svg-Twitter_Header {
  background-position: 91.93784277879342% 91.7322834645669%;
}

/* line 162, sprite.scss */
.svg-Twitter_Header-dims {
  width: 26px;
  height: 26px;
}

/* line 167, sprite.scss */
.svg-arrow_grey {
  background-position: 98.52545434438015% 75.72518291733692%;
}

/* line 171, sprite.scss */
.svg-arrow_grey-dims {
  width: 30.46px;
  height: 21.58px;
}

/* line 176, sprite.scss */
.svg-arrow_right {
  background-position: 86.98427753255754% 97.19669712422021%;
}

/* line 180, sprite.scss */
.svg-arrow_right-dims {
  width: 24.74px;
  height: 20.67px;
}

/* line 185, sprite.scss */
.svg-back_arrow_blue {
  background-position: 55.414657056666485% 48.65222592715148%;
}

/* line 189, sprite.scss */
.svg-back_arrow_blue-dims {
  width: 19.41px;
  height: 14.13px;
}

/* line 194, sprite.scss */
.svg-back_arrow_bluemid {
  background-position: 58.92086200979064% 48.65222592715148%;
}

/* line 198, sprite.scss */
.svg-back_arrow_bluemid-dims {
  width: 19.41px;
  height: 14.13px;
}

/* line 203, sprite.scss */
.svg-back_arrow_white {
  background-position: 62.427066962914786% 48.65222592715148%;
}

/* line 207, sprite.scss */
.svg-back_arrow_white-dims {
  width: 19.41px;
  height: 14.13px;
}

/* line 212, sprite.scss */
.svg-birdsnz-logo-colour {
  background-position: 0 0;
}

/* line 216, sprite.scss */
.svg-birdsnz-logo-colour-dims {
  width: 263px;
  height: 118px;
}

/* line 221, sprite.scss */
.svg-birdsnz-logo-white {
  background-position: 0 38.130937762554126%;
}

/* line 225, sprite.scss */
.svg-birdsnz-logo-white-dims {
  width: 216.6px;
  height: 97.54px;
}

/* line 230, sprite.scss */
.svg-burger {
  background-position: 98.50366712121772% 82.57982927600378%;
}

/* line 234, sprite.scss */
.svg-burger-dims {
  width: 30.34px;
  height: 27.44px;
}

/* line 239, sprite.scss */
.svg-close {
  background-position: 99.86494736647364% 51.034630069687346%;
}

/* line 243, sprite.scss */
.svg-close-dims {
  width: 32.47px;
  height: 32.47px;
}

/* line 248, sprite.scss */
.svg-file_download {
  background-position: 99.17254174397031% 64.70165745856353%;
}

/* line 252, sprite.scss */
.svg-file_download-dims {
  width: 34px;
  height: 45px;
}

/* line 257, sprite.scss */
.svg-linkedin {
  background-position: 92.53725551071096% 67.04259216853674%;
}

/* line 261, sprite.scss */
.svg-linkedin-dims {
  width: 57.64px;
  height: 57.64px;
}

/* line 266, sprite.scss */
.svg-magnify-glass {
  background-position: 51.857142857142854% 49.39018087855297%;
}

/* line 270, sprite.scss */
.svg-magnify-glass-dims {
  width: 20px;
  height: 20px;
}

/* line 275, sprite.scss */
.svg-reading {
  background-position: 79.87139475944117% 0;
}

/* line 279, sprite.scss */
.svg-reading-dims {
  width: 95.57px;
  height: 105.79px;
}

/* line 284, sprite.scss */
.svg-scroll_hand {
  background-position: 93.49147226034111% 52.52253242470872%;
}

/* line 288, sprite.scss */
.svg-scroll_hand-dims {
  width: 62.9px;
  height: 43.08px;
}

/* line 293, sprite.scss */
.svg-search {
  background-position: 99.88898896173261% 30.687473910670136%;
}

/* line 297, sprite.scss */
.svg-search-dims {
  width: 95.57px;
  height: 95.57px;
}

/* line 302, sprite.scss */
.svg-tick_checkbox {
  background-position: 47.88522112776068% 49.710020545629504%;
}

/* line 306, sprite.scss */
.svg-tick_checkbox-dims {
  width: 23.77px;
  height: 22.49px;
}

/* line 311, sprite.scss */
.svg-timeline_pointer {
  background-position: 96.67160168887426% 91.65289906380299%;
}

/* line 315, sprite.scss */
.svg-timeline_pointer-dims {
  width: 25.89px;
  height: 25.67px;
}

/* line 320, sprite.scss */
.svg-twitter {
  background-position: 92.53725551071096% 83.54133272269291%;
}

/* line 324, sprite.scss */
.svg-twitter-dims {
  width: 57.64px;
  height: 57.64px;
}

/* line 3, ../scss/partials/_layout.scss */
#content {
  max-width: 1024px;
  margin: 133px auto 0;
}
/* line 7, ../scss/partials/_layout.scss */
.home #content {
  margin: 116px auto 0;
}
@media (max-width: 766px) {
  /* line 3, ../scss/partials/_layout.scss */
  #content {
    width: 100%;
    margin-top: 156px;
  }
  /* line 16, ../scss/partials/_layout.scss */
  .page-template-front-page #content {
    margin-top: 83px;
  }
}

/* line 24, ../scss/partials/_layout.scss */
/* #page {
  position: relative;
} */

/* line 34, ../scss/partials/_layout.scss */
.page-content {
  position: relative;
  z-index: 10;
}

/* line 39, ../scss/partials/_layout.scss */
.main {
  position: relative;
  -moz-transition: opacity 1s 0s;
  -o-transition: opacity 1s 0s;
  -webkit-transition: opacity 1s 0s;
  transition: opacity 1s 0s;
  width: 100%;
  display: inline-block;
  padding: 0 0 70px;
  min-height: 580px;
  opacity: 0;
}
/* line 50, ../scss/partials/_layout.scss */
.loaded .main {
  opacity: 1;
}
@media (max-width: 766px) {
  /* line 39, ../scss/partials/_layout.scss */
  .main {
    padding: 0 0 40px;
    min-height: 400px;
  }
}

/* line 75, ../scss/partials/_layout.scss */
.liner {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media (max-width: 766px) {
  /* line 75, ../scss/partials/_layout.scss */
  .liner {
    padding: 0 1.5rem;
  }
}

/* line 89, ../scss/partials/_layout.scss */
.titleContainer {
  padding: 0 0 1.5rem;
}

/* line 1, ../scss/partials/_general.scss */
#wpadminbar {
  display: none;
}

/* line 7, ../scss/partials/_general.scss */
img {
  height: auto;
}

/* line 22, ../scss/partials/_general.scss */
html {
  margin: 0 !important;
}

/* line 26, ../scss/partials/_general.scss */
html.mobile-nav-active {
  overflow: hidden;
}
/* line 29, ../scss/partials/_general.scss */
html.mobile-nav-active .c-footer,
html.mobile-nav-active #page {
  display: none;
}

/* line 35, ../scss/partials/_general.scss */
body {
  -moz-transition: all 0.2s 0.2s ease;
  -o-transition: all 0.2s 0.2s ease;
  -webkit-transition: all 0.2s 0.2s ease;
  transition: all 0.2s 0.2s ease;
  background-color: #FFF;
  opacity: 0;
}
/* line 41, ../scss/partials/_general.scss */
body.loaded {
  opacity: 1;
}

/* line 46, ../scss/partials/_general.scss */
hr {
  border: none;
  border-bottom: 2px solid #F4F4F4;
  margin: 35px 0;
}

/* line 54, ../scss/partials/_general.scss */
.svg {
  display: inline-block;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

/* line 61, ../scss/partials/_general.scss */
.alignleft {
  float: left;
  margin: 0 1.5rem 1rem 0;
}

/* line 67, ../scss/partials/_general.scss */
.alignright {
  float: right;
  margin: 0 0 1rem 1.5rem;
}

/* line 74, ../scss/partials/_general.scss */
#skip-link {
  position: absolute;
  z-index: 200;
}
/* line 77, ../scss/partials/_general.scss */
#skip-link a {
  border-radius: 0 0 3px 0;
  background-color: #000;
  display: inline-block;
  color: #FFF;
  padding: 3px 23px 5px 19px;
}

/* line 86, ../scss/partials/_general.scss */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
/* line 93, ../scss/partials/_general.scss */
.element-invisible.element-focusable:active, .element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}

/* line 106, ../scss/partials/_general.scss */
.site-main {
  padding: 0 0 45px 0;
}
@media (max-width: 766px) {
  /* line 110, ../scss/partials/_general.scss */
  .site-main img {
    width: 100%;
  }
}

@media (max-width: 766px) {
  /* line 116, ../scss/partials/_general.scss */
  .site-content {
    min-height: 0;
  }
}

/* line 29, ../scss/partials/_mixins-library.scss */
#main:before, #main:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 36, ../scss/partials/_mixins-library.scss */
#main:after {
  clear: both;
}

/* line 135, ../scss/partials/_general.scss */
:target {
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden;
}

/** ----------------------------------------------------------
 *
 * This stylesheet includes both generic form styles and
 *    additional form styles for the User Defined Form Module.
 *
 ** ------------------------------------------------------- */
/* GENERIC FORMS
----------------------------------------------- */
/* line 16, ../scss/partials/_form.scss */
div.field {
  margin: 10px 0 15px;
  display: inline-block;
  width: 100%;
}
/* line 21, ../scss/partials/_form.scss */
div.field.time, div.field.date {
  width: auto;
}

/* line 31, ../scss/partials/_form.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}

/* line 37, ../scss/partials/_form.scss */
form label {
  margin-bottom: 5px;
}

/* line 41, ../scss/partials/_form.scss */
form label.left {
  display: block;
  font-weight: bold;
}

/* line 46, ../scss/partials/_form.scss */
form label.right {
  font-size: 12px;
  color: #888;
}

/* line 52, ../scss/partials/_form.scss */
select.dropdown {
  display: block;
  padding: 10px 70px 10px 13px !important;
  max-width: 100%;
  height: auto !important;
  border: 1px solid #000;
  border-radius: 3px;
  background: url("../images/selectbox_arrow.png") right center no-repeat;
  background-color: #FFF;
  color: #000;
  font-size: 14px;
  line-height: 16px !important;
  appearance: none;
  /* this is must */
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 74, ../scss/partials/_form.scss */
form input.text,
form textarea,
form .textajaxuniquetext,
form select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  max-width: 500px;
  padding: 10px 10px;
  font-size: 15px;
  background-color: #FFF;
  border: 1px solid #000;
}

/* line 91, ../scss/partials/_form.scss */
::-webkit-input-placeholder {
  /* Chrome */
  color: #82bac1 !important;
}

/* line 94, ../scss/partials/_form.scss */
:-ms-input-placeholder {
  /* IE 10+ */
  color: #82bac1 !important;
}

/* line 97, ../scss/partials/_form.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #82bac1 !important;
  opacity: 1;
}

/* line 101, ../scss/partials/_form.scss */
:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #82bac1 !important;
  opacity: 1;
}

/* line 119, ../scss/partials/_form.scss */
.field.nocaptcha {
  margin: 18px 0;
  display: inline-block;
}

/* line 127, ../scss/partials/_form.scss */
form input.text:focus,
form textarea:focus,
form .textajaxuniquetext:focus,
form select:focus {
  outline: none;
}

/* line 133, ../scss/partials/_form.scss */
form input[disabled], form textarea[disabled] {
  background-color: #f7f7f7;
  border: 1px solid #dad9d9;
}

/* line 137, ../scss/partials/_form.scss */
textarea {
  resize: vertical;
  /* forces text area to be resized vertically only */
}

/* Radio and Checkbox */
/* line 143, ../scss/partials/_form.scss */
.field .checkbox, .field .radio {
  float: left;
  width: 13px;
  height: 13px;
  margin-right: 6px;
  margin-top: 3px;
  padding: 0;
}

/* line 151, ../scss/partials/_form.scss */
.checkbox label.right,
.radio label.right {
  float: left;
}

/* Messages */
/* line 158, ../scss/partials/_form.scss */
form .message {
  background-color: #fef4ba;
  padding: 5px 10px;
  border: 1px solid #e8c805;
  border-radius: 3px;
}

/* line 164, ../scss/partials/_form.scss */
form .good {
  background-color: #ecf9d0;
  border-color: #8fbe00;
}

/* line 168, ../scss/partials/_form.scss */
form .bad, form .required {
  background-color: #f9d0d0;
  border-color: #cf0000;
  color: #b80000;
}

/* ACTIONS */
/* line 176, ../scss/partials/_form.scss */
.Actions {
  margin-bottom: 20px;
}

/* line 182, ../scss/partials/_form.scss */
input {
  box-sizing: border-box;
  border: 1px solid #124354;
  background-color: #EFF9F9;
  color: #124354;
  padding: 13px 18px;
}

/* line 193, ../scss/partials/_form.scss */
input.action[class] {
  /* IE ignores [class] */
  width: auto;
  /* cancel margin fix for other browsers */
}

/* AREA SPECIFIC */
/* LOGIN and FORGOT PASSWORD */
/* line 201, ../scss/partials/_form.scss */
#Remember {
  min-height: 20px;
}

/* USER DEFINED USER FORM MODULE STYLES
----------------------------------------------- */
/*Generic and mixed*/
/* line 214, ../scss/partials/_form.scss */
.FormHeading {
  clear: both;
  padding-top: 15px;
}

/* line 218, ../scss/partials/_form.scss */
form .date .middleColumn input {
  /*background: transparent url(../images/icons/your_icon_here.png) no-repeat scroll 90px 5px;*/
  width: 114px;
}

/* line 222, ../scss/partials/_form.scss */
.Actions input.resetformaction,
.Actions input.action-minor {
  /* Clear button */
  float: left;
  background-color: #888;
}

/* line 227, ../scss/partials/_form.scss */
.Actions input.resetformaction:hover,
.Actions input.action-minor:hover {
  /* Clear button */
  background-color: #aaa;
}

/* Labels */
/* line 233, ../scss/partials/_form.scss */
.checkbox label.right {
  font-size: 13px;
  /* reset to default */
  color: #333;
  /* reset to default */
}

/* line 237, ../scss/partials/_form.scss */
form .requiredField label.left:after {
  /* pseudo element adds an asterisk to a required fields label */
  color: #B94A48;
  content: "*";
  font-size: 14px;
  font-weight: normal;
  padding-left: 3px;
}

/* Radio / Checkbox */
/* line 246, ../scss/partials/_form.scss */
form .checkboxset ul,
form .optionset ul {
  margin: 0;
}

/* line 250, ../scss/partials/_form.scss */
form .checkboxset li,
form .optionset li {
  margin-bottom: 5px;
  list-style-type: none;
}

/* line 255, ../scss/partials/_form.scss */
form div.checkbox:after {
  /* clearfix */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 262, ../scss/partials/_form.scss */
form .checkbox .checkbox {
  clear: both;
}

/* Messages */
/* line 265, ../scss/partials/_form.scss */
span.message {
  margin: 10px 0;
  display: block;
  max-width: 390px;
  clear: left;
}

/* line 271, ../scss/partials/_form.scss */
div.holder-required {
  /* This class needs to be changed - is used for both input and div */
  /* background-color: #f9d0d0;
  border: 1px solid #cf0000;
  padding: 10px;
  margin-left: -11px; */
}

/* line 277, ../scss/partials/_form.scss */
form input.holder-required {
  /* This class needs to be changed - is used for both input and div */
  border: 1px solid #cf0000;
}

/* Error messages */
/* line 282, ../scss/partials/_form.scss */
input:invalid,
textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
}

/* line 289, ../scss/partials/_form.scss */
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

/* To test - potentially not needed? */
/* line 295, ../scss/partials/_form.scss */
.ss-uploadfield-item-info button {
  margin-top: 4px !important;
  float: left;
}

/* line 299, ../scss/partials/_form.scss */
form .creditCardField input,
form input.currency,
form input.numeric {
  width: 50px;
}

/* line 304, ../scss/partials/_form.scss */
form #DMYDate-month,
form #DMYDate-day {
  width: 25px;
}

/* line 337, ../scss/partials/_form.scss */
.Actions {
  margin-top: 20px;
}

/* line 346, ../scss/partials/_form.scss */
.selectize-input {
  width: 200px !important;
  padding: 13px 18px !important;
  box-sizing: border-box !important;
  border: 1px solid #124354 !important;
  background-color: #EFF9F9 !important;
  border-radius: 0 !important;
  height: 47px !important;
}
/* line 355, ../scss/partials/_form.scss */
.selectize-input.has-items {
  height: auto !important;
}
/* line 360, ../scss/partials/_form.scss */
.selectize-input > input {
  box-sizing: border-box !important;
  border: 1px solid #124354 !important;
  background-color: #EFF9F9 !important;
  color: #124354 !important;
  width: 200px !important;
  font-size: 17px !important;
  line-height: 1.15;
}

/* line 375, ../scss/partials/_form.scss */
.textinput .wpcfs-input input {
  padding: 12px 18px;
  min-height: 47px;
}

/* line 13, ../scss/partials/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  line-height: 1.1em;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  margin: 0 0 1rem 0;
  padding: 0;
}
/* line 20, ../scss/partials/_typography.scss */
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 2.5rem;
}

/* line 26, ../scss/partials/_typography.scss */
body {
  color: #000;
  font-size: 17px;
  line-height: 1.45em;
  font-weight: 300;
  font-family: "Nunito Sans", sans-serif;
}

/* line 37, ../scss/partials/_typography.scss */
h1 {
  color: #124354;
  font-size: 38px;
  letter-spacing: -0.5px;
  line-height: 1.1em;
  font-weight: 800;
  text-decoration: none;
  margin-bottom: 2rem;
}
@media (max-width: 766px) {
  /* line 37, ../scss/partials/_typography.scss */
  h1 {
    font-size: 30px;
  }
}
/* line 47, ../scss/partials/_typography.scss */
.hasBreadCrumbs h1 {
  padding-top: 1rem;
}

/* line 52, ../scss/partials/_typography.scss */
h2 {
  color: #124354;
  font-size: 30px;
  letter-spacing: -0.5px;
  line-height: 1.1em;
  font-weight: 800;
  text-decoration: none;
}
@media (max-width: 766px) {
  /* line 52, ../scss/partials/_typography.scss */
  h2 {
    font-size: 26px;
  }
}

/* line 62, ../scss/partials/_typography.scss */
h3 {
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 766px) {
  /* line 62, ../scss/partials/_typography.scss */
  h3 {
    font-size: 18px;
  }
}

/* line 72, ../scss/partials/_typography.scss */
h4, h5 {
  font-size: 18px;
  line-height: 25px;
}
@media (max-width: 766px) {
  /* line 72, ../scss/partials/_typography.scss */
  h4, h5 {
    font-size: 18px;
  }
}

@media (max-width: 766px) {
  /* line 82, ../scss/partials/_typography.scss */
  h5 {
    font-size: 18px;
  }
}

/* line 90, ../scss/partials/_typography.scss */
h6 {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 766px) {
  /* line 90, ../scss/partials/_typography.scss */
  h6 {
    font-size: 18px;
  }
}

/* line 101, ../scss/partials/_typography.scss */
b,
strong {
  font-weight: 700;
}

/* line 107, ../scss/partials/_typography.scss */
cite {
  font-size: 14px;
  line-height: 1.4em;
  font-style: normal;
  display: block;
  margin: 0 0 0.5rem;
}

/* line 115, ../scss/partials/_typography.scss */
p {
  margin: 0 0 1.5rem;
}

/* line 119, ../scss/partials/_typography.scss */
.leadin {
  font-size: 22px;
  letter-spacing: -0.2px;
  line-height: 1.5em;
  font-weight: 300;
}
@media (max-width: 766px) {
  /* line 119, ../scss/partials/_typography.scss */
  .leadin {
    font-size: 18px;
  }
}

/* line 131, ../scss/partials/_typography.scss */
em {
  font-style: italic;
}

/* line 135, ../scss/partials/_typography.scss */
a {
  color: #477B8D;
  text-decoration: underline;
}
/* line 139, ../scss/partials/_typography.scss */
a:hover {
  text-decoration: none;
}

/* line 145, ../scss/partials/_typography.scss */
ul {
  margin: 0 0 1.5rem 2rem;
  padding: 0;
}
/* line 148, ../scss/partials/_typography.scss */
ul li {
  list-style-type: disc;
}

/* line 152, ../scss/partials/_typography.scss */
ol {
  margin: 0 0 1.5rem 1rem;
  padding: 0;
}

/* line 156, ../scss/partials/_typography.scss */
dl {
  margin: 0 0 1.5rem 1rem;
}

/* line 159, ../scss/partials/_typography.scss */
li {
  margin-bottom: 0.5rem;
}

/* line 163, ../scss/partials/_typography.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 0.5rem;
  text-align: left;
}
/* line 169, ../scss/partials/_typography.scss */
table tr:nth-child(even) {
  background-color: #f1f1f1;
}
/* line 176, ../scss/partials/_typography.scss */
table th {
  padding: 0.25rem 0.5rem;
  vertical-align: top;
  font-weight: bold;
}
/* line 183, ../scss/partials/_typography.scss */
table td {
  padding: 0.25rem 0.5rem;
  vertical-align: top;
}

/* line 190, ../scss/partials/_typography.scss */
blockquote {
  color: #BBB;
  display: block;
  font-style: italic;
  margin: 2rem 0 2.5rem;
  text-indent: 30px;
  margin-left: 5%;
}
/* line 197, ../scss/partials/_typography.scss */
blockquote p {
  font-size: 17px;
  line-height: 25px;
  margin: 0;
}

/* line 4, ../scss/partials/components/_c-header.scss */
.c-header {
  background-color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  height: 132px;
  font-family: "Nunito Sans", sans-serif;
}
/* line 10, ../scss/partials/components/_c-header.scss */
.c-header > .liner {
  z-index: 10;
}
/* line 14, ../scss/partials/components/_c-header.scss */
.page-template-page-login .c-header, .reverseHeader .c-header {
  -moz-transition: background-color 0.3s 0s ease;
  -o-transition: background-color 0.3s 0s ease;
  -webkit-transition: background-color 0.3s 0s ease;
  transition: background-color 0.3s 0s ease;
  position: fixed;
  background-color: #124354;
  height: 68px;
}
/* line 23, ../scss/partials/components/_c-header.scss */
.page-template-page-login .c-header .logo, .reverseHeader .c-header .logo {
  position: absolute;
  top: 14px;
  background-image: url("../images/birdsnz-logo-colour.png");
  background-repeat: no-repeat;
  background-size: 116%;
  background-position: -14px -14px;
  width: 139px;
  height: 43px;
}
/* line 30, ../scss/partials/components/_c-header.scss */
.page-template-page-login .c-header__topRow, .reverseHeader .c-header__topRow {
  pointer-events: none;
  opacity: 0;
}
/* line 35, ../scss/partials/components/_c-header.scss */
.page-template-page-login .c-header__bottomRow, .reverseHeader .c-header__bottomRow {
  top: 22px;
}
/* line 43, ../scss/partials/components/_c-header.scss */
.c-header .logo {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/birdsnz-logo-colour.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 320px;
  height: 140px;
}
/* line 50, ../scss/partials/components/_c-header.scss */
.c-header .logo a {
  text-indent: -9999px;
}
@media (max-width: 766px) {
  /* line 43, ../scss/partials/components/_c-header.scss */
  .c-header .logo {
    position: absolute;
    top: -7px;
    left: -18px;
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
/* line 61, ../scss/partials/components/_c-header.scss */
.c-header__topRow {
  position: absolute;
  top: 26px;
  right: 2.5rem;
  display: flex;
}
/* line 65, ../scss/partials/components/_c-header.scss */
.c-header__topRow .pms-front-end-logout {
  color: #124354;
  font-size: 14px;
  margin: 2px 20px 0 0;
}
/* line 72, ../scss/partials/components/_c-header.scss */
.c-header__bottomRow {
  position: absolute;
  top: 75px;
  right: 2.5rem;
  display: flex;
}
/* line 77, ../scss/partials/components/_c-header.scss */
.c-header__login {
  color: #124354;
  font-size: 14px;
  text-decoration: none;
  margin: 2px 20px 0 0;
}
/* line 82, ../scss/partials/components/_c-header.scss */
.c-header__login:hover {
  text-decoration: underline;
}
/* line 88, ../scss/partials/components/_c-header.scss */
.c-header__social-links-item {
  -moz-transition: opacity 0.2s 0s ease;
  -o-transition: opacity 0.2s 0s ease;
  -webkit-transition: opacity 0.2s 0s ease;
  transition: opacity 0.2s 0s ease;
  margin: 0 0 0 10px;
  padding: 5px 12px;
  text-decoration: none;
  border: 1px solid red;
}
/* line 95, ../scss/partials/components/_c-header.scss */
.c-header__social-links-item:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media (max-width: 766px) {
  /* line 4, ../scss/partials/components/_c-header.scss */
  .c-header {
    display: none;
  }
}

/* line 112, ../scss/partials/components/_c-header.scss */
.b-search {
  padding: 10px;
  margin: -6px -5px 0 0;
  cursor: pointer;
}
/* line 117, ../scss/partials/components/_c-header.scss */
.b-search:hover {
  opacity: 0.6;
}
/* line 122, ../scss/partials/components/_c-header.scss */
.b-search__svg-white {
  display: none;
}
/* line 128, ../scss/partials/components/_c-header.scss */
.page-template-page-login .b-search__svg-blue, .reverseHeader .b-search__svg-blue {
  display: none;
}
/* line 129, ../scss/partials/components/_c-header.scss */
.page-template-page-login .b-search__svg-white, .reverseHeader .b-search__svg-white {
  display: block;
}

/* line 136, ../scss/partials/components/_c-header.scss */
.c-searchPanel {
  display: none;
  position: absolute;
  top: 72px;
  right: 35px;
  background-color: #FFF;
}
/* line 143, ../scss/partials/components/_c-header.scss */
.c-searchPanel input {
  padding: 10px 12px;
  font-size: 12px;
  width: 138px;
  border: 1px solid #c9d9de;
  color: #82bac1;
  background-image: url("../images/svg/magnify-glass.svg");
  background-repeat: no-repeat;
  background-position: 109px 8px;
  background-size: 16px;
}
/* line 156, ../scss/partials/components/_c-header.scss */
.c-searchPanel button {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
/* line 162, ../scss/partials/components/_c-header.scss */
.activeSearch .c-searchPanel {
  display: block;
}
/* line 166, ../scss/partials/components/_c-header.scss */
.activeSearch.page-template-page-login .c-searchPanel, .activeSearch.reverseHeader .c-searchPanel {
  position: absolute;
  top: 19px;
  right: 35px;
  -moz-transition: background-color 0.3s 0s ease;
  -o-transition: background-color 0.3s 0s ease;
  -webkit-transition: background-color 0.3s 0s ease;
  transition: background-color 0.3s 0s ease;
  background-color: #124354;
}

/* line 176, ../scss/partials/components/_c-header.scss */
.hamburgerMenu {
  position: absolute;
  top: 22px;
  right: 14px;
  z-index: 300;
  padding: 6px 0 0 8px;
  width: 50px;
  height: 50px;
  color: #FFF;
  cursor: pointer;
  display: none;
}
@media (max-width: 766px) {
  /* line 176, ../scss/partials/components/_c-header.scss */
  .hamburgerMenu {
    display: block;
  }
}
/* line 191, ../scss/partials/components/_c-header.scss */
.hamburgerMenu .close {
  display: none;
}
/* line 195, ../scss/partials/components/_c-header.scss */
.mobile-nav-active .hamburgerMenu {
  top: 16px;
}
/* line 199, ../scss/partials/components/_c-header.scss */
.mobile-nav-active .hamburgerMenu .open {
  display: none;
}
/* line 203, ../scss/partials/components/_c-header.scss */
.mobile-nav-active .hamburgerMenu .close {
  display: block;
}

/* line 3, ../scss/partials/components/_c-headerMobile.scss */
.c-headerMobile {
  background-color: #124354;
  height: 108px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 300;
}
/* line 15, ../scss/partials/components/_c-headerMobile.scss */
.c-headerMobile .logo {
  position: absolute;
  top: 1px;
  left: 0;
  -moz-transform: scale(0.94);
  -ms-transform: scale(0.94);
  -webkit-transform: scale(0.94);
  transform: scale(0.94);
  position: relative;
}
/* line 20, ../scss/partials/components/_c-headerMobile.scss */
.c-headerMobile .logo a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 767px) {
  /* line 3, ../scss/partials/components/_c-headerMobile.scss */
  .c-headerMobile {
    display: none;
  }
}

/* line 3, ../scss/partials/components/_c-mobileMenuPanel.scss */
.c-mobileMenuPanel {
  position: fixed;
  top: 87px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 290;
  background-color: #124354;
  padding: 0;
  overflow: auto;
  display: none;
}
/* line 11, ../scss/partials/components/_c-mobileMenuPanel.scss */
.mobile-nav-active .c-mobileMenuPanel {
  display: block;
}
/* line 15, ../scss/partials/components/_c-mobileMenuPanel.scss */
.c-mobileMenuPanel__liner {
  position: relative;
  display: block;
  margin: 24px 11px 50px;
  padding: 0 0 60px 0;
}
/* line 22, ../scss/partials/components/_c-mobileMenuPanel.scss */
.c-mobileMenuPanel .c-header__login,
.c-mobileMenuPanel .pms-front-end-logout {
  color: #FFF;
  font-size: 16px;
  display: block;
  color: white;
  padding: 1rem 0 1rem 17px;
}
/* line 32, ../scss/partials/components/_c-mobileMenuPanel.scss */
.c-mobileMenuPanel__search {
  padding: 0 0 0 17px;
}
/* line 35, ../scss/partials/components/_c-mobileMenuPanel.scss */
.c-mobileMenuPanel__search input {
  width: 95%;
  border-radius: 15px;
}
/* line 42, ../scss/partials/components/_c-mobileMenuPanel.scss */
.c-mobileMenuPanel__social-links {
  position: absolute;
  right: 0;
  bottom: 0;
}
/* line 46, ../scss/partials/components/_c-mobileMenuPanel.scss */
.c-mobileMenuPanel__social-links-item {
  margin: 0 0 0 32px;
}

/* line 54, ../scss/partials/components/_c-mobileMenuPanel.scss */
#mobile-menu {
  margin: 10px 0 0 0;
  padding: 0 0 1rem;
  border-bottom: 1px solid #476882;
}
/* line 59, ../scss/partials/components/_c-mobileMenuPanel.scss */
#mobile-menu .menu-item {
  list-style-type: none;
  margin: 0;
}
/* line 63, ../scss/partials/components/_c-mobileMenuPanel.scss */
#mobile-menu .menu-item a {
  color: #FFF;
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 4px 17px;
}
/* line 71, ../scss/partials/components/_c-mobileMenuPanel.scss */
#mobile-menu .menu-item .sub-menu a {
  color: #8bd3c8;
  font-size: 14px;
  text-decoration: none;
}

/* line 2, ../scss/partials/components/_c-footer.scss */
.c-footer {
  background-color: #124354;
  position: relative;
  color: #FFF;
  height: 65px;
  padding: 19px 0 0 0;
}
/* line 10, ../scss/partials/components/_c-footer.scss */
.c-footer__disclaimer {
  font-size: 14px;
  margin: 0;
  display: inline-block;
}
/* line 17, ../scss/partials/components/_c-footer.scss */
.c-footer__social-links {
  position: absolute;
  top: 10px;
  right: 2.5rem;
}
/* line 20, ../scss/partials/components/_c-footer.scss */
.c-footer__social-links-item {
  margin: 0 0 0 12px;
  display: inline-block;
  -moz-transition: opacity 0.2s 0s ease;
  -o-transition: opacity 0.2s 0s ease;
  -webkit-transition: opacity 0.2s 0s ease;
  transition: opacity 0.2s 0s ease;
}
/* line 26, ../scss/partials/components/_c-footer.scss */
.c-footer__social-links-item:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media (max-width: 766px) {
  /* line 2, ../scss/partials/components/_c-footer.scss */
  .c-footer {
    color: #FFF;
    height: auto;
    padding: 12px 0 13px 0;
  }
  /* line 40, ../scss/partials/components/_c-footer.scss */
  .c-footer__disclaimer {
    font-size: 12px;
    width: 42%;
    display: block;
  }
  /* line 47, ../scss/partials/components/_c-footer.scss */
  .c-footer__social-links {
    top: 16px;
    right: 24px;
  }
  /* line 50, ../scss/partials/components/_c-footer.scss */
  .c-footer__social-links-item {
    -moz-transform: scale(1.9);
    -ms-transform: scale(1.9);
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    margin: 0 0 0 22px;
  }
}

/* line 63, ../scss/partials/components/_c-footer.scss */
.menu-footermenu-container {
  display: inline-block;
  position: relative;
  top: 8px;
  left: 14px;
}
/* line 70, ../scss/partials/components/_c-footer.scss */
.menu-footermenu-container ul#menu-footermenu {
  margin: 0;
  padding: 0;
}
/* line 75, ../scss/partials/components/_c-footer.scss */
.menu-footermenu-container ul#menu-footermenu .menu-item {
  list-style-type: none;
  float: left;
  margin: 0;
  padding: 0;
}
/* line 82, ../scss/partials/components/_c-footer.scss */
.menu-footermenu-container ul#menu-footermenu .menu-item a {
  color: #FFF;
  font-size: 14px;
  padding: 12px 0 0 0;
  margin: 0 0 0 1rem;
}
@media (max-width: 766px) {
  /* line 63, ../scss/partials/components/_c-footer.scss */
  .menu-footermenu-container {
    display: block;
    top: 0;
    left: 0;
  }
  /* line 103, ../scss/partials/components/_c-footer.scss */
  .menu-footermenu-container ul#menu-footermenu {
    border-top: 1px solid #576c7d;
    margin: 1rem 0 0 0;
    padding: 1rem 0 0 0;
  }
  /* line 109, ../scss/partials/components/_c-footer.scss */
  .menu-footermenu-container ul#menu-footermenu .menu-item {
    float: none;
  }
  /* line 116, ../scss/partials/components/_c-footer.scss */
  .menu-footermenu-container ul#menu-footermenu .menu-item a {
    font-size: 12px;
    padding: 12px 0 0 0;
    margin: 0;
  }
}

/* line 7, ../scss/partials/components/_c-mainNavigation.scss */
.c-mainNav .menu-item {
  position: relative;
  display: inline-block;
  list-style-type: none;
  margin: 0;
}
/* line 14, ../scss/partials/components/_c-mainNavigation.scss */
.c-mainNav .menu-item > a {
  color: #124354;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  font-style: normal;
  position: relative;
  display: block;
  padding: 2px 11px 9px;
  margin: 0;
}
/* line 22, ../scss/partials/components/_c-mainNavigation.scss */
.c-mainNav .menu-item > a:hover {
  color: #2997bd;
}
/* line 31, ../scss/partials/components/_c-mainNavigation.scss */
.c-mainNav .menu-item.current-page-ancestor:after, .c-mainNav .menu-item.current-menu-item:after {
  background-color: #124354;
  position: absolute;
  right: 11px;
  bottom: -7px;
  left: 11px;
  display: inline-block;
  content: '';
  height: 5px;
}
/* line 38, ../scss/partials/components/_c-mainNavigation.scss */
.activeSearch .c-mainNav .menu-item.current-page-ancestor:after, .activeSearch .c-mainNav .menu-item.current-menu-item:after {
  display: none;
}
/* line 43, ../scss/partials/components/_c-mainNavigation.scss */
.c-mainNav .menu-item.current-page-ancestor:hover:after, .c-mainNav .menu-item.current-menu-item:hover:after {
  display: none;
}
/* line 55, ../scss/partials/components/_c-mainNavigation.scss */
.c-mainNav .sub-menu {
  display: none;
  background-color: #124354;
  position: absolute;
  top: 33px;
  left: -22px;
  width: 208px;
  padding: 15px 0 11px;
}
/* line 64, ../scss/partials/components/_c-mainNavigation.scss */
.c-mainNav .sub-menu .menu-item {
  display: inline-block;
  width: 100%;
}
/* line 68, ../scss/partials/components/_c-mainNavigation.scss */
.c-mainNav .sub-menu .menu-item a {
  text-align: left;
  white-space: nowrap;
  color: #FFF;
  padding: 9px 17px 6px 17px;
}
/* line 74, ../scss/partials/components/_c-mainNavigation.scss */
.c-mainNav .sub-menu .menu-item a:hover {
  background-color: #1a617a;
}
/* line 84, ../scss/partials/components/_c-mainNavigation.scss */
.c-mainNav .menu-item-has-children:hover .sub-menu {
  display: inline-block;
}
/* line 96, ../scss/partials/components/_c-mainNavigation.scss */
.page-template-page-login .c-mainNav .menu-item > a, .reverseHeader .c-mainNav .menu-item > a {
  color: #FFF;
  text-decoration: none;
}
/* line 104, ../scss/partials/components/_c-mainNavigation.scss */
.page-template-page-login .c-mainNav .menu-item.current-page-ancestor:after, .page-template-page-login .c-mainNav .menu-item.current-menu-item:after, .reverseHeader .c-mainNav .menu-item.current-page-ancestor:after, .reverseHeader .c-mainNav .menu-item.current-menu-item:after {
  background-color: #FFF;
  bottom: -11px;
}
/* line 111, ../scss/partials/components/_c-mainNavigation.scss */
.page-template-page-login .c-mainNav .sub-menu, .reverseHeader .c-mainNav .sub-menu {
  display: none;
  background-color: #FFF;
  -moz-box-shadow: 0 0 4px rgba(43, 60, 73, 0.15);
  -webkit-box-shadow: 0 0 4px rgba(43, 60, 73, 0.15);
  box-shadow: 0 0 4px rgba(43, 60, 73, 0.15);
}
/* line 118, ../scss/partials/components/_c-mainNavigation.scss */
.page-template-page-login .c-mainNav .sub-menu .menu-item a, .reverseHeader .c-mainNav .sub-menu .menu-item a {
  color: #124354;
}
/* line 121, ../scss/partials/components/_c-mainNavigation.scss */
.page-template-page-login .c-mainNav .sub-menu .menu-item a:hover, .reverseHeader .c-mainNav .sub-menu .menu-item a:hover {
  background-color: #EEE;
}

/* line 135, ../scss/partials/components/_c-mainNavigation.scss */
#primary-menu {
  margin: 0;
  padding: 0;
}

/* line 3, ../scss/partials/components/_c-backbutton-mobile.scss */
.c-backbutton-mobile {
  display: none;
  position: absolute;
  top: 108px;
  right: 0;
  left: 0;
  height: 76px;
  cursor: pointer;
}
@media (max-width: 766px) {
  /* line 3, ../scss/partials/components/_c-backbutton-mobile.scss */
  .c-backbutton-mobile {
    display: block;
  }
}
/* line 15, ../scss/partials/components/_c-backbutton-mobile.scss */
.c-backbutton-mobile.darkHeader {
  background-color: #124354;
  color: #52AACA;
}
/* line 20, ../scss/partials/components/_c-backbutton-mobile.scss */
.c-backbutton-mobile__link {
  display: block;
  padding: 24px 0 12px 26px;
  text-decoration: none !important;
  color: #124354;
  font-size: 12px;
}
/* line 28, ../scss/partials/components/_c-backbutton-mobile.scss */
.c-backbutton-mobile .svg {
  position: absolute;
  top: 29px;
  left: 25px;
}
/* line 33, ../scss/partials/components/_c-backbutton-mobile.scss */
.c-backbutton-mobile__svg-white {
  display: none;
}
/* line 38, ../scss/partials/components/_c-backbutton-mobile.scss */
.darkHeader .c-backbutton-mobile__svg-blue {
  display: none;
}
/* line 39, ../scss/partials/components/_c-backbutton-mobile.scss */
.darkHeader .c-backbutton-mobile__svg-white {
  display: block;
}
/* line 42, ../scss/partials/components/_c-backbutton-mobile.scss */
.darkHeader .c-backbutton-mobile__link {
  color: #52AACA;
}

/* line 2, ../scss/partials/components/_c-breadcrumbs.scss */
.c-breadcrumbs {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  position: absolute;
  top: 121px;
  right: 0;
  left: 0;
  z-index: 5;
  background-color: #FFF;
  height: 40px;
  padding: 11px 0 0;
}
/* line 10, ../scss/partials/components/_c-breadcrumbs.scss */
.c-breadcrumbs #breadcrumbs {
  padding: 0 0 0 2px;
}
/* line 14, ../scss/partials/components/_c-breadcrumbs.scss */
.page-template-page-login .c-breadcrumbs, .reverseHeader .c-breadcrumbs {
  position: fixed;
  display: block;
  top: 64px;
}
/* line 22, ../scss/partials/components/_c-breadcrumbs.scss */
.c-breadcrumbs__divider {
  margin: 0 0.25rem;
}
@media (max-width: 766px) {
  /* line 2, ../scss/partials/components/_c-breadcrumbs.scss */
  .c-breadcrumbs {
    display: none !important;
  }
}

/* line 3, ../scss/partials/components/_c-page-header.scss */
.c-page-header {
  min-height: 497px;
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 0 0 4rem 0;
}
/* line 14, ../scss/partials/components/_c-page-header.scss */
.page-template-page-contact .c-page-header {
  margin-bottom: 2rem;
}
/* line 20, ../scss/partials/components/_c-page-header.scss */
.c-page-header__5050 .c-page-header__content {
  width: 50%;
  float: left;
}
/* line 24, ../scss/partials/components/_c-page-header.scss */
.c-page-header__5050 .c-page-header__visuals {
  width: 50%;
  float: left;
}
/* line 29, ../scss/partials/components/_c-page-header.scss */
.c-page-header__6633 {
  margin-bottom: 0;
  min-height: unset;
}
/* line 33, ../scss/partials/components/_c-page-header.scss */
.c-page-header__6633 .c-page-header__content {
  width: 50%;
  float: left;
  width: 66.4446%;
  min-height: unset;
}
/* line 39, ../scss/partials/components/_c-page-header.scss */
.c-page-header__6633 .c-page-header__visuals {
  width: 50%;
  float: left;
  width: 33.3334%;
}
/* line 45, ../scss/partials/components/_c-page-header.scss */
.c-page-header__content {
  width: 34.61538%;
  float: left;
  padding: 45px 20px 50px 2.5rem;
  min-height: 497px;
}
/* line 50, ../scss/partials/components/_c-page-header.scss */
.c-page-header__content-blue {
  background-color: #124354;
  color: #FFF;
  margin: 20px 0 0 0;
}
/* line 55, ../scss/partials/components/_c-page-header.scss */
.c-page-header__content-blue a {
  color: #b0bcc5;
}
/* line 59, ../scss/partials/components/_c-page-header.scss */
.c-page-header__content-blue .c-page-header__title {
  color: #FFF;
}
/* line 65, ../scss/partials/components/_c-page-header.scss */
.c-page-header__homepage {
  margin: 0 0 1rem 0;
}
/* line 71, ../scss/partials/components/_c-page-header.scss */
.c-page-header__homepage .c-page-header__content p {
  font-size: 16px;
  line-height: 1.4em;
}
/* line 75, ../scss/partials/components/_c-page-header.scss */
.c-page-header__homepage .c-page-header__content p:last-child {
  margin-bottom: 10px;
}
/* line 95, ../scss/partials/components/_c-page-header.scss */
.c-page-header__visuals {
  width: 65.38462%;
  float: left;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
/* line 101, ../scss/partials/components/_c-page-header.scss */
.c-page-header__visuals-single {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 90, ../scss/partials/components/_c-page-header.scss */
.c-page-header__visuals-single .thumbnailCredit {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 105, ../scss/partials/components/_c-page-header.scss */
.c-page-header__visuals-single-fixed {
  background-color: #FFF;
  background-size: contain;
  background-position: 0 0;
}
/* line 113, ../scss/partials/components/_c-page-header.scss */
.c-page-header__visuals-map {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
/* line 117, ../scss/partials/components/_c-page-header.scss */
.c-page-header__visuals-map-image {
  top: 40px;
  width: 100%;
}
@media (max-width: 766px) {
  /* line 113, ../scss/partials/components/_c-page-header.scss */
  .c-page-header__visuals-map {
    height: auto !important;
  }
}
/* line 128, ../scss/partials/components/_c-page-header.scss */
.c-page-header__visuals-three-a {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  position: absolute;
  top: 0;
  right: 45%;
  bottom: 50%;
  left: 0;
}
/* line 90, ../scss/partials/components/_c-page-header.scss */
.c-page-header__visuals-three-a .thumbnailCredit {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 133, ../scss/partials/components/_c-page-header.scss */
.c-page-header__visuals-three-b {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  position: absolute;
  top: 50%;
  right: 45%;
  bottom: 0;
  left: 0;
}
/* line 90, ../scss/partials/components/_c-page-header.scss */
.c-page-header__visuals-three-b .thumbnailCredit {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 138, ../scss/partials/components/_c-page-header.scss */
.c-page-header__visuals-three-c {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 55%;
}
/* line 90, ../scss/partials/components/_c-page-header.scss */
.c-page-header__visuals-three-c .thumbnailCredit {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 146, ../scss/partials/components/_c-page-header.scss */
.c-page-header__title {
  margin: 0 0 2rem;
}
@media (max-width: 766px) {
  /* line 3, ../scss/partials/components/_c-page-header.scss */
  .c-page-header {
    margin: 0 0 2rem 0;
    min-height: 0;
    display: inline-block;
  }
  /* line 162, ../scss/partials/components/_c-page-header.scss */
  .c-page-header__5050 .c-page-header__content,
  .c-page-header__5050 .c-page-header__visuals, .c-page-header__6633 .c-page-header__content,
  .c-page-header__6633 .c-page-header__visuals {
    width: 100%;
  }
  /* line 168, ../scss/partials/components/_c-page-header.scss */
  .c-page-header__content {
    width: 100%;
    padding: 10px 1.5rem 40px;
    min-height: 0;
  }
  /* line 173, ../scss/partials/components/_c-page-header.scss */
  .c-page-header__content-blue {
    margin: 0;
  }
  /* line 179, ../scss/partials/components/_c-page-header.scss */
  .c-page-header__visuals {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    height: 65vw;
    width: 100%;
  }
  /* line 184, ../scss/partials/components/_c-page-header.scss */
  .page-template-front-page .c-page-header__visuals {
    height: 306px;
  }
  /* line 188, ../scss/partials/components/_c-page-header.scss */
  .c-page-header__visuals-single {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  /* line 90, ../scss/partials/components/_c-page-header.scss */
  .c-page-header__visuals-single .thumbnailCredit {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  /* line 192, ../scss/partials/components/_c-page-header.scss */
  .c-page-header__visuals-single-fixed {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }
  /* line 90, ../scss/partials/components/_c-page-header.scss */
  .c-page-header__visuals-single-fixed .thumbnailCredit {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  /* line 201, ../scss/partials/components/_c-page-header.scss */
  .c-page-header__visuals-three-a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  /* line 206, ../scss/partials/components/_c-page-header.scss */
  .c-page-header__visuals-three-b, .c-page-header__visuals-three-c {
    display: none;
  }
}

/* line 3, ../scss/partials/components/_c-accordian.scss */
.c-accordianMobile {
  display: none;
}
@media (max-width: 766px) {
  /* line 3, ../scss/partials/components/_c-accordian.scss */
  .c-accordianMobile {
    display: block;
  }
}
/* line 11, ../scss/partials/components/_c-accordian.scss */
.c-accordianMobile__navigation-liner {
  border-bottom: 1px solid #F4F4F4;
}
/* line 16, ../scss/partials/components/_c-accordian.scss */
.c-accordianMobile__parent {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  margin: 0px 0 2px 0;
  padding: 3px 0 2px 22px;
}
/* line 24, ../scss/partials/components/_c-accordian.scss */
.c-accordianMobile__parent-icon {
  position: absolute;
  bottom: 8px;
  left: 1px;
}
/* line 29, ../scss/partials/components/_c-accordian.scss */
.c-accordianMobile__child {
  background-color: #EDF9F9;
  padding: 2rem 0 2rem 0;
  border-top: 6px solid #8bd3c8;
  display: none;
}
/* line 35, ../scss/partials/components/_c-accordian.scss */
.c-accordianMobile__child a {
  color: #3791b2;
}
/* line 41, ../scss/partials/components/_c-accordian.scss */
.c-accordianMobile__child.active {
  display: block;
}
/* line 45, ../scss/partials/components/_c-accordian.scss */
.c-accordianMobile__child-content {
  margin: 0 0 0 17px;
}

/* line 54, ../scss/partials/components/_c-accordian.scss */
.c-accordian {
  display: block;
}
@media (max-width: 766px) {
  /* line 54, ../scss/partials/components/_c-accordian.scss */
  .c-accordian {
    display: none;
  }
}
/* line 62, ../scss/partials/components/_c-accordian.scss */
.c-accordian__navigation .liner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 69, ../scss/partials/components/_c-accordian.scss */
.c-accordian__content {
  background-color: #EDF9F9;
}
/* line 72, ../scss/partials/components/_c-accordian.scss */
.c-accordian__content a {
  color: #3791b2;
}
/* line 77, ../scss/partials/components/_c-accordian.scss */
.c-accordian__parent {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  margin: 0px 0 2px 30px;
  padding: 3px 0 2px 22px;
}
/* line 85, ../scss/partials/components/_c-accordian.scss */
.c-accordian__parent-icon {
  position: absolute;
  bottom: 8px;
  left: 1px;
}
/* line 90, ../scss/partials/components/_c-accordian.scss */
.c-accordian__parent:hover, .c-accordian__parent.active {
  position: relative;
}
/* line 94, ../scss/partials/components/_c-accordian.scss */
.c-accordian__parent:hover:after, .c-accordian__parent.active:after {
  background-color: #8bd3c8;
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  content: '';
  height: 6px;
  display: inline-block;
}
/* line 111, ../scss/partials/components/_c-accordian.scss */
.c-accordian__child {
  padding: 3rem 0 5rem 0;
  display: none;
}
/* line 115, ../scss/partials/components/_c-accordian.scss */
.c-accordian__child.doubleColumn {
  column-count: 2;
  column-gap: 1rem;
}
/* line 122, ../scss/partials/components/_c-accordian.scss */
.c-accordian__child.active {
  display: block;
}

/* line 2, ../scss/partials/components/_c-previewGroup.scss */
.c-previewGroup {
  display: flex;
  flex-wrap: wrap;
  width: 101%;
  margin: 2rem 0 0 -5px;
}
/* line 11, ../scss/partials/components/_c-previewGroup.scss */
.c-previewGroup:last-child {
  margin-bottom: 2rem;
}
/* line 15, ../scss/partials/components/_c-previewGroup.scss */
.c-previewGroup__title {
  color: #124354;
  font-size: 30px;
  font-weight: 900;
  text-decoration: none;
  display: block;
  width: 100%;
  margin: 0 0 2rem 5px;
}
/* line 23, ../scss/partials/components/_c-previewGroup.scss */
.c-previewGroup__item {
  box-sizing: border-box;
  width: 25%;
  height: 370px;
  margin: 0 0 2rem 0;
  padding: 0 5px;
  position: relative;
  text-decoration: none;
}
/* line 32, ../scss/partials/components/_c-previewGroup.scss */
.c-previewGroup__item-title {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 900;
  position: relative;
  top: 11px;
  left: 0;
  height: 70px;
}
/* line 38, ../scss/partials/components/_c-previewGroup.scss */
.c-previewGroup__item-title:after {
  background-color: #124354;
  position: absolute;
  bottom: 8px;
  left: 0;
  content: '';
  height: 3px;
  width: 52px;
  display: inline-block;
}
/* line 48, ../scss/partials/components/_c-previewGroup.scss */
.c-previewGroup__item-icon {
  position: relative;
  top: 22px;
  left: 0;
}
/* line 53, ../scss/partials/components/_c-previewGroup.scss */
.c-previewGroup__imageContainer {
  position: relative;
}
/* line 56, ../scss/partials/components/_c-previewGroup.scss */
.c-previewGroup__imageContainer .thumbnailCredit {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
}
/* line 61, ../scss/partials/components/_c-previewGroup.scss */
.c-previewGroup .wp-post-image {
  -moz-transition: opacity 0.2s 0s ease;
  -o-transition: opacity 0.2s 0s ease;
  -webkit-transition: opacity 0.2s 0s ease;
  transition: opacity 0.2s 0s ease;
  width: 100%;
}
@media (min-width: 767px) {
  /* line 72, ../scss/partials/components/_c-previewGroup.scss */
  .c-previewGroup__item:hover {
    text-decoration: none !important;
  }
  /* line 76, ../scss/partials/components/_c-previewGroup.scss */
  .c-previewGroup__item.fadeOut .wp-post-image {
    opacity: 0.3;
  }
  /* line 81, ../scss/partials/components/_c-previewGroup.scss */
  .c-previewGroup__item.active .c-previewGroup__imageContainer {
    width: 108%;
    margin: -4% 0 0 -4%;
  }
  /* line 85, ../scss/partials/components/_c-previewGroup.scss */
  .c-previewGroup__item.active .c-previewGroup__item-title {
    margin-top: -4%;
  }
}
@media (max-width: 766px) {
  /* line 2, ../scss/partials/components/_c-previewGroup.scss */
  .c-previewGroup {
    margin: 0 0 1rem -5px;
  }
  /* line 97, ../scss/partials/components/_c-previewGroup.scss */
  .c-previewGroup__title {
    font-size: 24px;
    margin: 0 0 2rem 5px;
  }
  /* line 103, ../scss/partials/components/_c-previewGroup.scss */
  .c-previewGroup__item {
    width: 50%;
    height: auto;
    margin: 0 0 3rem 0;
  }
  /* line 108, ../scss/partials/components/_c-previewGroup.scss */
  .c-previewGroup__item-title {
    font-size: 16px;
    position: relative;
    top: 10px;
    height: auto;
    min-height: 40px;
    margin: 0;
  }
  /* line 116, ../scss/partials/components/_c-previewGroup.scss */
  .c-previewGroup__item-title:after {
    display: none;
  }
  /* line 121, ../scss/partials/components/_c-previewGroup.scss */
  .c-previewGroup__item-icon {
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    position: relative;
    margin: 4px 0 0 0;
  }
}

/* line 3, ../scss/partials/components/_c-iconGroup.scss */
.c-iconGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 1rem;
}
/* line 13, ../scss/partials/components/_c-iconGroup.scss */
.c-iconGroup__item {
  width: 26%;
  height: 310px;
}
/* line 19, ../scss/partials/components/_c-iconGroup.scss */
.c-iconGroup__item--icon-svg {
  display: block;
  margin: 0 auto 0.5rem;
}
/* line 27, ../scss/partials/components/_c-iconGroup.scss */
.c-iconGroup__item-text {
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 766px) {
  /* line 3, ../scss/partials/components/_c-iconGroup.scss */
  .c-iconGroup {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
  /* line 42, ../scss/partials/components/_c-iconGroup.scss */
  .c-iconGroup__item {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    margin: 0 0 2rem 0;
  }
  /* line 49, ../scss/partials/components/_c-iconGroup.scss */
  .c-iconGroup__item--icon {
    width: 35%;
  }
  /* line 52, ../scss/partials/components/_c-iconGroup.scss */
  .c-iconGroup__item--icon-svg {
    -moz-transform: scale(0.58);
    -ms-transform: scale(0.58);
    -webkit-transform: scale(0.58);
    transform: scale(0.58);
    margin: 0;
    position: relative;
    top: -8px;
    left: -10px;
  }
  /* line 61, ../scss/partials/components/_c-iconGroup.scss */
  .c-iconGroup__item-text {
    width: 65%;
    margin: 0;
    text-align: left;
  }
}

/* line 4, ../scss/partials/components/_c-footImages.scss */
.c-footImages {
  display: none;
  min-height: 488px;
  width: 100%;
  position: relative;
  margin: 0 0 -7px 0;
}
@media (min-width: 767px) {
  /* line 4, ../scss/partials/components/_c-footImages.scss */
  .c-footImages {
    display: inline-block;
  }
}
/* line 28, ../scss/partials/components/_c-footImages.scss */
.c-footImages__col {
  background-size: cover;
  background-position: center center;
  width: 50%;
  float: left;
  width: 33.3336%;
  height: 488px;
  position: relative;
}
/* line 35, ../scss/partials/components/_c-footImages.scss */
.c-footImages__col-2 {
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
/* line 40, ../scss/partials/components/_c-footImages.scss */
.c-footImages__col-2a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 50%;
  left: 0;
  background-size: cover;
  background-position: center center;
}
/* line 45, ../scss/partials/components/_c-footImages.scss */
.c-footImages__col-2b {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}
/* line 51, ../scss/partials/components/_c-footImages.scss */
.c-footImages__col .thumbnailCredit {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 766px) {
  /* line 59, ../scss/partials/components/_c-footImages.scss */
  .c-footImages.showOnMobile {
    display: inline-block;
    margin-top: -2.5rem;
  }
  /* line 65, ../scss/partials/components/_c-footImages.scss */
  .c-footImages.showOnMobile .c-footImages__col {
    float: none;
    width: 100%;
    height: auto;
    padding: 0 0 65% 0;
  }
  /* line 72, ../scss/partials/components/_c-footImages.scss */
  .c-footImages.showOnMobile .c-footImages__col-2 {
    padding: 0;
  }
  /* line 76, ../scss/partials/components/_c-footImages.scss */
  .c-footImages.showOnMobile .c-footImages__col .c-footImages__col-2 {
    border: none;
  }
  /* line 80, ../scss/partials/components/_c-footImages.scss */
  .c-footImages.showOnMobile .c-footImages__col .c-footImages__col-2a, .c-footImages.showOnMobile .c-footImages__col .c-footImages__col-2b {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    position: relative;
    padding: 0 0 65% 0;
  }
}

/* line 2, ../scss/partials/components/_c-footContentPanel.scss */
.c-footContentPanel {
  background-color: #EDF9F9;
  padding: 2rem 0 2rem 0;
}
/* line 7, ../scss/partials/components/_c-footContentPanel.scss */
.c-footContentPanel__group {
  margin: 0 0 2rem;
}
/* line 11, ../scss/partials/components/_c-footContentPanel.scss */
.c-footContentPanel__title {
  margin: 0 0 2rem;
}

/* line 3, ../scss/partials/components/_c-sponsors.scss */
.c-sponsors {
  height: 200px;
  margin: 0 0 1rem;
}
/* line 9, ../scss/partials/components/_c-sponsors.scss */
.c-sponsors__col {
  width: 3.84615%;
  float: left;
  width: 25%;
  height: 200px;
  position: relative;
}
/* line 16, ../scss/partials/components/_c-sponsors.scss */
.c-sponsors__col .item {
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
/* line 23, ../scss/partials/components/_c-sponsors.scss */
.c-sponsors__col .item:hover {
  opacity: 0.6;
}
@media (max-width: 766px) {
  /* line 3, ../scss/partials/components/_c-sponsors.scss */
  .c-sponsors {
    height: auto;
    margin: 0 0 2rem;
  }
  /* line 35, ../scss/partials/components/_c-sponsors.scss */
  .c-sponsors__col {
    width: 100%;
    float: none;
    height: auto;
    padding: 0 0 38%;
  }
}

/* line 3, ../scss/partials/components/_c-contentSplit.scss */
.c-contentSplit {
  display: inline-block;
  width: 100%;
  margin: 0 0 4rem;
}
/* line 9, ../scss/partials/components/_c-contentSplit.scss */
.c-contentSplit__col {
  width: 50%;
  float: left;
}
/* line 12, ../scss/partials/components/_c-contentSplit.scss */
.c-contentSplit__col-1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 766px) {
  /* line 21, ../scss/partials/components/_c-contentSplit.scss */
  .c-contentSplit__col {
    width: 100%;
    float: none;
  }
  /* line 26, ../scss/partials/components/_c-contentSplit.scss */
  .c-contentSplit__col-1 {
    padding: 0 0 2rem 0;
  }
}

/* line 3, ../scss/partials/components/_c-map-of-new-zealand.scss */
.c-map-of-new-zealand {
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  margin: -300px 0 -60px;
}
/* line 8, ../scss/partials/components/_c-map-of-new-zealand.scss */
.c-map-of-new-zealand .cls-null {
  fill: #6ccacd;
}
/* line 13, ../scss/partials/components/_c-map-of-new-zealand.scss */
.c-map-of-new-zealand .cls-1 {
  fill: none;
}
/* line 17, ../scss/partials/components/_c-map-of-new-zealand.scss */
.c-map-of-new-zealand .cls-2 {
  fill: #6ccacd;
}
/* line 20, ../scss/partials/components/_c-map-of-new-zealand.scss */
.c-map-of-new-zealand .cls-2:hover {
  fill: #124354;
  cursor: pointer;
}
@media (max-width: 766px) {
  /* line 3, ../scss/partials/components/_c-map-of-new-zealand.scss */
  .c-map-of-new-zealand {
    display: none;
  }
}

/* line 34, ../scss/partials/components/_c-map-of-new-zealand.scss */
#regionLabel {
  position: absolute;
  color: #124354;
  font-size: 26px;
  font-weight: 800;
  pointer-events: none;
  white-space: nowrap;
}

/* line 2, ../scss/partials/components/_c-region-list.scss */
.c-region-list {
  margin: 0 0 3rem 0;
}
@media (min-width: 767px) {
  /* line 2, ../scss/partials/components/_c-region-list.scss */
  .c-region-list {
    display: none;
  }
}

/* line 6, ../scss/partials/components/_c-newsletter.scss */
.page-template-page-newsletter .site-content {
  min-height: 600px;
}
@media (max-width: 766px) {
  /* line 11, ../scss/partials/components/_c-newsletter.scss */
  .page-template-page-newsletter .site-content {
    min-height: 0;
  }
}

/* line 20, ../scss/partials/components/_c-newsletter.scss */
.c-newsletterMobile {
  display: none;
  margin: 0 0 3rem 0;
}
@media (max-width: 766px) {
  /* line 20, ../scss/partials/components/_c-newsletter.scss */
  .c-newsletterMobile {
    display: block;
  }
}
/* line 30, ../scss/partials/components/_c-newsletter.scss */
.c-newsletterMobile__navigation-liner {
  border-bottom: 1px solid #F4F4F4;
}
/* line 35, ../scss/partials/components/_c-newsletter.scss */
.c-newsletterMobile__parent {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  margin: 0px 0 2px 0;
  padding: 3px 0 2px 22px;
}
/* line 43, ../scss/partials/components/_c-newsletter.scss */
.c-newsletterMobile__parent-icon {
  position: absolute;
  bottom: 8px;
  left: 1px;
}
/* line 48, ../scss/partials/components/_c-newsletter.scss */
.c-newsletterMobile__child {
  background-color: #EDF9F9;
  padding: 2rem 0 2rem 0;
  border-top: 6px solid #8bd3c8;
  min-height: 150px;
  display: none;
}
/* line 55, ../scss/partials/components/_c-newsletter.scss */
.c-newsletterMobile__child a {
  color: #3791b2;
}
/* line 61, ../scss/partials/components/_c-newsletter.scss */
.c-newsletterMobile__child.active {
  display: block;
}
/* line 65, ../scss/partials/components/_c-newsletter.scss */
.c-newsletterMobile__child--group {
  margin: 0 0 2rem;
}
/* line 68, ../scss/partials/components/_c-newsletter.scss */
.c-newsletterMobile__child--group-doc {
  display: block;
  margin: 0 0 0.5rem;
}
/* line 74, ../scss/partials/components/_c-newsletter.scss */
.c-newsletterMobile__child-content {
  margin: 0 0 0 17px;
}

/* line 86, ../scss/partials/components/_c-newsletter.scss */
.c-newsletter {
  display: none;
}
@media (min-width: 767px) {
  /* line 86, ../scss/partials/components/_c-newsletter.scss */
  .c-newsletter {
    display: block;
  }
}
/* line 94, ../scss/partials/components/_c-newsletter.scss */
.c-newsletter__navRow {
  border-bottom: 1px solid #F4F4F4;
  padding: 2rem 0 0 0;
}
/* line 99, ../scss/partials/components/_c-newsletter.scss */
.c-newsletter__navRow .liner {
  display: flex;
  flex-wrap: wrap;
}
/* line 104, ../scss/partials/components/_c-newsletter.scss */
.c-newsletter__navRow-parent {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  margin: 0px 3% 2px 0;
  padding: 3px 0 2px 22px;
  width: 22%;
  box-sizing: border-box;
}
/* line 115, ../scss/partials/components/_c-newsletter.scss */
.c-newsletter__navRow-parent-icon {
  position: absolute;
  bottom: 8px;
  left: 1px;
}
/* line 119, ../scss/partials/components/_c-newsletter.scss */
.c-newsletter__navRow-parent:hover, .c-newsletter__navRow-parent.active {
  position: relative;
}
/* line 123, ../scss/partials/components/_c-newsletter.scss */
.c-newsletter__navRow-parent:hover:after, .c-newsletter__navRow-parent.active:after {
  background-color: #124354;
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  content: '';
  height: 6px;
  display: inline-block;
}
/* line 134, ../scss/partials/components/_c-newsletter.scss */
.c-newsletter__contentRow {
  background-color: #EDF9F9;
  display: none;
}
/* line 139, ../scss/partials/components/_c-newsletter.scss */
.c-newsletter__contentRow.active {
  display: block;
}
/* line 143, ../scss/partials/components/_c-newsletter.scss */
.c-newsletter__contentRow .liner {
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: 210px;
}
/* line 149, ../scss/partials/components/_c-newsletter.scss */
.c-newsletter__contentRow-item {
  -moz-transition: opacity 0.4s 0s ease;
  -o-transition: opacity 0.4s 0s ease;
  -webkit-transition: opacity 0.4s 0s ease;
  transition: opacity 0.4s 0s ease;
  display: none;
  opacity: 0;
  flex-wrap: wrap;
}
/* line 154, ../scss/partials/components/_c-newsletter.scss */
.c-newsletter__contentRow-item a {
  color: #3791b2;
}
/* line 158, ../scss/partials/components/_c-newsletter.scss */
.c-newsletter__contentRow-item.opaque {
  opacity: 1;
}
/* line 162, ../scss/partials/components/_c-newsletter.scss */
.c-newsletter__contentRow-item.active {
  display: flex;
}
/* line 168, ../scss/partials/components/_c-newsletter.scss */
.c-newsletter__contentRow-item--group {
  width: 24%;
  padding: 0 0 1.5rem 0;
}
/* line 173, ../scss/partials/components/_c-newsletter.scss */
.c-newsletter__contentRow-item--group-doc {
  display: block;
  margin: 0 0 0.5rem;
}
@media (max-width: 766px) {
  /* line 86, ../scss/partials/components/_c-newsletter.scss */
  .c-newsletter {
    display: none;
  }
}

/* line 8, ../scss/partials/components/_c-membershipPlans.scss */
.c-membershipPlans .membership-field-subscriptions {
  width: 100%;
  margin: 4rem 0 2rem 0;
}
/* line 14, ../scss/partials/components/_c-membershipPlans.scss */
.c-membershipPlans .membership-field-subscriptions .slick-prev,
.c-membershipPlans .membership-field-subscriptions .slick-next {
  height: 26px !important;
  width: 30px !important;
  box-sizing: content-box;
}
/* line 20, ../scss/partials/components/_c-membershipPlans.scss */
.c-membershipPlans .membership-field-subscriptions .slick-prev:hover,
.c-membershipPlans .membership-field-subscriptions .slick-next:hover {
  opacity: 0.5;
}
/* line 24, ../scss/partials/components/_c-membershipPlans.scss */
.c-membershipPlans .membership-field-subscriptions .slick-prev:before,
.c-membershipPlans .membership-field-subscriptions .slick-next:before {
  content: none;
}
/* line 30, ../scss/partials/components/_c-membershipPlans.scss */
.c-membershipPlans .membership-field-subscriptions .slick-prev {
  background: transparent url("../images/svg/arrow%20grey.svg") no-repeat center center !important;
  top: -20px;
  left: 7px;
  z-index: 2;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=-0.59846, M12=--0.80115, M21=-0.80115, M22=-0.59846);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=-0.59846, M12=--0.80115, M21=-0.80115, M22=-0.59846)";
  zoom: 1;
  -moz-transition: padding 0.2s 0s ease;
  -o-transition: padding 0.2s 0s ease;
  -webkit-transition: padding 0.2s 0s ease;
  transition: padding 0.2s 0s ease;
}
/* line 46, ../scss/partials/components/_c-membershipPlans.scss */
.c-membershipPlans .membership-field-subscriptions .slick-next {
  right: 8px;
  top: -8px;
  background: transparent url("../images/svg/arrow%20grey.svg") no-repeat center center !important;
  -moz-transition: padding 0.2s 0s ease;
  -o-transition: padding 0.2s 0s ease;
  -webkit-transition: padding 0.2s 0s ease;
  transition: padding 0.2s 0s ease;
}
/* line 61, ../scss/partials/components/_c-membershipPlans.scss */
.c-membershipPlans .membership-field-subscriptions .membership-subscription-plan {
  text-align: center;
  width: 130px;
  box-sizing: content-box;
  border-top: 3px solid #124354;
  border-bottom: 3px solid #124354;
  border-left: 1.5px solid #124354;
  border-right: 1.5px solid #124354;
  margin: 30px 0 30px 0;
}
/* line 74, ../scss/partials/components/_c-membershipPlans.scss */
.c-membershipPlans .membership-field-subscriptions .membership-subscription-plan label {
  color: #124354;
  font-size: 18px;
  line-height: 1.1em;
  text-align: center;
  font-weight: 800;
  margin: 4rem 0 0;
  height: 76px;
  display: block;
  padding: 0 22%;
}
/* line 83, ../scss/partials/components/_c-membershipPlans.scss */
.c-membershipPlans .membership-field-subscriptions .membership-subscription-plan-price {
  color: #8bd3c8;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 600;
  margin: 0 0 3rem;
  display: block;
}
/* line 89, ../scss/partials/components/_c-membershipPlans.scss */
.c-membershipPlans .membership-field-subscriptions .membership-subscription-plan-price .membership-divider:first-of-type {
  display: none;
}
/* line 94, ../scss/partials/components/_c-membershipPlans.scss */
.c-membershipPlans .membership-field-subscriptions .membership-subscription-plan-description {
  font-size: 14px;
  font-style: normal;
  margin: 0 0 4rem;
  padding: 0 20px;
  display: block;
}
/* line 102, ../scss/partials/components/_c-membershipPlans.scss */
.c-membershipPlans .membership-field-subscriptions .membership-subscription-plan.slick-current {
  position: relative;
  margin: -3px 0 0 0;
  background-color: #124354;
  color: #FFF;
  border-bottom: 60px solid #124354;
}
/* line 109, ../scss/partials/components/_c-membershipPlans.scss */
.c-membershipPlans .membership-field-subscriptions .membership-subscription-plan.slick-current:before, .c-membershipPlans .membership-field-subscriptions .membership-subscription-plan.slick-current:after {
  background-color: #124354;
  position: absolute;
  top: 0;
  bottom: -60px;
  content: '';
  width: 3px;
  display: inline-block;
}
/* line 118, ../scss/partials/components/_c-membershipPlans.scss */
.c-membershipPlans .membership-field-subscriptions .membership-subscription-plan.slick-current:before {
  left: -3px;
}
/* line 122, ../scss/partials/components/_c-membershipPlans.scss */
.c-membershipPlans .membership-field-subscriptions .membership-subscription-plan.slick-current:after {
  right: -4px;
}
/* line 126, ../scss/partials/components/_c-membershipPlans.scss */
.c-membershipPlans .membership-field-subscriptions .membership-subscription-plan.slick-current label {
  color: #FFF;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 33px;
  padding: 0 20px;
}
/* line 136, ../scss/partials/components/_c-membershipPlans.scss */
.c-membershipPlans__cta {
  display: block;
  margin: 0 0 2rem 0;
  width: 100%;
  text-align: center;
}
/* line 142, ../scss/partials/components/_c-membershipPlans.scss */
.c-membershipPlans__cta .b-button {
  font-size: 27px;
  padding: 16px 61px;
}
@media (max-width: 766px) {
  /* line 151, ../scss/partials/components/_c-membershipPlans.scss */
  .c-membershipPlans__liner {
    padding: 0;
  }
  /* line 157, ../scss/partials/components/_c-membershipPlans.scss */
  .c-membershipPlans .membership-field-subscriptions .membership-subscription-plan {
    background-color: #B6C5CA;
    border: none;
    border-left: 4px solid #FFF;
    border-right: 4px solid #FFF;
  }
  /* line 164, ../scss/partials/components/_c-membershipPlans.scss */
  .c-membershipPlans .membership-field-subscriptions .membership-subscription-plan-price {
    color: #FFF;
  }
  /* line 168, ../scss/partials/components/_c-membershipPlans.scss */
  .c-membershipPlans .membership-field-subscriptions .membership-subscription-plan-description {
    margin: 0 0 1rem;
  }
  /* line 176, ../scss/partials/components/_c-membershipPlans.scss */
  .c-membershipPlans .membership-field-subscriptions .membership-subscription-plan.slick-current {
    border-bottom: none;
    padding-bottom: 60px;
  }
  /* line 181, ../scss/partials/components/_c-membershipPlans.scss */
  .c-membershipPlans .membership-field-subscriptions .membership-subscription-plan.slick-current .membership-subscription-plan-price {
    color: #8bd3c8;
  }
  /* line 185, ../scss/partials/components/_c-membershipPlans.scss */
  .c-membershipPlans .membership-field-subscriptions .membership-subscription-plan.slick-current:before, .c-membershipPlans .membership-field-subscriptions .membership-subscription-plan.slick-current:after {
    content: none;
  }
  /* line 193, ../scss/partials/components/_c-membershipPlans.scss */
  .c-membershipPlans__cta {
    margin: 0 0 4rem 0;
  }
  /* line 196, ../scss/partials/components/_c-membershipPlans.scss */
  .c-membershipPlans__cta .b-button {
    font-size: 25px;
    padding: 14px 50px;
  }
}

/* line 5, ../scss/partials/components/_c-newsFeed.scss */
.c-newsFeed__viewAllLink {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 3rem 0;
}
/* line 12, ../scss/partials/components/_c-newsFeed.scss */
.c-newsFeed__item {
  margin: 0 0 3rem 0;
  display: flex;
}
/* line 16, ../scss/partials/components/_c-newsFeed.scss */
.c-newsFeed__item-col {
  width: 50%;
}
/* line 19, ../scss/partials/components/_c-newsFeed.scss */
.c-newsFeed__item-col:first-child {
  width: 40%;
}
/* line 23, ../scss/partials/components/_c-newsFeed.scss */
.c-newsFeed__item-col:nth-child(2) {
  width: 60%;
}
/* line 27, ../scss/partials/components/_c-newsFeed.scss */
.c-newsFeed__item-col img {
  width: 90%;
  object-fit: cover;
  height: 150px;
}
/* line 39, ../scss/partials/components/_c-newsFeed.scss */
.c-newsFeed__item--small-col:first-child {
  width: 20%;
}
/* line 43, ../scss/partials/components/_c-newsFeed.scss */
.c-newsFeed__item--small-col:nth-child(2) {
  width: 80%;
}
/* line 50, ../scss/partials/components/_c-newsFeed.scss */
.c-newsFeed__item-title {
  margin: 0 0 0.5rem;
  text-decoration: underline;
}
/* line 55, ../scss/partials/components/_c-newsFeed.scss */
.c-newsFeed__item-title a {
  color: #124354 !important;
}
/* line 59, ../scss/partials/components/_c-newsFeed.scss */
.c-newsFeed__item-title:hover {
  text-decoration: none;
}
/* line 67, ../scss/partials/components/_c-newsFeed.scss */
.c-newsFeed__item-excerpt {
  color: #000 !important;
}
/* line 71, ../scss/partials/components/_c-newsFeed.scss */
.c-newsFeed__item-link {
  text-decoration: none;
}
/* line 79, ../scss/partials/components/_c-newsFeed.scss */
.c-newsFeed__item-link:hover .c-newsFeed__item-title {
  text-decoration: none;
}
@media (max-width: 766px) {
  /* line 97, ../scss/partials/components/_c-newsFeed.scss */
  .c-newsFeed__item {
    margin: 0 0 2rem 0;
  }
  /* line 102, ../scss/partials/components/_c-newsFeed.scss */
  .c-newsFeed__item-col:first-child {
    width: 30%;
  }
  /* line 106, ../scss/partials/components/_c-newsFeed.scss */
  .c-newsFeed__item-col:nth-child(2) {
    width: 70%;
  }
}

/* line 13, ../scss/partials/components/_c-membershipWorks.scss */
#SFevtsrd {
  display: none;
}

/* line 22, ../scss/partials/components/_c-membershipWorks.scss */
#SFusrman {
  color: #FFF;
}
/* line 26, ../scss/partials/components/_c-membershipWorks.scss */
#SFusrman div {
  background: #185165;
  padding: 11px 11px;
  border-radius: 3px;
}

/* line 45, ../scss/partials/components/_c-membershipWorks.scss */
#content #SFpne #SFevtpayreg,
#content #SFpne .SFbox,
#content #SFctr #SFevtpayreg,
#content #SFctr .SFbox {
  padding: 18px 0 44px 0 !important;
  border: none;
  border-bottom: 1px solid #F4F4F4;
}
/* line 52, ../scss/partials/components/_c-membershipWorks.scss */
#content #SFpne #SFevtpayreg input,
#content #SFpne .SFbox input,
#content #SFctr #SFevtpayreg input,
#content #SFctr .SFbox input {
  box-sizing: border-box;
  border: 1px solid #124354;
  background-color: #EFF9F9;
  color: #124354;
  padding: 8px 18px;
  font-size: 16px;
}
/* line 66, ../scss/partials/components/_c-membershipWorks.scss */
#content #SFpne #SFusrpaybil .SFchk,
#content #SFctr #SFusrpaybil .SFchk {
  padding: 29px 20px !important;
}
/* line 71, ../scss/partials/components/_c-membershipWorks.scss */
#content #SFpne .SFchk,
#content #SFctr .SFchk {
  padding: 9px 20px;
}
/* line 80, ../scss/partials/components/_c-membershipWorks.scss */
#content #SFpne #SFevtpaypay i,
#content #SFpne .SFusrbtndiv .SFbig i,
#content #SFctr #SFevtpaypay i,
#content #SFctr .SFusrbtndiv .SFbig i {
  display: none;
}

/* line 105, ../scss/partials/components/_c-membershipWorks.scss */
#SFctr #SFevtlst .SFevt_dp {
  border: 1px solid #8bd3c8;
}

/* line 109, ../scss/partials/components/_c-membershipWorks.scss */
#SFctr #SFevtlst .SFevtttl {
  color: #124354;
}

/* line 114, ../scss/partials/components/_c-membershipWorks.scss */
#SFctr #SFevtlst .SFevt:nth-last-child(2) {
  border-bottom: none;
}

/* line 120, ../scss/partials/components/_c-membershipWorks.scss */
#SFctr #SFevtlst .SFevt_dpmon {
  background-color: #8bd3c8;
  color: #fff;
}

/* line 125, ../scss/partials/components/_c-membershipWorks.scss */
#SFctr #SFevtlst .SFevt_dpday {
  border-top: 1px solid #8bd3c8;
  color: #8bd3c8;
}

/* line 130, ../scss/partials/components/_c-membershipWorks.scss */
#SFctr #SFevtlst .SFevt_dpdte {
  color: #8bd3c8;
}

/* line 142, ../scss/partials/components/_c-membershipWorks.scss */
#content .p-login #SFpne .SFusrpne .SFbox {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* line 4, ../scss/partials/components/_c-homeCarousel.scss */
.c-homeCarousel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute !important;
}
/* line 10, ../scss/partials/components/_c-homeCarousel.scss */
.c-homeCarousel .slick-list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 14, ../scss/partials/components/_c-homeCarousel.scss */
.c-homeCarousel__slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  position: relative;
}
/* line 22, ../scss/partials/components/_c-homeCarousel.scss */
.c-homeCarousel__slide--textWrapper {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
  padding: 0 80px;
}
/* line 32, ../scss/partials/components/_c-homeCarousel.scss */
.c-homeCarousel__slide--title {
  color: #FFF;
  font-size: 37px;
  line-height: 1.5em;
  font-weight: 800;
  display: inline;
}
/* line 37, ../scss/partials/components/_c-homeCarousel.scss */
.c-homeCarousel__slide--title-highlight {
  display: inline;
  background: #124354;
  color: white;
  padding: 10px 1rem;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: 1rem 0 0 #124354, -1rem 0 0 #124354;
}
/* line 54, ../scss/partials/components/_c-homeCarousel.scss */
.c-homeCarousel__slide--link {
  color: #FFF;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 600;
  text-decoration: none;
  background-color: #124354;
  display: table;
  margin: 30px 0 0 -1rem;
  padding: 8px 1rem;
}
/* line 62, ../scss/partials/components/_c-homeCarousel.scss */
.c-homeCarousel__slide--link:hover {
  background-color: #52AACA;
}
/* line 67, ../scss/partials/components/_c-homeCarousel.scss */
.c-homeCarousel__slide .thumbnailCredit {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 600px) {
  /* line 75, ../scss/partials/components/_c-homeCarousel.scss */
  .c-homeCarousel__slide--textWrapper {
    padding: 0 1.5rem;
  }
  /* line 81, ../scss/partials/components/_c-homeCarousel.scss */
  .c-homeCarousel__slide--title {
    color: #FFF;
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 800;
  }
  /* line 85, ../scss/partials/components/_c-homeCarousel.scss */
  .c-homeCarousel__slide--title-highlight {
    padding: 10px 0.7rem;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0.7rem 0 0 #124354, -0.7rem 0 0 #124354;
  }
  /* line 96, ../scss/partials/components/_c-homeCarousel.scss */
  .c-homeCarousel__slide--link {
    color: #FFF;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 600;
    text-decoration: none;
    margin: 20px 0 0 -0.7rem;
    padding: 8px 0.7rem;
  }
}
/* line 106, ../scss/partials/components/_c-homeCarousel.scss */
.c-homeCarousel .slick-track {
  position: absolute;
  top: 0;
  bottom: 0;
}
/* line 111, ../scss/partials/components/_c-homeCarousel.scss */
.c-homeCarousel .slick-prev,
.c-homeCarousel .slick-next {
  display: none !important;
  height: 60px !important;
  width: 50px !important;
}
/* line 120, ../scss/partials/components/_c-homeCarousel.scss */
.c-homeCarousel .slick-prev:before,
.c-homeCarousel .slick-next:before {
  content: none;
}
/* line 124, ../scss/partials/components/_c-homeCarousel.scss */
.c-homeCarousel .slick-prev:hover,
.c-homeCarousel .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
/* line 129, ../scss/partials/components/_c-homeCarousel.scss */
.c-homeCarousel .slick-prev {
  background: transparent url("../images/arrow-left.svg") no-repeat center center !important;
  left: 7px;
  z-index: 2;
}
/* line 135, ../scss/partials/components/_c-homeCarousel.scss */
.c-homeCarousel .slick-next {
  right: 8px;
  background: transparent url("../images/arrow-right.svg") no-repeat center center !important;
}

/* line 1, ../scss/partials/components/_c-back-to-top-button.scss */
.progress-wrap {
  display: none;
}

/* line 8, ../scss/partials/components/_c-back-to-top-button.scss */
.search-results .progress-wrap,
.post-type-archive-notornis .progress-wrap,
.post-type-archive-publications .progress-wrap {
  display: block;
}

/* Slider */
/* line 3, ../scss/partials/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../scss/partials/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../scss/partials/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../scss/partials/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../scss/partials/_slick.scss */
.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);
}

/* line 42, ../scss/partials/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 50, ../scss/partials/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 56, ../scss/partials/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 60, ../scss/partials/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, ../scss/partials/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 68, ../scss/partials/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 71, ../scss/partials/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 74, ../scss/partials/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 80, ../scss/partials/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 84, ../scss/partials/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 88, ../scss/partials/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 92, ../scss/partials/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, ../scss/partials/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot?1507052969");
  src: url("../fonts/slick.eot?&1507052969#iefix") format("embedded-opentype"), url("../fonts/slick.woff?1507052969") format("woff"), url("../fonts/slick.ttf?1507052969") format("truetype"), url("../fonts/slick.svg?1507052969#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 64, ../scss/partials/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
/* line 82, ../scss/partials/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 86, ../scss/partials/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 90, ../scss/partials/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.05;
}
/* line 93, ../scss/partials/_slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 104, ../scss/partials/_slick-theme.scss */
.slick-prev {
  left: -35px;
}
/* line 106, ../scss/partials/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 110, ../scss/partials/_slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 112, ../scss/partials/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 118, ../scss/partials/_slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 120, ../scss/partials/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 124, ../scss/partials/_slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 126, ../scss/partials/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 134, ../scss/partials/_slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 138, ../scss/partials/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 147, ../scss/partials/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 155, ../scss/partials/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 167, ../scss/partials/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 169, ../scss/partials/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 173, ../scss/partials/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.05;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 190, ../scss/partials/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* line 3, ../scss/partials/pages/_p-login-page.scss */
.page-template-page-login {
  background-color: #124354;
  color: #FFF;
}
/* line 9, ../scss/partials/pages/_p-login-page.scss */
.page-template-page-login .p-login {
  width: 720px;
  min-height: 600px;
  padding-top: 0;
  text-align: center;
}
/* line 19, ../scss/partials/pages/_p-login-page.scss */
.page-template-page-login .p-login a {
  color: #8bd3c8;
  font-size: 14px;
}
/* line 24, ../scss/partials/pages/_p-login-page.scss */
.page-template-page-login .p-login__title {
  color: #FFF;
  margin: 0 0 2.5rem;
}
/* line 29, ../scss/partials/pages/_p-login-page.scss */
.page-template-page-login .p-login .login-username {
  text-align: left;
}
/* line 34, ../scss/partials/pages/_p-login-page.scss */
.page-template-page-login .p-login .login-password {
  text-align: left;
}
/* line 40, ../scss/partials/pages/_p-login-page.scss */
.page-template-page-login .p-login .login-submit .button, .page-template-page-login .p-login .login-submit .c-searchPanel button, .c-searchPanel .page-template-page-login .p-login .login-submit button, .page-template-page-login .p-login .login-submit #content #SFpne #SFevtpaypay, #content #SFpne .page-template-page-login .p-login .login-submit #SFevtpaypay,
.page-template-page-login .p-login .login-submit #content #SFpne .SFusrbtndiv .SFbig,
#content #SFpne .SFusrbtndiv .page-template-page-login .p-login .login-submit .SFbig,
.page-template-page-login .p-login .login-submit #content #SFctr #SFevtpaypay,
#content #SFctr .page-template-page-login .p-login .login-submit #SFevtpaypay,
.page-template-page-login .p-login .login-submit #content #SFctr .SFusrbtndiv .SFbig,
#content #SFctr .SFusrbtndiv .page-template-page-login .p-login .login-submit .SFbig, .page-template-page-login .p-login .login-submit .button-submit {
  background-color: #8bd3c8;
  color: #124354;
  padding: 12px 60px 13px;
}
@media (max-width: 766px) {
  /* line 9, ../scss/partials/pages/_p-login-page.scss */
  .page-template-page-login .p-login {
    width: auto;
    min-height: 0;
    margin: 0 0 4rem;
  }
  /* line 54, ../scss/partials/pages/_p-login-page.scss */
  .page-template-page-login .p-login a {
    font-size: 13px;
  }
  /* line 58, ../scss/partials/pages/_p-login-page.scss */
  .page-template-page-login .p-login label {
    font-size: 14px;
  }
  /* line 69, ../scss/partials/pages/_p-login-page.scss */
  .page-template-page-login .p-login .login-submit .button, .page-template-page-login .p-login .login-submit .c-searchPanel button, .c-searchPanel .page-template-page-login .p-login .login-submit button, .page-template-page-login .p-login .login-submit #content #SFpne #SFevtpaypay, #content #SFpne .page-template-page-login .p-login .login-submit #SFevtpaypay,
  .page-template-page-login .p-login .login-submit #content #SFpne .SFusrbtndiv .SFbig,
  #content #SFpne .SFusrbtndiv .page-template-page-login .p-login .login-submit .SFbig,
  .page-template-page-login .p-login .login-submit #content #SFctr #SFevtpaypay,
  #content #SFctr .page-template-page-login .p-login .login-submit #SFevtpaypay,
  .page-template-page-login .p-login .login-submit #content #SFctr .SFusrbtndiv .SFbig,
  #content #SFctr .SFusrbtndiv .page-template-page-login .p-login .login-submit .SFbig, .page-template-page-login .p-login .login-submit .button-submit {
    padding: 12px 50px 13px;
  }
}

/* line 3, ../scss/partials/pages/_p-membership.scss */
.p-membership {
  margin: 0;
}

/* line 6, ../scss/partials/pages/_p-generic.scss */
.p-generic .postThumbContainer {
  width: 60%;
  margin: 0 -1.5rem 1rem 1rem;
  float: right;
}
/* line 11, ../scss/partials/pages/_p-generic.scss */
.p-generic .postThumbContainer img {
  width: 100%;
}
@media (max-width: 766px) {
  /* line 20, ../scss/partials/pages/_p-generic.scss */
  .p-generic .postThumbContainer {
    width: 50%;
    margin: 0 -1.5rem 0.25rem 0.25rem;
  }
}

/* line 32, ../scss/partials/pages/_p-generic.scss */
.thumbnailCredit {
  color: #000;
  font-size: 10px;
  line-height: 1.4em;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 6px 8px;
}
/* line 38, ../scss/partials/pages/_p-generic.scss */
.active .thumbnailCredit {
  padding-left: 11px;
}

/* line 45, ../scss/partials/pages/_p-generic.scss */
.postThumbContainer {
  position: relative;
}
/* line 48, ../scss/partials/pages/_p-generic.scss */
.postThumbContainer .thumbnailCredit {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
}

/* line 4, ../scss/partials/pages/_p-findRegion.scss */
.p-findRegion__paragraph {
  width: 45%;
}

/* line 3, ../scss/partials/pages/_p-post-news.scss */
.post-template-default .post-thumbnail {
  float: left;
  width: 35%;
  margin: 0 5% 0 0;
}
/* line 8, ../scss/partials/pages/_p-post-news.scss */
.post-template-default .post-thumbnail img {
  width: 100%;
}

/* line 5, ../scss/partials/pages/_p-publications.scss */
.publication-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
/* line 9, ../scss/partials/pages/_p-publications.scss */
.publication-meta img {
  width: 300px;
  height: auto;
  margin-right: 1rem;
}
/* line 14, ../scss/partials/pages/_p-publications.scss */
.publication-meta ul {
  flex-grow: 1;
  margin-left: 0;
}
/* line 18, ../scss/partials/pages/_p-publications.scss */
.publication-meta li {
  list-style: none;
  padding: 0.5rem 1rem;
  margin: 0;
}
/* line 23, ../scss/partials/pages/_p-publications.scss */
.publication-meta li:nth-child(odd) {
  background-color: #e2eaed;
}
/* line 26, ../scss/partials/pages/_p-publications.scss */
.publication-meta p {
  margin-bottom: 0;
}
/* line 29, ../scss/partials/pages/_p-publications.scss */
.publication-meta .label {
  display: inline-block;
  font-weight: bold;
  min-width: 12rem;
}

/* line 36, ../scss/partials/pages/_p-publications.scss */
.file-download {
  border: 1px solid #124354;
  padding: 15px;
}
/* line 39, ../scss/partials/pages/_p-publications.scss */
.file-download:hover {
  background-color: #124354;
  color: #FFF;
}

/* line 47, ../scss/partials/pages/_p-publications.scss */
.single-publication article header {
  display: none;
}
/* line 50, ../scss/partials/pages/_p-publications.scss */
.single-publication article .label {
  font-weight: bold;
}
/* line 53, ../scss/partials/pages/_p-publications.scss */
.single-publication article .authors {
  display: none;
}
/* line 57, ../scss/partials/pages/_p-publications.scss */
.single-publication .search-extract {
  display: none;
}

/* line 63, ../scss/partials/pages/_p-publications.scss */
.post-type-archive-publications .page-header h1 {
  background-color: #124354;
  color: #FFF;
  display: inline-block;
  padding: 1rem;
}

/* line 74, ../scss/partials/pages/_p-publications.scss */
.publications .entry-header,
.publications .entry-title {
  margin-bottom: 0;
}
/* line 79, ../scss/partials/pages/_p-publications.scss */
.publications h3.entry-title {
  font-size: 17px;
}
/* line 83, ../scss/partials/pages/_p-publications.scss */
.publications p {
  font-size: 17px;
}
/* line 86, ../scss/partials/pages/_p-publications.scss */
.publications .type-of-work,
.publications .authors {
  margin-bottom: 0.5rem;
}
/* line 93, ../scss/partials/pages/_p-publications.scss */
.publications .authors {
  margin-bottom: 0;
}

/*Custom search filter styles */
/* line 104, ../scss/partials/pages/_p-publications.scss */
.search-filters-container .wpcfs-search-form {
  display: flex;
  flex-wrap: wrap;
}
/* line 107, ../scss/partials/pages/_p-publications.scss */
.search-filters-container .wpcfs-search-form .wpcfs-input {
  margin-left: 0;
}
/* line 111, ../scss/partials/pages/_p-publications.scss */
.search-filters-container form {
  margin-top: 10px;
}
/* line 115, ../scss/partials/pages/_p-publications.scss */
.search-filters-container .year input {
  width: 100px;
}
/* line 119, ../scss/partials/pages/_p-publications.scss */
.search-filters-container .wpcfs-input-submit {
  flex: 0 0 100%;
  display: flex;
  align-items: flex-end;
}
/* line 123, ../scss/partials/pages/_p-publications.scss */
.search-filters-container .wpcfs-input-submit input {
  margin-right: 10px;
  margin-bottom: 10px;
}
/* line 130, ../scss/partials/pages/_p-publications.scss */
.search-filters-container select {
  padding: 15px;
  border-radius: 0;
}

@media (min-width: 991px) {
  /* line 138, ../scss/partials/pages/_p-publications.scss */
  .publication-meta {
    flex-wrap: nowrap;
  }
  /* line 140, ../scss/partials/pages/_p-publications.scss */
  .publication-meta li {
    display: flex;
  }

  /* line 144, ../scss/partials/pages/_p-publications.scss */
  .tags {
    display: flex;
  }
  /* line 146, ../scss/partials/pages/_p-publications.scss */
  .tags .label {
    margin-right: 1rem;
  }
}
/* line 155, ../scss/partials/pages/_p-publications.scss */
.wpcfs-input-input.articletype {
  width: 100%;
}
/* line 158, ../scss/partials/pages/_p-publications.scss */
.wpcfs-input-input.articletype .wpcfs-input ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 500px;
  margin-left: 1rem;
}
/* line 164, ../scss/partials/pages/_p-publications.scss */
.wpcfs-input-input.articletype .wpcfs-input ul li {
  list-style: none;
  margin-bottom: 0;
}
/* line 167, ../scss/partials/pages/_p-publications.scss */
.wpcfs-input-input.articletype .wpcfs-input ul li label {
  margin-left: 0.5rem;
}

/* line 2, ../scss/partials/pages/_p-rare-unusual-birds.scss */
.post-type-archive-rareunusualbirds .wrapper {
  display: flex;
}
/* line 4, ../scss/partials/pages/_p-rare-unusual-birds.scss */
.post-type-archive-rareunusualbirds .wrapper .column {
  display: flex;
  flex: 1 0 50%;
}
/* line 7, ../scss/partials/pages/_p-rare-unusual-birds.scss */
.post-type-archive-rareunusualbirds .wrapper .column > div {
  font-size: 14px;
  width: 100%;
  padding: 0.5rem;
}

/* line 17, ../scss/partials/pages/_p-rare-unusual-birds.scss */
.rare-birds-table th {
  font-size: 16px;
}
/* line 20, ../scss/partials/pages/_p-rare-unusual-birds.scss */
.rare-birds-table td {
  font-size: 14px;
}

/* line 26, ../scss/partials/pages/_p-rare-unusual-birds.scss */
.fm-form .wdform-label-section {
  font-weight: bold;
}

/* line 34, ../scss/partials/pages/_p-rare-unusual-birds.scss */
.search-buttons {
  display: flex;
  margin-bottom: 1rem;
  justify-content: space-between;
}

/* line 3, ../scss/partials/blocks/_b-button.scss */
input[type="submit"],
a.button,
#content #SFpne a#SFevtpaypay,
#content #SFpne .SFusrbtndiv a.SFbig,
#content #SFctr a#SFevtpaypay,
#content #SFctr .SFusrbtndiv a.SFbig,
a.button-submit,
a.b-button,
.button,
.c-searchPanel button,
#content #SFpne #SFevtpaypay,
#content #SFpne .SFusrbtndiv .SFbig,
#content #SFctr #SFevtpaypay,
#content #SFctr .SFusrbtndiv .SFbig,
.button-submit,
.b-button {
  color: #FAF6B7;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  -moz-transition: all 0.1s 0s ease;
  -o-transition: all 0.1s 0s ease;
  -webkit-transition: all 0.1s 0s ease;
  transition: all 0.1s 0s ease;
  display: inline-block;
  border: none;
  background-color: #124354;
  border-radius: 3px;
  margin: 0 0 0.25rem;
  padding: 10px 21px;
  color: #FFF;
}
/* line 20, ../scss/partials/blocks/_b-button.scss */
input[type="submit"]:hover,
a.button:hover,
#content #SFpne a#SFevtpaypay:hover,
#content #SFpne .SFusrbtndiv a.SFbig:hover,
#content #SFctr a#SFevtpaypay:hover,
#content #SFctr .SFusrbtndiv a.SFbig:hover,
a.button-submit:hover,
a.b-button:hover,
.button:hover,
.c-searchPanel button:hover,
#content #SFpne #SFevtpaypay:hover,
#content #SFpne .SFusrbtndiv .SFbig:hover,
#content #SFctr #SFevtpaypay:hover,
#content #SFctr .SFusrbtndiv .SFbig:hover,
.button-submit:hover,
.b-button:hover {
  background-color: #1f728f;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 766px) {
  /* line 3, ../scss/partials/blocks/_b-button.scss */
  input[type="submit"],
  a.button,
  #content #SFpne a#SFevtpaypay,
  #content #SFpne .SFusrbtndiv a.SFbig,
  #content #SFctr a#SFevtpaypay,
  #content #SFctr .SFusrbtndiv a.SFbig,
  a.button-submit,
  a.b-button,
  .button,
  .c-searchPanel button,
  #content #SFpne #SFevtpaypay,
  #content #SFpne .SFusrbtndiv .SFbig,
  #content #SFctr #SFevtpaypay,
  #content #SFctr .SFusrbtndiv .SFbig,
  .button-submit,
  .b-button {
    font-size: 16px;
  }
}

/* line 32, ../scss/partials/blocks/_b-button.scss */
.buttonAlt, .c-searchPanel button, #SFusrman button {
  background-color: #1f728f;
}
/* line 35, ../scss/partials/blocks/_b-button.scss */
.buttonAlt:hover, .c-searchPanel button:hover, #SFusrman button:hover {
  background-color: #2ba1ca;
}

/* line 41, ../scss/partials/blocks/_b-button.scss */
.button-cta, .c-header__social-links-item {
  display: inline-block;
  border: none;
  background-color: #124354;
  border-radius: 3px;
  margin: 0 0 0.25rem;
  padding: 5px 12px;
  color: #FFF;
}
/* line 49, ../scss/partials/blocks/_b-button.scss */
.button-cta:hover, .c-header__social-links-item:hover {
  background-color: #1f728f;
  text-decoration: none;
  cursor: pointer;
}

/* line 4, ../scss/partials/blocks/_b-person.scss */
.b-contact__management {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 766px) {
  /* line 4, ../scss/partials/blocks/_b-person.scss */
  .b-contact__management {
    padding: 1rem 0 2rem;
  }
}

/* line 17, ../scss/partials/blocks/_b-person.scss */
.c-people-container.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 29, ../scss/partials/blocks/_b-person.scss */
.b-person {
  font-size: 15px;
  line-height: 1.2em;
  text-align: center;
  width: 25%;
  display: flex;
  flex-direction: column;
  margin: 0 0 2rem;
}
/* line 37, ../scss/partials/blocks/_b-person.scss */
.b-person__image {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  margin: 0 auto 0.5rem;
}
/* line 44, ../scss/partials/blocks/_b-person.scss */
.b-person__text {
  margin: 0 0 1px;
  text-align: center;
}
/* line 48, ../scss/partials/blocks/_b-person.scss */
.b-person__text-item {
  display: block;
  padding: 0 2rem;
}
@media (max-width: 766px) {
  /* line 29, ../scss/partials/blocks/_b-person.scss */
  .b-person {
    width: 100%;
    flex-direction: row;
  }
  /* line 60, ../scss/partials/blocks/_b-person.scss */
  .b-person:last-child {
    margin-bottom: 0;
  }
  /* line 64, ../scss/partials/blocks/_b-person.scss */
  .b-person__image {
    margin: 0 1.5rem 0 0;
  }
  /* line 68, ../scss/partials/blocks/_b-person.scss */
  .b-person__text {
    width: 60%;
    text-align: left;
  }
}

/* line 2, ../scss/partials/blocks/_b-mapLink.scss */
.b-mapLink {
  margin: 15px 2.5rem 0px 0;
  text-align: right;
}
@media (max-width: 766px) {
  /* line 2, ../scss/partials/blocks/_b-mapLink.scss */
  .b-mapLink {
    margin: 10px 0 50px 1.5rem;
    text-align: left;
  }
}

/* line 2, ../scss/partials/blocks/_b-content-title.scss */
.b-content-title {
  margin: 0 0 3rem 0;
}
@media (max-width: 766px) {
  /* line 2, ../scss/partials/blocks/_b-content-title.scss */
  .b-content-title {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}

/* line 2, ../scss/partials/blocks/_b-sub_description.scss */
.b-sub_description {
  width: 88.46154%;
  float: left;
  float: none;
  margin: 0 0 4rem 0;
}
@media (max-width: 766px) {
  /* line 2, ../scss/partials/blocks/_b-sub_description.scss */
  .b-sub_description {
    width: 100%;
    margin: 0 0 3rem 0;
  }
}

/* line 3, ../scss/partials/blocks/_b-pdf-links-icon.scss */
a[href$='.pdf'] {
  margin-right: 31px;
  position: relative;
}

/* line 9, ../scss/partials/blocks/_b-pdf-links-icon.scss */
a[href$='.pdf']:after {
  content: '';
  display: inline-block;
  position: relative;
  right: -7px;
  top: 4px;
  background: url(/wp-content/themes/markcreative-custom/assets/images/svg/file%20download.svg) no-repeat center left;
  background-size: contain;
  width: 14px;
  height: 20px;
}

/* line 22, ../scss/partials/blocks/_b-pdf-links-icon.scss */
a.noicon:after {
  display: none !important;
}

@media (max-width: 766px) {
  /* line 7, ../scss/partials/_h-helpers.scss */
  .h-desktop-only {
    display: none;
  }
}

/* line 16, ../scss/partials/_h-helpers.scss */
.h-mobile-only {
  display: none;
}
@media (max-width: 766px) {
  /* line 16, ../scss/partials/_h-helpers.scss */
  .h-mobile-only {
    display: block;
  }
}

/* line 27, ../scss/partials/_h-helpers.scss */
.h-hidden {
  display: none;
}

/* line 31, ../scss/partials/_h-helpers.scss */
.h-heading-light {
  font-weight: 300;
}

/* line 38, ../scss/partials/_h-helpers.scss */
.m-bottom-0 {
  margin-bottom: 0;
}

/* line 42, ../scss/partials/_h-helpers.scss */
.block-heading, .search-filters-container h2 {
  background-color: #124354;
  color: #FFF;
  display: inline-block;
  padding: 1rem;
}


/* new */
.fm-form .wd-width-100 {
  width: 100%;
  max-width: 100%;
  display: block;
}

.fm-form-container.fm-theme1 .fm-form input[type="text"]:not(.ui-spinner-input) {
  background-color: transparent;
}

.page .fm-form-container.fm-theme1 .fm-form .wdform_page {
  max-width: 600px;
  border: 3px solid #124354;
  padding: 15px;
}

.border-top {
  border-top: 3px solid #124354;
}

.padding-50 {
  padding-top: 50px;
}