/* Do not delete these colors below */
/**
 * Foundation for Sites by ZURB
 * Version 6.2.0
 * 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, 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 {
  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, 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, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-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=30em&large=48em&xlarge=64em&xxlarge=80em&xxxlarge=90em";
}
html {
  font-size: 100%;
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}
textarea {
  height: auto;
  min-height: 50px;
}
select {
  width: 100%;
}
#map_canvas img, .map_canvas img, .mqa-display img, #map_canvas embed, .map_canvas embed, .mqa-display embed, #map_canvas object, .map_canvas object, .mqa-display object {
  max-width: none !important;
}
.is-visible {
  display: block !important;
}
.is-hidden {
  display: none !important;
}
.row {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.row::before, .row::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row .row {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (min-width: 30em) {
  .row .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.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: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 30em) {
  .column, .columns {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .columns.end:last-child:last-child {
  float: left;
}
.column.row.row, .columns.row.row {
  float: none;
}
.row .column.row.row, .row .columns.row.row {
  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--8.33333%-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--16.66667%-1 {
  margin-left: 8.33333%;
}
.small-3 {
  width: 25%;
}
.small-push-3 {
  position: relative;
  left: 25%;
}
.small-pull-3 {
  position: relative;
  left: -25%;
}
.small--25%-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--33.33333%-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--41.66667%-4 {
  margin-left: 33.33333%;
}
.small-6 {
  width: 50%;
}
.small-push-6 {
  position: relative;
  left: 50%;
}
.small-pull-6 {
  position: relative;
  left: -50%;
}
.small--50%-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--58.33333%-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--66.66667%-7 {
  margin-left: 58.33333%;
}
.small-9 {
  width: 75%;
}
.small-push-9 {
  position: relative;
  left: 75%;
}
.small-pull-9 {
  position: relative;
  left: -75%;
}
.small--75%-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--83.33333%-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--91.66667%-10 {
  margin-left: 83.33333%;
}
.small-12 {
  width: 100%;
}
.small--91.66667%-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: 10px;
  padding-right: 10px;
}
.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: 30em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium--8.33333%-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--16.66667%-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium--25%-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--33.33333%-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--41.66667%-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium--50%-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--58.33333%-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--66.66667%-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium--75%-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--83.33333%-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--91.66667%-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium--91.66667%-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: 15px;
    padding-right: 15px;
  }
  .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: 48em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large--8.33333%-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--16.66667%-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large--25%-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--33.33333%-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--41.66667%-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large--50%-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--58.33333%-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--66.66667%-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large--75%-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--83.33333%-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--91.66667%-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large--91.66667%-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: 15px;
    padding-right: 15px;
  }
  .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;
  }
}
@media screen and (min-width: 64em) {
  .xlarge-1 {
    width: 8.33333%;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .xlarge--8.33333%-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    width: 16.66667%;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .xlarge--16.66667%-1 {
    margin-left: 8.33333%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xlarge--25%-2 {
    margin-left: 16.66667%;
  }
  .xlarge-4 {
    width: 33.33333%;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .xlarge--33.33333%-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    width: 41.66667%;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .xlarge--41.66667%-4 {
    margin-left: 33.33333%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xlarge--50%-5 {
    margin-left: 41.66667%;
  }
  .xlarge-7 {
    width: 58.33333%;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .xlarge--58.33333%-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    width: 66.66667%;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .xlarge--66.66667%-7 {
    margin-left: 58.33333%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xlarge--75%-8 {
    margin-left: 66.66667%;
  }
  .xlarge-10 {
    width: 83.33333%;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .xlarge--83.33333%-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    width: 91.66667%;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .xlarge--91.66667%-10 {
    margin-left: 83.33333%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge--91.66667%-11 {
    margin-left: 91.66667%;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 15px;
    padding-right: 15px;
  }
  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .xlarge-uncentered, .xlarge-push-0, .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 80em) {
  .xxlarge-1 {
    width: 8.33333%;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .xxlarge--8.33333%-0 {
    margin-left: 0%;
  }
  .xxlarge-2 {
    width: 16.66667%;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .xxlarge--16.66667%-1 {
    margin-left: 8.33333%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xxlarge--25%-2 {
    margin-left: 16.66667%;
  }
  .xxlarge-4 {
    width: 33.33333%;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .xxlarge--33.33333%-3 {
    margin-left: 25%;
  }
  .xxlarge-5 {
    width: 41.66667%;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .xxlarge--41.66667%-4 {
    margin-left: 33.33333%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xxlarge--50%-5 {
    margin-left: 41.66667%;
  }
  .xxlarge-7 {
    width: 58.33333%;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .xxlarge--58.33333%-6 {
    margin-left: 50%;
  }
  .xxlarge-8 {
    width: 66.66667%;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .xxlarge--66.66667%-7 {
    margin-left: 58.33333%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xxlarge--75%-8 {
    margin-left: 66.66667%;
  }
  .xxlarge-10 {
    width: 83.33333%;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .xxlarge--83.33333%-9 {
    margin-left: 75%;
  }
  .xxlarge-11 {
    width: 91.66667%;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .xxlarge--91.66667%-10 {
    margin-left: 83.33333%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge--91.66667%-11 {
    margin-left: 91.66667%;
  }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 15px;
    padding-right: 15px;
  }
  .xxlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .xxlarge-uncentered, .xxlarge-push-0, .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 90em) {
  .xxxlarge-1 {
    width: 8.33333%;
  }
  .xxxlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .xxxlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .xxxlarge--8.33333%-0 {
    margin-left: 0%;
  }
  .xxxlarge-2 {
    width: 16.66667%;
  }
  .xxxlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .xxxlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .xxxlarge--16.66667%-1 {
    margin-left: 8.33333%;
  }
  .xxxlarge-3 {
    width: 25%;
  }
  .xxxlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xxxlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xxxlarge--25%-2 {
    margin-left: 16.66667%;
  }
  .xxxlarge-4 {
    width: 33.33333%;
  }
  .xxxlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .xxxlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .xxxlarge--33.33333%-3 {
    margin-left: 25%;
  }
  .xxxlarge-5 {
    width: 41.66667%;
  }
  .xxxlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .xxxlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .xxxlarge--41.66667%-4 {
    margin-left: 33.33333%;
  }
  .xxxlarge-6 {
    width: 50%;
  }
  .xxxlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xxxlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xxxlarge--50%-5 {
    margin-left: 41.66667%;
  }
  .xxxlarge-7 {
    width: 58.33333%;
  }
  .xxxlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .xxxlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .xxxlarge--58.33333%-6 {
    margin-left: 50%;
  }
  .xxxlarge-8 {
    width: 66.66667%;
  }
  .xxxlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .xxxlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .xxxlarge--66.66667%-7 {
    margin-left: 58.33333%;
  }
  .xxxlarge-9 {
    width: 75%;
  }
  .xxxlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xxxlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xxxlarge--75%-8 {
    margin-left: 66.66667%;
  }
  .xxxlarge-10 {
    width: 83.33333%;
  }
  .xxxlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .xxxlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .xxxlarge--83.33333%-9 {
    margin-left: 75%;
  }
  .xxxlarge-11 {
    width: 91.66667%;
  }
  .xxxlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .xxxlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .xxxlarge--91.66667%-10 {
    margin-left: 83.33333%;
  }
  .xxxlarge-12 {
    width: 100%;
  }
  .xxxlarge--91.66667%-11 {
    margin-left: 91.66667%;
  }
  .xxxlarge-up-1 > .column, .xxxlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .xxxlarge-up-1 > .column:nth-of-type(1n), .xxxlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxxlarge-up-1 > .column:nth-of-type(1n+1), .xxxlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xxxlarge-up-1 > .column:last-child, .xxxlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xxxlarge-up-2 > .column, .xxxlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .xxxlarge-up-2 > .column:nth-of-type(1n), .xxxlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxxlarge-up-2 > .column:nth-of-type(2n+1), .xxxlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xxxlarge-up-2 > .column:last-child, .xxxlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xxxlarge-up-3 > .column, .xxxlarge-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .xxxlarge-up-3 > .column:nth-of-type(1n), .xxxlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxxlarge-up-3 > .column:nth-of-type(3n+1), .xxxlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xxxlarge-up-3 > .column:last-child, .xxxlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xxxlarge-up-4 > .column, .xxxlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .xxxlarge-up-4 > .column:nth-of-type(1n), .xxxlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxxlarge-up-4 > .column:nth-of-type(4n+1), .xxxlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xxxlarge-up-4 > .column:last-child, .xxxlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xxxlarge-up-5 > .column, .xxxlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .xxxlarge-up-5 > .column:nth-of-type(1n), .xxxlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxxlarge-up-5 > .column:nth-of-type(5n+1), .xxxlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xxxlarge-up-5 > .column:last-child, .xxxlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xxxlarge-up-6 > .column, .xxxlarge-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .xxxlarge-up-6 > .column:nth-of-type(1n), .xxxlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxxlarge-up-6 > .column:nth-of-type(6n+1), .xxxlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xxxlarge-up-6 > .column:last-child, .xxxlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xxxlarge-up-7 > .column, .xxxlarge-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .xxxlarge-up-7 > .column:nth-of-type(1n), .xxxlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxxlarge-up-7 > .column:nth-of-type(7n+1), .xxxlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xxxlarge-up-7 > .column:last-child, .xxxlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xxxlarge-up-8 > .column, .xxxlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .xxxlarge-up-8 > .column:nth-of-type(1n), .xxxlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxxlarge-up-8 > .column:nth-of-type(8n+1), .xxxlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xxxlarge-up-8 > .column:last-child, .xxxlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xxxlarge-collapse > .column, .xxxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xxxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .xxxlarge-uncollapse > .column, .xxxlarge-uncollapse > .columns {
    padding-left: 15px;
    padding-right: 15px;
  }
  .xxxlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .xxxlarge-uncentered, .xxxlarge-push-0, .xxxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
@media screen and (max-width: 29.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 30em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media screen and (min-width: 30em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 29.9375em) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 29.9375em), screen and (min-width: 48em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media screen and (min-width: 48em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-large-only {
    display: none !important;
  }
}
@media screen and (min-width: 64em) {
  .hide-for-xlarge {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .show-for-xlarge {
    display: none !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 79.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em), screen and (min-width: 80em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}
@media screen and (min-width: 80em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}
@media screen and (max-width: 79.9375em) {
  .show-for-xxlarge {
    display: none !important;
  }
}
@media screen and (min-width: 80em) and (max-width: 89.9375em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}
@media screen and (max-width: 79.9375em), screen and (min-width: 90em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}
@media screen and (min-width: 90em) {
  .hide-for-xxxlarge {
    display: none !important;
  }
}
@media screen and (max-width: 89.9375em) {
  .show-for-xxxlarge {
    display: none !important;
  }
}
@media screen and (min-width: 90em) {
  .hide-for-xxxlarge-only {
    display: none !important;
  }
}
@media screen and (max-width: 89.9375em) {
  .show-for-xxxlarge-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;
  }
}
/* Calculate fluid ratio based on two dimensions (width/height) */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.archive-pagination:before, .comments-pagination:before, .clearfix:before, .comment-header:before, .comment-respond .form-submit:before, .clear:before, .entry:before, .entry-pagination:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .sidebar .widget:before, .content-sidebar-wrap:before, .wrap:before, .archive-pagination:after, .comments-pagination:after, .clearfix:after, .comment-header:after, .comment-respond .form-submit:after, .clear:after, .entry:after, .entry-pagination:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .sidebar .widget:after, .content-sidebar-wrap:after, .wrap:after {
  content: " ";
  display: table;
}
.archive-pagination:after, .comments-pagination:after, .clearfix:after, .comment-header:after, .comment-respond .form-submit:after, .clear:after, .entry:after, .entry-pagination:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .sidebar .widget:after, .content-sidebar-wrap:after, .wrap:after {
  clear: both;
}
.archive-pagination, .comments-pagination, .clearfix, .comment-header, .comment-respond .form-submit, .clear, .entry, .entry-pagination, .footer-widgets, .nav-primary, .nav-secondary, .site-container, .site-footer, .site-header, .site-inner, .sidebar .widget, .content-sidebar-wrap, .wrap {
  *zoom: 1;
}
embed, iframe, img, object, video, .wp-caption {
  max-width: 100%;
}
audio, canvas, img, video {
  vertical-align: middle;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure {
  margin: 0;
}
img.aligncenter, .aligncenter {
  display: block;
  margin: 0 auto 24px auto;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
img.alignleft, .wp-caption.alignleft {
  margin-right: 24px;
  margin-bottom: 24px;
}
img.alignright, .wp-caption.alignright {
  margin-bottom: 24px;
  margin-left: 24px;
}
.wp-caption {
  width: auto !important;
}
.wp-caption p {
  margin-bottom: 0;
}
.wp-caption-text {
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 30em) {
  .alignleft {
    float: left;
  }
  .alignright {
    float: right;
  }
}
/* WordPress
 --------------------------------------------- */
.widget_calendar table {
  width: 100%;
}
.widget_calendar td, .widget_calendar th {
  text-align: center;
}
.comment-form label {
  display: block;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form select, .comment-form textarea {
  max-width: 100%;
}
input, button {
  outline: none;
}
input[type=text], input[type=password], input[type=email] {
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button.btn, a.btn {
  font: 600 12px "Inter";
  text-transform: uppercase;
  background: #fff;
  border: 2px solid #3AA48B;
  color: #3AA48B;
}
.entry-title {
  overflow: hidden;
  word-wrap: break-word;
}
.entry-title a {
  color: #3AA48B;
}
.entry-title a:hover, .entry-title a:focus, .entry-title a:active {
  color: #283039;
}
.entry-content p {
  margin-bottom: 24px;
}
.entry-content ol, .entry-content ul {
  margin-bottom: 24px;
}
.entry-content ol ol, .entry-content ul ol, .entry-content ol ul, .entry-content ul ul {
  margin-bottom: 24px;
}
.entry-content ol li {
  list-style-type: decimal;
}
.entry-content ul li {
  list-style-type: disc;
}
.entry-content ul:not([class]), .entry-content ol:not([class]) {
  margin-left: 20px;
}
.entry-content ul:not([class]) li, .entry-content ol:not([class]) li {
  padding-bottom: 4px;
}
.more-link {
  position: relative;
  white-space: nowrap;
}
.entry-meta {
  clear: both;
}
.archive-pagination {
  clear: both;
  display: flex;
  justify-content: center;
}
.archive-pagination li {
  display: inline;
}
.current {
  background: #3AA48B;
  color: white;
  margin-right: 5px;
  width: 35px;
  display: inline-block;
  text-align: center;
  height: 30px;
  padding-top: 3px;
  border: 1px solid #3AA48B;
}
.page-numbers {
  border: 2px solid #3AA48B;
  margin-right: 5px;
  width: 44px;
  display: inline-block;
  text-align: center;
  height: 40px;
  padding-top: 6px;
}
.page-numbers:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.page-numbers.current:hover {
  background: #3AA48B;
  border-color: #3AA48B;
}
.arrows {
  border: none;
  margin: 0;
  width: auto;
  margin-right: 12px;
  margin-left: 7px;
}
.arrows:hover {
  background: transparent;
  color: #283039;
  padding-top: 6px;
}
a {
  outline: none !important;
}
a:focus {
  outline: none !important;
}
footer.primary {
  background: #283039;
  color: #fff;
  padding: 70px 0;
  text-align: center;
}
form.search {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 300px;
}
@media screen and (min-width: 48em) {
  form.search {
    max-width: 620px;
  }
}
form.search input[type=text] {
  vertical-align: top;
  height: 60px;
  width: 100%;
  border: 2px solid white;
  border-right: 0;
  font-size: 18px;
  color: #283039;
  padding: 0 20px;
}
@media screen and (min-width: 48em) {
  form.search input[type=text] {
    font-size: 22px;
    max-width: 560px;
    margin-right: 60px;
  }
}
form.search button {
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: top;
  width: 60px;
  height: 60px;
  font-size: 28px;
  text-align: center;
  padding: 0;
}
button.btn.primary, button.btn.btn-primary, a.btn.primary, a.btn.btn-primary {
  color: #fff;
  background: #3AA48B;
}
button.btn.primary:hover:not(:disabled), button.btn.btn-primary:hover:not(:disabled), a.btn.primary:hover:not(:disabled), a.btn.btn-primary:hover:not(:disabled) {
  color: #fff;
  background: #379f86;
  border-color: #379f86;
}
footer.primary nav {
  display: none;
}
@media screen and (min-width: 48em) {
  footer.primary nav {
    display: block;
  }
}
footer.primary nav li {
  display: inline-block;
  list-style-type: none;
  vertical-align: bottom;
  padding: 20px 8px;
}
footer.primary nav a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
}
footer.primary nav a:hover {
  color: #c1da5a;
}

ul.social {
    margin-top: 25px;
}

ul.social a {
	color: #c4ccd4;
}

ul.social a:hover {
	color: #fff;
}

@media only screen and (max-width: 767px) {
  footer.primary ul.social {
    margin-top: 20px;
  }
}
footer.primary ul.social li {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  footer.primary ul.social li {
    font-size: 30px;
  }
}
footer.primary ul.social li a:hover {
  color: #fff;
}
footer.primary ul.social li.gplus {
  width: 2em;
  height: 2em;
  padding: 2px;
}
footer.primary ul.social li.gplus a svg {
  display: inline-block;
  line-height: 2em;
  height: 100%;
  width: 100%;
}
footer.primary ul.social .fa-inverse {
  color: #283039;
}
footer.copyright {
  color: #c4ccd4;
  background: #283039;
  border-top: 1px solid #414d59;
	
  padding: 20px 0;
  font-weight: 400;
  font-size: 14px;
}

footer.copyright a {
	color: #c4ccd4; 
}

footer.copyright a:hover {
	color: #fff; 
}


.copyright.small-12 {
    display: flex;
    width: 100%;
    text-align: left;
    justify-content: space-between;
}

.footer__legal ul {
    display: flex;
}



@media only screen and (max-width: 767px) {
  footer.copyright {
    text-align: center;
  }
}
footer.copyright ul li {
  display: inline-block;
  vertical-align: bottom;
  padding-right: 27px;
}
@media only screen and (max-width: 767px) {
  footer.copyright ul li:first-child, footer.copyright ul li:last-child {
    padding-right: 0;
  }
  footer.copyright ul li:first-child {
    display: block;
    margin-bottom: 7px;
	 margin-right: 10px;
  }
}
footer.copyright .logos {
  margin-top: 12px;
}
@media screen and (min-width: 48em) {
  footer.copyright .logos {
    text-align: right;
    margin-top: 0;
  }
}
footer.copyright .payment_icon {
  display: inline-block;
}
.payment-flat-amex, .payment-flat-discover, .payment-flat-mastercard, .payment-flat-paypal, .payment-flat-visa {
  background: url("../images/payment-8277d114319f546f5d097a59905416782c5b3323519cd113b8cec3bab099c162.svg") no-repeat;
}
.payment-flat-amex-dims, .payment-flat-mastercard-dims, .payment-flat-paypal-dims, .payment-flat-visa-dims {
  width: 40px;
  height: 25px;
}
.payment-flat-discover-dims {
  width: 39px;
  height: 25px;
}
.payment-flat-visa {
  background-position: 100% 50%;
}
.payment-flat-mastercard {
  background-position: 100% 0;
}
.payment-flat-amex {
  background-position: 0 0;
}
.payment-flat-discover {
  background-position: 0 100%;
}
.payment-flat-paypal {
  background-position: 0 50%;
}

/*
 Site Header
 ---------------------------------------------- */
.site-header {
	position: relative;
    height: 70px;
    background: #3AA48B;
    width: 100%;
    z-index: 1000;

}

.menu-primary a {
	color: #c0f1e8;
}

.menu-primary a:hover {
	color: #fff;
}





@media only screen and (max-width: 767px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
}
.site-header .row {
  position: relative;
}
.site-header .site-title {
  margin-top: 18px;
}
/*.site-header .site-title img {
  width: 103px;
}*/
/* Widget Area
 --------------------------------------------- */
.widget-area {
  word-wrap: break-word;
}
.site-header .widget-area .widget-title {
  display: none;
}
.menu-mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 282px;
  background: #2a333b;
  color: #fff;
  height: 100%;
  overflow: auto;
  /* so that we can scroll the menu on small devices */
  transition: transform 0.5s ease-in-out;
 -ms-transform: translate3d(282px, 0, 0);
-webkit-transform: translate3d(282px, 0, 0);
-moz-transform: translate3d(282px, 0, 0);
-o-transform: translate3d(282px, 0, 0);
transform: translate3d(282px, 0, 0);

}
.menu-mobile-container.slide-over {
-ms-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.menu-mobile-container ul {
  padding: 0 10px;
}
.menu-mobile-container ul li {
  position: relative;
  display: block;
  list-style: none;
  width: 100%;
  font: 18px Arial, Helvetica, sans-serif;
  color: #fff;
  border-bottom: 1px solid #999;
  background: #2a333b;
}
.menu-mobile-container ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 5px 10px;
  color: #fff;
}
.menu-mobile-container ul li:hover, .menu-mobile-container ul li.current_page_item {
  background-color: #3AA48B;
  color: #c1da5a;
}
@media only screen and (max-width: 767px) {
  .slide-left, .site-header, .site-inner, footer {
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
  }
  .slide-left.slide-over, .site-header.slide-over, .site-inner.slide-over, footer.slide-over {
    -ms-transform: translate(-282px, 0);
    transform: translate(-282px, 0);
    -webkit-transform: translate(-282px, 0);
    -moz-transform: translate(-282px, 0);
  }
  .mobile-menu-toggle {
    cursor: pointer;
    position: fixed;
    top: 25px;
    right: 11px;
    display: block;
    float: right;
  }
  .mobile-menu-toggle .line {
    display: block;
    height: 3px;
    width: 20px;
    margin-top: 3px;
    background: hsla(0,0%,100%,.6);
  }
  .nav-primary,
  .site-header .widget_search {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .nav-primary {
    text-align: right;
    /*margin-top: 36px;*/
	  line-height: 70px; /* Same line height as parent height to vertically align */
	  width: fit-content;
	  margin-right: 32px;
  }
  .nav-primary li {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-left: 18px;
    border-bottom: none;
    height: 30px;
  }
  .nav-primary li a {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.33em;
    text-transform: uppercase;
    display: block;
  }
	
	.header-widget-area form {
		display: flex;
	}
	
	
	.header-widget-area input[type="search"] {
		border: none;
		background: #3AA48B;
		order: 2;
	}
	
	.header-widget-area input[type="search"]::placeholder {
		color: #fff;
		opacity: 0.8;
	}
	
	.header-widget-area .fa {
		font-size: 18px;
	}
	
	
	.header-widget-area {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	
  /*.nav-primary li:hover, .nav-primary li.current_page_item, .nav-primary li.current-menu-item {
    border-bottom: 3px solid #c1da5a;
    -webkit-transition: border-bottom-width 0.5s;
    transition: border-bottom-width 0.5s;
  }
  .nav-primary li:hover a, .nav-primary li.current_page_item a, .nav-primary li.current-menu-item a {
    color: #c1da5a;
  }*/
	
}
html {
  font-size: 100%;
}
/* Typography resets */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;	
  font-size: 18px;
  line-height: 1.5em;
	
  color: #000;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
}
p.no-margin {
  margin-bottom: 0 !important;
}
a {
  color: #3AA48B;
  text-decoration: none;
}
a:hover {
  color: #283039;
}
strong {
  font-weight: 600;
}
/* Headings
 --------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.3em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #3AA48B;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #283039;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 20px;
}
h4 {
  font-size: 12px;
}
@media screen and (min-width: 48em) {
  h4 {
    font-size: 16px;
  }
}
.entry-content p a, .entry-content li a {
  color: #3AA48B;
  text-decoration: underline;
  font-weight: 600;
}
.entry-content p a:hover, .entry-content li a:hover {
  color: #283039;
}
/* CSS Document */
.site-inner .row, footer .row {
  max-width: 1180px;
}
button {
  border: 0;
}

.after-header {
  padding-top: 9px;
  border-bottom: 1px solid #d7d7d7;

	/*background: #fff;
    margin-top: 70px;
    z-index: 1000;
    position: fixed;
    width: 100%;*/

}


@media only screen and (max-width: 767px) {
  .after-header {
	position: relative;
	z-index: 1;
  }
}
.after-header .widget_nav_menu {
  position: relative;
}
.after-header .widget_nav_menu ul li {
  list-style-type: none;
}
@media only screen and (max-width: 1023px) {
  .after-header .widget_nav_menu .widget-title {
    padding: 0 10px;
    cursor: pointer;
    position: relative;
    width: 110px;
    height: 32px;
    line-height: 32px;
    text-transform: uppercase;
  }
  .after-header .widget_nav_menu .widget-title:after {
    content: "\f078";
    font-family: 'fontAwesome';
    font-size: 12px;
    color: #2a333b;
    position: absolute;
    top: -1px;
    right: 10px;
  }
  .after-header .widget_nav_menu .widget-title.open {
    background: #3AA48B;
    color: #fff;
  }
  .after-header .widget_nav_menu .widget-title.open:after {
    color: #fff;
  }
  .after-header .widget_nav_menu .widget-title + div {
    display: none;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .after-header .widget_nav_menu .widget-title {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
@media screen and (min-width: 64em) {
  .after-header .widget_nav_menu {
    padding-top: 10px;
  }
  .after-header .widget_nav_menu .widget-title {
    display: none;
  }
  .after-header .widget_nav_menu ul {
    text-transform: uppercase;
  }
  .after-header .widget_nav_menu ul:before {
    content: 'Categories: ';
  }
  .after-header .widget_nav_menu ul li {
    display: inline-block;
    padding: 0 4px;
    height: 40px;
  }
  .after-header .widget_nav_menu ul li:hover, .after-header .widget_nav_menu ul li.current_page_item, .after-header .widget_nav_menu ul li.current-menu-item {
    border-bottom: 5px solid #2a333b;
    -webkit-transition: border-bottom-width 0.5s;
    transition: border-bottom-width 0.5s;
  }
  .after-header .widget_nav_menu ul li:hover a, .after-header .widget_nav_menu ul li.current_page_item a, .after-header .widget_nav_menu ul li.current-menu-item a {
    color: #2a333b;
  }
}
.after-header .widget_search {
  text-align: right;
  padding-bottom: 9px;
}
.after-header .widget_search .widget-title {
  display: none;
}
.after-header .widget_search form {
  position: relative;
}
.after-header .widget_search input {
  height: 32px;
  padding: 0 20px 0 10px;
  max-width: 280px;
  width: 100%;
  border: 1px solid #d4d6d8;
}
@media screen and (min-width: 48em) {
  .after-header .widget_search input {
    height: 40px;
  }
}
.after-header .widget_search button.btn {
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: top;
  width: 32px;
  height: 32px;
  font-size: 16px;
  text-align: center;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .after-header .widget_search button.btn {
    width: 40px;
    height: 40px;
  }
}
.content {
  /*padding-top: 30px;*/
  padding-bottom: 48px;
}


/* Added this to place content below fixed header */
.site-inner.slide-left {
    /*margin-top: 160px;*/
    margin-top: 80px;
}


@media only screen and (max-width: 767px) {

  .site-inner.slide-left {
      margin-top: 30px;
  }

}

@media only screen and (max-width: 1023px) {
  .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 10;
    background: #3AA48B;
    width: 110px;
    padding: 0 0 10px 0;
  }
  .dropdown li {
    list-style-type: none;
    display: block;
  }
  .dropdown li a {
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    color: #fff;
    font-size: 12px;
  }
  .dropdown li a:hover {
    background: #69c3a7;
    color: #2a333b;
  }
  .open + .dropdown {
    display: block !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .dropdown {
    width: 140px !important;
  }
  .dropdown li a {
    font-size: 16px;
  }
}
/* CSS Document */
.blog .welcome-message, .archive .welcome-message {
  text-align: center;
  padding: 44px 0 0;
  font-weight: 600;
}
@media screen and (min-width: 48em) {
  .blog .welcome-message h1, .archive .welcome-message h1 {
    font-size: 42px;
    margin-bottom: 30px;
  }
}


.blog .featured-posts, .archive .featured-posts {
  padding-bottom: 20px;
  /*padding-top: 30px;*/
}


.blog .featured-posts .columns, .archive .featured-posts .columns {
  position: relative;
}
.blog .featured, .archive .featured {
  background: #2a333b;
  color: #fff;
  text-transform: uppercase;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 10px;
  font-weight: 600;
  font-size: 12px;
}
.blog .entry-meta, .archive .entry-meta {
  font-size: 12px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.blog .content .column, .blog .content .columns, .archive .content .column, .archive .content .columns {
  text-align: center;
}
.blog .content .column .entry-header, .blog .content .columns .entry-header, .archive .content .column .entry-header, .archive .content .columns .entry-header {
  padding: 19px 0 40px;
}
@media screen and (min-width: 48em) {
  .blog .content .column .entry-header, .blog .content .columns .entry-header, .archive .content .column .entry-header, .archive .content .columns .entry-header {
    padding: 19px 24px 40px;
  }
}
.content .load-more {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid #3AA48B;
  padding: 9px 20px 10px;
  color: #3AA48B;
}
.content .load-more:hover {
  color: #fff;
  background: #379f86;
  border-color: #379f86;
}
.featured-posts .entry-header {
  padding-top: 19px;
}
@media screen and (min-width: 64em) {
  .featured-posts .entry-header, .featured-posts .entry-content {
    padding-left: 28px;
    padding-right: 20px;
    padding-top: 0;
  }
}
.featured-posts h2 {
  font-size: 26px;
  margin-bottom: 35px;
}
.author .welcome-message {
  background: #f4f5f5;
  padding: 50px 0;
  border-bottom: 1px solid #dfe1e2;
  margin-bottom: 20px;
  margin-top: -30px;
}
.author .welcome-message h1 {
  margin: 18px auto 18px;
}
.author .welcome-message p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
}
.single-post .content {
	padding-top: 30px;
}
.single-post .content .entry img {
  display: block;
}
@media screen and (min-width: 48em) {
  .single-post .content .entry img:not(.post-thumbnail):not(.wp-post-image) {
    max-width: 580px;
    width: auto;
  }
}
.single-post .content .entry img.post-thumbnail {
  margin: 0 auto 48px;
	display: none;
}
.single-post .content .entry .entry-content img:not(.alignright):not(.alignleft) {
  margin: 0 auto 24px auto;
}

.single-post-image.wp-caption {
	margin-bottom: 48px;
}

.single-post-image.wp-caption img {
	display: block;
	margin: auto;
}

.wp-caption-text {
	margin-top: 5px;
	font-size: 15px;
}



/*.size-full {
    margin: 0 auto;
}*/


.single-post .content .entry-header {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.single-post .content .entry-header h1 {
  font-size: 42px;
  margin-bottom: 24px;
}
.single-post .content .entry-header .entry-meta {
  margin-bottom: 48px;
}
.single-post .content .entry-content, .single-post .content .entry-footer {
  max-width: 980px;
  margin: 0 auto;
}
.single-post .content .entry-content h1, .single-post .content .entry-footer h1, .single-post .content .entry-content h2, .single-post .content .entry-footer h2 {
  font-size: 24px;
  margin-bottom: 24px;
}
.single-post .entry-footer {
  padding: 32px 0 48px;
}
.single-post .comments {
  padding-bottom: 30px;
}
.single-post .comment-respond {
  max-width: 780px;
  margin: 0 auto;
  padding: 48px 0;
  position: relative;
}
.share-icons {
  margin-top: 24px;
}
@media screen and (min-width: 48em) {
  .share-icons {
    margin-top: 0;
  }
}
.share-icons li {
  list-style-type: none;
  display: inline-block;
}
@media screen and (min-width: 48em) {
  .share-icons {
    text-align: right;
  }
}
.related-posts {
  padding: 48px 0 0;
}
.related-posts h1 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 48em) {
  .related-posts h1 {
    font-size: 42px;
  }
}
.related-posts .entry-meta {
  font-size: 12px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.related-posts .column, .related-posts .columns {
  text-align: center;
}
.related-posts .column .entry-header, .related-posts .columns .entry-header {
  padding: 19px 0 40px;
}
@media screen and (min-width: 48em) {
  .related-posts .column .entry-header, .related-posts .columns .entry-header {
    padding: 19px 24px 40px;
  }
}
.entry-content input[type='text'] {
  border: 1px solid #d4d6d8;
  background: white;
  padding: 0 10px;
  height: 29px;
  font-size: 14px;
  -webkit-appearance: none;
  border-radius: 0;
}
.entry-content button {
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid #3AA48B;
  padding: 9px 20px 10px;
  color: #3AA48B;
  background: #fff;
  font-size: 12px;
}
.entry-content button:hover {
  color: #fff;
  background: #379f86;
  border-color: #379f86;
}
.search .archive-description {
  text-align: center;
  padding: 44px 0 0;
  font-weight: 600;
}
@media screen and (min-width: 48em) {
  .search .archive-description h1 {
    font-size: 42px;
  }
}
.search.search-no-results .entry {
  text-align: center;
  display: none;
}
.search .entry {
  margin-bottom: 40px;
}
.search .entry h2 {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .search .entry {
    text-align: center;
  }
  .search .entry img {
    margin-bottom: 19px;
  }
}
.search .entry-meta {
  margin-bottom: 18px;
}
.error404 .entry {
  text-align: center;
}
.error404 .entry h1 {
  margin-top: 10px;
  margin-bottom: 15px;
}
@media screen and (min-width: 48em) {
  .error404 .entry h1 {
    font-size: 42px;
  }
}
.error404 .entry p {
  font-size: 24px;
  margin-bottom: 0;
}
.error404 .entry img {
  max-width: 580px;
}
.breadcrumb {
  /*margin-top: 25px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  width: auto;
  white-space: nowrap;
}
.breadcrumb.entry-breadcrumb {
  max-width: 890px;
}
.content .breadcrumb {
  display: none;
}
@media only screen and (max-width: 767px) {
  .single-post .content {
    padding-top: 25px;
  }
}

.twitter-tweet {
	margin: 0 auto;
}


/* Fix Safari inner shadow and rounded corner bug */
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

/* This is so that the CTA hide behind them when scrolled tp the bottom */
footer.copyright,
footer.primary {
  position: relative;
}


/* NEW CTA */
.cta-wrapper {
    position: fixed;
    bottom: -90px;

    /*Dark*/
    /*background: #2a323c;*/
    background: #ffffff;
    width: 100%;
    border-top: 1px solid #d4d6d8;
    padding: 20px 0;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;

   /* Dropshadow */
   -webkit-box-shadow: 0px -3px 10px -3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px -3px 10px -3px rgba(0,0,0,0.2);
    box-shadow: 0px -3px 10px -3px rgba(0,0,0,0.2);

    /* Animate the slide up */
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;

}

.cta-input-wrapper {
    width: 40%;
    margin-right: 30px;
}

.cta-input {
  	border: none;
  	padding: 13px 10px;
  	color: #000;
    font-size: 16px;
    border:1px solid #d4d6d8;
    width: 100%;
    margin-left: 20px;
}

#cta-button {
  	padding: 12px 15px;
    font-size: 14px;
 	height: 50px;
}

#cta-button .fa {
  display: none;
}

@media only screen and (max-width: 767px) {

  .cta-logo {
      display: none;
  }

  .cta-input {
    margin: 0;
  }

  .cta-input-wrapper {
    width: 75%;
    margin: 0;
  }

  #cta-button {
    padding: 0px 13px;
  }

  #cta-button .fa {
    display: block;
    font-size: 25px;
	/*margin-top: 10px;*/
  }

  #cta-button .cta-button-text {
    display: none;
  }

}





/*
 * // Call to action banner 
*/

.callToAction {
  background: grey;
  display: flex;
  flex-direction: column;
  padding: 36px 18px;
  color: white;
  text-align: center;
  margin-bottom: 45px;
}
	
	
	
  .callToAction h4 {
      margin: 0;
      margin-bottom: 18px;
      font-size: 24px;
      line-height: 30px;
  }


  .callToAction.image {
    border-radius: 100%;
    width: 100px;
    margin: auto;
    margin-bottom: 27px;
    height: 100px;
    width: 100px;
  }


  .callToAction p {
    margin-bottom: 27px;
  }


  .callToAction .button {
    background: green;
    width: auto;
    padding: 17px 33px;
  }




/*
 * // Call to action button 
*/

.CtaButton {
	background: #3AA48B;
	border-radius: 2px;
    display: block;
    width: max-content;
    padding: 16px 32px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
}

.CtaButton:hover {
	background: #2E836F;
	color: #fff;
}

.CtaButton:focus {
	/*border: 4px solid rgba(58, 164, 139, 0.4);*/
}

