@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove default margin.
   */
body {
  margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none;
}

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button, .nav-links .nav-next,
.nav-links .nav-previous,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button, .nav-links .nav-next,
.nav-links .nav-previous {
  overflow: visible;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button, .nav-links .nav-next,
.nav-links .nav-previous,
select {
  text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button, .nav-links .nav-next,
.nav-links .nav-previous,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled], .nav-links [disabled].nav-next,
.nav-links [disabled].nav-previous,
html input[disabled] {
  cursor: not-allowed;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner, .nav-links .nav-next::-moz-focus-inner,
.nav-links .nav-previous::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto;
}

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold;
}

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button, .nav-links .nav-next,
.nav-links .nav-previous {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

[data-whatinput='mouse'] button, [data-whatinput='mouse'] .nav-links .nav-next, .nav-links [data-whatinput='mouse'] .nav-next, [data-whatinput='mouse']
.nav-links .nav-previous,
.nav-links [data-whatinput='mouse'] .nav-previous {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

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

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  max-width: none;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}

a {
  color: #45748d;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover, a:focus {
  color: #3b6479;
}

a img {
  border: 0;
}

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
          transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
          transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button .nav-links .nav-next, .nav-links
.input-group-button .nav-next,
.input-group-button
.nav-links .nav-previous,
.nav-links
.input-group-button .nav-previous {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(211, 83, 89, 0.1);
  border-color: #d35359;
}

.is-invalid-label {
  color: #d35359;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #d35359;
}

.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
          transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #45748d;
  color: #fefefe;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover, .button:focus {
  background-color: #3b6378;
  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.primary {
  background-color: #45748d;
  color: #fefefe;
}

.button.primary:hover, .button.primary:focus {
  background-color: #375d71;
  color: #fefefe;
}

.button.secondary {
  background-color: #2a303e;
  color: #fefefe;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #222632;
  color: #fefefe;
}

.button.success {
  background-color: #3adb76;
  color: #fefefe;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #fefefe;
}

.button.warning {
  background-color: #e1c57a;
  color: #0a0a0a;
}

.button.warning:hover, .button.warning:focus {
  background-color: #d4ac41;
  color: #0a0a0a;
}

.button.alert {
  background-color: #d35359;
  color: #fefefe;
}

.button.alert:hover, .button.alert:focus {
  background-color: #bb3036;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #45748d;
  color: #45748d;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #233a47;
  color: #233a47;
}

.button.hollow.primary {
  border: 1px solid #45748d;
  color: #45748d;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #233a47;
  color: #233a47;
}

.button.hollow.secondary {
  border: 1px solid #2a303e;
  color: #2a303e;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #15181f;
  color: #15181f;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning {
  border: 1px solid #e1c57a;
  color: #e1c57a;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #8e7020;
  color: #8e7020;
}

.button.hollow.alert {
  border: 1px solid #d35359;
  color: #d35359;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #751e22;
  color: #751e22;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}

.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.media-object {
  margin-bottom: 1rem;
  display: block;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section.middle {
  vertical-align: middle;
}

.media-object-section.bottom {
  vertical-align: bottom;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
  content: ' ';
  display: table;
}

.pagination::after {
  clear: both;
}

.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button,
.pagination .nav-links .nav-next, .nav-links
.pagination .nav-next,
.pagination
.nav-links .nav-previous,
.nav-links
.pagination .nav-previous {
  color: #0a0a0a;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}

.pagination a:hover,
.pagination button:hover,
.pagination .nav-links .nav-next:hover, .nav-links
.pagination .nav-next:hover,
.pagination
.nav-links .nav-previous:hover,
.nav-links
.pagination .nav-previous:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #45748d;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  content: '\2026';
  padding: 0.1875rem 0.625rem;
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

table thead,
table tbody,
table tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

table caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

table thead,
table tfoot {
  background: #f8f8f8;
  color: #0a0a0a;
}

table thead tr,
table tfoot tr {
  background: transparent;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

table tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

table tbody th,
table tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover tr:hover {
  background-color: #f9f9f9;
}

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
}

.tabs::before, .tabs::after {
  content: ' ';
  display: table;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #45748d;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #426e86;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 0.75rem;
}

.tabs-title > a:hover {
  background: #fefefe;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
}

.tabs-content {
  background: #fefefe;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  -webkit-transition: box-shadow 200ms ease-out;
          transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}

.thumbnail:hover, .thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(69, 116, 141, 0.5);
}

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help;
}

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0;
}

.tooltip::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #0a0a0a;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.top::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: #0a0a0a transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}

.tooltip.left::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #0a0a0a;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.right::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #0a0a0a transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
}

.clearfix::after {
  clear: both;
}

/* -----------------------------------------------------------------------------
   5.) Hamburger menu component
----------------------------------------------------------------------------- */
.hamburger-menu {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
}

.hamburger-menu:focus {
  outline: none;
}

.hamburger-menu span {
  display: block;
  position: absolute;
  top: 16px;
  left: 4px;
  right: 4px;
  height: 4px;
  background: #45748d;
  -webkit-transition: background 0s 0.15s;
          transition: background 0s 0.15s;
}

.hamburger-menu span:before, .hamburger-menu span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #45748d;
  content: "";
}

.hamburger-menu span:before {
  top: -9px;
  -webkit-transition: top 0.15s ease-out 0.15s, -webkit-transform 0.15s ease-out 0s;
          transition: top 0.15s ease-out 0.15s, transform 0.15s ease-out 0s;
}

.hamburger-menu span:after {
  bottom: -9px;
  -webkit-transition: bottom 0.15s ease-out 0.15s, -webkit-transform 0.15s ease-out 0s;
          transition: bottom 0.15s ease-out 0.15s, transform 0.15s ease-out 0s;
}

.nav-active .hamburger-menu span {
  background: #fff;
}

.nav-active .hamburger-menu span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.15s ease-out 0.15s, top 0.15s ease-out 0s;
          transition: transform 0.15s ease-out 0.15s, top 0.15s ease-out 0s;
}

.nav-active .hamburger-menu span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.15s ease-out 0.15s, bottom 0.15s ease-out 0s;
          transition: transform 0.15s ease-out 0.15s, bottom 0.15s ease-out 0s;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-top: .25em;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5rem;
  text-align: center;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0 0 .25em 0;
  padding: 5px;
  max-width: 50%;
}

.gallery-item img {
  width: 100%;
}

.gallery-caption {
  font-size: 1.1em;
  line-height: 1.1;
  font-weight: bold;
  margin-top: .25em;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

@media screen and (min-width: 40em) {
  .gallery-columns-3 .gallery-item {
    max-width: 50%;
  }
}

@media screen and (min-width: 64em) {
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
}

@media screen and (min-width: 40em) {
  .gallery-columns-4 .gallery-item {
    max-width: 33.33%;
  }
}

@media screen and (min-width: 64em) {
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}

@media screen and (min-width: 40em) {
  .gallery-columns-5 .gallery-item {
    max-width: 33.33%;
  }
}

@media screen and (min-width: 64em) {
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
}

@media screen and (min-width: 40em) {
  .gallery-columns-6 .gallery-item {
    max-width: 25%;
  }
}

@media screen and (min-width: 64em) {
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
}

@media screen and (min-width: 40em) {
  .gallery-columns-7 .gallery-item {
    max-width: 25%;
  }
}

@media screen and (min-width: 64em) {
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
}

@media screen and (min-width: 40em) {
  .gallery-columns-8 .gallery-item {
    max-width: 16.66%;
  }
}

@media screen and (min-width: 64em) {
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
}

@media screen and (min-width: 40em) {
  .gallery-columns-9 .gallery-item {
    max-width: 16.66%;
  }
}

@media screen and (min-width: 64em) {
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}

.gallery-caption {
  display: block;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../bower_components/slick-carousel/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../bower_components/slick-carousel/slick/fonts/slick.eot");
  src: url("../bower_components/slick-carousel/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../bower_components/slick-carousel/slick/fonts/slick.woff") format("woff"), url("../bower_components/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("../bower_components/slick-carousel/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button, .slick-dots li .nav-links .nav-next, .nav-links .slick-dots li .nav-next, .slick-dots li
.nav-links .nav-previous,
.nav-links .slick-dots li .nav-previous {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li .nav-links .nav-next:hover, .nav-links .slick-dots li .nav-next:hover, .slick-dots li
.nav-links .nav-previous:hover,
.nav-links .slick-dots li .nav-previous:hover, .slick-dots li button:focus, .slick-dots li .nav-links .nav-next:focus, .nav-links .slick-dots li .nav-next:focus, .slick-dots li
.nav-links .nav-previous:focus,
.nav-links .slick-dots li .nav-previous:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li .nav-links .nav-next:hover:before, .nav-links .slick-dots li .nav-next:hover:before, .slick-dots li
.nav-links .nav-previous:hover:before,
.nav-links .slick-dots li .nav-previous:hover:before, .slick-dots li button:focus:before, .slick-dots li .nav-links .nav-next:focus:before, .nav-links .slick-dots li .nav-next:focus:before, .slick-dots li
.nav-links .nav-previous:focus:before,
.nav-links .slick-dots li .nav-previous:focus:before {
  opacity: 1;
}

.slick-dots li button:before, .slick-dots li .nav-links .nav-next:before, .nav-links .slick-dots li .nav-next:before, .slick-dots li
.nav-links .nav-previous:before,
.nav-links .slick-dots li .nav-previous:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before, .slick-dots li.slick-active .nav-links .nav-next:before, .nav-links .slick-dots li.slick-active .nav-next:before, .slick-dots li.slick-active
.nav-links .nav-previous:before,
.nav-links .slick-dots li.slick-active .nav-previous:before {
  color: #fff;
  opacity: 0.75;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  font-weight: 300;
}

p:empty {
  display: none;
}

strong,
blockquote p {
  font-weight: 700;
}

blockquote p {
  font-style: italic;
}

h1, h2, h3, h4, h5 {
  font-family: "museo-slab";
  font-weight: 700;
}

a.cover {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

button, .nav-links .nav-next,
.nav-links .nav-previous {
  font-family: "museo-slab";
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  padding: 15px 60px;
  margin: 30px auto;
  background-color: #45748d;
  border-color: #45748d;
  color: #fff;
  -webkit-transition: all .33s;
          transition: all .33s;
  border-radius: 1px;
}

button.large, .nav-links .large.nav-next,
.nav-links .large.nav-previous {
  font-size: 1.5em;
}

button:hover, .nav-links .nav-next:hover,
.nav-links .nav-previous:hover {
  background-color: #2a303e;
  border-color: #2a303e;
  color: #fff;
}

button.hollow, .nav-links .hollow.nav-next,
.nav-links .hollow.nav-previous, button.outline, .nav-links .outline.nav-next,
.nav-links .outline.nav-previous {
  border-width: 2px !important;
  padding: 15px 60px;
}

button.hollow:hover, .nav-links .hollow.nav-next:hover,
.nav-links .hollow.nav-previous:hover, button.outline:hover, .nav-links .outline.nav-next:hover,
.nav-links .outline.nav-previous:hover {
  background-color: #45748d !important;
  border-color: #45748d !important;
  color: #fff !important;
}

.site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
}

.site .site-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container {
  position: relative;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.container::before, .container::after {
  content: ' ';
  display: table;
}

.container::after {
  clear: both;
}

.site-header {
  background: #fff;
  border-top: 5px solid #45748d;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 64em) {
  .site-header {
    border-top: 8px solid #45748d;
  }
}

@media screen and (min-width: 64em) {
  .site-header .inner {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
  .site-header .inner::before, .site-header .inner::after {
    content: ' ';
    display: table;
  }
  .site-header .inner::after {
    clear: both;
  }
}

.site-header .site-branding {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 7.5px;
  padding-bottom: 15px;
}

.site-header .site-branding::before, .site-header .site-branding::after {
  content: ' ';
  display: table;
}

.site-header .site-branding::after {
  clear: both;
}

@media screen and (min-width: 64em) {
  .site-header .site-branding {
    position: static;
    width: 16.66667%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .site-header .site-branding:last-child:not(:first-child) {
    float: right;
  }
}

.site-header .site-branding .brand {
  display: block;
  width: 50%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.site-header .site-branding .brand:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 64em) {
  .site-header .site-branding .brand {
    padding: 0;
    width: 100%;
  }
}

.site-header .site-branding img {
  max-height: 75px;
}

@media screen and (min-width: 64em) {
  .site-header .site-branding img {
    max-height: 100px;
  }
}

.site-header .navbar-toggle {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
}

@media screen and (min-width: 64em) {
  .site-header .navbar-toggle {
    display: none;
  }
}

.site-header .inner {
  position: relative;
}

.site-header .ivp-social-container {
  position: absolute;
  top: 50%;
  right: 95px;
  -webkit-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
}

@media screen and (min-width: 40em) {
  .site-header .ivp-social-container {
    right: 30px;
    top: 55%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 64em) {
  .site-header .ivp-social-container {
    width: auto;
    right: 45px;
    top: 15px;
    -webkit-transform: none;
            transform: none;
  }
}

.site-header .ivp-social-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.site-header .ivp-social-container li {
  display: inline-block;
  margin-right: .5em;
  font-size: 1.5em;
}

@media screen and (min-width: 64em) {
  .site-header .ivp-social-container li {
    font-size: 1.75em;
  }
}

.site-header .ivp-social-container li:last-child {
  margin-right: 1.5em;
}

@media screen and (min-width: 64em) {
  .site-header .ivp-social-container li:last-child {
    margin-right: 0;
  }
}

.site-header .ivp-social-container li.nawj-credit {
  display: none;
}

@media screen and (min-width: 40em) {
  .site-header .ivp-social-container li.nawj-credit {
    display: inline-block;
    background: #45748d;
    padding: 7.5px 15px;
    margin-top: -1em;
    position: relative;
    top: -25px;
    left: -1vw;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
  }
}

@media screen and (min-width: 64em) {
  .site-header .ivp-social-container li.nawj-credit {
    margin-top: -1.25em;
    top: -15px;
    left: 0;
  }
}

@media screen and (min-width: 75em) {
  .site-header .ivp-social-container li.nawj-credit {
    margin-top: -1.25em;
    top: -10px;
  }
}

.site-header .ivp-social-container li.nawj-credit img {
  max-height: 5vw;
}

@media screen and (min-width: 64em) {
  .site-header .ivp-social-container li.nawj-credit img {
    max-height: 40px;
  }
}

.main-navigation {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s;
          transition: max-height .5s;
  font-family: "museo-slab";
}

@media screen and (min-width: 64em) {
  .main-navigation {
    width: 83.33333%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    max-height: none !important;
    margin-top: 5.5%;
  }
  .main-navigation:last-child:not(:first-child) {
    float: right;
  }
}

.nav-active .main-navigation {
  max-height: 999em;
}

.main-navigation .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 64em) {
  .main-navigation .menu {
    text-align: right;
  }
}

.main-navigation .menu-item:hover a, .main-navigation .menu-item.current-menu-item a {
  background: #45748d;
  color: #fff;
}

@media screen and (min-width: 64em) {
  .main-navigation .menu-item:hover a, .main-navigation .menu-item.current-menu-item a {
    border-radius: 3px;
  }
}

@media screen and (min-width: 64em) {
  .main-navigation .menu-item {
    display: inline-block;
    font-size: 1.25em;
  }
}

.main-navigation .menu-item a {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  text-align: center;
  padding: 15px 0;
  font-weight: 500;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  background: #fafafa;
  text-transform: uppercase;
}

.main-navigation .menu-item a:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 64em) {
  .main-navigation .menu-item a {
    padding: 7.5px 30px 7.5px 30px;
    width: 100%;
    border-top: none;
    background-color: transparent;
    -webkit-transition: all .15s;
            transition: all .15s;
  }
}

.feature-slider-section {
  font-family: "museo-slab";
  position: relative;
}

@media screen and (min-width: 40em) {
  .feature-slider-section {
    padding: 60px 15px;
    border-bottom: 10px solid #45748d;
  }
  body.home .feature-slider-section {
    border-bottom: none;
  }
}

@media screen and (min-width: 64em) {
  .feature-slider-section {
    padding: 90px 30px;
  }
}

@media screen and (min-width: 40em) {
  .feature-slider-section .gradient-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: .25em;
    background: -webkit-linear-gradient(top, transparent 15%, rgba(0, 0, 0, 0.25) 100%);
    background: linear-gradient(to bottom, transparent 15%, rgba(0, 0, 0, 0.25) 100%);
    z-index: 2;
  }
}

.feature-slider-section .featured-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.feature-slider-section .featured-content::before, .feature-slider-section .featured-content::after {
  content: ' ';
  display: table;
}

.feature-slider-section .featured-content::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .feature-slider-section .featured-content {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.25);
  }
}

@media screen and (min-width: 64em) {
  .feature-slider-section .featured-content {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(1200px - 30px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .feature-slider-section .featured-content::before, .feature-slider-section .featured-content::after {
    content: ' ';
    display: table;
  }
  .feature-slider-section .featured-content::after {
    clear: both;
  }
}

.feature-slider-section .slide {
  outline: none;
}

.feature-slider-section .bg-blur-slider {
  display: none;
}

@media screen and (min-width: 40em) {
  .feature-slider-section .bg-blur-slider {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ccc;
  }
}

.feature-slider-section .bg-blur-slider .slick-list,
.feature-slider-section .bg-blur-slider .slick-track {
  height: 100%;
}

.feature-slider-section .bg-blur-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 40em) {
  .feature-slider-section .bg-blur-slider img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 6%;
    min-height: 6%;
    -webkit-filter: blur(1px);
            filter: blur(1px);
    opacity: .75;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(20);
            transform: translateY(-50%) translateX(-50%) scale(20);
  }
}

.feature-slider-section .features-slider {
  margin-bottom: 0;
}

@media screen and (min-width: 64em) {
  .feature-slider-section .features-slider {
    width: 66.66667%;
    float: left;
  }
  .feature-slider-section .features-slider:last-child:not(:first-child) {
    float: right;
  }
}

.feature-slider-section .features-slider .slick-dots {
  z-index: 5;
  bottom: .15em;
}

.feature-slider-section .features-slider .slick-dots button, .feature-slider-section .features-slider .slick-dots .nav-links .nav-next, .nav-links .feature-slider-section .features-slider .slick-dots .nav-next, .feature-slider-section .features-slider .slick-dots
.nav-links .nav-previous,
.nav-links .feature-slider-section .features-slider .slick-dots .nav-previous {
  margin-top: 0;
  margin-bottom: 0;
}

.feature-slider-section .features-slider .slick-prev,
.feature-slider-section .features-slider .slick-next {
  z-index: 2;
  width: 30px;
  height: 30px;
}

.feature-slider-section .features-slider .slick-prev:before,
.feature-slider-section .features-slider .slick-next:before {
  font-size: 30px;
  text-shadow: 0 0 0.66em rgba(0, 0, 0, 0.5);
}

.feature-slider-section .features-slider .slick-prev {
  left: 15px;
}

.feature-slider-section .features-slider .slick-next {
  right: 15px;
}

.feature-slider-section .features-slider .slide {
  position: relative;
}

.feature-slider-section .features-slider .slide img {
  min-width: 100%;
}

.feature-slider-section .features-slider .copy {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 15px;
  padding-bottom: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 33%, rgba(0, 0, 0, 0.66) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.25) 33%, rgba(0, 0, 0, 0.66) 100%);
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.feature-slider-section .features-slider .copy:last-child:not(:first-child) {
  float: right;
}

.feature-slider-section .features-slider .copy .headline {
  text-transform: uppercase;
  margin-bottom: .25em;
  line-height: 1;
  font-size: 1.75em;
}

.feature-slider-section .features-slider .copy p {
  margin: 0;
  line-height: 1.3;
  display: none;
}

@media screen and (min-width: 40em) {
  .feature-slider-section .features-slider .copy p {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  .feature-slider-section .quick-section-links {
    width: 33.33333%;
    float: left;
    background: #fafafa;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    box-shadow: 0 10em 0 0 #fafafa;
  }
  .feature-slider-section .quick-section-links:last-child:not(:first-child) {
    float: right;
  }
}

body:not(.home) .feature-slider-section .quick-section-links .get-involved {
  display: none;
}

body.home .feature-slider-section .quick-section-links .post-categories {
  display: none;
}

.feature-slider-section .quick-section-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-top: 5px solid #e1c57a;
  border-bottom: 5px solid #e1c57a;
}

@media screen and (min-width: 40em) {
  .feature-slider-section .quick-section-links ul {
    border-top: 10px solid #e1c57a;
    border-bottom: none;
  }
}

@media screen and (min-width: 64em) {
  .feature-slider-section .quick-section-links ul {
    border-top: none;
    border-left: 10px solid #e1c57a;
    height: 100%;
    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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 40em) {
  .feature-slider-section .quick-section-links ul li {
    display: inline-block;
    width: 50%;
  }
}

@media screen and (min-width: 64em) {
  .feature-slider-section .quick-section-links ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    resize: vertical;
  }
  body.home .feature-slider-section .quick-section-links ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    resize: vertical;
  }
}

.feature-slider-section .quick-section-links ul li:first-child a {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 40em) {
  .feature-slider-section .quick-section-links ul li:first-child a {
    border-top: none;
  }
}

.feature-slider-section .quick-section-links ul li:nth-child(odd) a {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 64em) {
  .feature-slider-section .quick-section-links ul li:nth-child(odd) a {
    border-right: none;
  }
}

.feature-slider-section .quick-section-links ul li a {
  display: block;
  text-align: center;
  padding: 15px;
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-weight: 500;
  text-shadow: 1px 1px 0 #fff;
}

@media screen and (min-width: 40em) {
  .feature-slider-section .quick-section-links ul li a {
    font-size: 1.2em;
    padding: 30px 15px;
  }
}

@media screen and (min-width: 64em) {
  .feature-slider-section .quick-section-links ul li a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.35em;
    text-align: left;
    padding-left: 10%;
    white-space: nowrap;
  }
}

@media screen and (min-width: 75em) {
  .feature-slider-section .quick-section-links ul li a {
    padding-left: 14%;
  }
}

.feature-slider-section .quick-section-links ul li a i {
  font-size: 1.25em;
  margin-right: .33em;
}

@media screen and (min-width: 64em) {
  .feature-slider-section .quick-section-links ul li a i {
    font-size: 1.4em;
    vertical-align: text-bottom;
  }
}

.feature-slider-section .quick-section-links ul li a:hover {
  background: #45748d;
  background: -webkit-linear-gradient(top, #4d829e 0%, #3d667c 100%);
  background: linear-gradient(to bottom, #4d829e 0%, #3d667c 100%);
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 64em) {
  .feature-slider-section .quick-section-links ul.get-involved li a {
    padding-top: 8.5%;
  }
}

.feature-slider-section .quick-section-links ul.get-involved li:last-child:nth-child(odd) {
  width: 100%;
}

@media screen and (min-width: 64em) {
  .feature-slider-section .quick-section-links ul.post-categories li a {
    padding-top: 13%;
  }
}

.homepage-quote {
  background: #45748d;
  border-bottom: 10px solid #e1c57a;
}

.homepage-quote .inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 15px;
}

.homepage-quote .inner::before, .homepage-quote .inner::after {
  content: ' ';
  display: table;
}

.homepage-quote .inner::after {
  clear: both;
}

.homepage-quote h2 {
  color: #fff;
  margin: 0;
  line-height: 1.3;
  text-align: center;
}

.homepage-quote h2:before {
  font-family: serif;
  content: '“';
  font-size: 2.5em;
  line-height: .1;
  vertical-align: bottom;
  display: inline-block;
  margin-right: 25px;
  opacity: .5;
}

.homepage-quote h2:after {
  font-family: serif;
  content: '”';
  font-size: 2.5em;
  line-height: .1;
  vertical-align: bottom;
  display: inline-block;
  margin-left: 25px;
  opacity: .5;
}

.homepage-quote p {
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 15px;
  margin-right: 30px;
  margin-bottom: 0;
}

.recent-updates-section {
  padding: 30px 0;
  background: url("../img/rice-paper.jpg");
  border-bottom: 5px solid #45748d;
}

@media screen and (min-width: 40em) {
  .recent-updates-section {
    padding: 60px 0;
    border-bottom: 10px solid #45748d;
  }
}

@media screen and (max-width: 63.9375em) {
  .home-feature-block {
    margin-bottom: 30px;
  }
}

.home-feature-block .media-object {
  position: relative;
}

.home-feature-block .media-object:hover h3 {
  color: #45748d;
}

.home-feature-block a.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-feature-block .title-wrapper {
  border-bottom: 0.15em solid rgba(42, 48, 62, 0.15);
  margin-bottom: 15px;
}

.home-feature-block .title {
  color: #2a303e;
  font-size: 1.3em;
  font-weight: 700;
}

@media screen and (min-width: 40em) {
  .home-feature-block .title {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 64em) {
  .home-feature-block .title {
    font-size: 1.75em;
  }
}

@media screen and (min-width: 40em) {
  .home-feature-block .featured-image-wrapper {
    width: 25%;
  }
}

.home-feature-block .featured-image-wrapper img {
  max-width: 100%;
}

@media screen and (max-width: 39.9375em) {
  .home-feature-block .copy {
    padding-left: 0 !important;
  }
}

.home-feature-block .copy h3 {
  font-size: 1.2em;
  line-height: 1.3;
  color: #2a303e;
  margin-bottom: 0;
}

.home-feature-block .copy h3 + p {
  margin-top: .5em;
}

.home-feature-block .copy .posted-on,
.home-feature-block .copy p {
  font-size: .9em;
}

.home-feature-block .copy .posted-on {
  font-weight: 300;
  font-style: italic;
  display: block;
  margin-bottom: .5em;
}

.read-more-wrapper {
  text-align: center;
}

@media screen and (min-width: 40em) {
  .read-more-wrapper {
    padding-top: 15px;
  }
}

.read-more-wrapper button, .read-more-wrapper .nav-links .nav-next, .nav-links .read-more-wrapper .nav-next, .read-more-wrapper
.nav-links .nav-previous,
.nav-links .read-more-wrapper .nav-previous {
  margin-bottom: 0;
}

.partner-logos-section {
  padding: 30px 0;
  text-align: center;
  border-bottom: 5px solid #e1c57a;
}

@media screen and (min-width: 40em) {
  .partner-logos-section {
    padding: 60px 0;
    border-bottom: 10px solid #e1c57a;
  }
}

.partner-logos-section h1 {
  color: #45748d;
  margin-bottom: 1em;
}

.partner-logos-section .partner-logo {
  padding: 15px;
  display: inline-block;
  float: none;
  vertical-align: middle;
  outline: none;
}

.partner-logos-section .partner-logo .inner {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.partner-logos-section .partner-logo img {
  display: inline-block;
  vertical-align: middle;
  max-height: 80px;
}

.partner-logos-section .slick-dots button, .partner-logos-section .slick-dots .nav-links .nav-next, .nav-links .partner-logos-section .slick-dots .nav-next, .partner-logos-section .slick-dots
.nav-links .nav-previous,
.nav-links .partner-logos-section .slick-dots .nav-previous {
  margin-top: 0;
  margin-bottom: 0;
}

.partner-logos-section .slick-dots button:before, .partner-logos-section .slick-dots .nav-links .nav-next:before, .nav-links .partner-logos-section .slick-dots .nav-next:before, .partner-logos-section .slick-dots
.nav-links .nav-previous:before,
.nav-links .partner-logos-section .slick-dots .nav-previous:before {
  color: #aaa;
}

.partner-logos-section .slick-dots .slick-active button:before, .partner-logos-section .slick-dots .slick-active .nav-links .nav-next:before, .nav-links .partner-logos-section .slick-dots .slick-active .nav-next:before, .partner-logos-section .slick-dots .slick-active
.nav-links .nav-previous:before,
.nav-links .partner-logos-section .slick-dots .slick-active .nav-previous:before {
  color: #666;
}

.site-footer {
  background: #2a303e;
  font-family: "museo-slab";
  font-weight: 500;
  color: #fff;
}

.site-footer .footer-menus {
  padding: 0;
  opacity: .9;
}

.site-footer .site-info {
  background: #1b1e27;
  padding: 15px;
  color: rgba(255, 255, 255, 0.5);
}

body.page .entry-header {
  text-align: center;
  padding: 60px 0 0 0;
}

body.page .entry-header.with-custom-header-image {
  padding: 120px 0;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

body.page .entry-header.with-custom-header-image .entry-title {
  position: relative;
  z-index: 2;
  color: #fff;
  text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.25);
}

body.page .entry-header .custom-header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.page .entry-header .custom-header-image picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  will-change: transform;
}

body.page .entry-header .inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

body.page .entry-header .inner::before, body.page .entry-header .inner::after {
  content: ' ';
  display: table;
}

body.page .entry-header .inner::after {
  clear: both;
}

body.page .entry-header .header-content {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

body.page .entry-header .header-content:last-child:not(:first-child) {
  float: right;
}

body.page .content-area--wide .entry-content .inner {
  max-width: 1200px;
}

body.page .entry-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

body.page .entry-content::before, body.page .entry-content::after {
  content: ' ';
  display: table;
}

body.page .entry-content::after {
  clear: both;
}

body.page .entry-content .inner {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: none;
  max-width: 800px;
  margin: 0 auto;
}

body.page .entry-content .inner:last-child:not(:first-child) {
  float: right;
}

body.page .entry-content h1, body.page .entry-content h2, body.page .entry-content h3, body.page .entry-content h4, body.page .entry-content h5 {
  margin-top: 1.25em;
  margin-bottom: 1.1em;
}

body.page .entry-content p a,
body.page .entry-content li a {
  text-decoration: underline;
}

.state-map-database .htmlMapResponsive {
  max-width: 100% !important;
  background: #f5f5f5;
  padding-bottom: 90px;
}

.state-map-database .usaHtml5MapContainer {
  background: #ddd;
  background: -webkit-linear-gradient(top, #eee 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #eee 0%, #e5e5e5 100%);
  margin-bottom: 60px;
  padding: 30px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.state-map-database .fm-map-container {
  max-width: 1200px !important;
  margin: 0 auto;
}

.state-map-database h1 {
  margin-bottom: 1em;
}

.usaHtml5MapStateInfo {
  max-width: 1200px;
  padding: 30px 15px;
  margin: 0 15px 0 15px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 0.75em 0em rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 64em) {
  .usaHtml5MapStateInfo {
    padding: 60px 15%;
    margin: 0 auto;
  }
}

.recent-news-items {
  background: url("../img/rice-paper.jpg");
  padding: 30px 0 60px 0;
}

.recent-news-items .section-title {
  margin-bottom: 1em;
}

@media screen and (min-width: 40em) {
  .recent-news-items .section-title {
    margin-bottom: 2em;
  }
}

@media screen and (min-width: 64em) {
  .recent-news-items .section-title {
    margin-bottom: 1em;
  }
}

.recent-news-items .section-title .title {
  font-size: 1.75em;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .recent-news-items .section-title .title {
    text-align: left;
  }
}

.recent-news-items .feature-block {
  max-width: 400px;
  float: none;
  margin: 0 auto;
  position: relative;
}

.recent-news-items .feature-block a.cover {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 40em) {
  .recent-news-items .feature-block {
    float: left;
    max-width: 50%;
  }
  .recent-news-items .feature-block:nth-child(even) {
    clear: left;
  }
}

@media screen and (min-width: 64em) {
  .recent-news-items .feature-block:nth-child(even) {
    clear: none;
  }
}

.recent-news-items .feature-block .post-category {
  font-size: .9em;
  font-weight: bold;
}

.recent-news-items .feature-block .featured-image-wrapper {
  margin-bottom: .5em;
}

.recent-news-items .feature-block .featured-image-wrapper img {
  width: 100%;
}

.recent-news-items .feature-block .copy h3 {
  font-size: 1.2em;
  margin-bottom: .1em;
}

.recent-news-items .feature-block .copy .posted-on {
  font-weight: .9em;
  font-style: italic;
}

.recent-news-items .read-more-wrapper {
  margin-top: 1.5em;
}

.instagram-gallery {
  border-top: 10px solid #45748d;
}

.instagram-gallery .inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 60px 0;
}

.instagram-gallery .inner::before, .instagram-gallery .inner::after {
  content: ' ';
  display: table;
}

.instagram-gallery .inner::after {
  clear: both;
}

.instagram-gallery .section-title {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 1em;
}

.instagram-gallery .section-title:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .instagram-gallery .section-title {
    margin-bottom: 2em;
  }
}

@media screen and (min-width: 64em) {
  .instagram-gallery .section-title {
    margin-bottom: 1em;
  }
}

.instagram-gallery .section-title .title {
  font-size: 1.75em;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .instagram-gallery .section-title .title {
    text-align: left;
  }
}

.instagram-gallery .jr-insta-thumb {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 1em;
}

.instagram-gallery .jr-insta-thumb:last-child:not(:first-child) {
  float: right;
}

.instagram-gallery .jr-insta-thumb .no-bullet.thumbnails {
  margin-left: 0;
  text-align: center;
}

.instagram-gallery .jr-insta-thumb .no-bullet.thumbnails li {
  display: inline-block;
  font-size: 0;
  width: 100% !important;
  max-width: 50%;
  margin: 0;
  vertical-align: middle;
  padding: 7.5px;
}

@media screen and (min-width: 40em) {
  .instagram-gallery .jr-insta-thumb .no-bullet.thumbnails li {
    max-width: 33.3333%;
  }
}

@media screen and (min-width: 64em) {
  .instagram-gallery .jr-insta-thumb .no-bullet.thumbnails li {
    max-width: 25%;
  }
}

.featured-image-wrapper.category-video,
.category-video .featured-image {
  position: relative;
}

.featured-image-wrapper.category-video:after,
.category-video .featured-image:after {
  font-family: FontAwesome;
  content: "\f04b";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 1.5em;
  padding: 10px 17.14286px 10px 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.ivp-accordion-section.closed .section-title {
  background: #eee;
}

.ivp-accordion-section.closed .section-title:hover {
  background: #f5f5f5;
}

.ivp-accordion-section.closed .section-title:before {
  -webkit-transform: translateY(-55%) rotate(-45deg);
          transform: translateY(-55%) rotate(-45deg);
}

.ivp-accordion-section.closed .section-copy {
  max-height: 0;
}

.ivp-accordion-section .section-title {
  border: 1px solid #ccc;
  padding: 15px 50px 15px 15px;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  position: relative;
}

.ivp-accordion-section .section-title:before {
  content: "\00d7";
  position: absolute;
  top: 50%;
  right: 18px;
  font-size: 1.5em;
  line-height: .75;
  vertical-align: middle;
  -webkit-transform: translateY(-55%) rotate(-90deg);
          transform: translateY(-55%) rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform .33s;
          transition: transform .33s;
  z-index: 2;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-family: sans-serif;
}

.ivp-accordion-section .section-title h2, .ivp-accordion-section .section-title h3 {
  font-size: 2em;
  line-height: 1.1;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ivp-accordion-section .section-copy {
  max-height: 9999em;
  -webkit-transition: max-height .5s;
          transition: max-height .5s;
  overflow: hidden;
}

.ivp-accordion-section .section-copy .inner {
  padding-top: 30px;
  padding-bottom: 60px;
}

body.blog .site-content,
body.single .site-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding-top: 90px;
  padding-bottom: 90px;
}

body.blog .site-content::before, body.blog .site-content::after,
body.single .site-content::before,
body.single .site-content::after {
  content: ' ';
  display: table;
}

body.blog .site-content::after,
body.single .site-content::after {
  clear: both;
}

body.blog .content-area,
body.single .content-area {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

body.blog .content-area:last-child:not(:first-child),
body.single .content-area:last-child:not(:first-child) {
  float: right;
}

body.blog .featured-image,
body.single .featured-image {
  position: relative;
  margin-bottom: 30px;
}

body.blog .hentry {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

body.blog .hentry:last-of-type {
  margin-bottom: 0;
}

body.blog .hentry:last-child {
  border-bottom: none;
}

.nav-links .nav-next,
.nav-links .nav-previous {
  display: block;
  width: auto;
  position: relative;
  padding: 0;
}

.nav-links .nav-next {
  float: right;
}

.nav-links .nav-previous {
  float: left;
}

.nav-links a {
  padding: 15px 30px;
  color: #fff;
  display: block;
}
