/*! normalize.css v4.1.1 | 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 and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
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).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
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.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
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.
 */
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.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
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.
 */
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).
 */
fieldset {
  border: 1px solid #c0c0c0;
  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.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[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.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

*,
::before,
::after {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  word-wrap: break-word; }

button,
[type='submit'] {
  cursor: pointer; }

iframe {
  border: 0; }

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

svg {
  fill: currentColor; }

[type='search'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

[data-whatinput='mouse'] :focus,
[data-whatinput='touch'] :focus {
  outline: 0; }

a,
button,
label {
  -webkit-transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, color 300ms ease-in-out; }

.svgstore {
  display: block;
  position: relative; }
  .svgstore::before {
    display: block;
    content: ''; }
  .svgstore svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.svgstore--arrow-circle-right::before {
  padding-bottom: 100%; }

.svgstore--bars::before {
  padding-bottom: 100%; }

.svgstore--close::before {
  padding-bottom: 100%; }

.svgstore--logo::before {
  padding-bottom: 77.90262%; }

.svgstore--plus::before {
  padding-bottom: 100%; }

.svgstore--twitter::before {
  padding-bottom: 100%; }

body {
  color: #b7b7b7;
  font-family: "nunito", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5; }
  @media (min-width: 32em) {
    body {
      font-size: 1.5rem; } }
  @media (min-width: 70em) {
    body {
      font-size: 2rem; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0;
  clear: both;
  font-weight: 700; }

h1 {
  font-size: 1.75em; }

h2 {
  font-size: 1.5em; }

h3,
h4 {
  font-size: 1.25em; }

h5,
h6 {
  font-size: 1em; }

h3,
h5 {
  color: #8dc63f; }

h4,
h6 {
  color: #003b71; }

ul,
ol {
  padding-left: 1em; }

blockquote {
  margin: 0; }
  @media (min-width: 48em) {
    blockquote {
      width: 50%;
      margin: 0 4rem 1.5em 0;
      float: left; }
      blockquote > :first-child {
        margin-top: 0; }
      blockquote > :last-child {
        margin-bottom: 0; } }

a {
  color: #003b71; }

.container {
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }
  .container::before, .container::after {
    display: table;
    content: ''; }
  .container::after {
    clear: both; }
  @media (min-width: 48em) {
    .container {
      padding-right: 4rem;
      padding-left: 4rem; } }

.flush {
  margin-right: -2rem;
  margin-left: -2rem; }
  @media (min-width: 48em) {
    .flush {
      margin-right: -4rem;
      margin-left: -4rem; } }

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5em; }

.hide {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0); }

#wpadminbar {
  position: fixed; }

.wp-caption {
  max-width: 100%; }

.mce-content-body {
  margin: 0 1em; }

.block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 50vw;
  padding: 2rem;
  background-color: #003b71;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-decoration: none; }
  .block > :first-child {
    margin-top: 0; }
  .block > :last-child {
    margin-bottom: 0; }
  @media (min-width: 32em) {
    .block {
      min-height: 25vw; } }
  @media (min-width: 48em) {
    .block {
      min-height: 50vw;
      padding: 4rem; } }
  @media (min-width: 70em) {
    .block {
      min-height: 35rem; } }

.block--alt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (min-width: 48em) {
    .block--alt {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.block--title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0;
  background-color: #8dc63f; }
  @media (min-width: 48em) {
    .block--title {
      min-height: 50vw; } }
  @media (min-width: 70em) {
    .block--title {
      min-height: 35rem; } }

.block--float {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem 1.5em; }
  @media (min-width: 48em) {
    .block--float {
      width: calc(50% + 4rem);
      margin: 0 4rem 1.5em -4rem;
      float: left; } }

.block--post {
  margin-bottom: 1.5em; }
  @media (min-width: 32em) {
    .block--post {
      min-height: 50vw; } }
  @media (min-width: 70em) {
    .block--post {
      min-height: 25rem; } }

.block--feed {
  width: 100%;
  margin-bottom: 0.5rem; }
  @media (min-width: 48em) {
    .block--feed {
      width: calc(50% - 0.25rem); } }

.block--splash {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 24rem;
  margin: auto;
  background-color: #8dc63f; }
  @media (min-width: 48em) {
    .block--splash {
      width: 50%;
      max-width: none;
      margin: 0; } }

.block--link {
  width: 100%;
  min-height: 0; }
  @media (min-width: 48em) {
    .block--link {
      width: 25%;
      min-height: 25vw;
      padding: 2rem; } }
  @media (min-width: 70em) {
    .block--link {
      min-height: 17.5rem; } }
  .block--link:hover {
    background-color: #55acef;
    color: #fff; }

.block--white {
  background: #fff;
  color: #003b71; }

.block--split {
  min-height: 0;
  margin-bottom: 1.5em; }
  @media (min-width: 48em) {
    .block--split {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.block__split {
  margin-bottom: 2rem; }
  .block__split > :first-child {
    margin-top: 0; }
  .block__split > :last-child {
    margin-bottom: 0; }
  @media (min-width: 48em) {
    .block__split {
      width: calc(50% - 2rem);
      margin-bottom: 0; } }

.block__split--alt {
  padding: 1rem;
  border: 0.5rem solid; }
  @media (min-width: 48em) {
    .block__split--alt {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      width: 50%;
      margin-left: 4rem;
      padding: 2rem; } }

.block__heading {
  margin-top: 0;
  color: inherit; }

.block__heading--alt {
  margin-right: 0.5em;
  margin-bottom: 0; }

@media (min-width: 32em) {
  .block__heading--narrow {
    max-width: 75%; } }

.block__heading--split {
  margin-bottom: 1.25rem; }

.block__heading--shadow {
  text-shadow: 0 0 0.5rem #003b71; }

.block__content {
  font-size: 1.25rem; }
  .block__content > :first-child {
    margin-top: 0; }
  .block__content > :last-child {
    margin-bottom: 0; }

.block__icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 1.5em;
  margin-left: auto; }
  @media (min-width: 48em) {
    .block__icon {
      margin-top: auto; } }

.block__icon--small {
  width: 1.5rem; }

.block__more {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin: auto 0 0 auto;
  padding: 0.5rem 1rem;
  background: #8dc63f;
  color: #fff;
  font-size: 0.625em;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase; }
  .block__more:hover {
    background-color: #55acef; }

.block__more__icon {
  width: 0.9375em;
  margin: 0.25em 0 0 0.25em;
  float: right; }

.block__tags {
  margin-bottom: 1rem; }
  .block__tags a {
    display: inline-block;
    margin-right: 0.5rem;
    padding: 0.5rem 1rem;
    background-color: #8dc63f;
    color: #fff;
    font-size: 0.5em;
    font-weight: 700;
    text-decoration: none; }
    .block__tags a:hover {
      background-color: #55acef; }

body .payment-plugin {
  margin-bottom: 1.5em; }
  body .payment-plugin .sf-steps-content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  body .payment-plugin .steps-style {
    min-height: 3rem;
    color: #fff !important; }
    @media (min-width: 554px) {
      body .payment-plugin .steps-style {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
            -ms-flex-positive: 0 !important;
                flex-grow: 0 !important;
        width: calc(33.333% - 0.583rem);
        margin: 0 !important; } }
    @media (min-width: 48em) {
      body .payment-plugin .steps-style {
        min-height: 4rem; } }
  body .payment-plugin .sf-content h2 {
    margin: 1.5rem 0 !important;
    padding: 0 !important;
    color: inherit !important;
    font-family: inherit;
    text-transform: none !important; }
  body .payment-plugin #chicklet-list label {
    background-color: #003b71; }
    @media (min-width: 48em) {
      body .payment-plugin #chicklet-list label {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important; } }
    body .payment-plugin #chicklet-list label:hover {
      background-color: #55acef !important; }
  body .payment-plugin #chicklet-list :checked + label {
    background-color: #8dc63f !important; }
  body .payment-plugin .stepsForm .sf-steps-content > div.sf-active {
    color: #003b71 !important; }
  body .payment-plugin .stepsForm .sf-steps-content > div.sf-active > span {
    background-color: #003b71; }
    body .payment-plugin .stepsForm .sf-steps-content > div.sf-active > span::after {
      background: url('data:image/svg+xml; charset=utf-8,<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 20" preserveAspectRatio="none"><path d="m0,0 l10,10 l-10,10 l-0,-20z" stroke-width="1.5" fill="#003b71"/></svg>') 0 0 no-repeat; }
  body .payment-plugin .field:focus + .floating-label {
    color: #55acef; }
  body .payment-plugin .stepsForm .sf-button {
    border: 0 !important;
    border-radius: 0;
    background-color: #8dc63f !important;
    font-size: 1.25em;
    font-weight: 700;
    text-transform: uppercase; }
    body .payment-plugin .stepsForm .sf-button:hover {
      background-color: #55acef !important; }
  body .payment-plugin .select-date::before, body .payment-plugin .select-date::after {
    display: table;
    content: ''; }
  body .payment-plugin .select-date::after {
    clear: both; }
  body .payment-plugin .expirymonth select {
    width: 55px !important; }
  body .payment-plugin .expiryyear select {
    width: 70px !important; }
  body .payment-plugin .CVC {
    width: 60px !important; }

.wait .title {
  margin: 0; }

.facebook {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0 0.5rem; }

.facebook__post {
  width: 100%;
  max-width: 33.5rem;
  margin: 1rem 0.5rem 0; }
  @media (min-width: 48em) {
    .facebook__post {
      width: calc(50% - 1rem); } }
  .facebook__post iframe {
    width: 0 !important;
    min-width: 100%; }

.footer {
  padding-bottom: 1.5em;
  color: #787878;
  text-align: center; }

.footer__donate {
  display: block;
  margin-bottom: 1em;
  padding: 1rem;
  background-color: #8dc63f;
  color: #fff;
  font-size: 1.5em;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase; }
  .footer__donate:hover {
    background-color: #55acef; }

.footer__notice {
  display: inline-block;
  margin: 0 0 0.5em;
  padding: 0.25rem 0.5rem;
  border: 0.125rem solid;
  font-size: 1rem; }

.footer__nav {
  font-size: 1rem; }

.footer__nav__link {
  color: inherit;
  text-decoration: none; }

.header {
  position: relative;
  padding: 2rem 0; }

.header__logo {
  display: block;
  width: 9rem;
  margin: auto; }

.header__nav-toggle {
  position: absolute;
  top: 50%;
  left: 2rem;
  width: 2em;
  padding: 0.25em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0.125rem solid #e1e1e1;
  background: none;
  color: #8dc63f; }
  @media (min-width: 48em) {
    .header__nav-toggle {
      left: 4rem; } }
  .header__nav-toggle:hover {
    color: #55acef; }

.media {
  position: relative;
  margin-bottom: 0.5rem; }

.media--video::before {
  display: block;
  padding-bottom: 56.25%;
  content: ''; }

.media--grid {
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 48em) {
    .media--grid {
      width: 50%; } }
  @media (min-width: 70em) {
    .media--grid {
      width: 75%; } }

.media__video,
.media > *:not(img) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.meta {
  margin: 1em 0; }

.meta__date {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase; }

.meta__source {
  margin: 0;
  font-size: 0.625em; }
  .meta__source a {
    color: inherit;
    text-decoration: none; }
    .meta__source a:hover {
      color: #55acef; }

.nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  min-width: 14em;
  padding-top: 11rem;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  background-color: #003b71;
  color: #fff;
  overflow: auto;
  z-index: 1; }
  .admin-bar .nav {
    top: 32px; }
    @media (max-width: 782px) {
      .admin-bar .nav {
        top: 46px; } }

.nav--active {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.nav__close {
  position: absolute;
  top: 5.5rem;
  left: 2rem;
  width: 2em;
  padding: 0.25em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0.125rem solid rgba(255, 255, 255, 0.1);
  background: none;
  color: #8dc63f; }
  @media (min-width: 48em) {
    .nav__close {
      left: 4rem; } }
  .nav__close:hover {
    color: #55acef; }

.nav__list {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  list-style: none; }

.nav__item,
.nav__list li {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.1); }
  .nav__item:first-child,
  .nav__list li:first-child {
    border-top: 0; }

li.nav__item--alt {
  border-top: 0;
  background-color: #8dc63f; }

.nav__link,
.nav__list a {
  display: block;
  padding: 1rem 2rem;
  color: inherit;
  text-decoration: none; }
  @media (min-width: 48em) {
    .nav__link,
    .nav__list a {
      padding: 1rem 4rem; } }
  .nav__link:hover,
  .nav__list a:hover {
    background-color: #55acef; }

.photo {
  width: 100%;
  background-color: #e1e1e1;
  background-position: center;
  background-size: cover; }
  @media (min-width: 48em) {
    .photo {
      width: 50%; } }
  @media (min-width: 70em) {
    .photo {
      width: 75%; } }
  .photo::before {
    display: block;
    padding-bottom: 66.667%;
    content: ''; }

.photo--slider {
  width: 100%;
  height: 100%; }

.postnav {
  margin-bottom: 1.5em;
  text-align: center; }
  .postnav a,
  .postnav span {
    display: inline-block;
    margin: 0 0 0.5rem;
    padding: 0.25em 0.625em;
    font-size: 0.75em;
    background-color: #003b71;
    color: #fff;
    font-weight: 900;
    text-decoration: none; }
  .postnav .current {
    background-color: #8dc63f; }
  .postnav .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }

.simple {
  margin-bottom: 1.5em;
  text-align: center; }

.simple__heading {
  margin: 0;
  color: #8dc63f;
  font-size: 2em;
  text-transform: uppercase; }

.simple__description {
  margin: 0;
  color: #787878;
  font-size: 0.625em; }

.slider {
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 48em) {
    .slider {
      width: 50%; } }
  @media (min-width: 70em) {
    .slider {
      width: 75%; } }
  .slider::before {
    display: block;
    padding-bottom: 66.667%;
    content: ''; }
  .slider .flickity-viewport {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .slider .flickity-slider {
    height: 100%; }

.splash {
  position: relative;
  padding: 0 2rem;
  background-color: #003b71;
  background-position: center;
  background-size: cover; }
  @media (min-width: 32em) {
    .splash {
      padding: 0 4rem; } }
  @media (min-width: 48em) {
    .splash {
      padding: 0; } }
  @media (min-width: 32em) {
    .splash::before {
      position: absolute;
      top: 1.625rem;
      right: 1.625rem;
      bottom: 1.625rem;
      left: 1.625rem;
      border: 0.75rem solid #fff;
      content: ''; } }
  @media (min-width: 48em) {
    .splash::before {
      top: 3.625rem;
      right: 3.625rem;
      bottom: 3.625rem;
      left: 3.625rem; } }

.subscribe {
  font-size: 0.75em; }
  .subscribe fieldset {
    margin: 0;
    padding: 0;
    border: 0; }
  .subscribe label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }

.subscribe__input,
.subscribe__button,
.subscribe input,
.subscribe button {
  width: 100%;
  padding: 1rem 1.5rem;
  border: 0;
  text-transform: uppercase; }

.subscribe__input,
.subscribe input {
  margin-bottom: 0.5rem;
  border-radius: 0;
  color: #787878; }
  .subscribe__input::-webkit-input-placeholder,
  .subscribe input::-webkit-input-placeholder {
    color: #b7b7b7; }
  .subscribe__input::-moz-placeholder,
  .subscribe input::-moz-placeholder {
    color: #b7b7b7; }
  .subscribe__input:-ms-input-placeholder,
  .subscribe input:-ms-input-placeholder {
    color: #b7b7b7; }
  .subscribe__input::placeholder,
  .subscribe input::placeholder {
    color: #b7b7b7; }

.subscribe__button,
.subscribe button {
  background-color: #8dc63f;
  color: #fff;
  font-weight: 900; }
  .subscribe__button:hover,
  .subscribe button:hover {
    background-color: #55acef; }

.subscribe__button--alt,
.subscribe--alt button {
  background-color: #003b71; }

.teaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: #003b71;
  color: #fff; }
  @media (min-width: 48em) {
    .teaser {
      width: 50%; } }
  @media (min-width: 70em) {
    .teaser {
      width: 25%; } }

.teaser__image {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-position: center;
  background-size: cover; }
  .teaser__image::before {
    display: block;
    padding-bottom: 66.667%;
    content: ''; }
    @media (min-width: 70em) {
      .teaser__image::before {
        padding-bottom: 100%; } }

.teaser__title {
  margin: 0;
  padding: 2rem 2rem 0;
  color: inherit;
  font-size: 1.5rem; }

.teaser__content {
  margin-top: auto;
  padding: 2rem;
  font-size: 1.25rem; }
  .teaser__content > :first-child {
    margin-top: 0; }
  .teaser__content > :last-child {
    margin-bottom: 0; }
  .teaser__title + .teaser__content {
    padding-top: 1rem; }

.teaser__more {
  display: inline-block;
  color: inherit;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase; }
  .teaser__more:hover {
    color: #55acef; }

.teaser__more__icon {
  width: 1.125rem;
  margin: 0.25em 0 0 0.25em;
  float: right; }

.tweet {
  width: 100%;
  padding: 2rem;
  font-size: 1.25rem; }
  @media (min-width: 32em) {
    .tweet {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 48em) {
    .tweet {
      width: 50%; } }

.tweet__icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 3rem;
  margin: 0 1rem 1rem 0;
  color: #003b71; }
  @media (min-width: 70em) {
    .tweet__icon {
      width: 6rem;
      margin-bottom: 0; } }

@media (min-width: 32em) {
  .tweet__content {
    width: calc(100% - 4rem); } }

@media (min-width: 70em) {
  .tweet__content {
    width: calc(100% - 7rem); } }

.tweet__meta {
  margin: 0 0 0.25rem;
  color: #787878;
  font-size: 1rem; }
  .tweet__meta a {
    color: #55acef;
    text-decoration: none; }

.tweet__text {
  margin: 0;
  color: #003b71; }
  .tweet__text a {
    color: #8dc63f;
    text-decoration: none; }

/*# sourceMappingURL=style.css.map */
