﻿@charset "UTF-8";
/*! 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.
 */
@import url("../../../css");
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: default; }

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
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; }

/* names taken from http://name-of-color.com/ */
meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 30em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:30.0625em)/";
  width: 30.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:30.0625em) and (max-width:48em)/";
  width: 30.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:48.0625em)/";
  width: 48.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:48.0625em) and (max-width:64em)/";
  width: 48.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:80em)/";
  width: 64.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:80.0625em)/";
  width: 80.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

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

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 73.75rem;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -0.5rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

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

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

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column,
  .columns {
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

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

  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

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

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }

  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left; } }
@media only screen and (min-width: 30.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0 !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

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

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 48.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0 !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

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

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 64.0625em) {
  .xlarge-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .xlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .xlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .xlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .xlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .xlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .xlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .xlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .xlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .xlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left; }

  .xlarge-1 {
    width: 8.33333%; }

  .xlarge-2 {
    width: 16.66667%; }

  .xlarge-3 {
    width: 25%; }

  .xlarge-4 {
    width: 33.33333%; }

  .xlarge-5 {
    width: 41.66667%; }

  .xlarge-6 {
    width: 50%; }

  .xlarge-7 {
    width: 58.33333%; }

  .xlarge-8 {
    width: 66.66667%; }

  .xlarge-9 {
    width: 75%; }

  .xlarge-10 {
    width: 83.33333%; }

  .xlarge-11 {
    width: 91.66667%; }

  .xlarge-12 {
    width: 100%; }

  .xlarge-offset-0 {
    margin-left: 0 !important; }

  .xlarge-offset-1 {
    margin-left: 8.33333% !important; }

  .xlarge-offset-2 {
    margin-left: 16.66667% !important; }

  .xlarge-offset-3 {
    margin-left: 25% !important; }

  .xlarge-offset-4 {
    margin-left: 33.33333% !important; }

  .xlarge-offset-5 {
    margin-left: 41.66667% !important; }

  .xlarge-offset-6 {
    margin-left: 50% !important; }

  .xlarge-offset-7 {
    margin-left: 58.33333% !important; }

  .xlarge-offset-8 {
    margin-left: 66.66667% !important; }

  .xlarge-offset-9 {
    margin-left: 75% !important; }

  .xlarge-offset-10 {
    margin-left: 83.33333% !important; }

  .xlarge-offset-11 {
    margin-left: 91.66667% !important; }

  .xlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  .column.xlarge-centered,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

  .column.xlarge-centered:last-child,
  .columns.xlarge-centered:last-child {
    float: none; }

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

  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right; }

  .row.xlarge-collapse > .column,
  .row.xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.xlarge-uncollapse > .column,
  .row.xlarge-uncollapse > .columns {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left; } }
@media only screen and (min-width: 80.0625em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .xxlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .xxlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .xxlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .xxlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .xxlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .xxlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .xxlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .xxlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .xxlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left; }

  .xxlarge-1 {
    width: 8.33333%; }

  .xxlarge-2 {
    width: 16.66667%; }

  .xxlarge-3 {
    width: 25%; }

  .xxlarge-4 {
    width: 33.33333%; }

  .xxlarge-5 {
    width: 41.66667%; }

  .xxlarge-6 {
    width: 50%; }

  .xxlarge-7 {
    width: 58.33333%; }

  .xxlarge-8 {
    width: 66.66667%; }

  .xxlarge-9 {
    width: 75%; }

  .xxlarge-10 {
    width: 83.33333%; }

  .xxlarge-11 {
    width: 91.66667%; }

  .xxlarge-12 {
    width: 100%; }

  .xxlarge-offset-0 {
    margin-left: 0 !important; }

  .xxlarge-offset-1 {
    margin-left: 8.33333% !important; }

  .xxlarge-offset-2 {
    margin-left: 16.66667% !important; }

  .xxlarge-offset-3 {
    margin-left: 25% !important; }

  .xxlarge-offset-4 {
    margin-left: 33.33333% !important; }

  .xxlarge-offset-5 {
    margin-left: 41.66667% !important; }

  .xxlarge-offset-6 {
    margin-left: 50% !important; }

  .xxlarge-offset-7 {
    margin-left: 58.33333% !important; }

  .xxlarge-offset-8 {
    margin-left: 66.66667% !important; }

  .xxlarge-offset-9 {
    margin-left: 75% !important; }

  .xxlarge-offset-10 {
    margin-left: 83.33333% !important; }

  .xxlarge-offset-11 {
    margin-left: 91.66667% !important; }

  .xxlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

  .column.xxlarge-centered:last-child,
  .columns.xxlarge-centered:last-child {
    float: none; }

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

  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right; }

  .row.xxlarge-collapse > .column,
  .row.xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.xxlarge-uncollapse > .column,
  .row.xxlarge-uncollapse > .columns {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: left; } }
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.5rem 1rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      padding-left: 0rem;
      padding-right: 0rem; }

  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      padding-left: 0rem;
      padding-right: 0.5rem; }
    .small-block-grid-2 > li:nth-of-type(2n) {
      padding-left: 0.5rem;
      padding-right: 0rem; }

  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      padding-left: 0rem;
      padding-right: 0.66667rem; }
    .small-block-grid-3 > li:nth-of-type(3n+2) {
      padding-left: 0.33333rem;
      padding-right: 0.33333rem; }
    .small-block-grid-3 > li:nth-of-type(3n) {
      padding-left: 0.66667rem;
      padding-right: 0rem; }

  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      padding-left: 0rem;
      padding-right: 0.75rem; }
    .small-block-grid-4 > li:nth-of-type(4n+2) {
      padding-left: 0.25rem;
      padding-right: 0.5rem; }
    .small-block-grid-4 > li:nth-of-type(4n+3) {
      padding-left: 0.5rem;
      padding-right: 0.25rem; }
    .small-block-grid-4 > li:nth-of-type(4n) {
      padding-left: 0.75rem;
      padding-right: 0rem; }

  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      padding-left: 0rem;
      padding-right: 0.8rem; }
    .small-block-grid-5 > li:nth-of-type(5n+2) {
      padding-left: 0.2rem;
      padding-right: 0.6rem; }
    .small-block-grid-5 > li:nth-of-type(5n+3) {
      padding-left: 0.4rem;
      padding-right: 0.4rem; }
    .small-block-grid-5 > li:nth-of-type(5n+4) {
      padding-left: 0.6rem;
      padding-right: 0.2rem; }
    .small-block-grid-5 > li:nth-of-type(5n) {
      padding-left: 0.8rem;
      padding-right: 0rem; }

  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      padding-left: 0rem;
      padding-right: 0.83333rem; }
    .small-block-grid-6 > li:nth-of-type(6n+2) {
      padding-left: 0.16667rem;
      padding-right: 0.66667rem; }
    .small-block-grid-6 > li:nth-of-type(6n+3) {
      padding-left: 0.33333rem;
      padding-right: 0.5rem; }
    .small-block-grid-6 > li:nth-of-type(6n+4) {
      padding-left: 0.5rem;
      padding-right: 0.33333rem; }
    .small-block-grid-6 > li:nth-of-type(6n+5) {
      padding-left: 0.66667rem;
      padding-right: 0.16667rem; }
    .small-block-grid-6 > li:nth-of-type(6n) {
      padding-left: 0.83333rem;
      padding-right: 0rem; }

  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      padding-left: 0rem;
      padding-right: 0.85714rem; }
    .small-block-grid-7 > li:nth-of-type(7n+2) {
      padding-left: 0.14286rem;
      padding-right: 0.71429rem; }
    .small-block-grid-7 > li:nth-of-type(7n+3) {
      padding-left: 0.28571rem;
      padding-right: 0.57143rem; }
    .small-block-grid-7 > li:nth-of-type(7n+4) {
      padding-left: 0.42857rem;
      padding-right: 0.42857rem; }
    .small-block-grid-7 > li:nth-of-type(7n+5) {
      padding-left: 0.57143rem;
      padding-right: 0.28571rem; }
    .small-block-grid-7 > li:nth-of-type(7n+6) {
      padding-left: 0.71429rem;
      padding-right: 0.14286rem; }
    .small-block-grid-7 > li:nth-of-type(7n) {
      padding-left: 0.85714rem;
      padding-right: 0rem; }

  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      padding-left: 0rem;
      padding-right: 0.875rem; }
    .small-block-grid-8 > li:nth-of-type(8n+2) {
      padding-left: 0.125rem;
      padding-right: 0.75rem; }
    .small-block-grid-8 > li:nth-of-type(8n+3) {
      padding-left: 0.25rem;
      padding-right: 0.625rem; }
    .small-block-grid-8 > li:nth-of-type(8n+4) {
      padding-left: 0.375rem;
      padding-right: 0.5rem; }
    .small-block-grid-8 > li:nth-of-type(8n+5) {
      padding-left: 0.5rem;
      padding-right: 0.375rem; }
    .small-block-grid-8 > li:nth-of-type(8n+6) {
      padding-left: 0.625rem;
      padding-right: 0.25rem; }
    .small-block-grid-8 > li:nth-of-type(8n+7) {
      padding-left: 0.75rem;
      padding-right: 0.125rem; }
    .small-block-grid-8 > li:nth-of-type(8n) {
      padding-left: 0.875rem;
      padding-right: 0rem; }

  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      padding-left: 0rem;
      padding-right: 0.88889rem; }
    .small-block-grid-9 > li:nth-of-type(9n+2) {
      padding-left: 0.11111rem;
      padding-right: 0.77778rem; }
    .small-block-grid-9 > li:nth-of-type(9n+3) {
      padding-left: 0.22222rem;
      padding-right: 0.66667rem; }
    .small-block-grid-9 > li:nth-of-type(9n+4) {
      padding-left: 0.33333rem;
      padding-right: 0.55556rem; }
    .small-block-grid-9 > li:nth-of-type(9n+5) {
      padding-left: 0.44444rem;
      padding-right: 0.44444rem; }
    .small-block-grid-9 > li:nth-of-type(9n+6) {
      padding-left: 0.55556rem;
      padding-right: 0.33333rem; }
    .small-block-grid-9 > li:nth-of-type(9n+7) {
      padding-left: 0.66667rem;
      padding-right: 0.22222rem; }
    .small-block-grid-9 > li:nth-of-type(9n+8) {
      padding-left: 0.77778rem;
      padding-right: 0.11111rem; }
    .small-block-grid-9 > li:nth-of-type(9n) {
      padding-left: 0.88889rem;
      padding-right: 0rem; }

  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      padding-left: 0rem;
      padding-right: 0.9rem; }
    .small-block-grid-10 > li:nth-of-type(10n+2) {
      padding-left: 0.1rem;
      padding-right: 0.8rem; }
    .small-block-grid-10 > li:nth-of-type(10n+3) {
      padding-left: 0.2rem;
      padding-right: 0.7rem; }
    .small-block-grid-10 > li:nth-of-type(10n+4) {
      padding-left: 0.3rem;
      padding-right: 0.6rem; }
    .small-block-grid-10 > li:nth-of-type(10n+5) {
      padding-left: 0.4rem;
      padding-right: 0.5rem; }
    .small-block-grid-10 > li:nth-of-type(10n+6) {
      padding-left: 0.5rem;
      padding-right: 0.4rem; }
    .small-block-grid-10 > li:nth-of-type(10n+7) {
      padding-left: 0.6rem;
      padding-right: 0.3rem; }
    .small-block-grid-10 > li:nth-of-type(10n+8) {
      padding-left: 0.7rem;
      padding-right: 0.2rem; }
    .small-block-grid-10 > li:nth-of-type(10n+9) {
      padding-left: 0.8rem;
      padding-right: 0.1rem; }
    .small-block-grid-10 > li:nth-of-type(10n) {
      padding-left: 0.9rem;
      padding-right: 0rem; }

  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      padding-left: 0rem;
      padding-right: 0.90909rem; }
    .small-block-grid-11 > li:nth-of-type(11n+2) {
      padding-left: 0.09091rem;
      padding-right: 0.81818rem; }
    .small-block-grid-11 > li:nth-of-type(11n+3) {
      padding-left: 0.18182rem;
      padding-right: 0.72727rem; }
    .small-block-grid-11 > li:nth-of-type(11n+4) {
      padding-left: 0.27273rem;
      padding-right: 0.63636rem; }
    .small-block-grid-11 > li:nth-of-type(11n+5) {
      padding-left: 0.36364rem;
      padding-right: 0.54545rem; }
    .small-block-grid-11 > li:nth-of-type(11n+6) {
      padding-left: 0.45455rem;
      padding-right: 0.45455rem; }
    .small-block-grid-11 > li:nth-of-type(11n+7) {
      padding-left: 0.54545rem;
      padding-right: 0.36364rem; }
    .small-block-grid-11 > li:nth-of-type(11n+8) {
      padding-left: 0.63636rem;
      padding-right: 0.27273rem; }
    .small-block-grid-11 > li:nth-of-type(11n+9) {
      padding-left: 0.72727rem;
      padding-right: 0.18182rem; }
    .small-block-grid-11 > li:nth-of-type(11n+10) {
      padding-left: 0.81818rem;
      padding-right: 0.09091rem; }
    .small-block-grid-11 > li:nth-of-type(11n) {
      padding-left: 0.90909rem;
      padding-right: 0rem; }

  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      padding-left: 0rem;
      padding-right: 0.91667rem; }
    .small-block-grid-12 > li:nth-of-type(12n+2) {
      padding-left: 0.08333rem;
      padding-right: 0.83333rem; }
    .small-block-grid-12 > li:nth-of-type(12n+3) {
      padding-left: 0.16667rem;
      padding-right: 0.75rem; }
    .small-block-grid-12 > li:nth-of-type(12n+4) {
      padding-left: 0.25rem;
      padding-right: 0.66667rem; }
    .small-block-grid-12 > li:nth-of-type(12n+5) {
      padding-left: 0.33333rem;
      padding-right: 0.58333rem; }
    .small-block-grid-12 > li:nth-of-type(12n+6) {
      padding-left: 0.41667rem;
      padding-right: 0.5rem; }
    .small-block-grid-12 > li:nth-of-type(12n+7) {
      padding-left: 0.5rem;
      padding-right: 0.41667rem; }
    .small-block-grid-12 > li:nth-of-type(12n+8) {
      padding-left: 0.58333rem;
      padding-right: 0.33333rem; }
    .small-block-grid-12 > li:nth-of-type(12n+9) {
      padding-left: 0.66667rem;
      padding-right: 0.25rem; }
    .small-block-grid-12 > li:nth-of-type(12n+10) {
      padding-left: 0.75rem;
      padding-right: 0.16667rem; }
    .small-block-grid-12 > li:nth-of-type(12n+11) {
      padding-left: 0.83333rem;
      padding-right: 0.08333rem; }
    .small-block-grid-12 > li:nth-of-type(12n) {
      padding-left: 0.91667rem;
      padding-right: 0rem; } }
@media only screen and (min-width: 30.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      padding-left: 0rem;
      padding-right: 0rem; }

  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      padding-left: 0rem;
      padding-right: 0.5rem; }
    .medium-block-grid-2 > li:nth-of-type(2n) {
      padding-left: 0.5rem;
      padding-right: 0rem; }

  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      padding-left: 0rem;
      padding-right: 0.66667rem; }
    .medium-block-grid-3 > li:nth-of-type(3n+2) {
      padding-left: 0.33333rem;
      padding-right: 0.33333rem; }
    .medium-block-grid-3 > li:nth-of-type(3n) {
      padding-left: 0.66667rem;
      padding-right: 0rem; }

  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      padding-left: 0rem;
      padding-right: 0.75rem; }
    .medium-block-grid-4 > li:nth-of-type(4n+2) {
      padding-left: 0.25rem;
      padding-right: 0.5rem; }
    .medium-block-grid-4 > li:nth-of-type(4n+3) {
      padding-left: 0.5rem;
      padding-right: 0.25rem; }
    .medium-block-grid-4 > li:nth-of-type(4n) {
      padding-left: 0.75rem;
      padding-right: 0rem; }

  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      padding-left: 0rem;
      padding-right: 0.8rem; }
    .medium-block-grid-5 > li:nth-of-type(5n+2) {
      padding-left: 0.2rem;
      padding-right: 0.6rem; }
    .medium-block-grid-5 > li:nth-of-type(5n+3) {
      padding-left: 0.4rem;
      padding-right: 0.4rem; }
    .medium-block-grid-5 > li:nth-of-type(5n+4) {
      padding-left: 0.6rem;
      padding-right: 0.2rem; }
    .medium-block-grid-5 > li:nth-of-type(5n) {
      padding-left: 0.8rem;
      padding-right: 0rem; }

  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      padding-left: 0rem;
      padding-right: 0.83333rem; }
    .medium-block-grid-6 > li:nth-of-type(6n+2) {
      padding-left: 0.16667rem;
      padding-right: 0.66667rem; }
    .medium-block-grid-6 > li:nth-of-type(6n+3) {
      padding-left: 0.33333rem;
      padding-right: 0.5rem; }
    .medium-block-grid-6 > li:nth-of-type(6n+4) {
      padding-left: 0.5rem;
      padding-right: 0.33333rem; }
    .medium-block-grid-6 > li:nth-of-type(6n+5) {
      padding-left: 0.66667rem;
      padding-right: 0.16667rem; }
    .medium-block-grid-6 > li:nth-of-type(6n) {
      padding-left: 0.83333rem;
      padding-right: 0rem; }

  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      padding-left: 0rem;
      padding-right: 0.85714rem; }
    .medium-block-grid-7 > li:nth-of-type(7n+2) {
      padding-left: 0.14286rem;
      padding-right: 0.71429rem; }
    .medium-block-grid-7 > li:nth-of-type(7n+3) {
      padding-left: 0.28571rem;
      padding-right: 0.57143rem; }
    .medium-block-grid-7 > li:nth-of-type(7n+4) {
      padding-left: 0.42857rem;
      padding-right: 0.42857rem; }
    .medium-block-grid-7 > li:nth-of-type(7n+5) {
      padding-left: 0.57143rem;
      padding-right: 0.28571rem; }
    .medium-block-grid-7 > li:nth-of-type(7n+6) {
      padding-left: 0.71429rem;
      padding-right: 0.14286rem; }
    .medium-block-grid-7 > li:nth-of-type(7n) {
      padding-left: 0.85714rem;
      padding-right: 0rem; }

  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      padding-left: 0rem;
      padding-right: 0.875rem; }
    .medium-block-grid-8 > li:nth-of-type(8n+2) {
      padding-left: 0.125rem;
      padding-right: 0.75rem; }
    .medium-block-grid-8 > li:nth-of-type(8n+3) {
      padding-left: 0.25rem;
      padding-right: 0.625rem; }
    .medium-block-grid-8 > li:nth-of-type(8n+4) {
      padding-left: 0.375rem;
      padding-right: 0.5rem; }
    .medium-block-grid-8 > li:nth-of-type(8n+5) {
      padding-left: 0.5rem;
      padding-right: 0.375rem; }
    .medium-block-grid-8 > li:nth-of-type(8n+6) {
      padding-left: 0.625rem;
      padding-right: 0.25rem; }
    .medium-block-grid-8 > li:nth-of-type(8n+7) {
      padding-left: 0.75rem;
      padding-right: 0.125rem; }
    .medium-block-grid-8 > li:nth-of-type(8n) {
      padding-left: 0.875rem;
      padding-right: 0rem; }

  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      padding-left: 0rem;
      padding-right: 0.88889rem; }
    .medium-block-grid-9 > li:nth-of-type(9n+2) {
      padding-left: 0.11111rem;
      padding-right: 0.77778rem; }
    .medium-block-grid-9 > li:nth-of-type(9n+3) {
      padding-left: 0.22222rem;
      padding-right: 0.66667rem; }
    .medium-block-grid-9 > li:nth-of-type(9n+4) {
      padding-left: 0.33333rem;
      padding-right: 0.55556rem; }
    .medium-block-grid-9 > li:nth-of-type(9n+5) {
      padding-left: 0.44444rem;
      padding-right: 0.44444rem; }
    .medium-block-grid-9 > li:nth-of-type(9n+6) {
      padding-left: 0.55556rem;
      padding-right: 0.33333rem; }
    .medium-block-grid-9 > li:nth-of-type(9n+7) {
      padding-left: 0.66667rem;
      padding-right: 0.22222rem; }
    .medium-block-grid-9 > li:nth-of-type(9n+8) {
      padding-left: 0.77778rem;
      padding-right: 0.11111rem; }
    .medium-block-grid-9 > li:nth-of-type(9n) {
      padding-left: 0.88889rem;
      padding-right: 0rem; }

  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      padding-left: 0rem;
      padding-right: 0.9rem; }
    .medium-block-grid-10 > li:nth-of-type(10n+2) {
      padding-left: 0.1rem;
      padding-right: 0.8rem; }
    .medium-block-grid-10 > li:nth-of-type(10n+3) {
      padding-left: 0.2rem;
      padding-right: 0.7rem; }
    .medium-block-grid-10 > li:nth-of-type(10n+4) {
      padding-left: 0.3rem;
      padding-right: 0.6rem; }
    .medium-block-grid-10 > li:nth-of-type(10n+5) {
      padding-left: 0.4rem;
      padding-right: 0.5rem; }
    .medium-block-grid-10 > li:nth-of-type(10n+6) {
      padding-left: 0.5rem;
      padding-right: 0.4rem; }
    .medium-block-grid-10 > li:nth-of-type(10n+7) {
      padding-left: 0.6rem;
      padding-right: 0.3rem; }
    .medium-block-grid-10 > li:nth-of-type(10n+8) {
      padding-left: 0.7rem;
      padding-right: 0.2rem; }
    .medium-block-grid-10 > li:nth-of-type(10n+9) {
      padding-left: 0.8rem;
      padding-right: 0.1rem; }
    .medium-block-grid-10 > li:nth-of-type(10n) {
      padding-left: 0.9rem;
      padding-right: 0rem; }

  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      padding-left: 0rem;
      padding-right: 0.90909rem; }
    .medium-block-grid-11 > li:nth-of-type(11n+2) {
      padding-left: 0.09091rem;
      padding-right: 0.81818rem; }
    .medium-block-grid-11 > li:nth-of-type(11n+3) {
      padding-left: 0.18182rem;
      padding-right: 0.72727rem; }
    .medium-block-grid-11 > li:nth-of-type(11n+4) {
      padding-left: 0.27273rem;
      padding-right: 0.63636rem; }
    .medium-block-grid-11 > li:nth-of-type(11n+5) {
      padding-left: 0.36364rem;
      padding-right: 0.54545rem; }
    .medium-block-grid-11 > li:nth-of-type(11n+6) {
      padding-left: 0.45455rem;
      padding-right: 0.45455rem; }
    .medium-block-grid-11 > li:nth-of-type(11n+7) {
      padding-left: 0.54545rem;
      padding-right: 0.36364rem; }
    .medium-block-grid-11 > li:nth-of-type(11n+8) {
      padding-left: 0.63636rem;
      padding-right: 0.27273rem; }
    .medium-block-grid-11 > li:nth-of-type(11n+9) {
      padding-left: 0.72727rem;
      padding-right: 0.18182rem; }
    .medium-block-grid-11 > li:nth-of-type(11n+10) {
      padding-left: 0.81818rem;
      padding-right: 0.09091rem; }
    .medium-block-grid-11 > li:nth-of-type(11n) {
      padding-left: 0.90909rem;
      padding-right: 0rem; }

  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      padding-left: 0rem;
      padding-right: 0.91667rem; }
    .medium-block-grid-12 > li:nth-of-type(12n+2) {
      padding-left: 0.08333rem;
      padding-right: 0.83333rem; }
    .medium-block-grid-12 > li:nth-of-type(12n+3) {
      padding-left: 0.16667rem;
      padding-right: 0.75rem; }
    .medium-block-grid-12 > li:nth-of-type(12n+4) {
      padding-left: 0.25rem;
      padding-right: 0.66667rem; }
    .medium-block-grid-12 > li:nth-of-type(12n+5) {
      padding-left: 0.33333rem;
      padding-right: 0.58333rem; }
    .medium-block-grid-12 > li:nth-of-type(12n+6) {
      padding-left: 0.41667rem;
      padding-right: 0.5rem; }
    .medium-block-grid-12 > li:nth-of-type(12n+7) {
      padding-left: 0.5rem;
      padding-right: 0.41667rem; }
    .medium-block-grid-12 > li:nth-of-type(12n+8) {
      padding-left: 0.58333rem;
      padding-right: 0.33333rem; }
    .medium-block-grid-12 > li:nth-of-type(12n+9) {
      padding-left: 0.66667rem;
      padding-right: 0.25rem; }
    .medium-block-grid-12 > li:nth-of-type(12n+10) {
      padding-left: 0.75rem;
      padding-right: 0.16667rem; }
    .medium-block-grid-12 > li:nth-of-type(12n+11) {
      padding-left: 0.83333rem;
      padding-right: 0.08333rem; }
    .medium-block-grid-12 > li:nth-of-type(12n) {
      padding-left: 0.91667rem;
      padding-right: 0rem; } }
@media only screen and (min-width: 48.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      padding-left: 0rem;
      padding-right: 0rem; }

  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      padding-left: 0rem;
      padding-right: 0.5rem; }
    .large-block-grid-2 > li:nth-of-type(2n) {
      padding-left: 0.5rem;
      padding-right: 0rem; }

  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      padding-left: 0rem;
      padding-right: 0.66667rem; }
    .large-block-grid-3 > li:nth-of-type(3n+2) {
      padding-left: 0.33333rem;
      padding-right: 0.33333rem; }
    .large-block-grid-3 > li:nth-of-type(3n) {
      padding-left: 0.66667rem;
      padding-right: 0rem; }

  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      padding-left: 0rem;
      padding-right: 0.75rem; }
    .large-block-grid-4 > li:nth-of-type(4n+2) {
      padding-left: 0.25rem;
      padding-right: 0.5rem; }
    .large-block-grid-4 > li:nth-of-type(4n+3) {
      padding-left: 0.5rem;
      padding-right: 0.25rem; }
    .large-block-grid-4 > li:nth-of-type(4n) {
      padding-left: 0.75rem;
      padding-right: 0rem; }

  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      padding-left: 0rem;
      padding-right: 0.8rem; }
    .large-block-grid-5 > li:nth-of-type(5n+2) {
      padding-left: 0.2rem;
      padding-right: 0.6rem; }
    .large-block-grid-5 > li:nth-of-type(5n+3) {
      padding-left: 0.4rem;
      padding-right: 0.4rem; }
    .large-block-grid-5 > li:nth-of-type(5n+4) {
      padding-left: 0.6rem;
      padding-right: 0.2rem; }
    .large-block-grid-5 > li:nth-of-type(5n) {
      padding-left: 0.8rem;
      padding-right: 0rem; }

  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      padding-left: 0rem;
      padding-right: 0.83333rem; }
    .large-block-grid-6 > li:nth-of-type(6n+2) {
      padding-left: 0.16667rem;
      padding-right: 0.66667rem; }
    .large-block-grid-6 > li:nth-of-type(6n+3) {
      padding-left: 0.33333rem;
      padding-right: 0.5rem; }
    .large-block-grid-6 > li:nth-of-type(6n+4) {
      padding-left: 0.5rem;
      padding-right: 0.33333rem; }
    .large-block-grid-6 > li:nth-of-type(6n+5) {
      padding-left: 0.66667rem;
      padding-right: 0.16667rem; }
    .large-block-grid-6 > li:nth-of-type(6n) {
      padding-left: 0.83333rem;
      padding-right: 0rem; }

  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      padding-left: 0rem;
      padding-right: 0.85714rem; }
    .large-block-grid-7 > li:nth-of-type(7n+2) {
      padding-left: 0.14286rem;
      padding-right: 0.71429rem; }
    .large-block-grid-7 > li:nth-of-type(7n+3) {
      padding-left: 0.28571rem;
      padding-right: 0.57143rem; }
    .large-block-grid-7 > li:nth-of-type(7n+4) {
      padding-left: 0.42857rem;
      padding-right: 0.42857rem; }
    .large-block-grid-7 > li:nth-of-type(7n+5) {
      padding-left: 0.57143rem;
      padding-right: 0.28571rem; }
    .large-block-grid-7 > li:nth-of-type(7n+6) {
      padding-left: 0.71429rem;
      padding-right: 0.14286rem; }
    .large-block-grid-7 > li:nth-of-type(7n) {
      padding-left: 0.85714rem;
      padding-right: 0rem; }

  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      padding-left: 0rem;
      padding-right: 0.875rem; }
    .large-block-grid-8 > li:nth-of-type(8n+2) {
      padding-left: 0.125rem;
      padding-right: 0.75rem; }
    .large-block-grid-8 > li:nth-of-type(8n+3) {
      padding-left: 0.25rem;
      padding-right: 0.625rem; }
    .large-block-grid-8 > li:nth-of-type(8n+4) {
      padding-left: 0.375rem;
      padding-right: 0.5rem; }
    .large-block-grid-8 > li:nth-of-type(8n+5) {
      padding-left: 0.5rem;
      padding-right: 0.375rem; }
    .large-block-grid-8 > li:nth-of-type(8n+6) {
      padding-left: 0.625rem;
      padding-right: 0.25rem; }
    .large-block-grid-8 > li:nth-of-type(8n+7) {
      padding-left: 0.75rem;
      padding-right: 0.125rem; }
    .large-block-grid-8 > li:nth-of-type(8n) {
      padding-left: 0.875rem;
      padding-right: 0rem; }

  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      padding-left: 0rem;
      padding-right: 0.88889rem; }
    .large-block-grid-9 > li:nth-of-type(9n+2) {
      padding-left: 0.11111rem;
      padding-right: 0.77778rem; }
    .large-block-grid-9 > li:nth-of-type(9n+3) {
      padding-left: 0.22222rem;
      padding-right: 0.66667rem; }
    .large-block-grid-9 > li:nth-of-type(9n+4) {
      padding-left: 0.33333rem;
      padding-right: 0.55556rem; }
    .large-block-grid-9 > li:nth-of-type(9n+5) {
      padding-left: 0.44444rem;
      padding-right: 0.44444rem; }
    .large-block-grid-9 > li:nth-of-type(9n+6) {
      padding-left: 0.55556rem;
      padding-right: 0.33333rem; }
    .large-block-grid-9 > li:nth-of-type(9n+7) {
      padding-left: 0.66667rem;
      padding-right: 0.22222rem; }
    .large-block-grid-9 > li:nth-of-type(9n+8) {
      padding-left: 0.77778rem;
      padding-right: 0.11111rem; }
    .large-block-grid-9 > li:nth-of-type(9n) {
      padding-left: 0.88889rem;
      padding-right: 0rem; }

  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      padding-left: 0rem;
      padding-right: 0.9rem; }
    .large-block-grid-10 > li:nth-of-type(10n+2) {
      padding-left: 0.1rem;
      padding-right: 0.8rem; }
    .large-block-grid-10 > li:nth-of-type(10n+3) {
      padding-left: 0.2rem;
      padding-right: 0.7rem; }
    .large-block-grid-10 > li:nth-of-type(10n+4) {
      padding-left: 0.3rem;
      padding-right: 0.6rem; }
    .large-block-grid-10 > li:nth-of-type(10n+5) {
      padding-left: 0.4rem;
      padding-right: 0.5rem; }
    .large-block-grid-10 > li:nth-of-type(10n+6) {
      padding-left: 0.5rem;
      padding-right: 0.4rem; }
    .large-block-grid-10 > li:nth-of-type(10n+7) {
      padding-left: 0.6rem;
      padding-right: 0.3rem; }
    .large-block-grid-10 > li:nth-of-type(10n+8) {
      padding-left: 0.7rem;
      padding-right: 0.2rem; }
    .large-block-grid-10 > li:nth-of-type(10n+9) {
      padding-left: 0.8rem;
      padding-right: 0.1rem; }
    .large-block-grid-10 > li:nth-of-type(10n) {
      padding-left: 0.9rem;
      padding-right: 0rem; }

  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      padding-left: 0rem;
      padding-right: 0.90909rem; }
    .large-block-grid-11 > li:nth-of-type(11n+2) {
      padding-left: 0.09091rem;
      padding-right: 0.81818rem; }
    .large-block-grid-11 > li:nth-of-type(11n+3) {
      padding-left: 0.18182rem;
      padding-right: 0.72727rem; }
    .large-block-grid-11 > li:nth-of-type(11n+4) {
      padding-left: 0.27273rem;
      padding-right: 0.63636rem; }
    .large-block-grid-11 > li:nth-of-type(11n+5) {
      padding-left: 0.36364rem;
      padding-right: 0.54545rem; }
    .large-block-grid-11 > li:nth-of-type(11n+6) {
      padding-left: 0.45455rem;
      padding-right: 0.45455rem; }
    .large-block-grid-11 > li:nth-of-type(11n+7) {
      padding-left: 0.54545rem;
      padding-right: 0.36364rem; }
    .large-block-grid-11 > li:nth-of-type(11n+8) {
      padding-left: 0.63636rem;
      padding-right: 0.27273rem; }
    .large-block-grid-11 > li:nth-of-type(11n+9) {
      padding-left: 0.72727rem;
      padding-right: 0.18182rem; }
    .large-block-grid-11 > li:nth-of-type(11n+10) {
      padding-left: 0.81818rem;
      padding-right: 0.09091rem; }
    .large-block-grid-11 > li:nth-of-type(11n) {
      padding-left: 0.90909rem;
      padding-right: 0rem; }

  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      padding-left: 0rem;
      padding-right: 0.91667rem; }
    .large-block-grid-12 > li:nth-of-type(12n+2) {
      padding-left: 0.08333rem;
      padding-right: 0.83333rem; }
    .large-block-grid-12 > li:nth-of-type(12n+3) {
      padding-left: 0.16667rem;
      padding-right: 0.75rem; }
    .large-block-grid-12 > li:nth-of-type(12n+4) {
      padding-left: 0.25rem;
      padding-right: 0.66667rem; }
    .large-block-grid-12 > li:nth-of-type(12n+5) {
      padding-left: 0.33333rem;
      padding-right: 0.58333rem; }
    .large-block-grid-12 > li:nth-of-type(12n+6) {
      padding-left: 0.41667rem;
      padding-right: 0.5rem; }
    .large-block-grid-12 > li:nth-of-type(12n+7) {
      padding-left: 0.5rem;
      padding-right: 0.41667rem; }
    .large-block-grid-12 > li:nth-of-type(12n+8) {
      padding-left: 0.58333rem;
      padding-right: 0.33333rem; }
    .large-block-grid-12 > li:nth-of-type(12n+9) {
      padding-left: 0.66667rem;
      padding-right: 0.25rem; }
    .large-block-grid-12 > li:nth-of-type(12n+10) {
      padding-left: 0.75rem;
      padding-right: 0.16667rem; }
    .large-block-grid-12 > li:nth-of-type(12n+11) {
      padding-left: 0.83333rem;
      padding-right: 0.08333rem; }
    .large-block-grid-12 > li:nth-of-type(12n) {
      padding-left: 0.91667rem;
      padding-right: 0rem; } }
@media only screen and (min-width: 64.0625em) {
  .xlarge-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .xlarge-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-block-grid-1 > li:nth-of-type(1n) {
      padding-left: 0rem;
      padding-right: 0rem; }

  .xlarge-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .xlarge-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-block-grid-2 > li:nth-of-type(2n+1) {
      padding-left: 0rem;
      padding-right: 0.5rem; }
    .xlarge-block-grid-2 > li:nth-of-type(2n) {
      padding-left: 0.5rem;
      padding-right: 0rem; }

  .xlarge-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .xlarge-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-block-grid-3 > li:nth-of-type(3n+1) {
      padding-left: 0rem;
      padding-right: 0.66667rem; }
    .xlarge-block-grid-3 > li:nth-of-type(3n+2) {
      padding-left: 0.33333rem;
      padding-right: 0.33333rem; }
    .xlarge-block-grid-3 > li:nth-of-type(3n) {
      padding-left: 0.66667rem;
      padding-right: 0rem; }

  .xlarge-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .xlarge-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-block-grid-4 > li:nth-of-type(4n+1) {
      padding-left: 0rem;
      padding-right: 0.75rem; }
    .xlarge-block-grid-4 > li:nth-of-type(4n+2) {
      padding-left: 0.25rem;
      padding-right: 0.5rem; }
    .xlarge-block-grid-4 > li:nth-of-type(4n+3) {
      padding-left: 0.5rem;
      padding-right: 0.25rem; }
    .xlarge-block-grid-4 > li:nth-of-type(4n) {
      padding-left: 0.75rem;
      padding-right: 0rem; }

  .xlarge-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .xlarge-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-block-grid-5 > li:nth-of-type(5n+1) {
      padding-left: 0rem;
      padding-right: 0.8rem; }
    .xlarge-block-grid-5 > li:nth-of-type(5n+2) {
      padding-left: 0.2rem;
      padding-right: 0.6rem; }
    .xlarge-block-grid-5 > li:nth-of-type(5n+3) {
      padding-left: 0.4rem;
      padding-right: 0.4rem; }
    .xlarge-block-grid-5 > li:nth-of-type(5n+4) {
      padding-left: 0.6rem;
      padding-right: 0.2rem; }
    .xlarge-block-grid-5 > li:nth-of-type(5n) {
      padding-left: 0.8rem;
      padding-right: 0rem; }

  .xlarge-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .xlarge-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-block-grid-6 > li:nth-of-type(6n+1) {
      padding-left: 0rem;
      padding-right: 0.83333rem; }
    .xlarge-block-grid-6 > li:nth-of-type(6n+2) {
      padding-left: 0.16667rem;
      padding-right: 0.66667rem; }
    .xlarge-block-grid-6 > li:nth-of-type(6n+3) {
      padding-left: 0.33333rem;
      padding-right: 0.5rem; }
    .xlarge-block-grid-6 > li:nth-of-type(6n+4) {
      padding-left: 0.5rem;
      padding-right: 0.33333rem; }
    .xlarge-block-grid-6 > li:nth-of-type(6n+5) {
      padding-left: 0.66667rem;
      padding-right: 0.16667rem; }
    .xlarge-block-grid-6 > li:nth-of-type(6n) {
      padding-left: 0.83333rem;
      padding-right: 0rem; }

  .xlarge-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .xlarge-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-block-grid-7 > li:nth-of-type(7n+1) {
      padding-left: 0rem;
      padding-right: 0.85714rem; }
    .xlarge-block-grid-7 > li:nth-of-type(7n+2) {
      padding-left: 0.14286rem;
      padding-right: 0.71429rem; }
    .xlarge-block-grid-7 > li:nth-of-type(7n+3) {
      padding-left: 0.28571rem;
      padding-right: 0.57143rem; }
    .xlarge-block-grid-7 > li:nth-of-type(7n+4) {
      padding-left: 0.42857rem;
      padding-right: 0.42857rem; }
    .xlarge-block-grid-7 > li:nth-of-type(7n+5) {
      padding-left: 0.57143rem;
      padding-right: 0.28571rem; }
    .xlarge-block-grid-7 > li:nth-of-type(7n+6) {
      padding-left: 0.71429rem;
      padding-right: 0.14286rem; }
    .xlarge-block-grid-7 > li:nth-of-type(7n) {
      padding-left: 0.85714rem;
      padding-right: 0rem; }

  .xlarge-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .xlarge-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-block-grid-8 > li:nth-of-type(8n+1) {
      padding-left: 0rem;
      padding-right: 0.875rem; }
    .xlarge-block-grid-8 > li:nth-of-type(8n+2) {
      padding-left: 0.125rem;
      padding-right: 0.75rem; }
    .xlarge-block-grid-8 > li:nth-of-type(8n+3) {
      padding-left: 0.25rem;
      padding-right: 0.625rem; }
    .xlarge-block-grid-8 > li:nth-of-type(8n+4) {
      padding-left: 0.375rem;
      padding-right: 0.5rem; }
    .xlarge-block-grid-8 > li:nth-of-type(8n+5) {
      padding-left: 0.5rem;
      padding-right: 0.375rem; }
    .xlarge-block-grid-8 > li:nth-of-type(8n+6) {
      padding-left: 0.625rem;
      padding-right: 0.25rem; }
    .xlarge-block-grid-8 > li:nth-of-type(8n+7) {
      padding-left: 0.75rem;
      padding-right: 0.125rem; }
    .xlarge-block-grid-8 > li:nth-of-type(8n) {
      padding-left: 0.875rem;
      padding-right: 0rem; }

  .xlarge-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .xlarge-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
    .xlarge-block-grid-9 > li:nth-of-type(9n+1) {
      padding-left: 0rem;
      padding-right: 0.88889rem; }
    .xlarge-block-grid-9 > li:nth-of-type(9n+2) {
      padding-left: 0.11111rem;
      padding-right: 0.77778rem; }
    .xlarge-block-grid-9 > li:nth-of-type(9n+3) {
      padding-left: 0.22222rem;
      padding-right: 0.66667rem; }
    .xlarge-block-grid-9 > li:nth-of-type(9n+4) {
      padding-left: 0.33333rem;
      padding-right: 0.55556rem; }
    .xlarge-block-grid-9 > li:nth-of-type(9n+5) {
      padding-left: 0.44444rem;
      padding-right: 0.44444rem; }
    .xlarge-block-grid-9 > li:nth-of-type(9n+6) {
      padding-left: 0.55556rem;
      padding-right: 0.33333rem; }
    .xlarge-block-grid-9 > li:nth-of-type(9n+7) {
      padding-left: 0.66667rem;
      padding-right: 0.22222rem; }
    .xlarge-block-grid-9 > li:nth-of-type(9n+8) {
      padding-left: 0.77778rem;
      padding-right: 0.11111rem; }
    .xlarge-block-grid-9 > li:nth-of-type(9n) {
      padding-left: 0.88889rem;
      padding-right: 0rem; }

  .xlarge-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .xlarge-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
    .xlarge-block-grid-10 > li:nth-of-type(10n+1) {
      padding-left: 0rem;
      padding-right: 0.9rem; }
    .xlarge-block-grid-10 > li:nth-of-type(10n+2) {
      padding-left: 0.1rem;
      padding-right: 0.8rem; }
    .xlarge-block-grid-10 > li:nth-of-type(10n+3) {
      padding-left: 0.2rem;
      padding-right: 0.7rem; }
    .xlarge-block-grid-10 > li:nth-of-type(10n+4) {
      padding-left: 0.3rem;
      padding-right: 0.6rem; }
    .xlarge-block-grid-10 > li:nth-of-type(10n+5) {
      padding-left: 0.4rem;
      padding-right: 0.5rem; }
    .xlarge-block-grid-10 > li:nth-of-type(10n+6) {
      padding-left: 0.5rem;
      padding-right: 0.4rem; }
    .xlarge-block-grid-10 > li:nth-of-type(10n+7) {
      padding-left: 0.6rem;
      padding-right: 0.3rem; }
    .xlarge-block-grid-10 > li:nth-of-type(10n+8) {
      padding-left: 0.7rem;
      padding-right: 0.2rem; }
    .xlarge-block-grid-10 > li:nth-of-type(10n+9) {
      padding-left: 0.8rem;
      padding-right: 0.1rem; }
    .xlarge-block-grid-10 > li:nth-of-type(10n) {
      padding-left: 0.9rem;
      padding-right: 0rem; }

  .xlarge-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .xlarge-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
    .xlarge-block-grid-11 > li:nth-of-type(11n+1) {
      padding-left: 0rem;
      padding-right: 0.90909rem; }
    .xlarge-block-grid-11 > li:nth-of-type(11n+2) {
      padding-left: 0.09091rem;
      padding-right: 0.81818rem; }
    .xlarge-block-grid-11 > li:nth-of-type(11n+3) {
      padding-left: 0.18182rem;
      padding-right: 0.72727rem; }
    .xlarge-block-grid-11 > li:nth-of-type(11n+4) {
      padding-left: 0.27273rem;
      padding-right: 0.63636rem; }
    .xlarge-block-grid-11 > li:nth-of-type(11n+5) {
      padding-left: 0.36364rem;
      padding-right: 0.54545rem; }
    .xlarge-block-grid-11 > li:nth-of-type(11n+6) {
      padding-left: 0.45455rem;
      padding-right: 0.45455rem; }
    .xlarge-block-grid-11 > li:nth-of-type(11n+7) {
      padding-left: 0.54545rem;
      padding-right: 0.36364rem; }
    .xlarge-block-grid-11 > li:nth-of-type(11n+8) {
      padding-left: 0.63636rem;
      padding-right: 0.27273rem; }
    .xlarge-block-grid-11 > li:nth-of-type(11n+9) {
      padding-left: 0.72727rem;
      padding-right: 0.18182rem; }
    .xlarge-block-grid-11 > li:nth-of-type(11n+10) {
      padding-left: 0.81818rem;
      padding-right: 0.09091rem; }
    .xlarge-block-grid-11 > li:nth-of-type(11n) {
      padding-left: 0.90909rem;
      padding-right: 0rem; }

  .xlarge-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .xlarge-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
    .xlarge-block-grid-12 > li:nth-of-type(12n+1) {
      padding-left: 0rem;
      padding-right: 0.91667rem; }
    .xlarge-block-grid-12 > li:nth-of-type(12n+2) {
      padding-left: 0.08333rem;
      padding-right: 0.83333rem; }
    .xlarge-block-grid-12 > li:nth-of-type(12n+3) {
      padding-left: 0.16667rem;
      padding-right: 0.75rem; }
    .xlarge-block-grid-12 > li:nth-of-type(12n+4) {
      padding-left: 0.25rem;
      padding-right: 0.66667rem; }
    .xlarge-block-grid-12 > li:nth-of-type(12n+5) {
      padding-left: 0.33333rem;
      padding-right: 0.58333rem; }
    .xlarge-block-grid-12 > li:nth-of-type(12n+6) {
      padding-left: 0.41667rem;
      padding-right: 0.5rem; }
    .xlarge-block-grid-12 > li:nth-of-type(12n+7) {
      padding-left: 0.5rem;
      padding-right: 0.41667rem; }
    .xlarge-block-grid-12 > li:nth-of-type(12n+8) {
      padding-left: 0.58333rem;
      padding-right: 0.33333rem; }
    .xlarge-block-grid-12 > li:nth-of-type(12n+9) {
      padding-left: 0.66667rem;
      padding-right: 0.25rem; }
    .xlarge-block-grid-12 > li:nth-of-type(12n+10) {
      padding-left: 0.75rem;
      padding-right: 0.16667rem; }
    .xlarge-block-grid-12 > li:nth-of-type(12n+11) {
      padding-left: 0.83333rem;
      padding-right: 0.08333rem; }
    .xlarge-block-grid-12 > li:nth-of-type(12n) {
      padding-left: 0.91667rem;
      padding-right: 0rem; } }
@media only screen and (min-width: 80.0625em) {
  .xxlarge-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .xxlarge-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-block-grid-1 > li:nth-of-type(1n) {
      padding-left: 0rem;
      padding-right: 0rem; }

  .xxlarge-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .xxlarge-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-block-grid-2 > li:nth-of-type(2n+1) {
      padding-left: 0rem;
      padding-right: 0.5rem; }
    .xxlarge-block-grid-2 > li:nth-of-type(2n) {
      padding-left: 0.5rem;
      padding-right: 0rem; }

  .xxlarge-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .xxlarge-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-block-grid-3 > li:nth-of-type(3n+1) {
      padding-left: 0rem;
      padding-right: 0.66667rem; }
    .xxlarge-block-grid-3 > li:nth-of-type(3n+2) {
      padding-left: 0.33333rem;
      padding-right: 0.33333rem; }
    .xxlarge-block-grid-3 > li:nth-of-type(3n) {
      padding-left: 0.66667rem;
      padding-right: 0rem; }

  .xxlarge-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .xxlarge-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-block-grid-4 > li:nth-of-type(4n+1) {
      padding-left: 0rem;
      padding-right: 0.75rem; }
    .xxlarge-block-grid-4 > li:nth-of-type(4n+2) {
      padding-left: 0.25rem;
      padding-right: 0.5rem; }
    .xxlarge-block-grid-4 > li:nth-of-type(4n+3) {
      padding-left: 0.5rem;
      padding-right: 0.25rem; }
    .xxlarge-block-grid-4 > li:nth-of-type(4n) {
      padding-left: 0.75rem;
      padding-right: 0rem; }

  .xxlarge-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .xxlarge-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-block-grid-5 > li:nth-of-type(5n+1) {
      padding-left: 0rem;
      padding-right: 0.8rem; }
    .xxlarge-block-grid-5 > li:nth-of-type(5n+2) {
      padding-left: 0.2rem;
      padding-right: 0.6rem; }
    .xxlarge-block-grid-5 > li:nth-of-type(5n+3) {
      padding-left: 0.4rem;
      padding-right: 0.4rem; }
    .xxlarge-block-grid-5 > li:nth-of-type(5n+4) {
      padding-left: 0.6rem;
      padding-right: 0.2rem; }
    .xxlarge-block-grid-5 > li:nth-of-type(5n) {
      padding-left: 0.8rem;
      padding-right: 0rem; }

  .xxlarge-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .xxlarge-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-block-grid-6 > li:nth-of-type(6n+1) {
      padding-left: 0rem;
      padding-right: 0.83333rem; }
    .xxlarge-block-grid-6 > li:nth-of-type(6n+2) {
      padding-left: 0.16667rem;
      padding-right: 0.66667rem; }
    .xxlarge-block-grid-6 > li:nth-of-type(6n+3) {
      padding-left: 0.33333rem;
      padding-right: 0.5rem; }
    .xxlarge-block-grid-6 > li:nth-of-type(6n+4) {
      padding-left: 0.5rem;
      padding-right: 0.33333rem; }
    .xxlarge-block-grid-6 > li:nth-of-type(6n+5) {
      padding-left: 0.66667rem;
      padding-right: 0.16667rem; }
    .xxlarge-block-grid-6 > li:nth-of-type(6n) {
      padding-left: 0.83333rem;
      padding-right: 0rem; }

  .xxlarge-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .xxlarge-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-block-grid-7 > li:nth-of-type(7n+1) {
      padding-left: 0rem;
      padding-right: 0.85714rem; }
    .xxlarge-block-grid-7 > li:nth-of-type(7n+2) {
      padding-left: 0.14286rem;
      padding-right: 0.71429rem; }
    .xxlarge-block-grid-7 > li:nth-of-type(7n+3) {
      padding-left: 0.28571rem;
      padding-right: 0.57143rem; }
    .xxlarge-block-grid-7 > li:nth-of-type(7n+4) {
      padding-left: 0.42857rem;
      padding-right: 0.42857rem; }
    .xxlarge-block-grid-7 > li:nth-of-type(7n+5) {
      padding-left: 0.57143rem;
      padding-right: 0.28571rem; }
    .xxlarge-block-grid-7 > li:nth-of-type(7n+6) {
      padding-left: 0.71429rem;
      padding-right: 0.14286rem; }
    .xxlarge-block-grid-7 > li:nth-of-type(7n) {
      padding-left: 0.85714rem;
      padding-right: 0rem; }

  .xxlarge-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .xxlarge-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-block-grid-8 > li:nth-of-type(8n+1) {
      padding-left: 0rem;
      padding-right: 0.875rem; }
    .xxlarge-block-grid-8 > li:nth-of-type(8n+2) {
      padding-left: 0.125rem;
      padding-right: 0.75rem; }
    .xxlarge-block-grid-8 > li:nth-of-type(8n+3) {
      padding-left: 0.25rem;
      padding-right: 0.625rem; }
    .xxlarge-block-grid-8 > li:nth-of-type(8n+4) {
      padding-left: 0.375rem;
      padding-right: 0.5rem; }
    .xxlarge-block-grid-8 > li:nth-of-type(8n+5) {
      padding-left: 0.5rem;
      padding-right: 0.375rem; }
    .xxlarge-block-grid-8 > li:nth-of-type(8n+6) {
      padding-left: 0.625rem;
      padding-right: 0.25rem; }
    .xxlarge-block-grid-8 > li:nth-of-type(8n+7) {
      padding-left: 0.75rem;
      padding-right: 0.125rem; }
    .xxlarge-block-grid-8 > li:nth-of-type(8n) {
      padding-left: 0.875rem;
      padding-right: 0rem; }

  .xxlarge-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .xxlarge-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
    .xxlarge-block-grid-9 > li:nth-of-type(9n+1) {
      padding-left: 0rem;
      padding-right: 0.88889rem; }
    .xxlarge-block-grid-9 > li:nth-of-type(9n+2) {
      padding-left: 0.11111rem;
      padding-right: 0.77778rem; }
    .xxlarge-block-grid-9 > li:nth-of-type(9n+3) {
      padding-left: 0.22222rem;
      padding-right: 0.66667rem; }
    .xxlarge-block-grid-9 > li:nth-of-type(9n+4) {
      padding-left: 0.33333rem;
      padding-right: 0.55556rem; }
    .xxlarge-block-grid-9 > li:nth-of-type(9n+5) {
      padding-left: 0.44444rem;
      padding-right: 0.44444rem; }
    .xxlarge-block-grid-9 > li:nth-of-type(9n+6) {
      padding-left: 0.55556rem;
      padding-right: 0.33333rem; }
    .xxlarge-block-grid-9 > li:nth-of-type(9n+7) {
      padding-left: 0.66667rem;
      padding-right: 0.22222rem; }
    .xxlarge-block-grid-9 > li:nth-of-type(9n+8) {
      padding-left: 0.77778rem;
      padding-right: 0.11111rem; }
    .xxlarge-block-grid-9 > li:nth-of-type(9n) {
      padding-left: 0.88889rem;
      padding-right: 0rem; }

  .xxlarge-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .xxlarge-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
    .xxlarge-block-grid-10 > li:nth-of-type(10n+1) {
      padding-left: 0rem;
      padding-right: 0.9rem; }
    .xxlarge-block-grid-10 > li:nth-of-type(10n+2) {
      padding-left: 0.1rem;
      padding-right: 0.8rem; }
    .xxlarge-block-grid-10 > li:nth-of-type(10n+3) {
      padding-left: 0.2rem;
      padding-right: 0.7rem; }
    .xxlarge-block-grid-10 > li:nth-of-type(10n+4) {
      padding-left: 0.3rem;
      padding-right: 0.6rem; }
    .xxlarge-block-grid-10 > li:nth-of-type(10n+5) {
      padding-left: 0.4rem;
      padding-right: 0.5rem; }
    .xxlarge-block-grid-10 > li:nth-of-type(10n+6) {
      padding-left: 0.5rem;
      padding-right: 0.4rem; }
    .xxlarge-block-grid-10 > li:nth-of-type(10n+7) {
      padding-left: 0.6rem;
      padding-right: 0.3rem; }
    .xxlarge-block-grid-10 > li:nth-of-type(10n+8) {
      padding-left: 0.7rem;
      padding-right: 0.2rem; }
    .xxlarge-block-grid-10 > li:nth-of-type(10n+9) {
      padding-left: 0.8rem;
      padding-right: 0.1rem; }
    .xxlarge-block-grid-10 > li:nth-of-type(10n) {
      padding-left: 0.9rem;
      padding-right: 0rem; }

  .xxlarge-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .xxlarge-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
    .xxlarge-block-grid-11 > li:nth-of-type(11n+1) {
      padding-left: 0rem;
      padding-right: 0.90909rem; }
    .xxlarge-block-grid-11 > li:nth-of-type(11n+2) {
      padding-left: 0.09091rem;
      padding-right: 0.81818rem; }
    .xxlarge-block-grid-11 > li:nth-of-type(11n+3) {
      padding-left: 0.18182rem;
      padding-right: 0.72727rem; }
    .xxlarge-block-grid-11 > li:nth-of-type(11n+4) {
      padding-left: 0.27273rem;
      padding-right: 0.63636rem; }
    .xxlarge-block-grid-11 > li:nth-of-type(11n+5) {
      padding-left: 0.36364rem;
      padding-right: 0.54545rem; }
    .xxlarge-block-grid-11 > li:nth-of-type(11n+6) {
      padding-left: 0.45455rem;
      padding-right: 0.45455rem; }
    .xxlarge-block-grid-11 > li:nth-of-type(11n+7) {
      padding-left: 0.54545rem;
      padding-right: 0.36364rem; }
    .xxlarge-block-grid-11 > li:nth-of-type(11n+8) {
      padding-left: 0.63636rem;
      padding-right: 0.27273rem; }
    .xxlarge-block-grid-11 > li:nth-of-type(11n+9) {
      padding-left: 0.72727rem;
      padding-right: 0.18182rem; }
    .xxlarge-block-grid-11 > li:nth-of-type(11n+10) {
      padding-left: 0.81818rem;
      padding-right: 0.09091rem; }
    .xxlarge-block-grid-11 > li:nth-of-type(11n) {
      padding-left: 0.90909rem;
      padding-right: 0rem; }

  .xxlarge-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .xxlarge-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
    .xxlarge-block-grid-12 > li:nth-of-type(12n+1) {
      padding-left: 0rem;
      padding-right: 0.91667rem; }
    .xxlarge-block-grid-12 > li:nth-of-type(12n+2) {
      padding-left: 0.08333rem;
      padding-right: 0.83333rem; }
    .xxlarge-block-grid-12 > li:nth-of-type(12n+3) {
      padding-left: 0.16667rem;
      padding-right: 0.75rem; }
    .xxlarge-block-grid-12 > li:nth-of-type(12n+4) {
      padding-left: 0.25rem;
      padding-right: 0.66667rem; }
    .xxlarge-block-grid-12 > li:nth-of-type(12n+5) {
      padding-left: 0.33333rem;
      padding-right: 0.58333rem; }
    .xxlarge-block-grid-12 > li:nth-of-type(12n+6) {
      padding-left: 0.41667rem;
      padding-right: 0.5rem; }
    .xxlarge-block-grid-12 > li:nth-of-type(12n+7) {
      padding-left: 0.5rem;
      padding-right: 0.41667rem; }
    .xxlarge-block-grid-12 > li:nth-of-type(12n+8) {
      padding-left: 0.58333rem;
      padding-right: 0.33333rem; }
    .xxlarge-block-grid-12 > li:nth-of-type(12n+9) {
      padding-left: 0.66667rem;
      padding-right: 0.25rem; }
    .xxlarge-block-grid-12 > li:nth-of-type(12n+10) {
      padding-left: 0.75rem;
      padding-right: 0.16667rem; }
    .xxlarge-block-grid-12 > li:nth-of-type(12n+11) {
      padding-left: 0.83333rem;
      padding-right: 0.08333rem; }
    .xxlarge-block-grid-12 > li:nth-of-type(12n) {
      padding-left: 0.91667rem;
      padding-right: 0rem; } }
.breadcrumbs {
  border-style: solid;
  border-width: 0;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5625rem 0 0.5625rem;
  background-color: #FFFFFF;
  border-color: #e6e6e6;
  border-radius: 3px; }
  .breadcrumbs > * {
    color: #000b70;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    margin: 0;
    text-transform: uppercase; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #000b70; }
    .breadcrumbs > *.current {
      color: #333333;
      cursor: default; }
      .breadcrumbs > *.current a {
        color: #333333;
        cursor: default; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        color: #999999;
        cursor: not-allowed;
        text-decoration: none; }
    .breadcrumbs > *:before {
      color: #AAAAAA;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #000b70;
  border-color: #00095a;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #00095a; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #4A4A4A;
    border-color: #3b3b3b;
    color: #FFFFFF; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #3b3b3b; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #FFFFFF; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    padding-bottom: 1.0625rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #000b70;
    border-color: #00095a;
    color: #FFFFFF;
    box-shadow: none;
    cursor: default;
    opacity: 0.7; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #00095a; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #000b70; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #4A4A4A;
      border-color: #3b3b3b;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #3b3b3b; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #FFFFFF; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #4A4A4A; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 30.0625em) {
  button, .button {
    display: inline-block; } }
/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear; }
  input:not([type]):focus, 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, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input:not([type])[disabled], input:not([type])[readonly], fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

::-webkit-input-placeholder {
  color: #666666; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666; }

:-ms-input-placeholder {
  color: #666666; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:focus {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

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

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem; }
  fieldset legend {
    font-weight: bold;
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }
.error label,
.error label.error {
  color: #f04124; }
.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }
.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize; }
.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inline-list > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .inline-list > li > * {
      display: block; }

.label {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #000b70;
  color: #FFFFFF; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: #FFFFFF; }
  .label.warning {
    background-color: #f08a24;
    color: #FFFFFF; }
  .label.success {
    background-color: #43AC6A;
    color: #FFFFFF; }
  .label.secondary {
    background-color: #4A4A4A;
    color: #FFFFFF; }
  .label.info {
    background-color: #a0d3e8;
    color: #333333; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 0;
  border-color: #e3e3e3;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #FFFFFF;
  color: #333333; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 0;
    border-color: #e3e3e3;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #e7e9ff;
    color: #333333; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #000b70; }
      .panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
        color: #000960; }
  .panel.radius {
    border-radius: 3px; }

.side-nav {
  display: block;
  font-family: "Montserrat", sans-serif;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0.875rem 0; }
  .side-nav li {
    font-size: 0.875rem;
    font-weight: normal;
    margin: 0 0 0.4375rem 0; }
    .side-nav li a:not(.button) {
      color: #000b70;
      display: block;
      margin: 0;
      padding: 0.4375rem 0.875rem; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        background: rgba(0, 0, 0, 0.025);
        color: #0017e7; }
      .side-nav li a:not(.button):active {
        color: #0017e7; }
    .side-nav li.active > a:first-child:not(.button) {
      color: #0017e7;
      font-family: "Montserrat", sans-serif;
      font-weight: normal; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      list-style: none;
      padding: 0;
      border-top-color: #e6e6e6; }
    .side-nav li.heading {
      color: #000b70;
      font-size: 0.875rem;
      font-weight: bold;
      text-transform: uppercase; }

.sub-nav {
  display: block;
  margin: -0.25rem 0 1.125rem;
  overflow: hidden;
  padding-top: 0.25rem;
  width: auto; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    color: #999999;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    margin-left: 1rem;
    margin-bottom: 0; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      color: #999999;
      padding: 0.1875rem 1rem;
      text-decoration: none; }
      .sub-nav dt a:hover,
      .sub-nav dd a:hover,
      .sub-nav li a:hover {
        color: #737373; }
    .sub-nav dt.active a,
    .sub-nav dd.active a,
    .sub-nav li.active a {
      border-radius: 3px;
      background: #000b70;
      color: #FFFFFF;
      cursor: default;
      font-weight: normal;
      padding: 0.1875rem 1rem; }
      .sub-nav dt.active a:hover,
      .sub-nav dd.active a:hover,
      .sub-nav li.active a:hover {
        background: #000960; }

/* Tooltips */
.has-tip {
  border-bottom: none;
  color: #333333;
  cursor: help;
  font-weight: bold; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: none;
    color: #000b70; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  background: #FFFFFF;
  color: #000000;
  display: none;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%; }
  .tooltip > .nub {
    border: solid 5px;
    border-color: transparent transparent #FFFFFF transparent;
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    top: -10px;
    width: 0;
    left: 5px; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    border-bottom: none !important;
    color: #000b70 !important; }

.tap-to-close {
  color: #777777;
  display: block;
  font-size: 0.625rem;
  font-weight: normal; }

@media only screen {
  .tooltip > .nub {
    border-color: transparent transparent #FFFFFF transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #FFFFFF transparent transparent transparent;
    bottom: -10px;
    top: auto; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #FFFFFF;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%; }
  .tooltip.tip-right > .nub {
    border-color: transparent #FFFFFF transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%; } }
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0; }
  .fixed.expanded:not(.top-bar) {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    width: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      margin-top: 2.8125rem;
      z-index: 98; }

.top-bar {
  background: #333333;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative; }
  .top-bar ul {
    list-style: none;
    margin-bottom: 0; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input,
  .top-bar select {
    margin-bottom: 0; }
  .top-bar input,
  .top-bar select {
    font-size: 0.75rem;
    height: 1.75rem;
    padding-bottom: .35rem;
    padding-top: .35rem; }
  .top-bar .button, .top-bar button {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding-bottom: 0.4125rem;
    padding-top: 0.4125rem; }
    @media only screen and (max-width: 30em) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    margin: 0;
    position: relative; }
  .top-bar .name {
    font-size: 16px;
    height: 2.8125rem;
    margin: 0; }
    .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
      font-size: 1.0625rem;
      line-height: 2.8125rem;
      margin: 0; }
      .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
        color: #FFFFFF;
        display: block;
        font-weight: normal;
        padding: 0 0.9375rem;
        width: 75%; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #FFFFFF;
      display: block;
      font-size: 0.8125rem;
      font-weight: bold;
      height: 2.8125rem;
      line-height: 2.8125rem;
      padding: 0 0.9375rem;
      position: relative;
      text-transform: uppercase; }
    .top-bar .toggle-topbar.menu-icon {
      margin-top: -16px;
      top: 50%; }
      .top-bar .toggle-topbar.menu-icon a {
        color: #FFFFFF;
        height: 34px;
        line-height: 33px;
        padding: 0 2.5rem 0 0.9375rem;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          display: block;
          height: 0;
          position: absolute;
          margin-top: -8px;
          top: 50%;
          right: 0.9375rem;
          box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  .top-bar.expanded {
    background: transparent;
    height: auto; }
    .top-bar.expanded .title-area {
      background: #333333; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
      .top-bar.expanded .top-bar-section .dropdown {
        clip: initial; }
      .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
        padding: 0; } }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    display: block;
    font-size: 16px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #333333; }
    .top-bar-section ul li > a {
      color: #FFFFFF;
      display: block;
      font-family: "Montserrat", sans-serif;
      font-size: 0.8125rem;
      font-weight: normal;
      padding-left: 0.9375rem;
      padding: 12px 0 12px 0.9375rem;
      text-transform: none;
      width: 100%; }
      .top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        background-color: #000b70;
        border-color: #00095a;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #00095a; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.secondary {
        background-color: #4A4A4A;
        border-color: #3b3b3b;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #3b3b3b; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.info {
        background-color: #a0d3e8;
        border-color: #61b6d9;
        color: #333333; }
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
          background-color: #61b6d9; }
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
          color: #FFFFFF; }
    .top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      background-color: #000b70;
      border-color: #00095a;
      color: #FFFFFF; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #00095a; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #FFFFFF; }
      .top-bar-section ul li > button.secondary {
        background-color: #4A4A4A;
        border-color: #3b3b3b;
        color: #FFFFFF; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #3b3b3b; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.info {
        background-color: #a0d3e8;
        border-color: #61b6d9;
        color: #333333; }
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          background-color: #61b6d9; }
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          color: #FFFFFF; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      color: #FFFFFF;
      background: #222222; }
    .top-bar-section ul li.active > a {
      background: #000b70;
      color: #FFFFFF; }
      .top-bar-section ul li.active > a:hover {
        background: #000960;
        color: #FFFFFF; }
  .top-bar-section .has-form {
    padding: 0.9375rem; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      border: inset 5px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 0.9375rem;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 100%; }
    .top-bar-section .dropdown li {
      height: auto;
      width: 100%; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 0.9375rem; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.125rem; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #FFFFFF;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 0.9375rem; }
      .top-bar-section .dropdown li .button,
      .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      color: #777777;
      font-size: 0.625rem;
      font-weight: bold;
      margin-bottom: 0;
      padding: 8px 0.9375rem 2px;
      text-transform: uppercase; }

.js-generated {
  display: block; }

@media only screen and (min-width: 64.0625em) {
  .top-bar {
    background: #333333;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a,
    .top-bar .name h2 a,
    .top-bar .name h3 a,
    .top-bar .name h4 a,
    .top-bar .name h5 a,
    .top-bar .name h6 a {
      width: auto; }
    .top-bar input,
    .top-bar select,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      height: 1.75rem;
      position: relative;
      top: 0.53125rem; }
    .top-bar .has-form > .button,
    .top-bar .has-form > button {
      font-size: 0.875rem;
      height: 1.75rem;
      position: relative;
      top: 0.53125rem; }
    .top-bar.expanded {
      background: #333333; }

  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 73.75rem; }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      display: inline;
      height: auto !important;
      width: auto; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #222222;
      color: #FFFFFF; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      background: #333333;
      line-height: 2.8125rem;
      padding: 0 0.9375rem; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #222222; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      background: #000b70;
      color: #FFFFFF;
      line-height: 2.8125rem;
      padding: 0 0.9375rem; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #000960;
        color: #FFFFFF; }
    .top-bar-section .has-dropdown > a {
      padding-right: 2.1875rem !important; }
      .top-bar-section .has-dropdown > a:after {
        border: inset 5px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block; }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 0.1875rem;
      right: 5px; }
    .top-bar-section .dropdown {
      left: 0;
      background: transparent;
      min-width: 100%;
      top: auto; }
      .top-bar-section .dropdown li a {
        background: #333333;
        color: #FFFFFF;
        line-height: 2.8125rem;
        padding: 12px 0.9375rem;
        white-space: nowrap; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: #333333;
        color: #FFFFFF; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        background-color: #555555;
        color: #FFFFFF;
        background: #222222; }
      .top-bar-section .dropdown li label {
        background: #333333;
        white-space: nowrap; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
      border-right: solid 1px #4e4e4e;
      border-bottom: none;
      border-top: none;
      clear: none;
      height: 2.8125rem;
      width: 0; }
    .top-bar-section .has-form {
      background: #333333;
      height: 2.8125rem;
      padding: 0 0.9375rem; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }

  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #222222;
    color: #FFFFFF; }
  .no-js .top-bar-section ul li:active > a {
    background: #000b70;
    color: #FFFFFF; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; } }
.text-left {
  text-align: left !important; }

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

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

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

@media only screen and (max-width: 30em) {
  .small-only-text-left {
    text-align: left !important; }

  .small-only-text-right {
    text-align: right !important; }

  .small-only-text-center {
    text-align: center !important; }

  .small-only-text-justify {
    text-align: justify !important; } }
@media only screen {
  .small-text-left {
    text-align: left !important; }

  .small-text-right {
    text-align: right !important; }

  .small-text-center {
    text-align: center !important; }

  .small-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 30.0625em) and (max-width: 48em) {
  .medium-only-text-left {
    text-align: left !important; }

  .medium-only-text-right {
    text-align: right !important; }

  .medium-only-text-center {
    text-align: center !important; }

  .medium-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 30.0625em) {
  .medium-text-left {
    text-align: left !important; }

  .medium-text-right {
    text-align: right !important; }

  .medium-text-center {
    text-align: center !important; }

  .medium-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 48.0625em) and (max-width: 64em) {
  .large-only-text-left {
    text-align: left !important; }

  .large-only-text-right {
    text-align: right !important; }

  .large-only-text-center {
    text-align: center !important; }

  .large-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 48.0625em) {
  .large-text-left {
    text-align: left !important; }

  .large-text-right {
    text-align: right !important; }

  .large-text-center {
    text-align: center !important; }

  .large-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.0625em) and (max-width: 80em) {
  .xlarge-only-text-left {
    text-align: left !important; }

  .xlarge-only-text-right {
    text-align: right !important; }

  .xlarge-only-text-center {
    text-align: center !important; }

  .xlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.0625em) {
  .xlarge-text-left {
    text-align: left !important; }

  .xlarge-text-right {
    text-align: right !important; }

  .xlarge-text-center {
    text-align: center !important; }

  .xlarge-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 80.0625em) and (max-width: 6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important; }

  .xxlarge-only-text-right {
    text-align: right !important; }

  .xxlarge-only-text-center {
    text-align: center !important; }

  .xxlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 80.0625em) {
  .xxlarge-text-left {
    text-align: left !important; }

  .xxlarge-text-right {
    text-align: right !important; }

  .xxlarge-text-center {
    text-align: center !important; }

  .xxlarge-text-justify {
    text-align: justify !important; } }
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #000b70;
  line-height: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: #000960; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: auto; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #6f6f6f;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 1.5625rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

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

hr {
  border: solid #9C9C9C;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 0.625rem 0 0.5625rem; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

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

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

code {
  background-color: #c9c9c9;
  border-color: #b5b5b5;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

ul {
  margin-left: 1.1rem; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

.no-bullet {
  list-style-type: none;
  margin-left: 0; }
  .no-bullet li ul,
  .no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 30.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.3; }

  h1 {
    font-size: 3rem; }

  h2 {
    font-size: 2.3125rem; }

  h3 {
    font-size: 1.6875rem; }

  h4 {
    font-size: 1.4375rem; }

  h5 {
    font-size: 1.125rem; }

  h6 {
    font-size: 1rem; } }
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.34in; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* medium displays */
@media only screen and (min-width: 30.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* large displays */
@media only screen and (min-width: 48.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* xlarge displays */
@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* xxlarge displays */
@media only screen and (min-width: 80.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

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

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

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

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

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

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

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important; }

@media print {
  .print-only,
  .show-for-print {
    display: block !important; }

  .hide-on-print,
  .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; } }
.inside {
  position: relative;
  text-align: left; }

.clear,
#clear {
  height: 0.1px;
  font-size: 0.1px;
  line-height: 0.1px;
  clear: both; }

.custom {
  display: block;
  text-align: left; }

.custom:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.2.0
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent; }
  .hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent; }
  .hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent; }
  .hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent; }
  .hvr-push:hover, .hvr-push:focus, .hvr-push:active {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent; }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

/* Bounce Out */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); }

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg); }

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  .hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }

/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  .hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent; }
  .hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }

/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent; }
  .hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
    -webkit-animation-name: hvr-hang-sink, hvr-hang;
    animation-name: hvr-hang-sink, hvr-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }

/* Skew */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg); }

/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }
  .hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg); }

/* Skew Backward */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }
  .hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent; }
  .hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent; }
  .hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px); }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px); }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px); }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px); }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px); }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px); }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent; }
  .hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
    -webkit-animation-name: hvr-wobble-to-bottom-right;
    animation-name: hvr-wobble-to-bottom-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px); }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px); }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px); }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px); }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px); }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px); }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent; }
  .hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
    -webkit-animation-name: hvr-wobble-to-top-right;
    animation-name: hvr-wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }
@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }
.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }
  .hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
    -webkit-animation-name: hvr-wobble-top;
    animation-name: hvr-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }
@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }
.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }
  .hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
    -webkit-animation-name: hvr-wobble-bottom;
    animation-name: hvr-wobble-bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }
@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }
.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent; }
  .hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
    -webkit-animation-name: hvr-wobble-skew;
    animation-name: hvr-wobble-skew;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent; }
  .hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent; }
  .hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }

/* Backward */
.hvr-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px); }

/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color; }
  .hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
    background-color: #2098D1;
    color: white; }

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75); } }
@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75); } }
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color; }
  .hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
    -webkit-animation-name: hvr-back-pulse;
    animation-name: hvr-back-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #2098D1;
    background-color: #2098d1;
    color: white; }

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white; }
    .hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
    color: white; }
    .hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
    color: white; }
    .hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
    color: white; }
    .hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
    color: white; }
    .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
    color: white; }
    .hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
    color: white; }
    .hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
    color: white; }
    .hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
    color: white; }
    .hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
      -webkit-transform: scale(2);
      transform: scale(2); }

/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
    color: white; }
    .hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
      -webkit-transform: scale(0);
      transform: scale(0); }

/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-rectangle-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
    color: white; }
    .hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
      -webkit-transform: scale(0);
      transform: scale(0); }

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
    color: white; }
    .hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
      -webkit-transform: scale(1);
      transform: scale(1); }

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
    color: white; }
    .hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
      -webkit-transform: scaleX(0);
      transform: scaleX(0); }

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: white; }
    .hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
    color: white; }
    .hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
    color: white; }
    .hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }

/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */ }
  .hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
    box-shadow: inset 0 0 0 4px #2098D1, 0 0 1px transparent;
    /* Hack to improve aliasing on mobile/tablet devices */ }

/* Hollow */
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */ }
  .hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
    background: none; }

/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative; }
  .hvr-trim:before {
    content: '';
    position: absolute;
    border: white solid 4px;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
    opacity: 1; }

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative; }
  .hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
  .hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out; }

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1; } }
@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1; } }
.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative; }
  .hvr-ripple-in:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
  .hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
    -webkit-animation-name: hvr-ripple-in;
    animation-name: hvr-ripple-in; }

/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative; }
  .hvr-outline-out:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left; }
  .hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px; }

/* Outline In */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative; }
  .hvr-outline-in:before {
    pointer-events: none;
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left; }
  .hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1; }

/* Round Corners */
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius; }
  .hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
    border-radius: 1em; }

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden; }
  .hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
    right: 0; }

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden; }
  .hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0; }

/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden; }
  .hvr-underline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
    left: 0; }

/* Overline From Left */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden; }
  .hvr-overline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
    right: 0; }

/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden; }
  .hvr-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
    left: 0;
    right: 0; }

/* Overline From Right */
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden; }
  .hvr-overline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    top: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before {
    left: 0; }

/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden; }
  .hvr-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: #2098D1;
    border-style: solid;
    border-width: 0;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 4px; }

/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden; }
  .hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

/* Overline Reveal */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden; }
  .hvr-overline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }
  .hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }
  .hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); }

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform; }
  .hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

/* Box Shadow Outset */
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }
  .hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); }

/* Box Shadow Inset */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */ }
  .hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent;
    /* Hack to improve aliasing on mobile/tablet devices */ }

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity; }
  .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */ }
    .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
      opacity: 1;
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
      /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */ }

/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative; }
  .hvr-shadow-radial:before, .hvr-shadow-radial:after {
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: 5px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .hvr-shadow-radial:before {
    bottom: 100%;
    background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
    background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, transparent 80%); }
  .hvr-shadow-radial:after {
    top: 100%;
    background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, transparent 80%); }
  .hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
    opacity: 1; }

/* SPEECH BUBBLES */
/* Bubble Top */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative; }
  .hvr-bubble-top:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    top: 0;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e1e1e1 transparent; }
  .hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }

/* Bubble Right */
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative; }
  .hvr-bubble-right:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 10px);
    right: 0;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1; }
  .hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }

/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative; }
  .hvr-bubble-bottom:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    bottom: 0;
    border-width: 10px 10px 0 10px;
    border-color: #e1e1e1 transparent transparent transparent; }
  .hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

/* Bubble Left */
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative; }
  .hvr-bubble-left:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 10px);
    left: 0;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent; }
  .hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }

/* Bubble Float Top */
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-bubble-float-top:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    top: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e1e1e1 transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
    .hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px); }

/* Bubble Float Right */
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-bubble-float-right:before {
    position: absolute;
    z-index: -1;
    top: calc(50% - 10px);
    right: 0;
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .hvr-bubble-float-right:hover, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:active {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
    .hvr-bubble-float-right:hover:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:active:before {
      -webkit-transform: translateX(10px);
      transform: translateX(10px); }

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-bubble-float-bottom:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    bottom: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #e1e1e1 transparent transparent transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
    .hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
      -webkit-transform: translateY(10px);
      transform: translateY(10px); }

/* Bubble Float Left */
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-bubble-float-left:before {
    position: absolute;
    z-index: -1;
    content: '';
    top: calc(50% - 10px);
    left: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
    .hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px); }

/* ICONS */
/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s; }
  .hvr-icon-back:before {
    content: "\f137";
    position: absolute;
    left: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px); }

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s; }
  .hvr-icon-forward:before {
    content: "\f138";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%,
	50%,
	100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
	75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
@keyframes hvr-icon-down {
  0%,
	50%,
	100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
	75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em; }
  .hvr-icon-down:before {
    content: "\f01a";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before {
    -webkit-animation-name: hvr-icon-down;
    animation-name: hvr-icon-down;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%,
	50%,
	100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
	75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
@keyframes hvr-icon-up {
  0%,
	50%,
	100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
	75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
/* Icon Up */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em; }
  .hvr-icon-up:before {
    content: "\f01b";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-up:hover:before, .hvr-icon-up:focus:before, .hvr-icon-up:active:before {
    -webkit-animation-name: hvr-icon-up;
    animation-name: hvr-icon-up;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

/* Icon Spin */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em; }
  .hvr-icon-spin:before {
    content: "\f021";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
  .hvr-icon-spin:hover:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:active:before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  51%,
	100% {
    opacity: 1; } }
@keyframes hvr-icon-drop {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  51%,
	100% {
    opacity: 1; } }
/* Icon Drop */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em; }
  .hvr-icon-drop:before {
    content: "\f041";
    position: absolute;
    right: 1em;
    opacity: 1;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-drop:hover:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:active:before {
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-animation-name: hvr-icon-drop;
    animation-name: hvr-icon-drop;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Icon Fade */
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em; }
  .hvr-icon-fade:before {
    content: "\f00c";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color; }
  .hvr-icon-fade:hover:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:active:before {
    color: #0F9E5E; }

/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em); } }
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em); } }
/* Icon Float Away */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em; }
  .hvr-icon-float-away:before, .hvr-icon-float-away:after {
    content: "\f055";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome; }
  .hvr-icon-float-away:after {
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .hvr-icon-float-away:hover:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:active:after {
    -webkit-animation-name: hvr-icon-float-away;
    animation-name: hvr-icon-float-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em); } }
@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em); } }
/* Icon Sink Away */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em; }
  .hvr-icon-sink-away:before, .hvr-icon-sink-away:after {
    content: "\f056";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-sink-away:after {
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .hvr-icon-sink-away:hover:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:active:after {
    -webkit-animation-name: hvr-icon-sink-away;
    animation-name: hvr-icon-sink-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

/* Icon Grow */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-grow:before {
    content: "\f118";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-grow:hover:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:active:before {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0); }

/* Icon Shrink */
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-shrink:before {
    content: "\f119";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-shrink:hover:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:active:before {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }
@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }
.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em; }
  .hvr-icon-pulse:before {
    content: "\f015";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-pulse:hover:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:active:before {
    -webkit-animation-name: hvr-icon-pulse;
    animation-name: hvr-icon-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }
@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }
.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em; }
  .hvr-icon-pulse-grow:before {
    content: "\f015";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-pulse-grow:hover:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:active:before {
    -webkit-animation-name: hvr-icon-pulse-grow;
    animation-name: hvr-icon-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }
@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }
.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em; }
  .hvr-icon-pulse-shrink:before {
    content: "\f015";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-pulse-shrink:hover:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:active:before {
    -webkit-animation-name: hvr-icon-pulse-shrink;
    animation-name: hvr-icon-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-push:before {
    content: "\f006";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-push:hover:before, .hvr-icon-push:focus:before, .hvr-icon-push:active:before {
    -webkit-animation-name: hvr-icon-push;
    animation-name: hvr-icon-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }
.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-pop:before {
    content: "\f005";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-pop:hover:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:active:before {
    -webkit-animation-name: hvr-icon-pop;
    animation-name: hvr-icon-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Icon Bounce */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-bounce:before {
    content: "\f087";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-bounce:hover:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:active:before {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

/* Icon Rotate */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-rotate:before {
    content: "\f0c6";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-rotate:hover:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:active:before {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }

/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-grow-rotate:before {
    content: "\f095";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-grow-rotate:hover:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:active:before {
    -webkit-transform: scale(1.5) rotate(12deg);
    transform: scale(1.5) rotate(12deg); }

/* Icon Float */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-float:before {
    content: "\f01b";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-float:hover:before, .hvr-icon-float:focus:before, .hvr-icon-float:active:before {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }

/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-sink:before {
    content: "\f01a";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-sink:hover:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:active:before {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-bob:before {
    content: "\f077";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-bob:hover:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:active:before {
    -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-hang:before {
    content: "\f078";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-hang:hover:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:active:before {
    -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-wobble-horizontal:before {
    content: "\f061";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-wobble-vertical:before {
    content: "\f062";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-wobble-vertical:hover:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:active:before {
    -webkit-animation-name: hvr-icon-wobble-vertical;
    animation-name: hvr-icon-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }
@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }
.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-buzz:before {
    content: "\f017";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-buzz:hover:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:active:before {
    -webkit-animation-name: hvr-icon-buzz;
    animation-name: hvr-icon-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }
@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }
.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-buzz-out:before {
    content: "\f023";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-buzz-out:hover:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:active:before {
    -webkit-animation-name: hvr-icon-buzz-out;
    animation-name: hvr-icon-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* CURLS */
/* Curl Top Left */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative; }
  .hvr-curl-top-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');
    /*For IE7-8-9*/
    z-index: 1000;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height; }
  .hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
    width: 25px;
    height: 25px; }

/* Curl Top Right */
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative; }
  .hvr-curl-top-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height; }
  .hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
    width: 25px;
    height: 25px; }

/* Curl Bottom Right */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative; }
  .hvr-curl-bottom-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height; }
  .hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
    width: 25px;
    height: 25px; }

/* Curl Bottom Left */
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative; }
  .hvr-curl-bottom-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    left: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height; }
  .hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before {
    width: 25px;
    height: 25px; }

.is-hidden, .invisible {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.is-inline-block {
  display: inline-block; }

.is-vertical-centered {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.hvr-push {
  display: table;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px; }
  .hvr-push a {
    color: #FFFFFF; }

.ce_form label {
  display: none; }

input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  border: 1px solid #000b70;
  border-radius: 4px; }

form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.simple input[type="text"] {
  background: url(../images/user.svg) no-repeat center;
  background-position-x: 11px;
  padding-left: 35px; }

.simple input[type="email"] {
  background: url(../images/mail.svg) no-repeat center;
  background-position-x: 11px;
  padding-left: 35px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #B5B8BB;
  font-size: 14px;
  font-family: Arial;
  letter-spacing: 1px;
  font-weight: 100; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #B5B8BB;
  font-size: 14px;
  font-family: Arial;
  letter-spacing: 1px;
  font-weight: 100; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #B5B8BB;
  font-size: 14px;
  font-family: Arial;
  letter-spacing: 1px;
  font-weight: 100; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #B5B8BB;
  font-size: 14px;
  font-family: Arial;
  letter-spacing: 1px;
  font-weight: 100; }

input[type="submit"] {
  border-radius: 4px; }

select {
  background: #FFFFFF;
  border: 1px solid #000b70;
  border-radius: 4px; }

figure {
  margin: 0; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

.image_container {
  font-size: 0.8125rem; }
  .image_container .caption {
    color: #393939;
    margin-top: 0.5em;
    max-width: 100%; }

/* Maximum width of a line of text. Should be customized to have ca. 70-80
 * characters in one line of the chosen font face
 * Measure text in a browser with this bookmarklet:
 * http://css-tricks.com/bookmarklet-colorize-text-45-75-characters-line-length-testing/
 */
/* Show an icon if anchor points to an email address
 *
 * usage examples:
 * a { @include set-mail-anchor-icon; }
 * a { @include set-mail-anchor-icon('white', '50% 50%', '1.2em'); }
 * a { @include set-mail-anchor-icon('white', '50% 50%', false); }
 */
/* Show an icon if anchor points to an external website
 *
 * usage examples:
 * a { @include set-ext-anchor-icon; }
 * a { @include set-ext-anchor-icon('white', '50% 50%', '1.2em'); }
 * a { @include set-ext-anchor-icon('white', '50% 50%', false); }
 */
@media only screen and (max-width: 30em) {
  .column.small-centered,
  .columns.small-centered {
    text-align: center; }

  .column.small-uncentered,
  .columns.small-uncentered {
    text-align: left; } }
@media only screen and (min-width: 30.0625em) and (max-width: 48em) {
  .column.medium-centered,
  .columns.medium-centered {
    text-align: center; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    text-align: left; } }
@media only screen and (min-width: 48.0625em) and (max-width: 64em) {
  .column.large-centered,
  .columns.large-centered {
    text-align: center; }

  .column.large-uncentered,
  .columns.large-uncentered {
    text-align: left; } }
@media only screen and (min-width: 64.0625em) and (max-width: 80em) {
  .column.xlarge-centered,
  .columns.xlarge-centered {
    text-align: center; }

  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    text-align: left; } }
@media only screen and (min-width: 80.0625em) and (max-width: 6249999.9375em) {
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    text-align: center; }

  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    text-align: left; } }
@media only screen and (min-width: 30.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.3; }

  h1 {
    font-size: 2.28125rem; }

  h2 {
    font-size: 2rem; }

  h3 {
    font-size: 1.53125rem; }

  h4 {
    font-size: 1.28125rem; }

  h5 {
    font-size: 1.125rem; }

  h6 {
    font-size: 1rem; } }
@media only screen and (min-width: 48.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.3; }

  h1 {
    font-size: 3rem;
    font-weight: 100; }

  h2 {
    font-size: 2.3125rem;
    font-weight: 100; }

  h3 {
    font-size: 1.6875rem;
    font-weight: 100; }

  h4 {
    font-size: 1.4375rem;
    font-weight: 100; }

  h5 {
    font-size: 1.125rem;
    font-weight: 600; }

  h6 {
    font-size: 1rem;
    font-weight: 100; } }
h1,
h2,
h3,
h4,
h5,
h6 {
  word-wrap: break-word;
  letter-spacing: 2px;
  color: #4A4A4A; }
  h1 big,
  h2 big,
  h3 big,
  h4 big,
  h5 big,
  h6 big {
    font-size: 115%;
    color: #4A4A4A;
    line-height: 0; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong {
    font-weight: 900; }

big {
  font-size: 115%;
  line-height: inherit; }

.hx-style-1 {
  text-transform: uppercase; }

.hx-style-2 {
  font-weight: bold; }

.hx-style-3 {
  color: #444444; }

.hx-style-4 {
  color: #FFFFFF; }

.hx-style-5 {
  font-weight: normal; }

/* Default External Anchor Link Marker
 *
 * usage:
 * - selector is applied automatically for all domains other than the named
 *   but the icon is initially hidden
 * - use mixin below to show the icon and set its color (black or white)
 */
a[href*="//"]:not([href*=contaokit3]) {
  position: relative; }
  a[href*="//"]:not([href*=contaokit3]):after {
    background-repeat: no-repeat;
    background-size: 0.875em;
    content: "";
    display: none;
    height: 1em;
    position: absolute;
    width: 1.5em; }

/* Default Mail Anchor Link Marker
 *
 * usage:
 * - selector is applied automatically for all mail anchor links
 *   but the icon is initially hidden
 * - use mixin below to show the icon and set its color (black or white)
 */
a[href*="mailto:"] {
  position: relative; }
  a[href*="mailto:"]:after {
    background-repeat: no-repeat;
    background-size: 0.875em;
    content: "";
    display: none;
    height: 1em;
    position: absolute;
    width: 1.5em;
    right: -5px; }

.page_main .ce_text a[href*="//"]:not([href*=contaokit3]) {
  padding-right: 1.2em; }
  .page_main .ce_text a[href*="//"]:not([href*=contaokit3]):after {
    background-image: url(../images/icon-ext-link-black.svg);
    background-position: 50% 150%;
    display: inline; }
.page_main .ce_text a[href*="mailto:"] {
  padding-right: 1.2em; }
  .page_main .ce_text a[href*="mailto:"]:after {
    background-image: url(../images/icon-mail-anchor-black.svg);
    background-position: 25% 100%;
    display: inline-block; }

.ce_text.enumerated > ul,
ul.enumerated
.enumerated > ul {
  list-style-type: lower-latin; }

.ce_text.numbered > ul,
ul.numbered
.numbered > ul {
  list-style-type: decimal; }

.ce_text.list-clean > ul,
ul.list-clean
.list-clean > ul {
  list-style-type: none; }

table {
  min-width: 270px; }

tbody tr {
  border: 1px solid #000; }
  tbody tr td:not(:last-child) {
    border-right: 1px solid #000; }

td p {
  margin-bottom: 0; }
td p + p {
  margin-top: 1.25rem; }
td ul {
  margin-bottom: 0; }
td ul + ul {
  margin-top: 1.25rem; }

.is-unselectable {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none; }

.is-center-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block; }

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

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

.ce_text.columns {
  padding-left: 0;
  padding-right: 0;
  float: none; }
@media only screen {
  .small-centered .ce_text {
    margin: 0 auto; } }
@media only screen {
  .small-uncentered .ce_text {
    margin: inherit; } }
@media only screen and (min-width: 30.0625em) {
  .medium-centered .ce_text {
    margin: 0 auto; } }
@media only screen and (min-width: 30.0625em) {
  .medium-uncentered .ce_text {
    margin: inherit; } }
@media only screen and (min-width: 48.0625em) {
  .large-centered .ce_text {
    margin: 0 auto; } }
@media only screen and (min-width: 48.0625em) {
  .large-uncentered .ce_text {
    margin: inherit; } }
@media only screen and (min-width: 64.0625em) {
  .xlarge-centered .ce_text {
    margin: 0 auto; } }
@media only screen and (min-width: 64.0625em) {
  .xlarge-uncentered .ce_text {
    margin: inherit; } }
@media only screen and (min-width: 64.0625em) and (max-width: 80em) {
  .xxlarge-centered .ce_text {
    margin: 0 auto; } }
@media only screen and (min-width: 80.0625em) {
  .xxlarge-uncentered .ce_text {
    margin: inherit; } }

p,
li {
  font-size: 14px;
  font-weight: 300; }

.ce_accessible_tabs {
  font-size: 1.125rem;
  margin-top: 1em; }
  .ce_accessible_tabs > .content {
    clear: both;
    padding: 1em;
    position: relative;
    z-index: 100;
    background-color: #FFFFFF; }
  .ce_accessible_tabs .tabs-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9; }
  .ce_accessible_tabs .tabs-list-item {
    background-color: #f0f1ef;
    display: inline-block;
    margin: 0 0.15em;
    padding: 0;
    position: relative;
    -webkit-transition: background-color,0.2s;
    -moz-transition: background-color,0.2s;
    -o-transition: background-color,0.2s;
    transition: background-color,0.2s;
    z-index: 10; }
    .ce_accessible_tabs .tabs-list-item:first-child {
      margin-left: 0; }
    .ce_accessible_tabs .tabs-list-item.current {
      z-index: 100; }
  .ce_accessible_tabs .tabs-list-anchor {
    background-color: #4d5660;
    color: #FFFFFF;
    display: block;
    font-size: 1.3125em;
    margin: 0;
    padding: 0.25em 1.3em 0.25em;
    text-decoration: none;
    z-index: 20; }
    @media only screen and (min-width: 0) and (max-width: 64em) {
      .ce_accessible_tabs .tabs-list-anchor {
        padding: 0.25em 0.5em 0.25em; } }
    .ce_accessible_tabs .tabs-list-anchor .current-info {
      display: none; }
  .ce_accessible_tabs .tabs-list-item.current .tabs-list-anchor {
    background-color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    color: #4A4A4A;
    margin: 0; }
  .ce_accessible_tabs .tabs-list-item:hover .tabs-list-anchor {
    background-color: #88939f;
    color: #FFFFFF; }
  .ce_accessible_tabs .tabhead {
    left: -999em;
    position: absolute; }
  .ce_accessible_tabs .pagination {
    list-style: none;
    padding: 10px 0 5px 0; }
    .ce_accessible_tabs .pagination li.previous {
      float: left;
      width: 50%; }
    .ce_accessible_tabs .pagination li.next {
      float: right;
      text-align: right;
      width: 50%; }

.ce_accordion {
  font-size: 1.125rem;
  width: 100%;
  background-color: #FFFFFF; }

.accordion-wrapper {
  max-width: 1180px;
  margin: auto;
  padding: 0 15px; }
  .accordion-wrapper .product-logo {
    float: left;
    max-width: 140px;
    height: auto; }
    @media only screen and (min-width: 48.0625em) {
      .accordion-wrapper .product-logo {
        max-width: 192px; } }
  .accordion-wrapper h3 {
    float: right;
    font-size: 1.5625rem;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    max-width: 60%;
    text-align: right; }
    @media only screen and (min-width: 48.0625em) {
      .accordion-wrapper h3 {
        font-size: 2.1875rem;
        line-height: 85px; } }

.ui-accordion-header {
  font-weight: bold;
  padding: 15.833em 0 0.833em 0;
  position: relative;
  outline: none;
  min-height: 400px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  /*
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  transition: all 0.5s;
  */ }
  .ui-accordion-header .product_img {
    background-position: center;
    background-size: cover;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    min-height: 400px;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0; }
  .ui-accordion-header:hover .product_img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
    /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');
    /* IE6 and 7 */ }

.ui-accordion-content {
  margin: 3em auto 3em auto;
  max-width: 1170px;
  padding: 0 20px;
  background: #fff; }

.ui-accordion-header-icon {
  display: block;
  height: 20px;
  position: absolute;
  right: 0.75em;
  width: 20px; }

.ui-state-hover {
  color: #FFFFFF;
  cursor: pointer; }

 /*
.ui-accordion-header .ui-accordion-header-icon:after {
    content: "+";
    display: block;
    font-size: 1.65em;
    height: 20px;
    line-height: 0.6;
    text-align: center;
    width: 20px;
}
*/
.ui-accordion-header-active .ui-accordion-header-icon:after {
  content: "-";
  line-height: 0.5; }

.mod_wf_extendedBreadcrumb .breadcrumbs {
  margin: 2em 0 1.5em; }
.mod_wf_extendedBreadcrumb .crumb0 {
  display: none; }
.mod_wf_extendedBreadcrumb .crumb1::before {
  display: none; }

.ce_download,
.ce_downloads {
  font-size: 0.875rem; }
  .ce_download img,
  .ce_downloads img {
    vertical-align: bottom;
    margin-right: 5px; }
  .ce_download a,
  .ce_downloads a {
    font-size: 1rem;
    line-height: 34px; }

.ce_rsce_topbar {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); }
  .ce_rsce_topbar.contain-to-grid {
    background: #FFFFFF; }
  .ce_rsce_topbar .close-topbar {
    text-align: right;
    padding-right: 25px;
    line-height: 58px;
    color: #000b70;
    font-size: 0.8125rem;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    float: right; }
    .ce_rsce_topbar .close-topbar :after {
      content: '×';
      float: right;
      font-family: "Montserrat", sans-serif;
      font-weight: 200;
      font-size: 42px;
      margin-left: 7px; }
  .ce_rsce_topbar.fixed {
    z-index: 299; }
    .ce_rsce_topbar.fixed.expanded:not(.top-bar) .title-area {
      z-index: 299; }
    .ce_rsce_topbar.fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 298; }
      .ce_rsce_topbar.fixed.expanded:not(.top-bar) .top-bar-section ul {
        margin-top: 64px; }
  .ce_rsce_topbar .top-bar-section .has-dropdown.moved > .dropdown, .ce_rsce_topbar .top-bar-section .dropdown {
    height: auto;
    width: 100%;
    position: static !important; }
    .ce_rsce_topbar .top-bar-section .has-dropdown.moved > .dropdown .back, .ce_rsce_topbar .top-bar-section .dropdown .back {
      display: none; }
  .ce_rsce_topbar .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul li.parent-link a {
    padding-left: 30px; }
  .ce_rsce_topbar .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul li.nav_main_topbar-item-level_3 a {
    padding-left: 40px; }
  .ce_rsce_topbar .top-bar-section {
    left: auto !important;
    right: -320px;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #fff;
    max-width: 280px;
    width: 100%;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.15);
    overflow-y: scroll; }
    .ce_rsce_topbar .top-bar-section .dropdown {
      z-index: 299; }
      .ce_rsce_topbar .top-bar-section .dropdown a {
        padding: 8px 8px 8px 40px; }
      .ce_rsce_topbar .top-bar-section .dropdown li.title h5, .ce_rsce_topbar .top-bar-section .dropdown li.parent-link {
        display: none !important; }
    .ce_rsce_topbar .top-bar-section ul li {
      background: #FFFFFF;
      border-top: 1px solid #000b70; }
      .ce_rsce_topbar .top-bar-section ul li > a {
        color: #4A4A4A; }
        .ce_rsce_topbar .top-bar-section ul li > a.active {
          color: #FFFFFF; }
      .ce_rsce_topbar .top-bar-section ul li:hover:not(.has-form) > a {
        background-color: #FFFFFF;
        background: #FFFFFF;
        color: #000b70; }

.top-bar {
  background: #FFFFFF;
  padding: 12px;
  height: 64px; }
  .top-bar .mobile-overlay {
    display: none; }
  .top-bar.expanded.fixed {
    height: auto;
    top: 0;
    bottom: 0;
    width: 100%; }
  .top-bar.expanded .title-area {
    background: #ffffff;
    height: auto; }
  .top-bar.expanded .top-bar-section {
    position: fixed;
    left: auto !important;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    max-width: 280px;
    width: 100%;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.15); }
  .top-bar.expanded .mobile-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block; }
  .top-bar .toggle-topbar.menu-icon a {
    color: #000b70; }
    .top-bar .toggle-topbar.menu-icon a span::after {
      box-shadow: 0 0 0 1px #000b70, 0 7px 0 1px #000b70, 0 14px 0 1px #000b70; }

@media only screen and (min-width: 64.0625em) {
  .ce_rsce_topbar {
    display: none !important; } }
.ce_gallery {
  /**
   * Very tight selectors here, because if pagination is turned on and selectors
   * would be rather loose, the pagination would inherit the gallery styles
   */ }
  .ce_gallery > ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0; }
  .ce_gallery > ul > li {
    float: left; }
  .ce_gallery figure {
    background: #FFFFFF;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .ce_gallery figure a {
      display: block; }
      .ce_gallery figure a img {
        opacity: 1;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s; }
        .ce_gallery figure a img:hover, .ce_gallery figure a img:focus, .ce_gallery figure a img:active {
          opacity: 0.7; }
  .ce_gallery.emphasized figure {
    padding: 1em;
    border-radius: 3px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15); }

.ce_dlh_googlemaps {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 440px; }
  .ce_dlh_googlemaps .dlh_googlemap {
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important; }

.ce_inlinemedia {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .ce_inlinemedia iframe, .ce_inlinemedia object, .ce_inlinemedia embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.main-navigation {
  float: right;
  height: 100%; }
  .main-navigation a:before, .main-navigation span.active:before, .main-navigation span.trail:before, .main-navigation span.forward:before {
    content: none;
    display: none; }
  .main-navigation ul {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none; }
  .main-navigation > ul > li {
    float: left;
    height: 100%; }
    .main-navigation > ul > li.-mega {
      position: static; }
    .main-navigation > ul > li:before {
      position: absolute;
      top: 50%;
      left: 0.5em;
      margin-top: -0.33333em;
      font-size: 0.75em; }
    .main-navigation > ul > li > a, .main-navigation > ul > li > span.active, .main-navigation > ul > li > span.trail, .main-navigation > ul > li > span.forward {
      color: #888888;
      float: left;
      font-family: "Montserrat", sans-serif;
      font-size: 0.875rem;
      height: 100%;
      letter-spacing: 1.92px;
      padding: 1.429em;
      position: relative;
      text-transform: uppercase; }
    .main-navigation > ul > li > a:before, .main-navigation > ul > li > span.active:before, .main-navigation > ul > li > span.trail:before, .main-navigation > ul > li > span.forward:before {
      content: "";
      display: block;
      height: 50%;
      margin-bottom: -0.71429em; }
    .main-navigation > ul > li > a:after, .main-navigation > ul > li > span.active:after, .main-navigation > ul > li > span.trail:after, .main-navigation > ul > li > span.forward:after {
      content: "";
      position: absolute;
      bottom: 10px;
      right: 50%;
      left: 50%;
      border-top: 2px solid #888888; }
    .main-navigation > ul > li > a:hover, .main-navigation > ul > li > a:focus {
      color: #000b70;
      text-decoration: none; }
    .main-navigation > ul > li > ul {
      position: absolute;
      top: 100%;
      left: 0.5em;
      display: block;
      overflow: hidden;
      max-height: 0;
      min-width: 11.25em;
      padding: 0;
      border: solid #EFEFEF;
      border-width: 1px 1px 2px;
      border-top-color: #EFEFEF;
      border-radius: 0 0 3px 3px;
      background: #FFFFFF;
      opacity: 0;
      box-shadow: inset 0 6px 2px -5px rgba(0, 0, 0, 0.1);
      -webkit-transition-delay: 0.3s, 0.3s, 0s;
      pointer-events: none; }
      .main-navigation > ul > li > ul li {
        position: relative;
        display: block;
        padding: 0.125em 0.375em;
        border-bottom: 1px solid #EFEFEF;
        white-space: nowrap; }
        .main-navigation > ul > li > ul li li {
          margin: 0 -0.375em;
          border: 0; }
      .main-navigation > ul > li > ul li[data-icon]:before,
      .main-navigation > ul > li > ul li[class^="icon-"]:before,
      .main-navigation > ul > li > ul li[class*=" icon-"]:before {
        position: absolute;
        top: 0.64286em;
        left: 0.28571em;
        z-index: 1;
        font-size: 0.875em; }
        .main-navigation > ul > li > ul li[data-icon]:before a, .main-navigation > ul > li > ul li[data-icon]:before span.active, .main-navigation > ul > li > ul li[data-icon]:before span.trail, .main-navigation > ul > li > ul li[data-icon]:before span.forward,
        .main-navigation > ul > li > ul li[class^="icon-"]:before a,
        .main-navigation > ul > li > ul li[class^="icon-"]:before span.active,
        .main-navigation > ul > li > ul li[class^="icon-"]:before span.trail,
        .main-navigation > ul > li > ul li[class^="icon-"]:before span.forward,
        .main-navigation > ul > li > ul li[class*=" icon-"]:before a,
        .main-navigation > ul > li > ul li[class*=" icon-"]:before span.active,
        .main-navigation > ul > li > ul li[class*=" icon-"]:before span.trail,
        .main-navigation > ul > li > ul li[class*=" icon-"]:before span.forward {
          padding-left: 1.71429em; }
      .main-navigation > ul > li > ul a, .main-navigation > ul > li > ul span.active, .main-navigation > ul > li > ul span.trail, .main-navigation > ul > li > ul span.forward {
        position: relative;
        display: block;
        padding: 0.21429em 0.42857em;
        margin: 0 -0.42857em;
        font-size: 0.875em; }
      .main-navigation > ul > li > ul a {
        border-radius: 3px;
        color: #000b70; }
        .main-navigation > ul > li > ul a:hover {
          text-decoration: none;
          color: #000a65;
          background-color: #EFEFEF; }
      .main-navigation > ul > li > ul span.active, .main-navigation > ul > li > ul span.trail, .main-navigation > ul > li > ul span.forward {
        color: #888888; }
      .main-navigation > ul > li > ul ul {
        display: block;
        padding-left: 0.625em; }
    .main-navigation > ul > li:hover:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      margin-top: 0.625em; }
    .main-navigation > ul > li:hover > a, .main-navigation > ul > li:hover > span.active, .main-navigation > ul > li:hover > span.trail, .main-navigation > ul > li:hover > span.forward {
      z-index: 2; }
    .main-navigation > ul > li:hover > a:after, .main-navigation > ul > li.active > a:after, .main-navigation > ul > li.trail > a:after, .main-navigation > ul > li:hover > span.active:after, .main-navigation > ul > li:hover > span.trail:after, .main-navigation > ul > li:hover > span.forward:after {
      right: 1.42857em;
      left: 1.42857em; }
    .main-navigation > ul > li:hover > ul {
      z-index: 1;
      max-height: 9999px;
      padding: 0.875em 1em;
      opacity: 1;
      pointer-events: auto; }
    .main-navigation > ul > li.last > ul {
      left: auto;
      right: -0.125em; }

.mega-dropdown {
  -webkit-backface-visibility: hidden;
  -webkit-transition-delay: 0.3s, 0.3s, 0s;
  background: #FFFFFF;
  display: block;
  font-size: 0.875em;
  opacity: 0;
  overflow: hidden;
  padding: 40px 25px 45px 25px;
  pointer-events: none;
  position: absolute;
  top: -115px;
  z-index: -3;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1000px;
  width: 100%;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -ms-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s; }
  @media screen and (max-width: 900px) {
    .mega-dropdown {
      background-image: none !important;
      left: 0;
      width: 100%; } }

dd:hover > .mega-dropdown {
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.2);
  max-height: 9999px;
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
  z-index: -3;
  top: 100%;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.sub-nav > dt.active .mega-dropdown-column h3 a,
.sub-nav > dd.active .mega-dropdown-column h3 a,
.sub-nav > li.active .mega-dropdown-column h3 a {
  color: #4A4A4A; }
.sub-nav > dt.active .mega-dropdown-column ul a,
.sub-nav > dd.active .mega-dropdown-column ul a,
.sub-nav > li.active .mega-dropdown-column ul a {
  font-weight: 400;
  color: #222; }
.sub-nav > dt .mega-dropdown-column,
.sub-nav > dd .mega-dropdown-column,
.sub-nav > li .mega-dropdown-column {
  position: relative;
  float: right;
  margin-right: 0; }
  .sub-nav > dt .mega-dropdown-column:not(:last-child),
  .sub-nav > dd .mega-dropdown-column:not(:last-child),
  .sub-nav > li .mega-dropdown-column:not(:last-child) {
    margin-left: 6.25%; }
  .sub-nav > dt .mega-dropdown-column h3,
  .sub-nav > dd .mega-dropdown-column h3,
  .sub-nav > li .mega-dropdown-column h3 {
    margin: 0 0 0.71429em;
    font-size: 14px;
    font-weight: 900;
    color: #485155;
    letter-spacing: 1px;
    text-transform: uppercase; }
    .sub-nav > dt .mega-dropdown-column h3 a,
    .sub-nav > dd .mega-dropdown-column h3 a,
    .sub-nav > li .mega-dropdown-column h3 a {
      padding: 0; }
      .sub-nav > dt .mega-dropdown-column h3 a:hover,
      .sub-nav > dd .mega-dropdown-column h3 a:hover,
      .sub-nav > li .mega-dropdown-column h3 a:hover {
        cursor: pointer;
        color: #000b70; }
  .sub-nav > dt .mega-dropdown-column p,
  .sub-nav > dd .mega-dropdown-column p,
  .sub-nav > li .mega-dropdown-column p {
    margin: 1em 0; }
  .sub-nav > dt .mega-dropdown-column ul,
  .sub-nav > dd .mega-dropdown-column ul,
  .sub-nav > li .mega-dropdown-column ul {
    list-style: none;
    margin: 0; }
    .sub-nav > dt .mega-dropdown-column ul li:not(:last-child),
    .sub-nav > dd .mega-dropdown-column ul li:not(:last-child),
    .sub-nav > li .mega-dropdown-column ul li:not(:last-child) {
      border-top: 1px solid #000b70; }
    .sub-nav > dt .mega-dropdown-column ul li:last-child,
    .sub-nav > dd .mega-dropdown-column ul li:last-child,
    .sub-nav > li .mega-dropdown-column ul li:last-child {
      border-top: 1px solid #000b70;
      border-bottom: 1px solid #000b70; }
    .sub-nav > dt .mega-dropdown-column ul li,
    .sub-nav > dd .mega-dropdown-column ul li,
    .sub-nav > li .mega-dropdown-column ul li {
      font-weight: 400;
      font-size: 14px;
      text-transform: none;
      padding: 0;
      margin: 0;
      float: none; }
    .sub-nav > dt .mega-dropdown-column ul li.active a,
    .sub-nav > dd .mega-dropdown-column ul li.active a,
    .sub-nav > li .mega-dropdown-column ul li.active a {
      color: #000b70;
      background: transparent; }
    .sub-nav > dt .mega-dropdown-column ul a,
    .sub-nav > dd .mega-dropdown-column ul a,
    .sub-nav > li .mega-dropdown-column ul a {
      display: inline-block;
      padding: 0.28571em 0 0.21429em;
      color: #222;
      font-family: "Montserrat", sans-serif; }
      .sub-nav > dt .mega-dropdown-column ul a:hover,
      .sub-nav > dd .mega-dropdown-column ul a:hover,
      .sub-nav > li .mega-dropdown-column ul a:hover {
        color: #000b70;
        cursor: pointer; }

.mega-dropdown-image {
  margin-left: -35px;
  width: 30px;
  display: inline-block;
  vertical-align: middle; }
  .mega-dropdown-image img {
    display: block;
    width: auto;
    height: 25px;
    float: right; }

.main-navigation-search {
  background: #FFFFFF;
  border-radius: 3px;
  font-size: 0.875em;
  height: 2.85714em;
  margin-top: -1.35714em;
  min-width: 3.42857em;
  overflow: hidden;
  position: absolute;
  right: 3.7037%;
  top: 50%;
  z-index: 3; }
  .main-navigation-search:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1.07143em;
    margin: -0.5em 0 0;
    border-left: 1px solid #EFEFEF; }
  .main-navigation-search input {
    -webkit-appearance: none;
    float: right;
    width: 11.78571em;
    margin: 0.57143em 0.85714em 0 -10.35714em;
    padding: 0.14286em 0 0.21429em;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0;
    font-size: inherit;
    background: none;
    box-shadow: none; }
  .main-navigation-search:hover, .main-navigation-search.focus {
    margin-right: -1px;
    border: 1px solid #EFEFEF input;
      border-margin-left: 0.85714em;
      border-border-color: #CCCCCC;
      border-box-shadow: none; }
  .main-navigation-search:after {
    content: none; }
  .main-navigation-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.57143em;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    color: #888888;
    text-align: left;
    text-indent: -99em;
    text-shadow: none;
    line-height: 0;
    background: none;
    box-shadow: none; }
    .main-navigation-search button:after {
      font: 1.14286em/1 "RockSolid Icons";
      content: "\e0cb";
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      text-rendering: geometricPrecision;
      text-indent: 0;
      display: inline-block;
      position: relative;
      display: block;
      text-align: center; }
    .main-navigation-search button:hover, .main-navigation-search button:focus {
      color: #000b70; }
  @media screen and (max-width: 900px) {
    .main-navigation-search {
      margin-right: -1px;
      border: 1px solid #EFEFEF input;
        border-margin-left: 0.85714em;
        border-border-color: #CCCCCC;
        border-box-shadow: none; }
      .main-navigation-search:after {
        content: none; } }

.subcolumn-noheader.rs-column.-large-first-row {
  margin-top: 27px; }

.sub-nav > dd > .mega-dropdown .mega-dropdown-column.subcolumn-fakeheaders li,
.sub-nav > dd > .mega-dropdown .mega-dropdown-column.subcolumn-fakeheaders li.active {
  border-width: 0;
  margin: 0 0 0.71429em;
  font-size: 14px;
  font-weight: 900 !important;
  color: #4A4A4A;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  font-style: normal; }
  .sub-nav > dd > .mega-dropdown .mega-dropdown-column.subcolumn-fakeheaders li a:link,
  .sub-nav > dd > .mega-dropdown .mega-dropdown-column.subcolumn-fakeheaders li a:visited,
  .sub-nav > dd > .mega-dropdown .mega-dropdown-column.subcolumn-fakeheaders li.active a:link,
  .sub-nav > dd > .mega-dropdown .mega-dropdown-column.subcolumn-fakeheaders li.active a:visited {
    padding: 0;
    color: inherit;
    font-weight: inherit; }
  .sub-nav > dd > .mega-dropdown .mega-dropdown-column.subcolumn-fakeheaders li a:hover,
  .sub-nav > dd > .mega-dropdown .mega-dropdown-column.subcolumn-fakeheaders li a:active,
  .sub-nav > dd > .mega-dropdown .mega-dropdown-column.subcolumn-fakeheaders li a:focus,
  .sub-nav > dd > .mega-dropdown .mega-dropdown-column.subcolumn-fakeheaders li.active a:hover,
  .sub-nav > dd > .mega-dropdown .mega-dropdown-column.subcolumn-fakeheaders li.active a:active,
  .sub-nav > dd > .mega-dropdown .mega-dropdown-column.subcolumn-fakeheaders li.active a:focus {
    color: #000b70; }

@media only screen and (max-width: 812px) {
  .mega .website_logo, .main-navigation {
    display: none; } }
.site_header.sticky.fixed {
  background-color: #FFFFFF;
  box-shadow: 0 12px 42px 12px rgba(0, 0, 0, 0.2); }
.site_header.sticky:not(.fixed) {
  box-shadow: 0 12px 42px 12px transparent; }

.nav-sub-item-level_1 .virtualspacer {
  display: none;
  width: 100%;
  position: absolute;
  top: 61px;
  left: 0;
  height: 39px; }

.nav-sub-item-level_1:hover .virtualspacer {
  display: block; }

.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%; }

.rs-column {
  float: left;
  width: 100%;
  margin-top: 6.25%;
  margin-right: 6.25%; }

.rs-column.-large-first {
  clear: left; }

.rs-column.-large-last {
  margin-right: -5px; }

.rs-column.-large-first-row {
  margin-top: 0; }

.rs-column.-large-col-1-1 {
  width: 100%; }

.rs-column.-large-col-2-1 {
  width: 46.875%; }

.rs-column.-large-col-2-2 {
  width: 100%; }

.rs-column.-large-col-3-1 {
  width: 29.16667%; }

.rs-column.-large-col-3-2 {
  width: 64.58333%; }

.rs-column.-large-col-3-3 {
  width: 100%; }

.rs-column.-large-col-4-1 {
  width: 20.3125%; }

.rs-column.-large-col-4-2 {
  width: 46.875%; }

.rs-column.-large-col-4-3 {
  width: 73.4375%; }

.rs-column.-large-col-4-4 {
  width: 100%; }

.rs-column.-large-col-5-1 {
  width: 15%; }

.rs-column.-large-col-5-2 {
  width: 36.25%; }

.rs-column.-large-col-5-3 {
  width: 57.5%; }

.rs-column.-large-col-5-4 {
  width: 78.75%; }

.rs-column.-large-col-5-5 {
  width: 100%; }

.rs-column.-large-col-6-1 {
  width: 11.45833%; }

.rs-column.-large-col-6-2 {
  width: 29.16667%; }

.rs-column.-large-col-6-3 {
  width: 46.875%; }

.rs-column.-large-col-6-4 {
  width: 64.58333%; }

.rs-column.-large-col-6-5 {
  width: 82.29167%; }

.rs-column.-large-col-6-6 {
  width: 100%; }

.rs-column.-large-col-7-1 {
  width: 8.92857%; }

.rs-column.-large-col-7-2 {
  width: 24.10714%; }

.rs-column.-large-col-7-3 {
  width: 39.28571%; }

.rs-column.-large-col-7-4 {
  width: 54.46429%; }

.rs-column.-large-col-7-5 {
  width: 69.64286%; }

.rs-column.-large-col-7-6 {
  width: 84.82143%; }

.rs-column.-large-col-7-7 {
  width: 100%; }

@media only screen and (min-width: 48.0625em) and (max-width: 64em) {
  .rs-column, .tao-no-sidebar .rs-column, .mega-dropdown .rs-column, .page-footer .rs-column {
    margin-top: 6.25%;
    margin-right: 6.25%; }

  .rs-column.-large-first, .tao-no-sidebar .rs-column.-large-first, .mega-dropdown .rs-column.-large-first, .page-footer .rs-column.-large-first {
    clear: none; }

  .rs-column.-large-last, .tao-no-sidebar .rs-column.-large-last, .mega-dropdown .rs-column.-large-last, .page-footer .rs-column.-large-last {
    margin-right: 6.25%; }

  .rs-column.-large-first-row, .tao-no-sidebar .rs-column.-large-first-row, .mega-dropdown .rs-column.-large-first-row, .page-footer .rs-column.-large-first-row {
    margin-top: 6.25%; }

  .rs-column.-medium-first, .tao-no-sidebar .rs-column.-medium-first, .mega-dropdown .rs-column.-medium-first, .page-footer .rs-column.-medium-first {
    clear: left; }

  .rs-column.-medium-last, .tao-no-sidebar .rs-column.-medium-last, .mega-dropdown .rs-column.-medium-last, .page-footer .rs-column.-medium-last {
    margin-right: -5px; }

  .rs-column.-medium-first-row, .tao-no-sidebar .rs-column.-medium-first-row, .mega-dropdown .rs-column.-medium-first-row, .page-footer .rs-column.-medium-first-row {
    margin-top: 0; }

  .rs-column.-medium-col-1-1, .tao-no-sidebar .rs-column.-medium-col-1-1, .mega-dropdown .rs-column.-medium-col-1-1, .page-footer .rs-column.-medium-col-1-1 {
    width: 100%; }

  .rs-column.-medium-col-2-1, .tao-no-sidebar .rs-column.-medium-col-2-1, .mega-dropdown .rs-column.-medium-col-2-1, .page-footer .rs-column.-medium-col-2-1 {
    width: 46.875%; }

  .rs-column.-medium-col-2-2, .tao-no-sidebar .rs-column.-medium-col-2-2, .mega-dropdown .rs-column.-medium-col-2-2, .page-footer .rs-column.-medium-col-2-2 {
    width: 100%; }

  .rs-column.-medium-col-3-1, .tao-no-sidebar .rs-column.-medium-col-3-1, .mega-dropdown .rs-column.-medium-col-3-1, .page-footer .rs-column.-medium-col-3-1 {
    width: 29.16667%; }

  .rs-column.-medium-col-3-2, .tao-no-sidebar .rs-column.-medium-col-3-2, .mega-dropdown .rs-column.-medium-col-3-2, .page-footer .rs-column.-medium-col-3-2 {
    width: 64.58333%; }

  .rs-column.-medium-col-3-3, .tao-no-sidebar .rs-column.-medium-col-3-3, .mega-dropdown .rs-column.-medium-col-3-3, .page-footer .rs-column.-medium-col-3-3 {
    width: 100%; }

  .rs-column.-medium-col-4-1, .tao-no-sidebar .rs-column.-medium-col-4-1, .mega-dropdown .rs-column.-medium-col-4-1, .page-footer .rs-column.-medium-col-4-1 {
    width: 20.3125%; }

  .rs-column.-medium-col-4-2, .tao-no-sidebar .rs-column.-medium-col-4-2, .mega-dropdown .rs-column.-medium-col-4-2, .page-footer .rs-column.-medium-col-4-2 {
    width: 46.875%; }

  .rs-column.-medium-col-4-3, .tao-no-sidebar .rs-column.-medium-col-4-3, .mega-dropdown .rs-column.-medium-col-4-3, .page-footer .rs-column.-medium-col-4-3 {
    width: 73.4375%; }

  .rs-column.-medium-col-4-4, .tao-no-sidebar .rs-column.-medium-col-4-4, .mega-dropdown .rs-column.-medium-col-4-4, .page-footer .rs-column.-medium-col-4-4 {
    width: 100%; }

  .rs-column.-medium-col-5-1, .tao-no-sidebar .rs-column.-medium-col-5-1, .mega-dropdown .rs-column.-medium-col-5-1, .page-footer .rs-column.-medium-col-5-1 {
    width: 15%; }

  .rs-column.-medium-col-5-2, .tao-no-sidebar .rs-column.-medium-col-5-2, .mega-dropdown .rs-column.-medium-col-5-2, .page-footer .rs-column.-medium-col-5-2 {
    width: 36.25%; }

  .rs-column.-medium-col-5-3, .tao-no-sidebar .rs-column.-medium-col-5-3, .mega-dropdown .rs-column.-medium-col-5-3, .page-footer .rs-column.-medium-col-5-3 {
    width: 57.5%; }

  .rs-column.-medium-col-5-4, .tao-no-sidebar .rs-column.-medium-col-5-4, .mega-dropdown .rs-column.-medium-col-5-4, .page-footer .rs-column.-medium-col-5-4 {
    width: 78.75%; }

  .rs-column.-medium-col-5-5, .tao-no-sidebar .rs-column.-medium-col-5-5, .mega-dropdown .rs-column.-medium-col-5-5, .page-footer .rs-column.-medium-col-5-5 {
    width: 100%; }

  .rs-column.-medium-col-6-1, .tao-no-sidebar .rs-column.-medium-col-6-1, .mega-dropdown .rs-column.-medium-col-6-1, .page-footer .rs-column.-medium-col-6-1 {
    width: 11.45833%; }

  .rs-column.-medium-col-6-2, .tao-no-sidebar .rs-column.-medium-col-6-2, .mega-dropdown .rs-column.-medium-col-6-2, .page-footer .rs-column.-medium-col-6-2 {
    width: 29.16667%; }

  .rs-column.-medium-col-6-3, .tao-no-sidebar .rs-column.-medium-col-6-3, .mega-dropdown .rs-column.-medium-col-6-3, .page-footer .rs-column.-medium-col-6-3 {
    width: 46.875%; }

  .rs-column.-medium-col-6-4, .tao-no-sidebar .rs-column.-medium-col-6-4, .mega-dropdown .rs-column.-medium-col-6-4, .page-footer .rs-column.-medium-col-6-4 {
    width: 64.58333%; }

  .rs-column.-medium-col-6-5, .tao-no-sidebar .rs-column.-medium-col-6-5, .mega-dropdown .rs-column.-medium-col-6-5, .page-footer .rs-column.-medium-col-6-5 {
    width: 82.29167%; }

  .rs-column.-medium-col-6-6, .tao-no-sidebar .rs-column.-medium-col-6-6, .mega-dropdown .rs-column.-medium-col-6-6, .page-footer .rs-column.-medium-col-6-6 {
    width: 100%; }

  .rs-column.-medium-col-7-1, .tao-no-sidebar .rs-column.-medium-col-7-1, .mega-dropdown .rs-column.-medium-col-7-1, .page-footer .rs-column.-medium-col-7-1 {
    width: 8.92857%; }

  .rs-column.-medium-col-7-2, .tao-no-sidebar .rs-column.-medium-col-7-2, .mega-dropdown .rs-column.-medium-col-7-2, .page-footer .rs-column.-medium-col-7-2 {
    width: 24.10714%; }

  .rs-column.-medium-col-7-3, .tao-no-sidebar .rs-column.-medium-col-7-3, .mega-dropdown .rs-column.-medium-col-7-3, .page-footer .rs-column.-medium-col-7-3 {
    width: 39.28571%; }

  .rs-column.-medium-col-7-4, .tao-no-sidebar .rs-column.-medium-col-7-4, .mega-dropdown .rs-column.-medium-col-7-4, .page-footer .rs-column.-medium-col-7-4 {
    width: 54.46429%; }

  .rs-column.-medium-col-7-5, .tao-no-sidebar .rs-column.-medium-col-7-5, .mega-dropdown .rs-column.-medium-col-7-5, .page-footer .rs-column.-medium-col-7-5 {
    width: 69.64286%; }

  .rs-column.-medium-col-7-6, .tao-no-sidebar .rs-column.-medium-col-7-6, .mega-dropdown .rs-column.-medium-col-7-6, .page-footer .rs-column.-medium-col-7-6 {
    width: 84.82143%; }

  .rs-column.-medium-col-7-7, .tao-no-sidebar .rs-column.-medium-col-7-7, .mega-dropdown .rs-column.-medium-col-7-7, .page-footer .rs-column.-medium-col-7-7 {
    width: 100%; } }
@media only screen and (max-width: 30em), only screen and (min-width: 30.0625em) and (max-width: 48em) {
  .rs-column, .tao-no-sidebar .rs-column, .page-footer .rs-column {
    margin-right: 6.25%; }

  .rs-column.-medium-first, .tao-no-sidebar .rs-column.-medium-first, .page-footer .rs-column.-medium-first {
    clear: none; }

  .rs-column.-medium-last, .tao-no-sidebar .rs-column.-medium-last, .page-footer .rs-column.-medium-last {
    margin-right: 6.25%; }

  .rs-column.-medium-first-row, .tao-no-sidebar .rs-column.-medium-first-row, .page-footer .rs-column.-medium-first-row {
    margin-top: 6.25%; }

  .rs-column.-small-first, .tao-no-sidebar .rs-column.-small-first, .page-footer .rs-column.-small-first {
    clear: left; }

  .rs-column.-small-last, .tao-no-sidebar .rs-column.-small-last, .page-footer .rs-column.-small-last {
    margin-right: -5px; }

  .rs-column.-small-first-row, .tao-no-sidebar .rs-column.-small-first-row, .page-footer .rs-column.-small-first-row {
    margin-top: 0; }

  .rs-column.-small-col-1-1, .tao-no-sidebar .rs-column.-small-col-1-1, .page-footer .rs-column.-small-col-1-1 {
    width: 100%; }

  .rs-column.-small-col-2-1, .tao-no-sidebar .rs-column.-small-col-2-1, .page-footer .rs-column.-small-col-2-1 {
    width: 46.875%; }

  .rs-column.-small-col-2-2, .tao-no-sidebar .rs-column.-small-col-2-2, .page-footer .rs-column.-small-col-2-2 {
    width: 100%; }

  .rs-column.-small-col-3-1, .tao-no-sidebar .rs-column.-small-col-3-1, .page-footer .rs-column.-small-col-3-1 {
    width: 29.16667%; }

  .rs-column.-small-col-3-2, .tao-no-sidebar .rs-column.-small-col-3-2, .page-footer .rs-column.-small-col-3-2 {
    width: 64.58333%; }

  .rs-column.-small-col-3-3, .tao-no-sidebar .rs-column.-small-col-3-3, .page-footer .rs-column.-small-col-3-3 {
    width: 100%; }

  .rs-column.-small-col-4-1, .tao-no-sidebar .rs-column.-small-col-4-1, .page-footer .rs-column.-small-col-4-1 {
    width: 20.3125%; }

  .rs-column.-small-col-4-2, .tao-no-sidebar .rs-column.-small-col-4-2, .page-footer .rs-column.-small-col-4-2 {
    width: 46.875%; }

  .rs-column.-small-col-4-3, .tao-no-sidebar .rs-column.-small-col-4-3, .page-footer .rs-column.-small-col-4-3 {
    width: 73.4375%; }

  .rs-column.-small-col-4-4, .tao-no-sidebar .rs-column.-small-col-4-4, .page-footer .rs-column.-small-col-4-4 {
    width: 100%; }

  .rs-column.-small-col-5-1, .tao-no-sidebar .rs-column.-small-col-5-1, .page-footer .rs-column.-small-col-5-1 {
    width: 15%; }

  .rs-column.-small-col-5-2, .tao-no-sidebar .rs-column.-small-col-5-2, .page-footer .rs-column.-small-col-5-2 {
    width: 36.25%; }

  .rs-column.-small-col-5-3, .tao-no-sidebar .rs-column.-small-col-5-3, .page-footer .rs-column.-small-col-5-3 {
    width: 57.5%; }

  .rs-column.-small-col-5-4, .tao-no-sidebar .rs-column.-small-col-5-4, .page-footer .rs-column.-small-col-5-4 {
    width: 78.75%; }

  .rs-column.-small-col-5-5, .tao-no-sidebar .rs-column.-small-col-5-5, .page-footer .rs-column.-small-col-5-5 {
    width: 100%; }

  .rs-column.-small-col-6-1, .tao-no-sidebar .rs-column.-small-col-6-1, .page-footer .rs-column.-small-col-6-1 {
    width: 11.45833%; }

  .rs-column.-small-col-6-2, .tao-no-sidebar .rs-column.-small-col-6-2, .page-footer .rs-column.-small-col-6-2 {
    width: 29.16667%; }

  .rs-column.-small-col-6-3, .tao-no-sidebar .rs-column.-small-col-6-3, .page-footer .rs-column.-small-col-6-3 {
    width: 46.875%; }

  .rs-column.-small-col-6-4, .tao-no-sidebar .rs-column.-small-col-6-4, .page-footer .rs-column.-small-col-6-4 {
    width: 64.58333%; }

  .rs-column.-small-col-6-5, .tao-no-sidebar .rs-column.-small-col-6-5, .page-footer .rs-column.-small-col-6-5 {
    width: 82.29167%; }

  .rs-column.-small-col-6-6, .tao-no-sidebar .rs-column.-small-col-6-6, .page-footer .rs-column.-small-col-6-6 {
    width: 100%; }

  .rs-column.-small-col-7-1, .tao-no-sidebar .rs-column.-small-col-7-1, .page-footer .rs-column.-small-col-7-1 {
    width: 8.92857%; }

  .rs-column.-small-col-7-2, .tao-no-sidebar .rs-column.-small-col-7-2, .page-footer .rs-column.-small-col-7-2 {
    width: 24.10714%; }

  .rs-column.-small-col-7-3, .tao-no-sidebar .rs-column.-small-col-7-3, .page-footer .rs-column.-small-col-7-3 {
    width: 39.28571%; }

  .rs-column.-small-col-7-4, .tao-no-sidebar .rs-column.-small-col-7-4, .page-footer .rs-column.-small-col-7-4 {
    width: 54.46429%; }

  .rs-column.-small-col-7-5, .tao-no-sidebar .rs-column.-small-col-7-5, .page-footer .rs-column.-small-col-7-5 {
    width: 69.64286%; }

  .rs-column.-small-col-7-6, .tao-no-sidebar .rs-column.-small-col-7-6, .page-footer .rs-column.-small-col-7-6 {
    width: 84.82143%; }

  .rs-column.-small-col-7-7, .tao-no-sidebar .rs-column.-small-col-7-7, .page-footer .rs-column.-small-col-7-7 {
    width: 100%; } }
.sub-nav {
  margin: -0.25rem 0 0; }

.sub-nav > dt, .sub-nav > dd, .sub-nav > li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 0;
  padding: 0 0 31px 0; }
  @media only screen and (max-width: 1179px) {
    .sub-nav > dt, .sub-nav > dd, .sub-nav > li {
      font-size: 0.7rem; } }
  .sub-nav > dt a, .sub-nav > dd a, .sub-nav > li a {
    color: #4A4A4A;
    padding: 0 10px; }
  .sub-nav > dt.active a, .sub-nav > dd.active a, .sub-nav > li.active a {
    background: transparent;
    padding: 0 10px;
    color: #000b70;
    font-weight: 900; }
  .sub-nav > dt.active a:hover, .sub-nav > dd.active a:hover, .sub-nav > li.active a:hover {
    background: transparent; }
  .sub-nav > dt a:hover, .sub-nav > dd a:hover, .sub-nav > li a:hover {
    color: #000b70; }

@media only screen and (min-width: 0) and (max-width: 64em) {
  .nav-sub {
    display: inline-block; }
    .nav-sub .sub-nav {
      background-color: transparent;
      padding: 0; }
    .nav-sub dt {
      display: none; }

  /* *** Level 1 *** */
  /* ul */
  /* li */
  /* a */ }
@media only screen and (min-width: 64.0625em) {
  .nav-sub {
    display: inline-block;
    float: right;
    margin-top: 40px; }
    .nav-sub .sub-nav {
      background-color: transparent;
      padding: 0; }
    .nav-sub dt {
      display: none; }

  /* *** Level 1 *** */
  /* ul */
  /* li */
  /* a */ }
@media only screen and (min-width: 64.0625em) {
  .nav-sub .invisible:focus {
    left: -1%;
    position: relative;
    width: 101%; } }

.news_teaser {
  font-size: 0.875rem;
  position: relative; }
  @media only screen and (min-width: 48.0625em) {
    .news_teaser {
      padding: 3em 0; } }

/* ------------------------------------------------------------------------ */
.news_teaser > .column > .ce_headline {
  margin-top: 0.5em;
  text-transform: uppercase; }

.news_teaser > .column > .ce_hyperlink {
  border-bottom: 1px solid #f1f0ef;
  margin-top: 1.1em;
  padding-bottom: 2em; }
  @media only screen and (max-width: 30em) {
    .news_teaser > .column > .ce_hyperlink {
      margin-top: 1.3em; } }

@media only screen and (min-width: 48.0625em) {
  .news_teaser .mod_newslist {
    padding: 2em 0 0; } }
.news_teaser .mod_newslist .image_container img {
  width: 100%;
  height: auto; }
.news_teaser .mod_newslist .info {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 1em; }
  @media only screen and (max-width: 30em) {
    .news_teaser .mod_newslist .info {
      font-size: 0.75rem; } }
.news_teaser .mod_newslist .headline {
  font-size: 25px;
  line-height: 120%;
  margin-bottom: 34px;
  margin-top: 34px;
  font-weight: 400; }
  .news_teaser .mod_newslist .headline a {
    color: #4A4A4A; }
  .news_teaser .mod_newslist .headline:before {
    display: none; }
.news_teaser .mod_newslist .teaser {
  margin-top: 0.75rem; }
@media only screen and (max-width: 30em) {
  .news_teaser .mod_newslist .more {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 2em;
    padding-bottom: 2em; } }
@media only screen and (min-width: 30.0625em) and (max-width: 48em) {
  .news_teaser .mod_newslist .more {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 2em;
    padding-bottom: 2em; } }
.news_teaser .mod_newslist .more a {
  color: #FFFFFF;
  background: #000b70;
  padding: 9px 12px;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 4px; }
@media only screen and (max-width: 30em) {
  .news_teaser .mod_newslist .column.last .more {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0; } }

.news_list .mod_newslist > .block {
  margin: 3em 0;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  font-size: 1.125rem;
  margin-bottom: 1em; }
  .news_list .mod_newslist > .block.last {
    border-bottom: 0 none; }
.news_list .mod_newslist .main-text {
  position: relative; }
@media only screen and (max-width: 30em) {
  .news_list .mod_newslist .info small {
    font-size: 0.7em; } }
@media only screen and (min-width: 30.0625em) {
  .news_list .mod_newslist .info small {
    font-size: 0.875em; } }
@media only screen {
  .news_list .mod_newslist .info.date {
    margin-bottom: 1em; } }
.news_list .mod_newslist .image_container {
  margin-bottom: 0.5em; }
  @media only screen {
    .news_list .mod_newslist .image_container img {
      width: 100%; } }
  @media only screen and (min-width: 64.0625em) {
    .news_list .mod_newslist .image_container img {
      height: auto;
      max-width: 100%; } }
.news_list .mod_newslist .tag-chain {
  font-size: 0.875rem;
  list-style: none;
  margin: 0; }
.news_list .mod_newslist a:hover, .news_list .mod_newslist a:active, .news_list .mod_newslist a:focus {
  text-decoration: underline; }
.news_list .mod_newslist h2 {
  margin-bottom: 0.2em;
  font-weight: 500;
  font-size: 27px; }
  @media only screen {
    .news_list .mod_newslist h2 {
      max-width: 100%; } }
  @media only screen and (min-width: 64.0625em) and (max-width: 80em) {
    .news_list .mod_newslist h2 {
      max-width: 27em; } }
  @media only screen and (min-width: 80.0625em) {
    .news_list .mod_newslist h2 {
      max-width: 31em; } }
.news_list .mod_newslist .teaser p {
  margin-bottom: 0.5em;
  max-width: 42em; }

.news_details .mod_newsreader .image_container {
  margin: 0 20px 20px 0; }
.news_details .mod_newsreader .layout_full {
  overflow: hidden; }

.ce_comments {
  margin-top: 4em;
  margin-bottom: 6em; }
  .ce_comments h2 {
    margin-top: 2em; }

.comment_default {
  margin: 0 0 4em; }

@media only screen and (min-width: 48.0625em) {
  .comments-form {
    margin-bottom: 3em; } }
@media only screen and (min-width: 48.0625em) {
  .comments-form .widget.short {
    display: block;
    width: 50%;
    float: left;
    padding-right: 1em; } }
@media only screen and (min-width: 48.0625em) {
  .comments-form .widget.long {
    padding-right: 1em; } }
@media only screen and (min-width: 48.0625em) {
  .comments-form .submit_container {
    padding-top: 1.55em; } }
.comments-form input.submit {
  position: relative;
  top: -0.2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
  background-color: #000b70;
  border-color: #00095a;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  .comments-form input.submit:hover, .comments-form input.submit:focus {
    background-color: #00095a; }
  .comments-form input.submit:hover, .comments-form input.submit:focus {
    color: #FFFFFF; }

.news_related {
  font-size: 1rem;
  margin-bottom: 6em; }
  .news_related .related_item {
    margin-bottom: 2em; }
    @media only screen and (min-width: 48.0625em) and (max-width: 64em) {
      .news_related .related_item {
        margin-bottom: 1.5em; } }
    @media only screen and (min-width: 64.0625em) {
      .news_related .related_item {
        margin-bottom: 0.333em; } }
  .news_related h3 {
    font-size: 1em;
    margin-bottom: 0.333em; }
  .news_related .image_container {
    margin-top: 0.6em; }
  .news_related .more-ellipsis {
    color: #bbbbbb;
    font-size: 0.85em; }

.block-pagination {
  background-color: transparent;
  margin: 4em 0 6em;
  padding: 1em 1em 0.5em;
  text-align: center;
  border-bottom: 1px solid #000b70 !important; }
  .block-pagination p {
    font-weight: bold;
    display: none; }
  .block-pagination ul {
    display: block;
    list-style-type: none;
    margin: 0 auto;
    overflow: hidden; }
  .block-pagination li {
    display: inline-block;
    padding: 0.5em 1em; }

.rsts-skin-default-content .rsts-nav, .rsts-skin-default-content .rsts-nav-bullets, .homepage-slider.mod_rocksolid_slider .rsts-nav {
  top: 29px;
  left: 0;
  position: relative;
  text-align: center;
  width: 100%; }
  .rsts-skin-default-content .rsts-nav ul, .rsts-skin-default-content .rsts-nav-bullets ul, .homepage-slider.mod_rocksolid_slider .rsts-nav ul {
    position: relative;
    bottom: 0;
    display: inline-block; }

.rsts-skin-default-content .rsts-nav .rsts-nav-prev, .rsts-skin-default-content .rsts-nav-bullets .rsts-nav-prev, .homepage-slider.mod_rocksolid_slider .rsts-nav .rsts-nav-prev,
.rsts-skin-default-content .rsts-nav .rsts-nav-next,
.rsts-skin-default-content .rsts-nav-bullets .rsts-nav-next,
.homepage-slider.mod_rocksolid_slider .rsts-nav .rsts-nav-next {
  display: inline-block; }
  .rsts-skin-default-content .rsts-nav .rsts-nav-prev a, .rsts-skin-default-content .rsts-nav-bullets .rsts-nav-prev a, .homepage-slider.mod_rocksolid_slider .rsts-nav .rsts-nav-prev a,
  .rsts-skin-default-content .rsts-nav .rsts-nav-next a,
  .rsts-skin-default-content .rsts-nav-bullets .rsts-nav-next a,
  .homepage-slider.mod_rocksolid_slider .rsts-nav .rsts-nav-next a {
    display: none; }

.mod_rocksolid_slider > div {
  visibility: hidden; }
@media only screen and (min-width: 0) and (max-width: 64em) {
  .mod_rocksolid_slider .rsts-nav {
    display: none; } }
.mod_rocksolid_slider .rsts-nav a:link, .mod_rocksolid_slider .rsts-nav a:visited {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }
.mod_rocksolid_slider .rsts-nav a:hover, .mod_rocksolid_slider .rsts-nav a:active, .mod_rocksolid_slider .rsts-nav a:focus, .mod_rocksolid_slider .rsts-nav a.active {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }
.mod_rocksolid_slider .rsts-nav a.active:hover, .mod_rocksolid_slider .rsts-nav a.active:active, .mod_rocksolid_slider .rsts-nav a.active:focus {
  cursor: default; }
.mod_rocksolid_slider .rsts-prev,
.mod_rocksolid_slider .rsts-next {
  border-width: 0;
  border-radius: 0;
  bottom: auto;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }

.rsts-skin-default-content .rsts-prev, .rsts-skin-default-content .rsts-next {
  display: block;
  text-indent: -9999px; }
.rsts-skin-default-content .rsts-nav ul, .rsts-skin-default-content .rsts-nav-bullets ul {
  background-color: #FFFFFF;
  padding: 0 1em !important; }
.rsts-skin-default-content .rsts-nav a:link, .rsts-skin-default-content .rsts-nav a:visited, .rsts-skin-default-content .rsts-nav .rsts-nav-item a:link, .rsts-skin-default-content .rsts-nav .rsts-nav-item a:visited, .rsts-skin-default-content .rsts-nav-bullets a:link, .rsts-skin-default-content .rsts-nav-bullets a:visited, .rsts-skin-default-content .rsts-nav-bullets .rsts-nav-item a:link, .rsts-skin-default-content .rsts-nav-bullets .rsts-nav-item a:visited {
  background-color: #D8D8D8; }
.rsts-skin-default-content .rsts-nav a:hover, .rsts-skin-default-content .rsts-nav a:active, .rsts-skin-default-content .rsts-nav a:focus, .rsts-skin-default-content .rsts-nav a.active, .rsts-skin-default-content .rsts-nav .rsts-nav-item a:hover, .rsts-skin-default-content .rsts-nav .rsts-nav-item a:active, .rsts-skin-default-content .rsts-nav .rsts-nav-item a:focus, .rsts-skin-default-content .rsts-nav .rsts-nav-item a.active, .rsts-skin-default-content .rsts-nav-bullets a:hover, .rsts-skin-default-content .rsts-nav-bullets a:active, .rsts-skin-default-content .rsts-nav-bullets a:focus, .rsts-skin-default-content .rsts-nav-bullets a.active, .rsts-skin-default-content .rsts-nav-bullets .rsts-nav-item a:hover, .rsts-skin-default-content .rsts-nav-bullets .rsts-nav-item a:active, .rsts-skin-default-content .rsts-nav-bullets .rsts-nav-item a:focus, .rsts-skin-default-content .rsts-nav-bullets .rsts-nav-item a.active {
  background-color: #9B9B9B;
  box-shadow: none; }
.rsts-skin-default-content .ce_image {
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 385px; }

.homepage-slider.mod_rocksolid_slider {
  height: 530px;
  /* Text in Slider --------------------------------------------------------- */ }
  .homepage-slider.mod_rocksolid_slider .slide-wrapper {
    height: 100%;
    background-size: cover;
    background-position: center;
    padding: 1em 0; }
    @media only screen and (min-width: 30.0625em) {
      .homepage-slider.mod_rocksolid_slider .slide-wrapper {
        padding: 3em 0 1em 0; } }
  .homepage-slider.mod_rocksolid_slider .nav-wrapper {
    max-width: 1115px;
    margin: auto;
    position: relative;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .homepage-slider.mod_rocksolid_slider .ce_image {
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 385px; }
  .homepage-slider.mod_rocksolid_slider .ce_list ul {
    max-width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 245px;
    left: 60%;
    margin: 0;
    list-style: none;
    font-weight: 900;
    letter-spacing: 1px;
    color: #FFFFFF; }
  .homepage-slider.mod_rocksolid_slider .ce_list li::before {
    content: '• ';
    color: #000b70;
    font-size: 23px;
    line-height: 0; }
  .homepage-slider.mod_rocksolid_slider .ce_list.rs_baugewerbe ul {
    left: 57%; }
  .homepage-slider.mod_rocksolid_slider .ce_list.rs_fue ul {
    left: 53%; }
  .homepage-slider.mod_rocksolid_slider .ce_list.rs_thermostart ul {
    left: 63%; }
  .homepage-slider.mod_rocksolid_slider .ce_list.rs_en ul {
    top: 275px; }
  .homepage-slider.mod_rocksolid_slider .headline {
    max-width: 120em;
    padding: 0 15px;
    margin: auto; }
    @media only screen and (min-width: 64.0625em) {
      .homepage-slider.mod_rocksolid_slider .headline {
        max-width: 790px; } }
    .homepage-slider.mod_rocksolid_slider .headline h1.ce_headline {
      font-weight: 100;
      font-size: 30px;
      letter-spacing: 3px;
      line-height: 33px;
      text-transform: uppercase;
      display: inline-block;
      color: #FFFFFF;
      text-align: center;
      width: 100%; }
      @media only screen and (min-width: 30.0625em) {
        .homepage-slider.mod_rocksolid_slider .headline h1.ce_headline {
          font-size: 45px;
          line-height: 43px;
          max-width: 50em;
          text-align: left;
          width: auto; } }
      .homepage-slider.mod_rocksolid_slider .headline h1.ce_headline:nth-child(2) {
        font-weight: 900;
        width: 100%; }
      .homepage-slider.mod_rocksolid_slider .headline h1.ce_headline:nth-child(3) {
        background: #95CCFF;
        color: #fff;
        font-size: 24px;
        float: right;
        font-weight: 900;
        padding: 0 12px; }
        @media only screen and (min-width: 30.0625em) {
          .homepage-slider.mod_rocksolid_slider .headline h1.ce_headline:nth-child(3) {
            font-size: 30px;
            line-height: 43px; } }
  .homepage-slider.mod_rocksolid_slider .rsts-nav ul {
    background-color: #FFFFFF;
    padding: 0 1em !important; }
  .homepage-slider.mod_rocksolid_slider .rsts-nav a:link, .homepage-slider.mod_rocksolid_slider .rsts-nav a:visited {
    background-color: #D8D8D8; }
  .homepage-slider.mod_rocksolid_slider .rsts-nav a:hover, .homepage-slider.mod_rocksolid_slider .rsts-nav a:active, .homepage-slider.mod_rocksolid_slider .rsts-nav a:focus, .homepage-slider.mod_rocksolid_slider .rsts-nav a.active {
    background-color: #9B9B9B; }
  .homepage-slider.mod_rocksolid_slider .rsts-prev,
  .homepage-slider.mod_rocksolid_slider .rsts-next {
    background-color: transparent;
    bottom: auto;
    height: 55px;
    position: absolute;
    width: 30px;
    background-repeat: no-repeat;
    background-size: 39px 48px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.7s ease;
    background-size: contain; }
    .homepage-slider.mod_rocksolid_slider .rsts-prev:hover,
    .homepage-slider.mod_rocksolid_slider .rsts-next:hover {
      background-color: transparent;
      height: 40px; }
  .homepage-slider.mod_rocksolid_slider .rsts-prev {
    background-image: url(../images/left-arrow.svg);
    left: 2px;
    right: auto; }
  .homepage-slider.mod_rocksolid_slider .rsts-next {
    background-image: url(../images/right-arrow.svg);
    right: 2px; }
  @media only screen and (max-width: 30em) {
    .homepage-slider.mod_rocksolid_slider .ce_text:first-of-type ul li {
      font-size: 1.25rem;
      line-height: normal; }
      .homepage-slider.mod_rocksolid_slider .ce_text:first-of-type ul li:nth-child(3) {
        font-size: 1.25rem;
        float: none; }
    .homepage-slider.mod_rocksolid_slider .mod_rocksolid_slider .rsts-nav {
      display: block; }
    .homepage-slider.mod_rocksolid_slider .rsts-prev, .homepage-slider.mod_rocksolid_slider .rsts-next {
      display: none; } }
  @media only screen and (min-width: 30.0625em) and (max-width: 48em) {
    .homepage-slider.mod_rocksolid_slider {
      font-size: 0.375rem; }
      .homepage-slider.mod_rocksolid_slider .rsts-prev, .homepage-slider.mod_rocksolid_slider .rsts-next {
        display: none; } }
  @media only screen and (min-width: 48.0625em) and (max-width: 64em) {
    .homepage-slider.mod_rocksolid_slider {
      font-size: 0.4375rem; } }
  @media only screen and (min-width: 64.0625em) and (max-width: 80em) {
    .homepage-slider.mod_rocksolid_slider {
      font-size: 0.625rem; } }
  .homepage-slider.mod_rocksolid_slider .slider-text {
    font-size: 1rem;
    font-family: "PT Sans", "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    background-color: #4A4A4A;
    border-radius: 0 30px 30px 30px;
    padding: 14px 25px;
    display: block;
    width: 427px;
    height: 171px;
    position: absolute; }
    @media only screen and (min-width: 0) and (max-width: 64em) {
      .homepage-slider.mod_rocksolid_slider .slider-text {
        top: 2%;
        left: 2%; } }
    @media only screen and (min-width: 64.0625em) and (max-width: 80em) {
      .homepage-slider.mod_rocksolid_slider .slider-text {
        top: 5%;
        left: 10%; } }
    @media only screen and (min-width: 80.0625em) {
      .homepage-slider.mod_rocksolid_slider .slider-text {
        top: 23%;
        left: 20%; } }
    .homepage-slider.mod_rocksolid_slider .slider-text > p {
      color: #FFFFFF; }
    .homepage-slider.mod_rocksolid_slider .slider-text .title {
      font-size: 2.25em;
      font-weight: bold;
      margin-bottom: 0; }
    .homepage-slider.mod_rocksolid_slider .slider-text .text {
      font-size: 1.5em;
      margin-bottom: 0.7em; }
    .homepage-slider.mod_rocksolid_slider .slider-text .subtext {
      font-size: 1.75em;
      font-weight: bold;
      position: absolute;
      bottom: 0;
      left: 25px; }
    .homepage-slider.mod_rocksolid_slider .slider-text .link {
      font-size: 1.125em;
      text-transform: uppercase;
      position: absolute;
      bottom: 0;
      right: 25px; }

@media only screen and (max-width: 1280px) {
  .homepage-slider.mod_rocksolid_slider .ce_text:first-of-type {
    z-index: 1;
    position: relative; }
  .homepage-slider.mod_rocksolid_slider .ce_list ul {
    display: none; } }
@media only screen and (max-width: 1163px) {
  .homepage-slider.mod_rocksolid_slider {
    height: 415px !important; }
    .homepage-slider.mod_rocksolid_slider .ce_text:first-of-type {
      max-width: none;
      margin-top: 10px;
      display: none; }
    .homepage-slider.mod_rocksolid_slider .ce_image {
      position: relative;
      text-align: center; }
      .homepage-slider.mod_rocksolid_slider .ce_image img {
        margin: auto; }
    .homepage-slider.mod_rocksolid_slider .rsts-nav {
      display: block; } }
@media only screen and (max-width: 570px) {
  .homepage-slider.mod_rocksolid_slider {
    height: 435px !important; }

  .rsts-slide, .rsts-thumbs-slide {
    overflow: visible;
    height: 270px !important; }

  .homepage-slider.mod_rocksolid_slider .headline {
    margin-top: 270px; }

  .homepage-slider.mod_rocksolid_slider .headline h1.ce_headline {
    color: #4A4A4A;
    font-size: 1.25rem;
    line-height: 1.25rem; }
    .homepage-slider.mod_rocksolid_slider .headline h1.ce_headline:nth-child(3) {
      padding: 4px 12px; } }
@media only screen and (max-width: 470px) {
  .homepage-slider.mod_rocksolid_slider {
    height: 435px !important; }

  .rsts-slide, .rsts-thumbs-slide {
    overflow: visible;
    height: 270px !important; }

  .homepage-slider.mod_rocksolid_slider .headline {
    margin-top: 270px; }

  .homepage-slider.mod_rocksolid_slider .headline h1.ce_headline {
    color: #4A4A4A;
    font-size: 1.25rem;
    line-height: 1.25rem; }
    .homepage-slider.mod_rocksolid_slider .headline h1.ce_headline:nth-child(3) {
      padding: 4px 12px; } }
.mod_search {
  font-size: 1.125rem; }
  .mod_search .relevance {
    color: #333333;
    font-size: 0.8em; }
  .mod_search .context {
    font-size: 0.8em;
    max-width: 50em;
    height: 5em;
    overflow: hidden; }
  .mod_search h3 {
    margin: 2em 0 0.2em; }
  .mod_search .highlight {
    border-radius: 2px;
    display: inline-block;
    padding: 0em 0.2em;
    background-color: #C6E89C; }

.site_header {
  z-index: 2;
  position: fixed;
  width: 100%; }
  .site_header.fixed {
    position: fixed;
    background: #fff; }
  .site_header .header-wrapper {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    background: #fff; }
    @media only screen and (max-width: 1024px) {
      .site_header .header-wrapper {
        display: none !important; } }

.website_logo {
  font-size: 1.125rem;
  padding: 1em 0;
  display: inline-block; }
  @media only screen and (min-width: 0) and (max-width: 64em) {
    .website_logo {
      padding: 0.2em 0 0.3em 0; } }
  .website_logo .image_container {
    margin: 0;
    width: 12.1875rem;
    overflow: visible; }
    @media only screen and (min-width: 0) and (max-width: 64em) {
      .website_logo .image_container {
        width: 8.125rem; } }
  .website_logo img {
    height: auto;
    max-width: 100%; }

/*
.no-svg .website-logo {
    content: "";
    display: block;
    background-color: red;
}
*/
/* TODO: make this (or parts of this) a mixin/extend? */
.site_footer {
  font-size: 1rem;
  margin-top: 2em;
  background-color: #000b70;
  padding: 61px 0 42px 0;
  z-index: 1;
  position: relative; }
  @media only screen and (min-width: 0) and (max-width: 64em) {
    .site_footer {
      text-align: center; } }
  .site_footer .ce_text p {
    font-size: 14px; }
  .site_footer p {
    font-size: 1em;
    color: #FFFFFF; }
  .site_footer .mod_customnav dl {
    margin: 1.25rem 0 0 0; }
    .site_footer .mod_customnav dl > dt {
      display: none; }
    .site_footer .mod_customnav dl dd > a {
      color: #FFFFFF;
      font-weight: 300;
      padding: 0 20px 0 0; }

.cols-footer {
  font-size: 1rem; }
  .cols-footer .ce_headline {
    color: #FFFFFF;
    text-transform: uppercase; }
  @media print {
    .cols-footer {
      display: none; } }
  @media only screen and (min-width: 0) and (max-width: 64em) {
    .cols-footer.cols-footer-2 {
      padding-bottom: 2em; } }
  @media only screen and (min-width: 80.0625em) {
    .cols-footer.cols-footer-2 {
      position: relative;
      top: -4em;
      margin-bottom: -4em;
      overflow: hidden; } }
  @media only screen and (min-width: 0) and (max-width: 64em) {
    .cols-footer .columns {
      position: relative;
      z-index: 20; }
    .cols-footer .ce_headline {
      text-align: center;
      color: #FFFFFF;
      font-size: 1.125em;
      font-weight: normal;
      padding: 0.55em 1.5em 0.55em 1.6em;
      position: relative;
      cursor: pointer; }
      .cols-footer .ce_headline:hover {
        color: #FFFFFF; }
      .cols-footer .ce_headline:before {
        display: none; }
      .cols-footer .ce_headline:after {
        content: "+";
        width: 1em;
        text-align: center;
        display: block;
        position: absolute;
        right: 0.8em;
        top: 25%; }
      .cols-footer .ce_headline.active:after {
        content: "-";
        top: 23%; }
    .cols-footer .columns > nav {
      text-align: center; }
    .cols-footer .level_1 {
      list-style: none;
      margin-left: 0; }
      .cols-footer .level_1 a:link,
      .cols-footer .level_1 a:visited {
        font-size: 1em;
        color: #FFFFFF; }
      .cols-footer .level_1 a:hover,
      .cols-footer .level_1 a:active,
      .cols-footer .level_1 a:focus {
        color: #FFFFFF;
        text-decoration: underline; }
    .cols-footer .columns {
      height: inherit !important; }
      .cols-footer .columns .block {
        display: none; }
        .cols-footer .columns .block.active {
          display: block; } }
  @media only screen and (min-width: 64.0625em) {
    .cols-footer .columns {
      position: relative;
      z-index: 20; }
    .cols-footer .ce_headline {
      font-size: 1.125em;
      font-weight: normal;
      padding: 0 0 0.5em;
      position: relative; }
      .cols-footer .ce_headline:before {
        display: none; }
    .cols-footer .level_1 {
      list-style: none;
      margin-left: 0; }
      .cols-footer .level_1 a:link,
      .cols-footer .level_1 a:visited {
        font-size: 1em;
        color: #FFFFFF; }
      .cols-footer .level_1 a:hover,
      .cols-footer .level_1 a:active,
      .cols-footer .level_1 a:focus {
        color: #FFFFFF;
        text-decoration: underline; }
      .cols-footer .level_1 span {
        font-size: 1em;
        color: #FFFFFF; }
    .cols-footer p {
      font-size: 1em; } }

.cols-footer-bottom {
  border-top: 1px solid #555555;
  padding-top: 22px; }

@media print {
  .site_footer .bottomline {
    display: none; } }
.site_footer .bottomline p {
  margin-bottom: 0; }
.site_footer .bottomline a,
.site_footer .bottomline a:hover,
.site_footer .bottomline a:visited,
.site_footer .bottomline a:active,
.site_footer .bottomline a:focus {
  color: #FFFFFF; }

.site-footer .copyright {
  font-size: 0.875rem;
  color: #FFFFFF; }
  @media only screen and (min-width: 64.0625em) {
    .site-footer .copyright {
      text-align: right; } }
  @media print {
    .site-footer .copyright {
      display: none; } }
  .site-footer .copyright a:link,
  .site-footer .copyright a:visited {
    color: #FFFFFF; }
  .site-footer .copyright a:hover,
  .site-footer .copyright a:active,
  .site-footer .copyright a:focus {
    color: #FFFFFF;
    text-decoration: underline; }

/* TODO: make this (or parts of this) a mixin/extend? */
.toplink {
  font-size: 0.875rem;
  text-transform: uppercase;
  width: 10em;
  padding: .6em 0 .6em 1em;
  display: inline-block;
  background-color: #f1f0ef;
  position: relative;
  top: -1.28em;
  text-align: left; }
  @media print {
    .toplink {
      display: none; } }
  .toplink a:link,
  .toplink a:visited {
    color: #161616; }
  .toplink a:hover,
  .toplink a:active,
  .toplink a:focus {
    color: #343434;
    text-decoration: underline; }
  .toplink:after, .toplink:before {
    bottom: 45%;
    left: 86%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .toplink:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #f1f0ef;
    border-width: 4px;
    margin-left: -4px; }
  .toplink:before {
    border-color: transparent;
    border-bottom-color: #000000;
    border-width: 6px;
    margin-left: -6px; }

.skiplink:focus, .nav-sub .invisible:focus, .skiplink-top:focus {
  background: #4A4A4A;
  color: #FFFFFF;
  display: block;
  font-size: 1.125rem;
  height: auto;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0.15em 0.3em;
  top: 0;
  width: auto;
  z-index: 1; }
  @media only screen and (min-width: 0) and (max-width: 64em) {
    .skiplink:focus, .nav-sub .invisible:focus, .skiplink-top:focus {
      position: relative;
      text-align: center;
      width: 100%; } }

@media only screen and (min-width: 64.0625em) {
  .skiplink-top:focus {
    font-size: 1.625rem;
    left: 40%;
    top: 18px; } }

.tags {
  margin-top: 4em; }
  .tags p {
    font-size: 0.875rem;
    margin-bottom: 0; }

.tag-chain {
  font-size: 0.875rem;
  list-style: none;
  margin: 0; }

.tag-chain-item {
  display: inline-block; }
  .tag-chain-item:after {
    content: "/";
    display: inline-block;
    text-align: right;
    width: 0.6em; }
  .tag-chain-item.last:after {
    content: "";
    width: 0; }
  .tag-chain-item a:link, .tag-chain-item a:visited {
    color: #222; }
  .tag-chain-item a:hover, .tag-chain-item a:active, .tag-chain-item a:focus {
    color: #4A4A4A;
    text-decoration: underline; }

.tooltip {
  border: 2px solid #000b70; }
  .tooltip.tip-top > .nub {
    border-color: #000b70 transparent transparent transparent;
    bottom: -23px; }
  .tooltip .nub {
    border: solid 11px; }

figure.tooltip-wrapper {
  float: left; }

body {
  min-width: 320px;
  color: #4A4A4A; }
  body .ce_headline {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  body .column + .column:last-child, body .columns + .column:last-child, body .column +
  .columns:last-child, body .columns +
  .columns:last-child {
    float: left; }

.row.full-width {
  max-width: 100%; }

@media print {
  .main-left {
    display: none; } }

@media print {
  .main-right {
    display: none; } }

.main {
  font-size: 1rem;
  min-height: 50em; }
  .main p {
    font-size: 1rem; }
  @media only screen and (min-width: 0) and (max-width: 64em) {
    .main {
      margin-bottom: 1em; } }
  @media only screen and (min-width: 48.0625em) {
    .main {
      margin-bottom: 2em; } }

.site_main {
  padding-top: 4rem; }
  @media only screen {
    .site_main {
      padding-top: 4rem; } }
  @media only screen and (min-width: 30.0625em) {
    .site_main {
      padding-top: 4rem; } }
  @media only screen and (min-width: 48.0625em) {
    .site_main {
      padding-top: 4rem; } }
  @media only screen and (min-width: 64.0625em) and (max-width: 73.6875em) {
    .site_main {
      padding-top: 5.25rem !important; } }
  @media only screen and (min-width: 64.0625em) {
    .site_main {
      padding-top: 5.5625rem; } }
  .site_main + .site_main {
    padding-top: 0; }
    @media only screen and (min-width: 64.0625em) and (max-width: 73.6875em) {
      .site_main + .site_main {
        padding-top: 0 !important; } }

.ce_column:target::before {
  display: block;
  content: " ";
  padding-top: 110px;
  margin-top: -110px;
  visibility: hidden; }

.pl {
  padding-left: 0.625rem;
  display: inline-block; }

.mod_article {
  margin-bottom: 2rem; }
  .mod_article.nospacing {
    margin-bottom: -1rem; }
  .mod_article.first {
    margin-top: 0;
    margin-bottom: 0; }
  @media only screen and (min-width: 30.0625em) and (max-width: 35.625rem) {
    body.homepage .mod_article.first {
      margin-top: 18px; } }
  .mod_article.article-bg-color {
    padding: 18px 0 18px 0; }
    .mod_article.article-bg-color .row .row {
      margin: 0; }
    .mod_article.article-bg-color .ce_text {
      max-width: none; }
      .mod_article.article-bg-color .ce_text p, .mod_article.article-bg-color .ce_text h1 {
        color: #FFFFFF; }
      @media only screen and (max-width: 768px) {
        .mod_article.article-bg-color .ce_text h1 {
          margin-top: 22px; } }
    .mod_article.article-bg-color .ce_headline {
      color: #FFFFFF; }
      @media only screen and (max-width: 768px) {
        .mod_article.article-bg-color .ce_headline {
          margin-top: 22px; } }
    .mod_article.article-bg-color .image_container img {
      width: 140px; }
      @media only screen and (min-width: 48.0625em) {
        .mod_article.article-bg-color .image_container img {
          width: auto; } }
      @media only screen and (max-width: 570px) {
        .mod_article.article-bg-color .image_container img {
          display: none; } }
  .mod_article .row.full-width .ce_column {
    margin-bottom: 20px; }
  .mod_article.article-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -1rem;
    margin-bottom: -1rem;
    padding: 3rem 0 4rem 0; }
    .mod_article.article-bg .ce_headline {
      color: #FFFFFF; }

.ce_page_teaser {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 480px;
  position: relative; }
  @media only screen and (max-width: 30em) {
    .ce_page_teaser {
      min-height: 300px; } }
  .ce_page_teaser .bg-overlay {
    background: rgba(74, 74, 74, 0.7);
    text-align: center;
    display: block;
    min-height: 480px;
    transition: all 0.5s ease-out; }
    @media only screen and (max-width: 30em) {
      .ce_page_teaser .bg-overlay {
        min-height: 300px;
        background: rgba(74, 74, 74, 0.45); } }
    .ce_page_teaser .bg-overlay:hover {
      background: rgba(74, 74, 74, 0.5); }
  .ce_page_teaser.product .bg-overlay:hover {
    background: transparent; }
  .ce_page_teaser.product:hover .teaser_content p {
    opacity: 0; }
  .ce_page_teaser .teaser_content {
    width: 100%;
    display: block;
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .ce_page_teaser .teaser_content .image_container {
      margin-bottom: 45px; }
    .ce_page_teaser .teaser_content p {
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 800;
      letter-spacing: 3px;
      transition: all 0.5s ease-out;
      padding: 0 20px; }
      @media only screen and (min-width: 30.0625em) {
        .ce_page_teaser .teaser_content p {
          font-size: 25px; } }

.panel {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15); }

.ce_text ul li {
  list-style: none; }
  .ce_text ul li:before {
    content: "• ";
    color: #000b70;
    margin-left: -1.1rem;
    font-size: 25px;
    line-height: 24px;
    display: block;
    float: left; }

.rsce_product-name {
  margin-bottom: 1.25rem; }
  @media only screen and (max-width: 30em) {
    .rsce_product-name {
      margin-bottom: 0.625rem; } }
  .rsce_product-name a {
    display: block;
    width: 100%;
    border: 1px solid #000000;
    padding: 5px 10px 3px 10px; }
    @media only screen and (max-width: 30em) {
      .rsce_product-name a {
        margin: auto; } }
    .rsce_product-name a span {
      color: #4A4A4A;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 1.3125rem;
      letter-spacing: 0.125rem;
      vertical-align: text-top; }
      @media only screen and (max-width: 30em) {
        .rsce_product-name a span {
          font-weight: 600;
          font-size: 1rem; } }

.largecaption .image_container {
  margin-bottom: 1.25rem;
  margin-top: 1.875rem; }
  .largecaption .image_container .caption {
    position: absolute;
    left: 210px;
    top: 73px;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 1.6875rem;
    text-transform: uppercase; }

.row.superdupermega .column, .row.superdupermega .columns {
  padding: 0 !important; }
  .row.superdupermega .column img, .row.superdupermega .columns img {
    min-height: 26.5625rem;
    object-fit: cover; }
    @media only screen and (max-width: 30em) {
      .row.superdupermega .column img, .row.superdupermega .columns img {
        min-height: 14.0625rem; } }

.row.superdupermegaspecial .column, .row.superdupermegaspecial .columns {
  padding: 0 !important; }
  .row.superdupermegaspecial .column imgage, .row.superdupermegaspecial .columns imgage {
    width: 100vw;
    height: 100vh;
    object-fit: cover; }

.superdupermegaspecialheadline {
  max-width: 120em;
  padding: 0 15px;
  margin: auto; }
  @media only screen and (min-width: 64.0625em) {
    .superdupermegaspecialheadline {
      max-width: 790px; } }
  .superdupermegaspecialheadline .column, .superdupermegaspecialheadline .columns {
    position: absolute;
    z-index: 1;
    max-width: 120em;
    padding: 0 15px;
    margin: auto;
    display: inline;
    top: 4.125em; }
    @media only screen and (max-width: 30em) {
      .superdupermegaspecialheadline .column, .superdupermegaspecialheadline .columns {
        margin-top: 0.9375em;
        left: 0;
        top: 0;
        position: relative;
        padding: 0 !important; } }
    @media only screen and (min-width: 30.0625em) and (max-width: 48em) {
      .superdupermegaspecialheadline .column, .superdupermegaspecialheadline .columns {
        left: 0; } }
    @media only screen and (min-width: 48.0625em) and (max-width: 64em) {
      .superdupermegaspecialheadline .column, .superdupermegaspecialheadline .columns {
        left: 0; } }
    @media only screen and (min-width: 64.0625em) {
      .superdupermegaspecialheadline .column, .superdupermegaspecialheadline .columns {
        padding-top: 1.5em;
        max-width: 790px; } }
    .superdupermegaspecialheadline .column h1.ce_headline, .superdupermegaspecialheadline .columns h1.ce_headline {
      font-weight: 100;
      font-size: 1.875rem;
      letter-spacing: 3px;
      line-height: 2.0625rem;
      text-transform: uppercase;
      display: inline-block;
      color: #FFFFFF;
      text-align: center;
      width: 100%; }
      @media only screen and (max-width: 30em) {
        .superdupermegaspecialheadline .column h1.ce_headline, .superdupermegaspecialheadline .columns h1.ce_headline {
          color: #4A4A4A; } }
      @media only screen and (min-width: 48.0625em) {
        .superdupermegaspecialheadline .column h1.ce_headline, .superdupermegaspecialheadline .columns h1.ce_headline {
          font-size: 1.875rem;
          letter-spacing: 3px;
          line-height: 2.0625rem;
          text-align: left;
          width: auto; } }
      @media only screen and (min-width: 80.0625em) {
        .superdupermegaspecialheadline .column h1.ce_headline, .superdupermegaspecialheadline .columns h1.ce_headline {
          font-size: 2.8125rem;
          line-height: 2.6875rem;
          max-width: 50em;
          text-align: left;
          width: auto; } }
      .superdupermegaspecialheadline .column h1.ce_headline:nth-child(2), .superdupermegaspecialheadline .columns h1.ce_headline:nth-child(2) {
        font-weight: 900;
        width: 100%; }
        @media only screen and (max-width: 34.375em) {
          .superdupermegaspecialheadline .column h1.ce_headline:nth-child(2), .superdupermegaspecialheadline .columns h1.ce_headline:nth-child(2) {
            font-size: 1.5rem; } }
      .superdupermegaspecialheadline .column h1.ce_headline:nth-child(3), .superdupermegaspecialheadline .columns h1.ce_headline:nth-child(3) {
        background: #000b70;
        color: #fff;
        font-size: 24px;
        float: right;
        font-weight: 900;
        padding: 0 12px; }
        @media only screen and (min-width: 80.0625em) {
          .superdupermegaspecialheadline .column h1.ce_headline:nth-child(3), .superdupermegaspecialheadline .columns h1.ce_headline:nth-child(3) {
            font-size: 1.875rem;
            line-height: 43px; } }

.mod_i18nl10nLanguageSelection {
  position: absolute;
  top: 0;
  right: 0.9375em; }
  .mod_i18nl10nLanguageSelection li.i18nl10n_lang {
    display: inline-block; }
  .mod_i18nl10nLanguageSelection li.active {
    display: none; }

.ce_rsce_topbar .top-bar-section .mod_i18nl10nLanguageSelection {
  left: 0;
  z-index: -1; }
  .ce_rsce_topbar .top-bar-section .mod_i18nl10nLanguageSelection ul li {
    border-top: 0; }
    .ce_rsce_topbar .top-bar-section .mod_i18nl10nLanguageSelection ul li a {
      padding-top: 1.4375rem;
      padding-bottom: 0.875rem; }
      .ce_rsce_topbar .top-bar-section .mod_i18nl10nLanguageSelection ul li a .i18nl10n_flag {
        margin-right: 0; }

.ce_rsce_topbar .close-topbar {
  z-index: 1; }

.toppadding {
  padding-top: 8rem; }

.homepage .page-teaser {
  padding: 2em 0 0.5em; }
.homepage .news_teaser {
  margin: 4em auto; }

body .mod_article.parallax-bg {
  margin-top: 0;
  margin-bottom: 0;
  padding: 3em 0 0 0;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  body .mod_article.parallax-bg section {
    margin: 200px auto;
    padding: 0 55px; }
    body .mod_article.parallax-bg section a.button {
      margin-top: 40px; }
  body .mod_article.parallax-bg .parallax-logo {
    margin: 55px auto 0 auto;
    max-width: 73.75rem;
    width: 100%;
    position: relative;
    text-align: right;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
    body .mod_article.parallax-bg .parallax-logo img {
      max-width: 175px; }
  body .mod_article.parallax-bg.parallax-box {
    background: #000b70;
    color: #fff; }
    @media only screen and (min-width: 48.0625em) {
      body .mod_article.parallax-bg.parallax-box {
        padding: 7em 0; } }
    body .mod_article.parallax-bg.parallax-box .parallax-icon {
      margin-bottom: 35px; }
    body .mod_article.parallax-bg.parallax-box:nth-child(odd) .background-image-holder.parallax-background {
      left: 0; }
      @media only screen and (min-width: 30.0625em) {
        body .mod_article.parallax-bg.parallax-box:nth-child(odd) .background-image-holder.parallax-background {
          display: none; } }
      @media only screen and (min-width: 48.0625em) {
        body .mod_article.parallax-bg.parallax-box:nth-child(odd) .background-image-holder.parallax-background {
          display: block; } }
    body .mod_article.parallax-bg.parallax-box:nth-child(odd) section {
      width: 50%;
      float: right; }
      @media only screen and (min-width: 30.0625em) {
        body .mod_article.parallax-bg.parallax-box:nth-child(odd) section {
          width: 100%; } }
      @media only screen and (min-width: 48.0625em) {
        body .mod_article.parallax-bg.parallax-box:nth-child(odd) section {
          width: 50%; } }
      body .mod_article.parallax-bg.parallax-box:nth-child(odd) section > .column {
        max-width: 700px; }
    body .mod_article.parallax-bg.parallax-box:nth-child(even) .background-image-holder.parallax-background {
      right: 0;
      left: auto; }
      @media only screen and (min-width: 30.0625em) {
        body .mod_article.parallax-bg.parallax-box:nth-child(even) .background-image-holder.parallax-background {
          display: none; } }
      @media only screen and (min-width: 48.0625em) {
        body .mod_article.parallax-bg.parallax-box:nth-child(even) .background-image-holder.parallax-background {
          display: block; } }
    body .mod_article.parallax-bg.parallax-box:nth-child(even) section {
      width: 50%;
      float: left; }
      @media only screen and (min-width: 30.0625em) {
        body .mod_article.parallax-bg.parallax-box:nth-child(even) section {
          width: 100%; } }
      @media only screen and (min-width: 48.0625em) {
        body .mod_article.parallax-bg.parallax-box:nth-child(even) section {
          width: 50%; } }
      body .mod_article.parallax-bg.parallax-box:nth-child(even) section > .column {
        max-width: 700px; }
    body .mod_article.parallax-bg.parallax-box .parallax-background {
      width: 50%; }
    body .mod_article.parallax-bg.parallax-box section {
      margin: 200px 0; }
      body .mod_article.parallax-bg.parallax-box section .column {
        padding-left: 2.5rem;
        padding-right: 2.5rem; }
      body .mod_article.parallax-bg.parallax-box section h2 {
        color: #FFFFFF;
        text-shadow: none;
        font-size: 1.7rem;
        letter-spacing: 2px; }
      body .mod_article.parallax-bg.parallax-box section .description p {
        font-size: 0.8125rem; }
      body .mod_article.parallax-bg.parallax-box section .description a.button {
        background: #FFFFFF;
        color: #112049;
        text-transform: uppercase;
        border-radius: 30px;
        font-size: 0.75rem;
        letter-spacing: 3px;
        margin-top: 40px; }
  body .mod_article.parallax-bg .background-image-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    z-index: 0;
    background-position: 80% 50% !important; }
    body .mod_article.parallax-bg .background-image-holder.parallax-background {
      height: 200%;
      top: -50%; }
  body .mod_article.parallax-bg .header-claim {
    background-color: #000b70;
    color: #FFFFFF;
    margin: 0 auto;
    text-transform: uppercase;
    line-height: normal; }
  body .mod_article.parallax-bg .description {
    margin: 0 auto 0.5rem;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone; }
    body .mod_article.parallax-bg .description p {
      font-size: 1.625rem;
      color: #FFFFFF;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.55); }
    body .mod_article.parallax-bg .description h1 {
      background-color: #000b70;
      color: #FFFFFF;
      text-transform: none;
      display: inline;
      padding: 4px 20px;
      -webkit-box-decoration-break: clone;
      -o-box-decoration-break: clone;
      box-decoration-break: clone; }
    @media only screen and (max-width: 30em) {
      body .mod_article.parallax-bg .description {
        background: #000b70;
        padding: 1px 8px; }
        body .mod_article.parallax-bg .description h1 {
          padding: 0; }
        body .mod_article.parallax-bg .description a.button {
          position: absolute;
          margin-left: -8px; } }
  body .mod_article.parallax-bg.parallax-header.sub-parallax {
    padding: 11em 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%); }
    body .mod_article.parallax-bg.parallax-header.sub-parallax section.first.row {
      max-width: 62.5rem; }
    body .mod_article.parallax-bg.parallax-header.sub-parallax .column {
      margin-bottom: 3em; }
    body .mod_article.parallax-bg.parallax-header.sub-parallax .header-logo {
      margin-bottom: 4em; }
    body .mod_article.parallax-bg.parallax-header.sub-parallax .header-claim {
      font-size: 3.75rem; }
    body .mod_article.parallax-bg.parallax-header.sub-parallax .background-image-holder {
      background-position: 80% top !important; }
  body .mod_article.parallax-bg.right-side {
    padding: 0; }
    body .mod_article.parallax-bg.right-side.has-left section {
      width: 100%;
      float: right; }
      @media only screen and (min-width: 64.0625em) {
        body .mod_article.parallax-bg.right-side.has-left section {
          width: 50%; } }
    body .mod_article.parallax-bg.right-side section {
      padding: 1rem 0;
      background-color: rgba(74, 74, 74, 0.56);
      border: 1px solid rgba(151, 151, 151, 0.57);
      position: relative; }
      body .mod_article.parallax-bg.right-side section .description p {
        font-size: 0.9375rem; }
      body .mod_article.parallax-bg.right-side section .description a.button {
        background: #112049;
        color: #FFFFFF;
        text-transform: uppercase;
        border-radius: 30px;
        font-size: 0.75rem;
        letter-spacing: 3px; }
      body .mod_article.parallax-bg.right-side section .parallax-dark {
        max-width: 36.875rem; }
      @media only screen and (min-width: 48.0625em) {
        body .mod_article.parallax-bg.right-side section {
          padding: 50px;
          width: 75%;
          margin-right: 0;
          margin-left: auto; } }
      @media only screen and (min-width: 64.0625em) {
        body .mod_article.parallax-bg.right-side section {
          width: 50%; } }
  body .mod_article.parallax-bg.left-side {
    padding: 0;
    border-bottom: 35px solid #112049; }
    body .mod_article.parallax-bg.left-side section {
      padding: 1rem 0;
      background-color: #FFFFFF;
      border: none;
      position: relative;
      left: -195px; }
      body .mod_article.parallax-bg.left-side section h3 > small {
        text-transform: uppercase;
        color: #757575; }
      body .mod_article.parallax-bg.left-side section .description p {
        font-size: 0.9375rem;
        color: #4d5660;
        text-shadow: none; }
      body .mod_article.parallax-bg.left-side section .description a.button {
        background: #112049;
        color: #FFFFFF;
        text-transform: uppercase;
        border-radius: 30px;
        font-size: 0.75rem;
        letter-spacing: 3px; }
      body .mod_article.parallax-bg.left-side section .ce_headline {
        margin-bottom: 25px; }
      body .mod_article.parallax-bg.left-side section .parallax-dark {
        max-width: 36.875rem; }
      @media only screen and (min-width: 30.0625em) {
        body .mod_article.parallax-bg.left-side section {
          padding: 50px;
          width: 75%;
          margin: 115px auto;
          left: auto; } }
      @media only screen {
        body .mod_article.parallax-bg.left-side section {
          padding: 50px;
          width: 75%;
          margin: 115px auto;
          left: auto; } }
      @media only screen and (min-width: 64.0625em) {
        body .mod_article.parallax-bg.left-side section {
          left: -195px; } }
      @media only screen and (min-width: 64.0625em) {
        body .mod_article.parallax-bg.left-side section {
          width: 50%; } }

body.homepage .mod_article.parallax-bg.parallax-header {
  padding: 8em 0 8em;
  min-height: 43em;
  border-top: 5px solid #000b70;
  border-bottom: 35px solid #000b70; }
  @media only screen and (min-width: 48.0625em) {
    body.homepage .mod_article.parallax-bg.parallax-header {
      padding-top: 8em; } }
  body.homepage .mod_article.parallax-bg.parallax-header section.first.row {
    max-width: 62.5rem; }
  @media only screen and (min-width: 48.0625em) {
    body.homepage .mod_article.parallax-bg.parallax-header {
      padding-top: 8em; } }
  body.homepage .mod_article.parallax-bg.parallax-header .column {
    margin-bottom: 3em; }
  body.homepage .mod_article.parallax-bg.parallax-header .header-claim {
    font-size: 5.5625rem; }
  body.homepage .mod_article.parallax-bg.parallax-header .header-logo {
    margin-bottom: 4em; }

.parallax-left {
  float: left;
  width: 100%;
  height: 40rem;
  position: relative;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 64.0625em) {
    .parallax-left {
      width: 50%; } }
  .parallax-left .parallax-left-inside {
    border: 1px solid #FFFFFF;
    padding: 1.4rem;
    max-width: 27rem; }
    .parallax-left .parallax-left-inside h4 {
      color: #FFFFFF;
      padding-left: 0.5rem; }
    .parallax-left .parallax-left-inside ul {
      margin: 0;
      list-style-type: none; }
      .parallax-left .parallax-left-inside ul li {
        border-left: 1px solid #FFFFFF;
        padding-left: 0.5rem;
        margin-bottom: 1rem; }

@media only screen and (max-width: 30em), only screen and (min-width: 30.0625em) and (max-width: 48em) {
  body .mod_article.parallax-bg .background-image-holder.parallax-background {
    height: 250%;
    top: -60%; } }

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