@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import "//cdn.jsdelivr.net/jquery.slick/1.3.15/slick.css";
@import "//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css";
/*! 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: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

button {
  -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: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

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

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

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

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  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.5rem; }

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

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

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

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

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

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

.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: #1583cc;
    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.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; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  margin-left: 0; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0; }
  :last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

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

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fefefe; }
  .badge.secondary {
    background: #777;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #2199e8; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #2199e8;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #147cc0;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fefefe; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fefefe; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def0fc; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.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 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 {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .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.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fefefe;
    background: #2199e8; }

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

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

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  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%); }

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

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

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .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 {
  left: auto;
  right: 0;
  top: 100%; }

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

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

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  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 {
  left: auto;
  right: 100%; }

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

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

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

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

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

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

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

.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: -2px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }

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

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

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

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

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #2199e8; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #1583cc; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

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

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  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: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  user-select: none; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #2199e8; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead,
  tfoot {
    background: #f8f8f8;
    color: #0a0a0a; }
    thead tr,
    tfoot tr {
      background: transparent; }
    thead th,
    thead td,
    tfoot th,
    tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

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

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

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

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

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

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

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

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

.tabs.primary {
  background: #2199e8; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title > a:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

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

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

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

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

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

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

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

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

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .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 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: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

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

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

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

/**** Fonts  ****/
/*@font-face { font-family: "font";
	src: url("fonts/font.woff") format('woff'),
		url('fonts/font.ttf') format('truetype');
	font-weight: normal; font-style: normal;
}

@font-face { font-family: "font";
	src: url("fonts/font_bold.woff") format('woff'),
		url('fonts/font_bold.ttf') format('truetype');
	font-weight: bold; font-style: normal;
}

@font-face { font-family: "font";
	src: url("fonts/font_light.woff") format('woff'),
		url('fonts/font_light.ttf') format('truetype');
	font-weight: 300; font-style: normal;
}

@font-face { font-family: "font";
	src: url("fonts/font_light_italic.woff") format('woff'),
		url('fonts/font_light_italic.ttf') format('truetype');
	font-weight: 300; font-style: italic;
}*/
body, button, input {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

input::-webkit-input-placeholder {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

input::-moz-placeholder {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

/* ------- Global Styles --------- */
article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
  display: block;
  outline: none; }

text, td, body {
  color: #000; }

/* ------- Text --------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3c3c3c;
  font-family: "neuzeit-grotesk", sans-serif;
  margin-top: -0.25em; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    margin-left: 12px;
    padding-left: 12px;
    border-left: solid 1px rgba(0, 0, 0, 0.1); }

h1 {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 20px; }

h1.big {
  font-size: 75px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px; }

h2 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.02em;
  font-weight: normal;
  margin-bottom: 20px; }

h3 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px; }

h4 {
  color: #e63e25;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 10px; }

p, li, blockquote, dt, dd {
  color: #575656;
  font-family: "neuzeit-grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; }

p {
  margin-bottom: 25px; }
  p.alerts {
    background: #f1f3f4;
    font-style: italic;
    padding: 25px 35px 25px 115px;
    position: relative; }
    p.alerts:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 80px;
      background: #daba55 url(../img/bell.png) no-repeat center center; }
  p.big {
    font-size: 20px; }

blockquote {
  margin-left: 20px;
  padding-top: 0;
  font-style: italic;
  line-height: 1.7;
  font-size: 20px;
  color: #e63e25;
  border: none;
  position: relative;
  padding-left: 25px; }
  blockquote:after {
    content: '';
    display: block;
    left: 0;
    top: 7px;
    bottom: 10px;
    width: 5px;
    background: #e63e25;
    position: absolute; }

hr {
  border-color: rgba(0, 0, 0, 0.1); }

/* ------- Links --------- */
a {
  color: #29a6bd; }
  a.arrow {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.08em;
    font-size: 14px; }
    a.arrow:after {
      content: "\f178";
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      left: 8px;
      position: relative; }

a:hover, a:focus {
  color: #29a6bd; }

/* ------- Buttons --------- */
button, .button {
  display: inline-block;
  position: relative;
  padding: 13px 38px;
  background: #29a6bd;
  border: 1px solid #29a6bd;
  border-radius: 24px;
  transition: all 0.15s ease;
  color: #fff;
  font-family: "neuzeit-grotesk", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 10px; }
  button:hover, button:focus, .button:hover, .button:focus {
    background: #238ca0;
    border-color: #238ca0;
    color: #fff;
    text-decoration: none; }
  button.light, .button.light {
    background: #fff;
    border: 1px solid #dcdcdc;
    color: #000; }
    button.light:hover, button.light:focus, .button.light:hover, .button.light:focus {
      background: #e6e6e6;
      border-color: #e6e6e6;
      color: #000; }
  button.dark, .button.dark, button.button-group.active, .button.button-group.active {
    background: #e63e25;
    border: 1px solid #e63e25;
    color: #fff; }
    button.dark:hover, button.dark:focus, .button.dark:hover, button.button-group.active:hover, .button.button-group.active:hover, .button.dark:focus, button.button-group.active:focus, .button.button-group.active:focus {
      background: #ea5a45;
      border-color: #ea5a45; }
  button.button-group, .button.button-group {
    margin: 0; }
    button.button-group:first-of-type, .button.button-group:first-of-type {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    button.button-group:not(:first-of-type), .button.button-group:not(:first-of-type) {
      margin-left: -3px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      button.button-group:not(:first-of-type):not(:last-of-type), .button.button-group:not(:first-of-type):not(:last-of-type) {
        border-radius: 0; }
  button.arrow:after, .button.arrow:after {
    content: "\f178";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    left: 8px;
    position: relative; }
  button.outline, .button.outline {
    background: transparent;
    border: solid 1px #29a6bd;
    color: #29a6bd; }
  button.square, .button.square {
    padding: 25px 80px;
    border-radius: 0px;
    background: transparent;
    color: #29a6bd;
    border-color: #ddd; }

/* ------- Images --------- */
a, a img {
  border: 0;
  outline: none; }

/* ------- Forms --------- */
form {
  margin: 0;
  padding: 20px 0;
  position: relative; }
  form .alert-box {
    float: left;
    width: 100%; }
    form .alert-box.alert-warning {
      background-color: #f7d6d6;
      border-color: rgba(170, 13, 16, 0);
      color: #aa0d10;
      float: right;
      width: auto;
      border-radius: 2px;
      margin: 0 0px;
      font-weight: bold;
      font-size: 14px;
      padding: 8px 20px; }
    form .alert-box.success {
      background: #E6F7BB;
      border: solid 1px #D0D894; }

@media screen and (max-width: 74.9375rem) {
  h1.big {
    font-size: 60px; } }

@media screen and (max-width: 64.063rem) {
  h2 {
    margin-bottom: 15px; } }

@media screen and (max-width: 40.063rem) {
  h1 {
    font-size: 30px;
    line-height: 1.2; }
  p, li, blockquote, dt, dd {
    font-size: 16px; }
  blockquote {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 10px 30px;
    font-weight: 100; } }

.block {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08); }

.content-block .columns *:last-child, .content-block .columns *:last-child *:last-child {
  margin-bottom: 0 !important; }

.content-block.one {
  padding: 60px 0; }
  @media screen and (max-width: 40.063rem) {
    .content-block.one {
      padding: 40px 1em; } }

.content-block.two div.columns {
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.content-block.two .columns {
  padding: 40px 40px 40px 1em; }
  @media screen and (max-width: 40.063rem) {
    .content-block.two .columns {
      padding: 40px 1em;
      border: none; } }

.content-block.two aside {
  border-left: none !important;
  padding: 40px 1em 40px 40px !important; }
  @media screen and (max-width: 40.063rem) {
    .content-block.two aside {
      padding: 40px 1em !important; } }
  .content-block.two aside .subnav {
    padding-top: 0 !important;
    text-align: left; }

.content-block.three .columns {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 40px 40px 1em;
  width: calc(33.333% - 8px); }
  .content-block.three .columns:nth-child(2) {
    padding: 40px;
    width: calc(33.333% + 16px); }
  .content-block.three .columns:last-of-type {
    border: none;
    padding: 40px 1em 40px 40px; }
  @media screen and (max-width: 40.063rem) {
    .content-block.three .columns {
      width: 100%;
      padding: 40px 1em; }
      .content-block.three .columns:nth-child(2), .content-block.three .columns:last-of-type {
        width: 100%;
        padding: 40px 1em; } }

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus,
input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus,
input[type="url"]:focus, textarea:focus, input:focus {
  border-color: #e63e25; }

.formBlock {
  background: #f1f3f4;
  padding: 30px; }
  .formBlock .columns {
    margin-bottom: 15px; }
    .formBlock .columns:last-child {
      margin-bottom: 0; }
  .formBlock .title {
    margin-bottom: 0; }
  .formBlock #url {
    display: none; }
  .formBlock textarea {
    height: 110px;
    margin: 0;
    resize: none; }
  .formBlock label {
    margin-bottom: 3px; }
  .formBlock .charge_indicator {
    padding-left: 10px;
    font-size: 13px;
    font-style: italic; }
  .formBlock .form-secure-footer {
    background: #e5e5e5;
    position: absolute;
    bottom: -50px;
    left: -14px;
    right: -14px;
    width: auto;
    padding: 10px 30px; }
    .formBlock .form-secure-footer i:before {
      color: #cdc125; }
    .formBlock .form-secure-footer img {
      float: right; }

.videoBlock {
  position: relative;
  height: 0;
  margin-bottom: 25px;
  padding-bottom: 56.25%;
  padding-top: 25px; }
  .videoBlock iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.textImage figure {
  margin: 0;
  padding: 0; }

.textImage .right {
  float: right;
  margin: 0 0 20px 20px; }

.textImage .left {
  float: left;
  margin: 0 20px 20px 0; }

.textImage .full {
  width: 100% !important; }

@media screen and (max-width: 40.063rem) {
  .textImage .left, .textImage .right {
    width: 100%;
    margin-right: 0;
    margin-left: 0; } }

.imageBlock {
  margin-bottom: 25px; }
  .imageBlock.left {
    width: 50%;
    margin-right: 25px;
    float: left; }
  .imageBlock.right {
    width: 50%;
    margin-left: 25px;
    float: right; }
  .imageBlock.center figure {
    max-width: 400px;
    margin: 0 auto; }
  .imageBlock figure {
    position: relative;
    margin: 0; }
  .imageBlock figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 64px;
    background: #29a6bd;
    opacity: 0.9;
    text-transform: uppercase; }
  .imageBlock p {
    margin: 0;
    color: #fff;
    font-size: 13px; }
  @media screen and (max-width: 40.063rem) {
    .imageBlock.left, .imageBlock.right {
      width: 100%;
      margin-right: 0; } }

/* ------- Widgets --------- */
section.widget {
  position: relative;
  margin-bottom: 25px;
  padding: 50px 70px;
  background: #fff;
  box-shadow: 0 0 60px 0px rgba(0, 0, 0, 0.1);
  border: none; }
  section.widget *:last-child, section.widget form > *:last-child {
    margin-bottom: 0; }
  section.widget h1 {
    margin-top: 0;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.08em; }

section.subnav h1 a {
  color: #3c3c3c; }
  section.subnav h1 a:hover {
    text-decoration: underline; }

section.subnav li {
  padding: 4px 0;
  font-size: 14px;
  font-weight: bold; }
  section.subnav li > a {
    position: relative;
    color: #3c3c3c;
    display: block;
    line-height: 18px;
    padding-left: 10px;
    text-transform: uppercase; }
    section.subnav li > a:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 2px;
      bottom: 5px;
      width: 2px;
      background: #b2b2b2; }
    section.subnav li > a:hover {
      color: #e63e25; }
      section.subnav li > a:hover:after {
        background: #e63e25; }
  section.subnav li.active > a {
    color: #29a6bd; }
    section.subnav li.active > a:after {
      background: #29a6bd; }

section.subnav ul {
  list-style: none;
  margin: 0; }
  section.subnav ul ul li a {
    margin-left: 2px;
    border-left: none;
    color: #575656;
    font-size: 16px;
    font-weight: 400;
    text-transform: none; }
    section.subnav ul ul li a:after {
      display: none; }
  section.subnav ul ul li.active a, section.subnav ul ul li a:hover {
    border: none; }

.feature-blocks .feature-block {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #eeeeee; }
  @media screen and (max-width: 40.063rem) {
    .feature-blocks .feature-block {
      flex-wrap: wrap;
      padding: 1rem;
      margin-top: 2rem;
      margin-bottom: 2rem; } }
  @media screen and (max-width: 64.063rem) {
    .feature-blocks .feature-block {
      padding: 1rem; } }

.feature-blocks .feature-image {
  order: 0;
  flex-grow: 0;
  flex-basis: 50%; }
  @media screen and (max-width: 40.063rem) {
    .feature-blocks .feature-image {
      flex-basis: 100%;
      margin-bottom: 2rem; } }

.feature-blocks .feature-image.is-left {
  order: 0;
  padding-right: 4rem; }
  @media screen and (max-width: 40.063rem) {
    .feature-blocks .feature-image.is-left {
      padding-right: 0px; } }

.feature-blocks .feature-image.is-right {
  order: 1;
  padding-left: 4rem; }
  @media screen and (max-width: 40.063rem) {
    .feature-blocks .feature-image.is-right {
      order: 0;
      padding-left: 0px; } }

.feature-blocks .feature-content {
  flex-grow: 1;
  flex-basis: 50%; }
  @media screen and (max-width: 40.063rem) {
    .feature-blocks .feature-content {
      flex-basis: 100%; } }

.audio-player {
  box-sizing: content-box; }
  .audio-player div {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .audio-player .amazingaudioplayer-image {
    display: block;
    position: relative;
    float: left;
    margin: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .audio-player .amazingaudioplayer-text {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 4px 12px;
    height: 100px; }
  .audio-player .amazingaudioplayer-text-clear {
    clear: both;
    height: 8px; }
  .audio-player .amazingaudioplayer-title {
    display: block;
    color: #333;
    font-family: "Oswald",Arial,sans-serif;
    font-size: 20px;
    font-weight: bold; }
  .audio-player .amazingaudioplayer-info {
    display: block;
    display: block;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-style: italic; }
  .audio-player .amazingaudioplayer-bar {
    background-color: #FFFFFF;
    margin: 4px;
    border: solid 6px #fff; }
  .audio-player .amazingaudioplayer-bar-buttons-clear {
    clear: both; }
  .audio-player .amazingaudioplayer-bar-title {
    position: relative;
    float: left;
    color: #444444;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 24px;
    margin: 0 8px; }
  .audio-player .amazingaudioplayer-playpause {
    position: relative;
    float: left; }
  .audio-player .amazingaudioplayer-play {
    position: relative; }
  .audio-player .amazingaudioplayer-pause {
    position: relative; }
  .audio-player .amazingaudioplayer-stop {
    position: relative;
    float: left; }
  .audio-player .amazingaudioplayer-prev {
    position: relative;
    float: left; }
  .audio-player .amazingaudioplayer-next {
    position: relative;
    float: left; }
  .audio-player .amazingaudioplayer-loop {
    position: relative;
    float: left;
    margin: 0 2px; }
  .audio-player .amazingaudioplayer-progress {
    position: relative;
    background-color: #706d6d;
    margin: 8px 4px; }
  .audio-player .amazingaudioplayer-progress-loaded {
    background-color: #999; }
  .audio-player .amazingaudioplayer-progress-played {
    background-color: #73b3c3;
    background-image: -ms-linear-gradient(top, #90d9e4 0%, #368fae 100%);
    background-image: -moz-linear-gradient(top, #90d9e4 0%, #368fae 100%);
    background-image: -o-linear-gradient(top, #90d9e4 0%, #368fae 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #90d9e4), color-stop(1, #368fae));
    background-image: -webkit-linear-gradient(top, #90d9e4 0%, #368fae 100%);
    background-image: linear-gradient(to bottom, #90d9e4 0%, #368fae 100%); }
  .audio-player .amazingaudioplayer-time {
    position: relative;
    float: right;
    color: #555555;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    line-height: 24px;
    margin: 0 4px; }
  .audio-player .amazingaudioplayer-volume {
    position: relative;
    float: right; }
  .audio-player .amazingaudioplayer-volume-bar {
    margin-bottom: 2px;
    background-color: #e1e1e1;
    background-image: -ms-linear-gradient(top, #f6f6f6 0%, #e1e1e1 100%);
    background-image: -moz-linear-gradient(top, #f6f6f6 0%, #e1e1e1 100%);
    background-image: -o-linear-gradient(top, #f6f6f6 0%, #e1e1e1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f6f6), color-stop(1, #e1e1e1));
    background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #e1e1e1 100%);
    background-image: linear-gradient(to bottom, #f6f6f6 0%, #e1e1e1 100%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .audio-player .amazingaudioplayer-volume-bar-adjust {
    background-color: #555; }
  .audio-player .amazingaudioplayer-volume-bar-adjust-active {
    background-color: #4ba4bd; }
  .audio-player .amazingaudioplayer-tracklist {
    display: block;
    position: relative; }
  .audio-player .amazingaudioplayer-tracklist-container {
    display: block;
    position: relative;
    border-radius: 0;
    margin: 4px;
    padding: 12px 12px 16px;
    background-color: #fff;
    border: none; }
  .audio-player .amazingaudioplayer-tracks-wrapper {
    position: relative;
    height: 370px !important; }
  .audio-player .amazingaudioplayer-tracks {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .audio-player .amazingaudioplayer-track-item {
    position: relative;
    cursor: pointer;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px; }
  .audio-player .amazingaudioplayer-track-item-active {
    cursor: pointer;
    color: #222; }
  .audio-player .amazingaudioplayer-track-item a {
    color: #666;
    text-decoration: none; }
  .audio-player .amazingaudioplayer-track-item-active a {
    color: #222;
    text-decoration: none; }
  .audio-player .amazingaudioplayer-track-item-duration {
    position: absolute;
    top: 0;
    right: 0; }
  .audio-player .amazingaudioplayer-tracklist-arrow-prev {
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: -64px; }
  .audio-player .amazingaudioplayer-tracklist-arrow-next {
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: 16px; }
  .audio-player .amazingaudioplayer-tracklist-clear {
    clear: both; }

.neo-block {
  background-size: cover;
  background-position: center center;
  padding: 100px 0 70px;
  position: relative; }
  .neo-block > * {
    position: relative;
    z-index: 1; }
  .neo-block .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply; }
  .neo-block.neo-block-twoColumn > .row > .columns:first-child {
    padding-right: 35px; }
  .neo-block.neo-block-twoColumn > .row > .columns:last-child {
    padding-left: 35px; }
  .neo-block.neo-block-twoColumn .imageBlock figure {
    box-shadow: 0 0 50px -10px rgba(0, 0, 0, 0.2); }
  .neo-block.neo-block-hero {
    padding: 0;
    position: relative; }
    .neo-block.neo-block-hero h1 {
      font-size: 75px;
      font-weight: bold;
      line-height: 1;
      margin-bottom: 20px; }
    .neo-block.neo-block-hero:after {
      content: '';
      display: block;
      z-index: 1;
      position: relative;
      transition: background-color 1s ease, padding-top 1s ease; }
    .neo-block.neo-block-hero .play-video, .neo-block.neo-block-hero .stop-video, .neo-block.neo-block-hero .click-video {
      background: #29a6bd;
      width: 60px;
      height: 60px;
      display: inline-block;
      line-height: 60px;
      border-radius: 100%;
      padding-left: 4px;
      text-align: center;
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.2), 0 -50px 50px -40px rgba(0, 0, 0, 0.35) inset;
      color: #fff; }
    .neo-block.neo-block-hero .stop-video {
      position: absolute;
      top: -100px;
      right: 0;
      border-radius: 0;
      padding: 0;
      z-index: 5;
      opacity: 0 !important;
      transition: opacity 1s ease; }
    .neo-block.neo-block-hero.playing:after {
      background: #000;
      z-index: 3;
      padding-top: 56.25% !important; }
    .neo-block.neo-block-hero.playing .stop-video {
      opacity: 1 !important;
      top: 0px; }
    .neo-block.neo-block-hero.playing .flex-video {
      opacity: 1 !important;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    .neo-block.neo-block-hero .flex-video {
      position: absolute;
      top: 0;
      z-index: 4;
      left: 0;
      width: 0px;
      height: 0px;
      opacity: 0;
      transition: opacity 1s ease; }
    .neo-block.neo-block-hero.tiny:after {
      padding-top: 15%; }
    .neo-block.neo-block-hero.small:after {
      padding-top: 30%; }
    .neo-block.neo-block-hero.smallmid:after {
      padding-top: 40%; }
    .neo-block.neo-block-hero.medium:after {
      padding-top: 56.25%; }
    .neo-block.neo-block-hero.large:after {
      padding-top: 65%; }
    .neo-block.neo-block-hero .neo-block-hero-content {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-40%);
      z-index: 2; }
  .neo-block.neo-block-standard > .row > .columns:first-child {
    width: 62.5%;
    padding-right: 35px; }
  .neo-block.neo-block-standard > .row > .columns:last-child {
    width: 37.5%;
    padding-left: 40px; }
  .neo-block.neo-block-supergrid .row .columns {
    padding: 0 2rem;
    margin-bottom: 30px; }
  .neo-block.neo-block-supergrid .neo-block-supergrid-intro .columns {
    margin-bottom: 40px; }
    .neo-block.neo-block-supergrid .neo-block-supergrid-intro .columns :last-child {
      margin-bottom: 0; }
  .neo-block.neo-block-supergrid .neo-block-supergrid-items .columns :last-child {
    margin-bottom: 0; }
  .neo-block.neo-block-supergrid .neo-block-supergrid-items .columns.text-container {
    padding: 0 1.375rem; }
    .neo-block.neo-block-supergrid .neo-block-supergrid-items .columns.text-container .text-container-gutter {
      background: #fff;
      border-radius: 3px;
      overflow: hidden; }
    .neo-block.neo-block-supergrid .neo-block-supergrid-items .columns.text-container .image-size-full .image {
      padding: 0 0.9375rem; }
    .neo-block.neo-block-supergrid .neo-block-supergrid-items .columns.text-container .image-size-full .text {
      padding: 0 60px 2.5rem; }
  .neo-block.neo-block-supergrid .neo-block-supergrid-items .image-size-icon .image {
    padding: 0 0 0 1rem; }
  .neo-block.neo-block-supergrid .neo-block-supergrid-items .image-size-icon .text {
    padding-left: 20px;
    padding-right: 0.9375rem; }
  .neo-block.neo-block-supergrid .neo-block-supergrid-items .image-size-medium .image {
    padding: 0 0 0 1rem; }
  .neo-block.neo-block-supergrid .neo-block-supergrid-items .image-size-medium .text {
    padding-left: 30px; }
  .neo-block.neo-block-supergrid .neo-block-supergrid-items .image-size-full figure {
    border-radius: 3px 3px 0 0; }
  .neo-block.neo-block-supergrid .neo-block-supergrid-items figure {
    padding: 0;
    position: relative;
    margin: 0;
    background-size: cover;
    background-position: center center;
    border-radius: 3px; }
    .neo-block.neo-block-supergrid .neo-block-supergrid-items figure:after {
      content: '';
      display: block;
      padding-top: 100%; }
    .neo-block.neo-block-supergrid .neo-block-supergrid-items figure.square:after {
      padding-top: 100%; }
    .neo-block.neo-block-supergrid .neo-block-supergrid-items figure.landscape:after {
      padding-top: 75%; }
    .neo-block.neo-block-supergrid .neo-block-supergrid-items figure.portrait:after {
      padding-top: 133%; }
    .neo-block.neo-block-supergrid .neo-block-supergrid-items figure.widescreen:after {
      padding-top: 56%; }

@media screen and (max-width: 64.063rem) {
  #page-content main section.neo-block-hero h1 {
    font-size: 60px; }
  #page-content main section.neo-block.neo-block-hero:first-child {
    padding-top: 140px; }
  #page-content main section.neo-block.neo-block-hero.small:after {
    padding-top: 45%; }
  #page-content main section.neo-block-standard > .row > .columns:first-child {
    width: 60.0%;
    padding-right: 15px;
    padding-left: 1.375em; }
  #page-content main section.neo-block-standard > .row > .columns:last-child {
    width: 40.0%;
    padding-left: 20px;
    padding-right: 0; }
  #page-content main section.neo-block-standard section.widget {
    padding: 30px 40px; }
  #page-content main section.neo-block.neo-block-twoColumn > .row > .columns:first-child {
    padding: 0 1.375rem; }
  #page-content main section.neo-block.neo-block-twoColumn > .row > .columns:last-child {
    padding: 0 1.375rem; }
  #page-content main section.neo-block.neo-block-hero .neo-block-hero-content {
    width: 90%; } }

@media screen and (max-width: 40.063rem) {
  #page-content main section.neo-block.neo-block-twoColumn,
  #page-content main section.neo-block.neo-block-standard {
    padding: 50px 0; }
  #page-content main section.neo-block.neo-block-hero:after {
    padding-top: 0px !important; }
  #page-content main section.neo-block.neo-block-hero .neo-block-hero-content {
    left: 0;
    padding: 3rem 1.375rem 3rem;
    position: relative;
    top: 0;
    transform: none; }
  #page-content main section.neo-block.neo-block-hero:first-child .neo-block-hero-content {
    padding: 1rem 1.375rem 3rem; }
  #page-content main section.neo-block.neo-block-hero h1 {
    font-size: 35px; }
  #page-content main section.neo-block-standard > .row > .columns:first-child {
    width: 100%;
    padding: 0 1.375rem; }
  #page-content main section.neo-block-standard > .row > .columns:last-child {
    width: 100.0%;
    padding: 1rem 2rem; }
  #page-content main section.neo-block-standard section.widget {
    padding: 40px; }
  #page-content main section.neo-block.neo-block-supergrid > .row > .columns {
    padding: 0 1.375rem;
    margin-bottom: 40px; }
  #page-content main section.neo-block.neo-block-supergrid .neo-block-supergrid-items .image-size-medium .text {
    padding-left: 15px; }
  #page-content main section.neo-block.neo-block-supergrid .neo-block-supergrid-items .columns.text-container .image-size-full .image {
    padding: 0; }
  #page-content main section.neo-block.neo-block-supergrid .neo-block-supergrid-items .columns.text-container .image-size-full .text {
    padding: 0 2.5rem 2rem; } }

.team {
  margin: 5rem 0rem;
  padding: 1rem; }
  .team .team-heading {
    margin-bottom: 2rem; }
  .team .team-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -20px; }
  .team .team-item {
    margin-left: 20px;
    width: calc(50% - 20px); }
    .team .team-item h2 {
      margin-bottom: 0px; }
    .team .team-item > a {
      display: block;
      margin-bottom: 1rem;
      cursor: pointer; }
    .team .team-item img {
      width: 100%; }
    .team .team-item > h3 {
      font-size: 1.3rem;
      font-weight: 400; }
    .team .team-item > p {
      color: #7f7f7f; }
    .team .team-item .placeholder {
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 100%;
      height: 351px;
      background-color: #f0f0f0; }
      .team .team-item .placeholder > svg {
        opacity: .1;
        width: 64px;
        height: auto;
        filter: grayscale(100%); }
    @media screen and (min-width: 40.063rem) {
      .team .team-item {
        width: calc(33.333% - 20px); } }
    @media screen and (min-width: 64.063rem) {
      .team .team-item {
        width: calc(25% - 20px); } }
    @media screen and (min-width: 74.9375rem) {
      .team .team-item {
        width: calc(25% - 20px); } }
  @media screen and (min-width: 64.063rem) {
    .team {
      padding: 0rem; } }
  @media screen and (min-width: 74.9375rem) {
    .team {
      padding: 0rem; } }

.team-modal {
  width: 100%;
  max-width: 1330px !important;
  overflow: visible !important; }

.team-detail {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem; }
  .team-detail .team-detail-content {
    width: 100%;
    flex-grow: 0; }
    .team-detail .team-detail-content > h3 {
      margin-bottom: 2rem;
      font-size: 1.5rem;
      color: #7f7f7f; }
    @media screen and (min-width: 64.063rem) {
      .team-detail .team-detail-content {
        width: 65%; } }
    @media screen and (min-width: 74.9375rem) {
      .team-detail .team-detail-content {
        width: 60%; } }
  .team-detail .team-detail-image {
    padding-left: 0rem;
    padding-top: 0rem;
    width: 100%; }
    .team-detail .team-detail-image > img {
      width: 100%; }
    @media screen and (min-width: 64.063rem) {
      .team-detail .team-detail-image {
        padding-left: 2rem;
        padding-top: 2rem;
        width: 35%; } }
    @media screen and (min-width: 74.9375rem) {
      .team-detail .team-detail-image {
        padding-left: 2rem;
        padding-top: 2rem;
        width: 40%; } }
  .team-detail .team-detail-box {
    padding: 2rem;
    margin-bottom: 1rem;
    background-color: #f5f5f5;
    font-size: .9rem; }
    .team-detail .team-detail-box > div {
      margin-bottom: 1rem;
      color: #7f7f7f; }
    .team-detail .team-detail-box > div:last-child {
      margin-bottom: 0px; }
    .team-detail .team-detail-box span {
      display: inline-block;
      text-transform: uppercase;
      font-size: 0.75rem;
      color: #2c2d2d;
      font-weight: 600;
      margin: 0 0 0.875rem;
      letter-spacing: 0.03125rem;
      padding-right: 10px; }
    @media screen and (min-width: 40em) {
      .team-detail .team-detail-box {
        margin-bottom: 0rem; } }
    @media screen and (min-width: 64em) {
      .team-detail .team-detail-box {
        margin-bottom: 0rem; } }
  @media screen and (min-width: 64.063rem) {
    .team-detail {
      flex-wrap: nowrap; } }
  @media screen and (min-width: 74.9375rem) {
    .team-detail {
      flex-wrap: nowrap; } }

/* ------- Mobile Nav --------- */
.mobileNavPop {
  background: #055d7d;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  -webkit-transform: translate3d(0%, -100%, 0px);
  -moz-transform: translate3d(0%, -100%, 0px);
  -ms-transform: translate3d(0%, -100%, 0px);
  -o-transform: translate3d(0%, -100%, 0px);
  transform: translate3d(0%, -100%, 0px);
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  opacity: 0; }
  .mobileNavPop ul, .mobileNavPop li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .mobileNavPop li {
    text-align: center; }
    .mobileNavPop li a {
      display: inline-block;
      color: #fff;
      text-align: center;
      font-size: 25px;
      font-weight: bold;
      margin: 0px auto;
      padding: 0px 55px; }
    .mobileNavPop li:last-child a {
      border: solid 1px rgba(255, 255, 255, 0.4);
      border-radius: 32px;
      margin-top: 40px;
      font-size: 20px;
      padding: 5px 55px; }
  .mobileNavPop .logo {
    max-width: 30px;
    margin: 55px 0 35px; }
  .mobileNavPop.open {
    -webkit-transform: translate3d(0%, 0%, 0px);
    -moz-transform: translate3d(0%, 0%, 0px);
    -ms-transform: translate3d(0%, 0%, 0px);
    -o-transform: translate3d(0%, 0%, 0px);
    transform: translate3d(0%, 0%, 0px);
    opacity: 1; }
  .mobileNavPop .hamburger {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px; }
    .mobileNavPop .hamburger svg {
      width: 29px; }

/* ------- HEADER --------- */
header {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background: transparent;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */ }
  header.noHero {
    background: #222;
    position: relative; }
  header .logo {
    height: 80px; }
    header .logo a {
      margin-top: -8px;
      display: block; }
      header .logo a h1 {
        margin: 0; }
      header .logo a svg {
        width: 176px;
        height: 36px; }
      header .logo a img {
        display: block; }
    @media screen and (max-width: 40.063rem) {
      header .logo {
        height: 80px; }
        header .logo svg {
          width: 50px;
          height: 50px; } }
  header nav.navigation {
    position: relative;
    text-align: right; }
    header nav.navigation > ul {
      list-style: none;
      display: inline-block;
      margin: 0;
      padding: 0; }
    header nav.navigation ul.utilityNav {
      margin: 4px 0 8px; }
      header nav.navigation ul.utilityNav li {
        display: inline-block;
        margin: 0;
        padding: 0; }
        header nav.navigation ul.utilityNav li a {
          display: inline-block;
          padding: 3px 0 3px 12px;
          color: #b2b2b2;
          font-size: 10px;
          text-transform: uppercase; }
          header nav.navigation ul.utilityNav li a i:not(:last-child) {
            margin-right: 6px; }
          header nav.navigation ul.utilityNav li a:hover {
            color: #fff; }
        header nav.navigation ul.utilityNav li:first-child a {
          padding-left: 0; }
    header nav.navigation ul.mainNav > li {
      display: inline-block;
      position: relative;
      margin: 0;
      padding: 0; }
      header nav.navigation ul.mainNav > li a {
        display: inline-block;
        position: relative;
        padding: 10px 22px;
        border: 1px solid transparent;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: .025em; }
        header nav.navigation ul.mainNav > li a:hover, header nav.navigation ul.mainNav > li a:focus {
          color: #fff; }
          header nav.navigation ul.mainNav > li a:hover:after, header nav.navigation ul.mainNav > li a:focus:after {
            content: '';
            position: absolute;
            bottom: -1px;
            width: 25px;
            height: 5px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            background: #29a6bd; }
      header nav.navigation ul.mainNav > li.active > a:after, header nav.navigation ul.mainNav > li.active-parent > a:after {
        content: '';
        position: absolute;
        bottom: -1px;
        width: 25px;
        height: 5px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #e63e25; }
      header nav.navigation ul.mainNav > li:last-child a {
        border-radius: 30px;
        border: solid 2px rgba(255, 255, 255, 0.3);
        margin-left: 15px; }
        header nav.navigation ul.mainNav > li:last-child a:hover {
          border-color: #fff; }
          header nav.navigation ul.mainNav > li:last-child a:hover:after {
            display: none; }
      header nav.navigation ul.mainNav > li:last-child.active a {
        border-color: #e63e25; }
        header nav.navigation ul.mainNav > li:last-child.active a:after {
          display: none; }
      header nav.navigation ul.mainNav > li.drop > a {
        padding-right: 25px; }
        header nav.navigation ul.mainNav > li.drop > a:after {
          content: "";
          position: absolute;
          top: 16px;
          right: 10px;
          width: 0;
          height: 0;
          border-left: 4px solid transparent;
          border-top: 4px solid #9d9fa2;
          border-right: 4px solid transparent; }
      header nav.navigation ul.mainNav > li.drop:hover > ul {
        display: block; }
    header nav.navigation ul.mobileNav {
      margin-top: 50px; }
      header nav.navigation ul.mobileNav li {
        display: inline-block; }
        header nav.navigation ul.mobileNav li a {
          display: block;
          width: 24px;
          height: 40px;
          margin-left: 16px;
          line-height: 38px;
          text-align: center; }
        header nav.navigation ul.mobileNav li .hamburger {
          background: none;
          line-height: 44px; }
          header nav.navigation ul.mobileNav li .hamburger svg {
            width: 23px; }
          header nav.navigation ul.mobileNav li .hamburger svg rect {
            fill: #fff; }
  header #fullWidthMast {
    background: transparent; }
    header #fullWidthMast nav.fullWidth {
      width: 100%;
      margin: 10px 0 15px;
      text-align: right; }
      header #fullWidthMast nav.fullWidth ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        header #fullWidthMast nav.fullWidth ul li {
          display: inline-block;
          margin: 0;
          padding: 0; }
          header #fullWidthMast nav.fullWidth ul li a {
            display: inline-block;
            padding: 0px 13.8px;
            border-left: solid 1px #ccc;
            color: #fff;
            font-size: 11px;
            line-height: 15px;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            font-weight: bold; }
            header #fullWidthMast nav.fullWidth ul li a:hover {
              color: #29a6bd; }
          header #fullWidthMast nav.fullWidth ul li:first-child a {
            padding-left: 0;
            border-left: none; }
          header #fullWidthMast nav.fullWidth ul li:last-child a {
            padding-right: 0; }

/* ------- Search Box --------- */
.searchy #searchBox {
  height: 80px; }

#searchBox {
  height: 0px;
  background: #b2b2b2;
  overflow: hidden;
  transition: height 0.5s; }
  #searchBox .widget {
    margin-bottom: 0;
    padding: 20px 0;
    background: none;
    border: none; }
  #searchBox form {
    padding: 0; }
    #searchBox form input {
      width: 88%;
      width: calc(100% - 120px);
      height: 40px;
      padding: 0 20px;
      background: #f0f0f0;
      border: 1px solid #9d9fa2;
      font-weight: 600;
      transition: all .3s ease-in-out; }
      #searchBox form input:focus, #searchBox form input:hover {
        background: #fff;
        border: 1px solid #e63e25;
        box-shadow: none; }
    #searchBox form button {
      position: absolute;
      top: 0px;
      right: 60px;
      width: 40px;
      height: 40px;
      padding: 0;
      background: #f0f0f0;
      border: 1px solid #9d9fa2;
      color: #29a6bd;
      font-size: 14px;
      transition: all .3s ease-in-out; }
      #searchBox form button:hover, #searchBox form button:focus {
        background: #fff;
        border: 1px solid #29a6bd;
        outline: none; }
  #searchBox a {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 40px;
    height: 40px;
    padding: 10px;
    background: #f0f0f0;
    border: 1px solid #9d9fa2;
    color: #29a6bd;
    font-size: 14px;
    text-align: center;
    transition: all .3s ease-in-out; }
    #searchBox a:hover, #searchBox a:focus {
      background: #fff;
      border: 1px solid #29a6bd;
      outline: none; }
  @media screen and (max-width: 1000px) {
    #searchBox input {
      width: 82%;
      width: calc(100% - 120px); } }
  @media screen and (max-width: 750px) {
    #searchBox input {
      width: 75%;
      width: calc(100% - 110px); }
    #searchBox button {
      right: 55px; } }
  @media screen and (max-width: 500px) {
    #searchBox input {
      width: 70%;
      width: calc(100% - 110px); } }
  @media screen and (max-width: 400px) {
    #searchBox input {
      width: 61%;
      width: calc(100% - 110px); } }

/* ------- OFF CANVAS NAV --------- */
.move-right a.exit-off-canvas, .move-left a.exit-off-canvas {
  background: rgba(0, 0, 0, 0.3);
  box-shadow: none; }

.right-off-canvas-menu {
  background: #fff;
  box-shadow: 10px 0 10px -10px #000 inset;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .right-off-canvas-menu .navicon {
    position: absolute;
    top: 18px;
    left: auto;
    right: 12px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent !important;
    border: 1px solid transparent;
    border-radius: 100%; }
    .right-off-canvas-menu .navicon:before {
      content: '';
      display: block;
      position: absolute;
      top: 18px;
      left: 7px;
      z-index: -1;
      width: 25px;
      height: 3px;
      background: #29a6bd;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .right-off-canvas-menu .navicon:after {
      background: #29a6bd;
      content: '';
      display: block;
      position: absolute;
      top: 18px;
      left: 7px;
      width: 25px;
      height: 3px;
      z-index: -1;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }

ul.off-canvas-list {
  margin-top: 80px;
  background: #eaeaea;
  border-top: 1px solid rgba(12, 48, 85, 0.5);
  box-shadow: 10px 0 10px -10px #000 inset; }
  ul.off-canvas-list li a {
    min-height: 55px;
    padding: 11px 10px 11px 30px;
    border-bottom: solid 1px rgba(63, 64, 63, 0.5);
    transition: none;
    color: #3f403f;
    line-height: 32px; }
    ul.off-canvas-list li a:hover, ul.off-canvas-list li a:focus {
      background: #8f8f8f;
      box-shadow: 9px 0 10px -10px #000 inset;
      color: #3f403f; }
  ul.off-canvas-list li.active ul li {
    height: auto; }
  ul.off-canvas-list li.more {
    position: relative;
    z-index: 1; }
    ul.off-canvas-list li.more > a {
      width: auto; }
    ul.off-canvas-list li.more:after {
      content: "\f0da";
      display: block;
      position: absolute;
      right: 0px;
      top: 0;
      z-index: 2;
      width: 54px;
      height: 54px;
      background: #eaeaea;
      border-left: solid 1px rgba(101, 102, 103, 0.5);
      cursor: pointer;
      transition: all .3s ease-in-out;
      color: #29a6bd;
      font-family: FontAwesome;
      font-size: 20px;
      line-height: 53px;
      text-align: center; }
    ul.off-canvas-list li.more.open:after {
      content: "\f0d7";
      background: #8f8f8f;
      color: #133f47; }
    ul.off-canvas-list li.more.open ul {
      max-height: 900px; }
  ul.off-canvas-list li ul {
    position: relative;
    max-height: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.15);
    -webkit-transition: max-height 0.9s ease;
    -moz-transition: max-height 0.9s ease;
    transition: max-height 0.9s ease;
    overflow: hidden;
    /* &:before { 
				content: '';
				display: block;
				position: absolute;
				top: -33px;
				right: 30px;
				width: 5px;
				height: 5px;
				border: solid 5px transparent;
				border-left-color: #3f403f;
				color: $white;
			}*/ }
    ul.off-canvas-list li ul li {
      margin: 0;
      font-size: 14px;
      overflow: hidden; }
      ul.off-canvas-list li ul li a {
        padding: 15px 10px 15px 50px;
        border-bottom: solid 1px rgba(63, 64, 63, 0.5);
        transition: none;
        color: #3f403f; }
        ul.off-canvas-list li ul li a:hover, ul.off-canvas-list li ul li a:focus {
          background: #8f8f8f;
          box-shadow: 9px 0 10px -10px #000 inset;
          color: #3f403f; }
      ul.off-canvas-list li ul li ul li a {
        padding: 10px 10px 10px 70px; }

@media screen and (max-width: 64.063rem) {
  header .logo {
    padding-left: calc(2rem - 0.625rem); }
  header nav.columns {
    padding-right: calc(2rem - 0.625rem); }
  header .logo a {
    margin-top: 55px; } }

/* ------- Footer --------- */
footer {
  height: auto;
  padding: 45px 0;
  background: #fff;
  box-shadow: 0 -1px 0 #ebebeb; }
  footer .logo-container {
    padding: 0 0 35px; }
    footer .logo-container .logo {
      max-width: 20px; }
  footer a {
    color: #b2b2b2; }
  footer nav {
    margin-top: 0px;
    margin-bottom: 50px;
    text-align: center; }
    footer nav a {
      display: inline-block;
      height: 8px;
      margin-right: 5px;
      padding-right: 9px;
      color: #575656;
      font-size: 14px;
      line-height: 10px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0.08em; }
      footer nav a:last-of-type {
        border: none; }
  footer hr {
    border-color: #f1f3f4;
    max-width: calc(1300px); }
  footer .copy {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #b2b2b2; }
  footer .social a {
    background: #d2d2d2;
    border-radius: 100%;
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px; }
    footer .social a i {
      color: #fff;
      font-size: 14px; }
  footer .searchbar {
    padding-top: 10px; }
    footer .searchbar .medium-6:first-of-type {
      padding-right: 0; }
    footer .searchbar .medium-6:nth-of-type(2n) {
      padding-left: 8px; }
    footer .searchbar .medium-8 {
      padding-right: 8px; }
    footer .searchbar .medium-4 {
      padding-left: 0; }
    footer .searchbar input {
      background: #e2e2e2;
      border: none;
      border-radius: 0;
      color: #616161;
      font-size: 12px;
      font-weight: 600;
      height: 33px;
      margin-bottom: 8px; }
      footer .searchbar input:focus {
        background: #e2e2e2;
        color: #616161; }
      footer .searchbar input::-webkit-input-placeholder {
        color: #616161; }
      footer .searchbar input::-moz-placeholder {
        color: #616161; }
    footer .searchbar input[type="text"] {
      display: inline-block; }
  footer .social ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: right; }
    footer .social ul li {
      list-style: none;
      display: inline-block;
      padding: 0 5px; }
      footer .social ul li a img, footer .social ul li a svg {
        height: 17px;
        width: 17px; }
        footer .social ul li a img path, footer .social ul li a img rect, footer .social ul li a img polygon, footer .social ul li a svg path, footer .social ul li a svg rect, footer .social ul li a svg polygon {
          transition: ease 0.15s fill; }
      footer .social ul li a:hover path, footer .social ul li a:hover rect, footer .social ul li a:hover polygon {
        fill: #29a6bd; }
      footer .social ul li a span {
        display: none; }
  footer .leaplogic {
    float: right;
    width: 30px;
    display: block;
    overflow: hidden;
    transition: width 0.2s ease;
    position: relative;
    transition-delay: 0.1s; }
    footer .leaplogic svg {
      height: 20px;
      width: 120px; }
      footer .leaplogic svg path, footer .leaplogic svg polygon, footer .leaplogic svg circle {
        fill: #a9a9a2; }
      footer .leaplogic svg .black {
        display: none; }
    footer .leaplogic:hover {
      width: 140px;
      transition-delay: 0s; }
      footer .leaplogic:hover svg .red path, footer .leaplogic:hover svg .red polygon, footer .leaplogic:hover svg .red circle {
        fill: #d62f27; }
      footer .leaplogic:hover svg .black path, footer .leaplogic:hover svg .black polygon, footer .leaplogic:hover svg .black circle {
        fill: #0d1820; }
      footer .leaplogic:hover:after {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        -ms-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
        opacity: 1; }
    footer .leaplogic:after {
      white-space: nowrap;
      content: 'Built by Leap Logic';
      color: #222;
      position: absolute;
      font-size: 12px;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
      opacity: 0;
      right: 0px;
      top: 0px;
      -webkit-transition: transform 0.2s ease, opacity 0.1s ease;
      -moz-transition: transform 0.2s ease, opacity 0.1s ease;
      -ms-transition: transform 0.2s ease, opacity 0.1s ease;
      -o-transition: transform 0.2s ease, opacity 0.1s ease;
      transition: transform 0.2s ease, opacity 0.1s ease;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
  footer .footer-wrapper {
    position: relative;
    border-top: 1px solid #a9a9a2;
    padding-top: 30px;
    margin-top: 30px; }
    footer .footer-wrapper p {
      font-size: 12px;
      float: left; }
  @media screen and (max-width: 40.063rem) {
    footer {
      text-align: center; }
      footer nav {
        display: none; }
      footer .searchbar .columns {
        padding: 0 16px !important; }
      footer .social {
        text-align: center; }
      footer .footer-wrapper p, footer .iddigital {
        float: none; }
      footer .row .columns {
        text-align: center; }
      footer .copy {
        padding: 15px 0;
        font-size: 10px; }
      footer .leaplogic {
        float: none;
        margin: 0 auto; } }

/* ------- Foundation Override --------- */
.row {
  max-width: calc(1300px + 1.875em); }

/* ------- Top Content --------- */
#top-content h1 {
  color: #29a6bd;
  font-family: "neuzeit-grotesk", serif;
  font-size: 40px; }
  #top-content h1 small {
    margin: 0 0 0 10px;
    padding-left: 18px;
    border-left: solid 1px #aaa;
    color: #3c3c3c;
    font-size: 14px;
    font-family: "neuzeit-grotesk", sans-serif;
    letter-spacing: .05em;
    line-height: 40px;
    text-transform: uppercase;
    vertical-align: middle; }
    #top-content h1 small a {
      color: #a2a2a2; }
      #top-content h1 small a:hover {
        color: #e63e25; }
    @media only screen and (max-width: 40em) {
      #top-content h1 small {
        font-size: 10px; } }
    @media only screen and (max-width: 500px) {
      #top-content h1 small {
        display: block;
        border: none;
        margin: 0;
        padding: 0; } }

#top-content .search-bar {
  padding: 24px 0;
  background: #29a6bd;
  text-align: center; }
  #top-content .search-bar h1 {
    color: #fff; }
    #top-content .search-bar h1 small {
      border-color: #fff;
      color: #fff; }

#top-content .slider {
  margin-bottom: 32px;
  text-align: center; }
  #top-content .slider .slide-content {
    padding-top: 0;
    width: 50%; }
    #top-content .slider .slide-content .valign {
      display: table-cell;
      vertical-align: middle;
      height: 550px; }
    #top-content .slider .slide-content h1, #top-content .slider .slide-content h2, #top-content .slider .slide-content h3 {
      color: #fff; }
    #top-content .slider .slide-content h1 {
      font-weight: 100;
      margin-top: 0;
      line-height: 45px;
      font-size: 50px;
      margin-bottom: 15px; }
    #top-content .slider .slide-content h3 {
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 600;
      margin-bottom: 10px;
      margin-top: 0; }
    #top-content .slider .slide-content p {
      color: #fff;
      max-width: 700px;
      font-size: 18px;
      margin: 0 auto 15px; }
    #top-content .slider .slide-content .button {
      background: transparent;
      border-color: #fff; }
      #top-content .slider .slide-content .button:hover {
        background: rgba(255, 255, 255, 0.3);
        border-color: rgba(255, 255, 255, 0.1); }
  #top-content .slider .bullets-container {
    margin-top: -60px; }
  #top-content .slider .bullets {
    margin: 0;
    z-index: 99; }
  #top-content .slider .slick-prev {
    left: 30px; }
  #top-content .slider .slick-next {
    right: 30px; }
  #top-content .slider .slick-dots {
    top: 100%;
    bottom: auto;
    margin: 0; }
    #top-content .slider .slick-dots .slick-active button:before {
      opacity: 1; }

.default #top-content > section {
  background: #133f47;
  padding: 20px 0; }
  .default #top-content > section h1 {
    color: #fff;
    font-weight: 400;
    float: left;
    margin-right: 40px; }
  .default #top-content > section h2 {
    color: #fff;
    float: right;
    margin-top: 17px;
    font-size: 24px; }
  .default #top-content > section p {
    color: #fff;
    font-size: 18px; }

/* ------- Page Content --------- */
#page-content {
  padding: 0; }
  #page-content .row > main {
    padding-right: 30px; }
    @media screen and (max-width: 40.063rem) {
      #page-content .row > main {
        padding-right: 1em; } }
  #page-content main ul {
    /* TO CUSTOMIZE LIST DOTS
			list-style-image: url('/assets/img/ellipse.png');
			&, ol { 
				width: auto;
				overflow: auto;
			}*/ }
  #page-content aside h1 {
    font-size: 24px; }
  #page-content aside h2 {
    font-size: 18px; }
  #page-content aside p:last-child {
    margin-bottom: 0; }

/* --------- InfusionSoft Forms --------- */
.infusion-form {
  max-width: 700px;
  margin: 0 auto; }
  .infusion-form .infusion-field label {
    font-family: "neuzeit-grotesk", sans-serif;
    font-weight: bold;
    font-size: 16px;
    width: 20%;
    text-align: right;
    float: left;
    padding: 5px 20px 10px 0; }
  .infusion-form .infusion-field input[type='text'], .infusion-form .infusion-field input[type='password'] {
    height: 44px;
    margin-bottom: 20px !important; }
  .infusion-form .infusion-field input {
    width: 80%;
    float: right; }
  .infusion-form .infusion-field, .infusion-form .infusion-submit {
    clear: both; }
  .infusion-form .infusion-submit {
    text-align: center;
    padding-top: 18px; }
    .infusion-form .infusion-submit input[type='submit'], .infusion-form .infusion-submit button[type='submit'] {
      background-color: #29a6bd;
      padding: 15px 38px;
      border: none;
      border-radius: 50px;
      text-transform: uppercase;
      font-family: "neuzeit-grotesk", sans-serif;
      font-size: 17px;
      font-weight: bold;
      color: white;
      letter-spacing: 1px; }

#home section#intro {
  max-height: 800px;
  background-position: center center;
  background-size: cover;
  position: relative; }
  #home section#intro:after {
    content: '';
    display: block;
    padding-top: 50%; }
  #home section#intro .vcenter {
    position: absolute;
    top: calc(50% + 50px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%; }
  #home section#intro h1.big {
    min-width: 800px; }
  #home section#intro p.big {
    max-width: 570px;
    margin: 0 auto 40px; }
  #home section#intro h1, #home section#intro h2, #home section#intro h3, #home section#intro h4, #home section#intro h5, #home section#intro h6, #home section#intro p, #home section#intro li, #home section#intro a, #home section#intro blockquote {
    color: #fff; }

#home section#logos .logo.column, #home section#logos .logo.columns {
  padding: 32px 63px; }

#home section#services {
  background: #133f47;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#174c56+0,0b252a+100 */
  background: #174c56;
  /* Old browsers */
  background: -moz-linear-gradient(top, #174c56 0%, #0b252a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #174c56 0%, #0b252a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #174c56 0%, #0b252a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#174c56', endColorstr='#0b252a',GradientType=0 );
  /* IE6-9 */
  position: relative;
  padding-bottom: 380px; }
  #home section#services p {
    color: #5f909a;
    margin-bottom: 30px; }
  #home section#services h1, #home section#services h2, #home section#services h3, #home section#services h4, #home section#services h5, #home section#services h6 {
    color: #fff; }
  #home section#services a.button {
    background: transparent;
    border: solid 1px #29a6bd;
    color: #29a6bd; }
  #home section#services .neo-block-supergrid-items > .columns {
    position: relative; }
    #home section#services .neo-block-supergrid-items > .columns:after {
      content: '';
      height: 500px;
      width: 1px;
      display: block;
      position: absolute;
      top: -47px;
      left: 0;
      background: rgba(255, 255, 255, 0.08); }
  #home section#services .neo-block-supergrid-items > .columns:first-child:after {
    display: none; }
  #home section#services .neo-block-supergrid-intro h1 {
    font-size: 170px;
    letter-spacing: -0.01em;
    font-weight: bold;
    color: #133f47;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    z-index: 1; }
  #home section#services .neo-block-supergrid-intro h2 {
    font-size: 30px;
    letter-spacing: -0.025em;
    position: relative;
    z-index: 2;
    margin-top: 75px;
    margin-bottom: 60px; }
    #home section#services .neo-block-supergrid-intro h2:after {
      content: '';
      background: rgba(255, 255, 255, 0.08);
      height: 1px;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 80px; }

#home section#strategy > .row > .column, #home section#strategy > .row > .columns {
  position: relative; }

#home section#strategy .decor1 {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  left: 1rem;
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
  transform: translateY(-45%);
  z-index: 1; }

#home section#strategy .decor2 {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  right: 5rem;
  -webkit-transform: translateY(-90%);
  -moz-transform: translateY(-90%);
  -ms-transform: translateY(-90%);
  -o-transform: translateY(-90%);
  transform: translateY(-90%);
  z-index: 2; }

#home section#strategy .decor3 {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 205px;
  right: 2rem;
  -webkit-transform: translateX(50%) rotate(90deg);
  -moz-transform: translateX(50%) rotate(90deg);
  -ms-transform: translateX(50%) rotate(90deg);
  -o-transform: translateX(50%) rotate(90deg);
  transform: translateX(50%) rotate(90deg);
  z-index: 5;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: right;
  color: #575656; }
  #home section#strategy .decor3 em {
    font-style: normal;
    color: #e63e25; }

#home section#strategy h1 {
  background: #fff;
  position: absolute;
  z-index: 3;
  font-weight: bold;
  color: #f1f3f4;
  font-size: 170px;
  line-height: 140px;
  padding: 50px 50px 150px;
  display: inline-block;
  max-width: 780px;
  left: 41%;
  -webkit-transform: translate3d(0, 150px, 0);
  -moz-transform: translate3d(0, 150px, 0);
  -ms-transform: translate3d(0, 150px, 0);
  -o-transform: translate3d(0, 150px, 0);
  transform: translate3d(0, 150px, 0);
  top: 300px; }

#home section#strategy .content {
  padding: 580px 0 200px;
  position: relative;
  z-index: 5; }
  #home section#strategy .content .content_gutter {
    position: relative;
    float: left; }
  #home section#strategy .content .strategy {
    padding: 0 3rem; }
  #home section#strategy .content dt {
    color: #e63e25;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 10px; }
  #home section#strategy .content dd {
    padding-left: 1rem;
    font-size: 18px;
    color: #3c3c3c;
    margin-bottom: 25px; }
  #home section#strategy .content .schedule .vcenter {
    position: absolute;
    top: 37%;
    left: 33%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #home section#strategy .content .schedule a:before {
    content: '';
    height: 1px;
    left: 100%;
    width: 60px;
    background: #d0d0d0;
    display: block;
    position: absolute;
    top: calc(50% - 1px); }

#home section#cta {
  background: #133f47;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#174c56+0,0b252a+100 */
  background: #174c56;
  /* Old browsers */
  background: -moz-linear-gradient(top, #174c56 0%, #0b252a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #174c56 0%, #0b252a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #174c56 0%, #0b252a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#174c56', endColorstr='#0b252a',GradientType=0 );
  /* IE6-9 */
  position: relative; }
  #home section#cta .testimonial {
    background: #fff;
    box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.15);
    min-height: 560px;
    margin: -130px 0 60px;
    padding: 45px; }
    #home section#cta .testimonial figure {
      padding: 0;
      margin: 0 auto;
      background-position: center center;
      background-size: cover;
      max-width: 150px;
      border-radius: 100%;
      box-shadow: 0 0 0 3px #164a54;
      border: solid 3px #fff;
      margin-bottom: 25px; }
      #home section#cta .testimonial figure:after {
        padding-top: 100%;
        content: '';
        display: block; }
    #home section#cta .testimonial blockquote {
      margin: 0 0 15px;
      border: none;
      padding: 0;
      font-style: normal;
      color: #575656;
      font-size: 18px; }
      #home section#cta .testimonial blockquote:after {
        display: none; }
    #home section#cta .testimonial h3 {
      color: #e63e25;
      margin-bottom: 5px; }
  #home section#cta .cta {
    padding-bottom: 105px; }
    #home section#cta .cta h2 {
      margin-top: 15px; }
    #home section#cta .cta h2, #home section#cta .cta p {
      color: #fff; }

@media screen and (max-width: 64.063rem) {
  #home h1.big {
    font-size: 55px;
    min-width: 100% !important; }
  #home section#intro:after {
    margin-top: 140px; }
  #home section#logos .logo.column, #home section#logos .logo.columns, #home section#logos .logo.columns {
    padding: 20px 10px; }
  #home .neo-block-supergrid-items {
    margin: 0 35px; }
  #home section#services {
    padding-bottom: 200px; }
  #home section#services p {
    margin-bottom: 15px; }
  #home .neo-block.neo-block-supergrid .neo-block-supergrid-items > .columns {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    padding-top: 10px;
    padding-bottom: 50px; }
  #home .neo-block.neo-block-supergrid .neo-block-supergrid-items > .columns:after {
    display: none !important; }
  #home .neo-block.neo-block-supergrid .neo-block-supergrid-items > .columns:last-child {
    border: none; }
  #home section#strategy .decor1 {
    width: 75%;
    left: 2rem;
    top: 70px; }
  #home section#strategy h1 {
    min-width: 90%;
    left: 10%;
    top: 200px;
    padding-bottom: 50px; }
  #home section#strategy .content {
    padding-top: 480px;
    padding-left: 10%;
    padding-right: 10%; }
  #home section#strategy .content .schedule {
    text-align: left;
    padding: 0 4rem; }
  #home section#strategy .content .schedule .vcenter {
    position: relative;
    top: 0px;
    left: 0px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    max-width: 100%; }
  #home section#strategy .content .schedule a:before {
    display: none; }
  #home section#cta .testimonial {
    min-height: auto;
    margin: 0 auto 35px;
    top: -100px;
    position: relative;
    padding: 50px 90px 70px;
    max-width: 768px; } }

@media screen and (max-width: 40.063rem) {
  #home .neo-block-supergrid-items {
    margin: 1.25rem; }
  #home section#services .neo-block-supergrid-intro h1 {
    font-size: 27vw; }
  #home section#services .neo-block-supergrid-intro h2 {
    font-size: 8vw; }
  #home section#intro .vcenter br {
    display: none; }
  #home .neo-block.neo-block-supergrid .neo-block-supergrid-items > .columns {
    padding: 15px 0 50px; }
  #home section#strategy .decor1 {
    top: 290px; }
  #home section#strategy .decor2 {
    top: -30px; }
  #home section#strategy h1 {
    font-size: 20vw;
    line-height: 1em;
    top: 310px;
    left: 0; }
  #home section#strategy .content {
    padding-bottom: 150px; }
  #home section#strategy .content .strategy {
    padding: 0; }
  #home section#strategy .content .schedule {
    padding: 0 1rem; }
  #home section#strategy .content .schedule .vcenter {
    padding: 25px 30px; }
  #home section#logos {
    padding: 2rem; }
  #home section#logos .logo.column, #home section#logos .logo.columns, #home section#logos .logo.columns, #home section#logos .logo.columns {
    padding: 0; }
  #home section#logos img {
    max-width: 120px;
    display: block;
    margin: 0 auto; }
  #home h1.big {
    font-size: 35px;
    min-width: 100% !important; }
  #home section#intro {
    background-color: #dddddd;
    background-blend-mode: multiply; }
  #home section#intro p.big {
    margin-bottom: 20px; }
  #home section#intro .vcenter {
    left: 0;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 1rem; }
  #home section#intro:after {
    padding-top: 80%; }
  #home section#cta .cta {
    top: -50px;
    position: relative;
    padding: 0 20px; }
  #home section#cta .testimonial {
    margin: 0 15px 35px;
    padding: 30px 20px; } }

#page.about #page-top .hero {
  padding: 40px 0 50px 0; }
  @media screen and (max-width: 40.063rem) {
    #page.about #page-top .hero {
      padding: 0; } }
  #page.about #page-top .hero .valign.padded {
    height: 555px;
    background: none; }

#page.about #about-content {
  background: url(/assets/img/bg_content-about.jpg) repeat-x center bottom;
  padding-top: 45px;
  padding-bottom: 275px; }
  @media screen and (max-width: 40.063rem) {
    #page.about #about-content {
      padding: 40px 0 200px; } }
  #page.about #about-content #about-videos {
    margin-bottom: 72px; }
    #page.about #about-content #about-videos ul.videos li.video a {
      height: 208px;
      display: block;
      overflow: hidden; }
      #page.about #about-content #about-videos ul.videos li.video a img {
        width: 356px;
        height: 200px;
        max-width: none;
        margin-left: -80px; }
  #page.about #about-content .what-we-believe {
    margin-bottom: 75px; }
    #page.about #about-content .what-we-believe .believe-box {
      background: #f4f4f4 url(/assets/img/bg-believe.jpg) no-repeat bottom left;
      background-size: cover;
      padding: 35px 0 20px; }
      @media screen and (max-width: 800px) {
        #page.about #about-content .what-we-believe .believe-box {
          background: #f4f4f4;
          text-align: center;
          padding: 35px 15px 20px; }
          #page.about #about-content .what-we-believe .believe-box .columns {
            width: 50%;
            left: 0; } }
      @media screen and (max-width: 40.063rem) {
        #page.about #about-content .what-we-believe .believe-box .columns {
          width: 100%; } }
      #page.about #about-content .what-we-believe .believe-box p {
        font-size: 14px; }
      #page.about #about-content .what-we-believe .believe-box .faith-download {
        position: relative; }
        #page.about #about-content .what-we-believe .believe-box .faith-download > div {
          border-left: 1px solid #c7c7c7;
          padding-left: 35px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
          @media screen and (max-width: 950px) {
            #page.about #about-content .what-we-believe .believe-box .faith-download > div {
              border: none;
              padding: 0; } }
          @media screen and (max-width: 40.063rem) {
            #page.about #about-content .what-we-believe .believe-box .faith-download > div {
              position: relative;
              margin-top: 20px; } }
        #page.about #about-content .what-we-believe .believe-box .faith-download p, #page.about #about-content .what-we-believe .believe-box .faith-download .button {
          margin: 0; }
  #page.about #about-content #about-text p {
    font-family: "neuzeit-grotesk", serif;
    font-size: 26px;
    font-style: italic;
    line-height: 1.6;
    color: #434343; }
    @media screen and (max-width: 40.063rem) {
      #page.about #about-content #about-text p {
        font-size: 20px; } }

#page.about #about-history {
  padding-top: 100px;
  padding-bottom: 130px;
  overflow: hidden;
  transition: all 1s ease;
  -webkit-transform: translate3d(0px, 0px, 0px); }
  @media screen and (max-width: 40.063rem) {
    #page.about #about-history {
      padding: 20px 0 40px; } }
  #page.about #about-history #history-content {
    position: relative;
    transition: top 1s ease;
    top: 0; }
    #page.about #about-history #history-content h1 {
      font-size: 35px;
      float: left;
      line-height: 30px;
      padding: 30px 35px 35px; }
    #page.about #about-history #history-content .history-info {
      border-left: solid 1px #d6d6d6;
      padding: 10px 0 0 30px;
      width: 65%;
      width: calc(100% - 255px);
      float: left; }
      #page.about #about-history #history-content .history-info p {
        margin-bottom: 10px; }
    @media screen and (max-width: 40.063rem) {
      #page.about #about-history #history-content h1 {
        float: none; }
      #page.about #about-history #history-content .history-info {
        border: none;
        padding: 0;
        width: 100%; } }
  #page.about #about-history.open {
    padding-bottom: 175px; }
    #page.about #about-history.open #history-content {
      top: -250px; }
    #page.about #about-history.open #history-timeline {
      top: -180px; }
    #page.about #about-history.open #point-details {
      top: 70px; }

#page.about #history-timeline {
  position: relative;
  transition: top 1s ease;
  top: 0px;
  padding-top: 50px; }
  @media screen and (max-width: 40.063rem) {
    #page.about #history-timeline {
      display: none; } }
  #page.about #history-timeline #timeline {
    cursor: -webkit-grab;
    height: 90px;
    background: url(/assets/img/bg_timeline.png) repeat-x center left;
    position: relative; }
    #page.about #history-timeline #timeline ::selection {
      background: none; }
    #page.about #history-timeline #timeline .point {
      position: absolute;
      top: 45px; }
      #page.about #history-timeline #timeline .point a {
        display: inline-block;
        height: 60px;
        width: 30px;
        margin: -15px; }
      #page.about #history-timeline #timeline .point .year {
        color: #434343;
        position: absolute;
        top: 27px;
        left: -18px; }
      #page.about #history-timeline #timeline .point .dot.normal {
        position: absolute;
        top: -7px;
        left: -7px;
        height: 15px;
        width: 15px;
        background: #caac36;
        border-radius: 100%;
        border: solid 3px #FFF; }
        #page.about #history-timeline #timeline .point .dot.normal:after {
          content: '';
          height: 45px;
          width: 1px;
          background: #e1e6eb;
          position: absolute;
          left: 4px;
          top: -18px;
          z-index: -1; }
      #page.about #history-timeline #timeline .point .dot.image {
        position: absolute;
        border-radius: 100%;
        width: 45px;
        height: 45px;
        left: -22px;
        top: -22px; }
      #page.about #history-timeline #timeline .point:hover .year {
        color: #caac36; }
      #page.about #history-timeline #timeline .point:hover .dot.image {
        box-shadow: 0 0 0 3px #fff, 0 0 0 4px #caac36; }
      #page.about #history-timeline #timeline .point:hover .dot.normal {
        box-shadow: 0 0 0 1px #caac36; }
    #page.about #history-timeline #timeline .point:nth-child(even) .year {
      top: -51px; }
    #page.about #history-timeline #timeline .point:nth-child(even) a {
      margin: -50px -15px 0; }
  #page.about #history-timeline #point-details {
    position: relative;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    top: 140px; }
    #page.about #history-timeline #point-details .details {
      width: 800px;
      background: #F7F7F7;
      margin: 0 50px;
      position: absolute;
      top: 0; }
      #page.about #history-timeline #point-details .details h1 {
        font-size: 24px; }
      #page.about #history-timeline #point-details .details .img {
        width: 35%;
        float: left;
        height: 100%;
        position: absolute; }
      #page.about #history-timeline #point-details .details .detail {
        width: 60%;
        float: right;
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 10px; }
      #page.about #history-timeline #point-details .details .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px;
        color: rgba(0, 0, 0, 0.31);
        line-height: 10px;
        font-size: 20px; }

button.watch:before, .button.watch:before {
  content: "\f04b";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  left: -8px;
  position: relative; }

#jobListing-hero {
  min-height: 45rem;
  position: relative;
  background-color: #000; }
  @media screen and (max-width: 40.063rem) {
    #jobListing-hero {
      min-height: 25rem; } }
  #jobListing-hero .prompt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 999;
    text-align: center;
    width: 100%; }
    #jobListing-hero .prompt h2 {
      font-size: 42px;
      line-height: 40px; }
      @media screen and (max-width: 40.063rem) {
        #jobListing-hero .prompt h2 {
          font-size: 32px; } }
  #jobListing-hero .video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.75); }
    #jobListing-hero .video iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    #jobListing-hero .video .closeVideo {
      position: absolute;
      color: #fff;
      top: 10px;
      right: 20px;
      z-index: 999; }
  #jobListing-hero .videoStep {
    display: none; }
  #jobListing-hero .pager {
    text-align: center;
    position: absolute;
    bottom: 25px;
    width: 100%;
    z-index: 2; }
    #jobListing-hero .pager a {
      display: inline-block;
      height: 10px;
      width: 10px;
      border: solid 1px #fff;
      border-radius: 100%;
      margin: 0 2px; }
      #jobListing-hero .pager a.active {
        box-shadow: 0 0 0 2px #000 inset, 0 0 0px 4px #fff inset; }
      #jobListing-hero .pager a.introStep {
        box-shadow: 0 0 0 2px #000 inset, 0 0 0px 4px #fff inset; }

section#steps {
  background: #F1F3F4;
  padding: 100px 0; }
  @media screen and (max-width: 40.063rem) {
    section#steps {
      padding: 10px; } }
  section#steps .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; }
    section#steps .row:before, section#steps .row:after {
      display: none; }
    section#steps .row .columns {
      padding: 0 7px;
      flex-grow: 1; }
  section#steps .card {
    margin-bottom: 15px;
    padding: 30px 35px; }
    section#steps .card p {
      line-height: 30px;
      font-size: 20px;
      color: #7A7A7A;
      margin-bottom: 10px; }
    section#steps .card h4 {
      line-height: 28px;
      font-size: 18px;
      color: #4F4F4F;
      text-transform: none;
      letter-spacing: 0px;
      font-weight: normal;
      margin-bottom: 10px; }
    section#steps .card.intro {
      padding-top: 35px;
      padding-left: 5px;
      padding-right: 38px; }
    section#steps .card.step {
      background: #fff; }
      section#steps .card.step i {
        position: relative; }
      section#steps .card.step i:after {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        border: solid 2px #aaa;
        border-radius: 100%;
        margin-bottom: 25px; }
      section#steps .card.step p {
        line-height: 25px;
        font-size: 16px;
        color: #7A7A7A; }
      section#steps .card.step.active {
        box-shadow: 0 0 0 3px #d5d5d5 inset; }
        section#steps .card.step.active h4, section#steps .card.step.active p, section#steps .card.step.active a.button {
          opacity: 0.5; }
        section#steps .card.step.active a.button {
          background: #aaa;
          border-color: #aaa; }
        section#steps .card.step.active i:before {
          content: '';
          width: 27px;
          height: 10px;
          display: inline-block;
          position: absolute;
          border-left: solid 3px #63CE6E;
          border-bottom: solid 3px #63CE6E;
          transform: rotate(-45deg);
          box-shadow: 0 3px 0 0px #fff;
          top: 2px;
          left: 8px;
          z-index: 1; }
  section#steps h2 {
    line-height: 45px;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0; }

section#opportunities {
  padding: 90px 0; }
  @media screen and (max-width: 40.063rem) {
    section#opportunities {
      padding: 40px 10px 10px; }
      section#opportunities table thead {
        display: none; }
      section#opportunities table, section#opportunities table tbody, section#opportunities table tbody tr, section#opportunities table tbody tr td {
        display: block;
        width: 100%; } }
  section#opportunities h2 {
    line-height: 45px;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0; }
  section#opportunities table, section#opportunities thead, section#opportunities tbody {
    border: none; }
  section#opportunities thead {
    background: none;
    border-bottom: solid 2px #eee;
    line-height: 25px;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
    section#opportunities thead th {
      padding: 10px 30px; }
  section#opportunities tr {
    border: none;
    border-bottom: 1px solid #E2E2E2; }
    section#opportunities tr:nth-child(even) {
      background: #F1F3F4; }
    section#opportunities tr td {
      padding: 20px 30px;
      line-height: 25px;
      font-size: 18px;
      color: #7A7A7A; }
      @media screen and (max-width: 40.063rem) {
        section#opportunities tr td {
          padding: 0px 10px; }
          section#opportunities tr td:first-child {
            padding-top: 10px;
            font-weight: bold; }
          section#opportunities tr td:last-child {
            padding: 10px; } }

#page.staff .staff-listing.team .staff-image {
  width: 90px;
  height: 90px;
  margin-right: 16px;
  border-radius: 50%;
  float: left; }

#page.staff .staff-listing .lightbox {
  display: none; }

#page.services section.services.primary {
  padding: 40px 0; }
  #page.services section.services.primary ul > li {
    padding: 0 20px 40px; }
  #page.services section.services.primary figure.icon {
    max-width: 100%;
    max-height: 64px;
    margin: 0 auto;
    text-align: center;
    display: table-cell;
    width: 300px;
    height: 70px;
    vertical-align: middle; }
    #page.services section.services.primary figure.icon svg {
      width: 55px;
      max-height: 55px; }
      #page.services section.services.primary figure.icon svg path {
        fill: #133f47 !important; }

#page.services section.services.other {
  padding: 80px 0 50px;
  background: #29a6bd; }
  #page.services section.services.other ul > li {
    padding: 0 20px 40px; }
  #page.services section.services.other h1, #page.services section.services.other h2, #page.services section.services.other h3, #page.services section.services.other h4, #page.services section.services.other h5, #page.services section.services.other h6, #page.services section.services.other p, #page.services section.services.other li, #page.services section.services.other blockquote, #page.services section.services.other a {
    color: #fff; }
  #page.services section.services.other figure {
    max-width: 40px;
    max-height: 40px;
    margin-bottom: 20px; }
    #page.services section.services.other figure svg {
      width: 40px;
      max-height: 40px; }
      #page.services section.services.other figure svg path {
        fill: #fff !important; }

#page.services section.text {
  padding: 60px 0;
  background: #f1f3f4; }

.kb-index #page-content {
  padding-top: 0px; }

#top-content section.kb-search {
  background: #3bc8c0;
  padding: 30px 0; }
  #top-content section.kb-search h1 {
    color: #fff; }
  #top-content section.kb-search p {
    color: #fff; }
  #top-content section.kb-search form {
    position: relative; }
    #top-content section.kb-search form input[type="search"] {
      height: 50px;
      padding: 20px;
      border: none;
      border-radius: 2px; }
    #top-content section.kb-search form button {
      position: absolute;
      top: 20px;
      right: 0;
      height: 50px;
      margin: 0;
      background: #3c3c3c;
      border-color: #3c3c3c;
      border-radius: 0 2px 2px 0; }

section.kb-latest {
  padding: 30px 0 40px;
  background: #F8F8F8;
  margin-bottom: 40px; }
  section.kb-latest h4 small a {
    color: #999; }

section.kb-more ul {
  margin: 0; }
  section.kb-more ul li {
    list-style: none; }

section.kb-more i {
  margin-right: 6px;
  color: #555;
  font-size: 14px; }

section.kb-more .widget {
  top: -2px; }

.kb-category-related ul {
  margin: 0; }
  .kb-category-related ul li {
    list-style: none; }
  .kb-category-related ul li.active a {
    color: #555; }

.kb-category-related i {
  margin-right: 6px;
  color: #555;
  font-size: 14px; }

section.kb-post article.kb-item h2 {
  margin-top: 10px; }

section.kb-post article.kb-item .kb-info {
  border-top: solid 1px #ddd;
  margin-bottom: 20px;
  padding: 5px 0; }

section.kb-post article.kb-item.kb-list {
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 20px; }
  section.kb-post article.kb-item.kb-list .kb-info {
    border: none; }

/*kbd {
	border: none;
	font-size: 9px;
	text-transform: uppercase;
	padding: 3px 4px;
	color: #fff;
	background: rgb(182, 182, 182);
	margin-left: 6px;
	letter-spacing: 1px;
}*/
#page.events #page-content {
  padding: 50px 0 50px;
  overflow: visible; }
  #page.events #page-content .calendar {
    padding-bottom: 50px;
    position: relative;
    opacity: 0;
    position: absolute;
    top: -10000px; }

.sharing h1 {
  font-size: 24px; }

.sharing ul {
  list-style: none;
  margin: 0; }
  .sharing ul li {
    margin-bottom: 5px;
    position: relative; }
    .sharing ul li > a {
      color: #3c3c3c;
      font-size: 14px;
      font-weight: 700;
      padding-left: 30px; }
    .sharing ul li svg {
      position: absolute;
      top: 5px;
      left: -4px;
      width: 20px;
      height: 14px; }

#page.event h1 {
  margin-top: 0; }

#page.event .pic {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 196px;
  margin-bottom: 38px;
  background-color: #000; }

#page.event aside section {
  background: #eeeeee;
  padding: 20px;
  margin-bottom: 20px; }

#page.event aside h1 {
  font-size: 24px; }

.addthisevent {
  visibility: hidden; }
  .addthisevent span {
    display: none !important; }

.addthisevent-drop {
  position: relative;
  z-index: 8 !important; }
  .addthisevent-drop ._url, .addthisevent-drop ._start, .addthisevent-drop ._end, .addthisevent-drop ._summary, .addthisevent-drop ._description, .addthisevent-drop ._location, .addthisevent-drop ._organizer, .addthisevent-drop ._organizer_email, .addthisevent-drop ._facebook_event, .addthisevent-drop ._all_day_event {
    display: none !important; }

.addthisevent_dropdown {
  background: #fff;
  border: 1px solid #bebebe;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
  display: none;
  margin-top: 4px;
  margin-left: -1px;
  padding: 0;
  position: absolute;
  left: 30px !important;
  text-align: left;
  width: 130px;
  z-index: 99999; }
  .addthisevent_dropdown span {
    background: #fff;
    display: block;
    font-size: 12px;
    line-height: 110%;
    padding: 8px 10px 9px 15px;
    width: 100%; }
    .addthisevent_dropdown span:hover {
      background: #f4f4f4; }
  .addthisevent_dropdown .copyx, .addthisevent_dropdown .brx, .addthisevent_dropdown .frs {
    display: none; }

#calendar {
  width: 100%;
  max-width: 1430px;
  min-height: 715px;
  margin: 0 auto;
  padding: 0 .9375rem; }
  #calendar table {
    background: transparent;
    margin-bottom: 0;
    border: none; }
    #calendar table thead, #calendar table tfoot, #calendar table tr:nth-of-type(even) {
      background: transparent; }
  #calendar th, #calendar td, #calendar hr, #calendar thead, #calendar tbody, #calendar .fc-row, #calendar .fc-popover {
    border-color: transparent; }
  #calendar .fc-day-number {
    border-left-color: #cccccc;
    border-right-color: #ccc; }
  #calendar .fc-widget-content {
    border-color: #cccccc;
    border-top-color: transparent; }
  #calendar .fc-sat {
    border-right: none; }
  #calendar .fc-sun {
    border-left: none; }
  #calendar .fc-week:last-of-type .fc-day {
    border-bottom: none; }
  #calendar .fc-content-skeleton tbody td {
    background: inherit; }
  #calendar .fc-toolbar {
    max-width: 1090px;
    margin: 0;
    margin-left: calc((100% - 1060px)/2);
    margin-right: calc((100% - 260px)/2);
    padding-bottom: 32px;
    position: relative; }
    #calendar .fc-toolbar .fc-left {
      float: none;
      position: absolute;
      top: 0;
      left: 0; }
    #calendar .fc-toolbar .fc-center h2 {
      float: none;
      margin: 0;
      margin-right: -400px;
      line-height: 34px; }
  #calendar .fc-view > table, #calendar .fc-widget-header {
    border: 1px solid #e3e2e2; }
  #calendar .fc-day-header {
    background: #e3e2e2;
    border: none;
    color: #3c3c3c;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase; }
  #calendar .fc-other-month {
    background: #f4f4f4;
    opacity: 1; }
  #calendar .fc-today {
    background: #efe5c4; }
  #calendar .fc-basic-view tbody .fc-row {
    height: auto !important;
    min-height: 105px; }
  #calendar .fc-event {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    color: #434343;
    padding-left: 10px;
    margin: 0 0 2px; }
    #calendar .fc-event .fc-title, #calendar .fc-event .fc-time {
      font-size: 13px; }
    #calendar .fc-event .fc-time {
      font-weight: 700; }
  #calendar .fc-day-number {
    font-size: 13px;
    font-weight: 400;
    padding: 10px 15px 2px 2px; }
  #calendar .fc-button {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
    color: #3c3c3c;
    font-family: "neuzeit-grotesk", sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 16px;
    line-height: 1;
    padding: 0 15px;
    margin: 0;
    opacity: 1;
    text-transform: uppercase; }
    #calendar .fc-button:hover {
      text-decoration: underline; }
    #calendar .fc-button:focus {
      outline: none;
      z-index: 1; }
    #calendar .fc-button.fc-state-disabled {
      opacity: .7; }
    #calendar .fc-button.fc-state-disabled:hover {
      text-decoration: none;
      cursor: auto; }
  #calendar .fc-state-active {
    color: #c74b2b; }
  #calendar .fc-month-button {
    border: none; }
  #calendar .fc-today-button {
    margin-top: 7px;
    padding-left: 17px; }
  #calendar .fc-prev-button, #calendar .fc-next-button {
    background: #fff;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    height: 36px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 44px; }
    #calendar .fc-prev-button:hover, #calendar .fc-next-button:hover {
      background: #dcdcdc; }
  #calendar .fc-icon {
    height: auto;
    margin: 0 0 2px 3px;
    top: 0;
    vertical-align: middle; }
  #calendar .fc-icon-right-single-arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8.5px solid transparent;
    border-bottom: 8.5px solid transparent;
    border-left: 11px solid #1f2427;
    display: block; }
  #calendar .fc-icon-left-single-arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8.5px solid transparent;
    border-bottom: 8.5px solid transparent;
    border-right: 11px solid #1f2427;
    display: block; }
  #calendar .fc-prev-button {
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px; }
  #calendar .fc-next-button {
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    border-left: none;
    margin-right: 2px;
    width: 42px; }
    #calendar .fc-next-button .fc-icon {
      margin-left: -3px; }
  #calendar a.fc-event:hover .popup {
    display: block; }
  #calendar .popup {
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15), -2px -2px 10px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    cursor: auto;
    display: none;
    padding: 12px;
    position: absolute;
    bottom: 34px;
    left: -1px;
    width: 375px;
    z-index: 99; }
    #calendar .popup > div {
      padding: 15px; }
      #calendar .popup > div > p:last-of-type {
        margin: 0; }
    #calendar .popup p {
      font-size: 14px; }
    #calendar .popup h3 {
      text-transform: none;
      font-size: 16px;
      letter-spacing: 0px;
      margin-bottom: 5px; }
    #calendar .popup p.dateLine {
      color: #5d5d5d;
      font-size: 14px;
      border-bottom: solid 1px #ddd;
      padding-bottom: 10px;
      margin-bottom: 10px; }
    #calendar .popup:after {
      content: '\25BC';
      color: #fff;
      font-size: 20px;
      height: 20px;
      line-height: 20px;
      text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
      transform: scale(1.5, 1);
      -webkit-transform: scale(1.5, 1);
      -moz-transform: scale(1.5, 1);
      -ms-transform: scale(1.5, 1);
      -o-transform: scale(1.5, 1);
      position: absolute;
      left: 14px;
      bottom: -14px;
      width: 20px; }
    #calendar .popup:before {
      background: transparent;
      content: '';
      display: block;
      position: absolute;
      bottom: -19px;
      left: 0;
      width: 100%;
      height: 20px; }
    #calendar .popup img {
      width: 350px;
      height: 115px; }
  #calendar .fc-day-grid .fc-row:hover {
    z-index: 9; }
  #calendar .fc-day-grid > .fc-week:first-of-type .popup {
    bottom: auto;
    top: 34px; }
    #calendar .fc-day-grid > .fc-week:first-of-type .popup:before {
      top: -19px;
      bottom: auto; }
    #calendar .fc-day-grid > .fc-week:first-of-type .popup:after {
      content: '\25B2';
      top: -14px;
      bottom: auto;
      text-shadow: 0 -4px 4px rgba(0, 0, 0, 0.15); }
  #calendar .endOfWeek.fc-start .popup {
    right: 0;
    left: auto; }
    #calendar .endOfWeek.fc-start .popup:after {
      right: 14px;
      left: auto; }

/* Cotainer Fix - 1120px or less */
@media only screen and (max-width: 1110px) {
  #calendar .fc-toolbar {
    margin-left: 0; } }

section.widget.calendar ul.eventList {
  margin: 0 0 16px;
  padding: 0; }
  section.widget.calendar ul.eventList li {
    list-style: none;
    margin: 0 !important;
    padding: 16px 0 !important;
    clear: both; }
    section.widget.calendar ul.eventList li .date {
      display: inline-block;
      float: left;
      width: 50px;
      height: 50px;
      margin: 0 16px 16px 0;
      background: #29a6bd;
      color: #fff;
      font-size: 16px;
      line-height: 19px;
      text-align: center;
      text-transform: uppercase; }
      section.widget.calendar ul.eventList li .date strong {
        display: block;
        margin-top: 8px;
        font-size: 28px; }
    section.widget.calendar ul.eventList li p a {
      color: #29a6bd; }
      section.widget.calendar ul.eventList li p a:hover {
        color: #29a6bd; }
  #page.events section.widget.calendar ul.eventList {
    margin-left: -1.5em;
    margin-right: -1.5em; }

section.widget.calendar .moreEvents {
  text-align: center; }

#page.sermons #page-content {
  padding: 0; }

#page.sermons .section-bar {
  background: #E2E2E2;
  padding: 25px 0; }
  #page.sermons .section-bar p {
    margin: 0;
    line-height: 39px; }
  #page.sermons .section-bar .button {
    margin: 0; }

#page.sermons .current-series {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding: 50px 0; }

#page.sermons .sermon-archive {
  padding: 40px 0; }
  #page.sermons .sermon-archive h2 {
    margin-bottom: 10px; }

#page.sermonSeries .media-box {
  padding: 80px 0 50px;
  background: transparent;
  position: relative; }
  #page.sermonSeries .media-box .video-container {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    max-height: 656px;
    overflow: hidden; }
  #page.sermonSeries .media-box a.video-player {
    display: block;
    min-height: 656px;
    background: rgba(0, 0, 0, 0.21) url(/assets/img/icon_media-play.png) no-repeat center center; }
    @media screen and (max-width: 40.063rem) {
      #page.sermonSeries .media-box a.video-player {
        min-height: 256px; } }
  #page.sermonSeries .media-box .audio-player {
    min-height: 656px;
    background: rgba(0, 0, 0, 0.21);
    padding: 280px 180px;
    box-sizing: border-box; }
    @media screen and (max-width: 40.063rem) {
      #page.sermonSeries .media-box .audio-player {
        min-height: 256px;
        padding: 94px 16px; } }
  #page.sermonSeries .media-box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 3s; }
  #page.sermonSeries .media-box.playing:before {
    background: rgba(0, 0, 0, 0.7); }

#page.sermonSeries .selected-media h1 {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); }

#page.sermonSeries .selected-media p {
  margin: 0 0 14px;
  font-size: 13px; }

#page.sermonSeries .sermon-series {
  padding: 30px 0; }
  #page.sermonSeries .sermon-series h1 {
    margin-bottom: 56px;
    text-align: center; }
  #page.sermonSeries .sermon-series .carousel-sermons > div {
    text-align: center; }
    #page.sermonSeries .sermon-series .carousel-sermons > div h4 {
      margin-top: 28px; }
  #page.sermonSeries .sermon-series .carousel-sermons .slick-prev, #page.sermonSeries .sermon-series .carousel-sermons .slick-next {
    margin-top: -120px; }
  #page.sermonSeries .sermon-series .carousel-sermons .slick-slide > a {
    height: 245px;
    box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.66) inset;
    display: block; }
    #page.sermonSeries .sermon-series .carousel-sermons .slick-slide > a.active {
      box-shadow: none; }

section.testimonial-list > ul > li {
  position: relative;
  padding: 32px;
  border-top: solid 1px #b2b2b2; }
  section.testimonial-list > ul > li .tPhoto {
    border-radius: 50%; }
  section.testimonial-list > ul > li:nth-child(odd):before, section.testimonial-list > ul > li:nth-child(even):before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(0px - 1px);
    display: block;
    width: 1px;
    height: 100%;
    background: #b2b2b2; }
  section.testimonial-list > ul > li:nth-child(odd):before {
    left: auto;
    right: 0; }
  section.testimonial-list > ul > li:nth-child(-n+2) {
    border-top: none; }

section.widget.testimonials {
  text-align: center; }
  section.widget.testimonials .tPhoto {
    margin: 0 auto 24px;
    border-radius: 50%; }
  section.widget.testimonials .name {
    font-weight: bold;
    text-transform: uppercase; }
  section.widget.testimonials .more a {
    text-transform: uppercase; }
