@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

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

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

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

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

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

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

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

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

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

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

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

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

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

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

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

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

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media screen and (min-width: 90em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media screen and (min-width: 120em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 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 {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.3333333333%; }

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

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

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

.small-2 {
  width: 16.6666666667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.3333333333%; }

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

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

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

.small-5 {
  width: 41.6666666667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.3333333333%; }

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

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

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

.small-8 {
  width: 66.6666666667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.3333333333%; }

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

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

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

.small-11 {
  width: 91.6666666667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .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 {
  float: left;
  width: 50%; }
  .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 {
  float: left;
  width: 33.3333333333%; }
  .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 {
  float: left;
  width: 25%; }
  .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 {
  float: left;
  width: 20%; }
  .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 {
  float: left;
  width: 16.6666666667%; }
  .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 {
  float: left;
  width: 14.2857142857%; }
  .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 {
  float: left;
  width: 12.5%; }
  .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-right: 0;
  padding-left: 0; }

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

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

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

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

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

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .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 {
    float: left;
    width: 50%; }
    .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 {
    float: left;
    width: 33.3333333333%; }
    .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 {
    float: left;
    width: 25%; }
    .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 {
    float: left;
    width: 20%; }
    .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 {
    float: left;
    width: 16.6666666667%; }
    .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 {
    float: left;
    width: 14.2857142857%; }
    .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 {
    float: left;
    width: 12.5%; }
    .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-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .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 {
    float: left;
    width: 50%; }
    .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 {
    float: left;
    width: 33.3333333333%; }
    .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 {
    float: left;
    width: 25%; }
    .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 {
    float: left;
    width: 20%; }
    .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 {
    float: left;
    width: 16.6666666667%; }
    .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 {
    float: left;
    width: 14.2857142857%; }
    .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 {
    float: left;
    width: 12.5%; }
    .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-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 90em) {
  .xlarge-1 {
    width: 8.3333333333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.6666666667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%; }
  .xlarge-4 {
    width: 33.3333333333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.6666666667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%; }
  .xlarge-7 {
    width: 58.3333333333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.6666666667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%; }
  .xlarge-10 {
    width: 83.3333333333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.6666666667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .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 {
    float: left;
    width: 50%; }
    .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 {
    float: left;
    width: 33.3333333333%; }
    .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 {
    float: left;
    width: 25%; }
    .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 {
    float: left;
    width: 20%; }
    .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 {
    float: left;
    width: 16.6666666667%; }
    .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 {
    float: left;
    width: 14.2857142857%; }
    .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 {
    float: left;
    width: 12.5%; }
    .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-right: 0;
    padding-left: 0; }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 120em) {
  .xxlarge-1 {
    width: 8.3333333333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.6666666667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%; }
  .xxlarge-4 {
    width: 33.3333333333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.6666666667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%; }
  .xxlarge-7 {
    width: 58.3333333333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.6666666667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%; }
  .xxlarge-10 {
    width: 83.3333333333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.6666666667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .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 {
    float: left;
    width: 50%; }
    .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 {
    float: left;
    width: 33.3333333333%; }
    .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 {
    float: left;
    width: 25%; }
    .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 {
    float: left;
    width: 20%; }
    .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 {
    float: left;
    width: 16.6666666667%; }
    .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 {
    float: left;
    width: 14.2857142857%; }
    .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 {
    float: left;
    width: 12.5%; }
    .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-right: 0;
    padding-left: 0; }
  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.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 print, 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 print, 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: 89.9375em) {
  .hide-for-large-only {
    display: none !important; } }

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

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

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

@media screen and (min-width: 90em) and (max-width: 119.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

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

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

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

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

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

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

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

.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; } }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 90em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.xlarge-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.xlarge-vertical > li {
      display: block; } }
  @media screen and (min-width: 120em) {
    .menu.xxlarge-horizontal > li {
      display: table-cell; }
    .menu.xxlarge-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.xxlarge-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.xxlarge-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu.menu-bordered li {
    border: 1px solid #F8F8F8; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #F8F8F8; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block;
    vertical-align: top; }

.no-js [data-responsive-menu] ul {
  display: none; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #9B9B9B;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  right: 5px;
  margin-top: -2px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #fff transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fff; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fff transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fff; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fff transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fff; } }

@media screen and (min-width: 90em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fff transparent transparent; }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fff; } }

@media screen and (min-width: 120em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fff transparent transparent; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fff; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -4px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 10rem;
  border: 1px solid #9B9B9B;
  background: #F8F8F8; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fff transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fff; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  table thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  table tfoot {
    background: #f1f1f1;
    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 th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@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 thead tr:hover {
  background-color: #f3f3f3; }

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

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

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

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

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #F8F8F8; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 119.9375em) {
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
      width: 100%; } }
  .top-bar.stacked-for-xxlarge .top-bar-left,
  .top-bar.stacked-for-xxlarge .top-bar-right {
    width: 100%; }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

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

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  overflow-x: hidden; }

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

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #12354A;
  background: #F8F8F8 url("../img/footer-logo.png?25") fixed no-repeat -100px bottom;
  font-size: 1rem;
  line-height: 1.4; }
  @media (min-width: 64em) {
    body {
      /* width >= large */
      font-size: 1.125rem; } }

main {
  background-color: #fff; }

h1, h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 194.444444444%;
  color: #727272; }

h2:first-of-type {
  margin-top: 0; }

h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700; }

a.cta, .page .content a.cta {
  transition: background-color 700ms, border-color 700ms;
  display: inline-block;
  color: #fff;
  background-color: #0094D6;
  text-decoration: none;
  border-radius: 1.875rem;
  text-align: center;
  padding: 0.625rem 1.25rem;
  margin-top: 0.625rem;
  border: 1px solid transparent; }
  a.cta:hover, a.cta:focus, .page .content a.cta:hover, .page .content a.cta:focus {
    color: #fff;
    background-color: #12354A;
    border-color: rgba(255, 255, 255, 0.2); }

a.more, .content a.more {
  transition: color 200ms;
  color: #0094D6;
  font-size: 66.6666666667%;
  text-decoration: none; }
  a.more:after, .content a.more:after {
    content: '\2192';
    font-size: 160%;
    position: relative;
    top: 0.1875rem; }
  a.more:hover, a.more:focus, .content a.more:hover, .content a.more:focus {
    color: #fff; }
  a.more:hover, a.more:focus, .content a.more:hover, .content a.more:focus {
    color: #12354A; }

.content {
  color: #12354A; }
  .content h2 {
    margin-bottom: 0.625rem; }
  .content p {
    margin-top: 0; }
  .content a {
    color: #12354A; }
    .content a:hover, .content a:focus {
      text-decoration: none;
      color: #0094D6; }
  .content th {
    text-align: left;
    font-weight: normal; }
  .content th, .content td {
    vertical-align: top; }
  .content ul {
    padding-left: 0;
    margin-left: 1.25rem;
    margin-bottom: 2.5rem; }

ul.plain, ul.plain li, ol.plain, ol.plain li {
  margin-left: 0;
  padding-left: 0; }

ul.plain li, ol.plain li {
  list-style-type: none;
  margin-bottom: 0.625rem; }

.alignright, .alignleft {
  margin-bottom: 1.25rem; }

.alignright {
  float: right;
  margin-left: 1.25rem; }

.alignleft {
  float: left;
  margin-right: 1.25rem; }

.wp-caption-text {
  font-weight: 700;
  font-size: 77.7777777778%;
  padding: 0.625rem 0; }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  top: auto;
  white-space: nowrap; }

.horiz-list {
  display: flex;
  flex-wrap: wrap; }
  .horiz-list, .horiz-list li {
    padding: 0;
    margin: 0; }
  .horiz-list li {
    list-style-type: none; }

#skip-link {
  position: relative;
  z-index: 1000; }
  #skip-link a {
    position: absolute;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE 6/7 */
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    top: auto;
    white-space: nowrap; }
    #skip-link a:focus {
      clip: auto;
      width: auto;
      height: auto;
      margin: 0;
      padding: 0;
      position: static;
      padding: 1rem;
      color: #12354A;
      background-color: #fff; }

.sticky.is-stuck {
  z-index: 1500; }

header.header {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 900;
  background-color: #12354A; }
  header.header h1 {
    margin: 0; }
  header.header, header.header a {
    color: #fff; }
  header.header .menu > li {
    vertical-align: top; }
  header.header .top-bar {
    background-color: #12354A;
    padding: 0.875rem 0;
    position: relative; }
    header.header .top-bar ul {
      background-color: transparent;
      margin-left: 0;
      padding-left: 0; }
    header.header .top-bar a {
      display: block;
      text-decoration: none;
      padding: 0.625rem;
      font-size: 100%;
      line-height: 1.4;
	  font-weight: 300;}
      @media (min-width: 40em) {
        header.header .top-bar a {
          /* width > small */
          white-space: nowrap; } }
    header.header .top-bar span[data-responsive-toggle] {
      position: absolute;
      top: 2.125rem;
      right: 1.25rem; }
    header.header .top-bar .menu-icon {
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 0.05rem;
      font-size: 77.7777777778%;
      font-weight: 700; }
    header.header .top-bar .logo {
      padding: 0 1rem; }
      header.header .top-bar .logo h1 {
        margin: 0; }
      header.header .top-bar .logo a {
        padding: 0; }
      header.header .top-bar .logo img {
        display: block; }
    header.header .top-bar .submenu {
      background-color: #fff;
      border-radius: 4px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
      padding: 0.75rem 1.25rem 0.6875rem 1.0625rem; }
      header.header .top-bar .submenu a {
        color: #12354A;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 90%;
        border-top: 1px solid #727272; }
        header.header .top-bar .submenu a:hover, header.header .top-bar .submenu a:focus {
          color: #0094D6; }
      header.header .top-bar .submenu li:first-child a {
        border-top: none; }
    header.header .top-bar .menu-main-menu-container {
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
      @media (min-width: 40em) {
        header.header .top-bar .menu-main-menu-container {
          /* width > small */
          padding-left: 0;
          padding-right: 0; } }
    header.header .top-bar .menu-secondary-header-menu-container {
      font-size: 77.7777777778%;
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
      @media (min-width: 40em) {
        header.header .top-bar .menu-secondary-header-menu-container {
          /* width > small */
          padding-top: 0.25rem;
          padding-left: 0;
          padding-right: 0;
          display: inline-block; } }
      header.header .top-bar .menu-secondary-header-menu-container .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
        border-color: #BBD04C transparent transparent; }
      header.header .top-bar .menu-secondary-header-menu-container .dropdown.menu > li.is-dropdown-submenu-parent > a:hover::after, header.header .top-bar .menu-secondary-header-menu-container .dropdown.menu > li.is-dropdown-submenu-parent > a:focus::after {
        border-color: #12354A transparent transparent; }
      header.header .top-bar .menu-secondary-header-menu-container > ul > li > a {
        margin-left: 0.25rem;
        color: #BBD04C;
        text-transform: uppercase;
        letter-spacing: 0.05rem;
        border-radius: 1.875rem; }
        header.header .top-bar .menu-secondary-header-menu-container > ul > li > a:hover, header.header .top-bar .menu-secondary-header-menu-container > ul > li > a:focus {
          color: #12354A;
          background-color: #BBD04C; }
      header.header .top-bar .menu-secondary-header-menu-container > ul > li:first-child a {
        margin-left: 0; }
      header.header .top-bar .menu-secondary-header-menu-container li.menu-item-29 a {
        border-radius: 1.875rem;
        border: 1px solid #BBD04C; }
      header.header .top-bar .menu-secondary-header-menu-container .submenu a {
        font-size: 100%;
        color: #12354A; }
        header.header .top-bar .menu-secondary-header-menu-container .submenu a:hover, header.header .top-bar .menu-secondary-header-menu-container .submenu a:focus {
          color: #0094D6; }
    header.header .top-bar .search-button {
      display: inline-block;
      margin-left: 0.5rem;
      position: relative; }
      @media (min-width: 40em) {
        header.header .top-bar .search-button {
          /* width > small */
          margin-left: 0;
          top: -0.125rem; } }
      header.header .top-bar .search-button a {
        border: 1px solid #BBD04C;
        background: transparent url("../img/search-icon.png?25") no-repeat center center;
        background-size: 0.875rem;
        border-radius: 50%;
        width: 2rem;
        height: 2rem; }
        header.header .top-bar .search-button a:hover, header.header .top-bar .search-button a:focus {
          background-color: rgba(187, 208, 76, 0.5); }
      header.header .top-bar .search-button span {
        display: block;
        position: absolute;
        overflow: hidden;
        clip: rect(1px 1px 1px 1px);
        /* IE 6/7 */
        clip: rect(1px, 1px, 1px, 1px);
        width: 1px;
        height: 1px;
        top: auto;
        white-space: nowrap; }
    header.header .top-bar .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
      right: 11px;
      margin-top: -1px; }
    header.header .top-bar .top-bar-left, header.header .top-bar .top-bar-right {
      padding-top: 0.625rem; }
    @media (min-width: 40em) {
      header.header .top-bar .top-bar-right {
        /* width > small */
        padding-right: 1.875rem; } }
    @media (max-width: 63.9375em) {
      header.header .top-bar .top-bar-right {
        /* width < large */
        float: left; }
        header.header .top-bar .top-bar-right ul {
          float: left; } }
    @media (max-width: 39.9375em) {
      header.header .top-bar .top-bar-right {
        /* width < medium */ }
        header.header .top-bar .top-bar-right ul {
          float: none;
          width: 100%; } }
  header.header .language-links {
    display: flex;
    justify-content: flex-end;
    padding-right: 1.875rem; }
  header.header .language-chooser {
    margin: 0.375rem 0 0 0;
    padding-left: 0;
    font-size: 70%;
    display: flex;
    flex-wrap: wrap; }
    header.header .language-chooser li {
      margin-left: 0;
      padding-left: 0;
      list-style-type: none;
      margin-left: 0.5rem; }
      header.header .language-chooser li:first-child {
        margin-left: 0; }
    header.header .language-chooser a {
      display: block;
      padding: 0.25rem;
      text-decoration: none;
      color: #fff;
      border: 1px solid transparent;
      -webkit-transition: color, 200ms;
      transition: color, 200ms; }
      header.header .language-chooser a:hover, header.header .language-chooser a:focus {
        color: #BBD04C; }
    header.header .language-chooser li.active a {
      color: #BBD04C;
      border: 1px solid #BBD04C; }

.no-js .is-dropdown-submenu {
  display: none; }

footer.footer {
  padding-top: 6.5625rem;
  padding-bottom: 3.75rem; }
  footer.footer, footer.footer p, footer.footer li {
    font-size: 90%; }
  footer.footer h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 80%;
    border-bottom: 2px solid #66CEF6;
    padding-bottom: 1.125rem; }
  footer.footer .col2 ul, footer.footer .col2 ul li {
    padding: 0;
    margin: 0; }
  footer.footer .col2 ul li {
    list-style-type: none; }
  footer.footer .col2 a {
    display: block;
    text-decoration: none;
    color: #0094D6;
    padding: 0.25rem 0; }
    footer.footer .col2 a:hover, footer.footer .col2 a:focus {
      text-decoration: underline;
      color: #12354A; }
  footer.footer .col2 .social-links {
    display: flex;
    margin-bottom: 0.75rem; }
    footer.footer .col2 .social-links a {
      display: block;
      text-indent: 2.75rem;
      overflow: hidden;
      width: 1.5625rem;
      height: 1.4375rem;
      background-image: url("../img/social-media-icons.png?25");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 7.875rem; }
      footer.footer .col2 .social-links a:hover, footer.footer .col2 .social-links a:focus {
        background-position: 0 -1.4375rem; }
    footer.footer .col2 .social-links li {
      margin-left: 0.75rem; }
      footer.footer .col2 .social-links li.fb {
        margin-left: 0; }
      footer.footer .col2 .social-links li.tw a {
        background-position: -2.0625rem 0; }
        footer.footer .col2 .social-links li.tw a:hover, footer.footer .col2 .social-links li.tw a:focus {
          background-position: -2.0625rem -1.4375rem; }
      footer.footer .col2 .social-links li.ig a {
        background-position: -4.25rem 0; }
        footer.footer .col2 .social-links li.ig a:hover, footer.footer .col2 .social-links li.ig a:focus {
          background-position: -4.25rem -1.4375rem; }
      footer.footer .col2 .social-links li.in a {
        background-position: -6.3125rem 0; }
        footer.footer .col2 .social-links li.in a:hover, footer.footer .col2 .social-links li.in a:focus {
          background-position: -6.3125rem -1.4375rem; }
      footer.footer .col2 .social-links li.wb a {
        background-image: url("../img/weibo.png?25");
        background-size: 22px; }
        footer.footer .col2 .social-links li.wb a:hover, footer.footer .col2 .social-links li.wb a:focus {
          background-image: url("../img/weibo-hover.png?25");
          background-position: 0 0; }
      footer.footer .col2 .social-links li.wc a {
        background-image: url("../img/wechat.png?25");
        background-size: 22px; }
        footer.footer .col2 .social-links li.wc a:hover, footer.footer .col2 .social-links li.wc a:focus {
          background-image: url("../img/wechat-hover.png?25");
          background-position: 0 0; }
  footer.footer .col3 ul {
    padding-left: 0; }
    footer.footer .col3 ul, footer.footer .col3 ul li {
      margin-left: 0; }
    footer.footer .col3 ul li {
      padding-left: 2rem;
      font-size: 80%;
      line-height: 1.6; }
      footer.footer .col3 ul li a {
        color: #12354A; }
        footer.footer .col3 ul li a.twitter_time {
          font-style: normal;
          font-size: 90%; }
        footer.footer .col3 ul li a:hover, footer.footer .col3 ul li a:focus {
          color: #0094D6; }
  footer.footer .subfooter {
    display: flex;
    justify-content: center;
    padding-top: 3.125rem;
    font-size: 80%; }
    footer.footer .subfooter p {
      margin: 0; }
    footer.footer .subfooter, footer.footer .subfooter a {
      color: #727272; }
    footer.footer .subfooter a {
      display: block;
      text-decoration: none;
      padding: 0 0.25rem; }
      footer.footer .subfooter a:hover, footer.footer .subfooter a:focus {
        text-decoration: underline; }
    footer.footer .subfooter ul {
      display: flex;
      flex-wrap: wrap; }
      footer.footer .subfooter ul, footer.footer .subfooter ul li {
        padding: 0;
        margin: 0; }
      footer.footer .subfooter ul li {
        list-style-type: none; }
    footer.footer .subfooter nav ul {
      padding-left: 0.625rem; }

.page {
  position: relative;
  z-index: 400; }
  .page .hero {
    display: flex;
    min-height: 18.75rem;
    background-color: #0094D6;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    .page .hero h1 {
      margin: auto;
      color: #fff;
      font-size: 277.777777778%;
      position: relative;
      z-index: 200; }
    .page .hero:before {
      content: '';
      position: absolute;
      z-index: 100;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(18, 53, 74, 0.5); }
  .page .cms-content {
    padding-bottom: 2.5rem; }
    .page .cms-content dt {
      font-weight: bold; }
    .page .cms-content dd {
      margin-bottom: 0.375rem; }

.page-id-1719 h3 {
  border-top: 1px solid #0094D6;
  padding-top: 0.25rem; }

.page-id-1719 .participating-companies li {
  padding: .4rem;
  margin-right: 3%;
  border: 1px solid #0094D6;
  font-weight: bold;
  width: 30%;
  text-align: center;
  display: flex;
  min-height: 6.25rem; }
  .page-id-1719 .participating-companies li span {
    margin: auto; }

.home .hero {
  background: transparent;
  display: flex; }
  @media (min-width: 40em) {
    .home .hero {
      /* width > small */
      min-height: 37.5rem; } }
  .home .hero:before {
    content: '';
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0094D6; }
    @media (min-width: 40em) {
      .home .hero:before {
        /* width > small */
        background: linear-gradient(to right, #12354A 0%, transparent 60%, transparent 100%); } }
  .home .hero .home-hero-rotator {
    position: absolute;
    top: 0;
    left: 0; }
    .home .hero .home-hero-rotator, .home .hero .home-hero-rotator .slick-list, .home .hero .home-hero-rotator .slick-track {
      width: 100%;
      height: 100%; }
    @media (max-width: 39.9375em) {
      .home .hero .home-hero-rotator .slick-track > div {
        /* width < medium */
        background-image: none !important; } }
    @media (min-width: 40em) {
      .home .hero .home-hero-rotator .slick-track > div {
        /* width > small */
        min-height: 37.5rem;
        background-position: right center;
        background-repeat: no-repeat;
        background-size: cover; } }

.home .hero-content {
  text-align: left;
  position: relative;
  z-index: 200;
  margin: auto 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem; }
  @media (min-width: 40em) {
    .home .hero-content {
      /* width > small */
      padding-left: 10%; } }
  .home .hero-content, .home .hero-content h2, .home .hero-content a {
    color: #fff; }
  .home .hero-content h2 {
    font-size: 277.777777778%;
    line-height: 1.2; }
  .home .hero-content p {
    font-weight: 700; }

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

.home .panel {
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 39.9375em) {
    .home .panel {
      /* width < medium */
      background-image: none !important; } }

.home .default-content {
  background-color: #F8F8F8;
  background-size: cover; }
  @media (min-width: 40em) {
    .home .default-content {
      /* width > small */
      min-height: 33.75rem; } }

.home .default-content, .home .additional-content, .home .testimonials {
  text-align: left; }

.home .additional-content {
  display: flex;
  background-position: left center; }
  @media (min-width: 40em) {
    .home .additional-content {
      /* width > small */
      min-height: 37.5rem; } }
  .home .additional-content > article {
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
    @media (min-width: 40em) {
      .home .additional-content > article {
        /* width > small */
        padding-left: 30%; } }

.home .testimonials {
  padding-top: 3.75rem;
  display: flex;
  background-color: #12354A;
  background-position: 10% center;
  position: relative; }
  @media (min-width: 40em) {
    .home .testimonials {
      /* width > small */
      min-height: 42.1875rem; } }
  @media (min-width: 64em) {
    .home .testimonials {
      /* width > medium */
      background-position: right center; } }
  .home .testimonials:before {
    content: '';
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #12354A 0%, #12354A 40%, transparent 100%); }
  .home .testimonials > div {
    max-width: 17.5rem;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    z-index: 200;
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
    @media (min-width: 40em) {
      .home .testimonials > div {
        /* width > small */
        margin-left: 10%; } }
  .home .testimonials blockquote {
    width: 100%;
    height: 100%;
    display: block;
    margin-left: 0;
    color: #fff;
    border-top: 3px solid #0094D6;
    border-bottom: 3px solid #0094D6;
    padding: 1.5625rem 0 1.875rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300; }
    .home .testimonials blockquote p {
      margin: 0 0 1.0625rem 0;
      font-size: 116.666666667%;
      line-height: 1.3; }
    .home .testimonials blockquote cite {
      font-style: normal;
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.05rem;
      font-size: 61.1111111111%;
      color: #BBD04C; }
  .home .testimonials .slick-dots {
    top: -1.875rem;
    bottom: auto;
    text-align: left; }
    .home .testimonials .slick-dots li {
      margin: 0; }
      .home .testimonials .slick-dots li button:before {
        color: #0094D6;
        font-size: 0.625rem; }
  .home .testimonials .slick-dotted.slick-slider {
    margin-bottom: 0; }

.home .post-boxes {
  padding-bottom: 5.625rem;
	padding-top: 3rem; }

.page-id-21 dd {
  margin-left: 0;
  margin-bottom: 0.625rem; }

.page-id-1891 .hero:before,
.page-id-1891 .hero h1{
    display:none !important;
}

.banner{
  position:relative;
}

.banner img{
  position:relative;
  z-index:1;
}

.banner-left{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #bfd259;
}

.banner-right{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #63cdf6;
}

.banner-mobile{
 display:none; 
}
#dev-form-round-banner {
	display: none;
	position: absolute;
	top: 140px;
	left: 30%;
	width: 200px;
	height: 200px;
}
.home #dev-form-round-banner {
	display: block;
}
@media (max-width: 685px) {
	#dev-form-round-banner {
		top: 200px;
		left: 10%;
		width: 25%;
		height: auto;
		max-width: 200px;
	}
}
@media (max-width: 639px) {
	#dev-form-round-banner {
		top: 67px;
		left: 10%;
		width: 25%;
		height: auto;
		max-width: 120px;
	}
}


@media only screen and (max-width: 750px) {
 .banner-mobile{
     display:block; 
   }
  .banner-desktop{
     display:none; 
   }
}

.page-template-tmpl-what-is-airfuel .default-content {
  text-align: center;
  padding-bottom: 2.5rem; }

.page-template-tmpl-what-is-airfuel .technology {
  padding: 3.75rem 0;
  display: flex;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative; }
  @media (min-width: 40em) {
    .page-template-tmpl-what-is-airfuel .technology {
      /* width > small */
      min-height: 41.875rem;
      padding: 0; } }
  .page-template-tmpl-what-is-airfuel .technology h3, .page-template-tmpl-what-is-airfuel .technology ul {
    margin-top: 0; }
  .page-template-tmpl-what-is-airfuel .technology h3, .page-template-tmpl-what-is-airfuel .technology ul {
    text-transform: uppercase;
    letter-spacing: 0.05rem; }
  .page-template-tmpl-what-is-airfuel .technology h3 {
    color: #0094D6;
    font-size: 66.6666666667%;
    margin: 0; }
  .page-template-tmpl-what-is-airfuel .technology ul, .page-template-tmpl-what-is-airfuel .technology li {
    margin-left: 0;
    padding-left: 0; }
  .page-template-tmpl-what-is-airfuel .technology li {
    list-style-type: none;
    font-size: 77.7777777778%;
    font-weight: 700;
    margin: 0.375rem 0; }
  .page-template-tmpl-what-is-airfuel .technology:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff; }
    @media (min-width: 40em) {
      .page-template-tmpl-what-is-airfuel .technology:before {
        /* width > small */
        background: linear-gradient(to right, #fff 50%, transparent 100%); } }
  .page-template-tmpl-what-is-airfuel .technology article {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    z-index: 200;
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
    @media (min-width: 40em) {
      .page-template-tmpl-what-is-airfuel .technology article {
        /* width > small */
        max-width: 25rem;
        margin-left: 10%; } }

@media (min-width: 40em) {
  .page-template-tmpl-what-is-airfuel .inductive {
    /* width > small */ }
    .page-template-tmpl-what-is-airfuel .inductive:before {
      background: linear-gradient(to right, #fff 40%, transparent 100%); } }

.page-template-tmpl-what-is-airfuel .rf {
  background-color: #12354A; }
  .page-template-tmpl-what-is-airfuel .rf, .page-template-tmpl-what-is-airfuel .rf h2 {
    color: #fff; }
  .page-template-tmpl-what-is-airfuel .rf:before {
    background-color: #12354A; }
    @media (min-width: 40em) {
      .page-template-tmpl-what-is-airfuel .rf:before {
        /* width > small */
        background: linear-gradient(to right, #12354A 50%, transparent 100%); } }

.page-template-tmpl-what-is-airfuel .use-cases {
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 6.25rem; }
  .page-template-tmpl-what-is-airfuel .use-cases ul {
    padding-top: 2.5rem; }

.page-template-tmpl-infrastructure .cms-content {
  text-align: center; }

.page-template-tmpl-infrastructure main .regions {
  position: relative;
  margin-bottom: 2.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  .page-template-tmpl-infrastructure main .regions:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    z-index: 400; }
  .page-template-tmpl-infrastructure main .regions article {
    position: relative;
    z-index: 500;
    text-align: center; }
  .page-template-tmpl-infrastructure main .regions h3 {
    margin: 0; }
  @media (min-width: 40em) {
    .page-template-tmpl-infrastructure main .regions {
      /* width > small */
      min-height: 36.875rem; }
      .page-template-tmpl-infrastructure main .regions article {
        text-align: left;
        position: absolute; }
        .page-template-tmpl-infrastructure main .regions article:first-of-type {
          top: 24%;
          left: 10%; }
        .page-template-tmpl-infrastructure main .regions article:nth-of-type(2) {
          top: 18%;
          left: 48%; }
        .page-template-tmpl-infrastructure main .regions article:nth-of-type(3) {
          bottom: 45%;
          right: 12%; } }

.page-template-tmpl-membership .default-content {
  text-align: center;
  padding-bottom: 2.5rem; }
  .page-template-tmpl-membership .default-content a:not(.cta) {
    text-decoration: none;
    color: #0094D6; }
    .page-template-tmpl-membership .default-content a:not(.cta):hover, .page-template-tmpl-membership .default-content a:not(.cta):focus {
      text-decoration: underline;
      color: #12354A; }

.page-template-tmpl-membership .benefits {
  padding: 3.75rem 0;
  display: flex;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative; }
  @media (min-width: 40em) {
    .page-template-tmpl-membership .benefits {
      /* width > small */
      min-height: 41.875rem;
      padding: 0; } }
  .page-template-tmpl-membership .benefits a {
    text-decoration: none;
    color: #0094D6; }
    .page-template-tmpl-membership .benefits a:hover, .page-template-tmpl-membership .benefits a:focus {
      text-decoration: underline;
      color: #12354A; }
  .page-template-tmpl-membership .benefits:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff; }
    @media (min-width: 40em) {
      .page-template-tmpl-membership .benefits:before {
        /* width > small */
        background: linear-gradient(to right, #fff 30%, transparent 100%); } }
  .page-template-tmpl-membership .benefits article {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    z-index: 200;
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
    @media (min-width: 40em) {
      .page-template-tmpl-membership .benefits article {
        /* width > small */
        max-width: 25rem;
        margin-left: 10%; } }

.page-template-tmpl-membership .industries {
  text-align: center;
  padding: 5rem 0 6.25rem;
  background-color: rgba(209, 209, 209, 0.5); }
  .page-template-tmpl-membership .industries h2 {
    color: #12354A;
    font-size: 100%;
    font-weight: 700; }
  .page-template-tmpl-membership .industries .list-wrapper {
    text-align: left;
    padding-left: 1.25rem; }
    @media (min-width: 40em) {
      .page-template-tmpl-membership .industries .list-wrapper {
        /* width > small */
        display: flex;
        justify-content: space-between;
        padding-left: 0; }
        .page-template-tmpl-membership .industries .list-wrapper ul:first-of-type {
          margin-right: 1.25rem; } }

.page-template-tmpl-membership .membership-cta {
  background-color: #12354A;
  text-align: center;
  padding: 1.25rem 0 1.875rem; }
  .page-template-tmpl-membership .membership-cta, .page-template-tmpl-membership .membership-cta h2 {
    color: #fff; }
  .page-template-tmpl-membership .membership-cta a:not(.cta) {
    text-decoration: none;
    color: #0094D6; }
    .page-template-tmpl-membership .membership-cta a:not(.cta):hover, .page-template-tmpl-membership .membership-cta a:not(.cta):focus {
      text-decoration: underline;
      color: #12354A; }
    .page-template-tmpl-membership .membership-cta a:not(.cta):hover, .page-template-tmpl-membership .membership-cta a:not(.cta):focus {
      color: #fff; }
  @media (min-width: 40em) {
    .page-template-tmpl-membership .membership-cta {
      /* width > small */
      padding: 0;
      display: flex;
      min-height: 28.75rem; }
      .page-template-tmpl-membership .membership-cta > .row {
        margin: auto; } }

.page-template-tmpl-our-members .default-content {
  text-align: center; }

.page-template-tmpl-our-members .main-wrapper {
  padding-bottom: 5rem; }

.page-template-tmpl-our-members .board-member {
  font-weight: 700; }
  .page-template-tmpl-our-members .board-member:after {
    content: ' *'; }

.page-template-tmpl-our-members .term-group {
  border-top: 4px solid #0094D6;
  padding-top: 0.625rem; }

@media (min-width: 40em) {
  .page-template-tmpl-our-members {
    /* width > small */ }
    .page-template-tmpl-our-members .member-post-list {
      padding: 0; }
      .page-template-tmpl-our-members .member-post-list .term-group {
        padding: 0.625rem; } }

.search .search-results {
  padding-bottom: 2.5rem; }

.search .searchform {
  margin-bottom: 2.5rem; }

.search article {
  border-top: 4px solid #0094D6;
  padding-top: 1.25rem;
  margin-bottom: 1.25rem; }
  .search article h2 {
    font-size: 111.111111111%;
    font-weight: 700;
    margin-bottom: 0.25rem; }
    .search article h2 a {
      text-decoration: none; }

.page-template-tmpl-blog .blog-post-list article, .category .blog-post-list article {
  border-top: 4px solid #0094D6;
  padding-top: 1.25rem;
  margin-bottom: 1.25rem; }
  .page-template-tmpl-blog .blog-post-list article h2, .category .blog-post-list article h2 {
    font-size: 111.111111111%;
    font-weight: 700;
    margin-bottom: 0.25rem; }
    .page-template-tmpl-blog .blog-post-list article h2 a, .category .blog-post-list article h2 a {
      text-decoration: none; }
  .page-template-tmpl-blog .blog-post-list article p.date, .category .blog-post-list article p.date {
    font-weight: 700;
    font-size: 90%;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: #0094D6; }

.page-template-tmpl-blog .col-1, .category .col-1 {
  padding-bottom: 2.5rem; }

.page-template-tmpl-blog .col-2 h2, .category .col-2 h2 {
  font-size: 111.111111111%;
  color: #12354A;
  font-weight: 700;
  margin: 0; }

.page-template-tmpl-blog .col-2 ul, .page-template-tmpl-blog .col-2 ul li, .category .col-2 ul, .category .col-2 ul li {
  margin-left: 0;
  padding-left: 0; }

.page-template-tmpl-blog .col-2 ul li, .category .col-2 ul li {
  list-style-type: none; }

.page-template-tmpl-blog .col-2 a, .category .col-2 a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  font-size: 77.7777777778%;
  padding: 0.375rem;
  border-top: 1px solid #0094D6; }
  .page-template-tmpl-blog .col-2 a:hover, .page-template-tmpl-blog .col-2 a:focus, .category .col-2 a:hover, .category .col-2 a:focus {
    text-decoration: underline; }

.page-template-tmpl-blog .col-2 li.current-cat a, .category .col-2 li.current-cat a {
  background-color: rgba(102, 206, 246, 0.2); }

.page-id-17 .news-post-list {
  border-top: 4px solid #0094D6;
  margin-top: 2.5rem;
  padding-top: 0.625rem; }
  @media (min-width: 40em) {
    .page-id-17 .news-post-list {
      /* width > small */
      border-top: none;
      margin-top: 0;
      padding-top: 0;
      padding-left: 1.25rem; } }
  .page-id-17 .news-post-list h2 {
    font-size: 133.333333333%; }
  .page-id-17 .news-post-list ul, .page-id-17 .news-post-list li {
    margin-left: 0;
    padding-left: 0; }
  .page-id-17 .news-post-list li {
    list-style-type: none;
    margin-bottom: 1.25rem; }
  .page-id-17 .news-post-list a {
    display: block;
    text-decoration: none;
    font-weight: 700;
    font-size: 80%; }
  .page-id-17 .news-post-list span.post-date {
    font-size: 80%; }

.page-template-tmpl-use-cases .cms-content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  .page-template-tmpl-use-cases .cms-content article {
    border-top: 4px solid #0094D6;
    padding-top: 1.25rem;
    margin-bottom: 1.25rem; }
    .page-template-tmpl-use-cases .cms-content article h2 {
      font-size: 111.111111111%;
      font-weight: 700;
      margin-bottom: 0.25rem; }
      .page-template-tmpl-use-cases .cms-content article h2 a {
        text-decoration: none; }

.page-template-tmpl-team .content li {
  color: #0094D6;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: 700;
  font-size: 88.8888888889%;
  margin-bottom: 0.625rem; }
  .page-template-tmpl-team .content li span {
    text-transform: none;
    letter-spacing: normal;
    color: #12354A;
    display: block;
    font-weight: 400;
    font-size: 87.5%; }

.page-template-tmpl-technology .breadcrumbs {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }

.page-template-tmpl-technology .default-content {
  padding: 3.75rem 0;
  display: flex;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative; }
  @media (min-width: 40em) {
    .page-template-tmpl-technology .default-content {
      /* width > small */
      min-height: 41.875rem;
      padding: 0;
      background-size: cover;
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }
  .page-template-tmpl-technology .default-content a {
    text-decoration: none;
    color: #0094D6; }
    .page-template-tmpl-technology .default-content a:hover, .page-template-tmpl-technology .default-content a:focus {
      text-decoration: underline;
      color: #12354A; }
  .page-template-tmpl-technology .default-content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff; }
    @media (min-width: 40em) {
      .page-template-tmpl-technology .default-content:before {
        /* width > small */
        background: linear-gradient(to right, #fff 30%, transparent 100%); } }
  .page-template-tmpl-technology .default-content article {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    z-index: 200;
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
    @media (min-width: 40em) {
      .page-template-tmpl-technology .default-content article {
        /* width > small */
        max-width: 25rem;
        margin-left: 10%; } }

.page-template-tmpl-team .content {
  padding-bottom: 6.25rem; }

.page-template-tmpl-technology .technology-benefits {
  padding-bottom: 0.625rem; }
  .page-template-tmpl-technology .technology-benefits .upper-content {
    text-align: center; }
  @media (min-width: 40em) {
    .page-template-tmpl-technology .technology-benefits {
      /* width > small */
      padding-bottom: 5.625rem;
      padding-top: 2.5rem; } }
  .page-template-tmpl-technology .technology-benefits .col-1 {
    padding-bottom: 2.5rem; }
    @media (min-width: 40em) {
      .page-template-tmpl-technology .technology-benefits .col-1 {
        /* width > small */
        padding-right: 3.75rem;
        padding-bottom: 0; } }
    @media (min-width: 64em) {
      .page-template-tmpl-technology .technology-benefits .col-1 {
        /* width > medium */
        padding-right: 6.25rem; } }
  .page-template-tmpl-technology .technology-benefits .col-2 {
    background: #F8F8F8 url("../img/footer-logo.png?25") no-repeat bottom center;
    background-size: 23.3125rem 17.25rem;
    padding: 2.5rem; }
    .page-template-tmpl-technology .technology-benefits .col-2 p {
      padding-top: 1.25rem;
      border-top: 2px solid #0094D6;
      font-weight: 300;
      font-size: 116.666666667%; }
  @media (min-width: 40em) {
    .page-template-tmpl-technology .technology-benefits .benefits-list {
      /* width > small */
      display: flex;
      margin-top: 1.875rem;
      padding-top: 2.5rem;
      border-top: 2px solid rgba(209, 209, 209, 0.3); } }
  .page-template-tmpl-technology .technology-benefits .benefits-list h3 {
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: #0094D6;
    font-size: 88.8888888889%;
    margin-top: 1.875rem;
    margin-bottom: 0.25rem; }
    .page-template-tmpl-technology .technology-benefits .benefits-list h3:first-of-type {
      margin-top: 0; }

.page-template-tmpl-technology .technology-use-cases {
  text-align: center;
  padding: 2rem 0 1.625rem;
  background-color: #F8F8F8; }

 @media (min-width: 40em) {
    .page-template-tmpl-technology .technology-use-cases {
      /* width > small */
      padding: 5rem 0 4.625rem; } }

.page-template-tmpl-technology .technology-specs {
  padding: 3.75rem 0 4.375rem; }
  .page-template-tmpl-technology .technology-specs p {
    margin-bottom: 1.25rem; }
  .page-template-tmpl-technology .technology-specs .cta-wrapper {
    text-align: center; }

.page-template-tmpl-default-landing .default-content {
  text-align: center;
  padding-bottom: 2.5rem; }

.archive .cms-content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  .archive .cms-content article {
    border-top: 4px solid #0094D6;
    padding-top: 1.25rem;
    margin-bottom: 1.25rem; }
    .archive .cms-content article h2 {
      font-size: 111.111111111%;
      font-weight: 700;
      margin-bottom: 0.25rem; }
      .archive .cms-content article h2 a {
        text-decoration: none; }

.single h1 {
  margin: 0;
  padding-bottom: 0.625rem; }

.single article.row {
  padding-bottom: 2.5rem; }

.single-person .position {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #0094D6;
  font-weight: 700;
  font-size: 66.6666666667%; }

.single-product .back-next-nav {
  padding-top: 1.25rem; }

.single-product h2 {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #0094D6;
  font-weight: 700;
  font-size: 66.6666666667%; }

/* 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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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; }

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

.slick-list {
  overflow: hidden;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./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%;
  -webkit-transform: translate(0, -50%);
  -ms-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: white;
    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-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 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 {
      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 button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.members {
  background-color: #F8F8F8;
  text-align: center; }
  .page .members {
    padding-top: 3.75rem;
    padding-bottom: 5rem; }
  .members img {
    display: block;
    margin: auto; }
  .members p {
    margin: 10px;}
  /* @media (min-width: 40em) { */
    .members {
      /* width > small */
      min-height: 35.125rem; }
      .members .slick-slide {
        display: flex;
        background-color: #fff;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
        margin: 0.625rem;
        min-height: 9.75rem;
        padding-left: 2.1875rem;
        padding-right: 2.1875rem; } }
  /*  @media (max-width: 39.9375em) {
    .members { */
      /* width < medium */ }
      /*  .members .member-rotator > div {
        display: flex;
        background-color: #fff;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
        margin: 0.625rem;
        min-height: 13.75rem;
        padding-left: 2.1875rem;
        padding-right: 2.1875rem; } } */
  .page .content .members .cta {
    margin-top: 2.5rem; }

.main-wrapper form {
  text-align: left; }
  .main-wrapper form label {
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05rem !important;
    color: #0094D6 !important;
    font-size: 66.6666666667%; }
  ._form {
		font-family: 'Open Sans', sans-serif !important;
		margin: 25px 0 !important;
		padding-left: 0 !important;
		max-width: 100%;
    }
  ._form ._error-inner {
		font-family: 'Open Sans', sans-serif !important;
    }
  ._form label {
  		font-family: 'Open Sans', sans-serif !important;
  		font-size: 12px !important;
  	}
  	._form_element ._html-code, ._form_element * {
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		color: #12354A;
		font-size: 18px !important;
		line-height: 1.4; }
	._form-title {
		font-family: 'Open Sans', sans-serif;
		color: #12354A;	
	}
    .main-wrapper form label input[type=text], .main-wrapper form label input[type=email], .main-wrapper form label input[type=tel], .main-wrapper form label textarea, ._form input[type=text], ._form textarea {
      border: 1px solid #D1D1D1 !important;
      border-radius: 3px !important;
      background-color: #fff !important;
      font-size: 120% !important;
      padding: 0.5625rem 0.75rem 0.625rem !important;
      margin-top: 0.1875rem !important;
      color: #12354A !important; }
      ._form input[type=text], ._form textarea {
    	margin-bottom: 22px;
    	font-size: 14px !important;
    	}
      .main-wrapper form label input[type=text]:focus, .main-wrapper form label input[type=email]:focus, .main-wrapper form label input[type=tel]:focus, .main-wrapper form label textarea:focus, ._form input[type=text]:focus, ._form textarea:focus {
        outline: none !important;
        border-color: #0094D6 !important; }
    .main-wrapper form label input[type=text].wpcf7-not-valid, .main-wrapper form label input[type=email].wpcf7-not-valid, .main-wrapper form label input[type=tel].wpcf7-not-valid, .main-wrapper form label textarea.wpcf7-not-valid {
      border-color: #f00 !important; }
  .main-wrapper form input[type=submit], ._form button._submit {
    font-weight: 700 !important;
	font-family: 'Open Sans', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05rem !important;
    transition: background-color 700ms, border-color 700ms !important;
    display: inline-block;
    color: #fff !important;
    background-color: #0094D6 !important;
    text-decoration: none !important;
    border-radius: 1.875rem !important;
    text-align: center !important;
    padding: 0.625rem 1.25rem !important;
    margin-top: 0.625rem !important;
    border: 1px solid transparent !important; }
    .main-wrapper form input[type=submit]:hover, .main-wrapper form input[type=submit]:focus, ._form button._submit:hover, ._form button._submit:focus {
      color: #fff !important;
      background-color: #12354A !important;
      border-color: rgba(255, 255, 255, 0.2) !important; }

#wpm_download_1 .download-icon {
  transition: background-color 700ms, border-color 700ms;
  display: inline-block;
  color: #fff;
  background-color: #0094D6;
  text-decoration: none;
  border-radius: 1.875rem;
  text-align: center;
  padding: 0.625rem 1.25rem;
  margin-top: 0.625rem;
  border: 1px solid transparent; }
  #wpm_download_1 .download-icon:hover, #wpm_download_1 .download-icon:focus {
    color: #fff;
    background-color: #12354A;
    border-color: rgba(255, 255, 255, 0.2); }

#wpcf7-f448-p84-o1 small {
  font-size: 62%; }

.breadcrumb-wrapper {
  position: relative;
  z-index: 800; }

.main-wrapper .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  font-size: 66.6666666667%;
  margin-bottom: 2.5rem; }
  .main-wrapper .breadcrumbs, .main-wrapper .breadcrumbs li {
    padding-left: 0; }
  .main-wrapper .breadcrumbs li {
    margin-left: 1rem;
    list-style-type: none;
    text-transform: uppercase;
    letter-spacing: 0.05rem; }
    .main-wrapper .breadcrumbs li, .main-wrapper .breadcrumbs li a {
      color: #0094D6;
      font-weight: 700; }
    .main-wrapper .breadcrumbs li a {
      margin-right: 0.625rem;
      text-decoration: none; }
      .main-wrapper .breadcrumbs li a:hover, .main-wrapper .breadcrumbs li a:focus {
        color: #12354A; }
    .main-wrapper .breadcrumbs li strong {
      text-transform: none;
      letter-spacing: normal;
      color: #12354A;
      font-weight: normal; }

.main-wrapper .post-grid {
  padding: 0; }
  @media (min-width: 40em) {
    .main-wrapper .post-grid {
      /* width > small */
      display: flex;
      flex-wrap: wrap; } }
  .main-wrapper .post-grid article {
    margin-bottom: 1.25rem;
    text-align: center; }
    @media (min-width: 40em) {
      .main-wrapper .post-grid article {
        /* width > small */
        text-align: left;
        width: 25%;
        padding: 0 0.625rem; } }
    .main-wrapper .post-grid article img {
      width: 13.75rem;
      display: block;
      margin-bottom: 0.8125rem;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 40em) {
        .main-wrapper .post-grid article img {
          /* width > small */
          margin-left: 0;
          margin-right: 0; } }
    .main-wrapper .post-grid article a {
      display: block;
      color: #0094D6;
      text-transform: uppercase;
      letter-spacing: 0.05rem;
      text-decoration: none;
      font-weight: 700;
      font-size: 88.8888888889%; }
      .main-wrapper .post-grid article a:hover, .main-wrapper .post-grid article a:focus {
        color: #12354A; }
    .main-wrapper .post-grid article span {
      display: block;
      font-size: 77.7777777778%; }

.post-boxes {
  padding-bottom: 5.625rem; }
  .post-boxes ul {
    text-align: left; }
    @media (min-width: 40em) {
      .post-boxes ul {
        /* width > small */
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; } }
    .post-boxes ul, .post-boxes ul li {
      margin-left: 0;
      padding-left: 0; }
    .post-boxes ul li {
      list-style-type: none;
      background-color: #12354A;
      margin-bottom: 1.25rem; }
      .post-boxes ul li > div {
        padding: 1.875rem; }
      @media (min-width: 40em) {
        .post-boxes ul li {
          /* width > small */
          min-height: 24.375rem;
          width: 32%; } 
		.home .post-boxes ul li {
           width: 100%;
        height: auto; 
        min-height: 14rem; } }
      .post-boxes ul li, .post-boxes ul li a {
        color: #fff; }
      .post-boxes ul li .post-title {
        font-size: 88.8888888889%; }
      .post-boxes ul li a.more {
        transition: color 200ms;
        color: #0094D6;
        font-size: 66.6666666667%;
        text-decoration: none; }
        .post-boxes ul li a.more:after {
          content: '\2192';
          font-size: 160%;
          position: relative;
          top: 0.1875rem; }
        .post-boxes ul li a.more:hover, .post-boxes ul li a.more:focus {
          color: #fff; }
  .post-boxes .category-name {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: #BBD04C;
    font-size: 61.1111111111%;
    margin-bottom: 0.625rem; }
  .post-boxes .cta {
    margin-top: 1.5rem; }

.single-back-next-nav {
  padding-bottom: 1.25rem;
  display: flex;
  justify-content: space-between; }
  .single-back-next-nav span {
    font-size: 66.6666666667%; }
  .single-back-next-nav a {
    color: #0094D6;
    text-decoration: none; }
    .single-back-next-nav a:hover, .single-back-next-nav a:focus {
      color: #12354A; }
  .single-back-next-nav span:not(:empty) a:before, .single-back-next-nav span:not(:empty) a:after {
    display: inline-block;
    font-size: 200%;
    position: relative;
    top: 0.25rem; }
  .single-back-next-nav span:not(:empty) a:before {
    margin-right: 0.375rem; }
  .single-back-next-nav span:not(:empty) a:after {
    margin-left: 0.375rem; }
  .single-back-next-nav .prev:not(:empty) a:before {
    content: '\2190'; }
  .single-back-next-nav .next:not(:empty) a:after {
    content: '\2192'; }

.membership-levels {
  padding: 5rem 0 6.25rem;
  text-align: center; }
  .membership-levels .levels-wrapper {
    text-align: left; }
    @media (min-width: 40em) {
      .membership-levels .levels-wrapper {
        /* width > small */
        display: flex; }
        .membership-levels .levels-wrapper .col-1, .membership-levels .levels-wrapper .col-2 {
          margin-right: 0rem; }
        .membership-levels .levels-wrapper .member-level-col {
          margin-right: 2.5rem;
          flex-grow: 0;
          flex-basis: 33%;
          } }
    .membership-levels .levels-wrapper li {
	  margin-bottom: 12px; }

    .membership-levels .levels-wrapper h3 {
      text-transform: uppercase;
      letter-spacing: 0.05rem;
      color: #0094D6;
      font-weight: 700;
      font-size: 66.6666666667%;
      font-size: 1rem; }
  .membership-levels .bottom-content {
    padding-top: 1.25rem; }
    .membership-levels .bottom-content a {
      text-decoration: none;
      color: #0094D6; }
      .membership-levels .bottom-content a:hover, .membership-levels .bottom-content a:focus {
        text-decoration: underline;
        color: #12354A; }

@media (min-width: 40em) {
  .child-page-list {
    /* width > small */ }
    .child-page-list ul {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between; }
    .child-page-list li {
      list-style-type: none;
      width: 48%; } }

.child-page-list ul {
  padding-left: 0; }
  .child-page-list ul, .child-page-list ul li {
    margin-left: 0; }

.child-page-list li {
  margin-bottom: 1.5rem;
  padding: 1.875rem 1.875rem 2.5rem;
  border-top: 8px solid #0094D6;
  background-color: rgba(209, 209, 209, 0.5); }

.child-page-list h3 {
  font-weight: 300;
  font-size: 166.666666667%; }
  .child-page-list h3 a {
    text-decoration: none; }
    .child-page-list h3 a:hover, .child-page-list h3 a:focus {
      text-decoration: underline; }

.child-page-list h3, .child-page-list p {
  margin: 0 0 1.25rem; }

.child-page-list a.more {
  transition: color 200ms;
  color: #0094D6;
  font-size: 100%;
  text-decoration: none; }
  .child-page-list a.more:after {
    content: '\2192';
    font-size: 160%;
    position: relative;
    top: 0.3rem; }
  .child-page-list a.more:hover, .child-page-list a.more:focus {
    color: #fff; }
  .child-page-list a.more:hover, .child-page-list a.more:focus {
    color: #12354A; }

.pagination-back-next-nav {
  margin: 2.5rem 0;
  border-top: 1px solid #0094D6;
  border-bottom: 1px solid #0094D6; }
  .pagination-back-next-nav .pagination-list {
    display: flex;
    flex-flow: row wrap; }
    .pagination-back-next-nav .pagination-list, .pagination-back-next-nav .pagination-list li {
      margin: 0;
      padding: 0; }
    .pagination-back-next-nav .pagination-list li {
      list-style-type: none; }
    .pagination-back-next-nav .pagination-list a, .pagination-back-next-nav .pagination-list span.current {
      display: block;
      padding: 1.25rem; }
    .pagination-back-next-nav .pagination-list a {
      color: #0094D6;
      text-decoration: none; }
      .pagination-back-next-nav .pagination-list a:hover, .pagination-back-next-nav .pagination-list a:focus {
        color: #12354A; }
    .pagination-back-next-nav .pagination-list .prev:before, .pagination-back-next-nav .pagination-list .next:after {
      display: inline-block; }
    .pagination-back-next-nav .pagination-list .prev:before {
      content: '\2190';
      margin-right: 0.375rem; }
    .pagination-back-next-nav .pagination-list .next:after {
      content: '\2192';
      margin-left: 0.375rem; }

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

/* Custom CSS from TEEM */
.blog-sidebar {
  padding-left: 40px;
}

 @media screen and (max-width: 438px) and (min-width: 390px) {
   .home .default-content h2 {
     font-size: 2.2em;
   } 
 }
.home-news {
  display: flex;
}
#webinar-banner a:hover {
 color: #2d5f7d;
}
.home-news ul {
  	flex-direction: column;
	justify-content: flex-start;
    flex-basis: 100%;
  	align-items: center;
}
.home-news ul li {
  	width: 90%;
}
.home-twitter-feed {
  	height: 29rem;
    margin-top: 1rem;
	overflow-y: scroll;
    flex-basis: 100%;
}
@media (max-width: 900px) {
	.page-id-80 .cms-content p:first-of-type {
      text-align: center;
  }
  
  .blog-sidebar {
    padding-left: 10px;
    padding-right: 10px;
  }

}
.wp-image-424 {
    float: none;
}
  
.archive .sticky-container {
  /* pointer-events: none; */
}
  
.customsticky {
  pointer-events: auto !important;
}

  
/* Comparison Page Styles */
.comp-section-header {
  background: #00364B;
  color: #fff;
  margin: 30px 0;
  padding: 20px 0;
}
.comp-section-header h2 {
  color: #fff;
  border-bottom: 2px #0094D6 solid;
}

.comp-container-inner h3 {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 180%;
    color: #00364B;
}

.comp-container-inner {
  display: flex;
  align-items: baseline;
}

.comp-container-outer:nth-child(even) {
  background: #F6F6F6;
}

.comp-container-outer:nth-child(odd) {
  background: #fff;
}

.comp-container-inner div {
  width: 30%;
  text-align: center;
  margin: 20px 10px;
}

.comp-container-inner div:nth-child(1) {
  width: 40%;
}

.comp-section-right .comp-container-inner {
  flex-direction: row-reverse;
}

.comp-section-left h3 {
  text-align: left;
}

.comp-container-outer h4 {
  font-size: 1.5em;
  margin: 9px 0;
  font-weight: 400;
}

.comp-section-right .comp-section-header, .comp-section-right h3 {
  text-align: right;
}

.comp-closing {
  text-align: center;
  padding: 30px 0;
}

.comp-af-logo {
  max-height: 47px;
  margin-bottom: 10px;
}

.comp-blue {
  color: #0094D6;
}

@media (max-width: 900px) {
  footer.footer {
        padding-top: 2.5625rem;
  }
  .hero h1 {
    text-align: center;
  }
  .comp-container-outer h3 {
    font-size: 120%;
  }
	.comp-container-outer h4 {
        font-size: 1.2em;
        font-weight: 500;
      	margin-top: 0;
    }
  .comp-container-outer p {
    font-size: .9em;
  }
   .customstickycontainer {
	display: none;
  }
  

}