/**
Theme Name: KISP
Theme URI:
Description: Custom KISP WordPress Theme
Author:
Author URI:
Version: 1
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

/* #Variables
================================================== */
/* colours */
/* fonts */
/* #mixins
================================================== */
/* #Typography
================================================== */
:root {
  font-size: 13px;
  font-size: calc( 13px + .2vw); }

body {
  font-family: "proxima-soft", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #181818; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2;
  font-family: Oswald, "bebas", "myriad pro";
  margin: .6667em 0 .3333em; }

h1 {
  font-size: 3rem;
  text-transform: uppercase;
  color: #003e37;
  letter-spacing: -0.033em; }

h2 {
  font-size: 2.1rem;
  letter-spacing: -0.033em; }
  .scenarios h2, h2.faq-title {
    color: #003e37;
    margin-top: 0;
    margin-bottom: 1em;
    position: relative;
    font-size: 2rem;
    text-transform: uppercase; }
    .scenarios h2:after, h2.faq-title:after {
      content: '';
      top: 1.6em;
      left: 0;
      height: 2px;
      background-color: #003e37;
      width: 2em;
      position: absolute; }
  h2.faq-title {
    margin: 2em 0 2em -4rem; }

h3 {
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 1em 0 .25em;
  color: #003e37; }
  .content h3 {
    margin: 2em 0 .75em; }

h4 {
  font-size: 1.4rem;
  text-transform: uppercase; }
  .content h4 {
    margin: 2em 0 .75em; }

h5,
h6 {
  font-size: 1.3rem;
  color: #b1d237; }
  .content h5, .content
  h6 {
    margin: 2em 0 .75em; }

.content h1:first-child,
.content h2:first-child,
.content h3:first-child,
.content h4:first-child,
.content h5:first-child,
.content h6:first-child {
  margin-top: 0; }

.child-page-title {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 2.1rem;
  text-transform: uppercase; }

.cat-title {
  margin-bottom: 2rem; }
  .cat-title span {
    color: #4e4e4e; }

p {
  margin: 0 0 1rem 0;
  font-weight: 400;
  max-width: 48em;
  line-height: 1.7; }
  p.intro {
    font-size: 1.1em;
    font-weight: 500;
    color: #4e4e4e;
    margin-bottom: 2rem;
    letter-spacing: -0.033em; }

.content a {
  color: #ef4123;
  text-decoration: none;
  border-bottom: 1px dotted #ef4123; }
  .content a:hover {
    border-bottom: 1px solid #ef4123; }

small {
  font-size: .8em; }

.content > h1,
.content > h2,
.content > h3 {
  margin-top: 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

/* #Layout
================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

.row:before, .row:after {
  content: "";
  display: table; }

.row:after {
  clear: both; }

@media (min-width: 768px) {
  .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

@media (min-width: 768px) {
  .col {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .col.col--1-4 {
      width: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%; }
    .col.col--1-3 {
      width: 33.3333%;
      -ms-flex-preferred-size: 33.3333%;
          flex-basis: 33.3333%; }
    .col.col--1-2 {
      width: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
    .col.col--2-3 {
      width: 66.6666%;
      -ms-flex-preferred-size: 66.6666%;
          flex-basis: 66.6666%; }
    .col.col--3-4 {
      width: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%; } }

@media (min-width: 768px) {
  aside.col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.logo {
  margin: 1rem 0;
  display: inline-block; }
  .logo.logo--header {
    width: 18rem; }
  .logo.logo--footer {
    width: 17rem; }

/* #Page Styles
================================================== */
.wrap {
  max-width: 92%;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem; }
  .wrap:before, .wrap:after {
    content: "";
    display: table; }
  .wrap:after {
    clear: both; }
  @media (min-width: 1025px) {
    .wrap {
      max-width: 70rem;
      padding: 0; } }

/*
 helpers
 */
.is-relative {
  position: relative; }

/* #Navigation
================================================== */
.burger {
  position: absolute;
  right: 0;
  top: 2.4rem;
  z-index: 5;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("images/burger.png");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out; }
  @media (min-width: 1025px) {
    .burger {
      top: 3.4rem; } }
  .burger.active {
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
    background-image: url("images/arrow-right.png"); }

.nav.nav--top {
  float: right; }

.nav.nav--collapsable {
  position: absolute;
  z-index: 6;
  top: 100%;
  right: 0;
  background: #003e37;
  padding: 2rem;
  width: auto;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in; }
  .nav.nav--collapsable.hidden {
    visibility: hidden;
    opacity: 0; }
  .nav.nav--collapsable.visible {
    visibility: visible;
    opacity: 1; }

.nav.nav--main {
  display: none; }
  @media (min-width: 1025px) {
    .nav.nav--main {
      display: block;
      float: right;
      margin: 3rem 2rem 0 0; } }

@media (min-width: 768px) {
  .nav.nav--aside {
    margin-left: 2rem; }
    .sticky-nav .nav.nav--aside {
      position: fixed; } }

.nav.nav--footer {
  margin: 1rem 0; }
  .nav.nav--footer:before, .nav.nav--footer:after {
    content: "";
    display: table; }
  .nav.nav--footer:after {
    clear: both; }

.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: Oswald, "bebas", "myriad pro"; }
  .menu li {
    display: inline-block; }
    .menu li + li {
      margin-left: 1rem; }
    .menu li.current_page_item a, .menu li.current-page-ancestor a {
      color: white;
      cursor: default; }
  .menu a {
    font-size: 1.2rem;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block; }
    .menu a:hover {
      opacity: .8; }
  .menu.menu--top {
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .menu.menu--top a {
      color: #b1d237;
      font-size: 1rem;
      letter-spacing: -0.033em; }
  .menu.menu--collapsable li {
    display: block; }
    .menu.menu--collapsable li + li {
      margin-top: .5rem;
      margin-left: 0; }
    .menu.menu--collapsable li.has-bottom-gap {
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      border-bottom: 2px solid #b1d237; }
  .menu.menu--collapsable a {
    color: #b1d237;
    font-size: 1.2rem;
    letter-spacing: -0.033em; }
  .menu.menu--main a {
    color: #003e37;
    font-size: 1.2rem;
    letter-spacing: -0.033em; }
  .menu.menu--aside {
    text-align: left;
    margin-bottom: 4rem;
    background: #003e37;
    padding: 1rem 0 1rem 1rem;
    border-radius: 4px;
    position: relative; }
    @media (min-width: 768px) {
      .menu.menu--aside {
        -webkit-transform: translateX(-2rem);
                transform: translateX(-2rem); } }
    .menu.menu--aside .toggle-sidenav {
      top: 10px;
      right: 7px;
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.25);
      text-align: center;
      z-index: 1;
      position: absolute;
      background-image: url("images/arrow-right.png");
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transition: -webkit-transform 250ms ease-out;
      transition: -webkit-transform 250ms ease-out;
      transition: transform 250ms ease-out;
      transition: transform 250ms ease-out, -webkit-transform 250ms ease-out; }
      @media (min-width: 768px) {
        .menu.menu--aside .toggle-sidenav {
          display: none; } }
    .menu.menu--aside.mobile-open li:not(.current_page_item) > a {
      display: block; }
    .menu.menu--aside.mobile-open .toggle-sidenav {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    @media (min-width: 768px) {
      .menu.menu--aside {
        background: white;
        padding: 0;
        margin-bottom: 4rem; } }
    .menu.menu--aside .select-link a {
      color: #b1d237; }
    @media (min-width: 768px) {
      .menu.menu--aside .select-link {
        display: none; } }
    .menu.menu--aside a {
      display: block;
      color: #b1d237;
      font-size: 1.4rem;
      line-height: 1.2; }
    .menu.menu--aside li {
      display: block;
      margin: 0; }
      .menu.menu--aside li + li {
        margin-top: .8em; }
      .menu.menu--aside li:not(.current_page_item) > a {
        display: none; }
        @media (min-width: 768px) {
          .menu.menu--aside li:not(.current_page_item) > a {
            display: block; } }
      @media (min-width: 768px) {
        .menu.menu--aside li {
          margin: .25rem 0 0; } }
      .menu.menu--aside li.current_page_item {
        position: relative; }
        @media (min-width: 768px) {
          .menu.menu--aside li.current_page_item > a {
            color: #003e37; }
          .menu.menu--aside li.current_page_item:before {
            content: "";
            display: inline-block;
            position: absolute;
            left: -1.2rem;
            top: .15rem;
            width: 1rem;
            height: 1.2rem;
            background: url("images/arrow-right.png") center no-repeat; } }
    .menu.menu--aside .children {
      margin-left: 1rem;
      margin-top: 1rem;
      padding-left: 0; }
      .menu.menu--aside .children a {
        color: #729b65;
        cursor: pointer;
        font-size: 1.25rem; }
      .menu.menu--aside .children .current_page_item > a {
        color: white;
        padding-right: 4rem; }
        @media (min-width: 768px) {
          .menu.menu--aside .children .current_page_item > a {
            color: #003e37;
            padding-right: 0; } }
  .menu.menu--footer {
    text-align: left; }
    @media (min-width: 1025px) {
      .menu.menu--footer {
        text-align: right; } }
    .menu.menu--footer li {
      display: block;
      margin-left: 0; }
      @media (min-width: 1025px) {
        .menu.menu--footer li {
          display: inline; }
          .menu.menu--footer li + li {
            margin-left: 1rem; } }
      .menu.menu--footer li.has-bottom-gap {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 2px solid #003e37; }
        @media (min-width: 1025px) {
          .menu.menu--footer li.has-bottom-gap {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0 none; } }
    .menu.menu--footer a {
      color: #003e37;
      font-size: 1.3rem;
      letter-spacing: -0.033em;
      padding: .25em;
      display: block; }
      @media (min-width: 1025px) {
        .menu.menu--footer a {
          display: inline-block;
          font-size: 1.1rem;
          padding: .2em; } }

@-webkit-keyframes down-n-fade {
  0% {
    -webkit-transform: translateY(-4rem) scale(0.8);
            transform: translateY(-4rem) scale(0.8);
    opacity: 0; }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

@keyframes down-n-fade {
  0% {
    -webkit-transform: translateY(-4rem) scale(0.8);
            transform: translateY(-4rem) scale(0.8);
    opacity: 0; }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

@-webkit-keyframes up-n-fade {
  0% {
    -webkit-transform: translateY(4rem) scale(0.8);
            transform: translateY(4rem) scale(0.8);
    opacity: 0; }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

@keyframes up-n-fade {
  0% {
    -webkit-transform: translateY(4rem) scale(0.8);
            transform: translateY(4rem) scale(0.8);
    opacity: 0; }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes grow-in {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0; }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1; }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

@keyframes grow-in {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0; }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1; }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    opacity: .7; }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

@keyframes pulse {
  0% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    opacity: .7; }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }

.animate {
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: forwards;
          animation-direction: forwards;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0; }
  .animate.animate--down-n-fade {
    -webkit-animation-name: down-n-fade;
            animation-name: down-n-fade; }
  .animate.animate--up-n-fade {
    -webkit-animation-name: up-n-fade;
            animation-name: up-n-fade; }
  .animate.animate--fade-in {
    -webkit-animation-name: fade-in;
            animation-name: fade-in; }
  .animate.animate--grow-in {
    -webkit-animation-name: grow-in;
            animation-name: grow-in; }

input[type=submit],
input[type=button],
button,
.btn {
  display: inline-block;
  font-size: 1.2rem;
  color: white;
  background-color: #003e37;
  border-radius: 0.25rem;
  padding: .5rem 1rem;
  margin: .25rem 0 .5rem;
  text-decoration: none;
  border: 0 none;
  text-transform: uppercase;
  font-family: Oswald, "bebas", "myriad pro";
  font-weight: 500;
  letter-spacing: -0.033em;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    input[type=submit],
    input[type=button],
    button,
    .btn {
      width: auto; } }

.nf-form-cont h3 {
  margin-top: 0;
  font-size: 2.1rem; }

.nf-form-cont .nf-field-label {
  margin-top: 1rem; }
  .nf-form-cont .nf-field-label label {
    font-family: Oswald, "bebas", "myriad pro";
    text-transform: uppercase;
    font-weight: normal;
    color: #003e37; }

.nf-form-cont input[type=text],
.nf-form-cont input[type=email],
.nf-form-cont input[type=tel],
.nf-form-cont textarea {
  font-size: 1.2rem;
  border: 1px solid #cdcccc;
  padding: .5rem;
  border-radius: 4px; }

.hero {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 4rem 0;
  margin-bottom: 3rem; }
  .hero.page-banner--home {
    padding: 3rem 0 2rem; }
    @media (min-width: 1025px) {
      .hero.page-banner--home {
        padding: 6rem 0 5rem; } }
    @media (min-width: 1400px) {
      .hero.page-banner--home {
        padding: 8rem 0 6rem; } }
  .hero .hero__title {
    color: #b1d237;
    text-transform: uppercase;
    line-height: 1;
    font-size: 4.5rem;
    margin: 0;
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.3); }
    @media (min-width: 1025px) {
      .hero .hero__title {
        max-width: 65%; } }
  .hero .banner__title {
    color: white;
    text-transform: uppercase;
    line-height: 1;
    font-size: 3.5rem;
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
    margin: 0; }
    .hero .banner__title a {
      color: white;
      text-decoration: none; }
    @media (min-width: 1025px) {
      .hero .banner__title {
        max-width: 60%; } }
  .hero .hero__caption {
    font-size: 1.5rem;
    color: white;
    margin: .5em 0 0;
    text-transform: uppercase;
    font-family: Oswald, "bebas", "myriad pro"; }
    @media (min-width: 1025px) {
      .hero .hero__caption {
        max-width: 60%; } }

.boxes {
  margin: 3rem 0 2rem; }
  @media (min-width: 1025px) {
    .boxes {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .boxes a,
  .boxes a:visited,
  .boxes a:active {
    text-decoration: none;
    color: #181818; }
  .boxes .box {
    border-radius: 0.75rem;
    border: 1px solid #cdcccc; }
    .boxes .box + .box {
      margin-top: 1rem; }
    @media (min-width: 1025px) {
      .boxes .box {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc( 50% - 3rem);
                flex: 0 0 calc( 50% - 3rem);
        padding: 0;
        margin: 1.5rem; }
        .boxes .box + .box {
          margin-top: 1.5rem; } }
    .boxes .box h3 {
      margin: 0;
      padding: .5em 2rem;
      background-color: #bd9cb6;
      color: white;
      border-radius: 0.75rem 0.75rem 0 0; }
    .boxes .box:nth-of-type(2) h3 {
      background-color: #75c272; }
    .boxes .box:nth-of-type(3) h3 {
      background-color: #e8a477; }
    .boxes .box:nth-of-type(4) h3 {
      background-color: #b1d237; }
    .boxes .box .box__content {
      padding: 1rem 2rem 2rem; }

.cmessage {
  padding-right: 2rem; }

.cmessage__title {
  font-size: 3rem;
  color: #b1d237;
  line-height: .975;
  margin: 1.2rem 0 .3em;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }
  @media (min-width: 768px) {
    .cmessage__title {
      font-size: 2rem; } }
  @media (min-width: 1025px) {
    .cmessage__title {
      font-size: 3rem; } }
  .cmessage__title br {
    display: inline; }
    @media (min-width: 1025px) {
      .cmessage__title br {
        display: block; } }

.cmessage__content p {
  margin: 0; }

.cmessage__btn {
  width: 100%;
  margin: 2rem 0 1rem; }
  @media (min-width: 1025px) {
    .cmessage__btn {
      width: 95%; } }

.scenarios {
  background-color: #e0e9b2;
  padding: 3rem 3.5rem;
  margin: 2rem 0 3rem; }
  .scenarios .scenario + .scenario {
    margin-top: 2rem; }
  .scenarios .scenario p {
    margin: 0 0 .25em; }

.faqs {
  margin: 0 0 3rem;
  padding-left: 4rem; }
  .faqs .faq a {
    color: #003e37;
    text-decoration: none;
    cursor: n-resize; }
    .faqs .faq a h3 {
      margin: 0 0 .5em 0;
      text-transform: none; }
      .faqs .faq a h3:before {
        content: "";
        background: url("images/arrow-right.png") center no-repeat #e0e9b2;
        border-radius: 50%;
        vertical-align: bottom;
        width: 2rem;
        height: 2rem;
        display: inline-block;
        margin: 0 1rem 0 -3rem;
        -webkit-transform: rotate(0);
                transform: rotate(0);
        -webkit-transition: -webkit-transform 200ms ease-in-out;
        transition: -webkit-transform 200ms ease-in-out;
        transition: transform 200ms ease-in-out;
        transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out; }
  .faqs .faq .faq__answer {
    margin: 0;
    visibility: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: none;
    transition: none; }
  .faqs .faq + .faq {
    margin-top: 2rem; }
  .faqs .faq.active h3 {
    color: #b1d237; }
    .faqs .faq.active h3:before {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .faqs .faq.active .faq__answer {
    visibility: visible;
    height: auto;
    opacity: 1;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }

table.events,
table.scenario {
  background-color: #d8e39e;
  border: 0 none;
  width: 100%;
  padding: 1rem;
  margin: 1rem 0 2rem;
  border-bottom: 3px solid #fff;
  color: #003e37; }
  table.events th,
  table.events td,
  table.scenario th,
  table.scenario td {
    padding: .75rem;
    font-size: 1rem;
    text-align: left; }
  table.events tr,
  table.scenario tr {
    vertical-align: top; }
  table.events thead,
  table.scenario thead {
    background: #003e37; }
    table.events thead th,
    table.scenario thead th {
      font-size: 1rem;
      color: white; }
    table.events thead td,
    table.scenario thead td {
      color: #dadada; }
  table.events tbody tr + tr,
  table.scenario tbody tr + tr {
    border-top: 1px solid #c8d877; }

.news-item {
  margin: 0; }
  .news-item + .news-item {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #dadada; }
  .news-item.news-item-link h1,
  .news-item.news-item-link h2,
  .news-item.news-item-link h3 {
    margin: 0 0 .35em;
    font-size: 2rem; }
    .news-item.news-item-link h1 a,
    .news-item.news-item-link h2 a,
    .news-item.news-item-link h3 a {
      color: #003e37;
      text-decoration: none; }
      .news-item.news-item-link h1 a:hover,
      .news-item.news-item-link h2 a:hover,
      .news-item.news-item-link h3 a:hover {
        color: black; }
  .news-item.news-item-link .meta {
    display: inline-block; }
    @media (min-width: 768px) {
      .news-item.news-item-link .meta {
        margin: 0 0 0 2rem; } }
  .news-item .post-title {
    margin-top: 0;
    text-transform: uppercase; }
  .news-item figure {
    display: block;
    margin: 0 0 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #b1d237; }
    .news-item figure a {
      display: block; }
    .news-item figure img {
      display: block;
      border-radius: 4px; }

.meta {
  margin: .5rem 0 1rem;
  color: #003e37;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: Oswald, "bebas", "myriad pro";
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .meta {
      text-align: left;
      width: auto; } }
  .meta .cats {
    display: inline-block; }
  .meta .date {
    color: #b1d237;
    display: inline-block;
    margin-right: .75rem;
    padding-right: 1rem;
    border-right: 1px solid #003e37; }
  .meta a {
    color: #003e37; }

.post-categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block; }
  .post-categories li {
    display: inline-block; }
    .post-categories li + li:before {
      content: '|';
      color: #dadada;
      margin: 0 .4em 0 .1em;
      display: inline-block; }

@media (min-width: 768px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50; } }

.site-header .topper {
  background-color: #003e37; }

.site-header .brand {
  background-color: #b1d237; }

@media (min-width: 768px) {
  .hero {
    margin-top: 8rem; } }

footer {
  margin-top: 2rem;
  background: #b1d237;
  text-align: left;
  color: white; }
  @media (min-width: 1025px) {
    footer {
      text-align: right; } }
  footer .logo {
    display: none; }
    @media (min-width: 1025px) {
      footer .logo {
        display: inline-block; } }
  footer p {
    font-size: .9rem;
    max-width: initial; }

.disclaimer {
  font-size: .9rem;
  color: #999;
  border-top: 1px solid #b1d237;
  padding-top: 1rem;
  margin-top: 2rem; }
  .disclaimer p {
    max-width: none; }

.logo--header {
  padding: 7px 0 5px;
  width: 278px;
  height: 57px; }

.logo--header img {
  max-height: 100%; }

.logo--footer {
  width: 278px;
  height: 57px; }

.logo--footer img {
  max-height: 100%; }
