@charset "UTF-8";
/*
Theme Name: Quality Homes
Theme URI: https://github.com/jayllellis/foundation-wp-starter
Description: This is just a Foundation Starter WordPress Theme template
Author: 52 Pick-Up
Author URI: https://52pick-up.com
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Foundation
	1.1 CSS Reset
	1.2 Foundation Default
2.0 Global Styles
	2.1 WordPress Core
	2.2 Top Bar
3.0 Homepage
4.0 Subpages
5.0 Animations
6.0 Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 FOUNDATION
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.1 CSS RESET
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.2 FOUNDATION DEFAULT
--------------------------------------------------------------*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=c7af60dd-f583-447a-88ee-90ab193f47c8");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-1 {
  width: 8.3333333333%;
}

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

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

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

.small-2 {
  width: 16.6666666667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.3333333333%;
}

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

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

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

.small-5 {
  width: 41.6666666667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.3333333333%;
}

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

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

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

.small-8 {
  width: 66.6666666667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.3333333333%;
}

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

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

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

.small-11 {
  width: 91.6666666667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

.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.3333333333%;
  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.6666666667%;
  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.2857142857%;
  float: left;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

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

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

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

.small-centered {
  margin-left: auto;
  margin-right: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

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

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

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

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .medium-3 {
    width: 25%;
  }

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

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

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

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

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .medium-6 {
    width: 50%;
  }

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

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

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

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

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .medium-9 {
    width: 75%;
  }

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

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

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

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

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .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.3333333333%;
    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.6666666667%;
    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.2857142857%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }

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

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row, .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .medium-uncentered,
.medium-push-0,
.medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 64.0625em) {
  .large-1 {
    width: 8.3333333333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

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

  .large-2 {
    width: 16.6666666667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .large-3 {
    width: 25%;
  }

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

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

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

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

  .large-5 {
    width: 41.6666666667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .large-6 {
    width: 50%;
  }

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

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

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

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

  .large-8 {
    width: 66.6666666667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .large-9 {
    width: 75%;
  }

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

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

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

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

  .large-11 {
    width: 91.6666666667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .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.3333333333%;
    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.6666666667%;
    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.2857142857%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }

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

  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row, .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .large-uncentered,
.large-push-0,
.large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

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

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

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

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

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.9375rem;
  }

  h4 {
    font-size: 1.5625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

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

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, 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: "— ";
}

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: 64.0625em) {
  .large-text-left {
    text-align: left;
  }

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

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

  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
}
@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
  }
}
@media screen and (min-width: 64.0625em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

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

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

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

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

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

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

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

html,
body {
  height: 100%;
}

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

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

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

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

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

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}
.is-open-right {
  transform: translateX(-250px);
}

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

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

  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}
.orbit {
  position: relative;
}

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

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

.orbit-figure {
  margin: 0;
}

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

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

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

.orbit-previous {
  left: 0;
}

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

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

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

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: "«";
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: "»";
  display: inline-block;
  margin-left: 0.5rem;
}

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

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

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

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

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

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

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

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

.sticky-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

.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-inactive, .switch-active {
  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 {
  height: 1.5rem;
}
.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 {
  height: 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 {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}
tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-bar {
  padding: 0.5rem;
}
.top-bar::before, .top-bar::after {
  content: " ";
  display: table;
}
.top-bar::after {
  clear: both;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}
@media screen and (min-width: 40em) {
  .top-bar .top-bar-left,
.top-bar .top-bar-right {
    width: auto;
  }
}
@media screen and (max-width: 64em) {
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

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

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

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
2.0 GLOBAL STYLES
--------------------------------------------------------------*/
@font-face {
  font-family: "Vaud";
  src: url("fonts/Vaud/Vaud.otf") format("opentype");
}
@font-face {
  font-family: "Vaud-Medium";
  src: url("fonts/Vaud/Vaud-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Vaud-SemiBold";
  src: url("fonts/Vaud/Vaud-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Vaud-Bold";
  src: url("fonts/Vaud/Vaud-Bold.otf") format("opentype");
}
html {
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fefefe;
  font-family: "Trade Gothic Next W01";
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Trade Gothic Next W01";
}

h1 {
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

h2 {
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

p {
  margin-bottom: 0;
  line-height: 1.8;
}

sub,
sup {
  font-size: 60%;
}

textarea {
  resize: none;
}

.slick .slide {
  position: relative;
}
.slick .slick-track,
.slick .slick-list,
.slick .slick-slide {
  height: 100%;
  outline: none !important;
}

.slick-slider-wrap {
  position: relative;
}
.slick-slider-wrap .slick-custom-arrow {
  background: rgba(255, 255, 255, 0.6);
  width: 32px;
  height: 32px;
  text-align: center;
  text-indent: 0;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  cursor: pointer;
  margin-top: -16px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: background 1000ms ease;
  -moz-transition: background 1000ms ease;
  -ms-transition: background 1000ms ease;
  -o-transition: background 1000ms ease;
  transition: background 1000ms ease;
}
.slick-slider-wrap .slick-custom-arrow:hover {
  background: white;
  -webkit-transition: background 1000ms ease;
  -moz-transition: background 1000ms ease;
  -ms-transition: background 1000ms ease;
  -o-transition: background 1000ms ease;
  transition: background 1000ms ease;
}
.slick-slider-wrap .slick-custom-arrow.prev {
  left: 0;
}
.slick-slider-wrap .slick-custom-arrow.prev i {
  left: -1px;
}
.slick-slider-wrap .slick-custom-arrow.next {
  right: 0;
}
.slick-slider-wrap .slick-custom-arrow.next i {
  right: -1px;
}
.slick-slider-wrap .slick-custom-arrow i {
  color: #0a0a0a;
  position: relative;
  top: -2px;
}

#wrapper {
  padding-top: 100px;
}
@media screen and (max-width: 64em) {
  #wrapper {
    padding-top: 60px;
  }
}

.anchor-part {
  position: relative;
  top: -100px;
}
@media screen and (max-width: 64em) {
  .anchor-part {
    top: -100px;
  }
}

.row .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mobile {
  display: none;
}

.red {
  color: #f7323f;
}

.hundo {
  width: 100%;
  display: inline-block;
}

.cat-item.cat-item-21 {
  display: none;
}

.single.single-post .menu-item-875 a {
  color: #f7323f;
}

.inv {
  opacity: none;
}

.right {
  float: right !important;
}

.nowrap {
  white-space: nowrap;
}

.nopad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.small-row {
  max-width: 1024px;
}

.b-lazy {
  opacity: 0;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
.b-lazy.b-loaded {
  opacity: 1;
}

.down {
  cursor: pointer;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.down:hover {
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}

.bg {
  background-size: cover;
  background-position: 50% 50%;
}

.button-wrap {
  text-align: center;
}
.button-wrap.lefted {
  text-align: left;
}

.block-button {
  background: #0a0a0a;
  color: #fefefe;
  border: none;
  text-transform: uppercase;
  height: 50px;
  padding: 15px 32px 10px 32px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: color 350ms ease, background 350ms ease, opacity 350ms ease;
  -moz-transition: color 350ms ease, background 350ms ease, opacity 350ms ease;
  -ms-transition: color 350ms ease, background 350ms ease, opacity 350ms ease;
  -o-transition: color 350ms ease, background 350ms ease, opacity 350ms ease;
  transition: color 350ms ease, background 350ms ease, opacity 350ms ease;
}
.block-button.black {
  color: #fefefe;
}
.block-button.black.active {
  background: #fefefe;
  color: #0a0a0a;
}
@media screen and (min-width: 64.0625em) {
  .block-button.black:hover {
    background: #fefefe;
    color: #0a0a0a;
  }
}
.block-button.red {
  background: #f7323f;
  color: #fefefe;
}
.block-button.red.active {
  background: #dc2935;
  color: #fefefe;
}
@media screen and (min-width: 64.0625em) {
  .block-button.red:hover {
    background: #dc2935;
    color: #fefefe;
  }
}

.black-hover {
  -webkit-transition: background 350ms ease;
  -moz-transition: background 350ms ease;
  -ms-transition: background 350ms ease;
  -o-transition: background 350ms ease;
  transition: background 350ms ease;
}
.black-hover:hover {
  background: #0a0a0a !important;
  -webkit-transition: background 350ms ease;
  -moz-transition: background 350ms ease;
  -ms-transition: background 350ms ease;
  -o-transition: background 350ms ease;
  transition: background 350ms ease;
}

.animate-add {
  transform: rotateY(720deg);
  ms-transform: rotateY(720deg);
  -webkit-transform: rotateY(720deg);
  -moz-transform: rotateY(720deg);
  -webkit-transition: all 3s ease-out;
  transition: all 3s ease-out;
  -moz-transition: all 3s ease-out;
  -ms-transition: all 3s ease-out;
}

.tbWrap {
  height: 100%;
  margin: 0 auto;
  max-width: 500px;
  top: 20%;
  position: relative;
  right: -20%;
}
.tbWrap.dt {
  top: 50%;
  margin-left: -250px;
  margin-top: -250px;
  left: 50%;
  z-index: 2;
}

/*animation*/
#timing,
#timing2 {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*style for the demo*/
#testbox,
#testbox2 {
  position: relative;
  z-index: 11;
  height: auto;
}

#testbox2 #timing2,
#testbox #timing {
  position: absolute;
  z-index: 13;
  text-align: center;
  line-height: 100px;
  font-size: 2.4em;
  color: #fff;
  width: 100%;
}

#testbox2 #timing2 img {
  position: relative;
  max-width: 44%;
  right: 20%;
  margin-top: 2%;
}

#testbox #timing img {
  position: relative;
  max-width: 50%;
  left: 23%;
}

#bigcover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fefefe;
  z-index: 999999;
  opacity: 1;
}
#bigcover.fade-out {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
#bigcover img {
  width: 70px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -35px;
}
#bigcover img.fade-out {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

#to-top {
  bottom: 24px;
  left: 24px;
  width: 32px;
  height: 32px;
  padding-top: 2px;
  background: #f7323f;
  position: fixed;
  cursor: pointer;
  z-index: 99;
  text-align: center;
  color: #fefefe;
  border: 1px solid #fefefe;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#to-top.show {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#to-top:hover {
  background: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#verification-name {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  border: none;
  margin: 0;
}

.bottom-sect {
  padding-top: 72px;
  padding-bottom: 72px;
}
.bottom-sect .text .inner {
  padding-left: 64px;
  display: inline-block;
}
.bottom-sect .text .inner h2 {
  text-align: left;
  padding-bottom: 32px;
  padding-left: 0;
  text-transform: initial;
}
.bottom-sect .text .inner p {
  margin-bottom: 32px;
}

.logo-link {
  float: left;
}
.logo-link img {
  width: 32px;
  float: left;
}
.logo-link p {
  color: #f7323f;
  text-transform: uppercase;
  padding-left: 16px;
  position: relative;
  top: 0;
  float: left;
  margin-bottom: 0;
}
.logo-link i {
  position: relative;
  left: 6px;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  -ms-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
.logo-link:hover i {
  left: 11px;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  -ms-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease;
}

#hug {
  text-align: center;
  max-width: 100%;
}
#hug .columns {
  position: relative;
  padding-top: 50px;
  padding-bottom: 150px;
}
#hug .one img {
  margin: 0 auto;
  display: block;
  width: 180px;
  padding-bottom: 32px;
}
#hug .two .inner {
  max-width: 300px;
  margin: 0 auto;
}
#hug .two p {
  width: 100%;
  color: #fefefe;
}
#hug .three .inner {
  max-width: 420px;
  margin: 0 auto;
}
#hug .three .body {
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}
#hug .three .body i {
  font-size: 1.4rem;
  position: absolute;
  top: 4px;
  left: 0;
  color: #f7323f;
}
#hug .three .name {
  text-transform: uppercase;
  padding-top: 24px;
}
#hug .button-wrap {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 64em) {
  #hug .button-wrap {
    bottom: 32px;
  }
}

#hug-small {
  text-align: center;
  max-width: 100%;
}
#hug-small .columns {
  position: relative;
  padding-top: 50px;
  padding-bottom: 150px;
}
#hug-small .one img {
  margin: 0 auto;
  display: block;
  width: 180px;
  padding-bottom: 32px;
}
#hug-small .one:after {
  content: "";
  border-right: 1px solid #0a0a0a;
  position: absolute;
  height: 70%;
  top: 15%;
  right: 0;
}
#hug-small .two .inner {
  max-width: 420px;
  margin: 0 auto;
}
#hug-small .two .body {
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}
#hug-small .two .body i {
  font-size: 1.4rem;
  position: absolute;
  top: 4px;
  left: 0;
  color: #f7323f;
}
#hug-small .two .name {
  text-transform: uppercase;
  padding-top: 24px;
}
#hug-small .button-wrap {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 64em) {
  #hug-small .button-wrap {
    bottom: 32px;
  }
}

.categories {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 8px;
}
.categories ul {
  margin-left: 0;
  margin-bottom: 0;
}
.categories ul li {
  display: inline-block;
}
.categories ul li a {
  text-transform: uppercase;
  color: #0a0a0a;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.categories ul li a:hover {
  color: #f7323f;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.categories ul li:not(:last-child) {
  padding-right: 50px;
  position: relative;
}
.categories ul li:not(:last-child):after {
  content: "";
  border-right: 1px solid #0a0a0a;
  position: absolute;
  top: 6px;
  right: 24px;
  height: 14px;
}
.categories ul li.current-cat a {
  color: #f7323f;
}

.resources {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.resources div {
  display: inline-block;
}
.resources div a {
  text-transform: uppercase;
  color: #0a0a0a;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.resources div a:hover {
  color: #f7323f;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.resources div a.active {
  color: #f7323f;
}
.resources div span {
  margin: 0 25px;
}

#filter {
  height: 50px;
  z-index: 1;
  margin-top: 32px;
  display: inline-block;
  width: 100%;
}
#filter .inside-filter {
  background: #fefefe;
  display: inline-block;
  width: 100%;
  height: 64px;
  padding-left: 14px;
  padding-right: 14px;
}
@media screen and (max-width: 64em) {
  #filter .inside-filter {
    height: auto;
    background: #eeeeee;
  }
}
#filter .search-mob,
#filter .filter-categories {
  position: relative;
  margin-top: 7px;
}
#filter .search-mob {
  display: none;
}
#filter .filter-categories {
  position: relative;
}
#filter .filter-categories .cat {
  float: left;
  color: #7a7a7a;
  text-transform: uppercase;
  padding: 0.7rem 0.6rem;
  font-size: 0.8rem;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
#filter .filter-categories .cat.active {
  color: #f7323f;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
#filter .filter-categories .cat.active a {
  color: #f7323f;
}
@media screen and (min-width: 64.0625em) {
  #filter .filter-categories .cat:hover {
    color: #f7323f;
    -webkit-transition: color 350ms ease;
    -moz-transition: color 350ms ease;
    -ms-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
  }
}
#filter .filter-categories .cat a {
  color: #0a0a0a;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
#filter .filter-categories .cat a:hover {
  color: #f7323f;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
#filter .filter-categories .cat:not(:last-child) {
  margin-right: 8px;
}
#filter .filter-categories .cat:not(:last-child):after {
  content: "/";
  font-weight: normal;
  position: absolute;
  color: #7a7a7a;
  font-size: 12px;
  top: 12px;
  right: -6px;
}
#filter .filter-properties {
  display: inline-block;
  position: relative;
  float: right;
}
#filter .filter-properties .prop {
  position: relative;
  float: left;
}
#filter .filter-properties .prop select {
  background: #fefefe;
  border: 0;
  font-size: 0.8rem;
  margin: 0;
  padding: 0.5rem;
  font-weight: 700;
}
#filter .filter-properties .prop i {
  position: absolute;
  right: 8px;
  top: 14px;
  font-size: 0.75rem;
  pointer-events: none;
}
#filter .filter-properties .prop:not(:last-child) {
  margin-right: 20px;
}
#filter .filter-properties .prop #beds {
  padding-right: 22px;
}
#filter #fakers {
  display: none;
}
#filter .search {
  background: #f7323f;
  color: #fefefe;
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 8px;
  text-align: center;
  width: 110px;
  display: inline-block;
  float: right;
  position: relative;
  top: 7px;
  right: 40px;
  cursor: pointer;
}
#filter .go-back {
  display: inline-block;
  text-transform: uppercase;
  float: right;
  position: relative;
  top: 14px;
  right: 40px;
}
#filter .go-back i,
#filter .go-back p {
  float: left;
  color: #f7323f;
}
#filter .go-back i {
  position: relative;
  top: 4px;
  left: 0;
  -webkit-transition: left 350ms ease;
  -moz-transition: left 350ms ease;
  -ms-transition: left 350ms ease;
  -o-transition: left 350ms ease;
  transition: left 350ms ease;
}
#filter .go-back p {
  padding-left: 6px;
  font-size: 0.8rem;
}
#filter .go-back:hover i {
  left: -6px;
  -webkit-transition: left 350ms ease;
  -moz-transition: left 350ms ease;
  -ms-transition: left 350ms ease;
  -o-transition: left 350ms ease;
  transition: left 350ms ease;
}

.iradio,
.icheckbox {
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-right: 7px;
}

.iradio.checked,
.icheckbox.checked {
  background-image: url(img/checkbox-cross.png);
  background-repeat: no-repeat;
  background-position: center 4px;
  background-size: 14px;
}

input:focus,
a:focus,
select:focus {
  outline: none;
}

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

input::placeholder,
textarea::placeholder {
  color: #0a0a0a;
}

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

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

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

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

.is-invalid-input:not(:focus) {
  background-color: #fefefe;
  border-color: #ec5840 !important;
  border-width: 2px !important;
}

.bxslider {
  margin-left: 0;
}

.bx-wrapper {
  margin: 0 auto;
}
.bx-wrapper .bx-viewport {
  border: none;
  left: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 9;
}

.bx-pager.bx-default-pager {
  display: none;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

/*--------------------------------------------------------------
2.1 WORDPRESS CORE
--------------------------------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.sticky {
  color: red;
}

.gallery-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.bypostauthor {
  font-weight: 600;
}

/*--------------------------------------------------------------
2.2 TOP BAR
--------------------------------------------------------------*/
.mobile-menu {
  width: 100%;
  height: 60px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  text-align: center;
  visibility: hidden;
}
@media screen and (max-width: 64em) {
  .mobile-menu {
    visibility: visible;
  }
}
.mobile-menu .top-button {
  position: absolute;
  z-index: 99;
  width: 60px;
  height: 60px;
  border-right: 1px solid #ececec;
}
.mobile-menu .top-button i {
  color: #b3b3b3;
  font-size: 22px;
  margin-top: 20px;
}
.mobile-menu .top-button.phone-link {
  right: 61px;
}
.mobile-menu .top-button.sales-centre-link {
  right: 122px;
  border-left: 1px solid #ececec;
}
.mobile-menu .mobile-logo {
  float: left;
}
.mobile-menu .mobile-logo img {
  height: 60px;
  width: auto;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
}
.mobile-menu .menu-bar {
  width: 100%;
  height: 60px;
  background: #fefefe;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
}
.mobile-menu .mobile-menu-container {
  display: block;
  position: fixed;
  left: 0;
  background: #fefefe;
  width: 100%;
  z-index: 97;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
  -webkit-transition: top 500ms ease;
  -moz-transition: top 500ms ease;
  -ms-transition: top 500ms ease;
  -o-transition: top 500ms ease;
  transition: top 500ms ease;
}
.mobile-menu .mobile-menu-container.active {
  top: 40px;
}
.mobile-menu .mobile-menu-container img {
  width: 200px;
  display: block;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}
.mobile-menu .mobile-menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu .mobile-menu-container ul li {
  display: block;
}
.mobile-menu .mobile-menu-container ul li a {
  display: block;
  width: 100%;
  font-size: 0.9375rem;
  line-height: 1.5;
  padding: 14px 0;
  text-align: center;
  color: #0a0a0a;
}
.mobile-menu .mobile-menu-container ul li a.contact-us-link {
  background: #f7323f !important;
  color: #fefefe !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-menu .mobile-menu-container ul li.current_page_item a {
  color: #0a0a0a;
}
.mobile-menu .mobile-menu-container ul li.current_page_item a {
  color: #f7323f;
}
.mobile-menu .mobile-menu-container ul#menu-primary li a {
  text-transform: none;
  background: #f7f7f7;
}
.mobile-menu .mobile-menu-container .primary-nav {
  margin-top: 24px;
}
.mobile-menu .mobile-menu-container .secondary-nav li:last-child a {
  margin-bottom: 8px;
}
.mobile-menu .mobile-menu-container .sep {
  width: 50px;
  height: 1px;
  background: #999999;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
.mobile-menu .mobile-menu-btn {
  float: right;
  cursor: pointer;
  z-index: 99;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}
.mobile-menu .mobile-menu-btn div {
  width: 20px;
  height: 16px;
  top: 18px;
  position: relative;
  display: inline-block;
}
.mobile-menu .mobile-menu-btn:after {
  position: absolute;
  left: -52px;
  top: -3px;
}
.mobile-menu .mobile-menu-btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #f7323f;
  opacity: 1;
  left: 0;
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
  -webkit-transition: top 250ms ease, transform 250ms ease;
  -moz-transition: top 250ms ease, transform 250ms ease;
  -ms-transition: top 250ms ease, transform 250ms ease;
  -o-transition: top 250ms ease, transform 250ms ease;
  transition: top 250ms ease, transform 250ms ease;
}
.mobile-menu .mobile-menu-btn span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.mobile-menu .mobile-menu-btn span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
  -webkit-transition: top 250ms ease, transform 250ms ease;
  -moz-transition: top 250ms ease, transform 250ms ease;
  -ms-transition: top 250ms ease, transform 250ms ease;
  -o-transition: top 250ms ease, transform 250ms ease;
  transition: top 250ms ease, transform 250ms ease;
}
.mobile-menu .mobile-menu-btn span:nth-child(3) {
  bottom: 0;
  -webkit-transition: bottom 250ms ease, transform 250ms ease;
  -moz-transition: bottom 250ms ease, transform 250ms ease;
  -ms-transition: bottom 250ms ease, transform 250ms ease;
  -o-transition: bottom 250ms ease, transform 250ms ease;
  transition: bottom 250ms ease, transform 250ms ease;
}
.mobile-menu .mobile-menu-btn span:nth-child(4) {
  top: 0;
  -webkit-transition: top 250ms ease, transform 250ms ease;
  -moz-transition: top 250ms ease, transform 250ms ease;
  -ms-transition: top 250ms ease, transform 250ms ease;
  -o-transition: top 250ms ease, transform 250ms ease;
  transition: top 250ms ease, transform 250ms ease;
}
.mobile-menu .mobile-menu-btn.active span:nth-child(4) {
  top: 8px;
  -webkit-transition: top 250ms ease, transform 250ms ease;
  -moz-transition: top 250ms ease, transform 250ms ease;
  -ms-transition: top 250ms ease, transform 250ms ease;
  -o-transition: top 250ms ease, transform 250ms ease;
  transition: top 250ms ease, transform 250ms ease;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.mobile-menu .mobile-menu-btn.active span:nth-child(3) {
  bottom: 6px;
  -webkit-transition: bottom 250ms ease, transform 250ms ease;
  -moz-transition: bottom 250ms ease, transform 250ms ease;
  -ms-transition: bottom 250ms ease, transform 250ms ease;
  -o-transition: bottom 250ms ease, transform 250ms ease;
  transition: bottom 250ms ease, transform 250ms ease;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}
.mobile-menu .mobile-menu-btn.active span:nth-child(2) {
  width: 0%;
}
.mobile-menu .shaded:before {
  width: 96%;
  left: 20px;
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 39.9375em) {
  .mobile-menu .shaded:before {
    width: 98%;
    left: 10px;
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
.mobile-menu .register {
  position: relative;
  background: #0a0a0a;
  color: #fefefe;
  height: 30px;
  line-height: 32px;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 16px;
}
.mobile-menu .mobile-hiq-link {
  display: block;
  background: #f7f7f7;
}
.mobile-menu .mobile-hiq-link:hover img {
  opacity: 0.6;
}
.mobile-menu .mobile-hiq-link img {
  margin: 0 auto;
  width: auto;
  width: 62px;
  transition: all 0.25s;
}

.desktop-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 100px;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.desktop-menu .desktop-hiq-link {
  position: absolute;
  right: 620px;
  height: 40px;
  overflow: hidden;
}
.desktop-menu .desktop-hiq-link:hover img {
  opacity: 0.6;
}
.desktop-menu .desktop-hiq-link img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 3px;
  transition: all 0.25s;
}
.desktop-menu .prim-nav {
  background: #f7f7f7;
  height: 40px;
  width: 100%;
}
.desktop-menu .prim-nav ul {
  position: absolute;
  top: 3px;
  right: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.desktop-menu .prim-nav ul li {
  float: left;
}
.desktop-menu .prim-nav ul li:not(:last-child) {
  display: inline-block;
  margin-right: 10px;
}
.desktop-menu .prim-nav ul a {
  text-transform: none;
  color: #0a0a0a;
  position: relative;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.desktop-menu .prim-nav ul a i {
  color: #b3b3b3;
  font-size: 15px;
  position: absolute;
  top: 10px;
  left: 0;
}
.desktop-menu .prim-nav ul a.sales-centre-link, .desktop-menu .prim-nav ul a.phone-link {
  margin-left: 10px;
}
.desktop-menu .prim-nav ul a:hover {
  color: #f7323f;
}
.desktop-menu .prim-nav ul a:hover i {
  color: #b3b3b3;
}
.desktop-menu .sec-nav {
  background: #fefefe;
  position: absolute;
  top: 40px;
  right: 0;
  font-size: 10px;
  height: 60px;
  width: 100%;
}
.desktop-menu .sec-nav ul {
  float: right;
}
.desktop-menu .sec-nav ul:not(:first-child) {
  padding-left: 10px;
}
.desktop-menu .sec-nav ul i {
  position: absolute;
  top: 12px;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.desktop-menu .sec-nav ul i.fa-newspaper-o {
  left: -6px;
}
.desktop-menu .sec-nav ul i.fa-question-circle {
  left: -4px;
}
.desktop-menu .sec-nav ul i.fa-map-marker {
  left: 0;
}
.desktop-menu .sec-nav ul i.fa-phone {
  top: 12px;
  left: 0;
}
.desktop-menu .sec-nav ul a {
  color: #0a0a0a;
  position: relative;
  font-size: 0.925rem;
  font-weight: 700;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.desktop-menu .sec-nav ul a:hover {
  color: #f7323f;
}
.desktop-menu .sec-nav ul li {
  position: relative;
  display: inline-block;
  float: left;
}
.desktop-menu .sec-nav ul li:not(:last-child) {
  padding-right: 10px;
}
.desktop-menu .sec-nav ul li:not(:last-child) a {
  margin-top: 13px;
}
.desktop-menu .sec-nav ul li .contact-us-link {
  background: #f7323f;
  height: 60px;
  color: #fefefe;
  margin-top: 0;
  padding-top: 25px;
  -webkit-transition: background 350ms ease;
  -moz-transition: background 350ms ease;
  -ms-transition: background 350ms ease;
  -o-transition: background 350ms ease;
  transition: background 350ms ease;
}
.desktop-menu .sec-nav ul li .contact-us-link:hover {
  background: #dc2935;
  color: #fefefe;
}
.desktop-menu #menu-back {
  height: 100px;
  width: 100%;
  background: #fefefe;
  top: -100px;
  left: 0;
  position: absolute;
  z-index: -1;
  display: none;
  -webkit-transition: top 500ms ease;
  -moz-transition: top 500ms ease;
  -ms-transition: top 500ms ease;
  -o-transition: top 500ms ease;
  transition: top 500ms ease;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.25);
}
.desktop-menu #menu-back.show {
  top: 0;
  -webkit-transition: top 500ms ease;
  -moz-transition: top 500ms ease;
  -ms-transition: top 500ms ease;
  -o-transition: top 500ms ease;
  transition: top 500ms ease;
}
.desktop-menu li.current_page_item a, .desktop-menu li.current-page-ancestor a, .desktop-menu li.current-menu-item a {
  color: #f7323f;
}

.dt-logo {
  display: inline-block;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1004;
}
.dt-logo img {
  width: 100px;
}

@media screen and (max-width: 1300px) {
  .sec-nav .promos, .sec-nav .phone {
    display: none;
  }
}
.top-cover {
  position: fixed;
  background: #fefefe;
  width: 100%;
  height: 1000px;
  left: 0;
  top: -1000px;
  z-index: 100;
}

#hiq-menu-link {
  position: relative;
  top: -3px;
}
#hiq-menu-link a {
  padding: 0;
}

/*--------------------------------------------------------------
2.3 FOOTER
--------------------------------------------------------------*/
footer {
  height: 194px;
  position: relative;
}
footer .inside {
  border-top: 8px solid #f7323f;
  height: 100%;
  background: #fefefe;
}
footer .footer-row {
  position: relative;
  z-index: 2;
  margin-top: 56px;
  margin-bottom: 56px;
}
footer .one ul {
  padding-top: 6px;
}
footer .one ul li {
  display: block;
}
footer .one ul li a {
  padding: 7px 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
}
footer .two ul, footer .three ul, footer .four ul {
  width: 132px;
}
footer .two li, footer .three li, footer .four li {
  display: block;
  margin-right: 20px;
}
footer .two li a, footer .three li a, footer .four li a {
  display: block;
  font-size: 14px;
  margin-bottom: -4px;
  padding: 7px 0;
}
footer .five .social {
  font-size: 24px;
  position: relative;
  top: -8px;
}
footer .five .social a:not(:first-child) {
  margin-left: 6px;
}
footer .five .copyright-info p, footer .five .copyright-info a {
  font-size: 12px;
  color: #999999;
  margin-bottom: 10px;
  line-height: 1.2;
}
footer .five .copyright-info p {
  margin-bottom: 16px;
}
footer .five .copyright-info a {
  position: relative;
}
footer .five .copyright-info a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #999999;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
footer .five .copyright-info a:hover:after {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
footer .footer-q {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100px;
  z-index: 1;
}
footer a {
  position: relative;
  z-index: 2;
  color: #666666;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
footer a svg {
  width: 22px;
  height: 22px;
  position: relative;
  top: 1px;
  fill: #666666;
  -webkit-transition: fill 350ms ease;
  -moz-transition: fill 350ms ease;
  -ms-transition: fill 350ms ease;
  -o-transition: fill 350ms ease;
  transition: fill 350ms ease;
}
footer a:hover, footer a:focus {
  color: #f7323f;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
footer a:hover svg, footer a:focus svg {
  fill: #f7323f;
  -webkit-transition: fill 350ms ease;
  -moz-transition: fill 350ms ease;
  -ms-transition: fill 350ms ease;
  -o-transition: fill 350ms ease;
  transition: fill 350ms ease;
}
footer #menu-footer-navigation-three {
  content: "";
  display: table;
  clear: both;
  width: 100%;
}
footer #menu-footer-navigation-three li {
  float: left;
}
footer #member-of a {
  color: #000;
}

/*--------------------------------------------------------------
2.4 COMMON ELEMENTS
--------------------------------------------------------------*/
.copy-col h2 {
  margin-bottom: 12px;
}
.copy-col p {
  line-height: 1.4;
  margin-bottom: 50px;
  text-align: center;
}
.copy-col.lefted {
  text-align: left;
}

.box-button {
  background: #fefefe;
  color: #f7323f;
  font-family: "Trade Gothic Next W01";
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 12px 30px 12px 30px;
}
@media screen and (min-width: 64.0625em) {
  .box-button {
    padding: 14px 32px 14px 32px;
    -webkit-transition: background 350ms ease, color 350ms ease;
    -moz-transition: background 350ms ease, color 350ms ease;
    -ms-transition: background 350ms ease, color 350ms ease;
    -o-transition: background 350ms ease, color 350ms ease;
    transition: background 350ms ease, color 350ms ease;
  }
  .box-button:hover {
    background: #f7323f;
    color: #fefefe;
  }
}
@media screen and (max-width: 39.9375em) {
  .box-button {
    font-size: 12px;
    padding: 10px 26px 10px 26px;
  }
}
.box-button.black {
  background: #0a0a0a;
  color: #fefefe;
}
@media screen and (min-width: 64.0625em) {
  .box-button.black {
    -webkit-transition: background 350ms ease, color 350ms ease;
    -moz-transition: background 350ms ease, color 350ms ease;
    -ms-transition: background 350ms ease, color 350ms ease;
    -o-transition: background 350ms ease, color 350ms ease;
    transition: background 350ms ease, color 350ms ease;
  }
  .box-button.black:hover {
    background: #f7323f;
    color: #fefefe;
  }
}
.box-button.red {
  background: #f7323f;
  color: #fefefe;
}
@media screen and (min-width: 64.0625em) {
  .box-button.red {
    -webkit-transition: background 350ms ease, color 350ms ease;
    -moz-transition: background 350ms ease, color 350ms ease;
    -ms-transition: background 350ms ease, color 350ms ease;
    -o-transition: background 350ms ease, color 350ms ease;
    transition: background 350ms ease, color 350ms ease;
  }
  .box-button.red:hover {
    background: #0a0a0a;
    color: #fefefe;
  }
}
.box-button.big {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 0;
  padding: 14px 32px 16px 32px;
}
@media screen and (max-width: 39.9375em) {
  .box-button.big {
    font-size: 26px;
    padding: 10px 28px 14px 28px;
  }
}

.checklist ul, .checklist {
  margin-left: 0;
  list-style-type: none;
}
.checklist li {
  position: relative;
  padding-left: 26px;
}
.checklist li:after {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 2px;
}

/*--------------------------------------------------------------
3.0 HOMEPAGE
--------------------------------------------------------------*/
.page-home h1,
.page-home h2,
.page-home h3,
.page-home h4 {
  padding: 0;
  text-transform: none;
}
.page-home .blog-articles .col .inner h2 {
  text-transform: uppercase;
}
.page-home .header-img {
  display: block;
  min-height: 528px;
}
@media screen and (max-width: 64em) {
  .page-home .header-img {
    min-height: 200px;
  }
}
@media screen and (max-width: 39.9375em) {
  .page-home .header-img {
    min-height: 150px;
  }
}
.page-home .top {
  text-align: center;
  padding-bottom: 200px;
}
.page-home .top .intro .inner {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 39.9375em) {
  .page-home .top .intro .inner {
    font-size: 23px;
    margin-top: 24px;
    margin-bottom: 50px;
  }
}
.page-home .top .intro h1 {
  margin-bottom: 24px;
}
@media screen and (max-width: 39.9375em) {
  .page-home .top .intro h1 {
    font-size: 23px;
  }
}
.page-home .top .intro p {
  margin-bottom: 34px;
  font-size: 28px;
}
@media screen and (max-width: 64em) {
  .page-home .top .intro p {
    font-size: 24px;
  }
}
@media screen and (max-width: 39.9375em) {
  .page-home .top .intro p {
    font-size: 20px;
  }
}
.page-home .top .block {
  height: 380px;
}
.page-home .top .block .bg,
.page-home .top .block .txt {
  height: 100%;
  width: 50%;
  float: left;
}
.page-home .top .block .txt {
  background: #f8f8f8;
  padding: 50px;
}
.page-home .top .block .txt h2,
.page-home .top .block .txt p {
  text-align: left;
}
.page-home .top .block .txt h2 {
  margin-bottom: 16px;
  text-align: left;
}
.page-home .top .block .txt p {
  margin-bottom: 24px;
  text-align: left;
}
.page-home .top .block:nth-child(2) .bg {
  float: right;
}
@media screen and (max-width: 64em) {
  .page-home .top .block:nth-child(2) {
    margin-top: 20px;
  }
  .page-home .top .block .bg {
    width: 40%;
  }
  .page-home .top .block .txt {
    width: 60%;
  }
}
@media screen and (max-width: 39.9375em) {
  .page-home .top .block {
    height: auto;
  }
  .page-home .top .block:nth-child(2) {
    margin-top: 0;
  }
  .page-home .top .block .bg,
.page-home .top .block .txt {
    width: 100%;
  }
  .page-home .top .block .bg {
    height: 280px;
  }
  .page-home .top .block .txt {
    height: auto;
    padding: 32px;
  }
}
@media screen and (max-width: 64em) {
  .page-home .top {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 39.9375em) {
  .page-home .top {
    padding-bottom: 10px;
  }
}
.page-home .team {
  position: relative;
}
.page-home .team:before {
  content: "";
  position: absolute;
  background: #f7323f;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
}
.page-home .team .row {
  position: relative;
  z-index: 1;
}
.page-home .team .team-photo {
  position: relative;
  top: -100px;
}
@media screen and (max-width: 64em) {
  .page-home .team .team-photo {
    top: 0;
  }
}
.page-home .team .tour h2 {
  margin-bottom: 16px;
  text-align: left;
}
.page-home .team .tour p {
  margin-bottom: 24px;
  text-align: left;
}
.page-home .team .all {
  padding-bottom: 100px;
}
.page-home .team .all li,
.page-home .team .all p,
.page-home .team .all h2,
.page-home .team .all span {
  color: #fefefe;
  text-align: left;
}
.page-home .team .all .inner {
  padding-left: 24px;
}
@media screen and (max-width: 64em) {
  .page-home .team {
    padding-top: 20px;
  }
  .page-home .team:before {
    content: none;
  }
  .page-home .team .tour {
    padding: 50px;
  }
  .page-home .team .all {
    background: #f7323f;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 39.9375em) {
  .page-home .team {
    padding-top: 10px;
  }
  .page-home .team .tour {
    padding: 32px;
  }
}
.page-home .design {
  position: relative;
  text-align: center;
  padding-top: 72px;
  padding-bottom: 72px;
}
@media screen and (max-width: 64em) {
  .page-home .design {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.page-home .design h2,
.page-home .design p,
.page-home .design span,
.page-home .design svg {
  color: #fefefe;
}
.page-home .design:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 64em) {
  .page-home .design .design-row {
    width: 100%;
  }
}
@media screen and (max-width: 64em) {
  .page-home .design .design-col {
    margin-bottom: 50px;
  }
}
.page-home .design .design-col span {
  text-transform: uppercase;
  position: relative;
  padding-right: 26px;
  margin-top: 10px;
  display: inline-block;
}
.page-home .design .design-col span svg {
  position: absolute;
  top: 6px;
  right: 0;
  width: 14px;
  height: 14px;
}
.page-home .design .design-col img {
  width: 100%;
}
.page-home .design .button-wrap {
  margin-top: 50px;
}
.page-home .design .row,
.page-home .design .button-wrap {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 64em) {
  .page-home .design .row,
.page-home .design .button-wrap {
    margin-top: 0;
  }
}
.page-home .hug {
  margin-top: 80px;
  position: relative;
  padding-bottom: 100px;
}
.page-home .hug .hug-text {
  padding-right: 144px;
}
@media screen and (max-width: 64em) {
  .page-home .hug .hug-text {
    padding-right: 0;
  }
}
.page-home .hug .mobile-hug {
  display: none;
}
.page-home .hug .hug-logo {
  max-width: 280px;
  width: 100%;
  margin-bottom: 36px;
}
.page-home .hug h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
}
.page-home .hug p {
  line-height: 1.4;
  margin-bottom: 16px;
}
.page-home .hug .circlies {
  text-align: center;
  position: relative;
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
}
.page-home .hug .circlies .inner {
  background: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-home .hug .circlies .circle {
  max-width: 132px;
  float: left;
}
.page-home .hug .circlies .circle:not(:last-child) {
  margin-right: 24px;
}
.page-home .hug .circlies .circle-wrap {
  display: inline-block;
  margin-bottom: 32px;
}
@media screen and (max-width: 64em) {
  .page-home .hug {
    margin-top: 0;
    padding: 50px;
  }
  .page-home .hug .huggers,
.page-home .hug .circlies {
    display: none;
  }
  .page-home .hug .mobile-hug {
    margin-top: 32px;
    display: block;
  }
}
@media screen and (max-width: 39.9375em) {
  .page-home .hug {
    padding: 32px;
  }
  .page-home .hug .mobile-hug {
    margin-top: 24px;
  }
}
.page-home .blog {
  background: #f8f8f8;
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-home .blog .button-wrap {
  margin-top: 32px;
}
@media screen and (max-width: 64em) {
  .page-home .blog {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-home .blog .blog-articles {
    padding: 16px;
  }
}
@media screen and (max-width: 39.9375em) {
  .page-home .blog {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

#wrapper .swiper-container-home {
  height: calc(100vh - 100px);
}
@media screen and (max-width: 64em) {
  #wrapper .swiper-container-home {
    height: auto;
  }
}
#wrapper .swiper-container-home .swiper-pagination-bullet {
  border-radius: 0;
  width: 30px;
  height: 10px;
  background: transparent;
  border: 2px solid #fff;
  opacity: 1;
}
#wrapper .swiper-container-home .swiper-pagination-bullet-active {
  background: #fff;
}
#wrapper .swiper-container-home .swiper-slide {
  height: 100% !important;
  min-height: 0;
  background-position: top center;
  position: relative;
}
@media screen and (max-width: 64em) {
  #wrapper .swiper-container-home .swiper-slide {
    padding-top: 51%;
  }
}
#wrapper .swiper-container-home .home-tagline {
  font-family: "Trade Gothic Next W01";
  color: #fff;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin-top: 5%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 120px;
  padding-right: 20px;
  max-width: 720px;
  transition: all 1s;
}
@media screen and (max-width: 64em) {
  #wrapper .swiper-container-home .home-tagline {
    font-size: 24px;
    line-height: 28px;
    padding-left: 20px;
    width: calc(100% - 40px);
    max-width: 440px;
  }
}
#wrapper .hiq-pop-container {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  z-index: 9999;
}
@media all and (min-width: 1280px) and (max-width: 1439px) {
  #wrapper .hiq-pop-container {
    position: fixed;
    bottom: 16px;
    left: 16px;
  }
}
@media screen and (min-width: 90em) {
  #wrapper .hiq-pop-container {
    position: fixed;
    bottom: 16px;
    left: 16px;
  }
}
@media screen and (max-width: 39.9375em) {
  #wrapper .hiq-pop-container {
    margin-top: 32px;
  }
}
#wrapper .hiq-pop-container .hiq-pop {
  height: 120px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: inline-flex;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
  position: relative;
}
#wrapper .hiq-pop-container .hiq-pop .fa-times {
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
}
#wrapper .hiq-pop-container .hiq-pop img {
  max-height: 100%;
}
@media screen and (max-width: 39.9375em) {
  #wrapper .hiq-pop-container .hiq-pop {
    width: 100%;
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-bottom: 24px;
    margin-left: 24px;
    margin-right: 24px;
  }
  #wrapper .hiq-pop-container .hiq-pop .hiq-pop-content {
    padding: 24px;
    align-items: center;
  }
  #wrapper .hiq-pop-container .hiq-pop .hiq-pop-content img {
    padding-right: 0;
  }
  #wrapper .hiq-pop-container .hiq-pop img {
    padding-right: 10px;
  }
}
#wrapper .hiq-pop-container .hiq-pop-content {
  padding: 8px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media all and (min-width: 1280px) and (max-width: 1439px) {
  #wrapper .hiq-pop-container .hiq-pop-content {
    padding: 8px 12px;
  }
}
#wrapper .hiq-pop-container .hiq-pop-content p {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.45px;
  color: #0a0a0a;
  margin-bottom: 16px;
}
#wrapper .hiq-pop-container .hiq-pop-content p img {
  height: 16px;
  position: relative;
  bottom: 2px;
  left: 1px;
  margin-right: 2px;
}
#wrapper .hiq-pop-container .hiq-pop-content a {
  background: #db0032;
}
#wrapper .youtube-container {
  padding-top: 56.25%;
  position: relative;
}
#wrapper .youtube-container .team-photo {
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-pop-up {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #ffbc0a;
  width: 336px;
  max-width: 100%;
  z-index: 9;
}
@media screen and (max-width: 39.9375em) {
  .home-pop-up {
    width: 280px;
  }
  .home-pop-up .popup-span-large-red {
    font-size: 28px;
  }
  .home-pop-up .popup-span-black-text {
    font-size: 22px;
  }
  .home-pop-up .popup-span-large-red-two {
    font-size: 30px;
  }
}
.home-pop-up .tab {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  padding: 15px 36px;
}
.home-pop-up .tab .fa {
  font-size: 20px;
  color: #fff;
  align-items: flex-end;
}
.home-pop-up .tab .fa-plus {
  display: none;
}
.home-pop-up .pop-up-content {
  border-top: 1px solid #ffd259;
  padding: 0 40px !important;
  transition: all 1s;
  height: 457px;
}
@media screen and (max-width: 39.9375em) {
  .home-pop-up .pop-up-content {
    height: 404px;
  }
}
.home-pop-up .pop-up-content img {
  width: 100%;
  margin-bottom: 25px;
  margin-top: 31px;
}
@media screen and (max-width: 39.9375em) {
  .home-pop-up .pop-up-content img {
    width: 150px !important;
  }
}
.home-pop-up .pop-up-content h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.home-pop-up .pop-up-content h3 span {
  color: #f7323f;
}
.home-pop-up .pop-up-content p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px;
  font-family: "TradeGothicNextW01-BdCm";
  letter-spacing: 0.75px;
  text-align: center;
}
.home-pop-up .pop-up-content button {
  margin: 0 auto;
}
.home-pop-up .pop-up-content .pop-button-container {
  text-align: center;
}
.home-pop-up .pop-up-content .pop-up-title {
  font-size: 38px;
  line-height: 1;
  margin-bottom: 24px;
  margin-top: 32px;
}
@media screen and (max-width: 39.9375em) {
  .home-pop-up .pop-up-content .pop-up-title {
    font-size: 26px;
  }
}
.home-pop-up .pop-up-content .pop-up-banner {
  background: #fff;
  color: #ee3742;
  font-size: 32px;
  line-height: 1;
  padding: 8px 32px;
  margin-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .home-pop-up .pop-up-content .pop-up-banner {
    font-size: 20px;
  }
}
.home-pop-up .pop-up-content .pop-up-banner:before {
  content: "";
  width: 32px;
  height: 49px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: calc(100% + 8px);
  background: url("img/ribbon-pop-up-left.png") no-repeat center center/100%;
  max-width: 40px;
}
.home-pop-up .pop-up-content .pop-up-banner:after {
  content: "";
  width: 32px;
  height: 49px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: calc(100% + 8px);
  background: url("img/ribbon-pop-up-right.png") no-repeat center center/100%;
  max-width: 40px;
}
.home-pop-up .pop-up-content .pop-up-copy {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 32px;
}
.home-pop-up.pop-up-closed .pop-up-content {
  height: 0;
}
.home-pop-up.pop-up-closed .fa-plus {
  display: block;
}
.home-pop-up.pop-up-closed .fa-close {
  display: none;
}

@media screen and (max-width: 39.9375em) {
  .home #to-top {
    left: 2px;
    bottom: 10px;
  }
}

.home-pop-up .pop-up-content .pop-lock {
  margin-top: 0;
}

/*--------------------------------------------------------------
4.0 SUBPAGES
--------------------------------------------------------------*/
.page-lets-get-started #submit {
  margin-top: 30px;
}
.page-lets-get-started .desktop-menu,
.page-lets-get-started .mobile-menu {
  display: none;
}
.page-lets-get-started #wrapper {
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .page-lets-get-started .dt-logo {
    display: block;
    width: 50px;
  }
}
.page-lets-get-started .pupup {
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 10;
  cursor: pointer;
  border-top: 1px solid #fefefe;
  border-left: 1px solid #fefefe;
  border-bottom: 1px solid #fefefe;
}
@media screen and (max-width: 39.9375em) {
  .page-lets-get-started .pupup {
    top: 0;
    width: calc(100% - 50px);
    border: none;
    border-left: 1px solid #fefefe;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
  }
}
.page-lets-get-started .contact-link {
  margin-top: 50px;
  text-align: center;
}
.page-lets-get-started .contact-link .contact-us {
  cursor: pointer;
}
.page-lets-get-started #first {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-lets-get-started #first > h1 {
  margin-bottom: 50px;
}
.page-lets-get-started #first .wwd-col h2 {
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: left;
}
.page-lets-get-started #first .wwd-col p {
  padding-left: 16px;
  margin-bottom: 8px;
}
.page-lets-get-started #first .wwd-col .logo-link {
  margin-top: 18px;
  margin-left: 16px;
}
.page-lets-get-started #second {
  padding-top: 50px;
}
.page-lets-get-started #second .adv-header {
  height: 300px;
  text-align: center;
  color: #fefefe;
  text-shadow: 1px 1px 0 #0a0a0a;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.page-lets-get-started #second .adv-header h1 {
  letter-spacing: 0;
}
.page-lets-get-started #second .adv-bullet {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 20px;
  float: left;
}
.page-lets-get-started #second .adv-bullet i {
  position: absolute;
  top: 4px;
  color: #999999;
}
.page-lets-get-started #second .adv-bullet p {
  padding-left: 30px;
}
.page-lets-get-started #second .adv-bullet .bold {
  font-weight: 600;
  text-transform: uppercase;
}
.page-lets-get-started #second .adv-bullet:last-child {
  position: relative;
  top: -16px;
}
.page-lets-get-started #third {
  padding-top: 16px;
}
.page-lets-get-started #third .adv-col p {
  padding-top: 42px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}
.page-lets-get-started #third .adv-col img {
  opacity: 0;
}
.page-lets-get-started #third .adv-col img.show {
  -webkit-animation: fadeIn 2s ease-in-out;
  -moz-animation: fadeIn 2s ease-in-out;
  animation: fadeIn 2s ease-in-out;
  opacity: 1;
}

.page-book-a-tour-thank-you h1,
.page-book-a-tour-thank-you p {
  color: #fefefe;
  text-align: left;
}
@media screen and (max-width: 39.9375em) {
  .page-book-a-tour-thank-you h1,
.page-book-a-tour-thank-you p {
    text-align: center;
  }
}
.page-book-a-tour-thank-you h1 {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
.page-book-a-tour-thank-you .factory {
  min-height: 820px;
  background-position: 98% 50%;
}
@media screen and (max-width: 64em) {
  .page-book-a-tour-thank-you .factory {
    min-height: 420px;
  }
}
.page-book-a-tour-thank-you .ty-col {
  float: right;
}

.page-contact .copy h2,
.page-contact .copy h3,
.page-contact .copy h4,
.page-contact .copy h5,
.page-contact .copy h6,
.page-contact .copy p,
.page-contact .copy span,
.page-contact .copy a,
.page-lets-get-started .copy h2,
.page-lets-get-started .copy h3,
.page-lets-get-started .copy h4,
.page-lets-get-started .copy h5,
.page-lets-get-started .copy h6,
.page-lets-get-started .copy p,
.page-lets-get-started .copy span,
.page-lets-get-started .copy a,
.page-book-a-tour .copy h2,
.page-book-a-tour .copy h3,
.page-book-a-tour .copy h4,
.page-book-a-tour .copy h5,
.page-book-a-tour .copy h6,
.page-book-a-tour .copy p,
.page-book-a-tour .copy span,
.page-book-a-tour .copy a {
  text-align: left !important;
  color: #fefefe;
  text-transform: none;
}
.page-contact .copy h2,
.page-lets-get-started .copy h2,
.page-book-a-tour .copy h2 {
  font-weight: 700;
  margin-bottom: 16px !important;
}
.page-contact .copy p,
.page-lets-get-started .copy p,
.page-book-a-tour .copy p {
  margin-bottom: 20px;
}
.page-contact .grecaptcha-badge,
.page-lets-get-started .grecaptcha-badge,
.page-book-a-tour .grecaptcha-badge {
  top: 104px !important;
  bottom: 0 !important;
  z-index: 1;
}
@media screen and (max-width: 64em) {
  .page-contact .grecaptcha-badge,
.page-lets-get-started .grecaptcha-badge,
.page-book-a-tour .grecaptcha-badge {
    top: 64px !important;
  }
}
.page-contact .formie,
.page-lets-get-started .formie,
.page-book-a-tour .formie {
  position: relative;
  min-height: 880px;
}
.page-contact .formie .main-row > .columns,
.page-lets-get-started .formie .main-row > .columns,
.page-book-a-tour .formie .main-row > .columns {
  float: right;
}
.page-contact .formie .main-row h1,
.page-contact .formie .main-row h2,
.page-lets-get-started .formie .main-row h1,
.page-lets-get-started .formie .main-row h2,
.page-book-a-tour .formie .main-row h1,
.page-book-a-tour .formie .main-row h2 {
  padding: 0;
  margin-bottom: 32px;
  color: #fefefe;
  text-align: right;
}
.page-contact .formie .main-row h1,
.page-lets-get-started .formie .main-row h1,
.page-book-a-tour .formie .main-row h1 {
  text-align: left;
}
.page-contact .formie .main-row form .dd-lab,
.page-lets-get-started .formie .main-row form .dd-lab,
.page-book-a-tour .formie .main-row form .dd-lab {
  color: #fefefe;
  text-align: right;
  position: relative;
  top: 6px;
}
.page-contact .formie .main-row form .consent-row,
.page-lets-get-started .formie .main-row form .consent-row,
.page-book-a-tour .formie .main-row form .consent-row {
  margin-top: 8px;
  margin-bottom: 24px;
}
.page-contact .formie .main-row form .consent-row #consent-label,
.page-lets-get-started .formie .main-row form .consent-row #consent-label,
.page-book-a-tour .formie .main-row form .consent-row #consent-label {
  color: #fefefe;
  float: right;
  margin-left: 0;
  padding-right: 20px;
  margin-bottom: 16px;
  position: relative;
}
.page-contact .formie .main-row form .consent-row .sublab,
.page-lets-get-started .formie .main-row form .consent-row .sublab,
.page-book-a-tour .formie .main-row form .consent-row .sublab {
  color: #fefefe;
  display: inline-block;
  width: 100%;
  text-align: right;
}
.page-contact .formie .main-row form .consent-row #consent,
.page-lets-get-started .formie .main-row form .consent-row #consent,
.page-book-a-tour .formie .main-row form .consent-row #consent {
  float: left;
  position: absolute;
  right: -7px;
  top: 8px;
}
.page-contact .formie .main-row form .consent-row .consent-sect,
.page-lets-get-started .formie .main-row form .consent-row .consent-sect,
.page-book-a-tour .formie .main-row form .consent-row .consent-sect {
  display: inline-block;
  float: right;
  position: relative;
}
.page-contact .formie .main-row form .consent-row .consent,
.page-lets-get-started .formie .main-row form .consent-row .consent,
.page-book-a-tour .formie .main-row form .consent-row .consent {
  font-size: 0.875rem;
  margin-top: 32px;
  text-align: right;
}
.page-contact .formie .main-row form .consent-row .consent .radio,
.page-lets-get-started .formie .main-row form .consent-row .consent .radio,
.page-book-a-tour .formie .main-row form .consent-row .consent .radio {
  float: right;
}
.page-contact .formie .main-row form .consent-row .consent .radio label,
.page-lets-get-started .formie .main-row form .consent-row .consent .radio label,
.page-book-a-tour .formie .main-row form .consent-row .consent .radio label {
  margin-right: 0;
  color: #fefefe;
}
.page-contact .formie .main-row form .consent-row .consent .radio #consent-no,
.page-lets-get-started .formie .main-row form .consent-row .consent .radio #consent-no,
.page-book-a-tour .formie .main-row form .consent-row .consent .radio #consent-no {
  margin-left: 1rem;
}
.page-contact .formie .main-row form .consent-row .unsub,
.page-lets-get-started .formie .main-row form .consent-row .unsub,
.page-book-a-tour .formie .main-row form .consent-row .unsub {
  float: right;
  color: #fefefe;
  margin-bottom: 8px;
  text-align: right;
  font-size: 0.875rem;
}
.page-contact .formie .main-row form .consent-row .unsub a,
.page-lets-get-started .formie .main-row form .consent-row .unsub a,
.page-book-a-tour .formie .main-row form .consent-row .unsub a {
  font-weight: 600;
  color: #fefefe;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.page-contact .formie .main-row form .consent-row .unsub a:hover,
.page-lets-get-started .formie .main-row form .consent-row .unsub a:hover,
.page-book-a-tour .formie .main-row form .consent-row .unsub a:hover {
  color: #f7323f;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.page-contact .formie .main-row form .consent-row .req,
.page-lets-get-started .formie .main-row form .consent-row .req,
.page-book-a-tour .formie .main-row form .consent-row .req {
  color: #fefefe;
  width: 100%;
  display: block;
  text-align: right;
  font-size: 0.875rem;
  margin-bottom: 16px;
}
.page-contact .formie .main-row form .g-recaptcha,
.page-lets-get-started .formie .main-row form .g-recaptcha,
.page-book-a-tour .formie .main-row form .g-recaptcha {
  float: right;
  margin-right: 10px;
}
.page-contact .formie .main-row form .submit-row,
.page-lets-get-started .formie .main-row form .submit-row,
.page-book-a-tour .formie .main-row form .submit-row {
  padding-bottom: 30px;
}
.page-contact .formie .main-row form .submit-row #regsubmit,
.page-contact .formie .main-row form .submit-row .g-recaptcha,
.page-lets-get-started .formie .main-row form .submit-row #regsubmit,
.page-lets-get-started .formie .main-row form .submit-row .g-recaptcha,
.page-book-a-tour .formie .main-row form .submit-row #regsubmit,
.page-book-a-tour .formie .main-row form .submit-row .g-recaptcha {
  float: right;
  background: #f7323f;
  color: #fefefe;
  border: none;
  text-transform: uppercase;
  height: 50px;
  padding: 10px 32px 10px 32px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: color 350ms ease, background 350ms ease, opacity 350ms ease;
  -moz-transition: color 350ms ease, background 350ms ease, opacity 350ms ease;
  -ms-transition: color 350ms ease, background 350ms ease, opacity 350ms ease;
  -o-transition: color 350ms ease, background 350ms ease, opacity 350ms ease;
  transition: color 350ms ease, background 350ms ease, opacity 350ms ease;
}
@media screen and (min-width: 64.0625em) {
  .page-contact .formie .main-row form .submit-row #regsubmit.active,
.page-contact .formie .main-row form .submit-row .g-recaptcha.active,
.page-lets-get-started .formie .main-row form .submit-row #regsubmit.active,
.page-lets-get-started .formie .main-row form .submit-row .g-recaptcha.active,
.page-book-a-tour .formie .main-row form .submit-row #regsubmit.active,
.page-book-a-tour .formie .main-row form .submit-row .g-recaptcha.active {
    background: #dc2935;
    color: #fefefe;
  }
}
@media screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
  .page-contact .formie .main-row form .submit-row #regsubmit:hover,
.page-contact .formie .main-row form .submit-row .g-recaptcha:hover,
.page-lets-get-started .formie .main-row form .submit-row #regsubmit:hover,
.page-lets-get-started .formie .main-row form .submit-row .g-recaptcha:hover,
.page-book-a-tour .formie .main-row form .submit-row #regsubmit:hover,
.page-book-a-tour .formie .main-row form .submit-row .g-recaptcha:hover {
    background: #dc2935;
    color: #fefefe;
  }
}
.page-contact .formie .main-row form .recaptchafield .g-recaptcha > div,
.page-lets-get-started .formie .main-row form .recaptchafield .g-recaptcha > div,
.page-book-a-tour .formie .main-row form .recaptchafield .g-recaptcha > div {
  border: 1px solid transparent;
  display: inline-block;
  border-radius: 4px;
  -webkit-transition: border 350ms ease, border-color 350ms ease;
  -moz-transition: border 350ms ease, border-color 350ms ease;
  -ms-transition: border 350ms ease, border-color 350ms ease;
  -o-transition: border 350ms ease, border-color 350ms ease;
  transition: border 350ms ease, border-color 350ms ease;
}
.page-contact .formie .main-row form .recaptchafield span.form-error,
.page-lets-get-started .formie .main-row form .recaptchafield span.form-error,
.page-book-a-tour .formie .main-row form .recaptchafield span.form-error {
  position: relative;
  display: inline-block;
  right: auto;
  bottom: auto;
  top: -12px;
}
.page-contact .formie .main-row form .recaptchafield.is-invalid-captcha .g-recaptcha > div,
.page-lets-get-started .formie .main-row form .recaptchafield.is-invalid-captcha .g-recaptcha > div,
.page-book-a-tour .formie .main-row form .recaptchafield.is-invalid-captcha .g-recaptcha > div {
  border: 1px solid #f7323f;
}
.page-contact .formie .main-row form .recaptchafield.is-invalid-captcha .form-error,
.page-lets-get-started .formie .main-row form .recaptchafield.is-invalid-captcha .form-error,
.page-book-a-tour .formie .main-row form .recaptchafield.is-invalid-captcha .form-error {
  opacity: 1;
}
.page-contact .formie .main-row form textarea,
.page-lets-get-started .formie .main-row form textarea,
.page-book-a-tour .formie .main-row form textarea {
  height: 100px;
  margin-bottom: 0;
}
@media screen and (max-width: 39.9375em) {
  .page-contact .formie,
.page-lets-get-started .formie,
.page-book-a-tour .formie {
    background-position: 96% 50%;
  }
}

.page-book-a-tour h1,
.page-book-a-tour span,
.page-book-a-tour label {
  text-align: left !important;
}
.page-book-a-tour #myForm {
  margin-top: 20%;
}
.page-book-a-tour #consent-label {
  padding-left: 20px !important;
  padding-right: 0 !important;
  float: left !important;
}
.page-book-a-tour #consent {
  left: 0 !important;
  right: auto !important;
}
.page-book-a-tour .consent-sect,
.page-book-a-tour .unsub {
  float: left !important;
}
.page-book-a-tour .unsub a {
  color: #f7323f !important;
}
.page-book-a-tour .message-row span {
  color: #fefefe;
}
.page-book-a-tour .block-button {
  padding-top: 9px !important;
  margin-bottom: 20px;
}
.page-careers .banner {
  position: relative;
  min-height: 700px;
  overflow: hidden;
}
.page-careers .banner .img {
  height: 60%;
  opacity: 0;
}
.page-careers .banner .img.show {
  -webkit-animation: zoomInImage 3s ease-in-out;
  -moz-animation: zoomInImage 3s ease-in-out;
  animation: zoomInImage 3s ease-in-out;
  opacity: 1;
}
.page-careers .banner .intro {
  height: 40%;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  background: #fefefe;
}
.page-careers .banner .intro h1 {
  color: #f7323f;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.page-careers .banner .intro p {
  font-size: 1rem;
  line-height: 1.4;
}
.page-careers .banner .intro p:first-child {
  margin-bottom: 20px;
}
.page-careers .banner .intro .down {
  color: #f7323f;
  font-size: 2.4rem;
  display: inline-block;
}
.page-careers .banner .intro .down:hover {
  color: #0a0a0a;
}
.page-careers #info {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-careers #info h3 {
  color: #f7323f;
  font-size: 1.5rem;
  margin-bottom: 16px;
}
.page-careers #info p:not(:last-child) {
  margin-bottom: 16px;
}
.page-careers #info strong {
  display: inline-block;
}
.page-careers #info .col-one p {
  padding-right: 50px;
}
.page-careers #info ul {
  list-style-type: none;
  margin-left: 32px;
  line-height: 1.8;
}
.page-careers #info ul li {
  position: relative;
}
.page-careers #info ul li:after {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  color: #999999;
  top: 0;
  left: -32px;
}
.page-careers #postings {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-careers #postings h2 {
  color: #f7323f;
  font-size: 2.5rem;
  margin-bottom: 50px;
}
.page-careers #postings .career-row {
  display: inline-block;
  text-align: left;
  width: 100%;
}
.page-careers #postings .career-row .inside {
  padding-top: 26px;
  padding-bottom: 6px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.page-careers #postings .career-row .inside:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid #666666;
}
.page-careers #postings .career-row h4,
.page-careers #postings .career-row span,
.page-careers #postings .career-row .text-link {
  font-size: 18px;
  line-height: 1;
}
.page-careers #postings .career-row h4 {
  color: #0a0a0a;
  width: 50%;
  float: left;
  margin-bottom: 0;
}
.page-careers #postings .career-row .rite {
  width: 50%;
  float: right;
}
.page-careers #postings .career-row .rite span {
  float: left;
  color: #999999;
}
.page-careers #postings .career-row .rite .text-link {
  float: right;
  display: inline-block;
  color: #f7323f;
  position: relative;
  top: -8px;
}
.page-careers #postings .career-row .rite .text-link p {
  padding-right: 6px;
}
.page-careers #postings .career-row .rite .text-link i {
  position: relative;
  right: -6px;
  -webkit-transition: right 350ms ease;
  -moz-transition: right 350ms ease;
  -ms-transition: right 350ms ease;
  -o-transition: right 350ms ease;
  transition: right 350ms ease;
}
.page-careers #postings .career-row .rite .text-link:hover i {
  right: -10px;
}

.single.single-careers .bg {
  height: 200px;
}
.single.single-careers .bg h1 {
  color: #fefefe;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  padding-top: 78px;
}
.single.single-careers .bg h1 br {
  display: none;
}
.single.single-careers .info-row h2 {
  color: #f7323f;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  margin-top: 42px;
  margin-bottom: 0;
}
.single.single-careers .info-row h3 {
  color: #999999;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  margin-bottom: 32px;
}
.single.single-careers .info-row .address span,
.single.single-careers .info-row .address p {
  line-height: 1.5;
}
.single.single-careers .info-row .address span {
  text-transform: uppercase;
  color: #999999;
}
.single.single-careers .info-row .address a {
  color: #0a0a0a;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.single.single-careers .info-row .address a:hover {
  color: #f7323f;
}
.single.single-careers .info-row .back-butt {
  display: inline-block;
  margin-bottom: 50px;
  color: #999999;
}
.single.single-careers .info-row .back-butt i {
  position: relative;
  left: 0;
  -webkit-transition: left 350ms ease;
  -moz-transition: left 350ms ease;
  -ms-transition: left 350ms ease;
  -o-transition: left 350ms ease;
  transition: left 350ms ease;
}
.single.single-careers .info-row .back-butt:hover i {
  left: -6px;
}

.page-careers .buttlink,
.single.single-careers .buttlink {
  margin-top: 32px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  border: 1px solid #f7323f;
  background: #f7323f;
  color: #fefefe;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.page-careers .buttlink:hover,
.single.single-careers .buttlink:hover {
  color: #f7323f;
  background: rgba(247, 50, 63, 0);
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}

.page-the-qh-difference .banner {
  position: relative;
  min-height: 700px;
  overflow: hidden;
}
.page-the-qh-difference .banner .img {
  height: 60%;
  opacity: 0;
}
.page-the-qh-difference .banner .img.show {
  -webkit-animation: zoomInImage 3s ease-in-out;
  -moz-animation: zoomInImage 3s ease-in-out;
  animation: zoomInImage 3s ease-in-out;
  opacity: 1;
}
.page-the-qh-difference .banner .intro {
  height: 40%;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  background: #fefefe;
}
.page-the-qh-difference .banner .intro p,
.page-the-qh-difference .banner .intro h4 {
  text-align: left;
  line-height: 1.4;
}
.page-the-qh-difference .banner .intro .intro-1 p {
  margin-bottom: 4px;
}
@media screen and (max-width: 64em) {
  .page-the-qh-difference .banner .intro .intro-1 {
    margin-bottom: 20px;
  }
  .page-the-qh-difference .banner .intro .intro-1 p {
    font-size: 24px;
  }
}
.page-the-qh-difference .banner .intro .intro-2 h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
.page-the-qh-difference .banner .intro .intro-2 p {
  font-size: 18px;
}
@media screen and (max-width: 64em) {
  .page-the-qh-difference .banner .intro .intro-2 h4 {
    font-size: 20px;
  }
  .page-the-qh-difference .banner .intro .intro-2 p {
    font-size: 16px;
  }
}
.page-the-qh-difference .banner .intro .down {
  left: 0;
  bottom: 10px;
  position: absolute;
  width: 40px;
  left: 50%;
  margin-left: -20px;
}
.page-the-qh-difference .banner .intro .down i {
  font-size: 40px;
  color: #f7323f;
}
.page-the-qh-difference #first {
  padding-top: 64px;
}
.page-the-qh-difference #first .img-col .img {
  height: 500px;
  opacity: 0;
}
.page-the-qh-difference #first .img-col .img.show {
  -webkit-animation: fadeIn 2s ease-in-out;
  -moz-animation: fadeIn 2s ease-in-out;
  animation: fadeIn 2s ease-in-out;
  opacity: 1;
}
.page-the-qh-difference #first .rep-row {
  padding-bottom: 72px;
}
.page-the-qh-difference #first .rep-row .text-col h1 {
  text-align: left;
  color: #f7323f;
}
.page-the-qh-difference #first .rep-row .text-col .desc {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 28px;
  margin-bottom: 24px;
}
.page-the-qh-difference #first .rep-row .text-col .bullet {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 20px;
  float: left;
}
.page-the-qh-difference #first .rep-row .text-col .bullet i {
  position: absolute;
  top: 4px;
  color: #999999;
}
.page-the-qh-difference #first .rep-row .text-col .bullet p {
  padding-left: 30px;
}
.page-the-qh-difference #first .rep-row .text-col .bullet .bold {
  font-weight: 600;
  text-transform: uppercase;
}

.page-about-us .banner {
  position: relative;
  min-height: 700px;
  overflow: hidden;
}
.page-about-us .banner .mid {
  position: absolute;
  color: #fefefe;
  text-shadow: 1px 1px 0 #0a0a0a;
  width: 100%;
  font-size: 32px;
  text-align: center;
  font-weight: 100;
  z-index: 1;
}
.page-about-us .banner .mid p {
  line-height: 1.2;
}
.page-about-us .banner .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-about-us .banner .bg.show {
  -webkit-animation: zoomInImage 3s ease-in-out;
  -moz-animation: zoomInImage 3s ease-in-out;
  animation: zoomInImage 3s ease-in-out;
  opacity: 1;
}
.page-about-us .banner .down {
  width: 40px;
  margin: 0 auto;
}
.page-about-us #first {
  max-width: 100%;
  position: relative;
}
.page-about-us #first h1 {
  margin-bottom: 32px;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.page-about-us #first p {
  margin-bottom: 16px;
}
.page-about-us #first .columns {
  padding-top: 50px;
  padding-bottom: 172px;
  padding-left: 10%;
  padding-right: 10%;
}
.page-about-us #first .art {
  color: #fefefe;
}
.page-about-us #first .mid-text {
  position: absolute;
  width: 720px;
  bottom: 50px;
  left: 50%;
  margin-left: -360px;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  background: rgba(255, 255, 255, 0.85);
  font-size: 1.2rem;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.page-about-us #first .mid-text-mobile {
  display: none;
}
.page-about-us #second {
  padding-top: 50px;
}
.page-about-us #second .adv-header {
  height: 300px;
  text-align: center;
  color: #fefefe;
  text-shadow: 1px 1px 0 #0a0a0a;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.page-about-us #second .adv-header h1 {
  letter-spacing: 0;
}
.page-about-us #second .adv-bullet {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 20px;
  float: left;
}
.page-about-us #second .adv-bullet i {
  position: absolute;
  top: 4px;
  color: #999999;
}
.page-about-us #second .adv-bullet p {
  padding-left: 30px;
}
.page-about-us #second .adv-bullet .bold {
  font-weight: 600;
  text-transform: uppercase;
}
.page-about-us #second .adv-bullet:last-child {
  position: relative;
  top: -16px;
}
.page-about-us #third {
  padding-top: 16px;
}
.page-about-us #third .adv-col p {
  padding-top: 42px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}
.page-about-us #third .adv-col img {
  opacity: 0;
}
.page-about-us #third .adv-col img.show {
  -webkit-animation: fadeIn 2s ease-in-out;
  -moz-animation: fadeIn 2s ease-in-out;
  animation: fadeIn 2s ease-in-out;
  opacity: 1;
}
.page-about-us #fourth {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 16px;
  padding-right: 16px;
}
.page-about-us #fourth .diff-header {
  color: #fefefe;
  text-align: center;
  margin-bottom: 50px;
}
.page-about-us #fourth .diff-col {
  background: #f7f7f7;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 32px;
  padding-right: 32px;
}
.page-about-us #fourth .diff-col:nth-child(odd) {
  background: #eeeeee;
}
.page-about-us #fourth .diff-col img {
  display: block;
  margin: 0 auto;
  width: 110px;
  opacity: 0;
}
.page-about-us #fourth .diff-col img.active {
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.page-about-us #fourth .diff-col h1 {
  margin-top: 24px;
  margin-bottom: 20px;
}
.page-about-us #what-we-do {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-about-us #what-we-do > h1 {
  margin-bottom: 50px;
}
.page-about-us #what-we-do .wwd-col h2 {
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: left;
}
.page-about-us #what-we-do .wwd-col p {
  padding-left: 16px;
  margin-bottom: 8px;
}
.page-about-us #what-we-do .wwd-col .logo-link {
  margin-top: 18px;
  margin-left: 16px;
}
.page-about-us #hug .two p {
  position: absolute;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.page-about-us .about-us-video-container {
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 64em) {
  .page-about-us .about-us-video-container {
    padding-bottom: 50px;
  }
}
.page-about-us .about-us-video-container iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.page-our-design-team .banner {
  position: relative;
  min-width: 100%;
  min-height: 700px;
  overflow: hidden;
}
.page-our-design-team .banner .bg {
  width: 100%;
  height: 100%;
}
.page-our-design-team .banner .white-col {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 500px;
  height: 100%;
  top: 0;
}
.page-our-design-team .banner .white-col .inner {
  width: 100%;
  position: absolute;
  top: 20%;
  padding-left: 72px;
  padding-right: 72px;
}
.page-our-design-team .banner .white-col .inner h1 {
  text-align: left;
  padding-left: 0;
}
.page-our-design-team .banner .white-col .inner p {
  margin-top: 32px;
  margin-bottom: 32px;
}
.page-our-design-team .banner .down {
  position: absolute;
  bottom: 24px;
  left: 50%;
  margin-left: -16px;
  color: #f7323f;
  font-size: 50px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.page-our-design-team .banner .down i {
  position: relative;
  top: -20px;
}
.page-our-design-team .banner .down:hover {
  color: #0a0a0a;
}
.page-our-design-team #hug-small {
  background: #f7f7f7;
}

.page-process .banner {
  position: relative;
  min-width: 100%;
  overflow: hidden;
}
.page-process .banner .bg {
  width: 100%;
  min-height: 320px;
}
.page-process .banner .bg.show {
  -webkit-animation: zoomInImage 3s ease-in-out;
  -moz-animation: zoomInImage 3s ease-in-out;
  animation: zoomInImage 3s ease-in-out;
  opacity: 1;
}
.page-process .banner .legend {
  background-size: cover;
  background-position: 50% 50%;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-process .banner .legend h1 {
  margin-top: 50px;
  margin-bottom: 36px;
}
.page-process .banner .legend .row {
  padding-left: 6%;
  margin-bottom: 50px;
}
.page-process .banner .legend .leg-col {
  position: relative;
}
.page-process .banner .legend .leg-col .leg-sect {
  width: 100%;
  display: inline-block;
  cursor: pointer;
  color: #0a0a0a;
  -webkit-transition: color 500ms ease;
  -moz-transition: color 500ms ease;
  -ms-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  transition: color 500ms ease;
}
.page-process .banner .legend .leg-col .leg-sect img {
  width: 34px;
  float: left;
}
.page-process .banner .legend .leg-col .leg-sect p {
  padding-left: 16px;
  position: relative;
  top: 4px;
  float: left;
}
.page-process .banner .legend .leg-col .leg-sect:not(:last-child) {
  margin-bottom: 12px;
}
.page-process .banner .legend .leg-col .leg-sect:hover {
  color: #f7323f;
  -webkit-transition: color 500ms ease;
  -moz-transition: color 500ms ease;
  -ms-transition: color 500ms ease;
  -o-transition: color 500ms ease;
  transition: color 500ms ease;
}
.page-process .banner .legend .leg-col:not(:first-child):after {
  content: "";
  position: absolute;
  border-right: 1px solid #0a0a0a;
  height: 100%;
  left: -10%;
  top: 0;
}
.page-process .banner .legend .leg-col-mob {
  display: none;
}
.page-process #first {
  margin-top: 50px;
  margin-bottom: 50px;
}
.page-process #first .inner-row {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
}
.page-process #first .inner-row img {
  display: block;
  margin: 0 auto;
  width: 80px;
  padding-top: 10px;
}
.page-process #first .inner-row .r {
  padding-right: 100px;
  padding-left: 0;
}
.page-process #first .inner-row .r h2 {
  text-align: left;
  padding-left: 0;
  margin-bottom: 32px;
}
.page-process #first .inner-row .r p {
  text-align: left;
}
.page-process #first .inner-row .building {
  text-align: center;
}
.page-process #first .inner-row .building img {
  padding-top: 0;
}
.page-process #first .inner-row .building h2 {
  text-align: center;
  margin-top: 32px;
}
.page-process #first .inner-row .building p {
  text-align: center;
  margin-top: 24px;
  max-width: 800px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-process #first .inner-row .building p:last-child {
  max-width: 460px;
}
.page-process #first .inner-row .building ul {
  display: inline-block;
  margin-top: 24px;
  margin-left: 0;
}
.page-process #first .inner-row .building ul li {
  list-style: none;
  position: relative;
  line-height: 1.2;
}
.page-process #first .inner-row .building ul li:not(:last-child) {
  margin-bottom: 8px;
}
.page-process #first .inner-row .building ul li i {
  position: relative;
  right: 4px;
  top: 0;
  color: #999999;
}
.page-process #first .inner-row .building .expand-link {
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-weight: 600;
  margin-top: 24px;
  color: #0a0a0a;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.page-process #first .inner-row .building .expand-link:hover {
  color: #f7323f;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.page-process #first .inner-row .building .expand-link.active {
  color: #f7323f;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.page-process #first .inner-row .building .expand-text {
  margin-bottom: 50px;
  -webkit-transition: height 750ms ease;
  -moz-transition: height 750ms ease;
  -ms-transition: height 750ms ease;
  -o-transition: height 750ms ease;
  transition: height 750ms ease;
}
.page-process #first .inner-row .building .expand-text .in {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease;
  -moz-transition: opacity 1.5s ease;
  -ms-transition: opacity 1.5s ease;
  -o-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}
.page-process #first .inner-row .building .expand-text .in p:first-child {
  margin-top: 0;
}
.page-process #first .inner-row .building .expand-text.inactive {
  height: 0 !important;
  -webkit-transition: height 750ms ease;
  -moz-transition: height 750ms ease;
  -ms-transition: height 750ms ease;
  -o-transition: height 750ms ease;
  transition: height 750ms ease;
}
.page-process #first .inner-row .building .expand-text.inactive .in {
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.page-process #first .inner-row .assembly a {
  background: #f7323f;
  color: #fefefe;
  border: 1px solid #f7323f;
  text-transform: uppercase;
  width: 200px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 32px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.page-process #first .inner-row .assembly a:hover {
  background: #fefefe;
  color: #f7323f;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.page-process #first .inner-row .assembly a.video-mobile {
  display: none;
}
.page-process #first .inner-row.grey {
  background: #f0f0f0;
}
.page-process #first > .row {
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.25);
}
.page-process #hug {
  background: #f7f7f7;
}

.page-gallery {
  background: #f7f7f7;
}
.page-gallery .banner {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.page-gallery .banner .bx-wrapper .bx-viewport {
  background-size: cover;
}
.page-gallery .banner .bx-wrapper .bx-viewport .bxslider {
  margin-left: 0;
  height: 100%;
}
.page-gallery .banner .bx-wrapper .bx-viewport .bxslider .slide {
  position: relative;
  height: 100%;
}
.page-gallery .banner .bx-wrapper .bx-viewport .bxslider .slide img {
  margin: 0 auto;
  max-height: 100%;
}
.page-gallery .banner .bx-wrapper .bx-viewport .bxslider .slide .slide-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.page-gallery .banner .bx-wrapper .bx-viewport .bxslider .slide .caption {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.page-gallery .banner .bx-wrapper .bx-viewport .bxslider .slide .caption.shown {
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.page-gallery .banner .bx-wrapper .bx-viewport .bxslider .slide .caption p {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #fefefe;
  font-size: 1.1rem;
}
.page-gallery .banner .bx-wrapper .bx-controls-direction a {
  background: rgba(255, 255, 255, 0.6);
  width: 32px;
  height: 32px;
  text-align: center;
  text-indent: 0;
  font-size: 1.4rem;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: background 1000ms ease;
  -moz-transition: background 1000ms ease;
  -ms-transition: background 1000ms ease;
  -o-transition: background 1000ms ease;
  transition: background 1000ms ease;
}
.page-gallery .banner .bx-wrapper .bx-controls-direction a:hover {
  background: white;
  -webkit-transition: background 1000ms ease;
  -moz-transition: background 1000ms ease;
  -ms-transition: background 1000ms ease;
  -o-transition: background 1000ms ease;
  transition: background 1000ms ease;
}
.page-gallery .banner .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
}
.page-gallery .banner .bx-wrapper .bx-controls-direction a.bx-prev i {
  left: -1px;
}
.page-gallery .banner .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
}
.page-gallery .banner .bx-wrapper .bx-controls-direction a.bx-next i {
  right: -1px;
}
.page-gallery .banner .bx-wrapper .bx-controls-direction a i {
  color: #0a0a0a;
  position: relative;
  top: -2px;
}
.page-gallery .banner .mobile-caption {
  display: none;
}
.page-gallery .banner .pager-wrap {
  background: #fefefe;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.page-gallery .banner .pager-wrap #bx-pager {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: -5px;
  margin-left: 8px;
  margin-right: 8px;
  max-width: 1170px;
}
.page-gallery .banner .pager-wrap #bx-pager a {
  display: block;
  float: left;
  width: 72px;
  height: 72px;
  position: relative;
  margin-bottom: 8px;
}
.page-gallery .banner .pager-wrap #bx-pager a img {
  position: absolute;
  visibility: hidden;
}
.page-gallery .banner .pager-wrap #bx-pager a .pager-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.page-gallery .banner .pager-wrap #bx-pager a .current-slide {
  border: 4px solid #f7323f;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 1000ms ease;
  -moz-transition: opacity 1000ms ease;
  -ms-transition: opacity 1000ms ease;
  -o-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}
.page-gallery .banner .pager-wrap #bx-pager a .current-slide.active {
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  -moz-transition: opacity 1000ms ease;
  -ms-transition: opacity 1000ms ease;
  -o-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}
.page-gallery .banner .pager-wrap #bx-pager a:not(:last-child) {
  margin-right: 8px;
}
.page-gallery #first {
  background: #efefef;
}
.page-gallery div.overview {
  padding-top: 0;
}
.page-gallery div.overview .col .inner {
  background: #fefefe;
}

.page-design-collection-overview .overview,
.page-gallery .overview {
  padding-bottom: 110px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}
.page-design-collection-overview .overview h1,
.page-gallery .overview h1 {
  margin-top: 50px;
  margin-bottom: 24px;
}
.page-design-collection-overview .overview > p,
.page-gallery .overview > p {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 32px;
}
.page-design-collection-overview .overview .col,
.page-gallery .overview .col {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 16px;
}
.page-design-collection-overview .overview .col .bg,
.page-gallery .overview .col .bg {
  height: 190px;
}
.page-design-collection-overview .overview .col .inner,
.page-gallery .overview .col .inner {
  background: #f7f7f7;
  padding-bottom: 100px;
  position: relative;
  display: block;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
.page-design-collection-overview .overview .col .inner p,
.page-gallery .overview .col .inner p {
  color: #0a0a0a;
}
.page-design-collection-overview .overview .col .inner .info,
.page-gallery .overview .col .inner .info {
  padding-top: 16px;
  padding-left: 32px;
  padding-right: 32px;
}
.page-design-collection-overview .overview .col .inner .info h2,
.page-gallery .overview .col .inner .info h2 {
  color: #f7323f;
  text-align: left;
  padding: 0;
  margin-bottom: 16px;
}
.page-design-collection-overview .overview .col .inner .info .view,
.page-gallery .overview .col .inner .info .view {
  position: absolute;
  bottom: 32px;
  color: #f7323f;
  text-transform: uppercase;
  float: left;
}
.page-design-collection-overview .overview .col .inner .info .view i,
.page-gallery .overview .col .inner .info .view i {
  position: relative;
  left: 6px;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  -ms-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
.page-design-collection-overview .overview .col .inner:hover .info .view i,
.page-gallery .overview .col .inner:hover .info .view i {
  left: 11px;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  -ms-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
.page-design-collection-overview .button-wrap,
.page-gallery .button-wrap {
  padding-top: 60px;
  clear: both;
}
.page-design-collection-overview .collection-image,
.page-gallery .collection-image {
  width: 100%;
}

.post-type-archive-design-collection #wrapper {
  padding-top: 100px;
  background: #eeeeee;
}
.post-type-archive-design-collection .noResults {
  top: 50%;
  left: 50%;
  width: 200px;
  height: 100px;
  margin-top: -50px;
  margin-left: -100px;
  text-align: center;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 350ms ease-in-out;
  -moz-transition: opacity 350ms ease-in-out;
  -ms-transition: opacity 350ms ease-in-out;
  -o-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}
.post-type-archive-design-collection .noResults p {
  margin-bottom: 8px;
}
.post-type-archive-design-collection .noResults.show {
  opacity: 1;
  -webkit-transition: opacity 350ms ease-in-out;
  -moz-transition: opacity 350ms ease-in-out;
  -ms-transition: opacity 350ms ease-in-out;
  -o-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}
.post-type-archive-design-collection .desktop-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.post-type-archive-design-collection .desktop-menu .logo {
  position: absolute;
  top: 0;
  left: 0;
}
.post-type-archive-design-collection .desktop-menu #menu-back {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.post-type-archive-design-collection #result {
  background: #eeeeee;
  padding-top: 32px;
  position: relative;
}
.post-type-archive-design-collection .result-row {
  padding-top: 132px;
  position: relative;
}
.post-type-archive-design-collection .result-row .col {
  padding: 0;
}
.post-type-archive-design-collection .result-row .col .inner {
  position: relative;
  display: block;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 1.875rem;
}
.post-type-archive-design-collection .result-row .col .inner .link {
  display: block;
  position: relative;
  background: #fefefe;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
.post-type-archive-design-collection .result-row .col .inner .link .flash-sale-snipe {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
}
@media screen and (max-width: 39.9375em) {
  .post-type-archive-design-collection .result-row .col .inner .link .flash-sale-snipe {
    width: 100px;
  }
}
.post-type-archive-design-collection .result-row .col .inner .thumbwrap {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  filter: url("js/filters.svg#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Webkit Nightlies & Google Chrome Canary */
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.post-type-archive-design-collection .result-row .col .inner .thumbwrap img {
  filter: gray;
  /* IE6-9 */
}
.post-type-archive-design-collection .result-row .col .inner .thumbwrap:hover {
  filter: none;
  /* Applies to FF + IE */
  -webkit-filter: grayscale(0);
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.post-type-archive-design-collection .result-row .col .inner .thumbwrap:hover img {
  filter: none;
  /* Applies to FF + IE */
}
.post-type-archive-design-collection .result-row .col .inner .thumbwrap img {
  position: absolute;
}
.post-type-archive-design-collection .result-row .col .inner .info {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
}
.post-type-archive-design-collection .result-row .col .inner .info .title {
  text-transform: uppercase;
  font-weight: 600;
  color: #0a0a0a;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.post-type-archive-design-collection .result-row .col .inner .info .props {
  color: #0a0a0a;
}
.post-type-archive-design-collection .result-row .col .inner .info .props span {
  font-size: 0.8rem;
  position: relative;
}
.post-type-archive-design-collection .result-row .col .inner .info .props span:not(:last-child) {
  margin-right: 24px;
}
.post-type-archive-design-collection .result-row .col .inner .info .props span:not(:last-child):after {
  content: "";
  border-right: 1px solid #0a0a0a;
  position: absolute;
  right: -11px;
  top: 4px;
  height: 11px;
}
.post-type-archive-design-collection .result-row .col .inner:hover .info .title {
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.post-type-archive-design-collection .result-row .col:hover .inner .bw {
  opacity: 0;
  -webkit-transition: opacity 1000ms ease;
  -moz-transition: opacity 1000ms ease;
  -ms-transition: opacity 1000ms ease;
  -o-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}
.post-type-archive-design-collection #hug-small {
  background: #eeeeee;
}

.single-design-collection #filter .filter-categories .cat {
  margin-top: 4px;
}
.single-design-collection #wrapper {
  background: #f7f7f7;
}
.single-design-collection #second,
.single-design-collection #second-b {
  background: #fefefe;
}
.single-design-collection .desktop-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.single-design-collection .desktop-menu .logo {
  position: absolute;
  top: 0;
  left: 0;
}
.single-design-collection .desktop-menu #menu-back {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.single-design-collection .flash-sale-snipe {
  position: absolute;
  top: 0;
  right: 0.9375rem;
  width: 120px;
}
@media screen and (max-width: 39.9375em) {
  .single-design-collection .flash-sale-snipe {
    right: 0.625rem;
    width: 100px;
  }
}
.single-design-collection #first {
  padding-top: 100px;
}
.single-design-collection #first-b {
  padding-top: 50px;
}
.single-design-collection #first,
.single-design-collection #first-b {
  padding-bottom: 50px;
  background: #f7f7f7;
}
.single-design-collection #first .main-img,
.single-design-collection #first-b .main-img {
  width: 100%;
}
.single-design-collection #first .info h2,
.single-design-collection #first-b .info h2 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
}
.single-design-collection #first .info .tagline,
.single-design-collection #first-b .info .tagline {
  padding-top: 8px;
  color: #666666;
  font-weight: 600;
}
.single-design-collection #first .info .details,
.single-design-collection #first-b .info .details {
  font-weight: 600;
  padding-top: 32px;
  padding-bottom: 32px;
}
.single-design-collection #second,
.single-design-collection #second-b {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.single-design-collection #second .floorplan h2,
.single-design-collection #second-b .floorplan h2 {
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 32px;
}
.single-design-collection #second .floorplan h2 sup,
.single-design-collection #second-b .floorplan h2 sup {
  position: relative;
  font-size: 0.8rem;
  top: -8px;
}
.single-design-collection #second .floorplan img,
.single-design-collection #second-b .floorplan img {
  margin: 0 auto;
  display: block;
}
.single-design-collection #second .floorplan.mid,
.single-design-collection #second-b .floorplan.mid {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.single-design-collection #second .floorplan img.mobile-floorplan,
.single-design-collection #second-b .floorplan img.mobile-floorplan {
  display: none;
}
.single-design-collection #second .floorplan .mob-plan,
.single-design-collection #second-b .floorplan .mob-plan {
  display: none;
}
.single-design-collection #second .butt,
.single-design-collection #second-b .butt {
  background: #f7323f;
  color: #fefefe;
  text-transform: uppercase;
  margin: 0 auto;
  padding-top: 6px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  display: inline-block;
  margin-top: 50px;
}
.single-design-collection #second > .row .floorplan:not(:first-child) h2 {
  margin-top: 50px;
}

.page-hug-program .banner {
  position: relative;
  min-width: 100%;
  min-height: 700px;
  overflow: hidden;
}
.page-hug-program .banner .bg {
  width: 100%;
  height: 100%;
}
.page-hug-program .banner .white-col {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 420px;
  height: 100%;
  top: 0;
  right: 0;
}
.page-hug-program .banner .white-col .inner {
  width: 100%;
  text-align: center;
  left: 0;
}
.page-hug-program .banner .white-col .inner img {
  display: block;
  margin: 0 auto;
  max-width: 320px;
  opacity: 0;
}
.page-hug-program .banner .white-col .inner img.active {
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  -moz-transition: opacity 1000ms ease;
  -ms-transition: opacity 1000ms ease;
  -o-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}
.page-hug-program .banner .white-col .inner h1 {
  margin-top: 72px;
  margin-bottom: 32px;
  font-size: 1.6rem;
  text-transform: initial;
}
.page-hug-program .banner .white-col .inner .down {
  color: #f7323f;
  font-size: 2.4rem;
}
.page-hug-program #first .hug {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.page-hug-program #first .hug .in {
  display: inline-block;
  float: right;
  border-right: 1px solid #0a0a0a;
  padding-right: 24px;
}
.page-hug-program #first .hug p {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2.2rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
}
.page-hug-program #first .hug p span {
  color: #f7323f;
}
.page-hug-program #first .intro {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-hug-program #first .col {
  padding-bottom: 50px;
}
.page-hug-program #first .col h2 {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  padding-top: 50px;
  padding-bottom: 32px;
}
.page-hug-program #second {
  background: #f7f7f7;
}
.page-hug-program #second br {
  display: none;
}
.page-hug-program #second .img img {
  height: 380px;
}

.page-testimonials h1 {
  text-transform: initial;
  line-height: 1.4;
  position: absolute;
  width: 100%;
  top: 10%;
  font-size: 1.6rem;
}

.page-testimonials .banner {
  position: relative;
  min-width: 100%;
  min-height: 700px;
  /* overflow: hidden; */
  text-align: center;
}
.page-testimonials .banner.video-row {
  /* height: 1200px !important; */
  height: fit-content !important;
  padding-bottom: 70px !important;
}
.page-testimonials .banner .main-row.row.video-row.top-video-row {
  padding-top: 220px !important;
}
.page-testimonials .banner .main-row.row.video-row.top-video-row .vid-caption.reduce-margin-bottom {
  margin-bottom: -5px;
}
.page-testimonials .banner .main-row.row.video-row {
  padding-top: 70px !important;
}
.page-testimonials .banner .video-circle.video-rectangle{
  background-size: cover;
  background-position: 50%;
  width: 525px;
  height: 300px;
  max-width: 90vw;
  border-radius: 0%;
  border: 4px solid #fefefe;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}
.page-testimonials .banner .video-circle {
  background-size: cover;
  background-position: 50%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 4px solid #fefefe;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 64em) {
  .page-testimonials .banner .main-row.row.video-row.top-video-row {
    padding-top: 30px !important;
  }
  .page-testimonials .banner .main-row.row.video-row {
    padding-top: 5px !important;
  }
}
.page-testimonials .banner .video-circle.mobile-video {
  display: none;
}
.page-testimonials .banner .video-circle.mobile-video:hover:after {
  background: rgba(0, 0, 0, 0);
}
.page-testimonials .banner .video-rectangle.video-circle.mobile-video {
  display: none;
}
.page-testimonials .banner .video-rectangle.video-circle.mobile-video:hover:after {
  background: rgba(0, 0, 0, 0);
}
.page-testimonials .banner .video-circle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background 350ms ease;
  -moz-transition: background 350ms ease;
  -ms-transition: background 350ms ease;
  -o-transition: background 350ms ease;
  transition: background 350ms ease;
}
.page-testimonials .banner .video-circle:hover:after {
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: background 350ms ease;
  -moz-transition: background 350ms ease;
  -ms-transition: background 350ms ease;
  -o-transition: background 350ms ease;
  transition: background 350ms ease;
}
.page-testimonials .banner .video-circle .play {
  border: 1px solid #fefefe;
  width: 30%;
  height: 30%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fefefe;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15%;
  margin-left: -15%;
  z-index: 1;
}
.page-testimonials .banner .video-circle .play i {
  position: relative;
  top: 12px;
  left: 3px;
  font-size: 32px;
}
.page-testimonials .banner .video-rectangle.video-circle .play {
  border: 1px solid #fefefe;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fefefe;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8%;
  margin-left: -8%;
  z-index: 1;
}
.page-testimonials .banner .video-rectangle.video-circle .play i {
  position: relative;
  top: 19px;
  left: 4px;
  font-size: 32px;
}
@media screen and (max-width: 34em) {
  .page-testimonials .banner .video-rectangle.video-circle .play {
    margin-top: -30px;
    margin-left: -35px;
  }
}
.page-testimonials .banner .video-circle#vid1, .page-testimonials .banner .video-circle#vid2, .page-testimonials .banner .video-circle#vid3 {
  opacity: 0;
}
.page-testimonials .banner .video-circle#vid1.active, .page-testimonials .banner .video-circle#vid2.active, .page-testimonials .banner .video-circle#vid3.active {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.page-testimonials .banner .test-body {
  padding-top: 16px;
}
.page-testimonials .banner .test-name {
  text-transform: uppercase;
  display: none;
}
.page-testimonials .banner .vid-caption {
  font-size: 1.2rem;
  margin-top: 24px;
  width: 66%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  font-weight: 600;
}
.page-testimonials .banner .down {
  position: absolute;
  bottom: 24px;
  left: 50%;
  margin-left: -16px;
  color: #0a0a0a;
  font-size: 50px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.page-testimonials .banner .down i {
  position: relative;
  top: -20px;
}
.page-testimonials .banner .down:hover {
  color: #f7323f;
}
.page-testimonials #first {
  background: #ececec;
  padding-top: 50px;
  padding-bottom: 72px;
}
.page-testimonials #first .col {
  position: relative;
  padding-left: 86px;
  padding-right: 72px;
}
.page-testimonials #first .col i {
  position: absolute;
  left: 20px;
  top: 0;
  color: #f7323f;
  font-size: 3rem;
}
.page-testimonials #first .col .test-name {
  text-transform: uppercase;
  margin-top: 24px;
}
.page-testimonials #second {
  padding-top: 50px;
  padding-bottom: 72px;
}
.page-testimonials #second img {
  margin: 0 auto;
  display: block;
}
.page-testimonials #second .col {
  position: relative;
  padding-left: 86px;
  padding-right: 72px;
}
.page-testimonials #second .col i {
  position: absolute;
  left: 20px;
  top: 0;
  color: #f7323f;
  font-size: 3rem;
}
.page-testimonials #second .col .test-body {
  font-size: 1.4rem;
}
.page-testimonials #second .col .test-name {
  text-transform: uppercase;
  margin-top: 24px;
  font-size: 1.4rem;
}
.page-testimonials #third {
  background: #f7f7f7;
}
.page-testimonials #third .img img {
  height: 329px;
}

.page-contact .prim-nav li.menu-item-1419 a {
  color: #0a0a0a;
}
.page-contact .email-us {
  background: #f7323f;
  color: #fefefe;
  border: 1px solid #f7323f;
  text-transform: uppercase;
  bottom: 40px;
  width: 120px;
  left: 50%;
  padding-top: 4px;
  padding-bottom: 6px;
  text-align: center;
  display: block;
  margin-top: 8px;
  margin-bottom: 6px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.page-contact .email-us:hover {
  color: #f7323f;
  background: #fefefe;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
@media screen and (max-width: 64em) {
  .page-contact .email-us {
    margin-left: auto;
    margin-right: auto;
  }
  .page-contact .email-us:hover {
    color: #fefefe;
    background: #f7323f;
  }
}
.page-contact .down {
  position: absolute;
  bottom: 24px;
  left: 50%;
  margin-left: -16px;
  color: #fefefe;
  font-size: 50px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.page-contact .down i {
  position: relative;
  top: -20px;
}
.page-contact .down:hover {
  color: #f7323f;
}
.page-contact .redline {
  width: 100%;
  height: 8px;
  background: #f7323f;
}
.page-contact .banner {
  position: relative;
  min-width: 100%;
  overflow: hidden;
  text-align: center;
}
.page-contact .banner #gMap {
  min-height: 320px;
}
.page-contact .banner .info-row {
  max-width: 100%;
  height: 50%;
}
.page-contact .banner .info-row .contact-col {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
  text-align: center;
}
.page-contact .banner .info-row .contact-col .inner {
  display: inline-block;
  text-align: left;
  padding: 40px 10px;
}
.page-contact .banner .info-row .contact-col .inner h2 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  color: #f7323f;
  cursor: pointer;
  position: relative;
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
}
.page-contact .banner .info-row .contact-col .inner h2:hover .circ {
  background: #0a0a0a;
  -webkit-transition: background 350ms ease;
  -moz-transition: background 350ms ease;
  -ms-transition: background 350ms ease;
  -o-transition: background 350ms ease;
  transition: background 350ms ease;
}
.page-contact .banner .info-row .contact-col .inner h2 sup {
  top: -8px;
  color: #fefefe;
  font-size: 0.8rem;
}
.page-contact .banner .info-row .contact-col .inner h2 .circ {
  background: #f7323f;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: -28px;
  top: 6px;
  text-align: center;
  -webkit-transition: background 350ms ease;
  -moz-transition: background 350ms ease;
  -ms-transition: background 350ms ease;
  -o-transition: background 350ms ease;
  transition: background 350ms ease;
}
.page-contact .banner .info-row .contact-col .inner .address {
  padding-top: 16px;
  padding-bottom: 16px;
}
.page-contact .banner .info-row .contact-col .inner .address a {
  font-weight: bold;
  color: inherit;
}
.page-contact .banner .info-row .contact-col .inner .address p:last-child {
  font-style: italic;
}
.page-contact .banner .info-row .contact-col .inner .phone-email {
  padding-top: 8px;
  padding-bottom: 8px;
}
.page-contact .banner .info-row .contact-col .inner .phone-email a {
  font-weight: 600;
  color: #0a0a0a;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.page-contact .banner .info-row .contact-col .inner .phone-email a:hover {
  color: #f7323f;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.page-contact .banner .info-row .contact-col .inner .phone-email .contact-email {
  color: #f7323f;
}
.page-contact .banner .info-row .contact-col .inner .hoo {
  padding-top: 16px;
  padding-bottom: 16px;
}
.page-contact .banner .info-row .contact-col.grey {
  background: #f7f7f7;
}
.page-contact #first {
  padding-top: 72px;
  padding-bottom: 72px;
  text-align: center;
}
.page-contact #first h2 {
  color: #fefefe;
  text-transform: initial;
  padding-bottom: 32px;
}
.page-contact #first a {
  background: #0a0a0a;
  color: #fefefe;
  border: 1px solid #fefefe;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  display: inline-block;
  text-transform: uppercase;
}
.page-contact #second {
  background: #eeeeee;
}
.page-contact #second .text .inner {
  max-width: 420px;
  text-align: center;
}
.page-contact #second .text .inner h2 {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 0;
  padding-left: 0;
}
.page-contact #second .text .inner p {
  padding-left: 0;
}
.page-contact #second .text .inner .call {
  margin-top: 20px;
}
.page-contact #second .text .inner .call h2 {
  padding-bottom: 0;
}
.page-contact #second .text .inner .call a {
  color: #000;
  font-size: 18px;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.page-contact #second .text .inner .call a:hover {
  color: #0a0a0a;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.page-contact .contact-get-directions {
  margin-bottom: 10px;
}
.page-contact .contact-get-directions a {
  text-transform: uppercase;
  color: #f7323f;
  font-weight: bold;
}
.page-contact .map-image {
  width: 100%;
}
.page-contact .slider-container {
  padding: 50px 30px;
  background: #464646;
  border-left: 1px solid #979797;
}
.page-contact .slider-container.no-border {
  border-left: 1px solid #464646;
}
.page-contact .slider-container h3 {
  font-size: 22px;
  letter-spacing: 0.44px;
  color: #fff;
}
.page-contact .slider-container .swiper-wrapper {
  align-items: flex-start;
}
.page-contact .slider-container .swiper-button-prev {
  background: url("img/button-prev.png");
  width: 32px;
  height: 32px;
  background-size: 100% 100%;
  left: 0;
  margin-top: -33px;
}
.page-contact .slider-container .swiper-button-next {
  background: url("img/button-next.png");
  width: 32px;
  height: 32px;
  background-size: 100% 100%;
  right: 0;
  margin-top: -33px;
}
.page-contact .slider-container .swiper-container-model-4 .swiper-button-prev,
.page-contact .slider-container .swiper-container-model-4 .swiper-button-next {
  display: none;
}
.page-contact .slider-container .swiper-slide img {
  width: 100%;
}
.page-contact .slider-container .model-name {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 0.5px;
}
.page-contact .slider-container .model-name .fa {
  padding-left: 10px;
}
.page-contact .bottom-body-location {
  color: #f7323f;
  font-size: 24px;
  letter-spacing: 0.35px;
}
.page-contact .tour-button {
  margin-top: 30px;
}

.expand {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  display: flex;
}
@media screen and (max-width: 64em) {
  .expand {
    display: block;
  }
}

.center-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-faq .banner {
  position: relative;
  min-width: 100%;
  min-height: 700px;
  overflow: hidden;
  text-align: center;
}
.page-faq .banner .bg {
  width: 100%;
  height: 100%;
  float: right;
}
.page-faq .banner .bg.show {
  -webkit-animation: zoomInImage 3s ease-in-out;
  -moz-animation: zoomInImage 3s ease-in-out;
  animation: zoomInImage 3s ease-in-out;
  opacity: 1;
}
.page-faq .banner .white-col {
  position: absolute;
  background: #fefefe;
  width: 600px;
  height: 100%;
  top: 0;
}
.page-faq .banner .white-col .inner {
  width: 100%;
  position: absolute;
  top: 20%;
  padding-left: 72px;
  padding-right: 72px;
}
.page-faq .banner .white-col .inner h1 {
  text-align: center;
  padding-left: 0;
}
.page-faq .banner .white-col .inner p {
  margin-top: 32px;
  margin-bottom: 32px;
}
.page-faq .banner .white-col .inner p.link {
  margin-top: 0;
  margin-bottom: 0;
}
.page-faq .banner .white-col .inner a {
  color: #0a0a0a;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.page-faq .banner .white-col .inner a:hover {
  color: #f7323f;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
@media screen and (max-width: 64em) {
  .page-faq .banner .white-col {
    width: 100%;
  }
  .page-faq .banner .white-col .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-faq .banner .down {
  color: #f7323f;
  font-size: 2rem;
  cursor: pointer;
  padding-top: 8px;
  display: inline-block;
}
.page-faq .banner .down:hover {
  color: #0a0a0a;
}
.page-faq #first > .row {
  max-width: 100%;
}
.page-faq #first > .row.grey {
  background: #eeeeee;
}
.page-faq #first .inner-row {
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.page-faq #first .inner-row .l h2 {
  text-align: left;
  color: #f7323f;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 64em) {
  .page-faq #first .inner-row .l h2 {
    margin-bottom: 32px;
  }
}
.page-faq #first .inner-row .faq-link {
  margin-top: 32px;
  background: #f7323f;
  color: #fefefe;
  border: none;
  text-transform: uppercase;
  height: 50px;
  padding: 15px 32px 10px 32px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: color 350ms ease, background 350ms ease, opacity 350ms ease;
  -moz-transition: color 350ms ease, background 350ms ease, opacity 350ms ease;
  -ms-transition: color 350ms ease, background 350ms ease, opacity 350ms ease;
  -o-transition: color 350ms ease, background 350ms ease, opacity 350ms ease;
  transition: color 350ms ease, background 350ms ease, opacity 350ms ease;
}
@media screen and (min-width: 64.0625em) {
  .page-faq #first .inner-row .faq-link.active {
    background: #dc2935;
    color: #fefefe;
  }
}
@media screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
  .page-faq #first .inner-row .faq-link:hover {
    background: #dc2935;
    color: #fefefe;
  }
}
.page-faq #second {
  background: #eeeeee;
}
.page-faq #second .img img {
  height: 329px;
}

.category-blog .prim-nav .menu-item-1454 a {
  color: #f7323f !important;
}
.category-blog .categories ul {
  display: none;
}

.archive.category .main-container {
  background: #f7f7f7;
  padding-bottom: 16px;
  position: relative;
  overflow: hidden;
}
.archive.category .top-content .top-text {
  text-align: center;
  margin-bottom: 24px;
}
.archive.category .top-content .top-text.vert-cent {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
  margin-bottom: 0;
}
.archive.category .top-content > .row {
  max-width: 1170px;
}
.archive.category .no-posts {
  font-family: "Trade Gothic Next W01";
}
.archive.category #results {
  padding-top: 50px;
  position: relative;
}
.archive.category #results .no-posts {
  width: 100%;
  padding: 100px 0 150px !important;
  left: 0;
  display: none;
}

.blog-articles .col {
  padding-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
}
.blog-articles .col .thumbnail {
  height: 370px;
  background-color: #0a0a0a;
}
.blog-articles .col .inner {
  background: #fefefe;
  padding-bottom: 100px;
  position: relative;
  -webkit-box-shadow: 0 0 44px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 44px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 44px rgba(0, 0, 0, 0.1);
}
.blog-articles .col .inner .bg {
  height: 250px;
}
@media screen and (max-width: 39.9375em) {
  .blog-articles .col .inner .bg {
    height: 200px;
  }
}
.blog-articles .col .inner .info {
  padding-top: 16px;
  padding-left: 32px;
  padding-right: 32px;
}
.blog-articles .col .inner h2 {
  color: #f7323f;
  text-align: left;
  padding: 0;
  margin-bottom: 4px;
  display: inline-block;
}
.blog-articles .col .inner .date {
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 14px;
}
.blog-articles .col .inner .read_more {
  color: #f7323f;
}
.blog-articles .col .inner .text-link {
  margin-top: 20px;
  position: absolute;
  bottom: 32px;
}
.blog-articles .col .inner .text-link p {
  color: #f7323f;
  text-transform: uppercase;
  position: relative;
  top: 2px;
  float: left;
}
.blog-articles .col .inner .text-link i {
  position: relative;
  left: 6px;
  -webkit-transition: left 350ms ease;
  -moz-transition: left 350ms ease;
  -ms-transition: left 350ms ease;
  -o-transition: left 350ms ease;
  transition: left 350ms ease;
}
.blog-articles .col .inner .text-link:hover i {
  left: 11px;
  -webkit-transition: left 350ms ease;
  -moz-transition: left 350ms ease;
  -ms-transition: left 350ms ease;
  -o-transition: left 350ms ease;
  transition: left 350ms ease;
}
@media screen and (max-width: 64em) {
  .blog-articles {
    text-align: center;
    padding: 16px;
    min-height: 320px;
  }
  .blog-articles .col {
    text-align: left;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: inline-block;
  }
}

.single.single-post {
  background: #f7f7f7;
}
.single.single-post .main-row .main-col {
  padding-top: 50px;
  padding-bottom: 50px;
}
.single.single-post .main-row .main-col .inner {
  background: #fefefe;
  position: relative;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.25);
}
.single.single-post .main-row .main-col .inner img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
.single.single-post .main-row .main-col .inner iframe {
	width: 100% !important;
    height: auto !important;
    aspect-ratio: 16/9;
}
.single.single-post .main-row .main-col .inner .main-img {
  height: 320px;
  background-size: cover;
  background-position: 50% 50%;
}
.single.single-post .main-row .main-col .inner .content-row {
  padding-top: 50px;
  padding-bottom: 50px;
}
.single.single-post .main-row .main-col .inner .content-row .social-col {
  padding-left: 50px;
  padding-right: 50px;
}
.single.single-post .main-row .main-col .inner .content-row .social-col p {
  color: #666666;
  text-transform: uppercase;
}
.single.single-post .main-row .main-col .inner .content-row .social-col .share p {
  margin-top: 16px;
  margin-bottom: 8px;
  color: #0a0a0a;
  font-size: 0.8rem;
}
.single.single-post .main-row .main-col .inner .content-row .social-col .share a i {
  color: #f7323f;
  font-size: 1.6rem;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.single.single-post .main-row .main-col .inner .content-row .social-col .share a:not(:last-child) {
  margin-right: 8px;
}
.single.single-post .main-row .main-col .inner .content-row .social-col .share a:hover i {
  color: #666666;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.single.single-post .main-row .main-col .inner .content-row .social-col .back-butt {
  position: absolute;
  left: 50px;
  bottom: 50px;
  color: #f7323f;
  text-transform: uppercase;
}
.single.single-post .main-row .main-col .inner .content-row .social-col .back-butt i {
  position: relative;
  left: 0;
  -webkit-transition: left 350ms ease;
  -moz-transition: left 350ms ease;
  -ms-transition: left 350ms ease;
  -o-transition: left 350ms ease;
  transition: left 350ms ease;
}
.single.single-post .main-row .main-col .inner .content-row .social-col .back-butt span {
  padding-left: 6px;
}
.single.single-post .main-row .main-col .inner .content-row .social-col .back-butt:hover i {
  left: -6px;
  -webkit-transition: left 350ms ease;
  -moz-transition: left 350ms ease;
  -ms-transition: left 350ms ease;
  -o-transition: left 350ms ease;
  transition: left 350ms ease;
}
.single.single-post .main-row .main-col .inner .content-row .content-col {
  padding-left: 50px;
  padding-right: 50px;
}
.single.single-post .main-row .main-col .inner .content-row .content-col h1 {
  color: #f7323f;
  padding: 0;
  margin-bottom: 32px;
  text-align: left;
}
.single.single-post .main-row .main-col .inner .content-row .content-col a {
  color: #f7323f;
  white-space: nowrap;
  position: relative;
}
.single.single-post .main-row .main-col .inner .content-row .content-col a:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #f7323f;
  opacity: 0;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
.single.single-post .main-row .main-col .inner .content-row .content-col a:hover:after {
  opacity: 1;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.financial-consultant .row {
  padding: 50px 0;
}
.financial-consultant h2 {
  text-align: left;
  padding-left: 0;
  margin-bottom: 20px;
}
.financial-consultant a {
  display: block;
}
.financial-consultant .main-p {
  margin: 20px 0;
}
.financial-consultant img {
  margin-bottom: 20px;
  max-width: 230px;
}
.financial-consultant .phone-link {
  color: #0a0a0a;
}
.financial-consultant .phone-link:hover {
  color: #f7323f;
}

.page-banking .intro {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
}
.page-banking .loc-row {
  position: relative;
  padding-left: 200px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-banking .loc-row h2 {
  position: absolute;
  top: 50px;
  left: 0;
}
.page-banking .loc-row:not(:last-child) {
  border-bottom: 1px solid #0a0a0a;
}
.page-banking .loc-row .bank-col img {
  width: auto;
  max-height: 36px;
}
.page-banking .loc-row .bank-col .contacts {
  padding-top: 32px;
}
.page-banking .loc-row .bank-col .contacts .name,
.page-banking .loc-row .bank-col .contacts .occupation {
  font-weight: 600;
}
.page-banking .loc-row .bank-col .contacts a {
  display: inline-block;
  color: #0a0a0a;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.page-banking .loc-row .bank-col .contacts a.email {
  color: #0066cc;
}
.page-banking .loc-row .bank-col .contacts a:hover {
  color: #f7323f;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.page-banking .loc-row .bank-col .contacts:not(:first-child) {
  padding-top: 50px;
}

.page-partners #wrapper {
  min-height: 700px;
}
.page-partners .main-row .intro {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
}
.page-partners .main-row img {
  margin: 0 auto;
  display: block;
  width: 140px;
}

.page-affiliations #wrapper {
  min-height: 700px;
}
.page-affiliations .main-row {
  max-width: 1024px;
}
.page-affiliations .main-row .intro {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
}
.page-affiliations .main-row .col {
  margin-bottom: 32px;
}
.page-affiliations .main-row .col img {
  margin: 0 auto;
  display: block;
  width: 200px;
}
.page-affiliations .main-row .col p {
  text-align: center;
  color: #0a0a0a;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.page-affiliations .main-row .col:hover p {
  color: #f7323f;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}

.page-privacy-policy .main-row {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-privacy-policy .main-row h1,
.page-privacy-policy .main-row h2 {
  color: #f7323f;
  font-size: 2rem;
}
.page-privacy-policy .main-row h1 {
  padding-bottom: 32px;
}
.page-privacy-policy .main-row h2 {
  padding-top: 32px;
}
.page-privacy-policy .main-row h3 {
  padding-top: 32px;
  padding-bottom: 24px;
  font-size: 1.4rem;
}
.page-privacy-policy .main-row p {
  line-height: 1.6;
}

.page-thank-you .banner,
.page-communities-thank-you .banner,
.page-thank-you-newsletter .banner,
.page-template-page-template-thank-you .banner,
.error404 .banner {
  position: relative;
  min-width: 100%;
  min-height: 420px;
  overflow: hidden;
  text-align: center;
}
.page-thank-you .banner h1,
.page-communities-thank-you .banner h1,
.page-thank-you-newsletter .banner h1,
.page-template-page-template-thank-you .banner h1,
.error404 .banner h1 {
  color: #f7323f;
}
.page-thank-you .banner p,
.page-communities-thank-you .banner p,
.page-thank-you-newsletter .banner p,
.page-template-page-template-thank-you .banner p,
.error404 .banner p {
  padding-top: 32px;
  padding-bottom: 32px;
}
.page-thank-you .banner img,
.page-communities-thank-you .banner img,
.page-thank-you-newsletter .banner img,
.page-template-page-template-thank-you .banner img,
.error404 .banner img {
  margin: 0 auto;
  display: block;
  width: 64px;
}
.page-thank-you .banner .back-to-home,
.page-communities-thank-you .banner .back-to-home,
.page-thank-you-newsletter .banner .back-to-home,
.page-template-page-template-thank-you .banner .back-to-home,
.error404 .banner .back-to-home {
  color: #f7323f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-thank-you .banner .angle-left,
.page-communities-thank-you .banner .angle-left,
.page-thank-you-newsletter .banner .angle-left,
.page-template-page-template-thank-you .banner .angle-left,
.error404 .banner .angle-left {
  height: 16px;
  width: auto;
  margin-right: 8px;
  margin-left: 0;
}

.page-id-4356 .main-row {
  max-width: 720px;
}
.page-id-4356 .main-row .col p img {
  margin-top: 30px;
}
.page-id-4356 .main-row .col p a {
  color: #f7323f;
}
.page-id-4356 .main-row .col > img {
  display: none;
}

.pin-btn {
  position: absolute;
  top: 10px;
  right: 50%;
  transform: translateX(400px);
  width: 100%;
  max-width: 800px;
}

.pin-single {
  transform: none;
  left: 20px;
  right: auto;
  width: auto;
}

.single-design-collection #first .row > .large-8 {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .pin-btn {
    right: auto;
    left: 20px;
    transform: none;
  }
}
.post-type-archive-design-collection .reset-filter {
  background: #0a0a0a;
  color: #fefefe;
  font-size: 12.8px;
  font-weight: 700;
  line-height: normal;
  padding: 12px;
  cursor: pointer;
}
.post-type-archive-design-collection .reset-filter:hover {
  opacity: 0.6;
}
.post-type-archive-design-collection #filter .inside-filter {
  padding-right: 8px;
}
.post-type-archive-design-collection #filter .filter-properties .prop:not(:last-child) {
  margin-right: 20px;
}
.post-type-archive-design-collection #filter .filter-properties .prop select {
  padding-right: 25px;
}

@media screen and (max-width: 1200px) {
  .post-type-archive-design-collection #filter .filter-properties .prop:not(:last-child) {
    margin-right: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .post-type-archive-design-collection #filter .filter-properties .prop:not(:last-child) {
    margin-right: auto;
  }
}
.load-more-cat {
  margin: 0 auto 10px;
  display: block;
  color: #fff;
  background: #f7323f;
  padding: 15px 30px;
  transition: opacity 0.3s;
}
.load-more-cat:hover {
  opacity: 0.6;
}

.category-promotions .load-more-container {
  display: none;
}

.privacy-policy-container {
  clear: both;
}
.privacy-policy-container a {
  color: #f7323f;
  font-size: 0.875rem;
}

.page-contact .privacy-policy-container a {
  float: right;
}

.difference-video {
  padding: 30px 0;
  text-align: center;
}
.difference-video iframe {
  max-width: 100%;
}

.event-hero {
  width: 100%;
}

.open-house {
  width: 320px;
  margin: 93px auto 69px;
  display: block;
}

.events-title {
  font-size: 56px;
  font-weight: bold;
  margin-bottom: 70px;
}
@media screen and (max-width: 64em) {
  .events-title {
    font-size: 36px;
  }
}
.events-title span {
  color: #f7323f;
}

.events-map-container {
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 64em) {
  .events-map-container {
    flex-direction: column;
  }
}
.events-map-container iframe {
  width: 50%;
}
@media screen and (max-width: 64em) {
  .events-map-container iframe {
    width: 100%;
  }
}
.events-map-container .events-address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
  width: 50%;
  background: #f7f7f7;
}
@media screen and (max-width: 64em) {
  .events-map-container .events-address {
    width: 100%;
  }
}
.events-map-container .events-address h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.events-map-container .events-address ul {
  list-style: none;
  margin-left: 0;
}
.events-map-container .events-address .events-address-list {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.events-map-container .events-address .events-address-list li:first-of-type {
  font-weight: bold;
}
.events-map-container .events-address .events-address-list li:last-of-type {
  font-style: italic;
}
.events-map-container .events-address .events-get-directions {
  font-size: 14px;
  line-height: 19px;
  color: #f7323f;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-weight: bold;
}
.events-map-container .events-address .events-hours-list {
  margin-bottom: 0;
}
.events-map-container .events-address .events-hours-list li:first-of-type {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
.events-map-container .events-address .events-hours-list li:last-of-type {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

.events-tour-the-factory {
  margin-bottom: 100px;
}
.events-tour-the-factory h2 {
  text-align: left;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.8px;
  padding-left: 0;
}
.events-tour-the-factory p {
  margin-top: 20px;
  letter-spacing: 0.4px;
  font-size: 16px;
  line-height: 1.5;
}
.events-tour-the-factory p:first-of-type {
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 0.62px;
}

.events-images {
  margin-bottom: 75px;
}
.events-images img {
  width: 100%;
  margin-bottom: 20px;
}

.events-book-a-tour {
  text-align: center;
  margin-bottom: 88px;
}
.events-book-a-tour .events-save-your-spot {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.48px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.events-book-a-tour .events-call-now {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}
.events-book-a-tour .events-phone-number {
  margin-bottom: 20px;
}
.events-book-a-tour .events-phone-number a {
  color: #f7323f;
}

.events-model-homes {
  text-align: center;
  padding-top: 112px;
  padding-bottom: 108px;
  background: #f7f7f7;
  margin-bottom: 88px;
}
.events-model-homes h3 {
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.8px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 34px;
}
.events-model-homes p {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0px;
}
.events-model-homes p span {
  color: #f7323f;
}
.events-model-homes .model-home-images {
  margin-top: 50px;
}
.events-model-homes .model-home-images img {
  width: 100%;
  margin-bottom: 20px;
}
.events-model-homes .model-home-title {
  background: #000;
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 24px;
  padding: 8px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.charity-bbq {
  margin-bottom: 94px;
}
.charity-bbq .bbq-bg {
  background: #e8f5fa;
  padding-top: 66px;
  padding-bottom: 66px;
}
.charity-bbq img {
  display: block;
}
.charity-bbq .hospital-foundation {
  width: 271px;
  margin-bottom: 38px;
  transform: translateX(-58px);
}
@media screen and (max-width: 64em) {
  .charity-bbq .hospital-foundation {
    margin-top: 40px;
    transform: translateX(0);
  }
}
.charity-bbq h3 {
  color: #00678b;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.64px;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.charity-bbq p {
  color: #4d5b61;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}

.events-contact-info {
  text-align: center;
  padding-bottom: 96px;
}
.events-contact-info .events-more-info {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: 0.48px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.events-contact-info .events-contact-us {
  margin-bottom: 32px;
}
.events-contact-info .events-or-call {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0.45px;
}
.events-contact-info .events-or-call a {
  color: #f7323f;
}

.page-communities .communities-wrapper {
  padding-top: 127px;
}
.page-communities h1 {
  font-size: 38px;
  letter-spacing: 0.67px;
  line-height: 48px;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
.page-communities .communities-copy {
  font-size: 18px;
  letter-spacing: 0.62px;
  line-height: 18px;
  color: #0a0a0a;
  margin-bottom: 13px;
}
.page-communities .communities-call {
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 24px;
  margin-bottom: 23px;
}
.page-communities .communities-number {
  color: #f7323f;
  font-size: 24px;
  letter-spacing: 0.6px;
  line-height: 20px;
}
.page-communities h2 {
  margin-top: 80px;
  font-size: 28px;
  letter-spacing: 0.56px;
  line-height: 32px;
  margin-bottom: 36px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
.page-communities .community-image-container {
  position: relative;
  margin-bottom: 18px;
}
.page-communities .community-image-container .community-image {
  width: 100%;
}
.page-communities .communities-register-link {
  color: #fa555c;
  font-size: 20px;
  text-decoration: underline;
  margin-top: 24px;
  cursor: pointer;
}
.page-communities .now-selling {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 132px;
}
.page-communities .now-selling .banner-text {
  font-family: "TradeGothicNextW01-Bold_693229";
  color: #fff;
  position: absolute;
  transform: rotate(34deg) translateX(40px);
  width: 100px;
  text-align: center;
}
.page-communities .now-selling img {
  width: 100%;
}
.page-communities .community-flex {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 64em) {
  .page-communities .community-flex {
    display: block;
  }
}
.page-communities .community-flex .end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 64em) {
  .page-communities .community-flex .end {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
  }
}
.page-communities .community-name {
  font-size: 24px;
  letter-spacing: 0.8px;
  line-height: 24px;
  margin-bottom: 7px;
  color: #f7323f;
  text-transform: uppercase;
}
.page-communities .community-info {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  margin-bottom: 7px;
}
.page-communities .upcoming-container {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f7f7f7;
}
.page-communities .upcoming-container img {
  width: 106px;
  margin: 0 auto;
  display: block;
  margin-bottom: 38px;
}
.page-communities .upcoming-copy {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.6px;
  text-align: center;
  max-width: 430px;
  margin: 0 auto;
}
.page-communities .communities-register-container {
  background: #353535;
  margin-top: 40px;
  color: #fff;
}
.page-communities .communities-register-container .form-title {
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 16px;
  margin-top: 100px;
}
.page-communities .communities-register-container .form-subtitle {
  font-size: 16px;
  text-align: center;
}
.page-communities .communities-register-container .communities-form-container {
  padding: 48px 0 100px;
}
.page-communities .communities-register-container input {
  border-color: #fff !important;
  border-width: 2px !important;
  border-radius: 2px;
}
.page-communities .communities-register-container input.is-invalid-input:not(:focus) {
  background: #fa555c;
}
.page-communities .communities-register-container input.is-invalid-input:not(:focus)::placeholder {
  color: #fff;
}
.page-communities .communities-register-container .consent-field label {
  color: #fff;
  line-height: 1.2;
}
.page-communities .communities-register-container .consent-field label.is-invalid-label {
  color: #f7323f;
}
.page-communities .communities-register-container #consent {
  margin-bottom: 0;
}
.page-communities .communities-register-container #submit {
  background: #f7323f;
  padding: 16px 24px;
  text-transform: uppercase;
  border: none;
}
.page-communities .communities-register-container .form-error {
  display: none !important;
}
.page-communities .communities-register-container .select-wrap {
  position: relative;
}
.page-communities .communities-register-container .select-wrap .select-arrow {
  content: "";
  position: absolute;
  right: 12px;
  top: 16px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #f7323f;
  pointer-events: none;
}
.page-communities .communities-register-container .other {
  display: none;
}
.page-communities .communities-register-container .employer {
  display: none;
}
.page-communities .communities-register-container .submit-required-container {
  margin-top: 24px;
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
}
.page-communities .communities-submit-button {
  background: #f7323f;
  color: #fefefe;
  border: none;
  text-transform: uppercase;
  height: 50px;
  padding: 10px 32px 10px 32px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  transition: all 0.24s;
}
.page-communities .communities-submit-button:hover {
  opacity: 0.8;
}

.contact-flex-row {
  max-width: none;
  height: 100%;
  display: flex;
}
@media screen and (max-width: 39.9375em) {
  .contact-flex-row {
    display: block;
  }
}
.contact-flex-row .contact-form-container {
  height: 100%;
  background: grey;
  background: url("img/form-bg-pattern.png") no-repeat center center/cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
.contact-flex-row .form-bg {
  background: url("img/form-left-bg.jpg") no-repeat center center/cover;
}

.coming-soon {
  padding-top: 200px;
  padding-bottom: 200px;
  font-size: 24px;
  text-align: center;
}

.gallery-page-container {
  padding: 96px 0;
}
.gallery-page-container .slider-list .gallery-home,
.gallery-page-container .slider-list .video-container {
  margin-bottom: 45px;
  float: left;
  cursor: pointer;
}
.gallery-page-container .slider-list .gallery-home img,
.gallery-page-container .slider-list .video-container img {
  width: 100%;
}
.gallery-page-container .fbox-video {
  color: #0a0a0a;
}

.slider-list {
  margin-bottom: 30px;
}

.slider-list-title {
  text-align: left;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.56px;
  margin-bottom: 32px;
  padding: 0;
}

.home-title {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.67;
  color: #f7323f;
  margin-top: 11px;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.home-description {
	color: #333;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 6px;
}

.home-location {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.35;
  font-style: italic;
}

#gallery-slider-modal {
  padding: 60px 20px 40px;
  height: 100% !important;
  min-height: 100% !important;
  top: 0 !important;
}
#gallery-slider-modal .close-button {
  color: #f7323f;
}
#gallery-slider-modal .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#gallery-slider-modal .swiper-container .swiper-button-prev {
  background-image: url("img/button-prev.png");
  width: 32px;
  height: 32px;
  background-size: 100% 100%;
  left: 0;
  margin-top: -16px;
}
#gallery-slider-modal .swiper-container .swiper-button-next {
  background-image: url("img/button-next.png");
  width: 32px;
  height: 32px;
  background-size: 100% 100%;
  right: 0;
  margin-top: -16px;
}
#gallery-slider-modal .swiper-slide {
  background-size: cover;
  background-position: center;
}
#gallery-slider-modal .gallery-top {
  height: 85%;
  width: 100%;
  text-align: center;
}
#gallery-slider-modal .gallery-top .swiper-slide {
  background-size: contain;
  background-repeat: no-repeat;
}
#gallery-slider-modal .gallery-thumbs {
  height: 15%;
  box-sizing: border-box;
  padding: 10px 0;
}
#gallery-slider-modal .gallery-thumbs .swiper-slide {
  cursor: pointer;
}
#gallery-slider-modal .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
#gallery-slider-modal .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.hidden-slides {
  visibility: hidden;
  height: 0;
  width: 0;
}

.video-bg {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-bg #play-video {
  width: 100px;
}

.close-button {
  font-size: 3em;
}

#wrapper .dc-2 {
  display: none;
}

.single-design-collection #filter {
  margin-bottom: 72px;
}
@media screen and (max-width: 39.9375em) {
  .single-design-collection #filter {
    margin-bottom: 20px;
  }
}

.dc-tabs {
  display: flex;
}

.dc-tab {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding: 16px 32px;
  cursor: pointer;
}
.dc-tab:hover {
  color: #f7323f;
}

.dc-tab-active {
  background: #fff;
}
.dc-tab-active:hover {
  color: inherit;
}

.dc-tab-section-container {
  background: #fff;
  padding: 64px 0;
}

.dc-title {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0.56px;
  margin-bottom: 16px;
  text-align: left;
}

.dc-subtitle {
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
  text-align: left;
  margin-bottom: 40px;
}

.dc-swiper-section {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .dc-swiper-section {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.dc-swiper-section .dc-gallery,
.dc-swiper-section .dc-gallery-2 {
  margin-left: auto;
  margin-right: auto;
  float: left;
}
@media screen and (max-width: 74.9375em) {
  .dc-swiper-section .dc-gallery,
.dc-swiper-section .dc-gallery-2 {
    width: 100%;
  }
}
.dc-swiper-section .dc-gallery .swiper-slide,
.dc-swiper-section .dc-gallery-2 .swiper-slide {
  padding-top: 62.55%;
}
.dc-swiper-section .dc-gallery .swiper-button-disabled,
.dc-swiper-section .dc-gallery-2 .swiper-button-disabled {
  opacity: 0;
}
.dc-swiper-section .dc-thumbs,
.dc-swiper-section .dc-thumbs-2 {
  width: calc(16.6666666667% - 16px);
  margin-left: auto;
  margin-right: auto;
  float: left;
  margin-left: 16px;
}
@media screen and (max-width: 74.9375em) {
  .dc-swiper-section .dc-thumbs,
.dc-swiper-section .dc-thumbs-2 {
    display: none;
  }
}
.dc-swiper-section .dc-thumbs .swiper-slide,
.dc-swiper-section .dc-thumbs-2 .swiper-slide {
  padding-top: 58.95%;
  height: auto !important;
  cursor: pointer;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.dc-swiper-section .dc-thumbs .swiper-slide.swiper-slide-thumb-active,
.dc-swiper-section .dc-thumbs-2 .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #f7323f;
}
.dc-swiper-section .swiper-slide {
  background-size: cover;
  background-position: center;
}
.dc-swiper-section .swiper-button-white {
  display: none;
}
@media screen and (max-width: 74.9375em) {
  .dc-swiper-section .swiper-button-white {
    display: block;
  }
}

.design-collection-dunvegan-d .dc-swiper-section .dc-gallery .swiper-slide,
.design-collection-dunvegan-d .dc-swiper-section .dc-gallery-2 .swiper-slide {
  padding-top: 69%;
}

.design-collection-haliburton .dc-swiper-section .dc-gallery .swiper-slide,
.design-collection-haliburton .dc-swiper-section .dc-gallery-2 .swiper-slide {
  padding-top: 69%;
}

.dc-description-heavy {
  padding-top: 64px;
}
.dc-description-heavy p {
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 0.62px;
  margin-bottom: 24px;
}

.dc-description-light {
  padding-bottom: 64px;
}
@media screen and (max-width: 64em) {
  .dc-description-light {
    padding-bottom: 32px;
  }
}
.dc-description-light p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  margin-bottom: 24px;
}

#dc-specs-container {
  float: left;
}

.dc-specs-table {
  margin-top: 64px;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media screen and (max-width: 39.9375em) {
  .dc-specs-table {
    margin-top: 32px;
  }
}

.dc-specs-half {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  width: 50%;
  padding: 16px;
}
@media screen and (max-width: 74.9375em) {
  .dc-specs-half {
    font-size: 14px;
  }
}

.dc-specs-full {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  padding: 32px 48px;
  text-align: center;
}
@media screen and (max-width: 74.9375em) {
  .dc-specs-full {
    font-size: 14px;
  }
}
.dc-specs-full .block-button.red {
  width: 100%;
  margin-top: 24px;
  height: auto;
}

.dc-specs-bold {
  font-size: 16px;
  line-height: 24px;
  font-family: "TradeGothicNextW01-Bold_693229";
}
@media screen and (max-width: 74.9375em) {
  .dc-specs-bold {
    font-size: 15px;
  }
}

.dc-floorplan-container {
  padding: 48px 10%;
  border: 1px solid #e0e0e0;
}

.dc-floorplan-title {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  float: left;
}
@media screen and (max-width: 64em) {
  .dc-floorplan-title {
    float: none;
    margin-bottom: 16px;
  }
}

.dc-floorplan-download {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  color: #f7323f;
  float: right;
  font-family: "TradeGothicNextW01-Bold_693229";
  margin-top: 4px;
}
.dc-floorplan-download:hover {
  opacity: 0.75;
  color: #f7323f;
}
.dc-floorplan-download:visited {
  color: #f7323f;
}
@media screen and (max-width: 64em) {
  .dc-floorplan-download {
    float: none;
  }
}

.pdf-icon {
  width: 21px;
  margin-right: 16px;
}

.dc-floorplans {
  display: flex;
  clear: both;
  padding-top: 72px;
  flex-direction: column-reverse;
}
@media screen and (max-width: 74.9375em) {
  .dc-floorplans {
    flex-direction: column;
  }
}

.dc-floorplan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 74.9375em) {
  .dc-floorplan {
    padding: 0;
  }
}
.dc-floorplan:nth-child(odd) {
  padding-left: 0;
}
@media screen and (max-width: 74.9375em) {
  .dc-floorplan:nth-child(odd) .dc-floorplan-name {
    margin-bottom: 48px;
  }
}
.dc-floorplan:nth-child(even) {
  padding-right: 0;
}

.dc-floorplan-name {
  margin-top: 16px;
  margin-bottom: 48px;
  font-family: "TradeGothicNextW01-Bold_693229";
  font-size: 18px;
  line-height: 24px;
}

.dc-also-like {
  background: url("img/dc-background-pattern.png") no-repeat top center/100% auto;
  padding-bottom: 32px;
}
.dc-also-like h3 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: center;
  margin: 80px 0;
}
.dc-also-like a {
  color: inherit;
  text-align: center;
  transition: all 0.25s;
}
.dc-also-like a:hover {
  color: #f7323f;
}

.dc-may-also-like-name {
  font-family: "TradeGothicNextW01-Bold_693229";
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 16px 0 48px;
}
.dc-may-also-like-name .fa {
  margin-left: 16px;
}

.page-promos .row,
.page-events .row,
.page-covid-19-response .row {
  background: #fff;
}
.page-promos #wrapper,
.page-events #wrapper,
.page-covid-19-response #wrapper {
  background: #f7f7f7;
  padding-bottom: 70px;
}
@media screen and (max-width: 74.9375em) {
  .page-promos #wrapper,
.page-events #wrapper,
.page-covid-19-response #wrapper {
    padding-bottom: 0;
  }
}
.page-promos .fall-promo-bg,
.page-events .fall-promo-bg,
.page-covid-19-response .fall-promo-bg {
  background: url("img/fall-promo-bg.jpg") no-repeat center center/cover;
  padding: 40px;
  margin-top: 70px;
}
.page-promos .fall-promo-bg img,
.page-events .fall-promo-bg img,
.page-covid-19-response .fall-promo-bg img {
  margin-bottom: 100px;
  width: 420px;
  max-width: 50%;
  float: right;
}
.page-promos .fp-fall-savings,
.page-events .fp-fall-savings,
.page-covid-19-response .fp-fall-savings {
  font-family: "Vaud-Bold";
  font-size: 100px;
  color: #dc1e36;
  text-align: center;
  line-height: 1;
  margin-top: 100px;
}
@media screen and (max-width: 74.9375em) {
  .page-promos .fp-fall-savings,
.page-events .fp-fall-savings,
.page-covid-19-response .fp-fall-savings {
    font-size: 50px;
  }
}
.page-promos .fp-buy-today,
.page-events .fp-buy-today,
.page-covid-19-response .fp-buy-today {
  font-family: "Vaud-Bold";
  color: #231f20;
  font-size: 72px;
  letter-spacing: -0.04px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 74.9375em) {
  .page-promos .fp-buy-today,
.page-events .fp-buy-today,
.page-covid-19-response .fp-buy-today {
    font-size: 36px;
  }
}
.page-promos .fp-price,
.page-events .fp-price,
.page-covid-19-response .fp-price {
  font-family: "Vaud-Bold";
  font-size: 100px;
  letter-spacing: -0.08px;
  color: #dc1e36;
  text-align: center;
  line-height: 1;
}
.page-promos .fp-price span,
.page-events .fp-price span,
.page-covid-19-response .fp-price span {
  font-size: 56px;
  letter-spacing: -0.04px;
}
@media screen and (max-width: 74.9375em) {
  .page-promos .fp-price,
.page-events .fp-price,
.page-covid-19-response .fp-price {
    font-size: 50px;
  }
  .page-promos .fp-price span,
.page-events .fp-price span,
.page-covid-19-response .fp-price span {
    font-size: 28px;
  }
}
.page-promos .fp-limited-time,
.page-events .fp-limited-time,
.page-covid-19-response .fp-limited-time {
  font-family: "Vaud-Medium";
  font-size: 32px;
  color: #231f20;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 74.9375em) {
  .page-promos .fp-limited-time,
.page-events .fp-limited-time,
.page-covid-19-response .fp-limited-time {
    font-size: 16px;
  }
}
.page-promos .fp-reasons,
.page-events .fp-reasons,
.page-covid-19-response .fp-reasons {
  font-family: "Vaud-Bold";
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  position: relative;
  color: #231f20;
  margin-bottom: 30px;
}
@media screen and (max-width: 64em) {
  .page-promos .fp-reasons,
.page-events .fp-reasons,
.page-covid-19-response .fp-reasons {
    font-size: 16px;
  }
}
.page-promos .fp-reasons:before,
.page-events .fp-reasons:before,
.page-covid-19-response .fp-reasons:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid #231f20;
}
@media screen and (max-width: 64em) {
  .page-promos .fp-reasons:before,
.page-events .fp-reasons:before,
.page-covid-19-response .fp-reasons:before {
    display: none;
  }
}
.page-promos .fp-reasons span,
.page-events .fp-reasons span,
.page-covid-19-response .fp-reasons span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 60px;
  text-align: center;
}
.page-promos .fp-list,
.page-events .fp-list,
.page-covid-19-response .fp-list {
  font-family: "Trade Gothic Next W01";
  color: #231f20;
  margin-bottom: 120px;
}
.page-promos .fp-list ul,
.page-events .fp-list ul,
.page-covid-19-response .fp-list ul {
  list-style: none;
  margin-left: 0;
}
.page-promos .fp-list ul li,
.page-events .fp-list ul li,
.page-covid-19-response .fp-list ul li {
  margin-bottom: 20px;
}
.page-promos .fp-list .fp-star,
.page-events .fp-list .fp-star,
.page-covid-19-response .fp-list .fp-star {
  width: 100px;
  float: left;
}
.page-promos .fp-list .generator-container,
.page-events .fp-list .generator-container,
.page-covid-19-response .fp-list .generator-container {
  display: flex;
}
.page-promos .fp-list .fp-list-text,
.page-events .fp-list .fp-list-text,
.page-covid-19-response .fp-list .fp-list-text {
  width: calc(100% - 100px);
  padding-left: 10px;
  font-size: 28px;
  line-height: 1.14;
  float: left;
  padding-top: 30px;
  letter-spacing: 1.04px;
  color: #000;
}
.page-promos .fp-list .fp-list-text img,
.page-events .fp-list .fp-list-text img,
.page-covid-19-response .fp-list .fp-list-text img {
  max-width: 195px;
}
@media screen and (max-width: 64em) {
  .page-promos .fp-list .fp-list-text img,
.page-events .fp-list .fp-list-text img,
.page-covid-19-response .fp-list .fp-list-text img {
    display: none;
  }
}
.page-promos .fp-list .fp-list-text span,
.page-events .fp-list .fp-list-text span,
.page-covid-19-response .fp-list .fp-list-text span {
  color: #dc1e36;
  letter-spacing: 0.78px;
  font-size: 40px;
}
@media screen and (max-width: 64em) {
  .page-promos .fp-list .fp-list-text,
.page-events .fp-list .fp-list-text,
.page-covid-19-response .fp-list .fp-list-text {
    font-size: 14px;
  }
  .page-promos .fp-list .fp-list-text span,
.page-events .fp-list .fp-list-text span,
.page-covid-19-response .fp-list .fp-list-text span {
    font-size: 20px;
  }
}
.page-promos .fp-contact-banner,
.page-events .fp-contact-banner,
.page-covid-19-response .fp-contact-banner {
  color: #000;
  font-size: 25px;
  line-height: 1.88;
  text-align: center;
  padding: 60px 0;
  background: #f7323f;
}
.page-promos .fp-number a,
.page-events .fp-number a,
.page-covid-19-response .fp-number a {
  color: #fff;
  font-size: 38px;
  line-height: 47px;
  letter-spacing: 0.85px;
}
.page-promos .fp-disclaimer,
.page-events .fp-disclaimer,
.page-covid-19-response .fp-disclaimer {
  background: transparent;
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  color: #999999;
}
.page-promos .fall-event .fall-promo-bg,
.page-events .fall-event .fall-promo-bg,
.page-covid-19-response .fall-event .fall-promo-bg {
  background: url("img/fall-event-bg.jpg") no-repeat center center/cover;
  padding: 40px;
  padding-bottom: 0;
  margin-top: 70px;
}
.page-promos .fall-event .fall-promo-bg img,
.page-events .fall-event .fall-promo-bg img,
.page-covid-19-response .fall-event .fall-promo-bg img {
  margin-top: 200px;
  margin-bottom: 0;
  width: 248px;
  max-width: 50%;
  float: left;
  transform: translateY(50px);
}
.page-promos .fall-event .fe-art-science,
.page-events .fall-event .fe-art-science,
.page-covid-19-response .fall-event .fe-art-science {
  font-size: 33px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 135px;
  font-family: "TradeGothicNextW01-Bold_693229";
  text-align: center;
}
@media screen and (max-width: 74.9375em) {
  .page-promos .fall-event .fe-art-science,
.page-events .fall-event .fe-art-science,
.page-covid-19-response .fall-event .fe-art-science {
    font-size: 34px;
  }
}
@media screen and (max-width: 64em) {
  .page-promos .fall-event .fe-art-science,
.page-events .fall-event .fe-art-science,
.page-covid-19-response .fall-event .fe-art-science {
    font-size: 24px;
  }
}
@media screen and (max-width: 39.9375em) {
  .page-promos .fall-event .fe-art-science,
.page-events .fall-event .fe-art-science,
.page-covid-19-response .fall-event .fe-art-science {
    font-size: 20px;
  }
}
.page-promos .fall-event .fe-art-science span,
.page-events .fall-event .fe-art-science span,
.page-covid-19-response .fall-event .fe-art-science span {
  color: #dc1e36;
}
@media screen and (max-width: 74.9375em) {
  .page-promos .fall-event .fe-art-science span,
.page-events .fall-event .fe-art-science span,
.page-covid-19-response .fall-event .fe-art-science span {
    display: block;
  }
}
.page-promos .fall-event .fe-fall-open-house,
.page-events .fall-event .fe-fall-open-house,
.page-covid-19-response .fall-event .fe-fall-open-house {
  font-family: "TradeGothicNextW01-Bold_693232";
  font-size: 112px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 74.9375em) {
  .page-promos .fall-event .fe-fall-open-house,
.page-events .fall-event .fe-fall-open-house,
.page-covid-19-response .fall-event .fe-fall-open-house {
    font-size: 74px;
  }
}
@media screen and (max-width: 39.9375em) {
  .page-promos .fall-event .fe-fall-open-house,
.page-events .fall-event .fe-fall-open-house,
.page-covid-19-response .fall-event .fe-fall-open-house {
    font-size: 43px;
  }
}
@media screen and (max-width: 64em) {
  .page-promos .fall-event .fe-fall-open-house,
.page-events .fall-event .fe-fall-open-house,
.page-covid-19-response .fall-event .fe-fall-open-house {
    font-size: 52px;
  }
}
.page-promos .fall-event .banner-padding,
.page-events .fall-event .banner-padding,
.page-covid-19-response .fall-event .banner-padding {
  padding: 0 30px;
}
.page-promos .fall-event .fe-banner,
.page-events .fall-event .fe-banner,
.page-covid-19-response .fall-event .fe-banner {
  font-size: 24px;
  line-height: 1.17;
  color: #fff;
  font-family: "TradeGothicNextW01-Bold_693229";
  text-align: center;
  background: url("img/fe-banner.png") no-repeat top center/100% 100%;
  padding: 25px;
  margin-top: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 64em) {
  .page-promos .fall-event .fe-banner,
.page-events .fall-event .fe-banner,
.page-covid-19-response .fall-event .fe-banner {
    font-size: 16px;
  }
}
@media screen and (max-width: 39.9375em) {
  .page-promos .fall-event .fe-banner,
.page-events .fall-event .fe-banner,
.page-covid-19-response .fall-event .fe-banner {
    font-size: 12px;
  }
}
.page-promos .fall-event .fp-contact-banner,
.page-events .fall-event .fp-contact-banner,
.page-covid-19-response .fall-event .fp-contact-banner {
  color: #fff;
  font-size: 25px;
  line-height: 1.88;
  text-align: center;
  padding: 60px 0;
  background: #231f20;
}
.page-promos .fall-event .fp-contact-banner .fp-number a,
.page-events .fall-event .fp-contact-banner .fp-number a,
.page-covid-19-response .fall-event .fp-contact-banner .fp-number a {
  color: #dc1e36;
}
.page-promos .fall-event .fe-map-info,
.page-events .fall-event .fe-map-info,
.page-covid-19-response .fall-event .fe-map-info {
  margin-bottom: 25px;
}
.page-promos .fall-event .fe-map-info p,
.page-events .fall-event .fe-map-info p,
.page-covid-19-response .fall-event .fe-map-info p {
  margin-bottom: 0;
  font-family: "TradeGothicNextW01-Bold_693232";
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.083;
  overflow: hidden;
}
@media screen and (max-width: 74.9375em) {
  .page-promos .fall-event .fe-map-info p,
.page-events .fall-event .fe-map-info p,
.page-covid-19-response .fall-event .fe-map-info p {
    font-size: 32px;
  }
}
@media screen and (max-width: 39.9375em) {
  .page-promos .fall-event .fe-map-info p,
.page-events .fall-event .fe-map-info p,
.page-covid-19-response .fall-event .fe-map-info p {
    font-size: 24px;
  }
}
.page-promos .fall-event .fe-map-info .fe-highlight,
.page-events .fall-event .fe-map-info .fe-highlight,
.page-covid-19-response .fall-event .fe-map-info .fe-highlight {
  background: #fff100;
  padding: 0 5px;
}
.page-promos .fall-event .fe-map img,
.page-events .fall-event .fe-map img,
.page-covid-19-response .fall-event .fe-map img {
  width: 100%;
}
.page-promos .fall-event .fe-address,
.page-events .fall-event .fe-address,
.page-covid-19-response .fall-event .fe-address {
  text-decoration: underline;
  margin-bottom: 25px;
}
.page-promos .fall-event .fe-address p,
.page-events .fall-event .fe-address p,
.page-covid-19-response .fall-event .fe-address p {
  margin-bottom: 0;
  line-height: 1.25;
}
.page-promos .fall-event .fe-address p a,
.page-events .fall-event .fe-address p a,
.page-covid-19-response .fall-event .fe-address p a {
  color: inherit;
}
.page-promos .fall-event .fe-row-padding,
.page-events .fall-event .fe-row-padding,
.page-covid-19-response .fall-event .fe-row-padding {
  padding-bottom: 40px;
}
.page-promos .fall-event .fe-hiq-outer,
.page-events .fall-event .fe-hiq-outer,
.page-covid-19-response .fall-event .fe-hiq-outer {
  padding-top: 40px;
  position: relative;
}
.page-promos .fall-event .fe-hiq-outer .fe-quinn,
.page-events .fall-event .fe-hiq-outer .fe-quinn,
.page-covid-19-response .fall-event .fe-hiq-outer .fe-quinn {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  height: 100%;
}
@media screen and (max-width: 64em) {
  .page-promos .fall-event .fe-hiq-outer .fe-quinn,
.page-events .fall-event .fe-hiq-outer .fe-quinn,
.page-covid-19-response .fall-event .fe-hiq-outer .fe-quinn {
    display: none;
  }
}
.page-promos .fall-event .fe-hiq-outer .fe-quinn-mobile,
.page-events .fall-event .fe-hiq-outer .fe-quinn-mobile,
.page-covid-19-response .fall-event .fe-hiq-outer .fe-quinn-mobile {
  display: none;
}
@media screen and (max-width: 64em) {
  .page-promos .fall-event .fe-hiq-outer .fe-quinn-mobile,
.page-events .fall-event .fe-hiq-outer .fe-quinn-mobile,
.page-covid-19-response .fall-event .fe-hiq-outer .fe-quinn-mobile {
    display: block;
  }
}
.page-promos .fall-event .fe-hiq,
.page-events .fall-event .fe-hiq,
.page-covid-19-response .fall-event .fe-hiq {
  background: #e5e6e7;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.page-promos .fall-event .fe-introducing-container,
.page-events .fall-event .fe-introducing-container,
.page-covid-19-response .fall-event .fe-introducing-container {
  width: 150px;
  margin: 50px;
  float: left;
}
.page-promos .fall-event .fe-introducing,
.page-events .fall-event .fe-introducing,
.page-covid-19-response .fall-event .fe-introducing {
  font-family: "Vaud-Bold";
  font-size: 24px;
}
.page-promos .fall-event .fe-hiq-content,
.page-events .fall-event .fe-hiq-content,
.page-covid-19-response .fall-event .fe-hiq-content {
  float: left;
  padding-top: 50px;
  width: 30%;
}
@media screen and (min-width: 75em) {
  .page-promos .fall-event .fe-hiq-content,
.page-events .fall-event .fe-hiq-content,
.page-covid-19-response .fall-event .fe-hiq-content {
    width: 37%;
  }
}
@media screen and (max-width: 64em) {
  .page-promos .fall-event .fe-hiq-content,
.page-events .fall-event .fe-hiq-content,
.page-covid-19-response .fall-event .fe-hiq-content {
    width: 75%;
    padding: 0 50px;
    clear: left;
  }
}
@media screen and (max-width: 39.9375em) {
  .page-promos .fall-event .fe-hiq-content,
.page-events .fall-event .fe-hiq-content,
.page-covid-19-response .fall-event .fe-hiq-content {
    width: 100%;
  }
}
.page-promos .fall-event .fe-hiq-content h3,
.page-events .fall-event .fe-hiq-content h3,
.page-covid-19-response .fall-event .fe-hiq-content h3 {
  color: #db0032;
  font-family: "Vaud-Bold";
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.15px;
  margin-bottom: 20px;
}
.page-promos .fall-event .fe-hiq-content p,
.page-events .fall-event .fe-hiq-content p,
.page-covid-19-response .fall-event .fe-hiq-content p {
  font-family: "Trade Gothic Next W01";
  font-size: 16px;
  line-height: 20px;
}
.page-promos .fall-event .fe-hiq-content .fe-hiq-cta,
.page-events .fall-event .fe-hiq-content .fe-hiq-cta,
.page-covid-19-response .fall-event .fe-hiq-content .fe-hiq-cta {
  font-family: "TradeGothicNextW01-Bold_693229";
  font-size: 20px;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 60px;
}

.fe-pop .fe-pop-title {
  font-family: "TradeGothicNextW01-Bold_693232";
  font-size: 48px;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 0 36px;
}
@media screen and (max-width: 39.9375em) {
  .fe-pop .fe-pop-title {
    margin-top: 10px;
  }
}
.fe-pop .fe-pop-red {
  background: #f7323f;
  padding: 25px 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 39.9375em) {
  .fe-pop .fe-pop-red {
    padding: 15px 5px;
  }
}
.fe-pop .fe-pop-white-copy {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}
.fe-pop .fe-pop-black-copy {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "TradeGothicNextW01-Bold_693232";
}
.fe-pop .fe-pop-black-copy span {
  background: #fff;
  padding: 0 5px;
}

.home-pop-up .pop-up-content {
  padding: 0;
}

.fall-promo-nov .fp-limited-time {
  font-size: 24px;
  line-height: 1;
}
.fall-promo-nov .fp-fall-savings {
  margin-bottom: 96px;
}
@media screen and (max-width: 74.9375em) {
  .fall-promo-nov .fp-fall-savings {
    margin-top: 156px;
  }
}
.fall-promo-nov .fp-fall-savings img {
  width: 100%;
}
.fall-promo-nov .four-more-reasons {
  margin-bottom: 56px;
}
.fall-promo-nov .four-more-reasons img {
  width: 100%;
}
.fall-promo-nov .fp-list .fp-list-text {
  font-size: 25px;
  margin-bottom: 32px;
}
.fall-promo-nov .fp-list .fp-star {
  margin-top: 16px;
  width: 58px;
}
.fall-promo-nov .fp-list .fp-star img {
  width: 100%;
}
.fall-promo-nov .fp-list .fp-list-text {
  padding-top: 16px;
}
@media screen and (min-width: 64.0625em) {
  .fall-promo-nov .fp-list .fp-list-text {
    padding-top: 0;
  }
}
.fall-promo-nov .fp-list-text.fp-hiq-container {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.fall-promo-nov .fp-list-text.fp-hiq-container img {
  width: 144px;
  margin-right: 16px;
}
@media screen and (max-width: 64em) {
  .fall-promo-nov .fp-list-text.fp-hiq-container img {
    display: block;
  }
}
@media screen and (max-width: 64em) {
  .fall-promo-nov .fp-list-text.fp-hiq-container {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }
}
.fall-promo-nov .fp-list .fp-list-text img {
  max-width: 130px;
}
@media screen and (max-width: 64em) {
  .fall-promo-nov .fp-list .fp-list-text img {
    display: block;
  }
}
.fall-promo-nov .generator-container img {
  margin-left: 8px;
}
@media screen and (max-width: 64em) {
  .fall-promo-nov .generator-container {
    flex-direction: column;
  }
  .fall-promo-nov .generator-container img {
    margin-top: 8px;
    margin-left: 0;
    display: block;
  }
}
@media screen and (max-width: 74.9375em) {
  .fall-promo-nov .fall-promo-bg {
    height: 400px;
    position: relative;
  }
  .fall-promo-nov .fall-promo-bg img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    margin-bottom: 0;
    bottom: -100px;
  }
}

.winter-promo .winter-promo-bg {
  border: 16px solid #f7323f;
  margin-top: 72px;
  background: url("img/winter-promo-header-image.jpg") no-repeat bottom center/cover;
  padding: 120px 16px 600px;
  border-bottom: none;
}
.winter-promo .winter-promo-bg h1 {
  font-family: "TradeGothicNextW01-BdCm";
  text-transform: uppercase;
  font-size: 100px;
  margin-bottom: 56px;
  line-height: 1;
}
@media screen and (max-width: 39.9375em) {
  .winter-promo .winter-promo-bg h1 {
    font-size: 50px;
  }
}
.winter-promo .winter-promo-bg .ribbon {
  background: #fff;
  padding: 16px;
  text-align: center;
  font-family: "TradeGothicNextW01-BdCm";
  line-height: 1;
  position: relative;
}
.winter-promo .winter-promo-bg .ribbon:before {
  content: "";
  width: 105px;
  height: 96px;
  position: absolute;
  top: 50%;
  margin-top: -48px;
  right: calc(100% + 16px);
  background: url("img/ribbon-left.png") no-repeat center center/100%;
  max-width: 16.6666666667%;
}
@media screen and (max-width: 64em) {
  .winter-promo .winter-promo-bg .ribbon:before {
    right: calc(100% + 8px);
  }
}
.winter-promo .winter-promo-bg .ribbon:after {
  content: "";
  width: 105px;
  height: 96px;
  position: absolute;
  top: 50%;
  margin-top: -48px;
  left: calc(100% + 16px);
  background: url("img/ribbon-right.png") no-repeat center center/100%;
  max-width: 16.6666666667%;
}
@media screen and (max-width: 64em) {
  .winter-promo .winter-promo-bg .ribbon:after {
    left: calc(100% + 8px);
  }
}
.winter-promo .winter-promo-bg .ribbon-top {
  font-size: 70px;
  color: #ee3742;
}
@media screen and (max-width: 39.9375em) {
  .winter-promo .winter-promo-bg .ribbon-top {
    font-size: 32px;
  }
}
.winter-promo .winter-promo-bg .ribbon-bottom {
  font-size: 38px;
  margin-bottom: 8px;
}
@media screen and (max-width: 39.9375em) {
  .winter-promo .winter-promo-bg .ribbon-bottom {
    font-size: 19px;
  }
}
.winter-promo .winter-promo-bg .winter-savings {
  font-family: "TradeGothicNextW01-BdCm";
  margin-top: 56px;
  position: relative;
  right: 60px;
}
@media screen and (max-width: 64em) {
  .winter-promo .winter-promo-bg .winter-savings {
    right: 0;
  }
}
.winter-promo .winter-promo-bg .winter-savings .average-copy {
  text-align: right;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  top: 15px;
}
@media screen and (max-width: 64em) {
  .winter-promo .winter-promo-bg .winter-savings .average-copy {
    text-align: center;
    font-size: 25px;
    top: 0;
  }
}
.winter-promo .winter-promo-bg .winter-savings .dollar-savings {
  text-align: left;
  font-size: 120px;
  line-height: 1;
}
@media screen and (max-width: 64em) {
  .winter-promo .winter-promo-bg .winter-savings .dollar-savings {
    text-align: center;
    font-size: 60px;
  }
}
.winter-promo .winter-promo-copy {
  border-left: 16px solid #f7323f;
  border-right: 16px solid #f7323f;
  display: flex;
}
@media screen and (max-width: 64em) {
  .winter-promo .winter-promo-copy {
    flex-direction: column-reverse;
  }
}
.winter-promo .winter-copy {
  padding-top: 160px;
  padding-bottom: 120px;
}
@media screen and (max-width: 64em) {
  .winter-promo .winter-copy {
    padding-top: 206px;
    padding-bottom: 60px;
  }
}
.winter-promo .winter-copy .red-p {
  color: #ee3742;
  font-size: 32px;
  line-height: 1;
  font-family: "TradeGothicNextW01-BdCm";
  margin-bottom: 8px;
}
.winter-promo .winter-copy .red-p img {
  height: 32px;
  position: relative;
  margin-right: 8px;
  top: -4px;
}
.winter-promo .winter-copy .black-p {
  font-size: 32px;
  line-height: 1;
  font-family: "TradeGothicNextW01-BdCm";
  margin-bottom: 8px;
}
.winter-promo .winter-copy .black-p img {
  height: 32px;
  position: relative;
  margin-right: 8px;
  top: -4px;
}
.winter-promo .winter-copy .black-p-large {
  font-size: 48px;
  line-height: 1;
  font-family: "TradeGothicNextW01-BdCm";
  margin-top: 16px;
}
.winter-promo .winter-copy .plus-before {
  font-family: "TradeGothicNextW01-BdCm";
  font-size: 36px;
  margin-bottom: 16px;
  position: relative;
  line-height: 1;
}
.winter-promo .winter-copy .plus-before span {
  color: #ee3742;
}
.winter-promo .winter-copy .plus-before:before {
  content: "";
  position: absolute;
  top: -75px;
  left: -107px;
  background: url("img/plus.png") no-repeat center center/100%;
  width: 110px;
  height: 110px;
}
@media screen and (max-width: 64em) {
  .winter-promo .winter-copy .plus-before:before {
    left: 0;
    top: -126px;
  }
}
.winter-promo .winter-copy .black-p-large span {
  color: #f7323f;
}
.winter-promo .fp-disclaimer {
  font-style: italic;
}
.winter-promo .winter-quinn {
  position: relative;
}
@media screen and (min-width: 64.0625em) {
  .winter-promo .winter-quinn img {
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 90%;
    left: 40px;
  }
}
.winter-promo .fp-email {
  text-decoration: underline;
}

.height-fix {
  padding: 0;
}

.announcement {
  margin-top: 80px;
  margin-bottom: 60px;
}
.announcement .block-button {
  margin-bottom: 60px;
}
@media screen and (max-width: 64em) {
  .announcement .block-button {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 64em) {
  .announcement {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.announcement .row {
  border-left: 16px solid #f7323f;
  border-right: 16px solid #f7323f;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 64em) {
  .announcement .row {
    border-left: 8px solid #f7323f;
    border-right: 8px solid #f7323f;
  }
}
.announcement .announcement-border-top {
  border-top: 16px solid #f7323f;
  padding: 0;
}
@media screen and (max-width: 64em) {
  .announcement .announcement-border-top {
    border-top: 8px solid #f7323f;
  }
}
.announcement .announcement-centered-copy {
  text-align: center;
  padding: 40px 24px;
}
.announcement .main-title {
  padding: 8px;
}
.announcement .main-title h1 {
  font-family: "TradeGothicNextW01-BdCm";
  color: #f7323f;
  font-size: 42px;
  line-height: 1.19;
  margin-top: 40px;
}
.announcement .main-title h3 {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 22px;
}
.announcement p {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 64em) {
  .announcement p {
    font-size: 16px;
    line-height: 24px;
  }
}
.announcement .vaud-bold {
  font-family: "TradeGothicNextW01-Bold_693229";
}
.announcement .margin-bottom-40 {
  margin-bottom: 40px;
}
.announcement h2 {
  font-family: "TradeGothicNextW01-BdCm";
  text-align: left;
  font-size: 38px;
  line-height: 46px;
  padding: 0;
  margin-bottom: 24px;
}
.announcement h3 {
  font-size: 16px;
  line-height: 1.455;
  color: #f7323f;
  margin: 40px 0;
  text-transform: uppercase;
}
@media screen and (max-width: 64em) {
  .announcement h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .announcement h3 br {
    display: none;
  }
}
.announcement ul {
  list-style-type: none;
  margin-left: 24px;
  margin-bottom: 60px;
}
@media screen and (max-width: 64em) {
  .announcement ul {
    margin-bottom: 30px;
  }
}
.announcement ul li {
  position: relative;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 64em) {
  .announcement ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
.announcement ul li::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 10px;
  width: 16px;
  height: 16px;
  background: url("img/plus.png") no-repeat center center/contain;
}
@media screen and (max-width: 64em) {
  .announcement ul li::before {
    top: 5px;
  }
}
.announcement .announcement-border {
  border-bottom: 3px solid #f7323f;
  margin-bottom: 60px;
}
@media screen and (max-width: 64em) {
  .announcement .announcement-border {
    margin-bottom: 30px;
  }
}
.announcement .icons-container {
  display: flex;
  margin-bottom: 40px;
  margin-top: 40px;
}
.announcement .single-icon-container {
  text-align: center;
  width: calc(100% / 3);
}
.announcement .single-icon-container img {
  width: 50%;
  margin-bottom: 8px;
}
.announcement .single-icon-container .icon-text {
  color: #f7323f;
  font-size: 16px;
  line-height: 18px;
}
@media screen and (max-width: 64em) {
  .announcement .single-icon-container .icon-text {
    font-size: 12px;
    line-height: 14px;
  }
}
.announcement .small-paragraph {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 40px;
  position: relative;
}
.announcement .small-paragraph::before {
  content: "*";
  position: absolute;
  top: 0;
  left: -8px;
}
.announcement .announcement-button {
  font-size: 16px;
  line-height: 1.5;
  color: #f7323f;
  padding: 8px 24px;
  text-transform: uppercase;
  border: 1px solid #f7323f;
  display: inline-block;
  margin-bottom: 60px;
  transition: all 0.25s;
}
.announcement .announcement-button:hover {
  color: #fff;
  background: #f7323f;
}
.announcement .fp-contact-banner a {
  display: block;
  font-family: "TradeGothicNextW01-Bold_693229";
  font-size: 32px;
  line-height: 42px;
}
@media screen and (max-width: 64em) {
  .announcement .fp-contact-banner a {
    font-size: 24px;
    line-height: 36px;
  }
}
.announcement .fp-contact-banner .title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.52px;
  text-transform: uppercase;
}
@media screen and (max-width: 64em) {
  .announcement .fp-contact-banner .title {
    font-size: 16px;
    line-height: 24px;
  }
}
.announcement .padding-bottom {
  padding-bottom: 60px;
}

#employee-2020 h1 {
  font-size: 64px;
  margin-bottom: 40px;
}
@media screen and (max-width: 64em) {
  #employee-2020 h1 {
    font-size: 32px;
  }
}
#employee-2020 .subtitle p {
  font-family: "TradeGothicNextW01-Bold_693232";
  font-size: 24px;
  line-height: calc(28 / 24);
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 64em) {
  #employee-2020 .subtitle p {
    font-size: 20px;
  }
}
#employee-2020 .ribbon-top {
  font-size: 64px;
  line-height: 1;
}
@media screen and (max-width: 64em) {
  #employee-2020 .ribbon-top {
    font-size: 48px;
  }
}
@media screen and (max-width: 39.9375em) {
  #employee-2020 .ribbon-top {
    font-size: 20px;
  }
}
#employee-2020 .ribbon-top.black {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 16px;
  margin-top: 4px;
}
@media screen and (max-width: 64em) {
  #employee-2020 .ribbon-top.black {
    font-size: 20px;
  }
}
@media screen and (max-width: 39.9375em) {
  #employee-2020 .ribbon-top.black {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
#employee-2020 .black {
  color: #0a0a0a;
}
#employee-2020 .ribbon-bottom {
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 39.9375em) {
  #employee-2020 .ribbon-bottom {
    font-size: 20px;
    margin-top: 8px;
  }
}
#employee-2020 .winter-promo-bg {
  position: relative;
  background-position: center calc(100% - 150px);
  padding-bottom: 900px;
}
@media screen and (max-width: 39.9375em) {
  #employee-2020 .winter-promo-bg {
    padding-bottom: 700px;
  }
}
#employee-2020 .winter-savings {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px 0 32px;
  background: #000;
}
#employee-2020 .average-copy {
  color: #fff;
}
#employee-2020 .dollar-savings {
  color: #f7323f;
}
#employee-2020 .contact-today {
  font-family: "TradeGothicNextW01-BdCm";
  font-size: 32px;
  line-height: calc(32 / 28);
  margin-bottom: 10px;
}
#employee-2020 .available {
  background: #f2f2f2;
  padding: 48px 0;
  border-left: 16px solid #f7323f;
  border-right: 16px solid #f7323f;
}
#employee-2020 .available-title h2 {
  font-family: "TradeGothicNextW01-Bold_693232";
  font-size: 24px;
  line-height: calc(28 / 24);
  text-align: center;
  margin-bottom: 40px;
  text-transform: none;
}
@media screen and (max-width: 64em) {
  #employee-2020 .available-title h2 {
    font-size: 20px;
  }
}
#employee-2020 .available-box-container {
  display: flex;
  border-right: 1px solid rgba(216, 216, 216, 0.36);
  padding: 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 39.9375em) {
  #employee-2020 .available-box-container {
    flex-direction: column;
    border-right: none;
    border-bottom: 1px solid rgba(216, 216, 216, 0.36);
  }
}
#employee-2020 .available-box {
  font-family: "TradeGothicNextW01-Bold_693232";
  font-size: 20px;
  line-height: 1.2;
  border: 1px solid rgba(216, 216, 216, 0.36);
  border-right: none;
  padding: 56px 40px;
  text-align: center;
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 64em) {
  #employee-2020 .available-box {
    padding: 56px 16px;
  }
}
@media screen and (max-width: 39.9375em) {
  #employee-2020 .available-box {
    border-right: 1px solid rgba(216, 216, 216, 0.36);
    border-bottom: none;
    width: 100%;
  }
}
#employee-2020 .available-box img {
  display: block;
  margin-bottom: 16px;
}
#employee-2020 .available-box .by-appointment {
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 100%;
}
#employee-2020 .available-box .by-appointment span {
  color: #f7323f;
}
#employee-2020 .available-disclaimer {
  text-align: center;
  font-family: "Trade Gothic Next W01";
  font-size: 12px;
}
#employee-2020 .available-disclaimer span {
  color: #f7323f;
}

@media screen and (max-width: 39.9375em) {
  #employee-2020 .ribbon-bottom {
    font-size: 20px;
    margin-top: 8px;
  }

  div#employee-2020 {
    margin-top: -72px;
  }

  #employee-2020.winter-promo .winter-promo-bg {
    padding: 56px 16px 600px;
  }

  #employee-2020.winter-promo .winter-copy .plus-before:before {
    left: 0;
    top: -88px;
  }

  #employee-2020.winter-promo .winter-copy {
    padding-top: 128px;
    padding-bottom: 60px;
  }

  #employee-2020.winter-promo .winter-copy .plus-before:before {
    width: 64px;
    height: 64px;
  }

  #employee-2020.winter-promo .winter-copy .plus-before {
    margin-bottom: 32px;
  }

  #employee-2020.winter-promo .winter-copy .black-p img {
    height: 24px;
  }

  #employee-2020.winter-promo .winter-copy .black-p {
    margin-bottom: 12px;
  }

  #employee-2020.winter-promo .winter-copy .black-p-large {
    margin-top: 32px;
  }

  #employee-2020 .available-box {
    padding: 32px 16px;
  }

  #employee-2020 .available-box .by-appointment {
    bottom: 12px;
    font-size: 14px;
  }

  .page-promos #employee-2020 .fp-number a {
    font-size: 24px;
    line-height: 48px;
  }
}
.summer-promo-2020,
.winter-promo-2020 {
  border: 8px solid #f7323f;
  background: #fff;
  font-size: 16px;
}
.summer-promo-2020 .row,
.winter-promo-2020 .row {
  background: transparent;
}
@media screen and (max-width: 64em) {
  .summer-promo-2020,
.winter-promo-2020 {
    font-size: 12px;
  }
}
@media screen and (max-width: 74.9375em) {
  .summer-promo-2020,
.winter-promo-2020 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 40em) {
  .summer-promo-2020,
.winter-promo-2020 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 64.0625em) {
  .summer-promo-2020,
.winter-promo-2020 {
    margin-top: 64px;
    border: 16px solid #f7323f;
  }
}
.summer-promo-2020 h1,
.summer-promo-2020 h2,
.summer-promo-2020 h3,
.summer-promo-2020 h4,
.summer-promo-2020 h5,
.winter-promo-2020 h1,
.winter-promo-2020 h2,
.winter-promo-2020 h3,
.winter-promo-2020 h4,
.winter-promo-2020 h5 {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
  font-family: "TradeGothicNextW01-BdCm";
  color: #030303;
}
.summer-promo-2020 .summer-promo-banner,
.winter-promo-2020 .summer-promo-banner {
  text-align: center;
}
.summer-promo-2020 .links,
.winter-promo-2020 .links {
  display: flex;
  justify-content: center;
}
.summer-promo-2020 .sales-centre,
.winter-promo-2020 .sales-centre {
  text-align: center;
}
.summer-promo-2020 .disclaimers,
.winter-promo-2020 .disclaimers {
  text-align: center;
}
.summer-promo-2020 .copyright,
.winter-promo-2020 .copyright {
  text-align: center;
}
.summer-promo-2020 .this-summer,
.winter-promo-2020 .this-summer {
  text-align: center;
}
.summer-promo-2020 .this-summer img,
.winter-promo-2020 .this-summer img {
  width: 300px;
}
.summer-promo-2020 .top-gradient,
.winter-promo-2020 .top-gradient {
  background: url("img/summer-promo-2020/top-gradient.jpg") no-repeat center top/cover;
  padding: 40px 0 120px;
}
@media screen and (max-width: 64em) {
  .summer-promo-2020 .top-gradient,
.winter-promo-2020 .top-gradient {
    padding: 48px 0;
  }
}
.summer-promo-2020 h1,
.winter-promo-2020 h1 {
  color: #ee3742;
  font-size: 6.25em;
  line-height: 1;
}
@media screen and (max-width: 64em) {
  .summer-promo-2020 h1,
.winter-promo-2020 h1 {
    font-size: 4em;
  }
}
.summer-promo-2020 h2,
.winter-promo-2020 h2 {
  font-size: 4em;
}
@media screen and (max-width: 64em) {
  .summer-promo-2020 h2,
.winter-promo-2020 h2 {
    font-size: 3em;
    margin-bottom: 16px;
  }
}
.summer-promo-2020 h3,
.winter-promo-2020 h3 {
  font-size: 2.375em;
}
.summer-promo-2020 h4,
.winter-promo-2020 h4 {
  font-size: 2em;
  line-height: calc(56 / 32);
  color: #f7323f;
  margin-top: 80px;
  margin-bottom: 40px;
}
@media screen and (max-width: 64em) {
  .summer-promo-2020 h4,
.winter-promo-2020 h4 {
    margin-top: 120px;
    margin-bottom: 24px;
  }
}
.summer-promo-2020 h5,
.winter-promo-2020 h5 {
  font-size: 2em;
  text-align: left;
  text-transform: none;
}
.summer-promo-2020 .image-container,
.winter-promo-2020 .image-container {
  position: relative;
}
.summer-promo-2020 .summer-promo-banner,
.winter-promo-2020 .summer-promo-banner {
  background: #ee3742;
  position: absolute;
  font-size: 2.625em;
  color: #fff;
  font-family: "TradeGothicNextW01-BdCm";
  line-height: calc(50 / 40);
  padding-top: 24px;
  padding-bottom: 24px;
  transform: translateY(-120%);
}
@media screen and (max-width: 64em) {
  .summer-promo-2020 .summer-promo-banner,
.winter-promo-2020 .summer-promo-banner {
    transform: translateY(-50%);
  }
}
.summer-promo-2020 .banner-left,
.summer-promo-2020 .banner-right,
.winter-promo-2020 .banner-left,
.winter-promo-2020 .banner-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
}
.summer-promo-2020 .banner-left,
.winter-promo-2020 .banner-left {
  left: -32px;
}
@media screen and (max-width: 64em) {
  .summer-promo-2020 .banner-left,
.winter-promo-2020 .banner-left {
    left: -24px;
  }
}
.summer-promo-2020 .banner-right,
.winter-promo-2020 .banner-right {
  right: -32px;
}
@media screen and (max-width: 64em) {
  .summer-promo-2020 .banner-right,
.winter-promo-2020 .banner-right {
    right: -24px;
  }
}
.summer-promo-2020 .lists,
.winter-promo-2020 .lists {
  margin-bottom: 24px;
  overflow: auto;
}
@media screen and (max-width: 64em) {
  .summer-promo-2020 .list-image,
.winter-promo-2020 .list-image {
    padding: 0;
  }
}
.summer-promo-2020 .list-section,
.winter-promo-2020 .list-section {
  margin-bottom: 72px;
}
.summer-promo-2020 .list-section img,
.winter-promo-2020 .list-section img {
  width: 100%;
}
@media screen and (max-width: 64em) {
  .summer-promo-2020 .list-section,
.winter-promo-2020 .list-section {
    margin-bottom: 16px;
  }
  .summer-promo-2020 .list-section img,
.winter-promo-2020 .list-section img {
    margin-bottom: 16px;
  }
}
.summer-promo-2020 .list-section p,
.winter-promo-2020 .list-section p {
  margin-bottom: 24px;
}
@media screen and (max-width: 64em) {
  .summer-promo-2020 .list-section p,
.winter-promo-2020 .list-section p {
    font-size: 1.333em;
  }
}
.summer-promo-2020 .promo-list,
.winter-promo-2020 .promo-list {
  list-style: none;
  margin-left: 0;
}
@media screen and (max-width: 64em) {
  .summer-promo-2020 .promo-list h5,
.summer-promo-2020 .promo-list p,
.winter-promo-2020 .promo-list h5,
.winter-promo-2020 .promo-list p {
    text-align: center;
  }
}
@media screen and (max-width: 39.9375em) {
  .summer-promo-2020 .flip,
.winter-promo-2020 .flip {
    display: flex;
    flex-direction: column-reverse;
  }
}
.summer-promo-2020 .limited-time,
.winter-promo-2020 .limited-time {
  background: #000;
  color: #fff;
  font-size: 2.375em;
  line-height: calc(45 / 42);
  display: flex;
  padding: 40px 0;
  font-family: "TradeGothicNextW01-BdCm";
}
.summer-promo-2020 .limited-time img,
.winter-promo-2020 .limited-time img {
  width: 100%;
}
@media screen and (max-width: 64em) {
  .summer-promo-2020 .limited-time,
.winter-promo-2020 .limited-time {
    font-size: 1.375em;
  }
  .summer-promo-2020 .limited-time img,
.winter-promo-2020 .limited-time img {
    width: 50%;
    margin-left: 25%;
  }
}
@media screen and (max-width: 39.9375em) {
  .summer-promo-2020 .limited-time,
.winter-promo-2020 .limited-time {
    display: block;
    font-size: 1.875em;
  }
  .summer-promo-2020 .limited-time img,
.winter-promo-2020 .limited-time img {
    width: 25%;
    margin-left: 37.5%;
    margin-bottom: 40px;
  }
}
.summer-promo-2020 .limited-time-copy,
.winter-promo-2020 .limited-time-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 64em) {
  .summer-promo-2020 .limited-time-copy,
.winter-promo-2020 .limited-time-copy {
    justify-content: center;
  }
}
@media screen and (max-width: 39.9375em) {
  .summer-promo-2020 .limited-time-copy,
.winter-promo-2020 .limited-time-copy {
    text-align: center;
  }
}
.summer-promo-2020 .limited-time-bottom,
.winter-promo-2020 .limited-time-bottom {
  color: #f7323f;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 39.9375em) {
  .summer-promo-2020 .limited-time-bottom,
.winter-promo-2020 .limited-time-bottom {
    justify-content: center;
    margin-top: 8px;
  }
}
.summer-promo-2020 .limited-time-bottom span,
.winter-promo-2020 .limited-time-bottom span {
  vertical-align: text-bottom;
  font-size: 2.5em;
  line-height: calc(80 / 90);
  position: relative;
  margin: 0 8px;
}
.summer-promo-2020 .limited-time-bottom span sup,
.winter-promo-2020 .limited-time-bottom span sup {
  position: absolute;
  font-size: 16px;
  top: 8px;
  right: -12px;
}
.summer-promo-2020 sup,
.winter-promo-2020 sup {
  color: #f7323f;
}
.summer-promo-2020 sup a,
.winter-promo-2020 sup a {
  color: #f7323f;
  margin-left: 4px;
}
.summer-promo-2020 .bottom-gradient,
.winter-promo-2020 .bottom-gradient {
  background: url("img/summer-promo-2020/bottom-gradient.jpg") no-repeat center top/cover;
  padding: 40px 0;
}
@media screen and (max-width: 64em) {
  .summer-promo-2020 .bottom-gradient,
.winter-promo-2020 .bottom-gradient {
    padding: 24px 0;
  }
}
.summer-promo-2020 .sales-centre,
.winter-promo-2020 .sales-centre {
  font-family: "TradeGothicNextW01-BdCm";
  font-size: 2em;
  line-height: calc(50 / 32);
  margin-bottom: 24px;
}
.summer-promo-2020 .sales-centre span,
.winter-promo-2020 .sales-centre span {
  position: relative;
}
.summer-promo-2020 .sales-centre span sup,
.winter-promo-2020 .sales-centre span sup {
  position: absolute;
  top: 0;
  right: 0;
}
.summer-promo-2020 .links,
.winter-promo-2020 .links {
  margin-bottom: 56px;
}
@media screen and (max-width: 39.9375em) {
  .summer-promo-2020 .links,
.winter-promo-2020 .links {
    display: block;
  }
}
.summer-promo-2020 .links img,
.winter-promo-2020 .links img {
  width: 44px;
  margin-right: 16px;
}
.summer-promo-2020 .links a,
.winter-promo-2020 .links a {
  color: #f7323f;
  font-size: 2em;
  font-family: "TradeGothicNextW01-BdCm";
}
@media screen and (max-width: 39.9375em) {
  .summer-promo-2020 .links a,
.winter-promo-2020 .links a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .summer-promo-2020 .links a img,
.winter-promo-2020 .links a img {
    margin-right: 0;
  }
}
.summer-promo-2020 .links a:first-of-type,
.winter-promo-2020 .links a:first-of-type {
  margin-right: 32px;
}
@media screen and (max-width: 39.9375em) {
  .summer-promo-2020 .links a:first-of-type,
.winter-promo-2020 .links a:first-of-type {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.summer-promo-2020 .disclaimers,
.winter-promo-2020 .disclaimers {
  font-style: italic;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 16px;
}
.summer-promo-2020 .copyright,
.winter-promo-2020 .copyright {
  font-size: 12px;
}

.winter-promo-2020 .dark-background {
  background: url("img/black-background.jpg") no-repeat center top/cover;
  padding: 40px 0;
}
@media screen and (max-width: 64em) {
  .winter-promo-2020 .dark-background {
    padding: 48px 0;
  }
}
.winter-promo-2020 h2 {
  color: #ff0034;
  font-size: 80px;
  text-transform: uppercase;
}
.winter-promo-2020 h2 span {
  color: #fff;
  font-size: 50px;
}
@media screen and (max-width: 64em) {
  .winter-promo-2020 h2 span {
    font-size: 25px;
  }
}
@media screen and (max-width: 39.9375em) {
  .winter-promo-2020 h2 {
    font-size: 40px;
    margin-bottom: 0;
    margin-top: 16px;
  }
}
.winter-promo-2020 h3 {
  font-size: 50px;
  color: #fff;
}
@media screen and (max-width: 64em) {
  .winter-promo-2020 h3 {
    font-size: 25px;
  }
}
.winter-promo-2020 .red-section {
  background: url("img/red-background.png") no-repeat center center/cover;
  text-align: center;
  padding: 56px 0;
}
.winter-promo-2020 .red-section .divider-line {
  width: 72px;
  margin: 32px 0 24px;
}
.winter-promo-2020 .red-section h4 {
  color: #fff;
  margin: 0;
}
.winter-promo-2020 .red-section .red-section-first-title {
  font-size: calc(66px * 0.75);
  line-height: calc(78 / 66);
}
@media screen and (max-width: 64em) {
  .winter-promo-2020 .red-section .red-section-first-title {
    font-size: 33px;
  }
}
@media screen and (max-width: 39.9375em) {
  .winter-promo-2020 .red-section .red-section-first-title {
    font-size: 33px;
  }
}
.winter-promo-2020 .red-section .black-plus {
  width: 76px;
  margin: 24px 0 16px;
}
@media screen and (max-width: 64em) {
  .winter-promo-2020 .red-section .black-plus {
    width: 43px;
  }
}
.winter-promo-2020 .red-section .red-section-second-title {
  font-size: calc(94px * 0.75);
  line-height: calc(100 / 94);
  text-transform: none;
}
@media screen and (max-width: 64em) {
  .winter-promo-2020 .red-section .red-section-second-title {
    font-size: 47px;
  }
}
.winter-promo-2020 .red-section .red-section-second-title span {
  position: relative;
}
.winter-promo-2020 .red-section .red-section-second-title span:after {
  content: "(1)";
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: -10px;
  line-height: 1;
}
.winter-promo-2020 .red-section .red-section-third-title {
  font-size: calc(55px * 0.75);
  line-height: calc(58 / 55);
  text-transform: none;
}
@media screen and (max-width: 64em) {
  .winter-promo-2020 .red-section .red-section-third-title {
    font-size: 25px;
  }
}
.winter-promo-2020 .red-section .red-section-third-title span {
  position: relative;
}
.winter-promo-2020 .red-section .red-section-third-title span:after {
  content: "(2)";
  font-size: 14px;
  position: absolute;
  top: 5px;
  right: -15px;
  line-height: 1;
}
.winter-promo-2020 .red-section .red-section-fourth-title {
  font-size: calc(55px * 0.75);
  line-height: calc(68 / 55);
}
@media screen and (max-width: 64em) {
  .winter-promo-2020 .red-section .red-section-fourth-title {
    font-size: 27px;
  }
}
.winter-promo-2020 .lists {
  padding-bottom: 24px;
}
@media screen and (min-width: 40em) {
  .winter-promo-2020 .lists {
    padding: 56px 0 24px;
  }
}
.winter-promo-2020 .lists .limited-time-offer {
  font-size: 77px;
  color: #ff0e38;
  text-align: center;
  font-family: TradeGothicNextW01-BdCm;
}
@media screen and (max-width: 64em) {
  .winter-promo-2020 .lists .limited-time-offer {
    font-size: 40px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 40em) {
  .winter-promo-2020 .list-section {
    display: flex;
  }
}
.winter-promo-2020 .list-section p {
  font-family: TradeGothicNextW01-BdCm;
  font-size: 22px;
  line-height: 35px;
}
.winter-promo-2020 .list-section p:last-of-type {
  margin-bottom: 0;
}
.winter-promo-2020 .list-section .divider-line {
  width: 72px;
  margin-bottom: 16px;
}
@media screen and (max-width: 39.9375em) {
  .winter-promo-2020 .list-section .divider-line {
    display: none;
  }
}
.winter-promo-2020 .list-section .vertically-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.winter-promo-2020 .list-section h5 {
  font-size: 32px;
  line-height: 35px;
  color: #ff0034;
  margin-bottom: 24px;
}
@media screen and (min-width: 40em) {
  .winter-promo-2020 .list-section.flip {
    text-align: right;
  }
  .winter-promo-2020 .list-section.flip h5 {
    text-align: right;
  }
  .winter-promo-2020 .list-section.flip .divider-line {
    align-self: flex-end;
  }
}
.winter-promo-2020 .bottom-gradient {
  background: #f7f7f7;
}
.winter-promo-2020 .disclaimers {
  font-size: 10px;
  margin-bottom: 0;
}
.winter-promo-2020 .copyright {
  margin-top: 24px;
}

@media screen and (max-width: 64em) {
  .page-promos #wrapper {
    padding-bottom: 0 !important;
  }
}

#fall-promo-2021 {
  max-width: 1080px;
}
@media (max-width: 1399px) {
  #fall-promo-2021 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 74.9375em) {
  #fall-promo-2021 {
    margin-bottom: 50px;
    margin-top: 50px;
    border: none;
  }
}
@media screen and (max-width: 64em) {
  #fall-promo-2021 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
#fall-promo-2021 ul {
  margin: 0;
}
#fall-promo-2021 ul li {
  position: relative;
  padding-left: 32px;
  font-size: 23px;
  line-height: 1.2;
  list-style: none;
}
#fall-promo-2021 ul li:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 64em) {
  #fall-promo-2021 ul li {
    font-size: 22px;
  }
}
@media screen and (max-width: 39.9375em) {
  #fall-promo-2021 ul li {
    font-size: 20px;
  }
}
#fall-promo-2021 ul li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: #5f5f5f;
}
#fall-promo-2021 .hero-container {
  position: relative;
  min-height: 720px;
  height: -moz-calc(100vh - 180px);
  height: -webkit-calc(100vh - 180px);
  height: calc(100vh - 180px);
}
@media screen and (max-width: 64em) {
  #fall-promo-2021 .hero-container {
    min-height: 420px;
  }
}
@media screen and (max-width: 64em) {
  #fall-promo-2021 .hero-container {
    min-height: 320px;
  }
}
@media (max-width: 375px) {
  #fall-promo-2021 .hero-container {
    min-height: 280px;
  }
}
@media (max-width: 1399px) {
  #fall-promo-2021 .hero-container {
    height: -moz-calc(100vh - 156px);
    height: -webkit-calc(100vh - 156px);
    height: calc(100vh - 156px);
  }
}
@media (max-width: 1199px) {
  #fall-promo-2021 .hero-container {
    height: -moz-calc(100vh - 100px);
    height: -webkit-calc(100vh - 100px);
    height: calc(100vh - 100px);
  }
}
@media screen and (max-width: 64em) {
  #fall-promo-2021 .hero-container {
    height: -moz-calc(100vh - 200px);
    height: -webkit-calc(100vh - 200px);
    height: calc(100vh - 200px);
  }
}
#fall-promo-2021 .hero-container .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
#fall-promo-2021 .hero-container .graphic {
  position: absolute;
  z-index: 1;
  width: 450px;
  left: 50%;
  top: 50%;
  margin-left: -225px;
  margin-top: -190px;
}
@media (max-width: 1479px) {
  #fall-promo-2021 .hero-container .graphic {
    width: 378px;
    margin-left: -189px;
    margin-top: -180px;
  }
}
@media screen and (max-width: 64em) {
  #fall-promo-2021 .hero-container .graphic {
    width: 320px;
    margin-left: -160px;
    margin-top: -135px;
  }
}
@media (max-width: 767px) {
  #fall-promo-2021 .hero-container .graphic {
    width: 260px;
    margin-left: -130px;
    margin-top: -120px;
  }
}
@media (max-width: 375px) {
  #fall-promo-2021 .hero-container .graphic {
    width: 200px;
    margin-left: -100px;
    margin-top: -100px;
  }
}
#fall-promo-2021 .intro-text {
  background: #0a0a0a;
  text-align: center;
}
#fall-promo-2021 .intro-text .inner {
  padding: 50px;
}
@media screen and (max-width: 39.9375em) {
  #fall-promo-2021 .intro-text .inner {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#fall-promo-2021 .intro-text * {
  color: #fefefe;
}
#fall-promo-2021 .intro-text h1 {
  font-size: 62px;
  margin-bottom: 30px;
}
@media screen and (min-width: 64.0625em) {
  #fall-promo-2021 .intro-text h1 {
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
}
@media (min-width: 374px) {
  #fall-promo-2021 .intro-text h1 br {
    display: none;
  }
}
@media screen and (max-width: 64em) {
  #fall-promo-2021 .intro-text h1 {
    font-size: 58px;
  }
}
@media (max-width: 939px) {
  #fall-promo-2021 .intro-text h1 {
    font-size: 54px;
  }
}
@media (max-width: 869px) {
  #fall-promo-2021 .intro-text h1 {
    font-size: 48px;
  }
}
@media (max-width: 799px) {
  #fall-promo-2021 .intro-text h1 {
    font-size: 44px;
  }
}
@media (max-width: 719px) {
  #fall-promo-2021 .intro-text h1 {
    font-size: 40px;
  }
}
@media (max-width: 669px) {
  #fall-promo-2021 .intro-text h1 {
    font-size: 36px;
  }
}
@media (max-width: 539px) {
  #fall-promo-2021 .intro-text h1 {
    font-size: 32px;
  }
}
@media (max-width: 470px) {
  #fall-promo-2021 .intro-text h1 {
    font-size: 28px;
  }
}
@media (max-width: 420px) {
  #fall-promo-2021 .intro-text h1 {
    font-size: 25px;
  }
}
@media (max-width: 374px) {
  #fall-promo-2021 .intro-text h1 {
    font-size: 32px;
  }
}
#fall-promo-2021 .intro-text h1 span:first-child {
  display: block;
  color: #f7323f;
  font-size: 94px;
}
@media screen and (max-width: 64em) {
  #fall-promo-2021 .intro-text h1 span:first-child {
    font-size: 88px;
  }
}
@media (max-width: 939px) {
  #fall-promo-2021 .intro-text h1 span:first-child {
    font-size: 80px;
  }
}
@media (max-width: 869px) {
  #fall-promo-2021 .intro-text h1 span:first-child {
    font-size: 72px;
  }
}
@media (max-width: 799px) {
  #fall-promo-2021 .intro-text h1 span:first-child {
    font-size: 64px;
    margin-bottom: 12px;
  }
}
@media (max-width: 719px) {
  #fall-promo-2021 .intro-text h1 span:first-child {
    font-size: 58px;
  }
}
@media (max-width: 669px) {
  #fall-promo-2021 .intro-text h1 span:first-child {
    font-size: 52px;
  }
}
@media (max-width: 539px) {
  #fall-promo-2021 .intro-text h1 span:first-child {
    font-size: 44px;
  }
}
@media (max-width: 470px) {
  #fall-promo-2021 .intro-text h1 span:first-child {
    font-size: 36px;
  }
}
@media (max-width: 420px) {
  #fall-promo-2021 .intro-text h1 span:first-child {
    font-size: 34px;
  }
}
@media (max-width: 374px) {
  #fall-promo-2021 .intro-text h1 span:first-child {
    font-size: 44px;
    display: inline-block;
  }
}
#fall-promo-2021 .intro-text p {
  font-size: 23px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
@media screen and (max-width: 64em) {
  #fall-promo-2021 .intro-text p {
    font-size: 22px;
    max-width: 632px;
  }
}
@media screen and (max-width: 39.9375em) {
  #fall-promo-2021 .intro-text p {
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#fall-promo-2021 .tagline {
  min-height: 180px;
  font-family: "TradeGothicNextW01-BdCm";
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -0.16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  padding: 50px 16px;
  margin: 0;
  color: #0a0a0a;
}
@media screen and (min-width: 64.0625em) {
  #fall-promo-2021 .tagline {
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
}
@media screen and (max-width: 64em) {
  #fall-promo-2021 .tagline {
    font-size: 44px;
    min-height: 160px;
  }
}
@media (max-width: 767px) {
  #fall-promo-2021 .tagline {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  #fall-promo-2021 .tagline {
    font-size: 32px;
  }
}
@media (max-width: 349px) {
  #fall-promo-2021 .tagline {
    font-size: 28px;
  }
}
@media (min-width: 390px) {
  #fall-promo-2021 .tagline.first br {
    display: none;
  }
}
#fall-promo-2021 .hug-program {
  text-align: center;
}
@media (min-width: 880px) {
  #fall-promo-2021 .hug-program .tagline br {
    display: none;
  }
}
#fall-promo-2021 .hug-program .hug-logo {
  margin-bottom: 40px;
}
#fall-promo-2021 .hug-program .hug-logo img {
  max-width: 180px;
  width: 100%;
}
#fall-promo-2021 .hug-program p {
  font-size: 23px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
@media screen and (max-width: 64em) {
  #fall-promo-2021 .hug-program p {
    font-size: 22px;
    max-width: 632px;
  }
}
@media screen and (max-width: 39.9375em) {
  #fall-promo-2021 .hug-program p {
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#fall-promo-2021 .hug-program .button-wrap {
  margin-top: 30px;
  margin-bottom: 60px;
}
#fall-promo-2021 .bottom-gradient {
  background: #000;
  color: #fff;
}
#fall-promo-2021 .links {
  margin-bottom: 24px;
}
@media screen and (max-width: 64em) {
  #fall-promo-2021 .links a {
    flex-direction: row;
    justify-content: center;
  }
  #fall-promo-2021 .links a img {
    width: 24px;
    margin-right: 16px;
    position: relative;
    top: 2px;
  }
}
#fall-promo-2021 .limited-time-offer {
  background: #f7323f;
  color: #000;
  padding: 48px 16px;
  margin: 0;
}
#fall-promo-2021 .limited-time-offer .top {
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.18px;
  margin-bottom: 16px;
}
@media screen and (max-width: 64em) {
  #fall-promo-2021 .limited-time-offer .top {
    font-size: 36px;
  }
}
#fall-promo-2021 .limited-time-offer .bottom {
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.11px;
  color: #fff;
  font-family: "TradeGothicNextW01-Cond";
}
@media screen and (max-width: 64em) {
  #fall-promo-2021 .limited-time-offer .bottom {
    font-size: 22px;
  }
}
#fall-promo-2021 .lists {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
#fall-promo-2021 .flex-grid {
  display: flex;
}
@media (max-width: 767px) {
  #fall-promo-2021 .flex-grid {
    flex-direction: column;
  }
}
#fall-promo-2021 .flex-grid .flex-half-image {
  width: 50%;
}
@media (max-width: 767px) {
  #fall-promo-2021 .flex-grid .flex-half-image {
    width: 100%;
  }
}
#fall-promo-2021 .flex-grid .flex-half-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#fall-promo-2021 .flex-grid .flex-half-copy {
  position: relative;
  width: 50%;
  padding: 64px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #fall-promo-2021 .flex-grid .flex-half-copy {
    width: 100%;
    padding: 48px 24px;
  }
}
#fall-promo-2021 .flex-grid .flex-half-copy img {
  width: 200px;
  margin-bottom: 48px;
}
@media screen and (max-width: 64em) {
  #fall-promo-2021 .flex-grid .flex-half-copy img {
    width: 160px;
  }
}
#fall-promo-2021 .flex-grid .flex-half-copy img.graphic {
  position: absolute;
  margin-bottom: 0;
  top: 50px;
  right: 35px;
}
@media screen and (max-width: 64em) {
  #fall-promo-2021 .flex-grid .flex-half-copy img.graphic {
    top: 25px;
  }
}
#fall-promo-2021 .flex-grid .flex-half-copy .copy {
  position: relative;
  z-index: 1;
}
#fall-promo-2021 .flex-grid .flex-half-copy h3 {
  color: #f7323f;
  font-family: "TradeGothicNextW01-Cond";
  text-align: left;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.18px;
  margin-bottom: 24px;
}
@media screen and (max-width: 64em) {
  #fall-promo-2021 .flex-grid .flex-half-copy h3 {
    font-size: 36px;
  }
}
#fall-promo-2021 .flex-grid .flex-half-copy p {
  font-family: "Trade Gothic Next W01";
  font-size: 18px;
  line-height: 28.8px;
}
@media (max-width: 767px) {
  #fall-promo-2021 .flex-grid-flip {
    flex-direction: column-reverse;
  }
}
#fall-promo-2021 .swiper-winter-promo-2021 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#winter-promo-2021 {
  border: none;
}
@media screen and (max-width: 64em) {
  #winter-promo-2021 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
#winter-promo-2021 .bottom-gradient {
  background: #000;
  color: #fff;
}
#winter-promo-2021 .links {
  margin-bottom: 24px;
}
@media screen and (max-width: 64em) {
  #winter-promo-2021 .links a {
    flex-direction: row;
    justify-content: center;
  }
  #winter-promo-2021 .links a img {
    width: 24px;
    margin-right: 16px;
    position: relative;
    top: 2px;
  }
}
#winter-promo-2021 .limited-time-offer {
  background: #f7323f;
  color: #000;
  padding: 48px 16px;
  margin: 0;
}
#winter-promo-2021 .limited-time-offer .top {
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.18px;
  margin-bottom: 16px;
}
@media screen and (max-width: 64em) {
  #winter-promo-2021 .limited-time-offer .top {
    font-size: 36px;
  }
}
#winter-promo-2021 .limited-time-offer .bottom {
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.11px;
  color: #fff;
  font-family: "TradeGothicNextW01-Cond";
}
@media screen and (max-width: 64em) {
  #winter-promo-2021 .limited-time-offer .bottom {
    font-size: 22px;
  }
}
#winter-promo-2021 .lists {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
#winter-promo-2021 .tagline {
  height: 224px;
  font-family: "TradeGothicNextW01-BdCm";
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: -0.16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  padding: 16px;
}
@media screen and (max-width: 64em) {
  #winter-promo-2021 .tagline {
    font-size: 28px;
    height: 160px;
  }
}
#winter-promo-2021 .flex-grid {
  display: flex;
}
@media screen and (max-width: 64em) {
  #winter-promo-2021 .flex-grid {
    flex-direction: column;
  }
}
#winter-promo-2021 .flex-grid .flex-half-image {
  width: 50%;
}
@media screen and (max-width: 64em) {
  #winter-promo-2021 .flex-grid .flex-half-image {
    width: 100%;
  }
}
#winter-promo-2021 .flex-grid .flex-half-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#winter-promo-2021 .flex-grid .flex-half-copy {
  width: 50%;
  padding: 64px;
}
@media screen and (max-width: 64em) {
  #winter-promo-2021 .flex-grid .flex-half-copy {
    width: 100%;
    padding: 48px 24px;
  }
}
#winter-promo-2021 .flex-grid .flex-half-copy img {
  width: 200px;
  margin-bottom: 48px;
}
#winter-promo-2021 .flex-grid .flex-half-copy h3 {
  color: #f7323f;
  font-family: "TradeGothicNextW01-Cond";
  text-align: left;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.18px;
  margin-bottom: 24px;
}
@media screen and (max-width: 64em) {
  #winter-promo-2021 .flex-grid .flex-half-copy h3 {
    font-size: 36px;
  }
}
#winter-promo-2021 .flex-grid .flex-half-copy p {
  font-family: "Trade Gothic Next W01";
  font-size: 18px;
  line-height: 28.8px;
}
@media screen and (max-width: 64em) {
  #winter-promo-2021 .flex-grid-flip {
    flex-direction: column-reverse;
  }
}
#winter-promo-2021 .swiper-winter-promo-2021 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#winter-promo-2021 .hero-container {
  position: relative;
}
#winter-promo-2021 .hero-container .peace-of-mind {
  position: absolute;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: 10%;
  z-index: 1;
}

/*--------------------------------------------------------------
4.1 PROMO & EVENT
--------------------------------------------------------------*/
.category-events,
.category-promotions {
  background: #f7f7f7;
}

.promo-event-containter {
  background: #fefefe;
  display: inline-block;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 64em) {
  .promo-event-containter {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.promo-event-containter .darker {
  background: #f7f7f7;
}
.promo-event-containter .darker.box {
  margin-top: 50px;
  border-left: 50px solid #fefefe;
  border-right: 50px solid #fefefe;
}
@media screen and (max-width: 64em) {
  .promo-event-containter .darker.box {
    margin-top: 20px;
    border-left: 20px solid #fefefe;
    border-right: 20px solid #fefefe;
  }
}
@media screen and (max-width: 64em) {
  .promo-event-containter .darker {
    max-width: 720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.promo-event-containter .banner {
  background-size: cover;
  background-position: 50% 50%;
  display: inline-block;
  width: 100%;
  position: relative;
}
.promo-event-containter .banner .badger {
  position: absolute;
  height: auto;
  width: 120px;
  bottom: 8px;
  right: 8px;
}
@media screen and (max-width: 64em) {
  .promo-event-containter .banner .badger {
    display: none;
  }
}
@media screen and (max-width: 64em) {
  .promo-event-containter .banner {
    display: none;
  }
}
.promo-event-containter .bullet {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.promo-event-containter .bullet i,
.promo-event-containter .bullet p {
  display: block;
  float: left;
}
.promo-event-containter .bullet i {
  color: #f7323f;
  position: absolute;
  left: 0;
  top: 7px;
}
.promo-event-containter .bullet p {
  padding-left: 28px;
  line-height: 1.5;
  text-align: left;
}
.promo-event-containter .bullet .bold {
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
}
.promo-event-containter .banner-mobile {
  display: none;
}
@media screen and (max-width: 64em) {
  .promo-event-containter .banner-mobile {
    display: block;
  }
}
.promo-event-containter .promo-content {
  display: inline-block;
  width: 100%;
}
.promo-event-containter .promo-content p {
  line-height: 1.4;
}
.promo-event-containter .contact {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.promo-event-containter .contact .call {
  text-transform: uppercase;
  color: #0a0a0a;
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
  margin-top: 16px;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.promo-event-containter .contact .call:hover {
  color: #f7323f;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
@media screen and (max-width: 39.9375em) {
  .promo-event-containter .contact .call {
    font-size: 20px;
  }
}
.promo-event-containter .contact .disc {
  display: inline-block;
  max-width: 640px;
  width: 100%;
  color: #666666;
  margin-top: 24px;
}
.promo-event-containter .contact.dark {
  background: #0a0a0a;
  margin-top: 50px;
  margin-bottom: 0;
}
.promo-event-containter .contact.dark .call {
  color: #fefefe;
}
@media screen and (max-width: 64em) {
  .promo-event-containter .contact .contact-us:hover {
    background: #f7323f;
  }
  .promo-event-containter .contact .call:hover {
    color: #0a0a0a;
  }
  .promo-event-containter .contact .disc br {
    display: none;
  }
  .promo-event-containter .contact.dark .call:hover {
    color: #f7323f;
  }
}
@media screen and (max-width: 39.9375em) {
  .promo-event-containter .contact {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .promo-event-containter .contact .disc {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .event-containter {
    margin-bottom: 0;
  }
  .event-containter .event-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .event-containter .event-content h3 {
    font-size: 1.5rem;
  }
  .event-containter .event-content h3 br {
    display: block;
  }
  .event-containter .event-content h3 .sp {
    display: none;
  }
  .event-containter .event-content h1 {
    font-size: 2.5rem;
  }
  .event-containter .event-content h1 span {
    font-size: 3.75rem;
  }
  .event-containter .event-content h2 {
    font-size: 2rem;
  }
  .event-containter .event-content .map-row {
    margin-bottom: 0.9375rem;
    max-width: 500px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .event-containter .event-content .map-row .map-col {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .event-containter .event-content .map-row .map-col .map {
    height: 320px;
  }
  .event-containter .event-content .map-row .map-col .info {
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: none;
    border-left: 1px solid #eeeeee;
  }
  .event-containter .event-content .map-row .map-col .info a:hover {
    color: #0a0a0a;
  }
  .event-containter .event-content .factory-row .img:not(:last-child) {
    padding-bottom: 1.875rem;
  }
  .event-containter .event-content .samps-row {
    margin-top: 16px;
  }
  .event-containter .event-content .samps-row .samps-col .inner {
    width: 408px;
  }
  .event-containter .event-content .samps-row .samps-col a:not(:last-child) {
    margin-bottom: 4px;
  }
  .event-containter .event-content .samps-row .samps-col a:last-child {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .event-containter .event-content .samps-row .samps-col a:hover {
    background: #0a0a0a;
  }
  .event-containter .event-content .contact .contact-us:hover {
    background: #f7323f;
  }
  .event-containter .event-content .contact .call:hover {
    color: #0a0a0a;
  }
}
@media screen and (max-width: 640px) {
  .event-containter .banner {
    display: none;
  }
  .event-containter .mobile-banner {
    display: block;
  }
  .event-containter .event-content h1 {
    font-size: 1.5rem;
  }
  .event-containter .event-content h1 span {
    font-size: 1.5rem;
  }
  .event-containter .event-content h2 {
    font-size: 1.25rem;
    margin-top: 8px;
  }
  .event-containter .event-content .map-row {
    margin-top: 32px;
  }
  .event-containter .event-content .samps-row {
    margin-top: 8px;
    margin-bottom: 94px;
  }
  .event-containter .event-content .samps-row .samps-col .inner {
    width: 204px;
  }
  .event-containter .event-content .samps-row .samps-col a:not(:last-child) {
    margin-bottom: 16px;
  }
  .event-containter .event-content .bbq .box {
    padding-top: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .event-containter .event-content .bbq .box img {
    top: -50px;
    left: 50%;
    margin-left: -50px;
  }
  .event-containter .event-content .contact {
    margin-top: 50px;
  }
}
/*--------------------------------------------------------------

4.1.1 PROMO
--------------------------------------------------------------*/
.category-promotions .pics, .page-template-page-template-lets-get-started .pics {
  display: inline-block;
}
.category-promotions .pics img, .page-template-page-template-lets-get-started .pics img {
  float: left;
  width: 220px;
}
.category-promotions .pics img:not(:last-child), .page-template-page-template-lets-get-started .pics img:not(:last-child) {
  margin-right: 4px;
}
.category-promotions .bullet, .page-template-page-template-lets-get-started .bullet {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.category-promotions .bullet i, .category-promotions .bullet p, .page-template-page-template-lets-get-started .bullet i, .page-template-page-template-lets-get-started .bullet p {
  display: block;
  float: left;
}
.category-promotions .bullet i, .page-template-page-template-lets-get-started .bullet i {
  color: #f7323f;
  position: absolute;
  left: 0;
  top: 7px;
}
.category-promotions .bullet p, .page-template-page-template-lets-get-started .bullet p {
  padding-left: 28px;
  line-height: 1.5;
  text-align: left;
}
.category-promotions .bullet .bold, .page-template-page-template-lets-get-started .bullet .bold {
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
}
.category-promotions .main-container, .page-template-page-template-lets-get-started .main-container {
  display: inline;
}
.category-promotions .promo-containter, .page-template-page-template-lets-get-started .promo-containter {
  margin-bottom: 64px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.category-promotions .promo-containter .banner, .page-template-page-template-lets-get-started .promo-containter .banner {
  background-size: cover;
  background-position: 50% 50%;
  display: inline-block;
  width: 100%;
  position: relative;
}
.category-promotions .promo-containter .banner .badger, .page-template-page-template-lets-get-started .promo-containter .banner .badger {
  position: absolute;
  height: 320px;
  width: auto;
  top: 50%;
  margin-top: -160px;
  right: 16px;
}
.category-promotions .promo-containter .mobile-banner, .page-template-page-template-lets-get-started .promo-containter .mobile-banner {
  display: none;
}
.category-promotions .promo-containter .promo-content, .page-template-page-template-lets-get-started .promo-containter .promo-content {
  display: inline-block;
  width: 100%;
}
.category-promotions .promo-containter .promo-content.winter-promo .disclaimer, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .disclaimer {
  padding-top: 24px;
  border-top: 1px solid #fefefe;
}
.category-promotions .promo-containter .promo-content.winter-promo .disclaimer p, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .disclaimer p {
  color: #999999;
  font-size: 12px;
  line-height: 1.2;
}
.category-promotions .promo-containter .promo-content.winter-promo .blue, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .blue {
  color: #00aeef;
}
.category-promotions .promo-containter .promo-content.winter-promo .intro-col, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .intro-col {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.category-promotions .promo-containter .promo-content.winter-promo .intro-col h1, .category-promotions .promo-containter .promo-content.winter-promo .intro-col h2, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .intro-col h1, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .intro-col h2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
  font-family: "Helvetica Neue LT W01_65 Md";
}
.category-promotions .promo-containter .promo-content.winter-promo .intro-col h1 br, .category-promotions .promo-containter .promo-content.winter-promo .intro-col h2 br, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .intro-col h1 br, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .intro-col h2 br {
  display: none;
}
.category-promotions .promo-containter .promo-content.winter-promo .intro-col h1, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .intro-col h1 {
  font-family: "Helvetica Neue LT W01_65 Md";
  font-size: 50px;
}
.category-promotions .promo-containter .promo-content.winter-promo .intro-col .subbie, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .intro-col .subbie {
  margin-bottom: 16px;
  font-size: 22px;
  display: inline-block;
}
.category-promotions .promo-containter .promo-content.winter-promo .intro-col .redzo:after, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .intro-col .redzo:after {
  content: " ";
}
.category-promotions .promo-containter .promo-content.winter-promo .intro-col .pics, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .intro-col .pics {
  margin-top: 38px;
  margin-bottom: 45px;
}
.category-promotions .promo-containter .promo-content.winter-promo .intro-col .contact-us, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .intro-col .contact-us {
  background: #f7323f;
  color: #fefefe;
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 20px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: background 350ms ease;
  -moz-transition: background 350ms ease;
  -ms-transition: background 350ms ease;
  -o-transition: background 350ms ease;
  transition: background 350ms ease;
}
.category-promotions .promo-containter .promo-content.winter-promo .intro-col .contact-us:hover, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .intro-col .contact-us:hover {
  background: #0a0a0a;
}
.category-promotions .promo-containter .promo-content.winter-promo .indoors, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .indoors {
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
}
.category-promotions .promo-containter .promo-content.winter-promo .indoors .top-text, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .indoors .top-text {
  font-size: 24px;
  line-height: 1.2;
}
.category-promotions .promo-containter .promo-content.winter-promo .indoors .top-text span, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .indoors .top-text span {
  text-transform: uppercase;
  font-weight: 600;
}
.category-promotions .promo-containter .promo-content.winter-promo .indoors h2, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .indoors h2 {
  font-family: "Helvetica Neue LT W01_65 Md";
  margin-bottom: 32px;
  font-size: 22px;
  line-height: 1.2;
}
.category-promotions .promo-containter .promo-content.winter-promo .indoors .pics, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .indoors .pics {
  margin-top: 24px;
}
.category-promotions .promo-containter .promo-content.winter-promo .act-now, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .act-now {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
}
.category-promotions .promo-containter .promo-content.winter-promo .act-now h2, .category-promotions .promo-containter .promo-content.winter-promo .act-now p, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .act-now h2, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .act-now p {
  color: #fefefe;
  font-family: "Helvetica Neue LT W01_65 Md";
  line-height: 1.2;
}
.category-promotions .promo-containter .promo-content.winter-promo .act-now h2, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .act-now h2 {
  font-family: "Helvetica Neue LT W01_71488914";
  margin-bottom: 24px;
  font-size: 32px;
}
.category-promotions .promo-containter .promo-content.winter-promo .act-now h2 span:first-child, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .act-now h2 span:first-child {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 64em) {
  .category-promotions .promo-containter .promo-content.winter-promo .act-now h2 span, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .act-now h2 span {
    width: 100%;
  }
  .category-promotions .promo-containter .promo-content.winter-promo .act-now h2 span:nth-child(2), .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .act-now h2 span:nth-child(2) {
    display: none;
  }
}
.category-promotions .promo-containter .promo-content.winter-promo .act-now .line, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .act-now .line {
  height: 32px;
  position: relative;
}
.category-promotions .promo-containter .promo-content.winter-promo .act-now .line:after, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .act-now .line:after {
  content: "";
  position: absolute;
  background: #fefefe;
  width: 80px;
  height: 1px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
}
.category-promotions .promo-containter .promo-content.winter-promo .black, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .black {
  background: #0a0a0a;
  text-align: center;
  padding-top: 28px;
  padding-bottom: 24px;
}
.category-promotions .promo-containter .promo-content.winter-promo .black .links, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .black .links {
  display: inline-block;
}
.category-promotions .promo-containter .promo-content.winter-promo .black .links br, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .black .links br {
  display: none;
}
.category-promotions .promo-containter .promo-content.winter-promo .black .contact-us, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .black .contact-us {
  background: #f7323f;
  color: #fefefe;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 24px;
  text-shadow: 1px 1px 0 black;
  float: left;
  -webkit-transition: background 350ms ease, color 350ms ease;
  -moz-transition: background 350ms ease, color 350ms ease;
  -ms-transition: background 350ms ease, color 350ms ease;
  -o-transition: background 350ms ease, color 350ms ease;
  transition: background 350ms ease, color 350ms ease;
}
.category-promotions .promo-containter .promo-content.winter-promo .black .contact-us:hover, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .black .contact-us:hover {
  background: #fefefe;
  color: #f7323f;
}
.category-promotions .promo-containter .promo-content.winter-promo .black .call, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .black .call {
  text-transform: uppercase;
  color: #fefefe;
  float: left;
  font-size: 24px;
  margin-top: 10px;
  margin-left: 50px;
  -webkit-transition: color 350ms ease;
  -moz-transition: color 350ms ease;
  -ms-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
}
.category-promotions .promo-containter .promo-content.winter-promo .black .call:hover, .page-template-page-template-lets-get-started .promo-containter .promo-content.winter-promo .black .call:hover {
  color: #f7323f;
}

@media screen and (max-width: 1024px) {
  .pics img {
    width: 180px;
  }

  .category-promotions .promo-containter .promo-content {
    padding-top: 164px;
  }

  .category-promotions .promo-containter .banner .badger {
    right: auto;
    left: 50%;
    margin-left: -160px;
    top: auto;
    bottom: -200px;
    margin-top: 0;
  }

  .category-promotions .promo-containter .promo-content.drive-now .black .contact-us:hover {
    background: #f7323f;
    color: #fefefe;
  }

  .category-promotions .promo-containter .promo-content.drive-now .black .call:hover {
    color: #fefefe;
  }

  .category-promotions .promo-containter {
    margin-bottom: 0.9375rem;
  }
  .category-promotions .promo-containter .banner .rib {
    width: 100%;
    max-width: 280px;
  }
  .category-promotions .promo-containter .promo-content.drive-now .gray .truck {
    position: relative;
    max-width: 100%;
  }
  .category-promotions .promo-containter .promo-content.drive-now .gray .infos {
    padding-bottom: 0;
  }
  .category-promotions .promo-containter .promo-content.drive-now .gray ul {
    text-align: left;
    display: inline-block;
    margin-bottom: 32px;
  }
  .category-promotions .promo-containter .promo-content.old {
    text-align: center;
    padding: 32px 16px;
  }
  .category-promotions .promo-containter .promo-content.old h3 {
    margin-bottom: 50px;
  }
  .category-promotions .promo-containter .promo-content.old .features {
    width: 100%;
    margin-bottom: 50px;
  }
  .category-promotions .promo-containter .promo-content.old .features .feature {
    width: 32%;
    float: left;
  }
  .category-promotions .promo-containter .promo-content.old .features .feature:not(:last-child) {
    margin-bottom: 0;
    margin-right: 2%;
  }
  .category-promotions .promo-containter .promo-content.old .info {
    display: inline-block;
    padding-left: 0;
  }
  .category-promotions .promo-containter .promo-content.old .info ul li {
    text-align: left;
  }
  .category-promotions .promo-containter .promo-content.old .info .info-part1 h4 {
    line-height: 1.2;
  }
  .category-promotions .promo-containter .promo-content.old .info .contact {
    margin-bottom: 50px;
  }
  .category-promotions .promo-containter .promo-content.old .info .contact .contact-us:hover {
    background: #f7323f;
  }
  .category-promotions .promo-containter .promo-content.old .info .contact .call {
    margin-left: 0;
    display: inline-block;
    margin-top: 32px;
  }
  .category-promotions .promo-containter .promo-content.old .info .contact .call:hover {
    color: #0a0a0a;
  }
  .category-promotions .promo-containter .promo-content.old .info .contact br {
    display: block;
  }
  .category-promotions .promo-containter .promo-content.old .info .disc {
    position: relative;
    left: 0;
  }
  .category-promotions .promo-containter .promo-content.old .info .disc p {
    display: inline-block;
    max-width: 420px;
  }

  .category-promotions .promo-containter .promo-content.drive-now .gray .infos {
    padding-left: 0.625rem;
  }

  .category-promotions .ford {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .category-promotions .promo-containter .promo-content.drive-now .intro-col .subbie {
    margin-bottom: 24px;
    display: inline-block;
    line-height: 1.2;
    margin-top: 24px;
  }

  .category-promotions .promo-containter .promo-content.drive-now .intro-col .plus h3 {
    font-size: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .category-promotions .promo-containter .promo-content.drive-now .intro-col .plus h3 br {
    display: none;
  }

  .category-promotions .promo-containter .promo-content.drive-now .intro-col p br {
    display: none;
  }

  .category-promotions .promo-containter .promo-content.drive-now .intro-col h2 {
    line-height: 1;
  }
  .category-promotions .promo-containter .promo-content.drive-now .intro-col h2 br {
    display: block;
  }
  .category-promotions .promo-containter .promo-content.drive-now .intro-col h2 .redzo:after {
    content: none;
  }
}
@media screen and (max-width: 640px) {
  .category-promotions .promo-containter .promo-content.winter-promo .black .contact-us {
    margin-bottom: 10px;
    display: inline-block;
    float: none;
  }

  .category-promotions .promo-containter .promo-content.winter-promo .black .links br {
    display: block;
  }

  .category-promotions .promo-containter .promo-content.winter-promo .black .call {
    margin-left: 0;
  }

  .category-promotions .promo-containter .promo-content.winter-promo .intro-col .pics {
    margin-bottom: 28px;
  }

  .category-promotions .promo-containter .promo-content.winter-promo .intro-col {
    padding-bottom: 32px;
  }

  .category-promotions .promo-containter .promo-content.winter-promo .indoors,
.category-promotions .promo-containter .promo-content.winter-promo .act-now {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .category-promotions .promo-containter .promo-content.winter-promo .indoors .top-text,
.category-promotions .promo-containter .promo-content.winter-promo .act-now {
    font-size: 20px;
  }

  .pics img:not(:last-child) {
    display: block;
    float: none;
    margin-bottom: 4px;
  }

  .category-promotions .promo-containter .promo-content {
    padding-top: 80px;
  }

  .category-promotions .promo-containter .banner .badger {
    height: auto;
    width: 240px;
    margin-left: -120px;
  }

  .category-promotions .promo-containter .promo-content.winter-promo .intro-col h1, .category-promotions .promo-containter .promo-content.winter-promo .intro-col h2 {
    font-size: 18px;
  }

  .category-promotions .promo-containter .promo-content.winter-promo .intro-col h1 {
    font-size: 40px;
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .category-promotions .promo-containter .banner .rib {
    max-width: 200px;
  }

  .archive.category #results {
    padding-top: 0.625rem;
  }

  .category-promotions .promo-containter {
    margin-bottom: 0.625rem;
  }

  .category-promotions .promo-containter .banner {
    margin-bottom: 80px;
  }

  .category-promotions .promo-containter .promo-content.drive-now .intro-col h2 {
    font-size: 40px;
  }

  .category-promotions .promo-containter .promo-content.drive-now .black .links {
    text-align: center;
  }
  .category-promotions .promo-containter .promo-content.drive-now .black .links .contact-us {
    float: none;
  }
  .category-promotions .promo-containter .promo-content.drive-now .black .links .call {
    margin-top: 32px;
    margin-left: 0;
  }
  .category-promotions .promo-containter .promo-content.drive-now .black .links br {
    display: block;
  }

  .category-promotions .promo-containter .promo-content.drive-now .gray ul {
    margin-top: 30px;
  }

  .category-promotions .promo-containter .promo-content.drive-now .intro-col {
    padding-bottom: 24px;
  }

  .category-promotions .onefifty {
    margin-bottom: 32px;
  }
}
.page-template-page-template-lets-get-started .promo-containter {
  margin-bottom: 80px;
  margin-top: 20px;
  background: #f7f7f7;
  padding-top: 80px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-template-page-template-lets-get-started .promo-containter .banner {
  max-width: 75em;
}
.page-template-page-template-lets-get-started .promo-containter .promo-content {
  padding: 30px 0 20px;
}

/*--------------------------------------------------------------
4.1.2 EVENT
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.0 ANIMATIONS
--------------------------------------------------------------*/
@-webkit-keyframes fadeOutDown {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes fadeOutDown {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  50% {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-opacity: 1.2;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes fadeInUp {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes bounce {
  0% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  25% {
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  75% {
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  25% {
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  75% {
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes bounce {
  0% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  25% {
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  75% {
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes bounceHorz {
  0% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  75% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-moz-keyframes bounceHorz {
  0% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  75% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes bounceHorz {
  0% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  75% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomInImage {
  0% {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
/*--------------------------------------------------------------
6.0 MEDIA QUERIES
--------------------------------------------------------------*/
/** Tablet Landscape **/
@media screen and (max-width: 1024px) {
  .mobile-nav-menu {
    display: block;
  }

  .desktop-menu {
    display: none;
  }

  .page-banking .loc-row {
    padding-left: 0;
  }
  .page-banking .loc-row h2 {
    position: relative;
    top: 0;
    padding-bottom: 50px;
  }

  .page-process #first {
    margin-top: 0;
    margin-bottom: 0;
  }
  .page-process #first > .row {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 1024px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  #to-top {
    bottom: 12px;
    right: 12px;
  }
  #to-top:hover {
    background: #f7323f;
  }

  .dt-logo {
    display: none;
  }

  .tbWrap {
    max-width: 256px;
    position: relative;
    top: 0;
  }

  .black-hover:hover {
    background: #f7323f !important;
  }

  .resources {
    padding-top: 32px;
  }

  .bottom-sect {
    padding-top: 32px;
    padding-bottom: 0;
  }
  .bottom-sect .text .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .bottom-sect .text .inner h2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  #filter {
    position: relative;
    top: 0;
    height: auto;
    padding-bottom: 0;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #filter .search-mob {
    display: block;
  }
  #filter .search-mob p {
    text-transform: uppercase;
    top: 8px;
    position: relative;
    text-align: center;
  }
  #filter .filter-categories {
    left: 0;
    top: 0;
    display: inline-block;
    margin-top: 16px;
  }
  #filter .filter-categories div {
    float: left;
  }
  #filter .filter-properties {
    right: auto;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    top: 0;
    margin-top: 12px;
  }
  #filter .filter-properties .prop {
    float: none;
    margin-bottom: 8px;
    max-width: 320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #filter .filter-properties .prop:not(:last-child) {
    margin-right: auto;
  }
  #filter .filter-properties .prop:not(:last-child):after {
    display: none;
  }
  #filter .filter-properties .prop select {
    height: auto;
    background: #d3d3d3;
  }
  #filter .filter-properties .prop i {
    top: 12px;
  }
  #filter .search {
    position: absolute;
    bottom: 16px;
    top: auto;
    right: 50%;
    margin-right: -60px;
  }
  #filter .back-wrap {
    width: 100%;
  }
  #filter .back-wrap .go-back {
    top: 2px;
    right: 0;
    float: none;
    height: 32px;
  }

  .page-careers .banner {
    min-height: 0;
  }
  .page-careers .banner .img {
    height: 300px;
  }
  .page-careers .banner .intro {
    padding-top: 20px;
  }
  .page-careers #info .col-one, .page-careers #info .col-two {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .page-careers #info .col-two {
    padding-top: 50px;
  }

  .single.single-careers .info-row .back-butt:hover i {
    left: 0;
  }
  .single.single-careers .info-row .address a {
    color: #0a0a0a;
  }
  .single.single-careers .info-row .address a:hover {
    color: #0a0a0a;
  }

  .page-careers .buttlink:hover,
.single.single-careers .buttlink:hover {
    background: #f7323f;
    color: #fefefe;
  }

  .page-landing .banner {
    min-height: 472px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .page-landing .banner #video {
    display: none;
  }
  .page-landing .banner .text {
    position: relative;
    font-size: 32px;
    margin-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    left: 0;
  }
  .page-landing .banner .more {
    position: absolute;
    left: 50%;
    top: auto;
    margin-left: -80px;
    display: block;
    border: 1px solid #0a0a0a;
    background: none;
    bottom: 26px;
    color: #0a0a0a;
    bottom: 80px;
    font-size: 1rem;
    padding: 8px;
  }
  .page-landing .banner .more:hover {
    background: none;
  }
  .page-landing .banner .tbWrap {
    right: auto;
    width: 256px;
    height: 260px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -130px;
    margin-left: -128px;
  }
  .page-landing #first {
    padding-top: 0.9375rem;
  }
  .page-landing #first .r {
    padding-top: 32px;
    padding-bottom: 16px;
  }
  .page-landing #first > .row {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .page-landing #second {
    height: initial;
    margin-top: 0;
    padding-top: 0.9375rem;
  }
  .page-landing #second .video-circle {
    display: block;
  }
  .page-landing #second .video-circle.fbox-video {
    display: none;
  }
  .page-landing #second .video-circle.mobile-video {
    display: block;
  }
  .page-landing #second .test-body {
    max-width: 500px;
    margin-top: 32px;
    margin-bottom: 16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .page-landing #second .test-name {
    margin-bottom: 24px;
    padding-top: 0;
  }
  .page-landing #third {
    margin-bottom: 0;
    margin-top: 0;
  }
  .page-landing #third .inner {
    position: relative;
    padding-top: 16px;
    padding-bottom: 36px;
  }
  .page-landing #third .inner .slide-text {
    color: #0a0a0a;
    text-shadow: none;
  }
  .page-landing #third .inner .slide-button {
    border: 1px solid #0a0a0a;
    color: #0a0a0a;
    background: none;
    padding: 12px 16px;
  }
  .page-landing #third .inner .slide-button:hover {
    background: none;
  }
  .page-landing #third > div {
    position: relative;
  }
  .page-landing .get-started {
    background: none !important;
    height: initial;
    padding-top: 32px;
  }
  .page-landing .get-started .inner {
    position: relative;
    left: 0;
    bottom: 0;
  }
  .page-landing .get-started .inner h1 {
    padding-bottom: 28px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-landing .get-started img {
    display: block;
  }

  .page-the-qh-difference .banner {
    min-height: 0;
  }
  .page-the-qh-difference .banner .img {
    height: 300px;
  }
  .page-the-qh-difference .banner .intro {
    height: auto;
    font-size: 1.2rem;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .page-the-qh-difference .banner .intro .text {
    padding-left: 16px;
    padding-right: 16px;
  }
  .page-the-qh-difference .banner .intro .down {
    display: none;
  }
  .page-the-qh-difference #first {
    padding-top: 0.9375rem;
  }
  .page-the-qh-difference #first .rep-row {
    padding-bottom: 32px;
  }
  .page-the-qh-difference #first .rep-row .text-col {
    margin-top: 32px;
  }
  .page-the-qh-difference #first .rep-row .img-col .img {
    opacity: 1;
  }
  .page-the-qh-difference #first .rep-row .img-col .img.show {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }

  .page-lets-get-started .contact-link {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .page-lets-get-started #first > h1 {
    margin-bottom: 0;
  }

  .page-about-us #first .columns,
.page-lets-get-started #first .columns {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .page-about-us #first .mid-text,
.page-lets-get-started #first .mid-text {
    display: none;
  }
  .page-about-us #first .mid-text-mobile,
.page-lets-get-started #first .mid-text-mobile {
    display: block;
    color: #f7323f;
    font-size: 1.2rem;
    font-weight: 600;
  }
  .page-about-us #second,
.page-lets-get-started #second {
    padding-top: 0;
  }

  .page-about-us .down {
    display: none;
  }
  .page-about-us .banner {
    min-height: 300px;
  }
  .page-about-us #fourth {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
  }
  .page-about-us #fourth .diff-col:nth-child(3), .page-about-us #fourth .diff-col:nth-child(4) {
    background: #eeeeee !important;
  }
  .page-about-us #fourth .diff-col:nth-child(odd) {
    background: #f7f7f7;
  }
  .page-about-us #hug .two p {
    position: relative;
    bottom: 0;
    left: 0;
  }
  .page-about-us #hug .two p br {
    display: none;
  }

  .page-what-we-do #first,
.lets-get-started #first {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .page-what-we-do #first h1,
.lets-get-started #first h1 {
    margin-bottom: 32px;
  }
  .page-what-we-do #first .wwd-col,
.lets-get-started #first .wwd-col {
    padding-bottom: 32px;
  }
  .page-what-we-do #first .links,
.lets-get-started #first .links {
    margin-top: 0;
  }
  .page-what-we-do #hug-small .two,
.lets-get-started #hug-small .two {
    background: #f7f7f7;
  }

  .page-our-design-team .banner {
    min-height: 0;
  }
  .page-our-design-team .banner .bg {
    height: 300px;
  }
  .page-our-design-team .banner .white-col {
    position: relative;
    background: #fefefe;
    width: 100%;
  }
  .page-our-design-team .banner .white-col .inner {
    position: relative;
    top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .page-our-design-team .banner .white-col .inner h1 {
    margin-top: 24px;
    font-size: 1.6rem;
  }
  .page-our-design-team .banner .white-col .inner p {
    margin-top: 24px;
    margin-bottom: 28px;
  }
  .page-our-design-team .banner .white-col .inner a {
    margin: 0 auto;
  }
  .page-our-design-team .banner .down {
    display: none;
  }
  .page-our-design-team #hug-small .two {
    background: #fefefe;
  }

  .page-process .banner .bg {
    width: 100%;
    min-height: 300px;
  }
  .page-process .banner .legend {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .page-process .banner .legend h1 {
    margin-top: 0;
  }
  .page-process .banner .legend .row {
    max-width: 540px;
    padding-left: 72px;
  }
  .page-process .banner .legend .leg-col {
    display: none;
  }
  .page-process .banner .legend .leg-col-mob {
    position: relative;
    display: block;
  }
  .page-process .banner .legend .leg-col-mob .leg-sect {
    width: 100%;
    display: inline-block;
    cursor: pointer;
    color: #0a0a0a;
    -webkit-transition: color 500ms ease;
    -moz-transition: color 500ms ease;
    -ms-transition: color 500ms ease;
    -o-transition: color 500ms ease;
    transition: color 500ms ease;
  }
  .page-process .banner .legend .leg-col-mob .leg-sect img {
    width: 34px;
    float: left;
  }
  .page-process .banner .legend .leg-col-mob .leg-sect p {
    padding-left: 16px;
    position: relative;
    top: 4px;
    float: left;
  }
  .page-process .banner .legend .leg-col-mob .leg-sect:last-child {
    margin-bottom: 0;
  }
  .page-process .banner .legend .leg-col-mob .leg-sect:hover {
    color: #f7323f;
    -webkit-transition: color 500ms ease;
    -moz-transition: color 500ms ease;
    -ms-transition: color 500ms ease;
    -o-transition: color 500ms ease;
    transition: color 500ms ease;
  }
  .page-process .banner .legend .leg-col-mob:not(:last-child):after {
    content: "";
    position: absolute;
    border-right: 1px solid #0a0a0a;
    height: 100%;
    right: 10%;
    top: 0;
  }
  .page-process #first {
    margin-top: 0;
    margin-bottom: 0;
  }
  .page-process #first .inner-row .r {
    padding-right: 50px;
    padding-left: 50px;
  }
  .page-process #first .inner-row .r h2 {
    text-align: center;
    margin-top: 32px;
  }
  .page-process #first .inner-row .r p {
    text-align: center;
  }
  .page-process #first .inner-row .assembly a {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .page-process #first .inner-row .assembly a:hover {
    background: #f7323f;
    color: #fefefe;
  }
  .page-process #first .inner-row .assembly a.video-mobile {
    display: block;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-process #first .inner-row .assembly a.fbox-video {
    display: none;
  }

  .page-gallery .banner {
    padding-top: 0;
  }
  .page-gallery .banner .bx-wrapper .bx-viewport .bxslider .slide .caption {
    visibility: hidden;
  }
  .page-gallery .banner .mobile-caption {
    display: block;
    background: #fefefe;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .page-gallery .banner .mobile-caption .counter {
    opacity: 0.5;
  }
  .page-gallery .banner .pager-wrap {
    display: none;
  }
  .page-gallery #first {
    padding-top: 0.9375rem;
  }

  .archive.category .main-container {
    padding-bottom: 0;
    min-height: 320px;
  }

  .single.single-post .main-row .main-col {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .single.single-post .main-row .main-col .inner .content-row {
    padding-top: 32px;
  }
  .single.single-post .main-row .main-col .inner .content-row .social-col {
    padding-left: 32px;
    padding-right: 32px;
  }
  .single.single-post .main-row .main-col .inner .content-row .social-col .back-butt {
    left: 32px;
    bottom: 32px;
  }
  .single.single-post .main-row .main-col .inner .content-row .content-col {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .page-design-collection-overview .main-row, .page-design-collection-overview .overview, .page-gallery .main-row, .page-gallery .overview {
    padding-top: 0;
  }
  .page-design-collection-overview .main-row h1, .page-design-collection-overview .overview h1, .page-gallery .main-row h1, .page-gallery .overview h1 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .page-design-collection-overview .main-row .col .bg, .page-design-collection-overview .overview .col .bg, .page-gallery .main-row .col .bg, .page-gallery .overview .col .bg {
    height: 300px;
  }

  .post-type-archive-design-collection #result {
    margin-top: 0;
    padding-top: 16px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .post-type-archive-design-collection .result-row .col .inner {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 8px;
  }
  .post-type-archive-design-collection .result-row .col .inner .thumbwrap {
    filter: none;
    -webkit-filter: grayscale(0);
    /* Webkit Nightlies & Google Chrome Canary */
  }
  .post-type-archive-design-collection .result-row .col .inner .thumbwrap:hover {
    filter: none;
    /* Applies to FF + IE */
    -webkit-filter: grayscale(0);
  }

  .single-design-collection #first {
    padding-top: 0.9375rem;
    padding-bottom: 32px;
  }
  .single-design-collection #first .info {
    padding-top: 32px;
  }
  .single-design-collection #second {
    padding-top: 0;
    padding-bottom: 32px;
  }
  .single-design-collection #second .floorplan {
    margin-top: 32px;
  }
  .single-design-collection #second .floorplan .dt-plan {
    display: none;
  }
  .single-design-collection #second .floorplan .mob-plan {
    display: block;
  }
  .single-design-collection #second > .row .floorplan:not(:first-child) h2 {
    margin-top: 0;
  }

  .page-design-collection-detail .mobile-nav-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .page-design-collection-detail #first {
    padding-top: 0;
    padding-bottom: 32px;
    position: relative;
    top: 0;
  }
  .page-design-collection-detail #first img {
    padding-top: 0.9375rem;
  }
  .page-design-collection-detail #first .info {
    padding-top: 32px;
  }
  .page-design-collection-detail #second {
    padding-top: 0;
  }
  .page-design-collection-detail #second h2 {
    padding-top: 50px;
  }
  .page-design-collection-detail #third {
    padding-top: 0.9375rem;
    padding-bottom: 32px;
  }
  .page-design-collection-detail #third img {
    display: block;
    margin: 0 auto;
  }
  .page-design-collection-detail #hug-small .two {
    background: #f7f7f7;
  }

  .page-hug-program .banner {
    min-height: 0;
  }
  .page-hug-program .banner .bg {
    height: 300px;
  }
  .page-hug-program .banner .white-col {
    position: relative;
    background: #f7f7f7;
    width: 100%;
    padding-bottom: 24px;
  }
  .page-hug-program .banner .white-col .inner {
    position: relative;
    top: 0;
    padding-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }
  .page-hug-program .banner .white-col .inner img {
    max-width: 280px;
  }
  .page-hug-program .banner .white-col .inner h1 {
    margin-top: 32px;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .page-hug-program .banner .white-col .inner .down {
    display: none;
  }
  .page-hug-program #first .hug {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .page-hug-program #first .hug .in {
    padding-right: 0;
    border-right: none;
    float: none;
    text-align: left;
  }
  .page-hug-program #first .intro {
    padding-top: 0;
    padding-bottom: 32px;
    text-align: center;
  }
  .page-hug-program #first .intro p {
    text-align: left;
    display: inline-block;
  }
  .page-hug-program #first .col {
    padding-bottom: 32px;
  }
  .page-hug-program #first .col img {
    display: block;
    margin: 0 auto;
  }
  .page-hug-program #first .col h2 {
    padding-top: 24px;
  }
  .page-hug-program #second {
    padding-top: 0.9375rem;
  }
  .page-hug-program #second br {
    display: block;
  }

  .page-testimonials h1 {
    position: relative;
    top: 0;
    padding-top: 32px;
    line-height: 1.2;
  }
  .page-testimonials h1 br {
    display: none;
  }
  .page-testimonials .banner {
    padding-bottom: 64px;
  }
  .page-testimonials .banner .fbox-video {
    display: none;
  }
  .page-testimonials .banner .video-circle {
    margin-top: 50px;
  }
  .page-testimonials .banner .video-circle.mobile-video {
    display: block;
  }
  .page-testimonials .banner .test-body {
    padding-top: 32px;
    padding-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
    display: block;
  }
  .page-testimonials .banner .down {
    display: none;
  }
  .page-testimonials #first {
    background: #fefefe;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-testimonials #first .col:first-child {
    padding-top: 32px;
    padding-bottom: 32px;
    background: #fefefe;
  }
  .page-testimonials #first .col:last-child {
    padding-top: 32px;
    padding-bottom: 32px;
    background: #ececec;
  }
  .page-testimonials #first .col i {
    top: 32px;
  }
  .page-testimonials #second {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .page-testimonials #second img {
    margin-bottom: 32px;
  }
  .page-testimonials #second .col .test-body {
    font-size: 1rem;
  }
  .page-testimonials #second .col .test-name {
    font-size: 1rem;
  }
  .page-testimonials #third {
    padding-top: 0.9375rem;
  }

  .page-questions .banner {
    min-height: 0;
  }
  .page-questions .banner .bg {
    height: 500px;
  }
  .page-questions .banner .white-col {
    position: relative;
    background: #fefefe;
    width: 100%;
    padding-bottom: 32px;
  }
  .page-questions .banner .white-col .inner {
    position: relative;
    top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .page-questions .banner .white-col .inner h1 {
    margin-top: 32px;
    font-size: 1.6rem;
  }
  .page-questions .banner .down {
    display: none;
  }
  .page-questions #first .inner-row {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .page-questions #first .inner-row .l {
    max-width: 600px;
    margin: 0 auto;
    float: none;
  }
  .page-questions #first .inner-row .l h2 {
    text-align: center;
    padding-bottom: 24px;
  }
  .page-questions #first .inner-row .r {
    max-width: 600px;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  .page-questions #first .inner-row a:hover {
    background: #f7323f;
    color: #fefefe;
  }
  .page-questions #second {
    padding-top: 0.9375rem;
  }

  .page-banking .loc-row h2 {
    padding-bottom: 0;
  }
  .page-banking .loc-row .inner {
    padding-top: 50px;
  }
  .page-banking .loc-row:not(:last-child) {
    border-bottom: none;
  }
  .page-banking .loc-row {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .page-banking .grey {
    background: #efefef;
  }

  .page-partners .main-row {
    margin-top: 0;
  }
  .page-partners .main-row .intro {
    font-size: 1rem;
  }

  .page-privacy-policy #wrapper {
    padding-top: 0;
  }
  .page-privacy-policy .main-row {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .page-privacy-policy .main-row .col {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-thank-you #wrapper, .error404 #wrapper {
    margin-top: 0;
  }
  .page-thank-you .banner, .error404 .banner {
    min-height: 320px;
  }
  .page-thank-you .banner h1, .error404 .banner h1 {
    color: #f7323f;
  }
  .page-thank-you .banner p, .error404 .banner p {
    padding-top: 24px;
    padding-bottom: 24px;
    max-width: 500px;
    margin: 0 auto;
  }
  .page-thank-you .banner p br, .error404 .banner p br {
    display: none;
  }
  .page-thank-you .banner img, .error404 .banner img {
    width: 42px;
  }

  .page-contact .formie,
.page-lets-get-started .formie {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .page-contact .formie .main-row h1,
.page-lets-get-started .formie .main-row h1 {
    text-align: center;
  }
  .page-contact .formie .main-row form .dd-lab,
.page-lets-get-started .formie .main-row form .dd-lab {
    display: none;
  }
  .page-contact .formie .main-row form .submit-row #regsubmit,
.page-lets-get-started .formie .main-row form .submit-row #regsubmit {
    margin: 0 auto;
    display: block;
    float: right !important;
  }
  .page-contact .formie .main-row form .consent-row #consent-label,
.page-lets-get-started .formie .main-row form .consent-row #consent-label {
    text-align: right;
    line-height: 1.2;
    padding-top: 2px;
  }

  .page-contact .formie {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-contact .down {
    display: none;
  }
  .page-contact .banner #gMap {
    height: 320px;
  }
  .page-contact .banner .info-row .col .inner {
    display: block;
    text-align: center;
  }
  .page-contact .banner .info-row .col .inner h2 {
    text-align: center;
    margin-bottom: 16px;
  }
  .page-contact .banner .info-row .col .inner .phone-email {
    margin: 0 auto;
  }
  .page-contact .banner .info-row .col .inner .phone-email p:first-child {
    margin-bottom: 2px;
  }
  .page-contact .banner .down {
    display: none;
  }
  .page-contact #first {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-contact #second {
    padding-top: 0.9375rem;
    padding-bottom: 32px;
  }
  .page-contact #second .text .inner {
    max-width: 100%;
  }
  .page-contact #second .text .inner h2 {
    padding-bottom: 28px;
  }

  .page-promos .top-content {
    padding-top: 0;
  }
  .page-promos .top-content .r {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-promos .top-content > .row {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .page-promos #wrapper {
    padding-bottom: 0.9375rem;
  }
  .page-promos #results .col {
    padding-bottom: 0;
    margin-top: 0.9375rem;
  }

  .page-associations .main-row {
    padding-bottom: 50px;
  }

  footer .inside {
    position: relative;
  }
  footer .footer-row {
    background: #fefefe;
  }
  footer .one {
    margin-bottom: 16px;
  }
  footer .one ul {
    display: inline-block;
  }
  footer .one li:not(:last-child) {
    margin-bottom: 8px;
  }
  footer .zero {
    display: none;
  }
  footer .two, footer .three, footer .four {
    text-align: center;
  }
  footer .two .menu, footer .three .menu, footer .four .menu {
    margin-left: auto;
    margin-right: auto;
  }
  footer .two .menu .menu-item, footer .three .menu .menu-item, footer .four .menu .menu-item {
    margin-bottom: 2px;
  }
  footer .four {
    padding-bottom: 12px;
  }
  footer .five {
    margin-bottom: 20px;
  }
  footer .five .social {
    margin-bottom: 12px;
    top: 0;
  }
  footer .footer-q {
    top: 50%;
    margin-top: -66px;
    left: 0;
    width: auto;
    height: 80px;
    z-index: 2;
  }

  #hug .columns, #hug-small .columns {
    padding-top: 32px;
    padding-bottom: 100px;
  }
  #hug .columns a, #hug-small .columns a {
    bottom: 32px;
  }

  #hug-small .one:after {
    display: none;
  }

  .bottom-sect .img img {
    height: auto !important;
  }
}
/** Tablet Portrait **/
@media screen and (max-width: 768px) {
  .page-landing .banner {
    min-height: 0;
  }
}
/** Mobile **/
@media screen and (max-width: 640px) {
  #filter .search-mob p {
    top: 0;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  #filter .filter-categories {
    display: none;
  }
  #filter #fakers {
    display: block;
  }

  .archive.category #results {
    padding: 0.625rem;
  }

  .categories ul {
    margin-bottom: 6px;
  }

  .page-careers .banner h1 {
    font-size: 2rem;
  }
  .page-careers .banner .img {
    height: 200px;
  }
  .page-careers #info {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .page-careers #info .col-two {
    padding-top: 32px;
  }
  .page-careers #postings {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .page-careers #postings h2 {
    font-size: 2rem;
  }
  .page-careers #postings .career-row .inside {
    padding-top: 16px;
    padding-bottom: 72px;
  }
  .page-careers #postings .career-row .rite span {
    float: right;
  }
  .page-careers #postings .career-row .rite .text-link {
    background: #f7323f;
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 50%;
    width: 56px;
    margin-left: -28px;
    text-align: center;
    font-size: 14px;
  }
  .page-careers #postings .career-row .rite .text-link p {
    color: #fefefe;
    padding-right: 0;
  }
  .page-careers #postings .career-row .rite .text-link i {
    display: none;
  }

  .single.single-careers .bg {
    height: 150px;
  }
  .single.single-careers .bg h1 {
    padding-top: 50px;
  }
  .single.single-careers .info-row h2 {
    margin-top: 32px;
  }
  .single.single-careers .info-row .back-butt {
    margin-bottom: 32px;
  }

  .page-landing #banner .slide > a {
    display: none;
  }
  .page-landing #banner .slide .mob-slide {
    display: block;
  }
  .page-landing #banner-mobile {
    display: block;
  }
  .page-landing .banner-ctrl {
    display: none;
  }
  .page-landing .mobile-banner-ctrl {
    display: block;
  }
  .page-landing .banner {
    padding-top: 20px;
  }
  .page-landing .banner .text {
    font-size: 1.6rem;
  }
  .page-landing #first {
    padding-top: 0.625rem;
  }
  .page-landing #second {
    padding-top: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .page-landing #third {
    padding-top: 0.625rem;
  }
  .page-landing #third .bx-viewport {
    position: relative;
  }
  .page-landing #third .bxmob {
    width: 100% !important;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
  }

  .page-the-qh-difference .banner {
    min-height: 0;
  }
  .page-the-qh-difference .banner .img {
    height: 200px;
  }
  .page-the-qh-difference .banner .intro {
    font-size: 1rem;
  }
  .page-the-qh-difference #first {
    padding-top: 0.625rem;
  }
  .page-the-qh-difference #first .rep-row .img-col .img {
    height: 320px;
  }
  .page-the-qh-difference #first .rep-row .text-col {
    margin-top: 32px;
  }
  .page-the-qh-difference #first .rep-row .text-col .bullet {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-about-us .banner {
    min-height: 240px;
  }
  .page-about-us #third {
    padding-bottom: 0;
  }
  .page-about-us #third .adv-col p {
    padding-bottom: 42px;
  }
  .page-about-us #fourth .diff-col:nth-child(odd) {
    background: #eeeeee !important;
  }
  .page-about-us #fourth .diff-col:nth-child(even) {
    background: #f7f7f7 !important;
  }

  .page-hug-program #first .intro p {
    font-size: 1rem;
  }
  .page-hug-program #first .intro p br {
    display: none;
  }

  .page-testimonials #second {
    padding-top: 0.9375rem;
  }

  .page-questions .banner .bg {
    height: 320px;
  }
  .page-questions #second {
    padding-top: 0.625rem;
  }

  .post-type-archive-design-collection .result-row .col {
    padding-left: 15%;
    padding-right: 15%;
  }
  .post-type-archive-design-collection .result-row .col .inner {
    padding-left: 0;
    padding-right: 0;
  }

  .page-contact .formie .main-row form .consent-row #consent-label, .page-lets-get-started .formie .main-row form .consent-row #consent-label {
    right: 0;
  }

  .page-contact #second {
    padding-top: 0.625rem;
  }

  .page-banking .loc-row h2 {
    padding-bottom: 0;
  }
  .page-banking .loc-row .bank-col {
    text-align: center;
  }
  .page-banking .loc-row .bank-col .inner {
    min-width: 240px;
    display: inline-block;
    text-align: left;
    padding-top: 0;
  }
  .page-banking .loc-row .bank-col .inner img {
    margin-top: 40px;
    margin-bottom: 16px;
  }
  .page-banking .loc-row .bank-col .contacts:not(:first-child) {
    padding-top: 16px;
  }
}
/** Mobile **/
@media screen and (max-width: 480px) {
  .tick-tock-banner {
    height: 220px;
  }

  .tick-tock-banner > img {
    max-width: 232px;
    margin-top: 90px;
  }

  .categories ul li:not(:last-child) {
    padding-right: 24px;
  }
  .categories ul li:not(:last-child):after {
    right: 9px;
  }

  .bottom-sect .text .inner .logo-link p {
    font-size: 0.9rem;
    padding-left: 10px;
    top: 4px;
  }

  .page-what-we-do #first .wwd-col .wwd-link p,
.lets-get-started #first .wwd-col .wwd-link p {
    font-size: 0.9rem;
    padding-left: 10px;
    top: 4px;
  }

  .single.single-careers .bg h1 {
    padding-top: 38px;
  }
  .single.single-careers .bg h1 br {
    display: block;
  }

  .single.single-post .main-row .main-col {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .single.single-post .main-row .main-col .inner .content-row {
    padding-top: 16px;
  }
  .single.single-post .main-row .main-col .inner .content-row .social-col {
    padding-left: 16px;
    padding-right: 16px;
  }
  .single.single-post .main-row .main-col .inner .content-row .social-col .back-butt {
    left: 16px;
    bottom: 16px;
  }
  .single.single-post .main-row .main-col .inner .content-row .content-col {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .post-type-archive-design-collection .result-row .col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .single-design-collection #first {
    padding-top: 0.625rem;
    padding-bottom: 24px;
  }
  .single-design-collection #first .info {
    padding-top: 24px;
  }
  .single-design-collection #second {
    padding-top: 0;
    padding-bottom: 32px;
  }
  .single-design-collection #second .floorplan {
    margin-top: 32px;
  }
  .single-design-collection #second .floorplan .floorplan-img {
    display: none;
  }
  .single-design-collection #second .floorplan img.mobile-floorplan {
    display: block;
  }

  .page-landing #first .r {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .page-the-qh-difference .banner .intro .text p br:first-child, .page-the-qh-difference .banner .intro .text p br:last-child {
    display: none;
  }

  .page-design-collection-overview .main-row .col .bg, .page-gallery .main-row .col .bg {
    height: 200px;
  }

  .page-contact .formie,
.lets-get-started .formie {
    background-position-x: 10%;
  }

  .page-what-we-do #first .links .wwd-link p,
.lets-get-started #first .links .wwd-link p {
    font-size: 0.9rem;
    padding-left: 10px;
    top: 4px;
  }

  .page-our-design-team .banner .bg {
    height: 200px;
  }

  .page-process .banner .bg {
    min-height: 200px;
  }
  .page-process .banner .legend {
    padding-bottom: 28px;
  }
  .page-process .banner .legend .row {
    max-width: 316px;
    margin: 0 auto;
    padding-left: 16px;
  }
  .page-process .banner .legend .leg-col-mob .leg-sect {
    margin-bottom: 4px;
  }
  .page-process .banner .legend .leg-col-mob .leg-sect img {
    width: 20px;
  }
  .page-process .banner .legend .leg-col-mob .leg-sect p {
    top: 2px;
    font-size: 0.8rem;
    padding-left: 10px;
  }
  .page-process .banner .legend .leg-col-mob:not(:last-child):after {
    right: 6%;
  }
  .page-process #first .inner-row {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .page-process #first .inner-row .r {
    padding-left: 16px;
    padding-right: 16px;
  }
  .page-process #first .inner-row .assembly .watch {
    height: 200px;
    margin-bottom: -16px;
  }

  .page-hug-program .banner .bg {
    height: 200px;
  }
  .page-hug-program .bottom-sect {
    padding-top: 0.625rem;
  }

  .page-testimonials #first .col {
    padding-left: 52px;
    padding-right: 32px;
  }
  .page-testimonials #first .col i {
    font-size: 1.5rem;
    left: 14px;
  }
  .page-testimonials #second {
    padding-top: 0.625rem;
  }
  .page-testimonials #second .col {
    padding-left: 52px;
    padding-right: 32px;
  }
  .page-testimonials #second .col i {
    font-size: 1.5rem;
    left: 14px;
  }
  .page-testimonials #third {
    padding-top: 0.625rem;
  }

  .page-design-collection-detail #first img, .page-design-collection-detail #third {
    padding-top: 0.625rem;
  }

  .page-banking .resources div:not(:last-child), .page-partners .resources div:not(:last-child), .page-affiliations .resources div:not(:last-child) {
    padding-right: 24px;
  }
  .page-banking .resources div:not(:last-child) a:after, .page-partners .resources div:not(:last-child) a:after, .page-affiliations .resources div:not(:last-child) a:after {
    top: 10px;
    right: 10px;
    height: 10px;
  }
  .page-banking .resources div a, .page-partners .resources div a, .page-affiliations .resources div a {
    font-size: 0.8rem;
  }

  .categories ul li a {
    font-size: 0.8rem;
  }
  .categories ul li:not(:last-child):after {
    top: 10px;
    right: 10px;
    height: 10px;
  }

  .page-promos .main-promo .r {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .page-promos #wrapper {
    padding-bottom: 0.625rem;
  }
  .page-promos #results .col {
    margin-top: 0.625rem;
  }
}
/** Mobile **/
@media screen and (max-width: 360px) {
  .no-small {
    display: none;
  }
}
/** iPhone **/
@media screen and (max-width: 320px) {
  h1 {
    font-size: 1.6rem;
  }

  .page-landing .banner .tbWrap {
    width: 128px;
    height: 130px;
    margin-top: -65px;
    margin-left: -64px;
  }
  .page-landing #first .r {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .page-about-us #first .columns,
.page-lets-get-started #first .columns {
    padding-top: 32px;
    padding-bottom: 16px;
  }
  .page-about-us #second .adv-header,
.page-lets-get-started #second .adv-header {
    height: 240px;
    margin-bottom: 32px;
  }
  .page-about-us #second .adv-bullet,
.page-lets-get-started #second .adv-bullet {
    padding-left: 24px;
    padding-right: 24px;
  }
  .page-about-us #second .adv-bullet:last-child,
.page-lets-get-started #second .adv-bullet:last-child {
    top: 0;
  }

  .page-about-us .banner {
    min-height: 240px;
  }
  .page-about-us #third {
    padding-top: 16px;
    padding-bottom: 0;
  }
  .page-about-us #third .adv-col p {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .page-about-us #fourth {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .page-about-us #fourth .diff-header {
    margin-bottom: 16px;
  }
  .page-about-us #fourth .diff-header h1 {
    margin-bottom: 16px;
  }
  .page-about-us #fourth .diff-col:nth-child(odd) {
    background: #eeeeee !important;
  }
  .page-about-us #fourth .diff-col:nth-child(even) {
    background: #f7f7f7 !important;
  }

  .page-questions .banner .bg {
    height: 200px;
  }
}
/*--------------------------------------------------------------
7.0 FONTS
--------------------------------------------------------------*/
@font-face {
  font-family: "TradeGothicNextW01-Ligh_693250";
  src: url("fonts/c22083eb-f768-467a-8736-cd9014be4e4f.eot?#iefix");
  src: url("fonts/c22083eb-f768-467a-8736-cd9014be4e4f.eot?#iefix") format("eot"), url("fonts/67ac520d-c9d7-44b3-9b07-91f2a8ef8787.woff2") format("woff2"), url("fonts/1e25c4c8-80d6-44ba-bc21-51daaa0cd556.woff") format("woff"), url("fonts/41757792-b783-4a47-9e47-62f4fc3d2ea6.ttf") format("truetype"), url("fonts/d30fef5b-e7a0-444c-8fbf-629dbf84f4f8.svg#d30fef5b-e7a0-444c-8fbf-629dbf84f4f8") format("svg");
}
@font-face {
  font-family: "TradeGothicNextW01-Ligh_693253";
  src: url("fonts/f2eb748c-88b2-441d-8174-b5f2f62f51b6.eot?#iefix");
  src: url("fonts/f2eb748c-88b2-441d-8174-b5f2f62f51b6.eot?#iefix") format("eot"), url("fonts/f494a8b7-3454-438f-ae3e-076dc4297e5c.woff2") format("woff2"), url("fonts/c9c6ddb3-ece7-4644-9d6c-a5d358d8c150.woff") format("woff"), url("fonts/39db63bd-1bc5-4585-99c6-0472b14b6787.ttf") format("truetype"), url("fonts/d14a0bc4-5dcd-48b6-8747-98d111e6ee58.svg#d14a0bc4-5dcd-48b6-8747-98d111e6ee58") format("svg");
}
@font-face {
  font-family: "Trade Gothic Next W01";
  src: url("fonts/8a6c3750-4927-4649-9dac-87049f5e9700.eot?#iefix");
  src: url("fonts/8a6c3750-4927-4649-9dac-87049f5e9700.eot?#iefix") format("eot"), url("fonts/d4eef5b1-2f4a-42d6-ae2d-6220d71243be.woff2") format("woff2"), url("fonts/57625f96-ca80-4602-9644-ec1803cb3ba3.woff") format("woff"), url("fonts/6618d500-1727-4334-878e-1c4b95192f42.ttf") format("truetype"), url("fonts/01ebe944-ca6c-41db-a3ba-b7e2a90536d9.svg#01ebe944-ca6c-41db-a3ba-b7e2a90536d9") format("svg");
}
@font-face {
  font-family: "TradeGothicNextW01-Ital";
  src: url("fonts/5907bd95-539f-4f25-b115-69c42aee6b21.eot?#iefix");
  src: url("fonts/5907bd95-539f-4f25-b115-69c42aee6b21.eot?#iefix") format("eot"), url("fonts/e41c3ce6-57bc-473c-aaf0-9e0e771bf6c8.woff2") format("woff2"), url("fonts/3bde4253-d238-40b7-b813-eea7bdd9e80d.woff") format("woff"), url("fonts/6005c161-37f3-4678-869a-1b4306ecc563.ttf") format("truetype"), url("fonts/1301d16e-d0ec-407b-9796-677535450691.svg#1301d16e-d0ec-407b-9796-677535450691") format("svg");
}
@font-face {
  font-family: "TradeGothicNextW01-Bold_693229";
  src: url("fonts/678017fc-bfca-4daa-a38a-b0f41bada5e7.eot?#iefix");
  src: url("fonts/678017fc-bfca-4daa-a38a-b0f41bada5e7.eot?#iefix") format("eot"), url("fonts/b071c6d1-8b3a-4032-9c25-67daff28fae8.woff2") format("woff2"), url("fonts/4d16ea6c-033a-41b1-8326-56a1d7392d5f.woff") format("woff"), url("fonts/573b39c2-10f7-4b72-a656-89a329b76560.ttf") format("truetype"), url("fonts/d079b7e1-7489-4f6d-b4c9-536742085cff.svg#d079b7e1-7489-4f6d-b4c9-536742085cff") format("svg");
}
@font-face {
  font-family: "TradeGothicNextW01-Bold_693235";
  src: url("fonts/c0134e40-9c97-4d93-a4b9-ccc759b09d6a.eot?#iefix");
  src: url("fonts/c0134e40-9c97-4d93-a4b9-ccc759b09d6a.eot?#iefix") format("eot"), url("fonts/59f68f61-861d-4788-a907-5500a0c616a8.woff2") format("woff2"), url("fonts/c6e1f03c-b1be-44b3-869a-76dd6d9815cb.woff") format("woff"), url("fonts/3b57c729-52db-4a4b-b447-051993a48636.ttf") format("truetype"), url("fonts/b10c45a7-0777-4974-a66e-2cba877baac2.svg#b10c45a7-0777-4974-a66e-2cba877baac2") format("svg");
}
@font-face {
  font-family: "TradeGothicNextW01-Heav_693241";
  src: url("fonts/44a1993a-5246-4e6d-bb0e-fd4c26f60b79.eot?#iefix");
  src: url("fonts/44a1993a-5246-4e6d-bb0e-fd4c26f60b79.eot?#iefix") format("eot"), url("fonts/673710e0-0371-4659-947d-3c4be20bdd53.woff2") format("woff2"), url("fonts/5852e684-2018-4eff-98cb-7918d0976e27.woff") format("woff"), url("fonts/de108d06-1776-480c-b319-f95545e593c7.ttf") format("truetype"), url("fonts/274030cb-a9b4-48c5-9aad-0d739dbf2fb0.svg#274030cb-a9b4-48c5-9aad-0d739dbf2fb0") format("svg");
}
@font-face {
  font-family: "TradeGothicNextW01-Heav_693244";
  src: url("fonts/0e55d487-86b0-419a-a150-b876d31f0d49.eot?#iefix");
  src: url("fonts/0e55d487-86b0-419a-a150-b876d31f0d49.eot?#iefix") format("eot"), url("fonts/7bf6bc4e-1496-4df8-8e9a-117f47890e13.woff2") format("woff2"), url("fonts/ece40ba8-2bbf-4a44-b32d-8449643ec184.woff") format("woff"), url("fonts/2fd802ac-703c-4d39-892c-2494d2ff35e2.ttf") format("truetype"), url("fonts/d5330ee0-0ab5-46dd-962f-29ae1a2676c3.svg#d5330ee0-0ab5-46dd-962f-29ae1a2676c3") format("svg");
}
@font-face {
  font-family: "TradeGothicNextW01-Cond";
  src: url("fonts/5be4a815-5a22-4a8b-8a38-10467be39d2e.eot?#iefix");
  src: url("fonts/5be4a815-5a22-4a8b-8a38-10467be39d2e.eot?#iefix") format("eot"), url("fonts/a8816340-0294-4243-8519-b2ccf08ca174.woff2") format("woff2"), url("fonts/eb20bf3e-7a5c-4c98-8bc5-f38c1b3dd9f2.woff") format("woff"), url("fonts/bbd9ed4b-21d6-4a35-a3eb-176c31258e03.ttf") format("truetype"), url("fonts/2b33a704-0f65-4c4c-94d0-2bd00c0151af.svg#2b33a704-0f65-4c4c-94d0-2bd00c0151af") format("svg");
}
@font-face {
  font-family: "TradeGothicNextW01-CnIt";
  src: url("fonts/0141efcd-c467-4bd2-829f-4f7e4c4c0fb1.eot?#iefix");
  src: url("fonts/0141efcd-c467-4bd2-829f-4f7e4c4c0fb1.eot?#iefix") format("eot"), url("fonts/6f8d70e1-0519-4578-b61b-4660e10adcd7.woff2") format("woff2"), url("fonts/0b4c5dd8-487a-4a92-921f-bff9d2ef800a.woff") format("woff"), url("fonts/c3901e8a-5844-4034-85be-d9f3a3d5a150.ttf") format("truetype"), url("fonts/1de3af37-9042-46d5-9605-c8f534732a86.svg#1de3af37-9042-46d5-9605-c8f534732a86") format("svg");
}
@font-face {
  font-family: "TradeGothicNextW01-Bold_693232";
  src: url("fonts/62cdf702-7113-4955-9b29-d803174650c7.eot?#iefix");
  src: url("fonts/62cdf702-7113-4955-9b29-d803174650c7.eot?#iefix") format("eot"), url("fonts/b559a389-e9a7-4140-80af-cc5f64350983.woff2") format("woff2"), url("fonts/a43fe47f-004d-4b6d-9a72-23de9e08f66e.woff") format("woff"), url("fonts/de22c287-e0dc-4287-8a0e-3f68a8788330.ttf") format("truetype"), url("fonts/d7c320de-0c26-418a-b1d2-ef600169db34.svg#d7c320de-0c26-418a-b1d2-ef600169db34") format("svg");
}
@font-face {
  font-family: "TradeGothicNextW01-BdCn";
  src: url("fonts/f54ff660-2006-4adc-adb4-13705f833857.eot?#iefix");
  src: url("fonts/f54ff660-2006-4adc-adb4-13705f833857.eot?#iefix") format("eot"), url("fonts/fd65fac5-f7ce-4a4b-ac7e-4d234fa01b0c.woff2") format("woff2"), url("fonts/e66e3237-f0dc-4885-90eb-b71e55d0c057.woff") format("woff"), url("fonts/e3728264-163f-42ea-8592-565a6ec20b9a.ttf") format("truetype"), url("fonts/4358bf54-ee4b-47d2-a4b4-0fa43581c3de.svg#4358bf54-ee4b-47d2-a4b4-0fa43581c3de") format("svg");
}
@font-face {
  font-family: "TradeGothicNextW01-HvCn_707049";
  src: url("fonts/02688edd-1e75-49c8-a9a9-0c718ac03687.eot?#iefix");
  src: url("fonts/02688edd-1e75-49c8-a9a9-0c718ac03687.eot?#iefix") format("eot"), url("fonts/9ba6ab80-71bf-47b4-9628-cc6412b3045a.woff2") format("woff2"), url("fonts/22f5a28a-c43f-43ad-bdf2-c1cb7abff9ec.woff") format("woff"), url("fonts/f49159c0-b257-4efa-b603-ff98fe015336.ttf") format("truetype"), url("fonts/b1cbaffb-5f24-4786-8c8d-6a1d0c3be8be.svg#b1cbaffb-5f24-4786-8c8d-6a1d0c3be8be") format("svg");
}
@font-face {
  font-family: "TradeGothicNextW01-HvCn_707052";
  src: url("fonts/90a68a66-19c6-455a-9160-4c92886fef95.eot?#iefix");
  src: url("fonts/90a68a66-19c6-455a-9160-4c92886fef95.eot?#iefix") format("eot"), url("fonts/adbf718c-0691-481a-9f42-4c4bc9d88d7f.woff2") format("woff2"), url("fonts/6e59a39d-4e26-4be2-8938-d283c48a7a14.woff") format("woff"), url("fonts/a65e349f-4207-40bd-96a7-684df942d2a0.ttf") format("truetype"), url("fonts/8cefcb91-6b12-4f77-a61c-53aafa881345.svg#8cefcb91-6b12-4f77-a61c-53aafa881345") format("svg");
}
@font-face {
  font-family: "TradeGothicNextW01-Cm";
  src: url("fonts/250d337f-5064-4ebf-b239-19268b06426c.eot?#iefix");
  src: url("fonts/250d337f-5064-4ebf-b239-19268b06426c.eot?#iefix") format("eot"), url("fonts/05d9e746-4bc0-4f34-9bf4-35d1e0be828d.woff2") format("woff2"), url("fonts/156a2970-1e03-4511-bbe1-b0eb23812751.woff") format("woff"), url("fonts/8e53c549-9d44-4ccb-ab0d-f9f211e9c2ec.ttf") format("truetype"), url("fonts/df618d94-a762-4f1b-b1a1-ed12ce9a34c8.svg#df618d94-a762-4f1b-b1a1-ed12ce9a34c8") format("svg");
}
@font-face {
  font-family: "TradeGothicNextW01-BdCm";
  src: url("fonts/0f67b794-9e03-4118-8ba1-fd245d393a90.eot?#iefix");
  src: url("fonts/0f67b794-9e03-4118-8ba1-fd245d393a90.eot?#iefix") format("eot"), url("fonts/cad2168e-8e7a-434f-99dc-fb5b9d304dc4.woff2") format("woff2"), url("fonts/645e0d00-e1a5-4a4f-a874-18088b350387.woff") format("woff"), url("fonts/42879774-35f5-4fb3-b33c-b9093f346060.ttf") format("truetype"), url("fonts/4c69e0f8-29c6-4629-8d1e-836a97e63858.svg#4c69e0f8-29c6-4629-8d1e-836a97e63858") format("svg");
}
@font-face {
  font-family: "TradeGothicNextW01-HvCm";
  src: url("fonts/393e62c4-962e-49de-ad25-9c5a5b814343.eot?#iefix");
  src: url("fonts/393e62c4-962e-49de-ad25-9c5a5b814343.eot?#iefix") format("eot"), url("fonts/529c2d09-07b5-4e36-be1a-d8e43ebf8d4a.woff2") format("woff2"), url("fonts/9a7a455d-3883-404c-8d19-d1fe74aae0a8.woff") format("woff"), url("fonts/4ced5f9a-ceee-44af-8247-231b811234e8.ttf") format("truetype"), url("fonts/89d0a5b0-920c-40e5-8884-1bc603177256.svg#89d0a5b0-920c-40e5-8884-1bc603177256") format("svg");
}

/*# sourceMappingURL=style.css.map */

.post-5210 p,
.post-5229 p,
.single-news p,
.postid-4968 p,
.postid-4399 p {
	margin-bottom: 1.5em;
}
footer {
	height: auto;
}
.ebook-banner {}
.ebook-banner > a {
	display: block;
	max-width: 60%;
	margin: 0 auto 2em;
}
.postid-5538 h1.title-two {
	margin-top: -30px;
}

@media (max-width: 480px) {
	.ebook-banner > a {
		max-width: 100%;
	}
}
.qnews-2-col,
#qnews-2-col {
	max-width: 1200px !important;
	margin: 0 auto !important;
}
@media(max-width: 480px) {
	.postid-5357 section {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.postid-5357 section:first-of-type {
		padding-top: 2em !important;
	}
	.postid-5357 section > section {
		max-width: 90%;
		margin: 0 auto;
	}
	.qnews-2-col,
	#qnews-2-col {
		max-width: 100% !important;
	}
	.latest-news > div[class*="col"] {
		flex:  0 0 100% !important;
	}
	.postid-5598 #wrapper  {
		padding-top: 60px !important;
	}
	.postid-5598 .text-content {
		max-width: 90%;
	}
	strong, b { font-weight: 700; }
}

.home-pop-up .pop-up-content {
	height: auto;
	padding-bottom: 2.5em !important;
}
.page-template-page-template-iframe iframe {
	display: block;
	margin: 4em auto;
}
.postid-6145 .wp-container-4 {
	max-width: 1170px;
	margin: 0 auto;
}
