@charset "UTF-8";
/**
 * CodingSans website
 * @author Tibor Szász
 * ---
 * Just some imports to pull the needed modules
 * Nothing fancy here
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "Open sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.62;
  color: #0a0a0a;
  background: #eaf0f1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

.row {
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .row .row {
    margin-left: 0;
    margin-right: 0; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-left: 0;
    margin-right: 0; }

.column, .columns {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  padding-left: 0;
  padding-right: 0;
  min-width: initial; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

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

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

.small-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%; }

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

.small-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.small-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

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

.small-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

.small-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.small-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

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

.small-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.small-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.small-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

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

.small-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

.small-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.small-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

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

.small-order-1 {
  -ms-flex-order: 1;
      order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
      order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
      order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
      order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
      order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
      order: 6; }

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }

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

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

@media screen and (min-width: 40em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 64em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.shrink {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 100%; }

.column.align-top, .align-top.columns {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.column.align-bottom, .align-bottom.columns {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.column.align-middle, .align-middle.columns {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.column.align-stretch, .align-stretch.columns {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

.align-right {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.align-center {
  -ms-flex-pack: center;
      justify-content: center; }

.align-justify {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.align-top {
  -ms-flex-align: start;
      align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.align-bottom {
  -ms-flex-align: end;
      align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.align-middle {
  -ms-flex-align: center;
      align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.align-stretch {
  -ms-flex-align: stretch;
      align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

.small-order-1 {
  -ms-flex-order: 1;
      order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
      order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
      order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
      order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
      order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
      order: 6; }

@media screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

@media screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bender-bold";
  font-weight: 400;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 2.5rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.375rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

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

a {
  color: #008db1;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #007998; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0 1.25rem 0 0.9375rem;
  border-left: 6px solid #d3d3d3; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

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

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

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

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

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

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

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

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

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

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

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

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

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

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

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

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #fefefe;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fefefe; }
  .button.secondary {
    background-color: #777;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button.warning {
    background-color: #ffae00;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button.alert {
    background-color: #ec5840;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2199e8;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #2199e8;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #777;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #fefefe; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #fefefe; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #fefefe; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

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

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

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

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

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

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

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

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

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

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

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

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

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

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

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

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

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

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #eaf0f1;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.5625rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after {
  clear: both; }

/**
 * @license
 * MyFonts Webfont Build ID 3202358, 2016-04-11T14:29:32-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Bender-Light by Jovanny Lemonad
 * URL: http://www.myfonts.com/fonts/jovanny-lemonad/bender/light/
 * 
 * Webfont: Bender-Italic by Jovanny Lemonad
 * URL: http://www.myfonts.com/fonts/jovanny-lemonad/bender/italic/
 * 
 * Webfont: Bender-LightItalic by Jovanny Lemonad
 * URL: http://www.myfonts.com/fonts/jovanny-lemonad/bender/light-italic/
 * 
 * Webfont: Bender-Bold by Jovanny Lemonad
 * URL: http://www.myfonts.com/fonts/jovanny-lemonad/bender/bold/
 * 
 * Webfont: Bender by Jovanny Lemonad
 * URL: http://www.myfonts.com/fonts/jovanny-lemonad/bender/regular/
 * 
 * Webfont: Bender-Black by Jovanny Lemonad
 * URL: http://www.myfonts.com/fonts/jovanny-lemonad/bender/black/
 * 
 * Webfont: Bender-BlackItalic by Jovanny Lemonad
 * URL: http://www.myfonts.com/fonts/jovanny-lemonad/bender/black-italic/
 * 
 * Webfont: Bender-BoldItalic by Jovanny Lemonad
 * URL: http://www.myfonts.com/fonts/jovanny-lemonad/bender/bold-italic/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3202358
 * Licensed pageviews: 1
 * Webfonts copyright: Copyright (c) 2009 by Oleg Zhuravlev, Gladkikh Ivan. All rights reserved.
 * 
 * © 2016 MyFonts Inc
*/
@font-face {
  font-family: 'Bender-Light';
  src: url("webfonts/30DD36_0_0.eot");
  src: url("webfonts/30DD36_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/30DD36_0_0.woff2") format("woff2"), url("webfonts/30DD36_0_0.woff") format("woff"), url("webfonts/30DD36_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Bender-Bold';
  src: url("webfonts/30DD36_3_0.eot");
  src: url("webfonts/30DD36_3_0.eot?#iefix") format("embedded-opentype"), url("webfonts/30DD36_3_0.woff2") format("woff2"), url("webfonts/30DD36_3_0.woff") format("woff"), url("webfonts/30DD36_3_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Bender';
  src: url("webfonts/30DD36_4_0.eot");
  src: url("webfonts/30DD36_4_0.eot?#iefix") format("embedded-opentype"), url("webfonts/30DD36_4_0.woff2") format("woff2"), url("webfonts/30DD36_4_0.woff") format("woff"), url("webfonts/30DD36_4_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Bender-Black';
  src: url("webfonts/30DD36_5_0.eot");
  src: url("webfonts/30DD36_5_0.eot?#iefix") format("embedded-opentype"), url("webfonts/30DD36_5_0.woff2") format("woff2"), url("webfonts/30DD36_5_0.woff") format("woff"), url("webfonts/30DD36_5_0.ttf") format("truetype"); }

@font-face {
  font-family: "codingsans";
  src: url("/css/webfonts/codingsans.eot");
  src: url("/css/webfonts/codingsans.eot?#iefix") format("embedded-opentype"), url("/css/webfonts/codingsans.woff") format("woff"), url("/css/webfonts/codingsans.ttf") format("truetype"), url("/css/webfonts/codingsans.svg#codingsans") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "codingsans" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="tc-"]:before,
[class*=" tc-"]:before {
  font-family: "codingsans" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.tc-facebook:before {
  content: "\61"; }

.tc-twitter:before {
  content: "\62"; }

.tc-linkedin:before {
  content: "\63"; }

.tc-mail:before {
  content: "\64"; }

h1, h2, h3 {
  text-transform: uppercase; }

.row.header {
  padding-top: 2rem; }
  .row.header h3 {
    color: #000; }

blockquote {
  font-style: italic; }

code {
  background-color: transparent;
  border: none;
  color: inherit;
  white-space: pre-wrap;
  white-space: moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word; }

.row.image-block {
  margin-bottom: 2rem; }

section.cta {
  padding: 0;
  margin-bottom: 1rem; }

section.normal-text {
  margin-bottom: 2rem; }

@media (max-width: 639px) {
  section.cta .button {
    display: block; }
  .row.image-block img {
    margin-bottom: 1rem; } }

.button {
  border: 1px solid #fff;
  padding: 1rem 1.5rem;
  color: #fff;
  margin: 0 auto;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Bender";
  font-size: 1.125rem;
  background: transparent; }
  .button:hover {
    color: #000; }
  .button:focus {
    color: #fff;
    background: transparent; }
  .button.dark {
    border-color: #000;
    color: #000; }
    .button.dark:hover {
      background: #000;
      color: #fff; }
    .button.dark:focus {
      color: #fff;
      background: #000; }

.category {
  color: #fff;
  padding: 0.2rem 0.8rem 0.3rem 0.8rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px; }
  .category.business {
    background: #2b3f6a; }
  .category.technology {
    background: #42b699; }
  .category:hover {
    color: #ccc; }

article.notifications p {
  padding: 1rem; }

article.notifications p.success-message {
  background: #4dcfae; }

article.notifications p.error-message {
  background: tomato; }

header {
  height: 120px;
  text-align: right; }
  header .logo {
    width: 177px;
    height: 71px;
    overflow: hidden;
    background: transparent url(../svg/logo-header.svg) no-repeat left top;
    position: absolute;
    top: 1.5rem;
    z-index: 2; }
    header .logo a {
      display: block;
      line-height: 300px; }
  header nav {
    position: relative;
    top: 2.6rem; }
    header nav ul li {
      list-style-type: none;
      display: inline-block;
      margin-left: 0.1rem; }
      header nav ul li a {
        font-family: 'Bender';
        text-transform: uppercase;
        color: #0a0a0a;
        font-size: 1.0625rem;
        display: block;
        padding: 0.15rem 1rem; }
      header nav ul li.active a {
        background: #008db1;
        color: #fff; }
      header nav ul li:last-child li:not('active') a {
        padding-right: 0; }
  @media (max-width: 950px) {
    header {
      height: inherit;
      padding-bottom: 4rem; }
      header .logo {
        position: relative;
        margin: 0 auto;
        -ms-transform: scale(0.8);
            transform: scale(0.8); }
      header nav ul {
        margin: 0;
        text-align: center; } }

section.blog-navigation nav {
  background: #000;
  display: block;
  width: 100%;
  padding: 1rem; }
  section.blog-navigation nav ul {
    margin: 0; }
    section.blog-navigation nav ul li {
      display: inline-block;
      margin-right: 1rem; }
      section.blog-navigation nav ul li a {
        color: #fff;
        font-family: "Bender";
        font-size: 1.125rem;
        text-transform: uppercase;
        padding: 1rem 1rem; }
        section.blog-navigation nav ul li a:hover {
          color: #008db1; }
      section.blog-navigation nav ul li.selected a {
        color: #75b845;
        position: relative; }
        section.blog-navigation nav ul li.selected a:after {
          content: '';
          height: 4px;
          width: calc( 100% - 2rem);
          background: #75b845;
          display: block;
          position: absolute;
          left: 1rem;
          right: 1rem;
          bottom: 0.5rem; }
    @media (max-width: 639px) {
      section.blog-navigation nav ul {
        text-align: center; }
        section.blog-navigation nav ul li {
          margin: 0 0.5rem; } }

.card {
  text-align: center;
  color: #fff; }
  .card h3 {
    margin-bottom: 2rem;
    line-height: 1.75rem; }
  .card p {
    line-height: 1.5rem;
    font-size: 1rem; }
  .card.large .card-wrapper {
    height: 37.5rem; }
  .card.image .card-wrapper {
    -ms-flex-align: center;
        align-items: center; }
  .card .card-wrapper {
    height: 400px;
    padding: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    /*********************
		 * Arrow support
		 *********************/
    /**
		  * green
		  */
    /**
		  * blue-one
		  */
    /**
		  * blue-two
		  */
    /**
		  * blue-deep
		  */
    /**
		  * azure
		  */ }
    .card .card-wrapper.minh {
      height: auto !important;
      min-height: 400px !important; }
    .card .card-wrapper.minh-image {
      height: 100% !important; }
    .card .card-wrapper.lightgray {
      background-color: lightgray !important; }
    .card .card-wrapper.small {
      height: 300px; }
    .card .card-wrapper.huge {
      height: 600px; }
    .card .card-wrapper.top {
      -ms-flex-align: initial;
          align-items: initial; }
    @media (min-width: 1024px) {
      .card .card-wrapper.pull-left-15 {
        margin-left: -0.9375rem; }
      .card .card-wrapper.pull-right-15 {
        margin-right: -0.9375rem; } }
    .card .card-wrapper.pull-left-30 {
      margin-left: -1.875rem; }
    .card .card-wrapper.pull-right-30 {
      margin-right: -1.875rem; }
    .card .card-wrapper > div {
      width: 100%; }
    .card .card-wrapper.has-button {
      height: 100%;
      position: relative; }
      .card .card-wrapper.has-button p {
        margin-bottom: 4rem; }
      .card .card-wrapper.has-button .button {
        position: absolute;
        bottom: 2rem;
        left: 4rem;
        right: 4rem; }
    .card .card-wrapper .feature-icon {
      margin: 0 auto;
      margin-bottom: 3rem; }
      .card .card-wrapper .feature-icon.a {
        width: 42px;
        height: 42px;
        background: url(../img/icon-a.png) no-repeat center center; }
      .card .card-wrapper .feature-icon.aa {
        width: 52px;
        height: 28px;
        background: url(../img/icon-star.png) no-repeat center center; }
      .card .card-wrapper .feature-icon.star {
        width: 48px;
        height: 38px;
        background: url(../img/icon-aa.png) no-repeat center center; }
    .card .card-wrapper.arrow-left-green {
      position: relative; }
      .card .card-wrapper.arrow-left-green:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        z-index: 1;
        border-width: 17px 17px 17px 0;
        border-color: transparent #75b845 transparent transparent;
        left: -17px;
        bottom: calc( 50% - 8px); }
    .card .card-wrapper.arrow-right-green {
      position: relative; }
      .card .card-wrapper.arrow-right-green:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        z-index: 1;
        border-width: 17px 0 17px 17px;
        border-color: transparent transparent transparent #75b845;
        left: -17px;
        bottom: calc( 50% - 8px); }
    .card .card-wrapper.arrow-bottom-green {
      position: relative; }
      .card .card-wrapper.arrow-bottom-green:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        z-index: 1;
        border-width: 17px 17px 0 17px;
        border-color: #75b845 transparent transparent transparent;
        left: calc( 50% - 8px);
        bottom: -17px; }
    .card .card-wrapper.arrow-left-blue-one {
      position: relative; }
      .card .card-wrapper.arrow-left-blue-one:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        z-index: 1;
        border-width: 17px 17px 17px 0;
        border-color: transparent #008db1 transparent transparent;
        left: -17px;
        bottom: calc( 50% - 8px); }
    .card .card-wrapper.arrow-right-blue-one {
      position: relative; }
      .card .card-wrapper.arrow-right-blue-one:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        z-index: 1;
        border-width: 17px 0 17px 17px;
        border-color: transparent transparent transparent #008db1;
        right: -17px;
        top: calc( 50% - 8px); }
    .card .card-wrapper.arrow-bottom-blue-one {
      position: relative; }
      .card .card-wrapper.arrow-bottom-blue-one:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        z-index: 1;
        border-width: 17px 17px 0 17px;
        border-color: #008db1 transparent transparent transparent;
        left: calc( 50% - 8px);
        bottom: -17px; }
    .card .card-wrapper.arrow-left-blue-two {
      position: relative; }
      .card .card-wrapper.arrow-left-blue-two:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        z-index: 1;
        border-width: 17px 17px 17px 0;
        border-color: transparent #006d89 transparent transparent;
        left: -17px;
        bottom: calc( 50% - 8px); }
    .card .card-wrapper.arrow-right-blue-two {
      position: relative; }
      .card .card-wrapper.arrow-right-blue-two:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        z-index: 1;
        border-width: 17px 0 17px 17px;
        border-color: transparent transparent transparent #006d89;
        right: -17px;
        top: calc( 50% - 8px); }
    .card .card-wrapper.arrow-bottom-blue-two {
      position: relative; }
      .card .card-wrapper.arrow-bottom-blue-two:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        z-index: 1;
        border-width: 17px 17px 0 17px;
        border-color: #006d89 transparent transparent transparent;
        left: calc( 50% - 8px);
        bottom: -17px; }
    .card .card-wrapper.arrow-left-blue-deep {
      position: relative; }
      .card .card-wrapper.arrow-left-blue-deep:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        z-index: 1;
        border-width: 17px 17px 17px 0;
        border-color: transparent #395082 transparent transparent;
        left: -17px;
        bottom: calc( 50% - 8px); }
    .card .card-wrapper.arrow-right-blue-deep {
      position: relative; }
      .card .card-wrapper.arrow-right-blue-deep:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        z-index: 1;
        border-width: 17px 0 17px 17px;
        border-color: transparent transparent transparent #395082;
        right: -17px;
        top: calc( 50% - 8px); }
    .card .card-wrapper.arrow-bottom-blue-deep {
      position: relative; }
      .card .card-wrapper.arrow-bottom-blue-deep:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        z-index: 1;
        border-width: 17px 17px 0 17px;
        border-color: #395082 transparent transparent transparent;
        left: calc( 50% - 8px);
        bottom: -17px; }
    .card .card-wrapper.arrow-left-azure {
      position: relative; }
      .card .card-wrapper.arrow-left-azure:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        z-index: 1;
        border-width: 17px 17px 17px 0;
        border-color: transparent #4dcfae transparent transparent;
        left: -17px;
        bottom: calc( 50% - 8px); }
    .card .card-wrapper.arrow-right-azure {
      position: relative; }
      .card .card-wrapper.arrow-right-azure:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        z-index: 1;
        border-width: 17px 0 17px 17px;
        border-color: transparent transparent transparent #4dcfae;
        right: -17px;
        top: calc( 50% - 8px); }
    .card .card-wrapper.arrow-bottom-azure {
      position: relative; }
      .card .card-wrapper.arrow-bottom-azure:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        z-index: 1;
        border-width: 17px 17px 0 17px;
        border-color: #4dcfae transparent transparent transparent;
        left: calc( 50% - 8px);
        bottom: -17px; }
  .card.video {
    text-align: left; }
    .card.video h2 {
      color: #fff; }
    .card.video p {
      text-transform: uppercase;
      font-weight: 300;
      font-size: 1.125rem; }
  .card.white .card-wrapper {
    background: #fff; }
  .card.azure .card-wrapper {
    background: #4dcfae; }
  .card.green .card-wrapper {
    background: #75b845; }
  .card.blue-one .card-wrapper {
    background: #008db1; }
  .card.blue-two .card-wrapper {
    background: #006d89; }
  .card.blue-deep .card-wrapper {
    background: #395082; }
  .card.gray .card-wrapper {
    background: #8a8a8a; }
  .card.video .card-wrapper {
    background: #8a8a8a;
    position: relative;
    margin-bottom: 0px;
    overflow: hidden; }
    .card.video .card-wrapper .content {
      position: relative;
      z-index: 10;
      padding: 10rem;
      text-align: center; }
      .card.video .card-wrapper .content .clutch {
        margin-top: 20px; }
        .card.video .card-wrapper .content .clutch img {
          height: 120px; }
    @media (max-width: 640px) {
      .card.video .card-wrapper {
        overflow: hidden; }
        .card.video .card-wrapper .content {
          padding: 2rem; }
          .card.video .card-wrapper .content h1 {
            font-size: 2rem; } }
  .card.video .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
    .card.video .video-wrapper video {
      width: 100%; }
  .card.image {
    position: relative; }
    .card.image .card-wrapper {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% center;
      z-index: 1;
      text-align: center;
      transition: all 0.5s ease-out; }
      .card.image .card-wrapper:not(.not-move):hover {
        background-position: 75% center; }
      .card.image .card-wrapper.cta {
        padding: 0; }
        .card.image .card-wrapper.cta a {
          display: block;
          margin: 0 auto;
          height: 100%;
          width: 100%;
          font-family: 'Bender';
          font-size: 1.5rem;
          text-transform: uppercase;
          letter-spacing: 1px;
          color: #fff;
          text-align: center;
          line-height: 24rem; }
  .card.cta .card-wrapper {
    height: 12.5rem; }
    .card.cta .card-wrapper h1, .card.cta .card-wrapper h2, .card.cta .card-wrapper h3 {
      margin-bottom: 1rem; }
    .card.cta .card-wrapper .content.dark {
      color: #000; }

/******************************
 * RESPONSIVE OVERRIDES
 ******************************/
@media (min-width: 1024px) {
  .row .card:last-child .card-wrapper {
    margin-right: 0; } }

@media (max-width: 639px) {
  .row .card-wrapper {
    height: inherit;
    min-height: 250px;
    margin: 0 !important;
    padding: 2rem 1rem;
    -ms-flex-align: center;
        align-items: center; }
    .row .card-wrapper.small {
      min-height: 300px; }
  .row .video .card-wrapper .content {
    padding: 0; }
  .row > div:not(.with-margin):nth-child(odd) .card-wrapper {
    margin-left: 0 !important; }
  .row > div:not(.with-margin):nth-child(even) .card-wrapper {
    margin-right: 0 !important; }
  .row .video h2 {
    font-size: 1.875rem; }
  .row .video p {
    font-size: 1.25rem; } }

@media (max-width: 1023px) {
  .row > div:not(.with-margin):nth-child(odd).card {
    padding-right: 0 !important; }
  .row > div:not(.with-margin):nth-child(even).card {
    padding-left: 0 !important; }
  .row > div:not(.with-margin):nth-child(odd) .card-wrapper {
    margin-left: 0; }
    .row > div:not(.with-margin):nth-child(odd) .card-wrapper.static {
      margin-right: 0; }
  .row > div:not(.with-margin):nth-child(even) .card-wrapper {
    margin-right: 0; } }

footer .row {
  height: 5.625rem; }
  footer .row .column, footer .row .columns {
    padding-top: 2rem;
    position: relative;
    font-size: 0.875rem; }
    footer .row .column img, footer .row .columns img {
      margin-right: 1rem;
      width: 200px; }
    footer .row .column ul, footer .row .columns ul {
      position: absolute;
      right: 15px;
      top: 1.8rem;
      font-size: 1.4rem; }
      footer .row .column ul li, footer .row .columns ul li {
        display: inline-block;
        margin-left: 0.5rem; }
        footer .row .column ul li a, footer .row .columns ul li a {
          font-family: "codingsans";
          color: #000; }
  @media (max-width: 639px) {
    footer .row {
      height: inherit;
      text-align: center; }
      footer .row .column img, footer .row .columns img {
        display: block;
        margin: 0 auto;
        margin-bottom: 1rem; }
      footer .row .column ul, footer .row .columns ul {
        position: static;
        display: block;
        margin: 1rem 0; }
        footer .row .column ul li, footer .row .columns ul li {
          margin: 0.1rem; }
          footer .row .column ul li a.linkedin, footer .row .columns ul li a.linkedin {
            top: 0; } }

section.index .section-title {
  margin: 0; }

section.index .solutions-image {
  margin-bottom: 40px; }

section.index .buttons-container {
  position: relative; }
  section.index .buttons-container > .buttons {
    position: absolute;
    bottom: -15px;
    width: 100%; }

section.index .partners {
  margin: 0 auto; }
  section.index .partners .partner-img {
    height: 120px; }

@media (max-width: 640px) {
  section.index .row.top {
    overflow: hidden; } }

section.index .card.what-we-do {
  color: #000;
  text-align: left; }
  section.index .card.what-we-do h3 {
    font-family: "bender-bold";
    font-size: 1.5rem; }
  section.index .card.what-we-do h4 {
    font-family: "bender-bold";
    font-size: 1.25rem; }

section.index .contact p {
  font-size: 1.125rem; }

section.index .what-we-do.card {
  color: #fff; }
  section.index .what-we-do.card .card-wrapper {
    background-position: bottom center; }
  section.index .what-we-do.card .row {
    margin-bottom: 1rem; }

section.index .tech .card-wrapper {
  color: #000;
  -ms-flex-align: inherit;
      align-items: inherit;
  border-right: 1px solid #dcdcdc; }

section.index .tech:last-child .card-wrapper {
  border-right: none; }

section.index .partner-logos .card-wrapper {
  color: #000;
  -ms-flex-pack: center;
      justify-content: center;
  height: inherit; }
  section.index .partner-logos .card-wrapper img {
    width: 100px;
    margin: 1rem 2rem;
    display: inline-block; }

section.portfolio .hero.absolute-float {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1; }

section.portfolio .card-wrapper {
  margin-bottom: 30px; }

section.portfolio .top-spacing {
  padding-top: 500px; }

@media (min-width: 640px) {
  section.portfolio .portfolio-card-text {
    min-height: 216px; } }

@media (min-width: 1024px) {
  section.portfolio .portfolio-card-text {
    min-height: 170px; } }

@media (min-width: 1200px) {
  section.portfolio .portfolio-card-text {
    min-height: 150px; } }

section.portfolio .card.description {
  text-align: left;
  position: relative;
  z-index: 2;
  /**
			 * No triangle on mobile
			 */ }
  section.portfolio .card.description .logos img {
    display: inline-block;
    width: 60px;
    margin-right: 1rem; }
  @media (max-width: 639px) {
    section.portfolio .card.description .card-wrapper:after {
      display: none; } }

section.portfolio .card.cta .card-wrapper:after {
  z-index: 10; }

@media (max-width: 639px) {
  section.portfolio .card.cta .card-wrapper:after {
    display: none; } }

section.process .card-wrapper {
  min-height: 200px; }
  @media (max-width: 639px) {
    section.process .card-wrapper:after {
      display: none !important; } }

section.process .image .card-wrapper p {
  font-size: 5rem;
  font-family: "Bender-light";
  text-align: center;
  margin: 0 auto; }

section.process .step-01 {
  position: relative;
  z-index: 10; }
  section.process .step-01:before {
    display: block;
    content: '';
    position: absolute;
    background: #395082;
    z-index: 10;
    left: -18px;
    top: 0;
    width: 20px;
    height: calc( 50% + 8px);
    transform: perspective(14px) rotateY(-4deg);
    -ms-transform-origin: top right;
        transform-origin: top right;
    left: 0px; }
  section.process .step-01:after {
    display: block;
    content: '';
    position: absolute;
    background: #395082;
    z-index: 10;
    left: -18px;
    bottom: 0;
    width: 20px;
    height: calc( 50% + 8px);
    transform: perspective(14px) rotateY(-4deg);
    -ms-transform-origin: bottom right;
        transform-origin: bottom right;
    left: 0px; }
  @media (max-width: 639px) {
    section.process .step-01:before, section.process .step-01:after {
      display: none; } }
  @media (max-width: 1023px) {
    section.process .step-01 {
      margin-top: 0;
      height: 400px; }
      section.process .step-01:before, section.process .step-01:after {
        display: none; } }

section.process .step-02 {
  position: relative;
  z-index: 10; }
  section.process .step-02:before {
    display: block;
    content: '';
    position: absolute;
    background: #006d89;
    z-index: 10;
    right: -18px;
    top: 0;
    width: 20px;
    height: calc( 45% + 8px);
    transform: perspective(14px) rotateY(4deg);
    -ms-transform-origin: top right;
        transform-origin: top right;
    right: 0px; }
  section.process .step-02:after {
    display: block;
    content: '';
    position: absolute;
    background: #006d89;
    z-index: 10;
    right: -18px;
    bottom: 0;
    width: 20px;
    height: calc( 45% + 8px);
    transform: perspective(14px) rotateY(4deg);
    -ms-transform-origin: bottom right;
        transform-origin: bottom right;
    right: 0px; }
  @media (max-width: 639px) {
    section.process .step-02:before, section.process .step-02:after {
      display: none; } }
  @media (max-width: 1023px) {
    section.process .step-02 {
      margin-top: 0;
      height: 400px; }
      section.process .step-02:before, section.process .step-02:after {
        display: none; } }

section.process .step-03 {
  position: relative;
  z-index: 10; }
  section.process .step-03:before {
    display: block;
    content: '';
    position: absolute;
    background: #008db1;
    z-index: 10;
    left: -18px;
    top: 0;
    width: 20px;
    height: calc( 50% + 8px);
    transform: perspective(14px) rotateY(-4deg);
    -ms-transform-origin: top right;
        transform-origin: top right;
    left: 0px; }
  section.process .step-03:after {
    display: block;
    content: '';
    position: absolute;
    background: #008db1;
    z-index: 10;
    left: -18px;
    bottom: 0;
    width: 20px;
    height: calc( 50% + 8px);
    transform: perspective(14px) rotateY(-4deg);
    -ms-transform-origin: bottom right;
        transform-origin: bottom right;
    left: 0px; }
  @media (max-width: 639px) {
    section.process .step-03:before, section.process .step-03:after {
      display: none; } }
  @media (max-width: 1023px) {
    section.process .step-03 {
      margin-top: 0;
      height: 400px; }
      section.process .step-03:before, section.process .step-03:after {
        display: none; } }

section.process .step-04 {
  position: relative;
  z-index: 10; }
  section.process .step-04:before {
    display: block;
    content: '';
    position: absolute;
    background: #4dcfae;
    z-index: 10;
    right: -18px;
    top: 0;
    width: 20px;
    height: calc( 45% + 8px);
    transform: perspective(14px) rotateY(4deg);
    -ms-transform-origin: top right;
        transform-origin: top right;
    right: 0px; }
  section.process .step-04:after {
    display: block;
    content: '';
    position: absolute;
    background: #4dcfae;
    z-index: 10;
    right: -18px;
    bottom: 0;
    width: 20px;
    height: calc( 45% + 8px);
    transform: perspective(14px) rotateY(4deg);
    -ms-transform-origin: bottom right;
        transform-origin: bottom right;
    right: 0px; }
  @media (max-width: 639px) {
    section.process .step-04:before, section.process .step-04:after {
      display: none; } }
  @media (max-width: 1023px) {
    section.process .step-04 {
      margin-top: 0;
      height: 400px; }
      section.process .step-04:before, section.process .step-04:after {
        display: none; } }

section.process .step-05 {
  position: relative;
  z-index: 10; }
  section.process .step-05:before {
    display: block;
    content: '';
    position: absolute;
    background: #75b845;
    z-index: 10;
    left: -18px;
    top: 0;
    width: 20px;
    height: calc( 50% + 8px);
    transform: perspective(14px) rotateY(-4deg);
    -ms-transform-origin: top right;
        transform-origin: top right;
    left: 0px; }
  section.process .step-05:after {
    display: block;
    content: '';
    position: absolute;
    background: #75b845;
    z-index: 10;
    left: -18px;
    bottom: 0;
    width: 20px;
    height: calc( 50% + 8px);
    transform: perspective(14px) rotateY(-4deg);
    -ms-transform-origin: bottom right;
        transform-origin: bottom right;
    left: 0px; }
  @media (max-width: 639px) {
    section.process .step-05:before, section.process .step-05:after {
      display: none; } }
  @media (max-width: 1023px) {
    section.process .step-05 {
      margin-top: 0;
      height: 400px; }
      section.process .step-05:before, section.process .step-05:after {
        display: none; } }

section.team .point-team .feature-icon {
  width: 54px;
  height: 41px;
  background: transparent url(../img/icon-aii.png) no-repeat center center; }

section.team .image.team .card-wrapper {
  text-align: left;
  margin-right: 0; }
  section.team .image.team .card-wrapper h2 {
    margin-bottom: 1rem; }
  section.team .image.team .card-wrapper p {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 300; }

section.team .member {
  position: relative;
  /**
		 * Unreal engine lite
		 */ }
  section.team .member .card-wrapper {
    background-size: cover; }
    section.team .member .card-wrapper.back {
      position: absolute;
      left: 15px;
      top: 0;
      right: 0;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      transform: perspective(1000px) rotateY(180deg);
      transition: 0.5s transform ease;
      background: #395082; }
      section.team .member .card-wrapper.back ul {
        margin: 0; }
        section.team .member .card-wrapper.back ul li {
          list-style-type: none;
          display: inline-block;
          margin: 0.5rem; }
          section.team .member .card-wrapper.back ul li a {
            color: #fff;
            font-weight: normal;
            font-family: "codingsans";
            font-size: 1.3rem; }
            section.team .member .card-wrapper.back ul li a.linkedin {
              position: relative;
              top: -2px; }
            section.team .member .card-wrapper.back ul li a:hover {
              color: #ddd; }
    section.team .member .card-wrapper.front {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      transform: perspective(1000px) rotateY(0deg);
      transition: 0.5s transform ease; }
  section.team .member:hover .back {
    transform: perspective(1000px) rotateY(0deg);
    z-index: 10; }
  section.team .member:hover .front {
    transform: perspective(1000px) rotateY(-180deg); }
  @media (min-width: 1024px) {
    section.team .member:nth-child(3n) .card-wrapper.back {
      left: 0px;
      right: 15px; }
    section.team .member:nth-child(3n + 2) .card-wrapper.back {
      left: 0px;
      right: 0px; } }
  @media (max-width: 1023px) and (min-width: 640px) {
    section.team .member:nth-child(even) .card-wrapper.back {
      left: 0;
      right: 15px; } }
  @media (max-width: 639px) {
    section.team .member .card-wrapper.back {
      margin: 0;
      left: 25px;
      right: 25px; } }

section.contact .form {
  position: relative; }
  section.contact .form .card-wrapper {
    height: 100%;
    padding-top: 5rem;
    color: #000;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 15px;
    right: 15px;
    -ms-flex-align: inherit;
        align-items: inherit;
    text-align: left; }
    section.contact .form .card-wrapper p {
      margin-bottom: 2rem; }
    @media (max-width: 639px) {
      section.contact .form .card-wrapper {
        position: static; } }

section.contact #map {
  padding: 0; }

section.contact form input,
section.contact form textarea,
section.contact form select {
  height: 56px;
  line-height: 56px;
  padding: 0 1rem; }
  section.contact form input > option:first-child,
  section.contact form textarea > option:first-child,
  section.contact form select > option:first-child {
    color: #cacaca; }

section.contact form input,
section.contact form select {
  text-transform: uppercase; }

@media (max-width: 639px) {
  section.blog .card.image {
    height: 200px; } }

section.blog .card.image .card-wrapper {
  background-size: cover !important; }

section.blog .post-body {
  text-align: left;
  color: #000;
  position: relative; }
  section.blog .post-body:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 1;
    border-width: 17px 17px 17px 0;
    border-color: transparent #fefefe transparent transparent;
    left: -17px;
    bottom: calc( 50% - 8px); }
  section.blog .post-body .card-wrapper {
    background: #fff; }
    @media (max-width: 1023px) {
      section.blog .post-body .card-wrapper {
        height: inherit; } }
  section.blog .post-body h3 {
    margin-bottom: 0.5rem; }
  section.blog .post-body p.meta {
    font-family: "Bender";
    font-size: 1.125rem;
    margin-bottom: 1rem; }
    section.blog .post-body p.meta time {
      margin-right: 1rem; }

section.blog .row:nth-child(even) .card-wrapper {
  background: #f8fafa; }

section.blog .row:nth-child(even) .post-intro {
  position: relative; }
  section.blog .row:nth-child(even) .post-intro:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 1;
    border-width: 17px 17px 17px 0;
    border-color: transparent #f8fafa transparent transparent;
    left: -17px;
    bottom: calc( 50% - 8px); }

section.blog-post article {
  background: #fff;
  padding: 3rem 0; }
  section.blog-post article.blue-one {
    background-color: #008db1;
    text-transform: uppercase;
    color: #fff; }
    section.blog-post article.blue-one p {
      margin-bottom: 0; }

section.blog-post blockquote {
  font-size: 1.125rem; }
  section.blog-post blockquote cite {
    margin: 1rem 0; }

section.blog-post .row.hero .card-wrapper {
  margin-bottom: -15px; }
  section.blog-post .row.hero .card-wrapper p {
    margin-bottom: 0; }
  @media (max-width: 1023px) {
    section.blog-post .row.hero .card-wrapper {
      margin: 0; } }

section.blog-post .row .main-content h1 {
  font-size: 2rem;
  margin-bottom: 3rem; }

section.blog-post .row .main-content h2 {
  font-size: 1.625rem;
  margin-top: 4rem;
  margin-bottom: 2rem; }

section.blog-post .row .main-content h3 {
  font-size: 1.375rem;
  margin-top: 4rem;
  margin-bottom: 2rem; }

section.blog-post .row .main-content ul li, section.blog-post .row .main-content ol li {
  margin-bottom: 0.5rem; }

section.blog-post .row .main-content .button {
  margin-bottom: 1rem; }

section.blog-post .author {
  position: relative;
  background-size: cover !important; }
  section.blog-post .author p {
    font-size: 1.375rem;
    font-family: "Bender-bold";
    margin-bottom: 0.2rem; }
  section.blog-post .author time {
    display: block;
    font-family: "Bender";
    font-size: 1.125rem;
    letter-spacing: 1px; }
  section.blog-post .author a {
    position: absolute;
    bottom: 2rem;
    margin: 0 auto; }
    section.blog-post .author a.business {
      left: calc( 50% - 45px); }
    section.blog-post .author a.technology {
      left: calc( 50% - 60px); }
  section.blog-post .author:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: #007d9d;
    opacity: 0.7;
    z-index: -1; }
  @media (max-width: 639px) {
    section.blog-post .author {
      height: 200px; } }

section.blog-post .related-articles {
  text-align: left !important;
  background: #4dcfae !important; }
  section.blog-post .related-articles h3 {
    margin-bottom: 2rem; }
  section.blog-post .related-articles nav {
    background: transparent; }
    section.blog-post .related-articles nav ul {
      margin: 0; }
      section.blog-post .related-articles nav ul li {
        list-style-type: none;
        border-bottom: 1px solid #49b398;
        padding: 1rem 0; }
        section.blog-post .related-articles nav ul li a {
          color: #fff; }
        section.blog-post .related-articles nav ul li:last-child {
          border: none; }

section.technology {
  /**
	 * Modify card displays
	 */ }
  @media (max-width: 640px) {
    section.technology .row.top {
      overflow: hidden; } }
  section.technology .point-one .card-wrapper {
    position: relative;
    z-index: 10; }
    section.technology .point-one .card-wrapper:before {
      display: block;
      content: '';
      position: absolute;
      background: #4dcfae;
      z-index: 10;
      right: -18px;
      top: 0;
      width: 20px;
      height: calc( 45% + 8px);
      transform: perspective(14px) rotateY(4deg);
      -ms-transform-origin: top right;
          transform-origin: top right;
      right: -15px; }
    section.technology .point-one .card-wrapper:after {
      display: block;
      content: '';
      position: absolute;
      background: #4dcfae;
      z-index: 10;
      right: -18px;
      bottom: 0;
      width: 20px;
      height: calc( 45% + 8px);
      transform: perspective(14px) rotateY(4deg);
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
      right: -15px; }
    @media (max-width: 639px) {
      section.technology .point-one .card-wrapper:before, section.technology .point-one .card-wrapper:after {
        display: none; } }
  section.technology .point-two .card-wrapper {
    margin-top: 15px;
    height: 385px;
    position: relative;
    z-index: 10; }
    section.technology .point-two .card-wrapper:before {
      display: block;
      content: '';
      position: absolute;
      background: #008db1;
      z-index: 10;
      left: 0;
      top: -15px;
      width: calc( 50% + -3px);
      height: 15px;
      transform: perspective(18px) rotateX(5deg);
      -ms-transform-origin: left center;
          transform-origin: left center; }
    section.technology .point-two .card-wrapper:after {
      display: block;
      content: '';
      position: absolute;
      background: #008db1;
      z-index: 10;
      right: 0;
      top: -15px;
      width: calc( 50% + -3px);
      height: 15px;
      transform: perspective(18px) rotateX(5deg);
      -ms-transform-origin: right center;
          transform-origin: right center; }
    @media (max-width: 639px) {
      section.technology .point-two .card-wrapper:before, section.technology .point-two .card-wrapper:after {
        display: none; } }
  section.technology .point-three .card-wrapper {
    margin-top: 15px;
    height: 385px;
    position: relative;
    z-index: 10; }
    section.technology .point-three .card-wrapper:before {
      display: block;
      content: '';
      position: absolute;
      background: #006d89;
      z-index: 10;
      left: 0;
      top: -15px;
      width: calc( 50% + -3px);
      height: 15px;
      transform: perspective(18px) rotateX(5deg);
      -ms-transform-origin: left center;
          transform-origin: left center; }
    section.technology .point-three .card-wrapper:after {
      display: block;
      content: '';
      position: absolute;
      background: #006d89;
      z-index: 10;
      right: 0;
      top: -15px;
      width: calc( 50% + -3px);
      height: 15px;
      transform: perspective(18px) rotateX(5deg);
      -ms-transform-origin: right center;
          transform-origin: right center; }
    @media (max-width: 639px) {
      section.technology .point-three .card-wrapper:before, section.technology .point-three .card-wrapper:after {
        display: none; } }
  section.technology .tech .card-wrapper {
    color: #000;
    -ms-flex-align: inherit;
        align-items: inherit;
    border-right: 1px solid #dcdcdc; }
  section.technology .tech:last-child .card-wrapper {
    border-right: none; }

.field > .heading {
  display: none; }

select {
  color: #cacaca;
  background-position: right 0 center; }
