@charset "UTF-8";
/******************************************************************
	
Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file. 

******************************************************************/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

.slide-in-down.mui-enter {
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

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

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

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

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

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

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

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

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

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

.row {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

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

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

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

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

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

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1; }

.clearfix::after {
  clear: both; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html,
body {
  height: 100%; }

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

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

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

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

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

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

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

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

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

.orbit {
  position: relative; }

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

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

.orbit-figure {
  margin: 0; }

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

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

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

.orbit-previous {
  left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.sticky-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }

@media screen and (max-width: 39.9375em) {
  .stacked-for-small .top-bar-left,
  .stacked-for-small .top-bar-right {
    width: 100%; } }

@media screen and (max-width: 63.9375em) {
  .stacked-for-medium .top-bar-left,
  .stacked-for-medium .top-bar-right {
    width: 100%; } }

@media screen and (max-width: 74.9375em) {
  .stacked-for-large .top-bar-left,
  .stacked-for-large .top-bar-right {
    width: 100%; } }

@media screen and (max-width: 89.9375em) {
  .stacked-for-xlarge .top-bar-left,
  .stacked-for-xlarge .top-bar-right {
    width: 100%; } }

.stacked-for-xxlarge .top-bar-left,
.stacked-for-xxlarge .top-bar-right {
  width: 100%; }

.top-bar-left,
.top-bar-right {
  width: 100%; }

@media screen and (min-width: 40em) {
  .top-bar-left,
  .top-bar-right {
    width: auto; } }

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

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

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

/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('assets/fonts/font-name.eot');
    	src: url('assets/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('assets/fonts/font-name.woff') format('woff'),
             url('assets/fonts/font-name.ttf') format('truetype'),
             url('assets/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*********************
CSS3 GRADIENTS.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
@media screen and (min-width: 40em) {
  .js .animSlideDown {
    transition: opacity 0.9s cubic-bezier(0.26, 0.46, 0.45, 0.95), transform 0.9s cubic-bezier(0.26, 0.46, 0.45, 0.95), color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), border 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate(0, -25px);
    filter: alpha(Opacity=0);
    opacity: 0; }
  .js .animSlideDown.animated {
    transform: translate(0);
    filter: alpha(Opacity=100);
    opacity: 1; } }

/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  background: #183d57; }

/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none; }

/*********************
NAVIGATION STYLES
*********************/
.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  padding: 1rem 0rem; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

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

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

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

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

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #1583cc;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
FOUNDATION STYLES
*********************/
/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/ }

/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

@font-face {
  font-family: 'montserratblack';
  src: url("../fonts/../fonts/montserrat-black-webfont.eot");
  src: url("../fonts/../fonts/montserrat-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/../fonts/montserrat-black-webfont.woff2") format("woff2"), url("../fonts/../fonts/montserrat-black-webfont.woff") format("woff"), url("../fonts/../fonts/montserrat-black-webfont.ttf") format("truetype"), url("../fonts/../fonts/montserrat-black-webfont.svg#montserratblack") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratregular';
  src: url("../fonts/../fonts/montserrat-regular-webfont.eot");
  src: url("../fonts/../fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/../fonts/montserrat-regular-webfont.woff") format("woff"), url("../fonts/../fonts/montserrat-regular-webfont.ttf") format("truetype"), url("../fonts/../fonts/montserrat-regular-webfont.svg#montserratregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratlight';
  src: url("../fonts/../fonts/Montserrat-Light.eot");
  src: url("../fonts/../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/../fonts/Montserrat-Light.svg#montserratregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratsemi_bold';
  src: url("../fonts/../fonts/montserrat-semibold-webfont.eot");
  src: url("../fonts/../fonts/montserrat-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/../fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/../fonts/montserrat-semibold-webfont.woff") format("woff"), url("../fonts/../fonts/montserrat-semibold-webfont.ttf") format("truetype"), url("../fonts/../fonts/montserrat-semibold-webfont.svg#montserratsemi_bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserrat_extrabold';
  src: url("../fonts/../fonts/montserrat-extrabold-webfont.eot");
  src: url("../fonts/../fonts/montserrat-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/../fonts/montserrat-extrabold-webfont.woff2") format("woff2"), url("../fonts/../fonts/montserrat-extrabold-webfont.woff") format("woff"), url("../fonts/../fonts/montserrat-extrabold-webfont.ttf") format("truetype"), url("../fonts/../fonts/montserrat-extrabold-webfont.svg#montserrat_extrabold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'oswaldbold';
  src: url("../fonts/oswald-bold-webfont.eot");
  src: url("../fonts/oswald-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-bold-webfont.woff2") format("woff2"), url("../fonts/oswald-bold-webfont.woff") format("woff"), url("../fonts/oswald-bold-webfont.ttf") format("truetype"), url("../fonts/oswald-bold-webfont.svg#oswaldbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'oswalddemibold';
  src: url("../fonts/oswald-demibold-webfont.eot");
  src: url("../fonts/oswald-demibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-demibold-webfont.woff2") format("woff2"), url("../fonts/oswald-demibold-webfont.woff") format("woff"), url("../fonts/oswald-demibold-webfont.ttf") format("truetype"), url("../fonts/oswald-demibold-webfont.svg#oswalddemibold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'oswaldextralight';
  src: url("../fonts/oswald-extralight-webfont.eot");
  src: url("../fonts/oswald-extralight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-extralight-webfont.woff2") format("woff2"), url("../fonts/oswald-extralight-webfont.woff") format("woff"), url("../fonts/oswald-extralight-webfont.ttf") format("truetype"), url("../fonts/oswald-extralight-webfont.svg#oswaldextralight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'oswaldheavy';
  src: url("../fonts/oswald-heavy-webfont.eot");
  src: url("../fonts/oswald-heavy-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-heavy-webfont.woff2") format("woff2"), url("../fonts/oswald-heavy-webfont.woff") format("woff"), url("../fonts/oswald-heavy-webfont.ttf") format("truetype"), url("../fonts/oswald-heavy-webfont.svg#oswaldheavy") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'oswaldlight';
  src: url("../fonts/oswald-light-webfont.eot");
  src: url("../fonts/oswald-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-light-webfont.woff2") format("woff2"), url("../fonts/oswald-light-webfont.woff") format("woff"), url("../fonts/oswald-light-webfont.ttf") format("truetype"), url("../fonts/oswald-light-webfont.svg#oswaldlight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'oswaldmedium';
  src: url("../fonts/oswald-medium-webfont.eot");
  src: url("../fonts/oswald-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-medium-webfont.woff2") format("woff2"), url("../fonts/oswald-medium-webfont.woff") format("woff"), url("../fonts/oswald-medium-webfont.ttf") format("truetype"), url("../fonts/oswald-medium-webfont.svg#oswaldmedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'oswald_regularregular';
  src: url("../fonts/oswald-regular-webfont.eot");
  src: url("../fonts/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-regular-webfont.woff2") format("woff2"), url("../fonts/oswald-regular-webfont.woff") format("woff"), url("../fonts/oswald-regular-webfont.ttf") format("truetype"), url("../fonts/oswald-regular-webfont.svg#oswald_regularregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'oswald_stencilbold';
  src: url("../fonts/oswald-stencil-webfont.eot");
  src: url("../fonts/oswald-stencil-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-stencil-webfont.woff2") format("woff2"), url("../fonts/oswald-stencil-webfont.woff") format("woff"), url("../fonts/oswald-stencil-webfont.ttf") format("truetype"), url("../fonts/oswald-stencil-webfont.svg#oswald_stencilbold") format("svg");
  font-weight: normal;
  font-style: normal; }

.home .off-canvas-wrapper .off-canvas-content, .page-template-work_page .off-canvas-wrapper .off-canvas-content, .page-template-page-team .off-canvas-wrapper .off-canvas-content, .page-template-terms .off-canvas-wrapper .off-canvas-content {
  padding-top: 0 !important; }

.home .header-outer, .page-template-work_page .header-outer, .page-template-page-team .header-outer, .page-template-terms .header-outer {
  height: 550px;
  float: none; }
  .home .header-outer .header, .page-template-work_page .header-outer .header, .page-template-page-team .header-outer .header, .page-template-terms .header-outer .header {
    background-color: transparent; }
    .home .header-outer .header.scrolled, .page-template-work_page .header-outer .header.scrolled, .page-template-page-team .header-outer .header.scrolled, .page-template-terms .header-outer .header.scrolled {
      /* Changed bg color according to Michel's guide */
      background-color: rgba(24, 64, 92, 0.9); }
      .home .header-outer .header.scrolled .top-bar, .page-template-work_page .header-outer .header.scrolled .top-bar, .page-template-page-team .header-outer .header.scrolled .top-bar, .page-template-terms .header-outer .header.scrolled .top-bar {
        transition: border 0.4s;
        border-bottom: 1px solid rgba(255, 255, 255, 0); }
    .home .header-outer .header .top-bar, .page-template-work_page .header-outer .header .top-bar, .page-template-page-team .header-outer .header .top-bar, .page-template-terms .header-outer .header .top-bar {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.off-canvas-wrapper {
  overflow: hidden; }
  .off-canvas-wrapper .off-canvas-content {
    display: inline-block;
    width: 100%;
    padding-top: 74px; }

.header-outer {
  background-size: cover;
  height: auto;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  /* Overlay style */
  /* Overlay closing cross */
  /* Menu style */
  /* Effects */ }
  @media screen and (max-width: 39.9375em) {
    .header-outer {
      height: auto;
      background: url(../images/main_image2.jpg) center !important; } }
  .header-outer video {
    position: absolute;
    top: 0;
    z-index: 0;
    display: block;
    width: 100%; }
    @media (max-width: 1300px) {
      .header-outer video {
        width: auto;
        height: 100%; } }
    @media screen and (max-width: 39.9375em) {
      .header-outer video {
        display: none; } }
  .header-outer .header {
    background-color: #18405c;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    transition: background-color 0.4s; }
    .header-outer .header.absolute {
      position: absolute !important; }
    .header-outer .header .top-bar {
      padding: 18px 20px !important; }
      .header-outer .header .top-bar, .header-outer .header .top-bar ul {
        background: transparent !important; }
        .header-outer .header .top-bar .logo, .header-outer .header .top-bar ul .logo {
          background: url("../images/advant-white.svg") no-repeat;
          text-indent: -9999px;
          background-size: contain;
          position: relative;
          z-index: 9999;
          width: 109px;
          height: auto; }
          .header-outer .header .top-bar .logo h1, .header-outer .header .top-bar ul .logo h1 {
            font-size: inherit;
            margin: 0;
            line-height: inherit; }
      @media screen and (max-width: 39.9375em) {
        .header-outer .header .top-bar .top-bar-left {
          max-width: 50%; } }
      @media screen and (max-width: 39.9375em) {
        .header-outer .header .top-bar .top-bar-right {
          max-width: 50%; }
          .header-outer .header .top-bar .top-bar-right .menu {
            text-align: right; }
            .header-outer .header .top-bar .top-bar-right .menu #trigger-overlay {
              position: relative;
              z-index: 9999999;
              width: 32px;
              height: 32px;
              padding: 0;
              bottom: -4px; }
              .header-outer .header .top-bar .top-bar-right .menu #trigger-overlay #nav-icon {
                width: 32px;
                height: 32px;
                position: relative;
                transform: rotate(0deg);
                transition: .5s ease-in-out;
                cursor: pointer; }
              .header-outer .header .top-bar .top-bar-right .menu #trigger-overlay #nav-icon span {
                display: block;
                position: absolute;
                height: 5px;
                width: 100%;
                background: #FFF;
                opacity: 1;
                left: 0;
                transform: rotate(0deg);
                transition: .25s ease-in-out; }
              .header-outer .header .top-bar .top-bar-right .menu #trigger-overlay #nav-icon span:nth-child(1) {
                top: 3px; }
              .header-outer .header .top-bar .top-bar-right .menu #trigger-overlay #nav-icon span:nth-child(2), .header-outer .header .top-bar .top-bar-right .menu #trigger-overlay #nav-icon span:nth-child(3) {
                top: 12px; }
              .header-outer .header .top-bar .top-bar-right .menu #trigger-overlay #nav-icon span:nth-child(4) {
                top: 21px; } }
      .header-outer .header .top-bar .top-bar-right .menu > li {
        display: inline-block; }
      .header-outer .header .top-bar .top-bar-right .menu-item a {
        text-transform: uppercase;
        color: #A3AFBE;
        transition: all 0.2s;
        font-size: 14px;
        font-family: "montserratsemi_bold", sans-serif;
        padding: 0.7rem 1.3rem; }
        .header-outer .header .top-bar .top-bar-right .menu-item a:hover {
          color: #FFF; }
        @media (min-width: 640px) and (max-width: 695px) {
          .header-outer .header .top-bar .top-bar-right .menu-item a {
            font-size: 12px;
            padding: 0.84rem 1rem; } }
  .header-outer .content-slider {
    display: block;
    height: 100%;
    vertical-align: top;
    color: #FFF;
    text-align: center;
    background-color: rgba(1, 31, 52, 0.84);
    padding-top: 115px;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 39.9375em) {
      .header-outer .content-slider {
        padding-left: 15px;
        padding-right: 15px; } }
    .header-outer .content-slider .content-slider-headings {
      display: inline-block;
      padding-bottom: 24px; }
      .header-outer .content-slider .content-slider-headings .main-heading {
        text-align: center;
        text-transform: uppercase;
        color: #b7e2ff;
        line-height: 100%;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
        font-family: "oswaldlight", sans-serif;
        font-size: 72px; }
        @media screen and (max-width: 39.9375em) {
          .header-outer .content-slider .content-slider-headings .main-heading {
            font-size: 36px; } }
      .header-outer .content-slider .content-slider-headings .sub-heading {
        text-align: center;
        font-size: 36px;
        line-height: 24px;
        max-width: 620px;
        margin: 0 auto;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
        font-family: "oswaldlight", sans-serif;
        text-transform: uppercase;
        padding-bottom: 0;
        border-bottom: none; }
        @media screen and (max-width: 39.9375em) {
          .header-outer .content-slider .content-slider-headings .sub-heading {
            font-size: 18px; } }
    .header-outer .content-slider .content-slider-text {
      max-width: 530px;
      margin: 0 auto;
      font-family: "montserratregular", sans-serif;
      font-size: 16px;
      line-height: 24px; }
      @media screen and (max-width: 39.9375em) {
        .header-outer .content-slider .content-slider-text {
          font-size: 14px;
          line-height: 21px; } }
    .header-outer .content-slider .button.radius {
      border-radius: 3px;
      background: #00a5cf;
      text-transform: uppercase;
      font-family: "oswalddemibold", sans-serif;
      padding: 20px 50px;
      margin-top: 40px;
      transition: all 0.2s;
      font-size: 18px; }
      @media screen and (max-width: 39.9375em) {
        .header-outer .content-slider .button.radius {
          font-size: 14px;
          margin-bottom: 40px; } }
      .header-outer .content-slider .button.radius:hover {
        background: #1ac3eb; }
  .header-outer .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/menu-bg.jpg) no-repeat;
    background-size: cover;
    padding-top: 75px;
    display: block;
    text-align: left !important; }
  .header-outer .overlay .overlay-close {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    background: url(../img/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100; }
  .header-outer .overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    font-size: 54px;
    transform: translateY(-50%); }
  .header-outer .overlay ul {
    list-style: none;
    margin: 0 auto;
    height: auto;
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 25px; }
  .header-outer .overlay ul li {
    display: block; }
  .header-outer .overlay ul li a {
    font-weight: 300;
    display: block;
    color: #fff;
    transition: color 0.2s;
    font-family: "montserratlight", sans-serif;
    text-transform: lowercase;
    font-size: 24px;
    line-height: 60px;
    padding: 0 20px !important; }
  .header-outer .overlay ul li a:hover,
  .header-outer .overlay ul li a:focus {
    color: #fff;
    outline: 0 none; }
  .header-outer .overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s; }
  .header-outer .overlay-hugeinc .mobile-menu-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px 20px 20px; }
    .header-outer .overlay-hugeinc .mobile-menu-footer .email-block {
      padding-bottom: 15px; }
      .header-outer .overlay-hugeinc .mobile-menu-footer .email-block .heading {
        font-family: "oswald_regularregular", sans-serif;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
        color: #FFF; }
      .header-outer .overlay-hugeinc .mobile-menu-footer .email-block .content {
        font-family: "montserratlight", sans-serif;
        font-size: 12px;
        line-height: 18px;
        color: #FFF; }
    .header-outer .overlay-hugeinc .mobile-menu-footer .address-block .heading {
      font-family: "montserratsemi_bold", sans-serif;
      font-size: 12px;
      line-height: 18px;
      color: #FFF; }
    .header-outer .overlay-hugeinc .mobile-menu-footer .address-block .content {
      font-family: "montserratlight", sans-serif;
      font-size: 12px;
      line-height: 18px;
      color: #FFF; }
  .header-outer .overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s; }
  .header-outer .overlay-hugeinc nav {
    perspective: 1200px; }
  .header-outer .overlay-hugeinc nav ul {
    opacity: 0.4;
    transform: translateY(-25%) rotateX(35deg);
    transition: transform 0.5s, opacity 0.5s; }
  .header-outer .overlay-hugeinc.open nav ul {
    opacity: 1;
    transform: rotateX(0deg); }
  .header-outer .overlay-hugeinc.close nav ul {
    transform: translateY(25%) rotateX(-35deg); }
  @media screen and (max-height: 30.5em) {
    .header-outer .overlay nav {
      height: 70%;
      font-size: 34px; }
    .header-outer .overlay ul li {
      min-height: 34px; } }

@media screen and (max-width: 39.9375em) {
  body.mobile-menu-open .overlay-hugeinc {
    opacity: 1 !important;
    visibility: visible; }
  body.mobile-menu-open .header-outer .header .top-bar .top-bar-right .menu #trigger-overlay #nav-icon span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%; }
  body.mobile-menu-open .header-outer .header .top-bar .top-bar-right .menu #trigger-overlay #nav-icon span:nth-child(2) {
    transform: rotate(45deg); }
  body.mobile-menu-open .header-outer .header .top-bar .top-bar-right .menu #trigger-overlay #nav-icon span:nth-child(3) {
    transform: rotate(-45deg); }
  body.mobile-menu-open .header-outer .header .top-bar .top-bar-right .menu #trigger-overlay #nav-icon span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%; } }

body iframe[name="google_conversion_frame"] {
  display: none; }

.off-canvas-wrapper {
  overflow: hidden; }
  .off-canvas-wrapper .off-canvas-content {
    display: inline-block;
    width: 100%; }

.woocommerce-experts {
  position: relative; }
  .woocommerce-experts .woocommerce-experts-inner {
    padding: 75px 0; }
    @media screen and (max-width: 74.9375em) {
      .woocommerce-experts .woocommerce-experts-inner {
        padding: 75px 0; } }
    @media screen and (max-width: 39.9375em) {
      .woocommerce-experts .woocommerce-experts-inner {
        padding: 40px 0 40px 0; } }
    .woocommerce-experts .woocommerce-experts-inner .left-block {
      position: relative; }
      .woocommerce-experts .woocommerce-experts-inner .left-block .ninja-kick {
        max-width: 148px;
        float: left; }
        @media screen and (max-width: 74.9375em) {
          .woocommerce-experts .woocommerce-experts-inner .left-block .ninja-kick {
            float: none; } }
        @media (max-width: 1279px) {
          .woocommerce-experts .woocommerce-experts-inner .left-block .ninja-kick {
            display: none !important; } }
      .woocommerce-experts .woocommerce-experts-inner .left-block .main-heading-container {
        display: inline-block;
        width: auto; }
        @media screen and (max-width: 39.9375em) {
          .woocommerce-experts .woocommerce-experts-inner .left-block .main-heading-container {
            display: block;
            width: 100%; } }
        .woocommerce-experts .woocommerce-experts-inner .left-block .main-heading-container .main-heading {
          text-align: right;
          font-family: "oswalddemibold", sans-serif;
          text-transform: uppercase; }
          @media screen and (max-width: 63.9375em) {
            .woocommerce-experts .woocommerce-experts-inner .left-block .main-heading-container .main-heading {
              text-align: left; } }
          .woocommerce-experts .woocommerce-experts-inner .left-block .main-heading-container .main-heading .light {
            font-family: "montserratsemi_bold", sans-serif;
            font-size: 2.1875rem;
            color: #3c3c3e;
            line-height: 1; }
          .woocommerce-experts .woocommerce-experts-inner .left-block .main-heading-container .main-heading .bold {
            font-family: "montserratblack", sans-serif;
            font-size: 41px;
            color: #3c3c3e;
            line-height: 1; }
          @media screen and (max-width: 39.9375em) {
            .woocommerce-experts .woocommerce-experts-inner .left-block .main-heading-container .main-heading {
              text-align: center; }
              .woocommerce-experts .woocommerce-experts-inner .left-block .main-heading-container .main-heading img {
                display: block;
                margin: 0 auto; } }
          .woocommerce-experts .woocommerce-experts-inner .left-block .main-heading-container .main-heading img {
            max-width: 220px;
            display: inline-block !important; }
      @media screen and (max-width: 63.9375em) {
        .woocommerce-experts .woocommerce-experts-inner .left-block .gold-woocommerce {
          display: none; } }
      .woocommerce-experts .woocommerce-experts-inner .left-block .sub-heading {
        font-size: 16px;
        line-height: 28px;
        padding-right: 20px;
        font-family: "montserratlight", sans-serif;
        margin: 30px 0; }
        @media screen and (max-width: 39.9375em) {
          .woocommerce-experts .woocommerce-experts-inner .left-block .sub-heading {
            font-size: 14px;
            line-height: 21px;
            padding: 0;
            text-align: center; } }
      .woocommerce-experts .woocommerce-experts-inner .left-block .button.radius {
        margin-top: 0;
        background: #00a5cf;
        padding: 20px 60px;
        font-family: "oswalddemibold", sans-serif;
        font-size: 18px;
        max-width: 340px;
        line-height: 21px;
        text-transform: uppercase;
        border-radius: 3px;
        transition: all 0.2s;
        margin-left: 10px; }
        @media (max-width: 1279px) {
          .woocommerce-experts .woocommerce-experts-inner .left-block .button.radius {
            float: left;
            margin-left: 0 !important; } }
        @media screen and (max-width: 74.9375em) {
          .woocommerce-experts .woocommerce-experts-inner .left-block .button.radius {
            margin-left: 0; } }
        @media screen and (max-width: 39.9375em) {
          .woocommerce-experts .woocommerce-experts-inner .left-block .button.radius {
            float: none !important; } }
        .woocommerce-experts .woocommerce-experts-inner .left-block .button.radius:hover {
          background: #1ac3eb; }
    .woocommerce-experts .woocommerce-experts-inner .right-block {
      position: relative;
      padding: 0 0 0 50px;
      z-index: 4; }
      @media (min-width: 1280px) {
        .woocommerce-experts .woocommerce-experts-inner .right-block {
          margin-top: -150px; } }
      .woocommerce-experts .woocommerce-experts-inner .right-block .slick-slide {
        position: relative;
        outline: none !important; }
      .woocommerce-experts .woocommerce-experts-inner .right-block .woocommerce-experts-slide-inner {
        max-width: 95%;
        position: relative;
        overflow: hidden; }
      .woocommerce-experts .woocommerce-experts-inner .right-block img {
        z-index: 3;
        max-width: 90%; }
        @media (max-width: 1279px) {
          .woocommerce-experts .woocommerce-experts-inner .right-block img {
            max-width: none; } }
        @media screen and (max-width: 74.9375em) {
          .woocommerce-experts .woocommerce-experts-inner .right-block img {
            margin-top: 0 !important; } }
        @media screen and (max-width: 39.9375em) {
          .woocommerce-experts .woocommerce-experts-inner .right-block img {
            display: none; } }
        .woocommerce-experts .woocommerce-experts-inner .right-block img.browser {
          max-width: 640px; }
          @media screen and (max-width: 74.9375em) {
            .woocommerce-experts .woocommerce-experts-inner .right-block img.browser {
              position: relative; } }
        .woocommerce-experts .woocommerce-experts-inner .right-block img.browser-960 {
          margin-bottom: 0;
          right: 0;
          position: absolute;
          bottom: 0;
          max-height: 90%;
          max-width: none; }
          @media screen and (max-width: 74.9375em) {
            .woocommerce-experts .woocommerce-experts-inner .right-block img.browser-960 {
              margin-top: 0 !important;
              bottom: 0; } }

.clients-feedback h2.main-heading, .contact-container h2.main-heading {
  font-size: 48px;
  line-height: 1;
  text-align: center;
  font-family: "oswaldlight", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0; }
  @media screen and (max-width: 39.9375em) {
    .clients-feedback h2.main-heading, .contact-container h2.main-heading {
      font-size: 2.25rem; } }

.clients-feedback h3.sub-heading, .contact-container h3.sub-heading {
  font-size: 100px;
  line-height: 1;
  text-align: center;
  font-family: "oswalddemibold", sans-serif;
  text-transform: uppercase; }
  @media screen and (max-width: 39.9375em) {
    .clients-feedback h3.sub-heading, .contact-container h3.sub-heading {
      font-size: 5rem; } }

.clients-feedback .main-heading--light-blue, .contact-container .main-heading--light-blue {
  color: #d9effd; }

.clients-feedback .main-heading--blue, .contact-container .main-heading--blue {
  color: #76b3db; }

.clients-feedback .sub-heading--dark-blue, .contact-container .sub-heading--dark-blue {
  color: #5392b2; }

.clients-feedback .sub-heading—-white, .contact-container .sub-heading—-white {
  color: #fff; }

.clients-feedback {
  float: left;
  width: 100%; }
  .clients-feedback .clients-feedback-inner {
    padding: 130px 0 60px 0; }
    @media screen and (max-width: 74.9375em) {
      .clients-feedback .clients-feedback-inner {
        padding: 70px 0 35px 0; } }
    .clients-feedback .clients-feedback-inner .feedback-items {
      margin-top: 42px;
      display: inline-block;
      max-width: 100% !important; }
      .clients-feedback .clients-feedback-inner .feedback-items .slick-arrow {
        display: none !important; }
      .clients-feedback .clients-feedback-inner .feedback-items .slick-dots {
        margin: 10px 0 0 0;
        list-style: none;
        text-align: center; }
        .clients-feedback .clients-feedback-inner .feedback-items .slick-dots li {
          display: inline-block; }
          .clients-feedback .clients-feedback-inner .feedback-items .slick-dots li button {
            color: transparent;
            width: 9px;
            height: 9px;
            background: #dadfe1;
            border-radius: 50%;
            margin-left: 20px; }
          .clients-feedback .clients-feedback-inner .feedback-items .slick-dots li:first-of-type button {
            margin-left: 0; }
          .clients-feedback .clients-feedback-inner .feedback-items .slick-dots li:focus {
            outline: none; }
          .clients-feedback .clients-feedback-inner .feedback-items .slick-dots li.slick-active button {
            background: #a9b5b9; }
      .clients-feedback .clients-feedback-inner .feedback-items .columns {
        text-align: center;
        padding: 0 45px; }
        @media screen and (max-width: 74.9375em) {
          .clients-feedback .clients-feedback-inner .feedback-items .columns {
            padding: 0 25px; } }
        .clients-feedback .clients-feedback-inner .feedback-items .columns:focus {
          outline: none !important; }
        .clients-feedback .clients-feedback-inner .feedback-items .columns.mothergoosetime img {
          width: 280px;
          max-width: 100%; }
        .clients-feedback .clients-feedback-inner .feedback-items .columns.tamrac img {
          width: 236px;
          max-width: 100%; }
        .clients-feedback .clients-feedback-inner .feedback-items .columns.heros360 img {
          width: 227px;
          max-width: 100%; }
        .clients-feedback .clients-feedback-inner .feedback-items .columns .feedback-item-inner {
          background: #F8FAFA;
          height: 100%;
          padding: 15px 15px 60px 15px;
          border-radius: 5px;
          border: 1px solid #D8E0E0;
          position: relative;
          margin-bottom: 60px; }
          @media screen and (min-width: 40em) {
            .clients-feedback .clients-feedback-inner .feedback-items .columns .feedback-item-inner {
              min-height: 380px; } }
          .clients-feedback .clients-feedback-inner .feedback-items .columns .feedback-item-inner img {
            margin: 0 auto; }
            @media (max-width: 640px) {
              .clients-feedback .clients-feedback-inner .feedback-items .columns .feedback-item-inner img {
                max-width: 100%; } }
          .clients-feedback .clients-feedback-inner .feedback-items .columns .feedback-item-inner .person {
            width: 100px;
            height: 100px;
            max-width: 100%;
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            margin: 0 auto -50px auto;
            border: none; }
          .clients-feedback .clients-feedback-inner .feedback-items .columns .feedback-item-inner .feedback-content {
            font-family: "montserratlight", sans-serif;
            text-align: left;
            font-size: 18px;
            line-height: 28px;
            color: #3c3c3e;
            padding: 0 25px;
            position: relative;
            display: table; }
            @media screen and (max-width: 39.9375em) {
              .clients-feedback .clients-feedback-inner .feedback-items .columns .feedback-item-inner .feedback-content {
                font-size: 14px; } }
            .clients-feedback .clients-feedback-inner .feedback-items .columns .feedback-item-inner .feedback-content .va-section {
              display: table-cell;
              vertical-align: middle; }
              .clients-feedback .clients-feedback-inner .feedback-items .columns .feedback-item-inner .feedback-content .va-section:before, .clients-feedback .clients-feedback-inner .feedback-items .columns .feedback-item-inner .feedback-content .va-section:after {
                display: inline-block;
                position: absolute;
                font-family: "montserratblack", sans-serif;
                font-size: 36px;
                line-height: 1;
                color: #d4cdcd; }
              .clients-feedback .clients-feedback-inner .feedback-items .columns .feedback-item-inner .feedback-content .va-section:before {
                content: "\201C";
                top: 0;
                left: 0; }
              .clients-feedback .clients-feedback-inner .feedback-items .columns .feedback-item-inner .feedback-content .va-section:after {
                content: "\201D";
                margin-top: 12px;
                position: absolute;
                margin-left: 4px; }
        .clients-feedback .clients-feedback-inner .feedback-items .columns .name {
          color: #3c3c3e;
          font-size: 24px;
          line-height: 30px;
          font-family: "montserratregular", sans-serif; }
        .clients-feedback .clients-feedback-inner .feedback-items .columns .position {
          color: #7f9096;
          font-size: 18px;
          line-height: 1.3;
          font-family: "montserratlight", sans-serif;
          margin-top: 5px;
          padding: 0 5%; }

.platforms {
  display: inline-block;
  width: 100%;
  background: #fcfcfc;
  border-top: 2px solid #f5f5f5; }
  .platforms .platforms-list {
    background: transparent;
    padding-top: 40px; }
    .platforms .platforms-list .platforms-list-slider {
      list-style: none; }
      @media screen and (max-width: 39.9375em) {
        .platforms .platforms-list .platforms-list-slider {
          margin: 0;
          position: relative; } }
      .platforms .platforms-list .platforms-list-slider > .slick-prev, .platforms .platforms-list .platforms-list-slider > .slick-next {
        display: block;
        height: 30px;
        width: 16px;
        position: absolute;
        right: 12px;
        top: 50%;
        margin-top: -15px;
        background: url(../images/arrow-next-small.png);
        background-size: cover !important;
        color: transparent; }
        .platforms .platforms-list .platforms-list-slider > .slick-prev:focus, .platforms .platforms-list .platforms-list-slider > .slick-next:focus {
          outline: 0 none; }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .platforms .platforms-list .platforms-list-slider > .slick-prev, .platforms .platforms-list .platforms-list-slider > .slick-next {
            background: url(../images/arrow-next-small@2x.png); } }
      .platforms .platforms-list .platforms-list-slider > .slick-prev {
        left: 12px;
        background: url(../images/arrow-prev-small.png); }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .platforms .platforms-list .platforms-list-slider > .slick-prev {
            background: url(../images/arrow-prev-small@2x.png); } }
      .platforms .platforms-list .platforms-list-slider .columns {
        float: left; }
        @media screen and (max-width: 39.9375em) {
          .platforms .platforms-list .platforms-list-slider .columns {
            text-align: center; } }
        .platforms .platforms-list .platforms-list-slider .columns:focus {
          outline: none !important; }
        .platforms .platforms-list .platforms-list-slider .columns.slick-current .logo-slider .logo_off {
          display: none !important; }
        .platforms .platforms-list .platforms-list-slider .columns.slick-current .logo-slider .logo_on {
          display: inline-block !important; }
        .platforms .platforms-list .platforms-list-slider .columns .table {
          display: table; }
          @media screen and (max-width: 39.9375em) {
            .platforms .platforms-list .platforms-list-slider .columns .table {
              display: inline-block; } }
          .platforms .platforms-list .platforms-list-slider .columns .table .table-cell {
            vertical-align: middle;
            display: table-cell;
            height: 70px; }
            .platforms .platforms-list .platforms-list-slider .columns .table .table-cell .logo-slider {
              max-width: 150px;
              width: 100%;
              height: auto;
              display: inline-block; }
              .platforms .platforms-list .platforms-list-slider .columns .table .table-cell .logo-slider .logo_off {
                display: inline-block; }
              .platforms .platforms-list .platforms-list-slider .columns .table .table-cell .logo-slider .logo_on {
                display: none; }
  .platforms .platforms-content {
    display: inline-block;
    width: 100%;
    margin-top: 27px; }
    .platforms .platforms-content .slick-next, .platforms .platforms-content .slick-prev {
      width: 30px;
      height: 56px;
      background-repeat: no-repeat;
      background-image: url(../images/arrow-prev.png);
      left: 30px;
      opacity: .8;
      top: 43.5%;
      position: absolute;
      z-index: 1;
      color: transparent;
      font-size: 0;
      transition: all 0.4s; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .platforms .platforms-content .slick-next, .platforms .platforms-content .slick-prev {
          background: url(../images/arrow-prev@2x.png); } }
      .platforms .platforms-content .slick-next:hover, .platforms .platforms-content .slick-prev:hover {
        opacity: 1; }
      .platforms .platforms-content .slick-next:focus, .platforms .platforms-content .slick-prev:focus {
        outline: none; }
    .platforms .platforms-content .slick-next {
      right: 30px;
      left: auto;
      background: url(../images/arrow-next.png); }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .platforms .platforms-content .slick-next {
          background: url(../images/arrow-next@2x.png); } }
    .platforms .platforms-content .platforms-content-item {
      float: left;
      width: 100%; }
      .platforms .platforms-content .platforms-content-item:focus {
        outline: none; }
      .platforms .platforms-content .platforms-content-item .smaller-heading {
        font-family: "montserratregular", sans-serif;
        font-size: 36px;
        color: #FFF;
        max-width: 495px;
        margin: 0 auto; }
        @media screen and (max-width: 39.9375em) {
          .platforms .platforms-content .platforms-content-item .smaller-heading {
            font-size: 24px;
            line-height: 32px; } }
        @media screen and (max-width: 63.9375em) {
          .platforms .platforms-content .platforms-content-item .smaller-heading {
            font-size: 16px; } }
      .platforms .platforms-content .platforms-content-item .bigger-heading {
        font-family: "montserratsemi_bold", sans-serif;
        font-size: 36px;
        text-transform: uppercase;
        color: #FFF; }
      .platforms .platforms-content .platforms-content-item .text-content {
        text-align: center;
        height: 500px;
        position: relative;
        background: #88b7d5;
        border: 0 solid #c2e1f5;
        padding: 0 80px; }
        @media screen and (max-width: 39.9375em) {
          .platforms .platforms-content .platforms-content-item .text-content {
            height: auto;
            padding: 100px 0;
            width: 100%; } }
        @media screen and (max-width: 63.9375em) {
          .platforms .platforms-content .platforms-content-item .text-content {
            padding: 100px 20px; } }
        .platforms .platforms-content .platforms-content-item .text-content span.after, .platforms .platforms-content .platforms-content-item .text-content span.before {
          bottom: 100%;
          left: 35%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
          @media screen and (max-width: 39.9375em) {
            .platforms .platforms-content .platforms-content-item .text-content span.after, .platforms .platforms-content .platforms-content-item .text-content span.before {
              left: 50% !important;
              margin-left: -36px !important; } }
        .platforms .platforms-content .platforms-content-item .text-content span.after {
          border-color: rgba(136, 183, 213, 0);
          border-bottom-color: inherit;
          border-width: 30px;
          margin-left: -30px; }
        .platforms .platforms-content .platforms-content-item .text-content span.before {
          border-color: rgba(194, 225, 245, 0);
          border-bottom-color: inherit;
          border-width: 36px;
          margin-left: -36px; }
        .platforms .platforms-content .platforms-content-item .text-content .table {
          display: table;
          height: 100%;
          width: 100%; }
          .platforms .platforms-content .platforms-content-item .text-content .table .table-cell {
            display: table-cell;
            vertical-align: middle;
            /*.bottom-headings {

              .smaller-heading {
                max-width: 350px;
                margin: 0 auto;
                line-height: 1.6;
                margin-top: 20px;
              }

            }*/ }
            .platforms .platforms-content .platforms-content-item .text-content .table .table-cell .top-headings .bigger-heading {
              width: 60%;
              border-bottom: 3px solid rgba(255, 255, 255, 0.2);
              margin: 0 auto;
              max-width: 100%;
              padding-bottom: 14px; }
            .platforms .platforms-content .platforms-content-item .text-content .table .table-cell .button {
              background: transparent;
              padding: 20px 90px;
              border: 2px solid #FFF;
              font-family: "oswalddemibold", sans-serif;
              border-radius: 3px;
              text-transform: uppercase;
              font-size: 18px;
              margin-top: 25px; }
              @media screen and (max-width: 39.9375em) {
                .platforms .platforms-content .platforms-content-item .text-content .table .table-cell .button {
                  font-size: 16px; } }
              @media screen and (max-width: 63.9375em) {
                .platforms .platforms-content .platforms-content-item .text-content .table .table-cell .button {
                  font-size: 16px; } }
      .platforms .platforms-content .platforms-content-item .image-content {
        background: url("../images/woocommerce_content_bg.jpg") no-repeat;
        height: 500px;
        background-size: cover !important; }
        .platforms .platforms-content .platforms-content-item .image-content .image-content-overlay {
          display: table;
          width: 100%;
          height: 100%;
          background: rgba(0, 31, 52, 0.4);
          text-align: center; }
          .platforms .platforms-content .platforms-content-item .image-content .image-content-overlay .image-container {
            display: table-cell;
            vertical-align: middle;
            padding: 0 80px; }
            .platforms .platforms-content .platforms-content-item .image-content .image-content-overlay .image-container img {
              display: inline-block; }
              @media screen and (max-width: 63.9375em) {
                .platforms .platforms-content .platforms-content-item .image-content .image-content-overlay .image-container img {
                  max-width: 100%;
                  height: auto;
                  width: 100%; } }
    .platforms .platforms-content .slick-list {
      overflow: visible !important; }

.team-container {
  float: left;
  width: 100%;
  padding: 110px 20px 100px 20px;
  position: relative; }
  @media screen and (max-width: 74.9375em) {
    .team-container {
      padding-top: 70px;
      padding-bottom: 70px; } }
  .team-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    margin: 0 auto;
    width: 40%;
    border-bottom: 2px solid #e9eded; }
  .team-container .main-heading {
    font-family: "montserratsemi_bold", sans-serif;
    font-size: 72px;
    color: #5392b2;
    text-transform: uppercase;
    line-height: 1; }
  .team-container .sub-heading {
    font-family: "montserratsemi_bold", sans-serif;
    font-size: 36px;
    color: #77b3db; }
  .team-container .team-content {
    font-family: "montserratregular", sans-serif;
    font-size: 24px;
    color: #3c3c3e;
    margin-top: 20px; }
    @media screen and (max-width: 39.9375em) {
      .team-container .team-content {
        font-size: 18px;
        line-height: 24px;
        margin: 0; } }
  .team-container .image-container {
    display: block;
    margin: 40px 0 60px 0; }
    .team-container .image-container .team-img {
      max-width: 800px;
      margin: 0 auto; }
      @media screen and (max-width: 63.9375em) {
        .team-container .image-container .team-img {
          max-width: 100%; } }
  .team-container .button.radius {
    margin: 0;
    background: #00a5cf;
    padding: 20px 90px;
    font-family: "oswalddemibold", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all 0.2s; }
    @media screen and (max-width: 39.9375em) {
      .team-container .button.radius {
        font-size: 16px; } }
    .team-container .button.radius:hover {
      background: #1ac3eb; }

.contact-container {
  float: left;
  width: 100%;
  background: url(../images/contact-bg.jpg);
  background-size: cover; }
  .contact-container .contact-overlay {
    float: left;
    width: 100%;
    padding-top: 110px;
    padding-bottom: 135px;
    background: linear-gradient(to bottom, rgba(0, 165, 208, 0.89) 0%, rgba(32, 124, 202, 0.89) 50%, rgba(6, 43, 69, 0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e300a5d0', endColorstr='#e3062b45',GradientType=0 ); }
    @media screen and (max-width: 74.9375em) {
      .contact-container .contact-overlay {
        padding-top: 90px;
        padding-bottom: 90px; } }
    .contact-container .contact-overlay .contact-inner {
      padding: 0 75px; }
      @media screen and (max-width: 39.9375em) {
        .contact-container .contact-overlay .contact-inner {
          padding: 0 20px; }
          .contact-container .contact-overlay .contact-inner .main-heading {
            font-size: 2.25rem; }
          .contact-container .contact-overlay .contact-inner .sub-heading {
            font-size: 4.375rem; } }
      .contact-container .contact-overlay .contact-inner .table {
        display: table;
        margin-top: 50px; }
      .contact-container .contact-overlay .contact-inner > .button.radius {
        margin: 0;
        background: transparent;
        padding: 20px 60px;
        font-family: "oswalddemibold", sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        border-radius: 3px;
        transition: all 0.2s;
        border: 2px solid #FFF; }
        @media screen and (max-width: 39.9375em) {
          .contact-container .contact-overlay .contact-inner > .button.radius {
            font-size: 16px; } }
        .contact-container .contact-overlay .contact-inner > .button.radius:hover {
          opacity: 0.7; }
      .contact-container .contact-overlay .contact-inner .features-list {
        max-width: 654px;
        display: table-cell;
        vertical-align: middle; }
        @media screen and (max-width: 63.9375em) {
          .contact-container .contact-overlay .contact-inner .features-list {
            display: block;
            width: 100%;
            float: left;
            max-width: 100%; }
            .contact-container .contact-overlay .contact-inner .features-list .features-list-inner {
              padding: 30px !important; } }
        .contact-container .contact-overlay .contact-inner .features-list .features-list-inner {
          float: left;
          width: 100%;
          background: rgba(12, 35, 45, 0.35);
          padding: 40px 30px 30px 60px; }
        .contact-container .contact-overlay .contact-inner .features-list .features-list-item {
          display: block;
          margin-top: 80px;
          position: relative; }
          .contact-container .contact-overlay .contact-inner .features-list .features-list-item:first-child {
            margin-top: 0; }
          .contact-container .contact-overlay .contact-inner .features-list .features-list-item:before {
            content: "";
            position: absolute;
            left: 0;
            margin-left: -125px;
            display: block;
            width: 112px;
            height: 112px;
            top: 50%;
            margin-top: -56px;
            background: #dce5eb;
            border-radius: 50%; }
            @media screen and (max-width: 63.9375em) {
              .contact-container .contact-overlay .contact-inner .features-list .features-list-item:before {
                display: none; } }
          .contact-container .contact-overlay .contact-inner .features-list .features-list-item.agile-development:before {
            background: url(../images/agile-development.png); }
          .contact-container .contact-overlay .contact-inner .features-list .features-list-item.dynamic-solutions:before {
            background: url(../images/dynamic-solutions.png); }
          .contact-container .contact-overlay .contact-inner .features-list .features-list-item.forward-thinking:before {
            background: url(../images/forward-thinking.png); }
          .contact-container .contact-overlay .contact-inner .features-list .features-list-item .small-heading {
            text-transform: uppercase;
            font-family: "oswald_regularregular", sans-serif;
            font-size: 24px;
            line-height: 30px;
            color: #b7e3ff;
            text-align: left; }
          .contact-container .contact-overlay .contact-inner .features-list .features-list-item .content {
            font-family: "montserratregular", sans-serif;
            color: #FFF;
            font-size: 14px;
            line-height: 21px;
            margin-bottom: 15px; }
          .contact-container .contact-overlay .contact-inner .features-list .features-list-item .learn-more {
            font-family: "montserratsemi_bold", sans-serif;
            color: #00a5cf;
            font-size: 18px;
            text-transform: uppercase;
            position: relative;
            padding-right: 17px; }
            .contact-container .contact-overlay .contact-inner .features-list .features-list-item .learn-more:after {
              content: "";
              position: absolute;
              right: 0;
              top: 2px;
              display: block;
              width: 10px;
              height: 18px;
              background: url(../images/blue-arrow-right.png) no-repeat; }
              @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                .contact-container .contact-overlay .contact-inner .features-list .features-list-item .learn-more:after {
                  background: url(../images/blue-arrow-right@2x.png) no-repeat; } }
      .contact-container .contact-overlay .contact-inner .contact-form {
        float: left;
        padding: 40px;
        background: rgba(23, 36, 48, 0.9);
        width: 400px;
        display: table-cell; }
        @media screen and (max-width: 63.9375em) {
          .contact-container .contact-overlay .contact-inner .contact-form {
            display: block;
            width: 100%;
            float: left;
            margin-top: 40px;
            padding: 30px; } }
        .contact-container .contact-overlay .contact-inner .contact-form label {
          text-align: left;
          color: #FFF;
          font-family: "montserratlight", sans-serif;
          font-size: 18px;
          margin: 0; }
        .contact-container .contact-overlay .contact-inner .contact-form input[type='text'], .contact-container .contact-overlay .contact-inner .contact-form input[type='email'] {
          max-height: 32px;
          margin-bottom: 11px;
          width: 100%; }
        .contact-container .contact-overlay .contact-inner .contact-form textarea {
          max-height: 110px; }
        .contact-container .contact-overlay .contact-inner .contact-form #requiredfieldsmsg {
          color: #FFF !important; }
        .contact-container .contact-overlay .contact-inner .contact-form .btn {
          border-radius: 3px;
          background: #00a5cf;
          width: 100%;
          text-transform: uppercase;
          font-family: "oswalddemibold", sans-serif;
          padding: 20px 50px;
          margin: 0;
          transition: all 0.2s;
          font-size: 18px;
          display: inline-block;
          text-align: center;
          line-height: 1;
          cursor: pointer;
          -webkit-appearance: none;
          vertical-align: middle;
          border: 1px solid transparent;
          color: #fefefe; }
          .contact-container .contact-overlay .contact-inner .contact-form .btn:hover {
            opacity: 0.7; }
        .contact-container .contact-overlay .contact-inner .contact-form .gform_wrapper .validation_error {
          display: none; }
        .contact-container .contact-overlay .contact-inner .contact-form .gform_wrapper .gform_body .gform_fields input, .contact-container .contact-overlay .contact-inner .contact-form .gform_wrapper .gform_body .gform_fields select, .contact-container .contact-overlay .contact-inner .contact-form .gform_wrapper .gform_body .gform_fields textarea {
          width: 100% !important;
          border-radius: 3px;
          border: 1px solid #0896FF;
          font-size: 16px; }
        .contact-container .contact-overlay .contact-inner .contact-form .gform_wrapper .gform_body .gform_fields .ginput_container span label {
          display: none; }
        .contact-container .contact-overlay .contact-inner .contact-form .gform_wrapper .gform_body .gform_fields .ginput_container span.ginput_full input {
          width: 100% !important; }
        .contact-container .contact-overlay .contact-inner .contact-form .gform_wrapper .gform_body .gform_fields .ginput_container .ginput_counter {
          display: none; }
        .contact-container .contact-overlay .contact-inner .contact-form .gform_wrapper .gform_body .gform_fields .ginput_container.ginput_container_select select {
          margin-bottom: 0 !important;
          height: auto !important; }
        .contact-container .contact-overlay .contact-inner .contact-form .gform_wrapper .gform_body .gform_fields .gfield_required {
          display: none; }
        .contact-container .contact-overlay .contact-inner .contact-form .gform_wrapper .gform_body .gform_fields .gfield_error {
          background: transparent;
          border: none;
          width: 100% !important;
          margin: 0; }
          .contact-container .contact-overlay .contact-inner .contact-form .gform_wrapper .gform_body .gform_fields .gfield_error label {
            margin: 0; }
          .contact-container .contact-overlay .contact-inner .contact-form .gform_wrapper .gform_body .gform_fields .gfield_error div {
            margin-left: 0;
            margin-top: 0.375em;
            max-width: 100% !important; }
          .contact-container .contact-overlay .contact-inner .contact-form .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
            margin: 0; }
          .contact-container .contact-overlay .contact-inner .contact-form .gform_wrapper .gform_body .gform_fields .gfield_error .ginput_container_textarea {
            width: 100% !important; }
            .contact-container .contact-overlay .contact-inner .contact-form .gform_wrapper .gform_body .gform_fields .gfield_error .ginput_container_textarea texarea {
              width: 100% !important; }
          .contact-container .contact-overlay .contact-inner .contact-form .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
            padding: 0 !important;
            color: #ff8000; }
        .contact-container .contact-overlay .contact-inner .contact-form .gform_wrapper .ginput_complex .ginput_left, .contact-container .contact-overlay .contact-inner .contact-form .gform_wrapper .ginput_complex .ginput_right {
          width: 49% !important; }
        .contact-container .contact-overlay .contact-inner .contact-form .gform_wrapper .gform_footer .gform_button {
          width: 100%;
          background: #00a5cf;
          padding: 20px 60px;
          font-family: "oswalddemibold", sans-serif;
          font-size: 18px;
          line-height: 21px;
          text-transform: uppercase;
          border-radius: 3px;
          transition: all 0.2s; }
          .contact-container .contact-overlay .contact-inner .contact-form .gform_wrapper .gform_footer .gform_button:hover {
            background: #1ac3eb; }
        .contact-container .contact-overlay .contact-inner .contact-form .gform_wrapper .chosen-container-single .chosen-single {
          height: 32px;
          font-size: 16px;
          padding: 3px 5px;
          background: #fff;
          border: 1px solid #0896FF; }
          .contact-container .contact-overlay .contact-inner .contact-form .gform_wrapper .chosen-container-single .chosen-single div b {
            background-position: 0 5px; }
        .contact-container .contact-overlay .contact-inner .contact-form .gform_wrapper .ginput_container_select {
          margin-bottom: 0.750em; }
        .contact-container .contact-overlay .contact-inner .contact-form .gform_wrapper select {
          height: 32px;
          padding-right: 8px; }
        .contact-container .contact-overlay .contact-inner .contact-form .gform_confirmation_message {
          color: #fff; }

#footer {
  float: left;
  width: 100%; }
  #footer .footer-inner {
    float: left;
    width: 100%;
    padding: 65px 50px;
    background: #222830; }
    @media screen and (max-width: 63.9375em) {
      #footer .footer-inner {
        padding: 40px 20px 30px 20px;
        text-align: center; } }
    #footer .footer-inner .columns:last-child {
      float: left !important; }
    #footer .footer-inner .logo-container {
      float: left; }
      @media screen and (max-width: 63.9375em) {
        #footer .footer-inner .logo-container {
          width: 100%; } }
      @media screen and (min-width: 75em) {
        #footer .footer-inner .logo-container {
          width: 22%; } }
      #footer .footer-inner .logo-container .footer-logo {
        max-width: 173px;
        margin-bottom: 30px; }
        @media screen and (max-width: 63.9375em) {
          #footer .footer-inner .logo-container .footer-logo {
            display: block;
            margin: 0 auto 20px auto; } }
      @media (max-width: 1184px) {
        #footer .footer-inner .logo-container .footer-menu-columns .columns {
          padding: 0; } }
      #footer .footer-inner .logo-container .phone-number {
        font-family: "montserratregular", sans-serif;
        font-size: 14px;
        color: #fff;
        margin: 0; }
        @media screen and (max-width: 63.9375em) {
          #footer .footer-inner .logo-container .phone-number {
            display: none; } }
      #footer .footer-inner .logo-container .email-address {
        font-family: "montserratregular", sans-serif;
        font-size: 14px;
        color: #00a5cf; }
    #footer .footer-inner .menu-title {
      font-family: "montserratregular", sans-serif;
      font-size: 14px;
      color: #d6dcdd;
      text-transform: uppercase; }
    #footer .footer-inner .case-studies .footer-menu li {
      float: left;
      width: 50%; }
    #footer .footer-inner .footer-menu {
      list-style: none;
      margin-left: 0;
      display: inline-block; }
      #footer .footer-inner .footer-menu li {
        padding-right: 10px; }
        @media screen and (max-width: 63.9375em) {
          #footer .footer-inner .footer-menu li {
            margin-bottom: 8px; } }
        #footer .footer-inner .footer-menu li a {
          font-family: "Open Sans", sans-serif;
          font-size: 14px;
          color: #848a90;
          line-height: 30px;
          transition: color 0.2s; }
          @media screen and (max-width: 63.9375em) {
            #footer .footer-inner .footer-menu li a {
              line-height: 21px; } }
          #footer .footer-inner .footer-menu li a:hover {
            color: #FFF; }
  #footer .footer-bottom {
    font-family: "Open Sans", sans-serif;
    height: 100px;
    line-height: 100px;
    background: #2b353d;
    padding: 0 50px;
    float: left;
    width: 100%; }
    @media (max-width: 800px) {
      #footer .footer-bottom {
        line-height: 21px;
        height: auto;
        padding: 30px 20px 20px 20px; } }
    #footer .footer-bottom .footer-bottom-inner {
      color: #858b91; }
      @media (max-width: 800px) {
        #footer .footer-bottom .footer-bottom-inner {
          text-align: center; } }
      #footer .footer-bottom .footer-bottom-inner .copyright-text {
        float: left;
        display: inline-block;
        font-size: 14px;
        color: inherit; }
        @media (max-width: 800px) {
          #footer .footer-bottom .footer-bottom-inner .copyright-text {
            font-size: 12px;
            float: none;
            width: 100%; } }
      #footer .footer-bottom .footer-bottom-inner .footer-bottom-links {
        display: inline-block;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center; }
        @media (max-width: 800px) {
          #footer .footer-bottom .footer-bottom-inner .footer-bottom-links {
            position: relative;
            width: 100%; } }
        #footer .footer-bottom .footer-bottom-inner .footer-bottom-links a {
          font-size: 14px;
          color: inherit;
          transition: color 0.2s;
          margin-left: 10px; }
          #footer .footer-bottom .footer-bottom-inner .footer-bottom-links a:hover {
            color: #FFF; }
          @media (max-width: 800px) {
            #footer .footer-bottom .footer-bottom-inner .footer-bottom-links a {
              font-size: 12px; } }
      #footer .footer-bottom .footer-bottom-inner .social-icons {
        display: inline-block;
        float: right; }
        @media (max-width: 800px) {
          #footer .footer-bottom .footer-bottom-inner .social-icons {
            float: none;
            margin-bottom: 20px; } }
        #footer .footer-bottom .footer-bottom-inner .social-icons a {
          margin-left: 10px;
          z-index: 9;
          position: relative; }

.single-ai_works .simple-case-study .container-fluid h1 {
  font-family: "oswaldmedium", sans-serif !important;
  text-transform: uppercase; }

.single-ai_works .simple-case-study .case-study-label, .single-ai_works .simple-case-study .next-case-study .featured-text h3 {
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #214f6b;
  font-family: "montserratregular", sans-serif !important;
  font-size: 14px;
  padding: 25px 35px 20px 35px;
  letter-spacing: 8px;
  max-width: 455px; }

.single-ai_works .simple-case-study .next-case-study #homepage-video video {
  width: 100%; }

.single-ai_works .simple-case-study .next-case-study .case-info h2 {
  font-family: "oswaldmedium", sans-serif !important;
  text-transform: uppercase; }

.single-ai_works .simple-case-study .next-case-study .case-info .button {
  border-radius: 3px;
  background: #00a5cf;
  text-transform: uppercase;
  font-family: "oswalddemibold", sans-serif;
  margin-top: 0;
  transition: all 0.2s;
  font-size: 18px;
  padding: 20px 50px;
  letter-spacing: normal; }
  .single-ai_works .simple-case-study .next-case-study .case-info .button:hover {
    background: #1ac3eb; }

@media screen and (max-width: 39.9375em) {
  .single-ai_works .simple-case-study .next-case-study .case-info {
    bottom: 50% !important;
    transform: translateY(50%); } }

@media screen and (max-width: 39.9375em) {
  .single-ai_works .simple-case-study .next-case-study .featured-text {
    display: none; } }

.single-ai_works .simple-case-study .next-case-study .featured-text h3 {
  border-color: #FFF !important; }

.single-ai_works .simple-case-study .container .button.blue {
  border-radius: 3px;
  background: #00a5cf;
  text-transform: uppercase;
  font-family: "oswalddemibold", sans-serif;
  margin-top: 0;
  transition: all 0.2s;
  font-size: 18px;
  padding: 20px 50px;
  letter-spacing: normal; }
  .single-ai_works .simple-case-study .container .button.blue:hover {
    background: #1ac3eb; }

.single-ai_works .simple-case-study .container p {
  font-family: "montserratlight", sans-serif;
  color: #0a0a0a; }

.browser-top {
  height: 25px;
  max-width: 848px;
  background-color: #223F5C;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }
  .browser-top .browser-buttons {
    border-radius: 50%;
    background-color: #5B7790;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 35px; }
    .browser-top .browser-buttons:before, .browser-top .browser-buttons:after {
      content: "";
      border-radius: 50%;
      background-color: #5B7790;
      width: 10px;
      height: 10px;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .browser-top .browser-buttons:before {
      left: -20px; }
    .browser-top .browser-buttons:after {
      right: -20px; }
  @media screen and (max-width: 63.9375em) {
    .browser-top {
      display: none; } }
  .browser-top.alt {
    height: 38px;
    background-color: #CBD5D5; }
    .browser-top.alt .browser-bar {
      background-color: #DBE2E2;
      border-radius: 4px;
      width: 87%;
      position: absolute;
      right: 15px;
      margin-left: 55px;
      height: 25px;
      top: 0;
      bottom: 0;
      margin: auto; }
    .browser-top.alt .browser-buttons {
      background-color: #B2BFC0; }
      .browser-top.alt .browser-buttons:before, .browser-top.alt .browser-buttons:after {
        background-color: #B2BFC0; }

.top-hero {
  float: left;
  width: 100%;
  padding-top: 20px;
  max-height: 800px; }
  .top-hero .top-hero-inner {
    position: relative; }
  @media screen and (max-width: 63.9375em) {
    .top-hero {
      max-height: none; } }
  .top-hero .mgt-hero {
    margin-bottom: 20px; }
    @media screen and (max-width: 63.9375em) {
      .top-hero .mgt-hero {
        display: none; } }
  .top-hero .mgt-hero-mobile {
    position: absolute;
    top: 22.5%;
    right: 25%; }
    @media screen and (max-width: 74.9375em) {
      .top-hero .mgt-hero-mobile {
        right: 33%; } }
    @media screen and (max-width: 63.9375em) {
      .top-hero .mgt-hero-mobile {
        position: relative;
        right: 0;
        margin-bottom: 30px; } }
    @media screen and (max-width: 39.9375em) {
      .top-hero .mgt-hero-mobile {
        margin: 0; } }
  .top-hero .case-study-into {
    color: #fff;
    text-transform: uppercase;
    font-family: "oswaldmedium", sans-serif;
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 1; }
  .top-hero .project-name {
    font-family: "oswaldmedium", sans-serif;
    font-size: 28px;
    color: #18405c;
    text-transform: uppercase;
    padding-top: 50px;
    margin-bottom: 40px; }
    @media screen and (max-width: 63.9375em) {
      .top-hero .project-name {
        padding-top: 40px; } }
    @media screen and (max-width: 39.9375em) {
      .top-hero .project-name {
        padding-top: 0;
        line-height: 1;
        margin-top: 6px; } }
  .top-hero .main-heading {
    font-family: "oswaldmedium", sans-serif;
    font-size: 100px;
    line-height: 1;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 40px; }
    @media screen and (min-width: 75em) {
      .top-hero .main-heading {
        font-size: 70px; } }
    @media screen and (max-width: 89.9375em) {
      .top-hero .main-heading {
        font-size: 3.25rem; } }
    @media screen and (max-width: 39.9375em) {
      .top-hero .main-heading {
        margin-bottom: 20px;
        font-size: 75px; } }
    @media (max-width: 420px) {
      .top-hero .main-heading {
        font-size: 42px; } }
  .top-hero .sub-heading {
    font-family: "montserratregular", sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #FFF; }
    @media screen and (max-width: 63.9375em) {
      .top-hero .sub-heading {
        margin-bottom: 70px; } }
    @media screen and (max-width: 39.9375em) {
      .top-hero .sub-heading {
        margin-bottom: 40px;
        font-size: 18px; } }
  .top-hero .mobile-row {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8982f+0,f8982f+50,ffffff+51,ffffff+100 */
    background: #f8982f;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f8982f 0%, #f8982f 50%, #ffffff 50%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8982f', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */ }

.bottom-hero {
  float: left;
  width: 100%;
  padding-top: 40px; }
  .bottom-hero .upper-block {
    padding-left: 20px; }
    @media screen and (max-width: 63.9375em) {
      .bottom-hero .upper-block {
        padding-left: 0;
        padding-right: 0.9375rem !important; } }
    @media screen and (min-width: 40em) {
      .bottom-hero .upper-block {
        padding-right: 0; } }
    @media screen and (max-width: 39.9375em) {
      .bottom-hero .upper-block, .bottom-hero .upper-block > div {
        padding: 0 !important; } }
    .bottom-hero .upper-block .list-heading {
      font-family: "oswalddemibold", sans-serif;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 28px;
      color: #00a5d0;
      margin: 0; }
    .bottom-hero .upper-block ul li, .bottom-hero .upper-block .services-provided {
      font-family: "montserratlight", sans-serif;
      font-size: 14px;
      line-height: 28px;
      color: #464544; }
    .bottom-hero .upper-block .platforms-list {
      margin: 0.9375rem 0 1.25rem 0; }
      .bottom-hero .upper-block .platforms-list div {
        margin: 0.3125rem 0; }
        .bottom-hero .upper-block .platforms-list div:last-child {
          width: 100%; }
      .bottom-hero .upper-block .platforms-list img {
        max-width: 122px; }
      .bottom-hero .upper-block .platforms-list > div {
        padding: 0; }
    .bottom-hero .upper-block .button {
      border-radius: 3px;
      background: #f8982f;
      text-transform: uppercase;
      font-family: "oswalddemibold", sans-serif;
      padding: 20px 25px;
      margin-top: 0;
      transition: all 0.2s;
      font-size: 18px;
      float: left;
      position: relative;
      z-index: 10;
      letter-spacing: 0; }
      .bottom-hero .upper-block .button:hover {
        background: #ffb249; }
      @media screen and (max-width: 63.9375em) {
        .bottom-hero .upper-block .button {
          font-size: 16px; } }
      @media screen and (max-width: 39.9375em) {
        .bottom-hero .upper-block .button {
          float: none;
          display: inline-block;
          width: 300px;
          max-width: 100%; } }
  .bottom-hero .bottom-block {
    margin-top: 100px; }
    @media screen and (max-width: 63.9375em) {
      .bottom-hero .bottom-block {
        margin-top: 0; } }
    @media screen and (min-width: 40em) {
      .bottom-hero .bottom-block {
        padding: 0; } }
    @media screen and (max-width: 39.9375em) {
      .bottom-hero .bottom-block {
        padding: 0 !important; } }
    .bottom-hero .bottom-block .main-heading {
      font-family: "oswalddemibold", sans-serif;
      font-size: 42px;
      line-height: 55px;
      color: #00a5d0;
      text-transform: uppercase; }
    .bottom-hero .bottom-block .content {
      font-family: "montserratlight", sans-serif;
      font-size: 14px;
      line-height: 24px;
      color: #3c3c3e; }
    .bottom-hero .bottom-block .row img {
      margin: 1.25rem 0; }

.second-block {
  float: left;
  width: 100%; }
  .second-block .second-block-inner {
    position: relative; }
    @media screen and (max-width: 39.9375em) {
      .second-block .second-block-inner {
        padding: 0 0.9375rem !important; } }
    .second-block .second-block-inner .mgt-collage {
      max-width: none;
      margin-left: -90px; }
      @media screen and (max-width: 74.9375em) {
        .second-block .second-block-inner .mgt-collage {
          max-width: 100%; } }
    .second-block .second-block-inner .vis-hid {
      visibility: hidden; }
    @media (max-width: 425px) {
      .second-block .second-block-inner .vis-hid-m {
        padding-bottom: 100px; } }
    .second-block .second-block-inner .visible-image {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .second-block .second-block-inner .blue-circle {
      background: #00a5d0;
      display: block;
      padding: 90px 50px;
      position: absolute;
      bottom: 170px;
      color: #FFF;
      border-radius: 50%;
      width: 417px;
      height: 417px;
      left: 340px; }
      @media screen and (max-width: 74.9375em) {
        .second-block .second-block-inner .blue-circle {
          left: 250px; } }
      @media screen and (max-width: 63.9375em) {
        .second-block .second-block-inner .blue-circle {
          left: 10%; } }
      @media screen and (max-width: 39.9375em) {
        .second-block .second-block-inner .blue-circle {
          position: relative;
          bottom: 0;
          left: 50%;
          margin-left: -200px;
          margin-bottom: 25px;
          width: 400px;
          height: 400px;
          max-width: auto;
          padding: 100px 70px; } }
      .second-block .second-block-inner .blue-circle .main-heading {
        font-size: 42px;
        line-height: 55px;
        font-family: "oswalddemibold", sans-serif;
        text-transform: uppercase; }
        @media screen and (max-width: 39.9375em) {
          .second-block .second-block-inner .blue-circle .main-heading {
            font-size: 42px;
            line-height: 46px; } }
      .second-block .second-block-inner .blue-circle .content {
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        font-family: "montserratlight", sans-serif; }
        @media screen and (max-width: 39.9375em) {
          .second-block .second-block-inner .blue-circle .content {
            font-size: 13px;
            line-height: 21px; } }

.new-technology {
  float: left;
  width: 100%;
  position: relative; }
  .new-technology:after, .new-technology:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; }
  .new-technology:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #FFF;
    border-width: 30px;
    margin-left: -30px; }
  .new-technology:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #FFF;
    border-width: 40px;
    margin-left: -40px; }
  .new-technology .new-technology-inner {
    display: inline-block;
    padding: 60px 0 100px 0; }
    @media screen and (max-width: 74.9375em) {
      .new-technology .new-technology-inner {
        max-width: 100%; } }
    @media screen and (max-width: 39.9375em) {
      .new-technology .new-technology-inner {
        padding: 80px 0 50px 0; } }
    .new-technology .new-technology-inner .heading {
      font-family: "oswaldmedium", sans-serif;
      color: #00a5d0;
      text-transform: uppercase;
      padding: 0 10px; }
    .new-technology .new-technology-inner .main-heading {
      font-size: 48px;
      line-height: 1;
      margin: 0; }
      @media screen and (max-width: 39.9375em) {
        .new-technology .new-technology-inner .main-heading {
          font-size: 28px; } }
    .new-technology .new-technology-inner .sub-heading {
      font-size: 72px;
      line-height: 72px;
      padding-bottom: 50px;
      margin-bottom: 50px;
      position: relative; }
      @media screen and (max-width: 39.9375em) {
        .new-technology .new-technology-inner .sub-heading {
          font-size: 42px;
          line-height: 1.2;
          padding-bottom: 10px;
          margin-bottom: 15px; } }
    .new-technology .new-technology-inner .text-top {
      font-size: 21px;
      line-height: 28px;
      letter-spacing: -0.25px;
      font-family: "montserratsemi_bold", sans-serif;
      color: #b3b6b7; }
      @media screen and (max-width: 39.9375em) {
        .new-technology .new-technology-inner .text-top {
          font-size: 18px; } }
    .new-technology .new-technology-inner .text-bottom {
      font-size: 14px;
      line-height: 24px;
      font-family: "montserratlight", sans-serif;
      color: #4c4c4c;
      max-width: 846px;
      margin: 0 auto; }
      @media screen and (max-width: 39.9375em) {
        .new-technology .new-technology-inner .text-bottom {
          font-size: 13px; } }
    .new-technology .new-technology-inner #demos {
      position: relative; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .new-technology .new-technology-inner #demos {
          margin: 0 20px; } }
    .new-technology .new-technology-inner .owl-carousel-center {
      padding-left: 100px;
      max-width: 100%; }
      @media screen and (max-width: 63.9375em) {
        .new-technology .new-technology-inner .owl-carousel-center {
          padding-left: 0; } }
      .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide {
        opacity: 0.3;
        transform: scale(0.8);
        transition: all 300ms ease; }
        .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide {
          width: 700px;
          height: 547px;
          margin: 0; }
          @media screen and (min-width: 64em) and (max-width: 74.9375em) {
            .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide {
              width: 540px;
              height: auto; } }
          @media screen and (max-width: 63.9375em) {
            .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide {
              width: 100%;
              height: auto; } }
          .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .browser-slide-content {
            width: 100%;
            height: auto; }
        .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide.slick-center {
          opacity: 1;
          transform: scale(1); }
      .new-technology .new-technology-inner .owl-carousel-center .slick-arrow {
        position: absolute;
        top: 0;
        width: 15%;
        height: 100%;
        text-indent: -9999px; }
        @media screen and (max-width: 63.9375em) {
          .new-technology .new-technology-inner .owl-carousel-center .slick-arrow {
            z-index: 100; } }
        .new-technology .new-technology-inner .owl-carousel-center .slick-arrow.slick-prev {
          left: 0; }
          @media screen and (max-width: 39.9375em) {
            .new-technology .new-technology-inner .owl-carousel-center .slick-arrow.slick-prev {
              left: -1000px; } }
        .new-technology .new-technology-inner .owl-carousel-center .slick-arrow.slick-next {
          right: 0; }
          @media screen and (max-width: 39.9375em) {
            .new-technology .new-technology-inner .owl-carousel-center .slick-arrow.slick-next {
              right: 3000px; } }
        .new-technology .new-technology-inner .owl-carousel-center .slick-arrow:focus {
          outline: 0 none; }
      .new-technology .new-technology-inner .owl-carousel-center .slick-dots {
        margin: 25px 0 0 0;
        list-style: none;
        text-align: center; }
        .new-technology .new-technology-inner .owl-carousel-center .slick-dots li {
          display: inline-block; }
          .new-technology .new-technology-inner .owl-carousel-center .slick-dots li button {
            color: transparent;
            width: 9px;
            height: 9px;
            background: #E9E9E9;
            border-radius: 50%;
            margin-left: 20px;
            outline: none !important; }
          .new-technology .new-technology-inner .owl-carousel-center .slick-dots li:first-of-type button {
            margin-left: 0; }
          .new-technology .new-technology-inner .owl-carousel-center .slick-dots li:focus {
            outline: none !important; }
          .new-technology .new-technology-inner .owl-carousel-center .slick-dots li.slick-active button {
            background: #CBD5D5; }
      .new-technology .new-technology-inner .owl-carousel-center *:focus {
        outline: 0 none; }
    .new-technology .new-technology-inner .text-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 310px;
      height: 100%;
      background: #FFF;
      z-index: 10; }
      @media screen and (min-width: 64em) and (max-width: 74.9375em) {
        .new-technology .new-technology-inner .text-overlay {
          width: 250px; } }
      @media screen and (max-width: 63.9375em) {
        .new-technology .new-technology-inner .text-overlay {
          position: relative;
          width: 100%;
          margin-bottom: 50px; } }
    .new-technology .new-technology-inner .bottom-block {
      display: inline-block;
      border-left: 20px solid #00a5d0;
      border-right: 20px solid #00a5d0;
      padding: 10px 20px;
      margin-top: 40px;
      position: relative;
      background: #ebf8fb;
      max-width: 90%; }
      @media screen and (min-width: 75em) {
        .new-technology .new-technology-inner .bottom-block {
          border-left: 50px solid #00a5d0;
          border-right: 30px solid #00a5d0;
          max-width: 1023px; } }
      .new-technology .new-technology-inner .bottom-block .ai-circle {
        display: none; }
      @media screen and (max-width: 63.9375em) {
        .new-technology .new-technology-inner .bottom-block {
          padding: 0;
          border-left: none;
          border-right: none;
          border-top: 5.3125rem solid #00a5d0;
          max-width: 100%;
          position: relative; }
          .new-technology .new-technology-inner .bottom-block .ai-circle {
            position: absolute;
            top: -58px;
            left: 0;
            margin: 0;
            padding: 0;
            width: 100%;
            display: inline-block; }
            .new-technology .new-technology-inner .bottom-block .ai-circle img {
              max-width: 110px; }
          .new-technology .new-technology-inner .bottom-block .screenshot-image {
            margin: 0;
            padding: 0; }
            .new-technology .new-technology-inner .bottom-block .screenshot-image img {
              max-width: 100%;
              width: 100%; } }
      .new-technology .new-technology-inner .bottom-block video {
        max-width: 100%;
        width: 100%; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .new-technology .new-technology-inner .bottom-block:before {
          background: url(../images/gold-woocommerce@2x.png); } }
      @media screen and (min-width: 64em) {
        .new-technology .new-technology-inner .bottom-block:before {
          content: "";
          position: absolute;
          left: 0;
          width: 170px;
          height: 170px;
          display: block;
          background: url(../images/gold-woocommerce.png);
          margin-left: -10px;
          background-size: cover;
          top: 50%;
          margin-top: -85px; } }
      @media screen and (max-width: 63.9375em) {
        .new-technology .new-technology-inner .bottom-block .bottom-block-text {
          padding: 60px 0 0 0 !important; } }
      @media screen and (min-width: 40em) {
        .new-technology .new-technology-inner .bottom-block .bottom-block-text {
          padding: 30px 20px 20px 170px; } }
      .new-technology .new-technology-inner .bottom-block .bottom-block-text .block-heading {
        font-family: "oswaldmedium", sans-serif;
        font-size: 48px;
        line-height: 52px;
        color: #18405c;
        text-transform: uppercase;
        padding: 0; }
        @media screen and (max-width: 63.9375em) {
          .new-technology .new-technology-inner .bottom-block .bottom-block-text .block-heading {
            padding: 10px 0;
            text-align: center; } }
        @media screen and (max-width: 39.9375em) {
          .new-technology .new-technology-inner .bottom-block .bottom-block-text .block-heading {
            font-size: 24px;
            line-height: 26px; } }
      .new-technology .new-technology-inner .bottom-block .bottom-block-text .block-content {
        font-family: "montserratlight", sans-serif;
        font-size: 18px;
        line-height: 28px;
        color: #616161; }
        @media screen and (max-width: 63.9375em) {
          .new-technology .new-technology-inner .bottom-block .bottom-block-text .block-content {
            text-align: center;
            margin-bottom: 30px; } }
        @media screen and (max-width: 39.9375em) {
          .new-technology .new-technology-inner .bottom-block .bottom-block-text .block-content {
            font-size: 13px;
            line-height: 20px;
            text-align: left;
            padding: 0 0.625rem; } }

.subscription {
  float: left;
  width: 100%;
  background: #f9fafa;
  background: linear-gradient(to bottom, #f9fafa 0%, white 30%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafa', endColorstr='#ffffff',GradientType=0 );
  position: relative; }
  .subscription:after, .subscription:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .subscription:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 30px;
    margin-left: -30px; }
  .subscription:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 40px;
    margin-left: -40px; }
  .subscription .subscription-inner {
    display: inline-block;
    padding: 160px 0.9375rem 100px 0.9375rem;
    width: 100%;
    max-width: 100%; }
    @media screen and (max-width: 39.9375em) {
      .subscription .subscription-inner {
        padding: 80px 0 50px 0; } }
    .subscription .subscription-inner .tagboard-tamrac {
      max-width: 848px; }
      @media screen and (max-width: 63.9375em) {
        .subscription .subscription-inner .tagboard-tamrac {
          max-width: 100%; } }
    .subscription .subscription-inner .plugin-integration {
      display: inline-block;
      padding: 10px 30px;
      background: #70c838;
      border-radius: 10px; }
      .subscription .subscription-inner .plugin-integration .advant-plugin {
        max-width: 155px;
        display: inline-block; }
      .subscription .subscription-inner .plugin-integration p {
        font-family: "montserratregular", sans-serif;
        text-transform: capitalize;
        font-size: 18px;
        color: #FFF;
        margin: 0;
        text-shadow: 2px 0 0 #929da1; }
    .subscription .subscription-inner > .heading {
      font-family: "oswaldmedium", sans-serif;
      color: #00a5d0;
      text-transform: uppercase;
      padding: 0 10px; }
      @media screen and (max-width: 39.9375em) {
        .subscription .subscription-inner > .heading {
          font-size: 42px;
          line-height: 42px; } }
    .subscription .subscription-inner .main-heading {
      font-size: 48px;
      line-height: 1;
      margin: 0; }
      @media screen and (max-width: 39.9375em) {
        .subscription .subscription-inner .main-heading {
          font-size: 42px; } }
    .subscription .subscription-inner .sub-heading {
      font-size: 72px;
      line-height: 72px;
      padding-bottom: 50px;
      margin-bottom: 50px;
      position: relative; }
      @media screen and (max-width: 74.9375em) {
        .subscription .subscription-inner .sub-heading {
          padding-bottom: 25px;
          margin-bottom: 25px; } }
      @media screen and (max-width: 39.9375em) {
        .subscription .subscription-inner .sub-heading {
          font-family: "oswaldlight", sans-serif;
          font-size: 24px;
          line-height: 30px;
          padding-bottom: 0.625rem;
          margin-bottom: 0.9375rem;
          margin-top: 0.625rem; } }
      .subscription .subscription-inner .sub-heading:after {
        position: absolute;
        bottom: 0;
        content: "";
        display: block;
        height: 4px;
        width: 150px;
        margin: 0 auto;
        background: #cad5d5;
        left: 0;
        right: 0; }
        @media screen and (max-width: 39.9375em) {
          .subscription .subscription-inner .sub-heading:after {
            display: none; } }
    .subscription .subscription-inner > .content {
      max-width: 846px;
      padding: 0 10px;
      margin: 0 auto 70px auto;
      font-family: "montserratlight", sans-serif;
      font-size: 16px;
      line-height: 28px; }
      @media screen and (max-width: 39.9375em) {
        .subscription .subscription-inner > .content {
          margin: 0 auto 45px auto;
          font-size: 0.8125rem;
          line-height: 1.5rem; } }
    .subscription .subscription-inner .subscription-slides {
      max-width: 1280px;
      margin: 0 auto; }
      .subscription .subscription-inner .subscription-slides .subscription-slide:focus {
        outline: none !important; }
      .subscription .subscription-inner .subscription-slides .subscription-slide .columns .heading {
        font-family: "oswalddemibold", sans-serif;
        color: #5d6269;
        text-transform: uppercase;
        margin: 0;
        text-shadow: 2px 3px 0 #d6d8d9;
        line-height: 1;
        display: inline-block;
        width: 100%; }
        @media screen and (max-width: 39.9375em) {
          .subscription .subscription-inner .subscription-slides .subscription-slide .columns .heading {
            padding: 0; } }
      .subscription .subscription-inner .subscription-slides .subscription-slide .columns .content {
        display: inline-block;
        width: 100%;
        font-size: 14px; }
      .subscription .subscription-inner .subscription-slides .subscription-slide .columns .heading-small {
        font-size: 27px; }
        @media screen and (max-width: 39.9375em) {
          .subscription .subscription-inner .subscription-slides .subscription-slide .columns .heading-small {
            font-size: 24px;
            line-height: 24px; } }
      .subscription .subscription-inner .subscription-slides .subscription-slide .columns .heading-big {
        font-size: 36px; }
        @media screen and (max-width: 39.9375em) {
          .subscription .subscription-inner .subscription-slides .subscription-slide .columns .heading-big {
            font-size: 32px;
            line-height: 32px; } }
      @media screen and (min-width: 75em) {
        .subscription .subscription-inner .subscription-slides .subscription-slide .columns.left-block {
          padding-left: 129px; } }
      .subscription .subscription-inner .subscription-slides .subscription-slide .columns.left-block .content {
        margin-top: 15px; }
      @media screen and (min-width: 75em) {
        .subscription .subscription-inner .subscription-slides .subscription-slide .columns.right-block {
          padding-right: 129px; } }
      .subscription .subscription-inner .subscription-slides .subscription-slide .columns.right-block .content {
        margin-top: 15px; }
      .subscription .subscription-inner .subscription-slides .subscription-slide .columns.right-block .subscription-1-img {
        float: right; }
      .subscription .subscription-inner .subscription-slides .slick-dots {
        margin: 25px 0 0 0;
        list-style: none;
        text-align: center; }
        .subscription .subscription-inner .subscription-slides .slick-dots li {
          display: inline-block; }
          .subscription .subscription-inner .subscription-slides .slick-dots li button {
            color: transparent;
            width: 9px;
            height: 9px;
            background: #E9E9E9;
            border-radius: 50%;
            margin-left: 20px;
            outline: none !important; }
          .subscription .subscription-inner .subscription-slides .slick-dots li:focus {
            outline: none !important; }
          .subscription .subscription-inner .subscription-slides .slick-dots li:first-of-type {
            margin-left: 0; }
          .subscription .subscription-inner .subscription-slides .slick-dots li.slick-active button {
            background: #CBD5D5; }
    .subscription .subscription-inner .subscription-1-img {
      position: relative;
      z-index: 9;
      margin-top: 70px;
      margin-bottom: 16px;
      display: none; }
      @media screen and (min-width: 64em) {
        .subscription .subscription-inner .subscription-1-img {
          max-width: 200%;
          display: block;
          min-width: 500px; } }
      @media screen and (min-width: 75em) {
        .subscription .subscription-inner .subscription-1-img {
          max-width: none;
          display: block;
          margin-left: 40px; } }
    @media screen and (min-width: 64em) {
      .subscription .subscription-inner .subscription-slide:first-child .subscription-1-img {
        margin-left: 80px; } }
    .subscription .subscription-inner .browser-image img {
      width: 100%;
      border-bottom: 13px solid #CBD5D5;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
      @media screen and (max-width: 63.9375em) {
        .subscription .subscription-inner .browser-image img {
          border: none;
          border-radius: 0; } }
    .subscription .subscription-inner .browser-image .browser-top.alt .browser-bar {
      width: 84%; }
    @media screen and (max-width: 39.9375em) {
      .subscription .subscription-inner .browser-image img {
        max-width: 100%;
        width: 100%;
        height: auto; } }

.categorized-content {
  float: left;
  width: 100%;
  background: rgba(0, 165, 208, 0.1);
  background: linear-gradient(to bottom, rgba(0, 165, 208, 0.1) 0%, rgba(169, 225, 239, 0) 61%, rgba(255, 255, 255, 0) 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a5d0', endColorstr='#ffffff', GradientType=0 ); }
  .categorized-content .categorized-content-inner {
    display: inline-block;
    padding: 160px 0 100px 0; }
    @media screen and (max-width: 39.9375em) {
      .categorized-content .categorized-content-inner {
        padding: 80px 0 90px 0; } }
    .categorized-content .categorized-content-inner .heading {
      font-family: "oswaldmedium", sans-serif;
      color: #00a5d0;
      text-transform: uppercase; }
    .categorized-content .categorized-content-inner > .main-heading {
      font-size: 48px;
      line-height: 1;
      margin: 0; }
      @media screen and (max-width: 39.9375em) {
        .categorized-content .categorized-content-inner > .main-heading {
          font-size: 42px; } }
    .categorized-content .categorized-content-inner > .sub-heading {
      font-size: 72px;
      line-height: 72px;
      padding-bottom: 50px;
      margin-bottom: 50px;
      position: relative; }
      @media screen and (max-width: 39.9375em) {
        .categorized-content .categorized-content-inner > .sub-heading {
          font-size: 24px;
          line-height: 30px;
          font-family: "oswaldlight", sans-serif;
          padding-bottom: 0.625rem;
          margin-bottom: 0.9375rem;
          margin-top: 0.625rem; } }
      .categorized-content .categorized-content-inner > .sub-heading:after {
        position: absolute;
        bottom: 0;
        content: "";
        display: block;
        height: 4px;
        width: 150px;
        margin: 0 auto;
        background: #cad5d5;
        left: 0;
        right: 0; }
        @media screen and (max-width: 39.9375em) {
          .categorized-content .categorized-content-inner > .sub-heading:after {
            display: none; } }
    .categorized-content .categorized-content-inner .content {
      font-size: 14px;
      line-height: 24px;
      font-family: "montserratlight", sans-serif;
      max-width: 408px; }
      @media screen and (max-width: 39.9375em) {
        .categorized-content .categorized-content-inner .content {
          max-width: 100%;
          font-size: 13px; } }
    .categorized-content .categorized-content-inner .updating-users-circle {
      background: #ffc167;
      padding: 70px 30px 60px 50px;
      border-radius: 50%;
      max-width: 363px;
      max-height: 363px;
      height: auto;
      position: relative; }
      @media screen and (min-width: 75em) {
        .categorized-content .categorized-content-inner .updating-users-circle {
          width: 363px;
          height: 363px;
          margin-top: 80px; } }
      @media screen and (max-width: 63.9375em) {
        .categorized-content .categorized-content-inner .updating-users-circle {
          padding: 20px;
          border-radius: 10px; } }
      @media screen and (max-width: 39.9375em) {
        .categorized-content .categorized-content-inner .updating-users-circle {
          margin-bottom: 20px;
          margin-top: 20px;
          padding: 90px 70px;
          border-radius: 50%;
          display: block;
          position: relative;
          bottom: 0;
          left: 50%;
          margin-left: -200px;
          margin-bottom: 25px;
          width: 400px;
          height: 400px;
          max-width: auto;
          max-width: 400px;
          max-height: 400px; } }
      .categorized-content .categorized-content-inner .updating-users-circle .hubspot-integration {
        margin-top: 15px;
        max-width: 200px; }
      .categorized-content .categorized-content-inner .updating-users-circle .dashed-pointer {
        max-width: none;
        position: absolute;
        top: 0;
        left: 75%; }
        @media screen and (max-width: 63.9375em) {
          .categorized-content .categorized-content-inner .updating-users-circle .dashed-pointer {
            display: none; } }
      .categorized-content .categorized-content-inner .updating-users-circle .main-heading {
        font-family: "oswalddemibold", sans-serif;
        color: #fffefe;
        text-transform: uppercase;
        line-height: 1;
        display: inline-block;
        width: 100%;
        font-size: 36px;
        margin-top: 0;
        margin-bottom: 10px; }
        @media screen and (max-width: 39.9375em) {
          .categorized-content .categorized-content-inner .updating-users-circle .main-heading {
            text-align: center;
            font-size: 42px; } }
      .categorized-content .categorized-content-inner .updating-users-circle .sub-heading {
        font-family: "montserratlight", sans-serif;
        font-size: 14px;
        line-height: 24px;
        color: #3c3c3e; }
    .categorized-content .categorized-content-inner .owl-carousel-center {
      padding-left: 100px;
      max-width: 100%; }
      @media screen and (max-width: 63.9375em) {
        .categorized-content .categorized-content-inner .owl-carousel-center {
          padding-left: 0; } }
      .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide {
        opacity: 0.3;
        transform: scale(0.8);
        transition: all 300ms ease; }
        .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide {
          width: 700px;
          height: 547px;
          margin: 0; }
          @media screen and (min-width: 64em) and (max-width: 74.9375em) {
            .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide {
              width: 540px;
              height: auto; } }
          @media screen and (max-width: 63.9375em) {
            .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide {
              width: 100%;
              height: auto; } }
          .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .browser-slide-content {
            width: 100%;
            height: auto; }
        .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide.slick-center {
          opacity: 1;
          transform: scale(1); }
      .categorized-content .categorized-content-inner .owl-carousel-center .slick-arrow {
        position: absolute;
        top: 0;
        width: 15%;
        height: 100%;
        text-indent: -9999px; }
        @media screen and (max-width: 63.9375em) {
          .categorized-content .categorized-content-inner .owl-carousel-center .slick-arrow {
            z-index: 100; } }
        .categorized-content .categorized-content-inner .owl-carousel-center .slick-arrow.slick-prev {
          left: 0; }
          @media screen and (max-width: 39.9375em) {
            .categorized-content .categorized-content-inner .owl-carousel-center .slick-arrow.slick-prev {
              left: -1000px; } }
        .categorized-content .categorized-content-inner .owl-carousel-center .slick-arrow.slick-next {
          right: 0; }
          @media screen and (max-width: 39.9375em) {
            .categorized-content .categorized-content-inner .owl-carousel-center .slick-arrow.slick-next {
              right: 3000px; } }
        .categorized-content .categorized-content-inner .owl-carousel-center .slick-arrow:focus {
          outline: 0 none; }
      .categorized-content .categorized-content-inner .owl-carousel-center .slick-dots {
        margin: 25px 0 0 0;
        list-style: none;
        text-align: center; }
        .categorized-content .categorized-content-inner .owl-carousel-center .slick-dots li {
          display: inline-block; }
          .categorized-content .categorized-content-inner .owl-carousel-center .slick-dots li button {
            color: transparent;
            width: 9px;
            height: 9px;
            background: #E9E9E9;
            border-radius: 50%;
            margin-left: 20px;
            outline: none !important; }
          .categorized-content .categorized-content-inner .owl-carousel-center .slick-dots li:first-of-type button {
            margin-left: 0; }
          .categorized-content .categorized-content-inner .owl-carousel-center .slick-dots li:focus {
            outline: none !important; }
          .categorized-content .categorized-content-inner .owl-carousel-center .slick-dots li.slick-active button {
            background: #CBD5D5; }
      .categorized-content .categorized-content-inner .owl-carousel-center *:focus {
        outline: 0 none; }
    .categorized-content .categorized-content-inner .categorized-browser {
      height: auto;
      width: 100%;
      max-width: 100%; }

.solutions {
  float: left;
  width: 100%;
  background: #f1f1f1; }
  @media screen and (max-width: 63.9375em) {
    .solutions {
      padding-bottom: 6.25rem; } }
  @media screen and (max-width: 39.9375em) {
    .solutions {
      padding-bottom: 2.5rem; } }
  .solutions .solutions-inner {
    display: inline-block;
    padding-top: 80px;
    position: relative; }
    .solutions .solutions-inner .ai-circle {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      max-width: 100%;
      margin-top: -62px; }
    .solutions .solutions-inner .heading {
      font-family: "oswaldmedium", sans-serif;
      color: #00a5d0;
      text-transform: uppercase;
      padding: 0 10px; }
      .solutions .solutions-inner .heading.main-heading {
        font-size: 40px;
        line-height: 1;
        margin: 0; }
        @media screen and (max-width: 39.9375em) {
          .solutions .solutions-inner .heading.main-heading {
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 0.625rem; } }
      .solutions .solutions-inner .heading.sub-heading {
        font-size: 101px;
        line-height: 1;
        margin: 0; }
        @media screen and (max-width: 39.9375em) {
          .solutions .solutions-inner .heading.sub-heading {
            font-size: 42px;
            line-height: 1.1;
            margin-bottom: 0.625rem; } }
    .solutions .solutions-inner .smaller-heading {
      font-family: "montserratsemi_bold", sans-serif;
      color: #a6acb0;
      font-size: 21px;
      padding: 0 10px; }
      @media screen and (max-width: 39.9375em) {
        .solutions .solutions-inner .smaller-heading {
          font-size: 18px; } }
    .solutions .solutions-inner .solutions-lists {
      margin-top: 40px;
      display: inline-block; }
      @media screen and (min-width: 64em) {
        .solutions .solutions-inner .solutions-lists {
          max-width: 75%; } }
      .solutions .solutions-inner .solutions-lists h6 {
        font-family: "oswaldmedium", sans-serif;
        font-size: 24px;
        line-height: 30px;
        color: #00a5d0;
        text-transform: uppercase;
        margin: 0 0 5px 0; }
        @media screen and (max-width: 39.9375em) {
          .solutions .solutions-inner .solutions-lists h6 {
            /*text-align: center;*/ } }
      .solutions .solutions-inner .solutions-lists ul {
        list-style: none;
        margin: 0 0 30px 0; }
        @media screen and (max-width: 39.9375em) {
          .solutions .solutions-inner .solutions-lists ul {
            /*text-align: center;*/ } }
        .solutions .solutions-inner .solutions-lists ul li {
          color: #18405c;
          font-size: 16px;
          line-height: 30px;
          font-family: "montserratregular", sans-serif; }
          .solutions .solutions-inner .solutions-lists ul li a {
            color: #85acc7;
            font-size: 16px;
            line-height: 30px;
            text-decoration: underline; }
            .solutions .solutions-inner .solutions-lists ul li a:hover {
              text-decoration: none; }
        @media screen and (min-width: 40em) {
          .solutions .solutions-inner .solutions-lists ul.developed {
            margin-bottom: 75px; } }
        @media screen and (max-width: 39.9375em) {
          .solutions .solutions-inner .solutions-lists ul.developed {
            margin-bottom: 50px; } }
      .solutions .solutions-inner .solutions-lists .content {
        font-family: "montserratsemi_bold", sans-serif;
        font-size: 18px;
        line-height: 28px;
        color: #18405c;
        margin-bottom: 20px; }
        @media screen and (max-width: 39.9375em) {
          .solutions .solutions-inner .solutions-lists .content {
            margin-bottom: 30px; } }
      .solutions .solutions-inner .solutions-lists .button {
        border-radius: 3px;
        background: #f8982f;
        text-transform: uppercase;
        font-family: "oswalddemibold", sans-serif;
        padding: 20px 25px;
        margin-top: 0;
        transition: all 0.2s;
        font-size: 18px;
        float: left; }
        .solutions .solutions-inner .solutions-lists .button:hover {
          background: #ffb249; }
        @media screen and (max-width: 63.9375em) {
          .solutions .solutions-inner .solutions-lists .button {
            font-size: 16px; } }
        @media screen and (max-width: 39.9375em) {
          .solutions .solutions-inner .solutions-lists .button {
            float: none;
            display: inline-block;
            margin: 0 auto;
            width: 300px; } }
      .solutions .solutions-inner .solutions-lists .contact-us {
        padding-left: 0; }
        @media screen and (max-width: 39.9375em) {
          .solutions .solutions-inner .solutions-lists .contact-us {
            padding-right: 0; } }
      .solutions .solutions-inner .solutions-lists .gold-woocommerce {
        padding: 0; }
        @media screen and (max-width: 63.9375em) {
          .solutions .solutions-inner .solutions-lists .gold-woocommerce {
            display: none; } }
    .solutions .solutions-inner .integrated-technologies {
      display: inline-block; }
      @media screen and (min-width: 64em) {
        .solutions .solutions-inner .integrated-technologies {
          width: 100%;
          margin: 2rem auto 2.5rem auto; }
          .solutions .solutions-inner .integrated-technologies .columns {
            max-width: 16.66667%; } }
      @media screen and (max-width: 39.9375em) {
        .solutions .solutions-inner .integrated-technologies {
          display: none; } }
      .solutions .solutions-inner .integrated-technologies .columns {
        white-space: nowrap;
        position: relative;
        height: 50px;
        float: left !important; }
        @media screen and (max-width: 74.9375em) {
          .solutions .solutions-inner .integrated-technologies .columns {
            max-width: 25%;
            margin-bottom: 40px; } }
        @media screen and (max-width: 39.9375em) {
          .solutions .solutions-inner .integrated-technologies .columns {
            max-width: 100%;
            margin-bottom: 40px; } }
        .solutions .solutions-inner .integrated-technologies .columns.fedex img {
          max-height: 50%; }
        .solutions .solutions-inner .integrated-technologies .columns.stripe img {
          max-height: 60%; }
        .solutions .solutions-inner .integrated-technologies .columns .helper {
          display: inline-block;
          height: 100%;
          vertical-align: middle; }
        .solutions .solutions-inner .integrated-technologies .columns img {
          max-height: 100%;
          filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
          /* Firefox 10+ */
          filter: gray;
          /* IE6-9 */
          -webkit-filter: grayscale(100%); }
          @media screen and (max-width: 39.9375em) {
            .solutions .solutions-inner .integrated-technologies .columns img {
              max-width: 225px; } }
      .solutions .solutions-inner .integrated-technologies .left-heading {
        font-family: "montserratregular", sans-serif;
        font-size: 16px;
        color: #00a5d0;
        text-align: left; }
        @media screen and (max-width: 39.9375em) {
          .solutions .solutions-inner .integrated-technologies .left-heading {
            text-align: center; } }

@media screen and (min-width: 40em) {
  .postid-2782 .solutions .solutions-inner .solutions-lists > .columns:nth-child(2n+1), .postid-2958 .solutions .solutions-inner .solutions-lists > .columns:nth-child(2n+1) {
    clear: both; }
  .postid-2782 .solutions .solutions-inner .solutions-lists > .columns.last-one, .postid-2958 .solutions .solutions-inner .solutions-lists > .columns.last-one {
    float: right; } }

.postid-2609 .simple-footer video {
  position: absolute; }
  @media (min-width: 1075px) {
    .postid-2609 .simple-footer video {
      max-width: 1000px !important; } }

.postid-2782 .new-technology .new-technology-inner, .postid-2782 .categorized-content .categorized-content-inner, .postid-2964 .new-technology .new-technology-inner, .postid-2964 .categorized-content .categorized-content-inner, .postid-2958 .new-technology .new-technology-inner, .postid-2958 .categorized-content .categorized-content-inner, .postid-3237 .new-technology .new-technology-inner, .postid-3237 .categorized-content .categorized-content-inner {
  max-width: 100%; }
  .postid-2782 .new-technology .new-technology-inner .owl-carousel-center, .postid-2782 .categorized-content .categorized-content-inner .owl-carousel-center, .postid-2964 .new-technology .new-technology-inner .owl-carousel-center, .postid-2964 .categorized-content .categorized-content-inner .owl-carousel-center, .postid-2958 .new-technology .new-technology-inner .owl-carousel-center, .postid-2958 .categorized-content .categorized-content-inner .owl-carousel-center, .postid-3237 .new-technology .new-technology-inner .owl-carousel-center, .postid-3237 .categorized-content .categorized-content-inner .owl-carousel-center {
    padding-left: 0; }
    .postid-2782 .new-technology .new-technology-inner .owl-carousel-center .slick-arrow, .postid-2782 .categorized-content .categorized-content-inner .owl-carousel-center .slick-arrow, .postid-2964 .new-technology .new-technology-inner .owl-carousel-center .slick-arrow, .postid-2964 .categorized-content .categorized-content-inner .owl-carousel-center .slick-arrow, .postid-2958 .new-technology .new-technology-inner .owl-carousel-center .slick-arrow, .postid-2958 .categorized-content .categorized-content-inner .owl-carousel-center .slick-arrow, .postid-3237 .new-technology .new-technology-inner .owl-carousel-center .slick-arrow, .postid-3237 .categorized-content .categorized-content-inner .owl-carousel-center .slick-arrow {
      z-index: 999; }
    .postid-2782 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide, .postid-2782 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide, .postid-2964 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide, .postid-2964 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide, .postid-2958 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide, .postid-2958 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide, .postid-3237 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide, .postid-3237 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide {
      height: auto;
      margin: 0 auto; }
      .postid-2782 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper, .postid-2782 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper, .postid-2964 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper, .postid-2964 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper, .postid-2958 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper, .postid-2958 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper, .postid-3237 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper, .postid-3237 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper {
        position: relative; }
        .postid-2782 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay, .postid-2782 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay, .postid-2964 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay, .postid-2964 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay, .postid-2958 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay, .postid-2958 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay, .postid-3237 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay, .postid-3237 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
          height: 100%;
          z-index: 999;
          background: rgba(0, 0, 0, 0.3) url("../images/play.png") center no-repeat;
          opacity: 1;
          transition: opacity 0.3s;
          cursor: pointer; }
          .postid-2782 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay.hidden, .postid-2782 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay.hidden, .postid-2964 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay.hidden, .postid-2964 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay.hidden, .postid-2958 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay.hidden, .postid-2958 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay.hidden, .postid-3237 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay.hidden, .postid-3237 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay.hidden {
            opacity: 0; }
          .postid-2782 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay:hover, .postid-2782 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay:hover, .postid-2964 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay:hover, .postid-2964 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay:hover, .postid-2958 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay:hover, .postid-2958 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay:hover, .postid-3237 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay:hover, .postid-3237 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay:hover {
            background: rgba(0, 0, 0, 0.3) url("../images/play_hover.png") center no-repeat; }
          .postid-2782 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay video, .postid-2782 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay video, .postid-2964 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay video, .postid-2964 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay video, .postid-2958 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay video, .postid-2958 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay video, .postid-3237 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay video, .postid-3237 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay video {
            cursor: pointer;
            width: 100%; }
          @media screen and (max-width: 39.9375em) {
            .postid-2782 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay, .postid-2782 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay, .postid-2964 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay, .postid-2964 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay, .postid-2958 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay, .postid-2958 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay, .postid-3237 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay, .postid-3237 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide .video-wrapper .video-overlay {
              background: rgba(0, 0, 0, 0.3) !important; } }
      .postid-2782 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide h3, .postid-2782 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide h3, .postid-2964 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide h3, .postid-2964 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide h3, .postid-2958 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide h3, .postid-2958 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide h3, .postid-3237 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide h3, .postid-3237 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide h3 {
        font-family: "oswaldmedium", sans-serif;
        font-size: 24px;
        line-height: 1.25;
        color: #00a5d0;
        margin-top: 30px;
        text-transform: uppercase; }
      .postid-2782 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide h4, .postid-2782 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide h4, .postid-2964 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide h4, .postid-2964 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide h4, .postid-2958 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide h4, .postid-2958 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide h4, .postid-3237 .new-technology .new-technology-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide h4, .postid-3237 .categorized-content .categorized-content-inner .owl-carousel-center .owl-carousel-center-slide .browser-slide h4 {
        font-family: "montserratregular", sans-serif;
        font-size: 16px;
        line-height: 1.5;
        color: #18405c;
        text-align: justify; }

.postid-2782 .new-technology .new-technology-inner .text-overlay, .postid-2964 .new-technology .new-technology-inner .text-overlay, .postid-2958 .new-technology .new-technology-inner .text-overlay, .postid-3237 .new-technology .new-technology-inner .text-overlay {
  display: none; }

@media screen and (min-width: 75em) {
  .postid-2958 .top-hero .mgt-hero {
    max-width: 848px; } }

@media screen and (min-width: 75em) {
  .postid-2958 .solutions {
    background: #f1f1f1 url(../images/solutions-bg-ddy.png) no-repeat bottom right; } }

@media (min-width: 640px) and (max-width: 850px) {
  .postid-2958 .second-block .second-block-inner .blue-circle {
    bottom: -10px; } }

.postid-2958 .subscription .subscription-inner .plugin-integration {
  background: transparent;
  display: block;
  padding: 0;
  border-radius: 0; }
  .postid-2958 .subscription .subscription-inner .plugin-integration img {
    max-width: 100%; }

@media screen and (max-width: 39.9375em) {
  .postid-2958 .categorized-content .categorized-content-inner .updating-users-circle {
    padding: 65px 70px; } }

.postid-2958 .top-hero .mobile-row {
  background: #ff3a00;
  background: linear-gradient(to bottom, #ff3a00 0%, #ff3a00 50%, #ffffff 50%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8982f', endColorstr='#ffffff',GradientType=0 ); }

@media screen and (max-width: 39.9375em) {
  .postid-2958 .categorized-content .categorized-content-inner .updating-users-circle .hubspot-integration {
    max-width: 150px; } }

@media screen and (min-width: 75em) {
  .postid-3237 .top-hero .mgt-hero {
    max-width: 848px; } }

.postid-3237 .top-hero .mobile-row {
  background: #e0cb73;
  background: linear-gradient(to bottom, #e0cb73 0%, #e0cb73 50%, #ffffff 50%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8982f', endColorstr='#ffffff',GradientType=0 ); }

.postid-2964 .second-block .second-block-inner .blue-circle {
  background: #e33449; }

.postid-2964 .top-hero .mobile-row {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8982f+0,f8982f+50,ffffff+51,ffffff+100 */
  background: #ba0017;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ba0017 0%, #ba0017 50%, #ffffff 50%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8982f', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

.postid-2964 .subscription .subscription-inner .subscription-slide:first-child .subscription-1-img {
  margin-left: 0 !important; }

.postid-2964 .categorized-content .categorized-content-inner .updating-users-circle .hubspot-integration {
  max-width: 265px; }
  @media screen and (max-width: 63.9375em) {
    .postid-2964 .categorized-content .categorized-content-inner .updating-users-circle .hubspot-integration {
      max-width: 100%;
      position: relative; } }

@media screen and (min-width: 75em) {
  .postid-2964 .categorized-content .categorized-content-inner .updating-users-circle {
    margin-top: 40px; } }

.postid-2964 .categorized-content .categorized-content-inner .updating-users-circle, .postid-2964 .postid-2782 .categorized-content .categorized-content-inner .updating-users-circle {
  padding: 55px 30px 55px 45px;
  border-radius: 50%;
  max-width: 363px;
  max-height: 363px;
  position: relative;
  width: 320px;
  height: 320px; }

.postid-2964 .solutions .solutions-inner .integrated-technologies .columns.usps img {
  max-height: 40%; }

.image-full-width {
  width: 100%;
  height: auto;
  max-width: 100%; }

.apply_form_main {
  display: inline-block; }
  .apply_form_main .apply_form pre {
    background: transparent;
    border: none;
    border-radius: 0 !important; }
    .apply_form_main .apply_form pre code {
      display: table;
      border: none; }
      .apply_form_main .apply_form pre code .gform_wrapper {
        margin: 0;
        max-width: 100%;
        display: table; }
        .apply_form_main .apply_form pre code .gform_wrapper > form {
          display: table; }
          .apply_form_main .apply_form pre code .gform_wrapper > form .gform_body ul {
            display: table; }
            .apply_form_main .apply_form pre code .gform_wrapper > form .gform_body ul li {
              line-height: 1;
              font-size: 0 !important; }
              .apply_form_main .apply_form pre code .gform_wrapper > form .gform_body ul li input, .apply_form_main .apply_form pre code .gform_wrapper > form .gform_body ul li textarea {
                border-radius: 0 !important;
                font-family: "Open Sans", sans-serif !important;
                font-size: 24px;
                margin: 0; }
              .apply_form_main .apply_form pre code .gform_wrapper > form .gform_body ul li .ginput_container_fileupload input {
                height: auto !important;
                line-height: normal !important;
                font-size: initial !important;
                padding: 20px !important; }
          .apply_form_main .apply_form pre code .gform_wrapper > form .gform_footer {
            display: table; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  border-radius: 3px;
  background: #00a5cf;
  text-transform: uppercase;
  font-family: "oswalddemibold", sans-serif;
  margin-top: 0;
  transition: all 0.2s;
  text-transform: uppercase !important;
  width: 13.25rem !important; }
  .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #1ac3eb; }

#contact .gform_wrapper .gform_footer input.button, #contact .gform_wrapper .gform_footer input[type=submit] {
  width: 100% !important; }

.gform_wrapper.gf_browser_chrome .gform_body {
  width: 100% !important; }

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px !important; }

.ginput_container.ginput_container_select .gfield_select {
  display: block !important; }

.ginput_container.ginput_container_select .chosen-container {
  display: none !important; }

.page-template-page-team .header-outer {
  float: none;
  position: relative;
  background: #183d57; }
  @media screen and (max-width: 39.9375em) {
    .page-template-page-team .header-outer {
      max-height: 375px; } }
  .page-template-page-team .header-outer .content-slider {
    padding-top: 9.375rem;
    transition: all 0.5s; }
    @media screen and (max-width: 39.9375em) {
      .page-template-page-team .header-outer .content-slider {
        padding-top: 7.8125rem;
        z-index: initial; } }
    .page-template-page-team .header-outer .content-slider.active {
      opacity: 0; }
    .page-template-page-team .header-outer .content-slider .content-slider-headings {
      padding-bottom: 10px; }
      @media screen and (max-width: 39.9375em) {
        .page-template-page-team .header-outer .content-slider .content-slider-headings {
          padding-bottom: 0; } }
    .page-template-page-team .header-outer .content-slider #play-button {
      background: #00a5cf;
      height: 5rem;
      margin-top: 30px;
      width: 5rem;
      border-radius: 8px;
      display: inline-block;
      position: relative;
      transition: all 0.2s; }
      .page-template-page-team .header-outer .content-slider #play-button:hover {
        background: #1ac3eb; }
      @media screen and (max-width: 39.9375em) {
        .page-template-page-team .header-outer .content-slider #play-button {
          position: absolute;
          z-index: 15;
          bottom: 10px;
          left: 0;
          right: 0;
          margin: 2.8125rem auto 0 auto; } }
      .page-template-page-team .header-outer .content-slider #play-button .play-button-inner {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 26px 0 26px 33px;
        border-color: transparent transparent transparent #ffffff;
        display: inline-block;
        top: 50%;
        position: absolute;
        margin-top: -26px;
        left: 50%;
        margin-left: -16px; }
  .page-template-page-team .header-outer video.team-video-notmuted {
    display: none;
    position: relative; }

.page-template-page-team #teaser-image {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0; }

.page-template-page-team #content {
  margin-top: -120px;
  z-index: 10;
  position: relative;
  transition: all 0.5s; }
  @media screen and (max-width: 39.9375em) {
    .page-template-page-team #content {
      margin-top: -50px; } }
  .page-template-page-team #content.active {
    margin-top: 0; }
  .page-template-page-team #content #inner-content {
    position: relative;
    z-index: 10;
    background: #fefefe;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 1.875rem; }
    @media screen and (max-width: 39.9375em) {
      .page-template-page-team #content #inner-content {
        padding-top: 3.4375rem; } }
  .page-template-page-team #content .team-member {
    padding-bottom: 3.4375rem; }
    @media screen and (max-width: 39.9375em) {
      .page-template-page-team #content .team-member {
        padding-bottom: 1.25rem; } }
    .page-template-page-team #content .team-member img {
      width: 100%; }
    @media screen and (max-width: 39.9375em) {
      .page-template-page-team #content .team-member .details .headings {
        text-align: center;
        line-height: 1; } }
    .page-template-page-team #content .team-member .details .headings h3 {
      font-size: 1.5rem;
      font-family: "montserratblack", sans-serif;
      color: #092a42;
      margin-bottom: 0;
      margin-top: 0.9375rem;
      position: relative; }
      @media screen and (max-width: 39.9375em) {
        .page-template-page-team #content .team-member .details .headings h3 {
          font-size: 1.3125rem;
          padding: 0 1.875rem; } }
      .page-template-page-team #content .team-member .details .headings h3 a {
        float: right;
        position: absolute;
        right: 0;
        top: 0; }
    .page-template-page-team #content .team-member .details .headings span {
      color: #00a9d1;
      font-size: 1rem;
      font-family: "montserratlight", sans-serif; }
      @media screen and (max-width: 39.9375em) {
        .page-template-page-team #content .team-member .details .headings span {
          font-size: 0.625rem;
          text-transform: uppercase; } }
    .page-template-page-team #content .team-member .details .content {
      font-family: "montserratlight", sans-serif;
      font-size: 16px;
      line-height: 1.5;
      color: #595b5c;
      margin-top: 10px; }
      @media screen and (max-width: 39.9375em) {
        .page-template-page-team #content .team-member .details .content {
          display: none; } }
  .page-template-page-team #content .about-advant {
    display: inline-block;
    width: 100%; }
    .page-template-page-team #content .about-advant .team-images-1 {
      width: 100%;
      position: absolute; }
    .page-template-page-team #content .about-advant .blue-advant {
      max-width: 100%;
      position: relative;
      z-index: 5;
      transform: translateY(40%); }
    .page-template-page-team #content .about-advant .columns {
      float: left;
      background: rgba(255, 255, 255, 0.9);
      position: relative;
      z-index: 10;
      padding: 20px 40px; }
      .page-template-page-team #content .about-advant .columns h2 {
        text-transform: uppercase;
        color: #11334a;
        font-family: "oswald_regularregular", sans-serif;
        font-size: 2.25rem; }
        @media screen and (max-width: 39.9375em) {
          .page-template-page-team #content .about-advant .columns h2 {
            font-size: 1.3125rem;
            line-height: 2.25rem; } }
      .page-template-page-team #content .about-advant .columns p {
        font-family: "montserratlight", sans-serif;
        color: #3c3c3e;
        font-size: 1rem; }
        @media screen and (max-width: 39.9375em) {
          .page-template-page-team #content .about-advant .columns p {
            font-size: 0.875rem;
            line-height: 1.125rem; } }
  .page-template-page-team #content .advant-images {
    padding-top: 9.375rem;
    padding-bottom: 3.125rem; }
  .page-template-page-team #content .team-images-2 {
    width: 100%; }
  .page-template-page-team #content .advant-location {
    padding: 12.5rem 0.9375rem;
    color: #3c3c3e;
    font-size: 0.875rem;
    font-family: "montserratregular", sans-serif; }
    @media screen and (max-width: 63.9375em) {
      .page-template-page-team #content .advant-location {
        padding: 3.125rem 0.9375rem;
        text-align: center; } }
    @media screen and (max-width: 39.9375em) {
      .page-template-page-team #content .advant-location {
        text-align: left; } }
    .page-template-page-team #content .advant-location .blue-heading {
      font-family: "oswald_regularregular", sans-serif;
      font-size: 2.25rem;
      color: #00a5cf;
      text-transform: uppercase; }
    .page-template-page-team #content .advant-location .advant-location-content {
      font-family: "montserratregular", sans-serif;
      font-size: 1rem;
      line-height: 1.3125rem;
      color: #3c3c3e; }
      @media screen and (max-width: 63.9375em) {
        .page-template-page-team #content .advant-location .advant-location-content {
          display: inline-block;
          float: none !important; } }
    @media screen and (max-width: 63.9375em) {
      .page-template-page-team #content .advant-location .advant-location-button {
        display: inline-block;
        float: none !important; } }
    .page-template-page-team #content .advant-location .advant-location-button .button {
      border-radius: 3px;
      background: #00a5cf;
      text-transform: uppercase;
      font-family: "oswalddemibold", sans-serif;
      margin-top: 0;
      transition: all 0.2s;
      font-size: 1.125rem;
      padding: 1.25rem 3.125rem; }
      .page-template-page-team #content .advant-location .advant-location-button .button:hover {
        background: #1ac3eb; }
      @media screen and (max-width: 63.9375em) {
        .page-template-page-team #content .advant-location .advant-location-button .button {
          margin-top: 0.9375rem; } }
      @media screen and (max-width: 39.9375em) {
        .page-template-page-team #content .advant-location .advant-location-button .button {
          display: block; } }
  .page-template-page-team #content .advant-clients {
    padding-top: 6.5625rem; }
    .page-template-page-team #content .advant-clients h2 {
      color: #65bce3;
      font-size: 3rem;
      font-family: "oswaldbold", sans-serif;
      text-transform: uppercase;
      margin-bottom: 2.5rem; }
    .page-template-page-team #content .advant-clients .client-logo {
      height: 6.25rem;
      position: relative;
      margin-bottom: 3.125rem; }
      .page-template-page-team #content .advant-clients .client-logo img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  .page-template-page-team #content .advant-quote {
    padding: 10.625rem 0.9375rem 12.5rem 0.9375rem; }
    @media screen and (max-width: 63.9375em) {
      .page-template-page-team #content .advant-quote {
        padding: 1.5625rem 0.9375rem 3.125rem 0.9375rem; } }
    .page-template-page-team #content .advant-quote .quote-content {
      font-family: "montserratsemi_bold", sans-serif;
      font-size: 3.75rem;
      line-height: 3.4375rem;
      color: #11334a; }
      @media screen and (max-width: 39.9375em) {
        .page-template-page-team #content .advant-quote .quote-content {
          font-size: 1.75rem;
          line-height: 1.875rem; } }
    .page-template-page-team #content .advant-quote .quote-person {
      font-family: "montserratlight", sans-serif;
      font-size: 0.875rem;
      color: #00a5cf;
      text-transform: uppercase; }
      @media screen and (max-width: 39.9375em) {
        .page-template-page-team #content .advant-quote .quote-person {
          font-size: 0.625rem; } }
  .page-template-page-team #content .advant-listeners {
    display: block;
    position: relative;
    background: url(../images/advant-image-team-3.jpg) center left;
    background-size: cover;
    height: 790px; }
    @media screen and (max-width: 89.9375em) {
      .page-template-page-team #content .advant-listeners {
        height: 560px; } }
    @media screen and (max-width: 39.9375em) {
      .page-template-page-team #content .advant-listeners {
        height: 420px;
        background-position: top left; } }
    .page-template-page-team #content .advant-listeners-overlay {
      background: rgba(0, 165, 207, 0.5);
      position: absolute;
      z-index: 20;
      width: 100%;
      height: 100%;
      top: 0; }
      .page-template-page-team #content .advant-listeners-overlay .advant-listeners-inner-table {
        display: table;
        width: 100%;
        height: 100%;
        max-width: 466px;
        margin: 0 auto; }
        .page-template-page-team #content .advant-listeners-overlay .advant-listeners-inner-table .advant-listeners-inner-tablecell {
          display: table-cell;
          vertical-align: middle;
          padding: 0 15px; }
          .page-template-page-team #content .advant-listeners-overlay .advant-listeners-inner-table .advant-listeners-inner-tablecell .smaller-heading {
            font-family: "oswaldlight", sans-serif;
            font-size: 3rem;
            line-height: 1;
            text-transform: uppercase;
            color: #FFF; }
            @media screen and (max-width: 39.9375em) {
              .page-template-page-team #content .advant-listeners-overlay .advant-listeners-inner-table .advant-listeners-inner-tablecell .smaller-heading {
                font-size: 2.0625rem; } }
          .page-template-page-team #content .advant-listeners-overlay .advant-listeners-inner-table .advant-listeners-inner-tablecell .bigger-heading {
            font-family: "oswalddemibold", sans-serif;
            font-size: 6.25rem;
            line-height: 1;
            text-transform: uppercase;
            color: #FFF; }
            @media screen and (max-width: 39.9375em) {
              .page-template-page-team #content .advant-listeners-overlay .advant-listeners-inner-table .advant-listeners-inner-tablecell .bigger-heading {
                font-size: 4.375rem; } }
          .page-template-page-team #content .advant-listeners-overlay .advant-listeners-inner-table .advant-listeners-inner-tablecell .content {
            font-family: "montserratregular", sans-serif;
            font-size: 1rem;
            line-height: 1.3125rem;
            color: #FFF; }
            @media screen and (max-width: 39.9375em) {
              .page-template-page-team #content .advant-listeners-overlay .advant-listeners-inner-table .advant-listeners-inner-tablecell .content {
                font-size: 0.875rem;
                line-height: 1.125rem; } }
          .page-template-page-team #content .advant-listeners-overlay .advant-listeners-inner-table .advant-listeners-inner-tablecell .button {
            background: transparent;
            padding: 20px 90px;
            border: 2px solid #FFF;
            font-family: "oswalddemibold", sans-serif;
            border-radius: 3px;
            text-transform: uppercase;
            font-size: 1.125rem;
            margin-top: 1.5625rem; }
            @media screen and (max-width: 39.9375em) {
              .page-template-page-team #content .advant-listeners-overlay .advant-listeners-inner-table .advant-listeners-inner-tablecell .button {
                display: block;
                margin: 10px auto 0 auto; } }

.page-template-work_page .off-canvas-content {
  text-align: center; }

.page-template-work_page .running-letters {
  position: absolute;
  top: 0;
  width: 100%; }
  .page-template-work_page .running-letters .running-letters-inner {
    background: url(../images/moving-letters-bg.jpg) #11334a;
    position: relative;
    overflow: hidden;
    max-height: 550px; }

@keyframes MOVE-BG {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-187%); }
  20%, 40%, 60%, 80% {
    transform: translateX(50px); } }
    .page-template-work_page .running-letters .running-letters-inner > img {
      animation-name: MOVE-BG;
      animation-duration: 500s;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite; }
      .page-template-work_page .running-letters .running-letters-inner > img:first-child {
        height: 800px;
        max-width: none;
        margin-left: -200px;
        margin-top: -200px; }
      .page-template-work_page .running-letters .running-letters-inner > img:nth-child(2) {
        position: absolute;
        top: -100px;
        height: 300px;
        margin-left: -200px;
        left: 0; }
      .page-template-work_page .running-letters .running-letters-inner > img:nth-child(3) {
        position: absolute;
        top: -70px;
        height: 400px;
        left: 700px; }
      .page-template-work_page .running-letters .running-letters-inner > img:nth-child(4) {
        position: absolute;
        bottom: -50px;
        height: 400px;
        left: 900px; }
      .page-template-work_page .running-letters .running-letters-inner > img:nth-child(5) {
        height: 800px;
        max-width: none;
        margin-left: -200px;
        margin-top: -200px;
        position: absolute;
        top: 0;
        left: 2500px; }
      .page-template-work_page .running-letters .running-letters-inner > img:nth-child(6) {
        position: absolute;
        top: -100px;
        height: 300px;
        margin-left: -200px;
        left: 1500px; }
      .page-template-work_page .running-letters .running-letters-inner > img:nth-child(7) {
        position: absolute;
        top: -70px;
        height: 400px;
        left: 2700px; }
      .page-template-work_page .running-letters .running-letters-inner > img:nth-child(8) {
        position: absolute;
        bottom: -50px;
        height: 400px;
        left: 2800px; }

.page-template-work_page #footer {
  text-align: left; }

.page-template-work_page .header-outer {
  width: 100%;
  height: auto;
  text-align: center;
  background-size: contain !important;
  background-image: none !important; }
  @media screen and (max-width: 63.9375em) {
    .page-template-work_page .header-outer {
      background-size: cover !important;
      margin-bottom: 30px; } }
  @media screen and (max-width: 39.9375em) {
    .page-template-work_page .header-outer {
      margin-bottom: 0; } }
  .page-template-work_page .header-outer .content-slider {
    background: transparent;
    margin-bottom: 37px;
    padding: 200px 0 0 0; }
    @media screen and (max-width: 63.9375em) {
      .page-template-work_page .header-outer .content-slider {
        padding-top: 150px; } }
    @media screen and (max-width: 39.9375em) {
      .page-template-work_page .header-outer .content-slider .content-slider-headings {
        max-width: 90%; } }
    .page-template-work_page .header-outer .content-slider .content-slider-text {
      max-width: 626px;
      margin-bottom: 68px; }
      @media screen and (max-width: 39.9375em) {
        .page-template-work_page .header-outer .content-slider .content-slider-text {
          max-width: 90%; } }
    .page-template-work_page .header-outer .content-slider .featured-case-study-container {
      max-width: 90%;
      width: 100%;
      padding: 0 0.9375rem;
      margin: 0 auto; }
      @media (min-width: 1860px) {
        .page-template-work_page .header-outer .content-slider .featured-case-study-container {
          max-width: 1650px; } }
      @media screen and (max-width: 39.9375em) {
        .page-template-work_page .header-outer .content-slider .featured-case-study-container {
          padding: 0; } }
      .page-template-work_page .header-outer .content-slider .featured-case-study-container .featured-case-study {
        position: relative;
        display: inline-block;
        margin: 0 auto;
        width: 100%;
        overflow: hidden; }
        .page-template-work_page .header-outer .content-slider .featured-case-study-container .featured-case-study:hover img {
          transform: scale(1.05); }
        .page-template-work_page .header-outer .content-slider .featured-case-study-container .featured-case-study img {
          width: 100%;
          transition: all 0.2s linear; }
        .page-template-work_page .header-outer .content-slider .featured-case-study-container .featured-case-study .featured-case-study__top-line {
          position: absolute;
          left: 0;
          right: 0;
          text-align: center;
          z-index: 10; }
          .page-template-work_page .header-outer .content-slider .featured-case-study-container .featured-case-study .featured-case-study__top-line__text {
            text-transform: uppercase;
            display: inline-block;
            border-bottom: 1px solid #FFF;
            font-family: "montserratregular", sans-serif;
            color: #FFF;
            font-size: 14px;
            padding: 25px 35px 20px 35px;
            letter-spacing: 8px;
            max-width: 455px; }
            @media screen and (max-width: 74.9375em) {
              .page-template-work_page .header-outer .content-slider .featured-case-study-container .featured-case-study .featured-case-study__top-line__text {
                font-size: 11px;
                padding: 15px 25px 10px 25px;
                letter-spacing: 7px; } }
            @media screen and (max-width: 39.9375em) {
              .page-template-work_page .header-outer .content-slider .featured-case-study-container .featured-case-study .featured-case-study__top-line__text {
                font-size: 8px;
                letter-spacing: 3px; } }
        .page-template-work_page .header-outer .content-slider .featured-case-study-container .featured-case-study .featured-case-study__content {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
          text-align: right;
          padding: 35px 60px 25px 15px;
          background: rgba(255, 255, 255, 0.9); }
          @media screen and (max-width: 74.9375em) {
            .page-template-work_page .header-outer .content-slider .featured-case-study-container .featured-case-study .featured-case-study__content {
              padding: 20px 30px 20px 10px; } }
          .page-template-work_page .header-outer .content-slider .featured-case-study-container .featured-case-study .featured-case-study__content--name {
            font-family: "montserrat_extrabold", sans-serif;
            font-size: 52px;
            color: #18405c;
            line-height: 1;
            margin-bottom: 4px; }
            @media screen and (max-width: 74.9375em) {
              .page-template-work_page .header-outer .content-slider .featured-case-study-container .featured-case-study .featured-case-study__content--name {
                font-size: 40px; } }
            @media screen and (max-width: 39.9375em) {
              .page-template-work_page .header-outer .content-slider .featured-case-study-container .featured-case-study .featured-case-study__content--name {
                font-size: 21px;
                text-align: center; } }
          .page-template-work_page .header-outer .content-slider .featured-case-study-container .featured-case-study .featured-case-study__content--services {
            font-family: "montserratlight", sans-serif;
            font-size: 18px;
            color: #9ea5ab;
            text-transform: uppercase;
            line-height: 1;
            margin: 0; }
            @media screen and (max-width: 74.9375em) {
              .page-template-work_page .header-outer .content-slider .featured-case-study-container .featured-case-study .featured-case-study__content--services {
                font-size: 16px; } }
            @media screen and (max-width: 39.9375em) {
              .page-template-work_page .header-outer .content-slider .featured-case-study-container .featured-case-study .featured-case-study__content--services {
                font-size: 10px;
                text-align: center; } }

.page-template-work_page .case-studies-wrapper {
  display: block;
  position: relative;
  padding-bottom: 125px;
  z-index: 10; }
  .page-template-work_page .case-studies-wrapper:after, .page-template-work_page .case-studies-wrapper:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .page-template-work_page .case-studies-wrapper:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 30px;
    margin-left: -30px; }
  .page-template-work_page .case-studies-wrapper:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 40px;
    margin-left: -40px; }
  .page-template-work_page .case-studies-wrapper .button-wrapper {
    display: block;
    text-align: center; }
    .page-template-work_page .case-studies-wrapper .button-wrapper .button {
      border-radius: 3px;
      background: #00a5cf;
      text-transform: uppercase;
      font-family: "oswalddemibold", sans-serif;
      padding: 20px 50px;
      margin-top: 0;
      transition: all 0.2s;
      font-size: 18px; }
      .page-template-work_page .case-studies-wrapper .button-wrapper .button:hover {
        background: #1ac3eb; }
  .page-template-work_page .case-studies-wrapper .case-studies-list {
    width: 90%;
    margin: 0 auto 50px auto;
    display: inline-block;
    max-width: 90%;
    text-align: center; }
    @media (min-width: 1860px) {
      .page-template-work_page .case-studies-wrapper .case-studies-list {
        max-width: 1650px; } }
    .page-template-work_page .case-studies-wrapper .case-studies-list .columns {
      position: relative;
      overflow: hidden;
      margin-bottom: 35px;
      float: left !important; }
      .page-template-work_page .case-studies-wrapper .case-studies-list .columns:nth-child(n+7) {
        display: none; }
      @media screen and (min-width: 64em) {
        .page-template-work_page .case-studies-wrapper .case-studies-list .columns:nth-child(3n+4) {
          clear: both; } }
      @media screen and (max-width: 63.9375em) {
        .page-template-work_page .case-studies-wrapper .case-studies-list .columns:nth-child(2n+1) {
          clear: both; } }
      @media screen and (max-width: 39.9375em) {
        .page-template-work_page .case-studies-wrapper .case-studies-list .columns {
          padding: 0; }
          .page-template-work_page .case-studies-wrapper .case-studies-list .columns:nth-child(n+4) {
            display: none; } }
      .page-template-work_page .case-studies-wrapper .case-studies-list .columns .item-inner {
        display: block;
        overflow: hidden; }
        .page-template-work_page .case-studies-wrapper .case-studies-list .columns .item-inner:hover img {
          transform: scale(1.05); }
        .page-template-work_page .case-studies-wrapper .case-studies-list .columns .item-inner img {
          width: 100%;
          transition: all .2s linear;
          backface-visibility: hidden;
          transform: translateZ(0); }
        .page-template-work_page .case-studies-wrapper .case-studies-list .columns .item-inner .case-study-header {
          position: relative; }
          .page-template-work_page .case-studies-wrapper .case-studies-list .columns .item-inner .case-study-header .case-study-header-inner {
            position: absolute;
            bottom: 0;
            background: rgba(255, 255, 255, 0.9);
            left: 0;
            right: 0;
            text-align: left;
            padding: 30px 40px 25px 20px; }
            @media screen and (max-width: 74.9375em) {
              .page-template-work_page .case-studies-wrapper .case-studies-list .columns .item-inner .case-study-header .case-study-header-inner {
                padding: 20px 40px 12px 20px; } }
            @media screen and (max-width: 39.9375em) {
              .page-template-work_page .case-studies-wrapper .case-studies-list .columns .item-inner .case-study-header .case-study-header-inner {
                padding: 20px 30px 15px 15px; } }
            .page-template-work_page .case-studies-wrapper .case-studies-list .columns .item-inner .case-study-header .case-study-header-inner .name {
              font-family: "montserrat_extrabold", sans-serif;
              color: #18405c;
              line-height: 1;
              font-size: 35px;
              font-size: 28px; }
              @media screen and (max-width: 89.9375em) {
                .page-template-work_page .case-studies-wrapper .case-studies-list .columns .item-inner .case-study-header .case-study-header-inner .name {
                  font-size: 24px; } }
              @media screen and (max-width: 74.9375em) {
                .page-template-work_page .case-studies-wrapper .case-studies-list .columns .item-inner .case-study-header .case-study-header-inner .name {
                  font-size: 18px; } }
              @media screen and (max-width: 39.9375em) {
                .page-template-work_page .case-studies-wrapper .case-studies-list .columns .item-inner .case-study-header .case-study-header-inner .name {
                  font-size: 21px;
                  text-align: center; } }
            .page-template-work_page .case-studies-wrapper .case-studies-list .columns .item-inner .case-study-header .case-study-header-inner .services {
              font-family: "montserratlight", sans-serif;
              font-size: 16px;
              color: #9ea5ab;
              line-height: 1;
              text-transform: uppercase;
              font-size: 15px; }
              @media screen and (min-width: 90em) {
                .page-template-work_page .case-studies-wrapper .case-studies-list .columns .item-inner .case-study-header .case-study-header-inner .services {
                  font-size: 16px; } }
              @media screen and (max-width: 74.9375em) {
                .page-template-work_page .case-studies-wrapper .case-studies-list .columns .item-inner .case-study-header .case-study-header-inner .services {
                  font-size: 11px; } }
              @media screen and (max-width: 39.9375em) {
                .page-template-work_page .case-studies-wrapper .case-studies-list .columns .item-inner .case-study-header .case-study-header-inner .services {
                  font-size: 10px;
                  text-align: center; } }

.page-template-work_page .always-creating {
  display: block;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 120px;
  background: rgba(0, 165, 208, 0.1);
  background: linear-gradient(to bottom, rgba(0, 165, 208, 0.1) 0%, rgba(169, 225, 239, 0) 21%, rgba(255, 255, 255, 0) 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a5d0', endColorstr='#ffffff', GradientType=0 );
  position: relative;
  z-index: 5; }
  .page-template-work_page .always-creating:after, .page-template-work_page .always-creating:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .page-template-work_page .always-creating:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 30px;
    margin-left: -30px; }
  .page-template-work_page .always-creating:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 40px;
    margin-left: -40px; }
  .page-template-work_page .always-creating .always-creating-inner {
    max-width: 90%;
    margin: 0 auto; }
    @media (min-width: 1860px) {
      .page-template-work_page .always-creating .always-creating-inner {
        max-width: 1650px; } }
    .page-template-work_page .always-creating .always-creating-inner .main-heading {
      font-family: "oswald_regularregular", sans-serif;
      font-size: 48px;
      color: #65bce4;
      text-transform: uppercase;
      line-height: 1; }
    .page-template-work_page .always-creating .always-creating-inner .sub-heading {
      font-family: "montserratregular", sans-serif;
      font-size: 16px;
      line-height: 24px;
      color: #555555;
      padding-bottom: 80px; }
    .page-template-work_page .always-creating .always-creating-inner .always-creating-items {
      display: inline-block;
      margin-bottom: 50px;
      width: 100%; }
      .page-template-work_page .always-creating .always-creating-inner .always-creating-items .columns {
        margin-bottom: 0.9375rem;
        float: left !important;
        max-height: 205px;
        overflow: hidden; }
        .page-template-work_page .always-creating .always-creating-inner .always-creating-items .columns:nth-child(5n+6) {
          clear: both; }
        .page-template-work_page .always-creating .always-creating-inner .always-creating-items .columns:nth-child(n+11) {
          display: none; }
        @media screen and (max-width: 39.9375em) {
          .page-template-work_page .always-creating .always-creating-inner .always-creating-items .columns:nth-child(n+6) {
            display: none; } }
        @media screen and (min-width: 75em) {
          .page-template-work_page .always-creating .always-creating-inner .always-creating-items .columns {
            clear: none;
            width: 20%; } }
        @media screen and (max-width: 74.9375em) {
          .page-template-work_page .always-creating .always-creating-inner .always-creating-items .columns:nth-child(2n+3) {
            clear: none; }
          .page-template-work_page .always-creating .always-creating-inner .always-creating-items .columns:nth-child(5n+6) {
            clear: none; }
          .page-template-work_page .always-creating .always-creating-inner .always-creating-items .columns:nth-child(4n+5) {
            clear: both; } }
        @media screen and (max-width: 63.9375em) {
          .page-template-work_page .always-creating .always-creating-inner .always-creating-items .columns:nth-child(4n+5) {
            clear: none; }
          .page-template-work_page .always-creating .always-creating-inner .always-creating-items .columns:nth-child(5n+6) {
            clear: none; }
          .page-template-work_page .always-creating .always-creating-inner .always-creating-items .columns:nth-child(2n+3) {
            clear: both; } }
    .page-template-work_page .always-creating .always-creating-inner .button-wrapper {
      display: block;
      text-align: center; }
      .page-template-work_page .always-creating .always-creating-inner .button-wrapper .button {
        border-radius: 3px;
        background: #00a5cf;
        text-transform: uppercase;
        font-family: "oswalddemibold", sans-serif;
        padding: 20px 50px;
        margin-top: 0;
        transition: all 0.2s;
        font-size: 18px; }
        .page-template-work_page .always-creating .always-creating-inner .button-wrapper .button:hover {
          background: #1ac3eb; }

.page-template-work_page .clients {
  display: block;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 120px;
  background: rgba(0, 165, 208, 0.1);
  background: linear-gradient(to bottom, rgba(0, 165, 208, 0.1) 0%, rgba(169, 225, 239, 0) 21%, rgba(255, 255, 255, 0) 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a5d0', endColorstr='#ffffff', GradientType=0 ); }
  .page-template-work_page .clients .clients-inner {
    max-width: 90%;
    margin: 0 auto; }
    @media (min-width: 1860px) {
      .page-template-work_page .clients .clients-inner {
        max-width: 1650px; } }
    .page-template-work_page .clients .clients-inner .main-heading {
      font-family: "oswald_regularregular", sans-serif;
      font-size: 48px;
      color: #65bce4;
      text-transform: uppercase;
      line-height: 1;
      margin-bottom: 85px; }
    .page-template-work_page .clients .clients-inner .sub-heading {
      font-family: "montserratregular", sans-serif;
      font-size: 16px;
      line-height: 24px;
      color: #555555;
      padding-bottom: 80px; }
    .page-template-work_page .clients .clients-inner .advant-clients h2 {
      color: #65bce3;
      font-size: 3rem;
      font-family: "oswaldbold", sans-serif;
      text-transform: uppercase;
      margin-bottom: 2.5rem; }
    .page-template-work_page .clients .clients-inner .advant-clients .client-logo {
      height: 6.25rem;
      position: relative;
      margin-bottom: 3.125rem; }
      @media (max-width: 500px) {
        .page-template-work_page .clients .clients-inner .advant-clients .client-logo {
          width: 100%;
          height: auto;
          margin-bottom: 1.25rem; } }
      .page-template-work_page .clients .clients-inner .advant-clients .client-logo img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
        /* Firefox 10+ */
        filter: gray;
        /* IE6-9 */
        -webkit-filter: grayscale(100%);
        max-width: 85%; }
        @media (max-width: 500px) {
          .page-template-work_page .clients .clients-inner .advant-clients .client-logo img {
            max-width: 70%;
            position: relative;
            top: 0;
            left: 0;
            transform: translate(0); } }
      @media (max-width: 500px) {
        .page-template-work_page .clients .clients-inner .advant-clients .client-logo.client-logo-mgt img {
          padding: 20px; } }

.page-template-terms .header-outer {
  max-height: 400px !important; }
  .page-template-terms .header-outer .content-slider {
    background: url(../images/moving-letters-bg.jpg) #11334a;
    position: relative;
    overflow: hidden;
    max-height: 400px; }
    @media screen and (min-width: 40em) {
      .page-template-terms .header-outer .content-slider {
        padding-top: 200px; } }
    .page-template-terms .header-outer .content-slider .content-slider-headings {
      padding: 0; }
      @media screen and (max-width: 63.9375em) {
        .page-template-terms .header-outer .content-slider .content-slider-headings .main-heading {
          font-size: 54px; } }
    .page-template-terms .header-outer .content-slider .welcome-text {
      text-transform: uppercase;
      font-size: 32px;
      font-family: "montserratsemi_bold", sans-serif;
      max-width: 100%; }
      @media screen and (max-width: 39.9375em) {
        .page-template-terms .header-outer .content-slider .welcome-text {
          line-height: 1.3; } }

.page-template-terms .content {
  padding: 55px 0; }
  .page-template-terms .content p {
    font-family: "montserratlight", sans-serif;
    color: #0a0a0a; }

.page-template-terms.page-id-963 .header-outer {
  max-height: 440px !important; }
  .page-template-terms.page-id-963 .header-outer .content-slider {
    max-height: 440px; }
    @media screen and (min-width: 40em) {
      .page-template-terms.page-id-963 .header-outer .content-slider {
        padding-top: 200px; } }
    .page-template-terms.page-id-963 .header-outer .content-slider .content-slider-text {
      max-width: 800px; }

.page-template-terms.page-id-963 .content h2 {
  font-family: "montserratregular", sans-serif;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #77b3db;
  text-transform: uppercase; }
