/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */7437
audio,
canvas,
video {
  display: inline-block;
}

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */
img {
  border: 0;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

#mktoForm_1042 .mktoFormRow, #mktoForm_1042 .mktoFormCol {
	display: inline-block !important;
}
#mktoForm_1042 > div:nth-of-type(2) {
	display: none !important;
}

#mktoForm_1042 .mktoButtonRow {
    background: #fff;
	width: 100%;
}
#mktoForm_1042 .mktoButtonRow .mktoButton {
	padding: 9px 30px !important;
	width: 100%;
}

@media screen and (min-width: 627px) {
	#mktoForm_1042 .mktoButtonRow {
		margin: 0 !important;
		width: auto !important;
		transform: translateX(-5%);
	    position: absolute;
	    top: .85rem;
	}
	#mktoForm_1042 .mktoButtonRow .mktoButton {
		padding: 7px 30px !important;
	}
}

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

/* ==========================================================================
   RWD
   ========================================================================== */
img, video, audio, iframe, object {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   Border Box
   ========================================================================== */
*, *:before, *:after {
  box-sizing: border-box;
}

.clearfix, .group {
  zoom: 1;
}

.clearfix:before, .clearfix:after, .group:before, .group:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after, .group:after {
  clear: both;
}

.is-exiting .app__overlay {
  background-color: white;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all linear .25s;
  z-index: 99;
}

.app__overlay {
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all ease .35s;
  z-index: 99;
}

.l-header__logo--animate:not(.disabled) .logo-circle--1,
.l-header__logo--animate:not(.disabled) .logo-circle--3 {
  -webkit-animation: spin .85s ease infinite;
          animation: spin .85s ease infinite;
}

.l-header__logo--animate:not(.disabled) .logo-circle--2 {
  -webkit-animation: spinReverse .85s ease infinite;
          animation: spinReverse .85s ease infinite;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes spinReverse {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes spinReverse {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

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: 40em)/";
  width: 0;
}

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

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

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

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

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

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

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

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

html, body {
  height: 100%;
}

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, 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: 1720px;
  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.9375rem;
  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.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

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

.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.9375rem;
    padding-right: 0.9375rem;
    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.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

@media only screen and (min-width: 40.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.9375rem;
    padding-right: 0.9375rem;
    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.9375rem;
    padding-right: 0.9375rem;
    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) {
  .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.9375rem;
    padding-right: 0.9375rem;
    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.9375rem;
    padding-right: 0.9375rem;
    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: 90.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.9375rem;
    padding-right: 0.9375rem;
    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.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

@media only screen and (min-width: 120.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.9375rem;
    padding-right: 0.9375rem;
    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.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

/* 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: 40.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: 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, .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: 90.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: 120.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;
  }
}

.row--full {
  max-width: initial;
}

.container {
  padding: 0 2.19298%;
  margin: 0 auto;
  box-sizing: content-box !important;
}

@media (max-width: 480px) {
  .container {
    padding: 0 5px;
  }
}

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

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

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

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

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

.align-center-middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

html {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  color: #4b4b51;
  font-size: 1.1875rem;
}

@media (max-width: 780px) {
  body {
    font-size: 1.125rem;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 1rem;
  }
}

blockquote {
  font-style: italic;
  font-weight: 400;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding-left: 25px;
  font-size: 1.4em;
  margin: 30px 0 20px;
  border-left: 2px solid #008CBA;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4, .graph-image__title,
h5, .h5 {
  font-family: "neuzeit-grotesk", sans-serif;
  font-style: normal;
  font-weight: 200;
}

h1, .h1 {
  font-size: 2.875rem;
  margin: 0 0 25px;
}

@media (max-width: 780px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
}

@media (max-width: 480px) {
  h1, .h1 {
    font-size: 1.5rem;
  }
}

h2, .h2 {
  font-size: 2.0625rem;
  margin: 0 0 25px;
  line-height: 1.2;
}

@media (max-width: 780px) {
  h2, .h2 {
    font-size: 1.5625rem;
  }
}

@media (max-width: 480px) {
  h2, .h2 {
    font-size: 1.25rem;
  }
}

h3, .h3 {
  font-size: 2.0625rem;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
}

@media (max-width: 780px) {
  h3, .h3 {
    font-size: 1.5625rem;
  }
}

@media (max-width: 480px) {
  h3, .h3 {
    font-size: 1.25rem;
  }
}

h4, .h4, .graph-image__title {
  font-size: 1.8125rem;
  margin: 0 0 25px;
}

@media (max-width: 780px) {
  h4, .h4, .graph-image__title {
    font-size: 1.375rem;
  }
}

@media (max-width: 480px) {
  h4, .h4, .graph-image__title {
    font-size: 1.125rem;
  }
}

h5, .h5 {
  font-size: 1.375rem;
  margin: 0 0 25px;
}

@media (max-width: 480px) {
  h5, .h5 {
    font-size: 1rem;
  }
}

.title--underline {
  margin-bottom: 30px;
  display: inline-block;
  font-weight: 700;
  font-size: 1.125rem;
  padding-bottom: 4px;
  border-bottom: 2px solid #3CE000;
}

.strong {
  font-weight: bold;
}

p {
  margin: 0 0 20px;
  letter-spacing: -0.4px;
}

pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  margin: 0 0 20px;
  padding: 10px;
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: block;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
}

.nowrap {
  white-space: nowrap;
}

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

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

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

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

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

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

a {
  color: #008CBA;
}

a:hover, a:focus {
  text-decoration: none;
}

a.cta {
  font-size: 1.1875rem;
}
@media screen and (min-width: 1064px) and (max-width: 1470px)  {
	a.cta {
		display: block;
		margin-top: 20px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1063px)  {
	a.cta {
		display: block;
		margin-top: -10px;
	}
}
.contact .l-main a,
.l-main p a {
  color: #0095bd;
  text-decoration: none;
  font-weight: normal;
  border-bottom: #0095bd 1px solid;
  transition: ease .15s color;
}

.contact .l-main a:hover, .contact .l-main a:focus,
.l-main p a:hover,
.l-main p a:focus {
  text-decoration: none;
  color: #707079;
  transition: ease .15s color;
}

.btn {
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  color: #3C3C42;
  padding: 12px 26px;
  position: relative;
  border-left: 2px solid #0096BD;
  border-right: 2px solid #89E100;
  transition: color linear .15s;
}

.btn:hover {
  color: #797985;
  transition: color linear .15s;
}

@media (max-width: 480px) {
  .btn {
    font-size: 0.875rem;
  }
}

.btn:before, .btn:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, #0096BD, #89E100);
  left: -2px;
  right: -2px;
  height: 2px;
}

.btn:before {
  top: -2px;
}

.btn:after {
  bottom: -2px;
}

.btn--apply {
  margin-top: 50px;
  margin-bottom: 50px;
}

.btn--secondary {
  color: #fff;
  transition: color linear .15s;
}

.btn--secondary:hover {
  color: #bfbfbf;
  transition: color linear .15s;
}

.press__title a, .post__title a {
  text-decoration: none;
  color: #4b4b51;
  font-size: 1.8125rem;
  font-weight: 200;
  letter-spacing: -1px;
}

@media (max-width: 1023px) {
  .press__title a, .post__title a {
    font-size: 1.375rem;
  }
}

@media (max-width: 480px) {
  .press__title a, .post__title a {
    font-size: 1.125rem;
  }
}

.press__title a:hover, .post__title a:hover {
  border-bottom: 1px solid #3CE000;
}

table {
  width: 100%;
}

table th, table td {
  text-align: left;
  padding: 5px;
}

table th {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

form .field {
  margin-bottom: 20px;
}

form label {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: .875rem;
  color: #8C8F8F;
}

form input[type=text],
form input[type=email],
form input[type=phone],
form input[type=password],
form input[type=number],
form input[type=search],
form textarea {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-font-smoothing: antialiased;
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  outline: none;
  margin-bottom: .75rem;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=phone]:focus,
form input[type=password]:focus,
form input[type=number]:focus,
form input[type=search]:focus,
form textarea:focus {
  border-color: #008CBA;
}

form input[type=text].auto,
form input[type=email].auto,
form input[type=phone].auto,
form input[type=password].auto,
form input[type=number].auto,
form input[type=search].auto,
form textarea.auto {
  width: auto;
}

form .note {
  margin-top: 5px;
  color: #aaa;
}

form .req {
  font-style: italic;
}

form .error .reason {
  margin-top: 5px;
  color: #FF4136;
}

form .error input[type=text],
form .error input[type=email],
form .error input[type=phone],
form .error input[type=password],
form .error input[type=number],
form .error input[type=search],
form .error textarea {
  border-color: #FF4136;
}

form button, form .btn {
  background-color: transparent;
}

form button.postfix, form .btn.postfix {
  padding: 6px 12px;
}

.band--bg:before, .divider--parallax:before, .hero:before, .pagination__item:before, .imageHolder:before, .team__overlay {
  background-color: rgba(46, 46, 52, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slick-arrow.slick-prev:before, .slick-arrow.slick-prev:after {
  content: "";
  height: 2px;
  width: 10px;
  display: block;
  background-color: #8C8F8F;
}

.slick-arrow.slick-prev:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.slick-arrow.slick-prev:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.slick-arrow.slick-next:before, .slick-arrow.slick-next:after {
  content: "";
  height: 2px;
  width: 10px;
  display: block;
  background-color: #8C8F8F;
}

.slick-arrow.slick-next:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.slick-arrow.slick-next:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.band {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 1023px) {
  .band {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.band:not(.m--border-bottom) + .band {
  padding-top: 0;
}

.band__title {
  line-height: 1;
  font-size: 2.875rem;
  font-weight: 200;
  letter-spacing: -1px;
  text-align: center;
}

@media (max-width: 780px) {
  .band__title {
    font-size: 2.25rem;
  }
}

@media (max-width: 480px) {
  .band__title {
    font-size: 1.5rem;
  }
}

.band__title--border-bottom {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: #CECECE 1px solid;
}

.band--bg {
  color: #fff;
  background-color: grey;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.band--bg:before {
  content: "";
}

.divider {
  height: 45vh;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.divider--parallax {
  color: #fff;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.divider--parallax:before {
  content: "";
}

.touch .divider--parallax {
  height: auto;
  padding: 30px 0;
}

.touch .divider--parallax.divider--empty {
  height: 40vh;
}

.divider--no-credit {
  margin-bottom: 50px;
}

.divider__credit--bottom {
  margin-top: 10px;
  margin-left: 2.19298%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lead, .hero__content {
  text-align: center;
  font-weight: 200;
  letter-spacing: -0.5px;
  font-size: 1.8125rem;
}

@media (max-width: 1023px) {
  .lead, .hero__content {
    font-size: 1.5625rem;
  }
}

@media (max-width: 780px) {
  .lead, .hero__content {
    font-size: 1.375rem;
  }
}

@media (max-width: 480px) {
  .lead, .hero__content {
    font-size: 1.125rem;
  }
}

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

.lead--first {
  font-weight: normal;
  font-size: inherit;
}

.lead--first p:first-of-type {
  font-weight: 200;
  font-size: 1.8125rem;
}

@media (max-width: 780px) {
  .lead--first p:first-of-type {
    font-size: 1.375rem;
  }
}

@media (max-width: 480px) {
  .lead--first p:first-of-type {
    font-size: 1.125rem;
  }
}

.lead .band__title, .hero__content .band__title {
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .lead .band__title, .hero__content .band__title {
    margin-bottom: 20px;
  }
}

.lead p, .hero__content p {
  margin-bottom: 40px;
}

.placeholder {
  background-color: #CECECE;
}

.placeholder--sq {
  padding-bottom: 100%;
}

.hero {
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
  height: 60vh;
}

@media (min-height: 0px) and (max-height: 800px) {
  .hero {
    height: 70vh;
  }
}

@media (min-height: 0px) and (max-height: 720px) {
  .hero {
    height: auto;
    padding: 30px 0;
  }
}

@media (max-width: 480px) {
  .hero {
    height: auto;
    padding: 30px 0;
  }
}

.hero:before {
  content: "";
}

.hero.home {
  padding: 0 !important;
}

.hero--full {
  height: 100vh;
}

@media (min-height: 0px) and (max-height: 720px) and (min-width: 1024px) {
  .hero--full {
    height: 900px;
  }
}

.hero--slim {
  height: initial;
  padding: 160px 0;
}

@media (max-width: 1023px) {
  .hero--slim {
    padding: 9.30233% 0;
  }
}

.hero--bare {
  height: 60vh;
}

@media (max-width: 1023px) {
  .hero--bare {
    height: 50vh;
  }
}

@media (max-width: 780px) {
  .hero--bare {
    height: 40vh;
  }
}

.hero--bare:before {
  display: none;
}

.hero__bg {
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.home .hero__bg {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.hero__credit {
  margin-top: 20px;
  margin-left: 2.19298%;
  margin-right: 2.19298%;
}

@media (max-width: 480px) {
  .hero__credit {
    margin-top: 10px;
  }
}

.hero__content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .hero__content p:last-child {
    margin-bottom: 0;
  }
}

.hero__title {
  font-weight: 200;
  font-size: 2.875rem;
  letter-spacing: -1px;
  position: relative;
  z-index: 10;
}

@media (max-width: 780px) {
  .hero__title {
    font-size: 2.25rem;
  }
}

@media (max-width: 480px) {
  .hero__title {
    font-size: 1.5rem;
  }
}

.home .hero__title {
  font-weight: 200;
  font-size: 3.75rem;
}

@media only screen and (min-width: 120.0625em) {
  .home .hero__title {
    font-size: 4.6875rem;
  }
}

@media (max-width: 780px) {
  .home .hero__title {
    font-size: 2.875rem;
  }
}

@media (max-width: 480px) {
  .home .hero__title {
    font-size: 1.625rem;
  }
}

.hero__title strong {
  font-weight: normal;
}

.hero__title a {
  color: #fff;
  text-decoration: none;
}

.hero__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 30px 0;
  font-size: 1.6875rem;
  letter-spacing: -.5px;
  line-height: 1.2;
  background-color: rgba(46, 46, 52, 0.8);
}

@media (max-width: 1279px) {
  .hero__bottom {
    font-size: 1.25rem;
  }
}

@media (max-width: 1023px) {
  .hero__bottom {
    font-size: 1rem;
  }
}

@media (min-width: 0px) and (max-width: 760px) {
  .hero__bottom {
    display: none;
  }
}

.hero__bottom__credit {
  position: absolute;
  left: 2.19298%;
  top: -50px;
}

.hero__bottom__caption {
  max-width: 250px;
  margin: 0 auto;
}

.hero__bottom__title {
  position: absolute;
  left: 0;
  right: 0;
  top: -65px;
}

@media (max-width: 1023px) {
  .hero__bottom__title {
    display: none;
  }
}

@media (max-width: 1023px) {
  .hero__bottom .container {
    padding: 0;
  }
}

.hero__bottom .flex__item {
  padding: 0 50px;
  position: relative;
  width: 25%;
}

@media (max-width: 780px) {
  .hero__bottom .flex__item {
    padding: 0 25px;
  }
}

.hero__bottom .flex__item figure {
  min-height: 120px;
  margin: 0 auto 30px;
}

@media (max-width: 1023px) {
  .hero__bottom .flex__item figure {
    min-height: 70px;
  }
}

.hero__bottom .flex__item:nth-of-type(1):after, .hero__bottom .flex__item:nth-of-type(2):after, .hero__bottom .flex__item:nth-of-type(3):after {
  background-repeat: no-repeat;
  background-position: center center;
  height: 50px;
  width: 50px;
  display: block;
  position: absolute;
  right: -25px;
  top: calc(50% - 25px);
}

@media (max-width: 1023px) {
  .hero__bottom .flex__item:nth-of-type(1):after, .hero__bottom .flex__item:nth-of-type(2):after, .hero__bottom .flex__item:nth-of-type(3):after {
    height: 30px;
    width: 30px;
    right: -15px;
    top: calc(50% - 15px);
  }
}

.hero__bottom .flex__item:nth-of-type(1) img {
  max-width: 115px;
}

@media (max-width: 1023px) {
  .hero__bottom .flex__item:nth-of-type(1) img {
    max-width: 70px;
  }
}

.hero__bottom .flex__item:nth-of-type(1):after {
  content: "";
  background-image: url("../img/home/plus-1.svg");
}

.hero__bottom .flex__item:nth-of-type(2) img {
  max-width: 135px;
}

@media (max-width: 1023px) {
  .hero__bottom .flex__item:nth-of-type(2) img {
    max-width: 80px;
  }
}

.hero__bottom .flex__item:nth-of-type(2):after {
  content: "";
  background-image: url("../img/home/plus-2.svg");
}

.hero__bottom .flex__item:nth-of-type(3) img {
  max-width: 185px;
}

@media (max-width: 1023px) {
  .hero__bottom .flex__item:nth-of-type(3) img {
    max-width: 100px;
  }
}

.hero__bottom .flex__item:nth-of-type(3):after {
  content: "";
  background-image: url("../img/home/equals.svg");
}

.hero__bottom .flex__item:nth-of-type(4) img {
  max-width: 185px;
}

@media (max-width: 1023px) {
  .hero__bottom .flex__item:nth-of-type(4) img {
    max-width: 100px;
  }
}

.home .hero--full,
.home .hero--slim {
  background: url("../img/home/hp-bg-hero.jpg") right top no-repeat;
}

.home .hero--slim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70vh;
}

.m-thc .hero {
  margin-bottom: 50px;
}

.m--border-bottom {
  position: relative;
}

.m--border-bottom:after {
  content: "";
  height: 1px;
  width: 70%;
  max-width: 1400px;
  margin: 0 auto;
  position: absolute;
  background-color: #CECECE;
  bottom: 0;
  left: 0;
  right: 0;
}

.m-blog {
  margin-top: 50px;
}

.c-close {
  height: 25px;
  width: 25px;
  cursor: pointer;
}

.c-close:hover:before, .c-close:hover:after {
  background-color: #a8a8a8;
  transition: background-color ease .25s;
}

.c-close:before, .c-close:after {
  display: block;
  background-color: #CECECE;
  height: 3px;
  width: 25px;
  content: "";
  -webkit-transform-origin: 10.5px 1.5px;
          transform-origin: 10.5px 1.5px;
  transition: background-color ease .25s;
}

.c-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.border--bottom {
  margin-bottom: 50px;
  border-bottom: #CECECE 1px solid;
}

.social__network {
  display: inline-block;
  margin-right: 5px;
}

.social svg {
  width: 18px;
  fill: #BABFBF;
}

.new-window {
  display: inline-block;
  background: url(../img/external-link.png) 100% 50% no-repeat;
  background-size: 16px 16px;
  padding-right: 24px;
}

.new-window:hover {
  background-opacity: .6;
}

.credit {
  font-size: 0.84375rem;
  color: #808080;
}

@media (max-width: 480px) {
  .credit {
    font-size: 0.625rem;
    text-align: center;
  }
}

.credit + .band {
  margin-top: -20px;
}

.hero .credit {
  color: #fff;
}

.careers__career {
  margin-bottom: 80px;
}

@media (max-width: 1023px) {
  .careers__career {
    margin-bottom: 13.94652%;
  }
}

@media (max-width: 480px) {
  .careers__career:not(:last-child) {
    margin-bottom: 80px;
  }
}

.careers p {
  margin-bottom: 30px;
}

.career__title {
  margin-bottom: 5px;
}

.career__team {
  font-size: 1.125rem;
  font-weight: 700;
}

.career__meta {
  color: #8C8F8F;
  font-size: 1rem;
  margin-bottom: 30px;
}

.career__meta--large {
  font-size: 1.125rem;
}

.columns__image {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .columns__image {
    margin-bottom: 15px;
  }
}

.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 780px) {
  .logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 0px) and (max-width: 760px) {
  .logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
}

.logos__item {
  padding: 0 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 780px) {
  .logos__item {
    padding-bottom: 30px;
  }
}

@media (min-width: 0px) and (max-width: 760px) {
  .logos__item {
    padding: 0 0 0px;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    text-align: center;
  }
  .logos__item:first-child {
    margin-top: 20px;
  }
}

.logos__item img {
  width: 100%;
}

@media (min-width: 0px) and (max-width: 760px) {
  .logos__item img {
    max-width: 180px;
    height: 100px;
  }
}

@media (max-width: 480px) {
  .logos__item img {
    max-width: 140px;
  }
}

.graph-image__title {
  letter-spacing: -.5px;
  font-weight: normal;
  margin-bottom: 50px;
}

.graph-image__tertiary {
  margin-top: 50px;
  color: #8C8F8F;
  letter-spacing: -.5px;
  font-size: 1.1875rem;
}

.press {
  margin: 2rem 0 3rem;
  padding: 0;
  list-style: none;
}

.press__block {
  border-bottom: 1px solid #CECECE;
  margin: 0 0 1rem;
  padding: 1rem;
  transition: ease .25s border;
}

.press__block:hover {
  border-color: #9b9b9b;
  transition: ease .25s border;
}

.press__block:hover .press__logo img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  transition: ease .25s all;
}

.press__date {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.press__logo {
  margin-bottom: 1rem;
}

@media (max-width: 480px) {
  .press__logo {
    height: 40px;
  }
}

.press__logo img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: .5;
  max-height: 50px;
  width: auto;
  transition: ease .25s all;
}

@media (max-width: 480px) {
  .press__logo img {
    max-height: 40px;
  }
}

.press__title {
  margin-bottom: 20px;
  padding-top: .5rem;
}

.pagination__item {
  background-size: cover;
  background-position: center center;
  text-align: center;
  height: 400px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
  font-size: 2.0625rem;
  font-weight: 200;
}

@media (max-width: 1023px) {
  .pagination__item {
    height: 300px;
  }
}

@media (max-width: 780px) {
  .pagination__item {
    height: 200px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 480px) {
  .pagination__item {
    padding: 30px 0;
    height: 200px;
    font-size: 1.25rem;
  }
}

.pagination__item:hover:before {
  background-color: rgba(46, 46, 52, 0.7);
  transition: background-color ease .25s;
}

.pagination__item:hover .pagination__title-title {
  border-bottom: 1px solid #3CE000;
}

.pagination__item:before {
  content: "";
  transition: background-color ease .25s;
}

.pagination__item div {
  position: relative;
  z-index: 10;
}

.pagination__item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
}

@media (max-width: 780px) {
  .pagination__item a {
    font-size: 1.5625rem;
  }
}

@media (max-width: 480px) {
  .pagination__item a {
    font-size: 1.25rem;
  }
}

.pagination__title {
  margin-bottom: 30px;
}

@media (max-width: 780px) {
  .pagination__title {
    margin-bottom: 15px;
  }
}

.pagination__title-time {
  display: block;
  margin-top: 10px;
  font-size: 1.1875rem;
}

.imageHolder {
  color: #fff;
  opacity: 1;
}

.imageHolder:before {
  content: "";
  z-index: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.imageHolder:nth-of-type(3):before {
  display: none;
}

.imageHolder .container {
  z-index: 101;
  position: relative;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-backface-visibility: hidden;
}

@media (max-width: 480px) {
  .imageHolder .container {
    padding-top: 50px;
  }
}

.is-exiting .imageHolder {
  opacity: 0;
  transition: opacity ease .5s;
}

.imageHolder img.img-holder-img {
  max-width: 100% !important;
  height: auto !important;
  margin-top: 50px;
}

.touch .img-holder-img {
  display: none;
}

.solutions {
  margin-top: 30px;
}

.solutions__solution {
  margin-bottom: 160px;
}

@media (max-width: 480px) {
  .solutions__solution:not(:last-of-type) {
    margin-bottom: 80px;
  }
}

@media (max-width: 1023px) {
  .solutions__solution {
    margin-bottom: 13.94652%;
  }
}

.solution__thumb {
  margin-top: 10px;
}

@media (min-width: 0px) and (max-width: 1024px) {
  .solution__thumb {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.solution__thumb img {
  width: 100%;
}

.solution__title a {
  color: #4b4b51;
  text-decoration: none;
}

#map {
  height: 50vh;
}

.team {
  padding: 0;
  margin: 0 -15px 0;
  list-style: none;
}

.team:before, .team:after {
  content: " ";
  display: table;
}

.team:after {
  clear: both;
}

@media (max-width: 480px) {
  .team {
    margin: 0;
  }
}

.team__close {
  position: absolute;
  bottom: 40px;
  right: 0;
}

.team__content {
  position: absolute;
  left: 15px;
  right: 15px;
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
  padding: 40px 0;
  margin: 30px 0;
}

.team__info {
  margin-bottom: 50px;
}

.team__title {
  letter-spacing: -1px;
  margin-bottom: 0;
}

.team__job-title {
  letter-spacing: -1px;
  font-size: 1.8125rem;
  margin-bottom: 30px;
}

@media (max-width: 1479px) {
  .team__job-title {
    font-size: 1.5625rem;
  }
}

@media (max-width: 1023px) {
  .team__job-title {
    font-size: 1.5625rem;
  }
}

@media (max-width: 780px) {
  .team__job-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 480px) {
  .team__job-title {
    font-size: 1.125rem;
  }
}

.team__photo img {
  display: block;
  margin: 10px 0;
  width: 100%;
}

.team__member {
  padding-bottom: 23%;
  width: calc(25% - 30px);
  float: left;
  position: relative;
  margin: 0 15px 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #CECECE;
  cursor: pointer;
  transition: margin .25s ease;
}

@media (max-width: 1279px) {
  .team__member {
    width: calc(50% - 30px);
    padding-bottom: 45%;
  }
}

@media (max-width: 480px) {
  .team__member {
    width: 100%;
    margin: 0 0 30px;
    padding-bottom: 100%;
  }
}

.touch .team__member .team__overlay, .team__member:hover .team__overlay {
  opacity: 1;
  transition: opacity ease .25s;
}

.team__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  color: #fff;
  font-weight: 200;
  padding: 15px;
  transition: opacity ease .35s;
}

.team__overlay a {
  color: #CECECE;
  text-decoration: none;
}

.no-touch .team__overlay a {
  display: none;
}

.team__overlay .team__title {
  line-height: 1.1;
}

.team__overlay .team__job-title {
  line-height: 1.2;
  margin-bottom: 0;
  color: #fff;
  font-size: 1.25rem;
}

.nav-grad {
  display: none;
}

.home .nav-grad {
  pointer-events: none;
  z-index: 11;
  position: absolute;
  display: block;
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 );
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .home .nav-grad {
    height: 90px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 20px;
  transition: padding ease .5s, background-color linear .5s, height linear .5s, border-bottom linear .5s;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  height: 120px;
  z-index: 100;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

@media (max-width: 1023px) {
  .l-header {
    padding-top: 30px;
  }
}

@media (max-width: 780px) {
  .l-header {
    padding-top: 25px;
    height: 100px;
  }
}

.l-header.open {
  height: 270px !important;
  opacity: 1;
  transition: height linear .2s;
}

.home .l-header {
  background-color: transparent;
  transition: padding ease .5s, background-color linear .5s, height linear .5s, border-bottom linear .5s;
  border-bottom: none;
}

.home .l-header.open {
  height: 270px !important;
  opacity: 1;
  transition: height linear .2s;
  background-color: #fff;
}

@media (max-width: 480px) {
  .l-header.open {
    height: 100px;
    opacity: 1;
  }
  .home .l-header {
    background-color: transparent;
    transition: padding ease .5s, background-color linear .5s, height linear .5s, border-bottom linear .5s;
    border-bottom: none;
  }
  .home .l-header.open {
    height: 100px;
    transition: height linear .2s;
    background-color: transparent;
  }
  .home .l-header.open.l-header--collapse {
    background-color: #fff;
    height: 70px;
  }
}

.l-header__logo {
  width: 275px;
  float: left;
  position: absolute;
  transition: all linear .5s;
}

@media (max-width: 1023px) {
  .l-header__logo {
    width: 200px;
  }
}

@media (max-width: 800px) {
  .l-header__logo {
    width: 170px;
  }
}

.l-header__logo svg {
  transition: all linear .5s;
  position: absolute;
}

.l-header__logo .logo-circle {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: -webkit-transform ease .25s;
  transition: transform ease .25s;
  transform: rotate(0deg);
  -webkit-transform: translateZ(-1000px);
  -webkit-transform-box: fill-box;
  transform-box: fill-box;
}

.l-header__logo .logo-circle .st0,
.l-header__logo .logo-circle .st1,
.l-header__logo .logo-circle .st2 {
  transition: all ease .25s;
}

.l-header__logo:hover:not(.disabled) .logo-circle {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: -webkit-transform ease .25s;
  transition: transform ease .25s;
  transform: rotate(0deg);
  -webkit-transform: translateZ(-1000px);
  -webkit-transform-box: fill-box;
  transform-box: fill-box;
}

.l-header__logo:hover:not(.disabled) .logo-circle--1 {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.l-header__logo:hover:not(.disabled) .logo-circle--2 {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.l-header__logo:hover:not(.disabled) .logo-circle--3 {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.l-header__logo .logo-text {
  transition: opacity ease .25s;
}

.l-header__logo a {
  outline: none;
}

.l-header.l-header--collapse {
  padding: 10px 0;
  background-color: #fff;
  height: 70px;
  border-bottom: 1px solid #e5e5e5;
  transition: padding ease .5s, background-color linear .5s, height linear .5s, border-bottom linear .5s;
}

.l-header.l-header--collapse .l-header__logo {
  width: 180px !important;
  height: 50px !important;
  transition: all linear .5s;
}

.l-header.l-header--collapse .l-header__logo svg {
  transition: all linear .5s;
}

.l-header.l-header--collapse .l-header__logo .logo-text {
  opacity: 0;
  transition: opacity ease .25s;
}

.l-header.l-header--collapse .l-nav {
  margin-top: 6px;
  transition: margin ease .5s;
}

@media (min-width: 0px) and (max-width: 760px) {
  .l-header.l-header--collapse .l-nav {
    margin-top: 0;
  }
}

.home .l-header.l-header--collapse .l-nav li a {
  color: #b1b1b3;
}

.home .l-header.l-header--collapse .l-nav li a:hover {
  color: #4b4b51;
}

.l-header.l-header--collapse .l-nav li .sub-menu a, .l-header.l-header--collapse .l-nav li .sub-menu a:hover {
  color: #4b4b51;
}

.l-header--home.l-header--collapse .l-header__burger div span,
.l-header--home.l-header--collapse .l-header__burger div span:before,
.l-header--home.l-header--collapse .l-header__burger div span:after {
  background-color: #4b4b51;
}

@media screen and (min-width: 760px) {
  .home .l-header--home.l-header--collapse .l-nav li:not(.nav-cta).menu-item-has-children:hover a {
    color: #4b4b51;
  }
}

.l-header--home .l-header__burger div span,
.l-header--home .l-header__burger div span:before,
.l-header--home .l-header__burger div span:after {
  background-color: #fff;
}

.l-header--home .l-header__burger.is-active div span,
.l-header--home .l-header__burger.is-active div span:before,
.l-header--home .l-header__burger.is-active div span:after {
  background-color: #4b4b51;
}

.l-header__burger {
  display: none;
  margin: 0;
  margin-top: 10px;
  cursor: pointer;
  transition-property: opacity, -webkit-filter, opacity, filter;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
  float: right;
  outline: none;
  position: relative;
  z-index: 1;
}

.l-header__burger:hover {
  opacity: 0.7;
}

.l-header__burger.is-active div span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition-delay: .15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.l-header__burger.is-active div span:before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.l-header__burger.is-active div span:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.l-header__burger div {
  width: 35px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.l-header__burger div span {
  display: block;
  margin-top: -2px;
  top: 15px;
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.l-header__burger div span,
.l-header__burger div span:before,
.l-header__burger div span:after {
  width: 100%;
  height: 4px;
  background-color: #4b4b51;
  border-radius: 2px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: -webkit-transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.l-header__burger div span:before,
.l-header__burger div span:after {
  content: "";
  display: block;
}

.l-header__burger div span:before {
  top: -10px;
  transition: top 0.1s .15s ease, opacity 0.1s ease;
}

.l-header__burger div span:after {
  bottom: -10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.15s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@media (min-width: 0px) and (max-width: 760px) {
  .l-header__burger {
    display: inline-block;
  }
}

.l-header__burger.is-active + .l-nav {
  right: 0;
  transition: all ease .25s;
}

.l-nav {
  text-align: right;
  float: right;
  font-weight: 700;
  margin-top: 12px;
  transition: margin ease .5s;
}

.l-nav > ul > li.current-menu-item:not(.nav-cta) > a:first-child, .l-nav > ul > li.current-page-parent:not(.nav-cta) > a:first-child {
  color: #4b4b51 !important;
  border-bottom: 2px solid #3CE000;
}

@media (max-width: 1023px) {
  .l-nav {
    margin-top: 5px;
  }
}

@media (max-width: 780px) {
  .l-nav {
    margin-top: 10px;
    height: 100vh;
  }
}

@media (min-width: 0px) and (max-width: 760px) {
  .l-nav {
    right: -100%;
    height: 100vh;
    margin: 0;
    width: 100%;
    position: fixed;
    top: 0;
    transition: all ease .25s;
  }
  .l-nav > ul {
    height: 100vh;
  }
  .l-nav li.nav-cta {
    display: block !important;
    margin-left: 0 !important;
    text-align: left;
  }
}

.l-nav__overlay {
  transition: all ease .4s;
  background-color: transparent;
}

.burger-is-active .l-nav__overlay {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all ease .4s;
}

.l-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 0px) and (max-width: 760px) {
  .l-nav ul {
    padding: 100px 0;
    width: calc(100% - 50px);
    background-color: #fff;
    float: right;
  }
}

.l-nav li:not(.nav-cta) {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}

@media (min-width: 0px) and (max-width: 760px) {
  .l-nav li:not(.nav-cta) {
    display: block;
    text-align: left;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #CECECE;
  }
  .l-nav li:not(.nav-cta):first-child {
    border-top: 1px solid #CECECE;
  }
  .l-nav li:not(.nav-cta):hover a:first-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.l-nav li:not(.nav-cta):hover a:first-child {
  color: #4b4b51;
  transition: all .25s ease;
  padding-bottom: 5px;
  border-bottom: 2px solid #3CE000;
}

.l-nav li:not(.nav-cta):hover .sub-menu {
  top: 88%;
  opacity: 1;
  height: auto;
}

@media screen and (min-width: 760px) {
  .home .l-nav li:not(.nav-cta):hover a {
    color: #4b4b51;
  }
}

@media (max-width: 480px) {
  .l-nav li:not(.nav-cta):hover a:first-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}

@media screen and (min-width: 760px) {
  .home .l-nav:hover li:not(.nav-cta) a {
    color: #4b4b51;
  }
}

.l-nav a {
  color: #b1b1b3;
  text-decoration: none;
  font-size: 1.125rem;
  outline: none;
  transition: all .25s ease;
  border-bottom: 2px solid transparent;
  display: block;
}

@media (min-width: 0px) and (max-width: 760px) {
  .l-nav a {
    border: none;
    font-size: 1rem;
  }
}

@media (max-width: 1023px) {
  .l-nav a {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 760px) {
  .home .l-nav a {
    color: #fff;
  }
}
@media screen and (min-width: 761px) and (max-width: 880px)  {
	.l-nav a {
	    font-size: 0.775rem;
	  }
	}
.l-nav li.nav-cta {
  display: inline-block;
  margin-left: 1rem;
}

.l-nav li.nav-cta a {
  padding: 8px 16px;
  border: none;
  background: #0096BD;
  color: #fff !important;
}

.l-nav .sub-menu {
  position: absolute;
  top: -999rem;
  opacity: 0;
  padding: .5rem;
  text-align: left;
  margin-top: 4px;
  min-width: 150px;
  height: 0;
  transition: height linear .5s, opacity linear .5s;
}

.l-nav .sub-menu li:not(.nav-cta) {
  display: block;
  margin-left: 0;
  border: none;
}

.l-nav .sub-menu li:not(.nav-cta) a {
  text-align: left;
  display: block;
  font-size: 1rem;
  color: #b1b1b3 !important;
  border: none !important;
}

@media (max-width: 1023px) {
  .l-nav .sub-menu li:not(.nav-cta) a {
    font-size: 0.875rem;
  }
}

@media (max-width: 780px) {
  .l-nav .sub-menu li:not(.nav-cta) a {
    font-size: 0.875rem;
  }
}

.l-nav .sub-menu li:not(.nav-cta) a:hover {
  color: #4b4b51 !important;
}

.l-nav .sub-menu li:not(.nav-cta).current-menu-item a {
  color: #4b4b51 !important;
}

@media (max-width: 1023px) {
  .l-nav .sub-menu {
    margin-top: 3px;
  }
}

@media (max-width: 780px) {
  .l-nav .sub-menu {
    display: none;
  }
}

.is-exiting .home .l-nav li:not(.current-menu-item) a {
  color: #b1b1b3;
}

.is-exiting .home .l-header--collapse .l-nav li.current-menu-item a {
  color: #4b4b51;
}

.l-main {
  margin-top: 120px;
}

@media (max-width: 780px) {
  .l-main {
    margin-top: 100px;
  }
}

.home .l-main {
  margin-top: 0;
}

.l-footer {
  background-color: #2E2E34;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 30px;
}

.l-footer__lower {
  margin-top: 120px;
  color: #8C8F8F;
}

@media (max-width: 480px) {
  .l-footer__lower {
    margin-top: 60px;
  }
}

.l-footer__lower a {
  color: #BABFBF !important;
}

.l-footer__sign-off {
  font-size: 1.0625rem;
  float: left;
  margin-right: 60px;
}

@media (max-width: 480px) {
  .l-footer__sign-off {
    margin-right: 0;
    float: none;
    margin-bottom: 5px;
    font-size: 0.9375rem;
  }
}

.l-footer__site-by {
  text-align: right;
  color: #8C8F8F;
  letter-spacing: -.5px;
}

@media (min-width: 0px) and (max-width: 1440px) {
  .l-footer__site-by {
    text-align: left;
  }
}

.l-footer__site-by a {
  color: #BABFBF !important;
  border-bottom: 1px solid transparent;
}

.l-footer__site-by a:hover {
  border-bottom: 1px solid #BABFBF;
}

@media (min-width: 0px) and (max-width: 1440px) {
  .l-footer__widget {
    margin-bottom: 20px;
  }
}

.l-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-footer ul li:first-child a {
  font-weight: bold;
}

.l-footer a {
  color: inherit;
  text-decoration: none;
  transition: ease .25s color, ease .25s border;
}

.l-footer a:hover, .l-footer a:focus {
  color: #79797d;
  transition: ease .25s color, ease .25s border;
}

.l-footer .social {
  float: left;
}

.l-footer .top-space {
  margin-top: 1rem;
}

.cpt_solution .lead, .cpt_solution .hero__content {
  margin-bottom: 30px;
}

.about-us .lead p, .about-us .hero__content p {
  margin-bottom: 70px;
}

@media (max-width: 480px) {
  .about-us .lead p:last-child, .about-us .hero__content p:last-child {
    margin-bottom: 0;
  }
}

.contact .row--1 .xxlarge-3 {
  margin-bottom: 80px;
}

@media (min-width: 0px) and (max-width: 640px) {
  .contact .row--1 .xxlarge-3 {
    margin-bottom: 20px;
  }
}

.home .hero:before {
  background-color: rgba(46, 46, 52, 0.05);
}

.home .hero .table {
  height: calc(100% - 275px);
}

@media (max-width: 780px) {
  .home .hero .table {
    height: calc(100% - 225px);
  }
}

@media (max-width: 480px) {
  .home .hero .table {
    height: 100vh;
  }
}

.home .slideshow--multi {
  margin-top: 50px;
}

.home-logos a img {
  margin-bottom: 1.5rem;
}

.partner {
  position: relative;
  min-height: 200px;
}

.partner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  max-width: 80%;
  max-height: 80%;
}

@media (max-width: 780px) {
  .partner {
    min-height: 100px;
  }
}

@media (max-width: 1023px) {
  .partner {
    min-height: 150px;
  }
}

.benefits h2 {
  margin-bottom: 50px;
}

.benefits .benefit {
  margin-bottom: 3rem;
  padding: 0 1rem;
}

.benefits .benefit h5 {
  margin-bottom: 0;
}

.platform .band.lead + .band, .platform .band.hero__content + .band {
  margin-top: -130px;
  padding-bottom: 50px;
}

@media (max-width: 480px) {
  .platform .band.lead + .band, .platform .band.hero__content + .band {
    margin-top: 0;
  }
}

.platform .slideshow--full {
  margin-top: 30px;
}

.archive .press article {
  padding: 1rem;
  margin-bottom: 4rem;
}

.thumb {
  height: 180px;
  position: relative;
  border: 1px solid #ededed;
  text-align: center;
}

.thumb img {
  position: absolute;
  top: 50%;
  max-width: 80%;
  max-height: 80%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.aboutpartners .thumbs h4 {
  margin-bottom: 3rem;
}

.post__author {
  margin-bottom: 30px;
}

.post__tags {
  font-size: 0.9375rem;
  margin-bottom: 30px;
}

.post__tags:before {
  content: "Tags";
  display: block;
  color: #8C8F8F;
}

.post__tags a {
  color: #4b4b51;
  text-decoration: none;
}

.post__tags a:hover {
  border-bottom: 1px solid #3CE000;
}

.post__tags span:after {
  content: "/";
  font-size: 10px;
  padding: 0 5px;
  top: -2px;
  position: relative;
  display: inline-block;
}

.post__tags span:last-of-type:after {
  display: none;
}

.post__time {
  color: #8C8F8F;
}

.post__time a {
  color: #4b4b51;
  text-decoration: none;
}

.post__time a:hover {
  border-bottom: 1px solid #3CE000;
}

.post__meta {
  margin-top: 10px;
  font-size: 0.9375rem;
  letter-spacing: -1px;
}

.blog .post {
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .blog .post {
    margin-bottom: 13.94652%;
  }
}

.blog .post__time {
  margin-bottom: 15px;
}

.blog .post__title {
  line-height: 1.2;
}

.blog .post__title a {
  font-size: 2.0625rem;
}

@media (max-width: 780px) {
  .blog .post__title a {
    font-size: 1.5625rem;
  }
}

@media (max-width: 480px) {
  .blog .post__title a {
    font-size: 1.25rem;
  }
}

.single-post h1 {
  line-height: 1.2;
  margin-bottom: 80px;
}

@media (max-width: 780px) {
  .single-post h1 {
    margin-bottom: 40px;
  }
}

.single-post .credit {
  margin-top: 10px;
  margin-bottom: 50px;
}

.single-post .post__meta {
  margin-bottom: 50px;
}

@media (max-width: 780px) {
  .single-post .post__meta {
    margin-bottom: 25px;
  }
}

@media print {
  header,
  nav,
  footer {
    display: none;
  }
  img {
    max-width: 500px;
  }
  body {
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
  }
}

@media (min-width: 1350px) and (max-width: 1920px) {
  .contact-column {
    width: 33.33333%;
  }
}

@media (max-width: 480px) {
  .columns:not(:last-child) > figure ~ p {
    margin-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .band + #open-positions {
    margin-top: 50px;
  }
}

@media (max-width: 480px) {
  .team__content > .row > .columns:first-child {
    display: none;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  top: calc(50% - 25px);
  font-size: 0;
  border: none;
  padding: 0;
  background: none;
  outline: none;
  height: 50px;
  width: 15px;
}

.slick-arrow.slick-prev {
  left: -125px;
}

@media (max-width: 1279px) {
  .slick-arrow.slick-prev {
    left: -75px;
  }
}

@media (max-width: 1023px) {
  .slick-arrow.slick-prev {
    left: -50px;
  }
}

@media (max-width: 480px) {
  .slick-arrow.slick-prev {
    left: 0;
  }
}

.slick-arrow.slick-next {
  right: -125px;
}

@media (max-width: 1279px) {
  .slick-arrow.slick-next {
    right: -75px;
  }
}

@media (max-width: 1023px) {
  .slick-arrow.slick-next {
    right: -50px;
  }
}

@media (max-width: 480px) {
  .slick-arrow.slick-next {
    right: 0;
  }
}

.slick-arrow span {
  display: none;
}

@media (max-width: 480px) {
  .slick-arrow:before, .slick-arrow:after {
    display: none !important;
  }
  .slick-arrow span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
    height: 15px;
  }
  .slick-arrow span:before, .slick-arrow span:after {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background-color: #8C8F8F;
    position: absolute;
    top: 4px;
    left: 3px;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .slick-arrow span:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .slick-arrow span:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 10px;
  }
  .slick-arrow.slick-prev span:before, .slick-arrow.slick-prev span:after {
    left: auto;
    right: 3px;
  }
  .slick-arrow.slick-prev span:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .slick-arrow.slick-prev span:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
  margin: 0 10px;
  height: 12px;
  width: 12px;
  background-color: #CECECE;
  border: 2px solid #CECECE;
  border-radius: 100%;
  cursor: pointer;
  transition: ease all .25s;
}

.slick-dots li:hover, .slick-dots li.slick-active {
  border-color: #3CE000;
  background-color: transparent;
  transition: ease all .25s;
}

.slick-dots button {
  display: none;
}

.slick-slide {
  outline: none;
}

.slideshow--multi .slideshow__content {
  font-size: 1.1875rem;
}

@media (max-width: 780px) {
  .slideshow--multi .slideshow__content {
    font-size: 1.125rem;
  }
}

@media (max-width: 480px) {
  .slideshow--multi .slideshow__content {
    font-size: 1rem;
  }
}

.slideshow--multi .slideshow__content p {
  margin-bottom: 0;
  font-weight: normal;
}

.slideshow--multi .slideshow__title {
  font-weight: 200;
  margin-bottom: 10px;
  font-size: 1.8125rem;
}

@media (max-width: 1023px) {
  .slideshow--multi .slideshow__title {
    font-size: 1.375rem;
  }
}

@media (max-width: 480px) {
  .slideshow--multi .slideshow__title {
    font-size: 1.125rem;
  }
}

.slideshow--multi .slideshow__image {
  margin-bottom: 40px;
}

.slideshow--multi .slideshow__image img {
  max-height: 140px;
}

.slideshow--multi .slideshow__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0;
}

.slideshow--multi .slideshow__product__link {
  position: absolute;
  bottom: 0;
  display: block;
  text-align: center;
  width: 100%;
  left: 0;
}

.slideshow--multi .slideshow__slide {
  padding: 0 30px;
  position: relative;
}

@media (max-width: 480px) {
  .slideshow--full {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .slideshow--full-caption {
    margin-top: -40px;
  }
}

.slideshow--full-caption .slideshow__caption {
  text-align: center;
  margin-top: 80px;
}

.slideshow--full-caption .slideshow__caption h3 a {
  text-decoration: none;
  color: #4b4b51;
}

.slideshow--full-caption .slideshow__caption h3 a:hover {
  border-bottom: 1px solid #3CE000;
}

.slideshow--full .slideshow__slide {
  padding: 0 90px;
}

@media (max-width: 1023px) {
  .slideshow--full .slideshow__slide {
    padding: 0 60px;
  }
}

@media (max-width: 780px) {
  .slideshow--full .slideshow__slide {
    padding: 0 30px;
  }
}

@media (max-width: 480px) {
  .slideshow--full .slideshow__slide {
    padding: 0;
  }
}

.slideshow--full .slideshow__image {
  padding-bottom: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.slideshow--full .slideshow__image a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

.slideshow--full .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}

.slideshow--full-fade {
  margin-top: 50px;
}

.slideshow--full-fade .slideshow__slide {
  height: 60vh;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.slideshow--full-fade .slideshow__slide__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 0;
  color: #fff;
  font-size: 1.8125rem;
  font-weight: 200;
}

@media (max-width: 780px) {
  .slideshow--full-fade .slideshow__slide__bottom {
    font-size: 1.375rem;
  }
}

@media (max-width: 480px) {
  .slideshow--full-fade .slideshow__slide__bottom {
    font-size: 1.125rem;
  }
}

.slideshow--full-fade .slick-arrow {
  border: 1px solid #CECECE;
  height: 35px;
  width: 35px;
  position: relative;
  border-radius: 100%;
  transition: border-color .25s ease;
}

.slideshow--full-fade .slick-arrow:hover {
  transition: border-color .25s ease;
  border-color: #8e8e8e;
}

.slideshow--full-fade .slick-arrow:before, .slideshow--full-fade .slick-arrow:after {
  margin: 0 auto;
}

.slideshow--full-fade .slick-arrow span {
  margin: 0 auto;
  right: 0;
}

.touch .slideshow--full-fade .slick-arrow span {
  display: block;
}

.slideshow--full-fade .slick-next {
  right: initial;
}

.slideshow--full-fade .slick-prev {
  left: initial;
  margin-right: 10px;
}

.slideshow--single .hero__title a:hover {
  border-bottom: 1px solid #3CE000;
}

.slideshow--single .slick-arrow:before, .slideshow--single .slick-arrow:after {
  background-color: #fff;
  width: 20px;
  height: 4px;
}

.slideshow--single .slick-next {
  right: 50px;
}

.slideshow--single .slick-prev {
  left: 50px;
}

/*  =============================
    Default WP Styles
    ============================= */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.admin-bar .l-header {
  top: 32px;
}

/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}

.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  box-sizing: border-box;
  padding-right: 44px;
}

img.rsImg {
  max-width: none;
}

.grab-cursor {
  cursor: url(grab.png) 8 8, move;
}

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}

/******************************
*
*  RoyalSlider White Controls Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: 'rs-minimal-white.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/
/* Background */
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
  background: #000;
  color: #FFF;
}

/***************
*
*  1. Arrows
*
****************/
.rsMinW .rsArrow {
  height: 32px;
  width: 32px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

.rsMinW .rsArrowLeft {
  right: 37px;
  bottom: 7px;
}

.rsMinW .rsArrowRight {
  right: 7px;
  bottom: 7px;
}

.rsMinW .rsArrowIcn {
  width: 24px;
  height: 24px;
  margin-top: 3px;
  margin-left: 3px;
  position: absolute;
  cursor: pointer;
  background: url("rs-minimal-white.png") transparent;
  border-radius: 2px;
}

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -68px -36px;
}

.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -68px -68px;
}

.rsMinW.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -100px -36px;
}

.rsMinW.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -100px -68px;
}

.rsMinW .rsArrowDisabled .rsArrowIcn {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  *display: none;
}

/***************
*
*  2. Bullets
*
****************/
.rsMinW .rsBullets {
  position: absolute;
  bottom: 15px;
  right: 73px;
  z-index: 35;
  padding-top: 4px;
  height: auto;
  text-align: center;
  line-height: 6px;
  overflow: hidden;
}

.rsMinW .rsBullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px 4px;
}

.rsMinW .rsBullet span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #CCC;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.rsMinW .rsBullet.rsNavSelected span {
  background: #FFF;
}

/***************
*
*  3. Thumbnails
*
****************/
.rsMinW .rsThumbsHor {
  width: 100%;
  height: 72px;
}

.rsMinW .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.rsMinW.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}

.rsMinW.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}

.rsMinW .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}

.rsMinW .rsThumb img {
  width: 100%;
  height: 100%;
}

.rsMinW .rsThumb.rsNavSelected {
  background: #333;
}

.rsMinW .rsThumb.rsNavSelected img {
  filter: alpha(opacity=40);
  opacity: 0.7;
}

.rsMinW .rsThumb.rsNavSelected span.thumbIco {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #FFF;
  border: 2px solid rgba(255, 255, 255, 0.9);
  -webkit-backface-visibility: hidden;
}

.rsMinW .rsTmb {
  display: block;
}

/* Thumbnails arrow icons */
.rsMinW .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}

.rsMinW .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("rs-minimal-white.png");
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}

.rsMinW .rsThumbsArrowDisabled {
  display: none !important;
}

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsMinW .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsMinW .rsThumbsHor {
    height: 44px;
  }
  .rsMinW .rsThumbsVer {
    width: 59px;
  }
}

/***************
*
*  4. Tabs
*
****************/
.rsMinW .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}

.rsMinW .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #000;
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  *display: inline;
  *zoom: 1;
}

.rsMinW .rsTab:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rsMinW .rsTab:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}

.rsMinW .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

.rsMinW .rsTab.rsNavSelected {
  color: #000;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}

/***************
*
*  5. Fullscreen button
*
****************/
.rsMinW .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}

.rsMinW .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("rs-minimal-white.png") 0 0 transparent;
}

.rsMinW .rsFullscreenIcn:hover {
  opacity: 0.8;
}

.rsMinW.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}

/***************
*
*  6. Play/close video button
*
****************/
.rsMinW .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}

.rsMinW .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  border-radius: 4px;
  transition: .3s;
  background: url(rs-minimal-white.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}

.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}

.rsMinW .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
}

.rsMinW .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.rsMinW .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

.rsMinW .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("rs-minimal-white.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}

.rsMinW .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/***************
*
*  7. Preloader
*
****************/
.rsMinW .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../preloaders/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

/***************
*
*  8. Global caption
*
****************/
.rsMinW .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}

#full-width-slider {
  width: 100%;
  height: 100vh;
  color: #000;
}

.coloredBlock {
  padding: 12px;
  background: rgba(255, 0, 0, 0.6);
  color: #FFF;
  width: 200px;
  left: 20%;
  top: 5%;
}

.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 75%;
  min-width: 50%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 0px;
}

.infoBlockLeftBlack::after {
  content: "";
  display: block;
  height: 3px;
  background: #52a58d;
  /* Old Browsers */
  /*Safari 5.1-6*/
  /*Opera 11.1-12*/
  /*Fx 3.6-15*/
  background: linear-gradient(to right, #52a58d, #80d816);
  /*Standard*/
}

.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0, 0, 0, 0.475);
  left: 30px;
  right: auto;
}

.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}

.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}

.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}

.rsContent {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.rsContent ul {
  width: 350px;
  height: 465px;
  padding: 0;
}

.rsContent ul.five {
  background: url("../img/home/hero-circles-05.png") 0 0 no-repeat;
}

.rsContent ul.four {
  background: url("../img/home/hero-circles-04.png") 0 0 no-repeat;
}

.rsContent ul.three {
  background: url("../img/home/hero-circles-03.png") 0 0 no-repeat;
}

.rsContent ul.two {
  background: url("../img/home/hero-circles-02.png") 0 0 no-repeat;
}

.rsContent ul.one {
  background: url("../img/home/hero-circles-01.png") 0 0 no-repeat;
}

.rsContent li {
  text-indent: -9999px;
  list-style-type: none;
}

.rsContent li a {
  display: block;
  z-index: 8888;
}

.rsContent li:nth-child(1) {
  width: 70px;
  margin: 0px 0px 0px 180px;
}

.rsContent li:nth-child(1) a {
  height: 30px;
}

.rsContent li:nth-child(2) {
  width: 140px;
  margin: -24px 0px 0px 0px;
}

.rsContent li:nth-child(2) a {
  height: 55px;
}

.rsContent li:nth-child(3) {
  width: 158px;
  margin: 24px 0px 0px 127px;
}

.rsContent li:nth-child(3) a {
  height: 71px;
}

.rsContent li:nth-child(4) {
  width: 200px;
  margin: 47px 0px 0px 137px;
}

.rsContent li:nth-child(4) a {
  height: 93px;
}

.rsContent li:nth-child(5) {
  width: 237px;
  margin: 33px 0px 0px 84px;
}

.rsContent li:nth-child(5) a {
  height: 103px;
}

.rsContent img {
  position: absolute;
}

.sliderContainer .ctaRow p {
  padding: 0;
  margin: 0 auto;
}

.sliderContainer .ctaRow p a {
  color: #fff;
  margin-left: 20px;
}

.h2 {
  position: relative;
  margin-bottom: 0 !important;
}

.h3.infoBlock {
  width: 100%;
  max-width: 100%;
  left: 0;
}

.portalContainer {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1300px;
  min-width: 600px;
  margin: -140px auto 0 auto;
  position: relative;
  padding-left: 20px;
}

@media (max-width: 780px) {
  .portalContainer {
    margin: 0 auto;
  }
}

.portalContainer .text {
  width: 100%;
  min-height: 230px;
  margin-top: 120px;
}

.portalContainer .text h2 {
  font-size: 1.15em;
  font-weight: normal;
  color: #092e45;
  padding: 0;
  margin: 0;
  text-align: left;
  width: 540px;
}

.portalContainer .text h3 {
  text-transform: uppercase;
  padding: 30px 80px 30px 30px;
  font-size: 0.6em;
  margin: 0;
  text-align: left;
}

.portalContainer .portal {
  /*float: right;*/
  /*width: 60%;*/
  top: 15%;
  min-width: 400px;
  margin-left: -70px;
  margin-top: 60px;
}

@-webkit-keyframes transformAnim {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes transformAnim {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0.0;
  }
  to {
    opacity: 1.0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0.0;
  }
  to {
    opacity: 1.0;
  }
}

.portalContainer .portal::before {
  content: "";
  display: block;
  position: absolute;
  width: 416px;
  height: 416px;
  z-index: 8888;
  margin: -20px 0px 0px -20px;
  background: url("../img/home/hero-portal-outline.svg") left top no-repeat;
  -webkit-animation: 2s transformAnim, 1s fadeIn;
          animation: 2s transformAnim, 1s fadeIn;
}

@media (max-width: 780px) {
  .portalContainer .portal::before {
    background: url("") 0 0 no-repeat;
  }
}

.portalContainer .portal img {
  /*float: right;*/
  position: relative;
}

.portal.rsABlock,
.infoBlockLeftBlack.rsABlock {
  position: relative;
}

.rsMinW .rsSlide {
  background: url("../img/home/hp-bg-hero.jpg") right top no-repeat;
  background-size: cover;
}

.hero__bottom {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 30px 0;
  font-size: 1.6875rem;
  letter-spacing: -.5px;
  line-height: 1.2;
  background-color: rgba(46, 46, 52, 0.8);
  z-index: 5555;
}

.ctaRow {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 30px 0;
  font-size: 1.6875rem;
  letter-spacing: -.5px;
  line-height: 1.2;
  background-color: rgba(46, 46, 52, 0.8);
  z-index: 5555;
}

@media all and (min-width: 1480px) {
  .rsMinW .rsBullets {
    top: 240px !important;
    right: 110px;
  }
}

@media screen and (min-width: 960px) and (min-height: 660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
    /*height: 520px !important;*/
    height: 100vh !important;
  }
}

@media screen and (min-width: 960px) and (min-height: 1000px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
    /*height: 660px !important;*/
    height: 100vh !important;
  }
  .portalContainer .text h2 {
    margin-top: 60px;
  }
}

@media screen and (min-width: 0px) and (max-width: 959px) {
  .hero--full {
    height: 300px !important;
  }
  .portal,
  .rsContent ul,
  .h3.infoBlock {
    display: none !important;
  }
  .portalContainer {
    min-width: 0 !important;
  }
  .portalContainer .text h2 {
    font-size: 1.15em;
    text-align: center;
    width: 100% !important;
    padding: 50px 20px;
    color: #fff;
    position: relative;
    z-index: 12;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  }
  .ctaRow {
    padding: 10px;
  }
  .ctaRow p {
    font-size: 0.8em;
    padding-top: 2px;
  }
}

@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow, .hero--full {
    height: 300px !important;
  }
	.columns{
		width:100%;
	}
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
    font-size: 14px;
    line-height: 17px;
  }
}

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

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

.bare-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.clear {
  clear: both;
}

.c-brand-primary {
  color: #3CE000;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.float--right {
  float: right;
}

.float--left {
  float: left;
}

.full-width img {
  width: 100%;
  display: block;
}

hr {
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 40px 0;
}

.relative {
  position: relative;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table__cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.table__cell--bottom {
  vertical-align: bottom;
}

.valign {
  vertical-align: middle;
}

.v-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

html .mb0 {
  margin-bottom: 0px;
}

html .pl60 {
  padding-left: 60px;
}

@media (min-width: 0px) and (max-width: 1440px) {
  html .mq__xlarge--pl0 {
    padding-left: 0;
  }
}

@media (max-width: 1023px) {
  html .mq__large--pl0 {
    padding-left: 0;
  }
}

.post-112 .band:first-child {
    padding-bottom: 30px;
}
.service-logo {
	border: 1px solid #E9EAEB;
	padding: .75em 1em;
	margin-top: 1.5em;
}

.service-logo h4 {
	line-height: 120%;
    font-size: 1.75rem;
    margin-top: .5em;
    margin-bottom: .5em;
}
.post-112 .service-logo {
	margin-top: 1.5em;
	padding: 1.5em;
	margin-bottom: 40px;
}
.post-112 .bloom .medium-8 {
    width: 100%;
    padding-left: 0;
}
.bloom .medium-offset-2 {
	margin-left: 0 !important;
}
.container.quote {
	padding: 0;
}
@media only screen and (min-width: 1024px) {
	.bloom .medium-8 {
	    width: 91.66667%;
	}
	
}
.topbanner input,
.topbanner select,
.topbanner textarea{
  border-width: 1px !important;
  border-color: #b7b7b7 !important;
  border-style: solid !important;
  background-color: white !important;
  width: 100% !important;
  height: 40px !important;
  display: block !important;
  margin-bottom: 30px !important;
  font-size: 16px !important;
  padding: 10px 15px !important;
	margin:0px !important;
}
.lefttext {
    margin-top: 40px;
    margin-left: 100px;
    margin-right: 100px;
}

.topbanner input::-webkit-input-placeholder,
.topbanner select::-webkit-input-placeholder {
  color: #4b4b51;
  font-size: 16px;
}

.topbanner input:-moz-placeholder,
.topbanner select:-moz-placeholder {
  color: #4b4b51;
  font-size: 16px;
}

.topbanner input::-moz-placeholder,
.topbanner select::-moz-placeholder {
  color: #4b4b51;
  font-size: 16px;
}

.topbanner input:-ms-input-placeholder,
.topbanner select:-ms-input-placeholder {
  color: #4b4b51;
  font-size: 16px;
}

.topbanner input[type="checkbox"] {
  margin: 0;
  display: none !important;
  border-radius: 4px;
  width: 14px;
  height: 0px !important;
  position: absolute;
  top: 2px;
}

.topbanner .mktoFieldDescriptor.mktoFormCol {
    position: relative;
    float: none;
}
.topbanner form {
    width: 100% !important;
}

.topbanner .mktoButtonRow {
  display: inline-block;
  position: relative;
}

.topbanner .mktoForm .mktoClear {
  clear: both;
  float: none;
}

.topbanner #mktoForm_1194 > div:nth-child(6) > div.mktoFieldDescriptor.mktoFormCol > div.mktoFieldWrap > label,
.topbanner #mktoForm_1194 > div:nth-child(7) > div.mktoFieldDescriptor.mktoFormCol > div.mktoFieldWrap > label {
  padding-left: 30px;
  text-transform: initial;
  display: inline-block;
}

.topbanner #mktoForm_1194 > div:nth-child(6) > div.mktoFieldDescriptor.mktoFormCol > div.mktoFieldWrap > label a,
.topbanner #mktoForm_1194 > div:nth-child(7) > div.mktoFieldDescriptor.mktoFormCol > div.mktoFieldWrap > label a {
  color: #008cba;
  cursor: pointer;
}

.topbanner .mktoButton {
  width: 206px;
  border: 0px;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
  color: #3c3c42;
  padding: 12px 0;
  border-left: 2px solid #0096BD;
  border-right: 2px solid #89E100;
  position: relative;
  margin-top: 15px;
  -webkit-appearance: button;
  cursor: pointer;
  margin: 0;
  font-weight: bold;
  margin-top: 35px;
}

.topbanner select.mktoField {
  color: #3c3c42 !important;
  background: url(http://sevenorbital.staging.wpengine.com/wp-content/uploads/2018/06/arrow-down.png) no-repeat #FFF 97% center;
  background-size: 15px;
  -webkit-appearance: none;
}
.topbanner input[type=checkbox] + label {
  cursor: pointer;
  position: absolute;
  width: 20px !important;
  height: 20px;
  top: 0;
  left: 0px;
  background: #ffffff;
  border: 1px solid #b7b7b7;
  opacity: 0.9;
  margin: 5px 5px 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.2em;
  display: block;
  min-height: 12px;
}

.topbanner input[type=checkbox] + label:after {
  opacity: 0.0;
  content: '';
  position: absolute;
  width: 10px;
  height: 6px;
  background: transparent;
  top: 5px;
  left: 4px;
  border: 3px solid #77777d;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.topbanner input[type=checkbox] + label:hover {
  color: #333;
}

.topbanner input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.topbanner .mktoButton:before,
.topbanner .mktoButton:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, #0096BD, #89E100);
  left: -2px;
  right: -2px;
  height: 2px;
  top: 0;
}

.topbanner .mktoButton:after {
  top: initial;
  bottom: 0;
}

.topbanner .mktoAsterix {
  display: none !important;
}

.topbanner .mktoButtonWrap.mktoNative,
.topbanner .mktoButtonRow {
  display: block;
  text-align: center;
	margin:0px !important;
}

.topbanner .mktoForm label {
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
	width: 100% !important;
	    font-weight: normal !important;
}
.topbanner .mktoForm .mktoFieldWrap {
    float: none;
}
.topbanner .mktoForm .mktoGutter, .topbanner .mktoAsterix, .topbanner .mktoOffset {
    display: none;
}
.topbanner .mktoForm label span {
  color: #bf0000;
  display: inline-block;
  vertical-align: super;
}

.contacthead .row {
    margin: 25px auto 0 !important;
}
.topbanner textarea {
    height: 100px !important;
}
.topbanner .mktoRequiredField .mktoLabel:after {
    content: " *";
    color: red !important;
    font-weight: 100 !important;
    font-size: 0.9em !important;
}


textarea#Comments__c {
    margin-bottom: 20px !important;
}
#mktoForm_1194 div:nth-child(7) .mktoError{
	right: -60px !important;
    bottom: -34px !important;
    top: 22px !important;
}
 .request__content {
    text-align: center;
    font-weight: 200;
    letter-spacing: -0.5px;
    font-size: 1.7rem;
}
.contacthead {    text-align: left;}
.contacthead a{

  color:#008CBA!important;

}
.contacthead h4 {
    font-weight: 200;
    font-size: 2.875rem;
    color: #fff;
  margin: 0 0 20px;
    letter-spacing: -0.4px
 }
.contacthead {
    padding: 10px;
}
  .contacthead h5 {
    font-size: 32px;
    line-height: 48px;
    color: #fff;
}

/*14-08-2018*/
.companycareers .band {padding:38px 30px 25px;}
.companycareers .text-center h3{margin: 0 0 10px;font-size: 1.5rem;}
.companycareers .text-center p{margin:0 0 8px;}
.companycareers .text-center a.btn{margin-top: 8px;}
.companycareers .text-center h4{font-size: 1.3rem;font-weight: 700;margin-top: 6px;margin-bottom: 20px;}
.companycareers .image-grid{margin: 2rem 0rem!important;}
.companycareers #post-12 p{font-size: 18px;margin:0 0 10px;}
.companycareers #post-12 h3{font-weight: 500;margin-bottom: 10px;font-size: 1.5rem;}
.companycareers #positions .band__title--border-bottom {padding-bottom: 15px;margin-bottom: 30px;font-size:1.8rem;font-weight: 500;}
.companycareers #positions .careers__career{margin-bottom: 0px;}
.companycareers #positions .border--bottom{margin-bottom: 20px;}
.companycareers #positions .career__title{font-size: 1.5rem;}
.companycareers #positions .title--underline{font-size: 18px;margin-bottom: 23px;}

.image-caption {
	margin-top: 13px;
    font-size: 85%;
    display: inline-block;
}
.columns.image {
	margin-bottom: 2s0px;
}
@media screen and (min-width: 769px)  {
	.columns.image {
		padding-left: 0;
	}
	.postid-114 .band {
		padding-bottom: 30px;
	}
}
blockquote img {
	max-width: 200px;
    margin-top: 20px;
}
    