@charset "UTF-8";
* {
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, em, blockquote, a, abbr,
acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, strong, sub,
sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none;
  margin: 0; }

blockquote, q {
  quotes: none; }

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

header, nav, footer, section, article, figure, aside {
  display: block; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  resize: vertical; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  max-width: 100%;
  display: block; }

[data-icon] {
  background: url("/assets/img/icon/icons.svg") 0 0 no-repeat; }

[data-icon="location"] {
  background-position: 5px 1px; }

[data-icon="envelope"] {
  background-position: -40px 1px; }

[data-icon="telephone"] {
  background-position: -83px 1px; }

[data-icon="question"] {
  background-position: -128px 1px; }

[data-icon="postal"] {
  background-position: -175px 1px; }

::-moz-selection {
  background: #3850A0;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #3850A0;
  color: #ffffff;
  text-shadow: none; }

body {
  font-family: "aller", sans-serif;
  font-size: 14px;
  color: #000000;
  text-rendering: optimizeLegibility; }

h1, h2, h3, h4, h5 {
  font-family: "tablet-gothic-semi-condensed", "Arial Narrow", "Helvetica Condensed", sans-serif;
  font-weight: 100; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

a {
  color: #000000;
  text-decoration: none; }
  a:visited, a:focus, a:active {
    outline: 0px none; }

p a {
  color: #3850A0; }
  p a:hover {
    text-decoration: underline; }

ul, ol {
  list-style-position: inside;
  margin-left: 0; }
  ul li, ol li {
    margin-bottom: 0.5em; }

/*! Flickity v2.0.9
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.animals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .animals hr {
    height: 2px;
    border: 0px none;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: #3850A0; }
  .animals img {
    -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: -moz-crisp-edges;
        image-rendering: pixelated;
    margin: 0 30px;
    max-width: 50vw;
    max-height: 80px; }

.block-quote {
  font-size: 22px;
  font-family: "tablet-gothic-semi-condensed", "Arial Narrow", "Helvetica Condensed", sans-serif;
  line-height: 1.4em; }
  .block-quote cite {
    font-style: normal;
    vertical-align: middle;
    white-space: nowrap;
    margin-left: 25px; }
    .block-quote cite:before {
      content: "— ";
      margin-right: 5px; }
  .block-quote:before, .block-quote .last:after {
    content: '';
    background: url("/assets/img/icon/quotes.svg") 0 0 no-repeat;
    font-size: 52px;
    display: inline-block;
    width: 20px;
    height: 20px; }
  .block-quote:before {
    display: block; }
  .block-quote .last {
    position: relative; }
    .block-quote .last:after {
      position: absolute;
      top: 30%;
      left: 100%;
      background-position: top right;
      -webkit-transform: translate(0px, 14px);
              transform: translate(0px, 14px);
      margin-right: 0.4em; }
  @media only screen and (min-width: 638px) {
    .block-quote {
      font-size: 26px;
      line-height: 1.33em; } }

.body-text {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.03em; }
  .body-text * + p {
    margin-top: 1.5em; }

.breakout-text {
  border: 2px solid #3850A0;
  color: #3850A0;
  padding: 15px 15px 20px;
  text-align: center;
  font-size: 24px;
  font-family: "tablet-gothic-semi-condensed", "Arial Narrow", "Helvetica Condensed", sans-serif; }
  @media only screen and (min-width: 638px) {
    .breakout-text {
      padding: 15px 30px 20px;
      font-size: 36px; } }
  .breakout-text.mini {
    padding: 10px 15px 15px; }
    @media only screen and (min-width: 638px) {
      .breakout-text.mini {
        font-size: 24px; } }

.button {
  display: inline-block;
  background-color: #f7f7f7;
  text-transform: uppercase;
  font-family: "tablet-gothic-semi-condensed", "Arial Narrow", "Helvetica Condensed", sans-serif;
  font-size: 19px;
  margin: 0;
  padding: 0.4em 1em 0.5em;
  min-width: 135px;
  text-align: center;
  color: #3850A0;
  border: 1px solid;
  background-color: #f7f7f7;
  cursor: pointer;
  transition: background-color 0.1s, color 0.1s; }
  .button:active, .button:focus {
    outline: 0px none; }
  .button:hover, .button:active, .button:focus {
    color: #ffffff;
    background: #000000; }
  .button:hover {
    color: #ffffff;
    background: #3850A0; }

.button.invert {
  color: #ffffff;
  background-color: transparent; }
  .button.invert:hover {
    color: #000000;
    background: #f7f7f7; }

.caption-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "tablet-gothic-semi-condensed", "Arial Narrow", "Helvetica Condensed", sans-serif;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase; }
  .caption-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #3850A0;
    font-size: 20px;
    line-height: 1.2em; }
    .caption-links a:before, .caption-links a:after {
      display: block;
      width: 11px;
      height: 22px;
      background: url("/assets/img/icon/arrows.svg") top left no-repeat;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; }
    .caption-links a:last-child {
      justify-self: flex-end;
      text-align: right;
      margin-left: auto; }
      .caption-links a:last-child:after {
        content: "";
        margin-left: 8px;
        background-position: top right; }
      .caption-links a:last-child:hover:after {
        -webkit-transform: translateX(50%);
                transform: translateX(50%); }
    .caption-links a:nth-last-child(2) {
      justify-self: flex-start;
      text-align: left; }
      .caption-links a:nth-last-child(2):before {
        content: "";
        margin-right: 8px;
        background-position: top left; }
      .caption-links a:nth-last-child(2):hover:before {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }

.centered-actions {
  text-align: center; }

.contact-details .contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding: 15px 0;
  border-bottom: 1px solid #3850A0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .contact-details .contact-row a {
    color: #000000; }
    .contact-details .contact-row a:hover {
      color: #3850A0; }

.contact-details [data-icon] {
  display: block;
  margin-right: 7px;
  width: 30px;
  height: 23px; }

@media only screen and (min-width: 638px) {
  .contact-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .contact-details > * {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: calc(50% - 30px); } }

@media only screen and (min-width: 935px) {
  .contact-details {
    display: block; }
    .contact-details > * {
      max-width: 100%; } }

.contact-icons {
  text-align: center; }
  .contact-icons a {
    font-size: 0;
    color: transparent;
    background: url("/assets/img/icon/icons.svg") 0 0 no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: top;
    transition: opacity 0.3s; }
  .contact-icons a + a {
    margin-left: 20px; }
  .contact-icons a:hover, .contact-icons a:focus {
    opacity: 0.7; }
  .contact-icons [data-icon="location"] {
    background-position: 5px 1px; }
  .contact-icons [data-icon="envelope"] {
    background-position: -40px 1px; }
  .contact-icons [data-icon="telephone"] {
    background-position: -83px 1px; }
  .contact-icons [data-icon="question"] {
    background-position: -128px 1px; }
  .contact-icons.invert a {
    background-image: url("/assets/img/icon/icons-invert.svg"); }

.family-block {
  display: block;
  padding: 30px;
  background: #ffffff;
  opacity: 1;
  box-shadow: 0 0 0 0px #3850A0 inset;
  transition: box-shadow 0.2s, opacity 0.2s; }
  .family-block .family-block-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .family-block .family-block-image img {
      display: block;
      height: auto; }
  .family-block .family-block-details {
    margin-top: 30px; }
  .family-block .family-block-title {
    line-height: 1em;
    font-family: "tablet-gothic-semi-condensed", "Arial Narrow", "Helvetica Condensed", sans-serif;
    font-size: 22px; }
  .family-block .family-block-text {
    font-size: 14px;
    margin-top: 1.5em;
    line-height: 1.7em; }
  .family-block.invert {
    background: #000000;
    color: #ffffff; }
  .family-block:hover {
    opacity: 0.7;
    box-shadow: 0 0 0 4px #3850A0 inset; }
  @media only screen and (min-width: 638px) {
    .family-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 30px 15px; }
      .family-block .family-block-image {
        width: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
        padding-right: 15px; }
      .family-block .family-block-details {
        margin-top: 0;
        max-width: 60%; } }

.faq {
  border-bottom: 1px solid #3850A0;
  padding: 0 0 30px; }
  .faq .faq-question {
    color: #3850A0;
    font-size: 20px;
    font-family: "tablet-gothic-semi-condensed", "Arial Narrow", "Helvetica Condensed", sans-serif; }
    .faq .faq-question:before {
      content: "+";
      margin-right: 0.5em; }
  .faq .faq-answer {
    font-size: 16px;
    line-height: 1.7em;
    margin: 30px 0 0; }
  .faq .faq-answer {
    display: none; }
  .faq.is-open .faq-question:before {
    content: "-"; }
  .faq.is-open .faq-answer {
    display: block; }

.feature-text {
  font-family: "tablet-gothic-semi-condensed", "Arial Narrow", "Helvetica Condensed", sans-serif;
  font-size: 18px; }
  @media only screen and (min-width: 638px) {
    .feature-text {
      font-size: 24px;
      line-height: 1.4em; } }
  @media only screen and (min-width: 935px) {
    .feature-text {
      font-size: 28px;
      line-height: 1.5em; } }

footer {
  background: url("/assets/img/bg/footer-texture@2x.jpg") center center #3850A0 repeat;
  background-size: 2000px auto;
  text-align: center;
  padding: 5px; }
  @media only screen and (min-width: 638px) {
    footer {
      padding: 18px;
      height: 60px; } }

.form-row input, .form-row textarea {
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: "aller", sans-serif;
  background: white;
  padding: 14px;
  border: 1px solid transparent; }
  .form-row input::-webkit-input-placeholder, .form-row textarea::-webkit-input-placeholder {
    color: #b9b9b9; }
  .form-row input:-ms-input-placeholder, .form-row textarea:-ms-input-placeholder {
    color: #b9b9b9; }
  .form-row input::placeholder, .form-row textarea::placeholder {
    color: #b9b9b9; }
  .form-row input:focus, .form-row input:active, .form-row textarea:focus, .form-row textarea:active {
    outline: 0px none;
    border-color: #3850A0; }

.form-row textarea {
  resize: vertical;
  min-height: 7em; }

.form-row.error input, .form-row.error textarea, .form-row .error input, .form-row .error textarea {
  border-color: #d20; }

.form-row.error .error-msg, .form-row .error .error-msg {
  color: #d20;
  padding-top: 7px; }

.form-row.double > * + * {
  margin-top: 20px; }

@media only screen and (min-width: 638px) {
  .form-row.double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .form-row.double > * {
      width: calc(50% - 10px); }
    .form-row.double > * + * {
      margin-top: 0; } }

.form-row + .form-row {
  margin-top: 20px; }

.form-row + .form-actions {
  margin-top: 20px; }

.form-no {
  display: none; }

.full-image {
  display: block;
  width: 100%; }

.grid-box {
  display: block;
  position: relative;
  /*
  @media (min-width: 350px) {
    .grid-box-content.text {
      p               { font-size: 15px; }
      .grid-box-title { font-size: 20px }
    }
  }

  @media (min-width: 400px) {
    .grid-box-content.text {
      p               { font-size: 18px; }
      .grid-box-title { font-size: 24px }
    }
  }

  @media (min-width: 450px) {
    .grid-box-content.text {
      p               { font-size: 20px; }
      .grid-box-title { font-size: 24px }
    }
  }

  @include tablet {
    .grid-box-content.text {
      p               { font-size: 13px; }
      .grid-box-title { font-size: 18px }
    }
  }
  */ }
  .grid-box canvas {
    display: block;
    width: 100%;
    max-height: 320px; }
  .grid-box .grid-box-content {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    font-size: 16px; }
    .grid-box .grid-box-content.image {
      background-size: cover;
      background-position: center center; }
    .grid-box .grid-box-content.text {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 30px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .grid-box .grid-box-content.text .grid-box-title {
        text-transform: uppercase;
        font-size: 18px;
        margin-bottom: 20px;
        background: url("/assets/img/icon/hr-small-invert.svg") center bottom no-repeat;
        padding-bottom: 20px;
        width: 100%; }
      .grid-box .grid-box-content.text p {
        max-width: 265px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        line-height: 1.6em; }
      .grid-box .grid-box-content.text .button {
        margin-top: 20px; }
  .grid-box.bg-alt-1 {
    color: #ffffff;
    background-color: #736048; }
  .grid-box.bg-alt-2 {
    color: #ffffff;
    background-color: #333333; }
  .grid-box.bg-alt-3 {
    color: #ffffff;
    background-color: #425248; }

header {
  text-align: center;
  padding: 30px 0; }
  header .main-logo {
    margin: 0 auto; }
  header .main-logo + .nav-tabs {
    margin-top: 22px; }
  @media only screen and (min-width: 935px) {
    header .main-logo + .nav-tabs {
      margin-top: 30px; } }

.hover-caption-image {
  position: relative; }
  .hover-caption-image img {
    width: 100%;
    opacity: 1;
    transition: opacity 0.2s; }
  .hover-caption-image label {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0.4em 1.4em 0.5em;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #3850A0;
    font-size: 19px;
    font-family: "tablet-gothic-semi-condensed", "Arial Narrow", "Helvetica Condensed", sans-serif;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid;
    opacity: 0;
    margin-top: 10px;
    transition: opacity 0.2s, margin-top 0.2s;
    background: transparent !important; }
  .hover-caption-image:hover img {
    opacity: 0.4; }
  .hover-caption-image:hover label {
    opacity: 1.0;
    margin-top: 0px; }

.image-caption {
  font-family: "tablet-gothic-semi-condensed", "Arial Narrow", "Helvetica Condensed", sans-serif;
  font-size: 24px; }
  .image-caption small {
    display: block;
    text-transform: uppercase;
    font-size: 14px; }

.intro-text {
  color: #3850A0;
  text-align: center;
  font-size: 24px;
  font-family: "tablet-gothic-semi-condensed", "Arial Narrow", "Helvetica Condensed", sans-serif;
  line-height: 1.2em; }
  .intro-text span {
    margin: 0 auto;
    display: inline-block;
    padding: 0 1em 30px;
    background: url("/assets/img/icon/hr.svg") center bottom repeat-x; }
  @media only screen and (min-width: 638px) {
    .intro-text {
      font-size: 36px;
      line-height: 1.2em; } }

.mail-response {
  text-align: center;
  font-family: "tablet-gothic-semi-condensed", "Arial Narrow", "Helvetica Condensed", sans-serif;
  border: 2px solid #3850A0;
  padding: 15px 15px 20px; }
  .mail-response .heading {
    font-size: 32px;
    color: #3850A0;
    margin-bottom: 1em; }
  .mail-response p {
    margin-top: 1em;
    text-align: center;
    font-size: 24px; }
  .mail-response p a {
    display: block;
    color: #3850A0;
    margin-bottom: 0.2em; }
  @media only screen and (min-width: 638px) {
    .mail-response {
      padding: 15px 30px 20px; } }

.main-logo {
  display: block;
  background: url("/assets/img/logo/pcl.png") center center no-repeat;
  background-size: 100% auto;
  font-size: 0;
  color: transparent;
  width: 135px;
  height: 135px; }
  @media only screen and (min-width: 638px) {
    .main-logo {
      width: 175px;
      height: 175px; } }

.nav-list a {
  display: block;
  font-size: 19px;
  font-family: "tablet-gothic-semi-condensed", "Arial Narrow", "Helvetica Condensed", sans-serif;
  color: #3850A0;
  text-transform: uppercase;
  text-align: center;
  height: 64px;
  padding: 17px 0; }

.nav-list a + a {
  border-top: 1px solid #3850A0; }

.nav-list a.is-active {
  color: #ffffff;
  background-color: #3850A0; }

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f7f7f7;
  padding: 40px 50px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s; }
  .nav-overlay .nav-list + .contact-icons {
    margin-top: 20px; }
  .nav-overlay > * {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    transition-delay: 0s, 0s; }
  .nav-overlay.is-active {
    opacity: 1;
    visibility: visible; }
    .nav-overlay.is-active > * {
      opacity: 1;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      transition-delay: 0.1s, 0.1s; }

.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-family: "tablet-gothic-semi-condensed", "Arial Narrow", "Helvetica Condensed", sans-serif;
  text-transform: uppercase; }
  .nav-tabs a {
    display: inline-block;
    color: #3850A0;
    padding: 0.2em 0.6em 0.3em;
    border: 1px solid transparent; }
  .nav-tabs a + a {
    margin-left: 0.2em; }
    @media only screen and (min-width: 935px) {
      .nav-tabs a + a {
        margin-left: 1em; } }
  .nav-tabs a.is-active {
    border-color: #3850A0; }

.person-profile .person-profile-header {
  margin: 0 0 30px; }

.person-profile .person-profile-image {
  display: block;
  width: 100%; }

.person-profile .person-profile-name {
  position: relative;
  padding-left: 30px;
  font-family: "tablet-gothic-semi-condensed", "Arial Narrow", "Helvetica Condensed", sans-serif;
  font-size: 24px;
  margin: 30px 0; }
  .person-profile .person-profile-name .person-profile-role {
    display: block;
    margin-top: 0.3em;
    font-size: 16px;
    text-transform: uppercase; }
  .person-profile .person-profile-name:before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 12px;
    height: 12px;
    background: #3850A0; }

.person-profile .block-quote {
  margin-bottom: 30px; }

.person-profile .person-profile-body {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 30px; }
  .person-profile .person-profile-body > * + * {
    margin-top: 1em; }

.person-profile .actions {
  text-align: center; }

.person-profile.circle .person-profile-image,
.person-profile.circle .person-profile-name:before {
  border-radius: 50%; }

@media only screen and (min-width: 638px) {
  .person-profile .person-profile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .person-profile .person-profile-image {
    max-width: 270px;
    height: auto; }
  .person-profile .person-profile-name {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 30px; }
  .person-profile .person-profile-body {
    margin-bottom: 0; }
  .person-profile [data-expander-trigger] {
    display: none; }
  .person-profile [data-expander-target] {
    display: block !important; } }

@media only screen and (min-width: 935px) {
  .person-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .person-profile .person-profile-header {
      display: block;
      margin-right: 30px;
      width: 270px;
      min-width: 270px; }
    .person-profile .person-profile-name {
      margin-left: 0; } }

.slideshow .flickity-page-dots {
  bottom: 15px; }
  @media only screen and (min-width: 638px) {
    .slideshow .flickity-page-dots {
      bottom: 30px; } }

.slideshow .dot {
  opacity: 1;
  border: 1px solid #ffffff;
  width: 20px;
  height: 20px;
  background: transparent;
  box-shadow: 0px 1px 4px 0px #333333 inset, 0px 1px 4px 1px #333333; }
  .slideshow .dot.is-selected {
    background: #ffffff;
    box-shadow: 0 0 0 #ffffff inset, 0px 1px 4px 1px #333333; }

.image-super {
  display: block;
  /* Mobile & up */
  width: calc(100% + 40px);
  min-width: calc(100% + 40px);
  margin: 15px -20px; }
  .image-super img {
    max-width: 94%;
    margin: 0 3%; }
  @media only screen and (min-width: 638px) {
    .image-super {
      width: calc(100% + 100px);
      min-width: calc(100% + 100px);
      margin: 15px -50px; } }
  @media only screen and (min-width: 935px) {
    .image-super {
      width: calc(100% + 200px);
      min-width: calc(100% + 200px);
      margin: 15px -100px; } }

.tiny-label, .block-quote cite {
  font-size: 16px;
  font-family: "tablet-gothic-semi-condensed", "Arial Narrow", "Helvetica Condensed", sans-serif;
  text-transform: uppercase;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px); }

.wipe-banner-slide {
  position: relative;
  display: block; }
  .wipe-banner-slide canvas {
    display: block;
    width: 100%; }
  .wipe-banner-slide .wipe-banner-slide-side {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 50%;
    height: 100%;
    background: #3850A0; }
    .wipe-banner-slide .wipe-banner-slide-side.right {
      left: 50%; }
  .wipe-banner-slide .wipe-banner-slide-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    box-shadow: 0 0 0 0px white inset;
    transition: box-shadow 0.25s;
    width: 67%;
    height: 60%;
    border: 1px solid #ffffff;
    padding: 15px;
    color: #ffffff;
    font-family: "tablet-gothic-semi-condensed", "Arial Narrow", "Helvetica Condensed", sans-serif;
    font-size: 16px;
    text-align: center; }
    @media only screen and (min-width: 638px) {
      .wipe-banner-slide .wipe-banner-slide-inner {
        padding: 30px; } }
  .wipe-banner-slide .wipe-banner-slide-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 15px; }
    @media only screen and (min-width: 638px) {
      .wipe-banner-slide .wipe-banner-slide-content {
        padding-bottom: 30px; } }
  .wipe-banner-slide .wipe-banner-slide-side.image img {
    width: 100%; }
  .wipe-banner-slide .wipe-banner-slide-side.text > .cover-reveal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .wipe-banner-slide .wipe-banner-slide-side.text button {
    min-width: 0;
    font-size: 14px;
    line-height: 14px;
    padding-left: 1.5em;
    padding-right: 1.5em; }
  .wipe-banner-slide .wipe-banner-slide-side.text:hover .wipe-banner-slide-inner {
    box-shadow: 0 0 0 5px white inset; }
  .wipe-banner-slide.bg-alt-1 .wipe-banner-slide-side {
    background-color: #736048; }
  .wipe-banner-slide.bg-alt-2 .wipe-banner-slide-side {
    background-color: #333333; }
  .wipe-banner-slide.bg-alt-3 .wipe-banner-slide-side {
    background-color: #425248; }
  @media only screen and (min-width: 638px) {
    .wipe-banner-slide p {
      font-size: 24px; }
    .wipe-banner-slide label {
      font-size: 16px; }
    .wipe-banner-slide .wipe-banner-slide-side.text button {
      font-size: 17px;
      line-height: 18px; } }
  @media only screen and (min-width: 935px) {
    .wipe-banner-slide p {
      font-size: 32px; }
    .wipe-banner-slide label {
      font-size: 18px; }
    .wipe-banner-slide .wipe-banner-slide-side.text button {
      font-size: 19px;
      line-height: 20px; } }

[data-widget="accordian"] [data-accordian-trigger] {
  cursor: pointer; }

[data-widget="expander"] [data-expander-target] {
  display: none; }

[data-widget="expander"].is-open [data-expander-target] {
  display: block; }

[data-widget="slideshow"] {
  position: relative; }
  [data-widget="slideshow"] .slide {
    display: block;
    width: 100%; }
    [data-widget="slideshow"] .slide > img {
      width: 100%; }
  [data-widget="slideshow"] .slide + .slide {
    opacity: 0;
    position: absolute;
    top: 0; }
  [data-widget="slideshow"].flickity-enabled .slide + .slide {
    opacity: 1; }

[data-widget="wipe-banner"] {
  position: relative; }
  [data-widget="wipe-banner"] .wipe-banner-slide {
    width: 100%;
    height: 100%;
    position: relative; }
  [data-widget="wipe-banner"] .wipe-banner-slide + .wipe-banner-slide {
    position: absolute;
    top: 0; }
  [data-widget="wipe-banner"] .wipe-banner-slide:nth-child(1) {
    z-index: 2; }
  [data-widget="wipe-banner"] .wipe-banner-slide:nth-child(2) {
    z-index: 1; }
  [data-widget="wipe-banner"] .wipe-banner-slide-side {
    position: absolute;
    overflow: hidden;
    width: 50%;
    height: 100%;
    transition: width 1.5s cubic-bezier(0.86, 0, 0.14, 1);
    transition-duration: 0s; }
    [data-widget="wipe-banner"] .wipe-banner-slide-side .cover-reveal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      height: 100%;
      width: 100%; }
  [data-widget="wipe-banner"] .wipe-banner-slide.reveal .wipe-banner-slide-side {
    width: 0%;
    transition-duration: 1.5s; }
  [data-widget="wipe-banner"].ready .wipe-banner-slide + .wipe-banner-slide {
    display: blok; }

@media only screen and (min-width: 638px) {
  [data-layout~="2up"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    [data-layout~="2up"] > * {
      width: calc(50% - 20px);
      min-width: calc(50% - 20px); }
    [data-layout~="2up"] > * + * {
      margin-left: 40px; } }

@media only screen and (min-width: 935px) {
  [data-layout~="2up-no-gutter"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    [data-layout~="2up-no-gutter"] > * {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      min-width: 50%; } }

@media only screen and (min-width: 638px) {
  [data-layout~="2up-no-gutter"][data-layout~="tablet"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    [data-layout~="2up-no-gutter"][data-layout~="tablet"] > * {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      min-width: 50%; } }

[data-layout~="aside"] > div {
  margin-top: 30px; }

@media only screen and (min-width: 935px) {
  [data-layout~="aside"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    [data-layout~="aside"] aside {
      min-width: 250px;
      -ms-flex-preferred-size: 250px;
          flex-basis: 250px; }
    [data-layout~="aside"] > div {
      margin-top: 0;
      padding-left: 30px; }
    [data-layout~="aside"] > div > * + * {
      margin-top: 30px; } }

[data-layout~="aside"][data-layout~="reverse"] > aside {
  margin-top: 30px; }

[data-layout~="aside"][data-layout~="reverse"] > div {
  margin-top: 0; }

@media only screen and (min-width: 935px) {
  [data-layout~="aside"][data-layout~="reverse"] > aside {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 0; }
  [data-layout~="aside"][data-layout~="reverse"] > div {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

[data-layout="box-grid"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  [data-layout="box-grid"] > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
    [data-layout="box-grid"] > *:nth-child(3) {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    [data-layout="box-grid"] > *:nth-child(4) {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; }
    [data-layout="box-grid"] > *:nth-child(5) {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5; }
    [data-layout="box-grid"] > *:nth-child(6) {
      -webkit-box-ordinal-group: 7;
          -ms-flex-order: 6;
              order: 6; }
    @media only screen and (min-width: 638px) {
      [data-layout="box-grid"] > * {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; }
        [data-layout="box-grid"] > *:nth-child(3) {
          -webkit-box-ordinal-group: 5;
              -ms-flex-order: 4;
                  order: 4; }
        [data-layout="box-grid"] > *:nth-child(4) {
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; } }
    @media only screen and (min-width: 935px) {
      [data-layout="box-grid"] > * {
        -ms-flex-preferred-size: 33.3333%;
            flex-basis: 33.3333%;
        max-width: 33.3333%; }
        [data-layout="box-grid"] > *:nth-child(2) {
          -webkit-box-ordinal-group: 5;
              -ms-flex-order: 4;
                  order: 4; }
        [data-layout="box-grid"] > *:nth-child(3) {
          -webkit-box-ordinal-group: 6;
              -ms-flex-order: 5;
                  order: 5; }
        [data-layout="box-grid"] > *:nth-child(4) {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; }
        [data-layout="box-grid"] > *:nth-child(5) {
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; } }

html {
  background-color: #f7f7f7; }

.main {
  padding: 0 20px 20px; }
  @media only screen and (min-width: 638px) {
    .main {
      padding: 0px 50px 20px; } }
  @media only screen and (min-width: 935px) {
    .main {
      padding: 0px 100px 20px; } }
  @media only screen and (min-width: 935px) {
    .main:first-child {
      padding-top: 10px; } }

.content {
  margin: 0 auto;
  max-width: 960px; }
  .content > * + * {
    margin-top: 30px; }
    @media only screen and (min-width: 638px) {
      .content > * + * {
        margin-top: 60px; } }

.faq + .faq {
  margin-top: 30px; }

.tiny-label + .block-quote, .block-quote cite + .block-quote {
  margin-top: 5px; }

img + .image-caption {
  margin-top: 15px; }

.full-image + .caption-links,
.wipe-banner + .caption-links,
.slideshow + .caption-links {
  margin-top: 15px; }

.full-width + .main .caption-links:first-child {
  margin-top: 15px; }

[data-menu-open-trigger] {
  position: fixed;
  left: 50%;
  bottom: 55px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2; }

[data-widget="nav-overlay"] {
  padding-bottom: 70px; }
  @media only screen and (min-width: 638px) {
    [data-widget="nav-overlay"] {
      padding-bottom: 30px; } }
  @media only screen and (min-width: 935px) {
    [data-widget="nav-overlay"] {
      padding-bottom: 100px; } }

header .nav-tabs {
  display: none; }

@media only screen and (min-width: 638px) {
  [data-menu-open-trigger] {
    display: none; }
  header .nav-tabs {
    display: block; } }

[data-view="home"] {
  background: url("/assets/img/bg/nz-contour.svg") center 50px no-repeat;
  background-size: 90% auto; }
  @media only screen and (min-width: 638px) {
    [data-view="home"] {
      background-position: right 50px;
      background-size: auto 89%; }
      [data-view="home"] .main {
        padding-bottom: 60px; } }
  @media only screen and (min-width: 935px) {
    [data-view="home"] {
      background-position: 70% 50px; }
      [data-view="home"] .main {
        padding-bottom: 100px; } }
  [data-view="home"] .super-wide {
    margin-top: 60px; }

[data-view="people"] .person-profile + .person-profile {
  border-top: 1px solid #3850A0;
  margin-top: 30px;
  padding-top: 30px; }
  @media only screen and (min-width: 935px) {
    [data-view="people"] .person-profile + .person-profile {
      margin-top: 45px;
      padding-top: 45px; } }

[data-view="contact"] .body-text + form,
[data-view="contact"] .body-text + .mail-response {
  margin-top: 30px; }

[data-view="contact"] [data-layout="2up-no-gutter"] {
  background: #3850A0; }

[data-view="contact"] h3 + [data-layout="2up-no-gutter"] {
  margin-top: 30px; }

@media only screen and (min-width: 935px) {
  [data-view="products"] .secret-height {
    min-height: 290px; } }

[data-view="products"] [data-layout~="special"] {
  display: block; }
  [data-view="products"] [data-layout~="special"] > * + * {
    padding: 30px; }
  [data-view="products"] [data-layout~="special"] .breakout-text {
    color: #ffffff;
    margin: 0 auto;
    border-color: #ffffff; }
  [data-view="products"] [data-layout~="special"][data-bg-alt="1"] {
    background-color: #736048; }
  [data-view="products"] [data-layout~="special"][data-bg-alt="2"] {
    background-color: #333333; }
  [data-view="products"] [data-layout~="special"][data-bg-alt="3"] {
    background-color: #425248; }
  @media only screen and (min-width: 935px) {
    [data-view="products"] [data-layout~="special"] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      [data-view="products"] [data-layout~="special"] > * {
        width: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
      [data-view="products"] [data-layout~="special"] > * + * {
        padding: 0;
        margin-top: 0; }
      [data-view="products"] [data-layout~="special"] .breakout-text {
        font-size: 22px;
        text-align: left;
        color: #ffffff;
        margin: 0 auto;
        max-width: 190px;
        border-width: 1px;
        border-color: #ffffff; } }

@media only screen and (min-width: 935px) {
  [data-view="products"] [data-layout~="aside"] + [data-layout~="aside"] {
    margin-top: 30px; } }

[data-view="products"] .image-caption + .body-text {
  margin-top: 1em; }

[data-view="products"] aside + div > div + div {
  margin-top: 30px; }
  @media only screen and (min-width: 638px) {
    [data-view="products"] aside + div > div + div {
      margin-top: 45px; } }

[data-view="products"] [data-layout~="aside"] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  [data-view="products"] [data-layout~="aside"] aside + div {
    margin-top: 30px; }

[data-view="products"] [data-layout="special-flip"] .image-with-caption {
  min-height: 1px; }

[data-view="products"] [data-layout="special-flip"] > * + * {
  margin-top: 30px; }

@media only screen and (min-width: 935px) {
  [data-view="products"] [data-layout~="aside"] aside + div {
    margin-top: 0; }
  [data-view="products"] [data-layout="special-flip"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    [data-view="products"] [data-layout="special-flip"] > :first-child {
      margin-top: 30px; }
    [data-view="products"] [data-layout="special-flip"] > * + * {
      margin-top: 0; } }

@media only screen and (min-width: 638px) {
  [data-view="products"] [data-layout~="aside"] {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    [data-view="products"] [data-layout~="aside"] aside {
      -ms-flex-item-align: start;
          align-self: flex-start; }
    [data-view="products"] [data-layout~="aside"] aside + div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      [data-view="products"] [data-layout~="aside"] aside + div [data-layout="special"] {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        [data-view="products"] [data-layout~="aside"] aside + div [data-layout="special"] div[style] {
          -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
              align-self: stretch;
          background-size: cover;
          background-position: center center; }
        [data-view="products"] [data-layout~="aside"] aside + div [data-layout="special"] img {
          visibility: hidden; } }

[data-view~="faq"] .faqs + .faqs {
  margin-top: 25px; }

@media only screen and (min-width: 638px) {
  [data-view~="faq"] .faqs + .faqs {
    margin-top: 0; } }

[data-view="debug"] > h1, [data-view="debug"] h2 {
  text-align: center;
  font-size: 32px;
  margin: 1em 0; }

[data-view="debug"] section {
  border-top: 1px solid #bbb;
  padding: 0 0 30px;
  margin-top: 0 !important; }
  [data-view="debug"] section > h5 {
    text-align: center;
    margin: 15px 0; }
  [data-view="debug"] section > h6 {
    text-align: center;
    font-size: 24px;
    margin: 30px 0; }

[data-view="debug"] section.alt {
  background: #7186cd; }
  [data-view="debug"] section.alt h6 {
    color: #ffffff; }

[data-view="debug"] .main {
  padding-bottom: 0px; }

[data-view="debug"] .main-logo {
  margin: 0 auto; }

[data-view="debug"] .nav-list {
  max-width: 300px;
  margin: 0 auto; }

[data-view="debug"] .grid-box {
  max-width: 300px;
  margin: 0 auto; }

[data-view="debug"] [data-layout="three-up"] {
  margin: 0 auto;
  padding: 30px; }
  [data-view="debug"] [data-layout="three-up"] > * {
    text-align: center; }
  [data-view="debug"] [data-layout="three-up"] > * + * {
    margin-top: 30px; }
  @media only screen and (min-width: 638px) {
    [data-view="debug"] [data-layout="three-up"] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      [data-view="debug"] [data-layout="three-up"] > * {
        width: calc(33.333% - 15px);
        text-align: center; }
      [data-view="debug"] [data-layout="three-up"] > * + * {
        margin-top: 0;
        margin-left: 30px; } }
