/*
Theme Name: Quicksurface
Version: 1.0
Author: Kai Wong
Author URI: https://www.quicksurface.com
*/
/* ==========================================================================
	CSS Start Now
========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

body {
  font-size: 100%;
  /* Resets 1em to 10px */
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  font-size: 0.875rem; }

/* ==========================================================================
	Layout
========================================================================== */
.container {
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
  position: relative; }
  @media (max-width: 576px) {
    .container {
      padding: 0 15px; } }
  .container.overflow {
    overflow: visible; }
  .container.narrow {
    max-width: 992px; }
  .container.narrow-2 {
    max-width: 768px; }

.max-container {
  width: auto;
  max-width: 1200px;
  display: block;
  margin: 0 auto; }

.one-fifth-container {
  width: auto;
  max-width: 240px;
  display: block;
  margin: 0 auto; }

.one-fourth-container {
  width: auto;
  max-width: 300px;
  display: block;
  margin: 0 auto; }

.one-third-container {
  width: auto;
  max-width: 400px;
  display: block;
  margin: 0 auto; }

.one-half-container {
  width: auto;
  max-width: 600px;
  display: block;
  margin: 0 auto; }

.two-third-container {
  width: auto;
  max-width: 800px;
  display: block;
  margin: 0 auto; }

.shopify-btn-container {
  width: auto;
  max-width: 280px;
  display: block;
  margin: 0 auto; }

.box {
  border: 1px solid #ddd; }
  .box .copy {
    padding: 2rem; }
  .box .box-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3; }

.gray-box {
  background-color: #f3f3f3;
  text-align: center; }
  .gray-box p {
    text-align: left;
    line-height: 1.65;
    color: #999999; }
  .gray-box a {
    text-decoration: none; }

.pullout-box {
  border: 1px solid #D44228;
  padding: 40px; }
  .pullout-box > div p {
    line-height: 1.7;
    font-size: 17px; }
  @media (max-width: 576px) {
    .pullout-box {
      padding: 20px; } }

.copy {
  padding: 10px 20px 40px; }

.section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 0 60px; }
  .section.alt {
    background: #D4E8DC;
    background: -moz-linear-gradient(200deg, #eaefec 0%, #d4e8dc 78%);
    background: -webkit-linear-gradient(200deg, #eaefec 0%, #d4e8dc 78%);
    background: -webkit-linear-gradient(250deg, #eaefec 0%, #d4e8dc 78%);
    background: -o-linear-gradient(250deg, #eaefec 0%, #d4e8dc 78%);
    background: linear-gradient(200deg, #eaefec 0%, #d4e8dc 78%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaefec",endColorstr="#d4e8dc",GradientType=1); }
  .section.intro {
    padding: 40px 0 20px; }
    .section.intro p {
      font-size: 20px;
      line-height: 1.6;
      font-weight: 300;
      color: #010000; }
  .section.extra-pad {
    padding: 120px 0 90px; }
  .section.no-pad-top {
    padding-top: 0; }
  .section.no-pad-bottom {
    padding-bottom: 0; }
  .section.separator:after {
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(70%, transparent), color-stop(70%, #fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#82988C), color-stop(#F28C32), to(#D44228));
    background-image: -webkit-linear-gradient(left, transparent, transparent 70%, #fff 70%, #fff 100%), -webkit-linear-gradient(left, #82988C, #F28C32, #D44228);
    background-image: -o-linear-gradient(left, transparent, transparent 70%, #fff 70%, #fff 100%), -o-linear-gradient(left, #82988C, #F28C32, #D44228);
    background-image: linear-gradient(90deg, transparent, transparent 70%, #fff 70%, #fff 100%), linear-gradient(90deg, #82988C, #F28C32, #D44228);
    background-size: 6px 3px, 100% 3px;
    border: none; }

.info-panel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0;
  background-color: #82988C; }
  .info-panel h4, .info-panel p {
    color: #fff; }
  .info-panel p {
    font-size: 18px;
    font-weight: 300; }

.parallax_section .copy {
  text-align: center;
  color: #fff;
  padding-top: 18%;
  padding-bottom: 21%; }
  .parallax_section .copy h2 {
    font-family: "Work Sans", sans-serif;
    font-size: 50px; }

.circle-wrap {
  background-color: rgba(110, 112, 73, 0.75);
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%; }
  .circle-wrap-content {
    width: 80%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/* ==========================================================================
	Typography
========================================================================== */
a {
  color: #82988C;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:hover {
  color: #D44228; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }

h1, h3, h4, h6 {
  font-weight: 700; }

.main-navigation ul > li > a,
.mobile-navigation ul > li > a {
  font-family: "Lato", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  margin: 0.5rem 0; }

h1 a, h2 a, h3 a, h4 a, h5 a {
  text-decoration: none; }

h1 {
  font-size: 50px;
  line-height: 1.3; }
  @media (max-width: 576px) {
    h1 {
      font-size: 36px !important; } }

h2 {
  font-size: 40px; }
  h2 a {
    color: #82988C; }
  @media (max-width: 576px) {
    h2 {
      font-size: 30px; } }

.section h2 {
  text-align: center;
  font-weight: 900;
  line-height: 1.4; }

h3 {
  font-size: 30px;
  line-height: 1.5; }
  h3.section-header {
    text-align: center;
    margin-bottom: 2rem; }
  @media (max-width: 576px) {
    h3 {
      font-size: 24px; } }

h4 {
  font-size: 26px; }
  h4.section-header {
    text-align: center;
    margin-bottom: 2rem; }
  @media (max-width: 576px) {
    h4 {
      font-size: 22px; } }

h5 {
  font-size: 22px; }
  @media (max-width: 576px) {
    h5 {
      font-size: 20px; } }
  h5.title {
    border-bottom: 1px solid #D44228;
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #D44228;
    text-transform: uppercase; }
  h5.pricing-header {
    position: relative;
    border-bottom: 1px solid #D44228; }
    h5.pricing-header span {
      display: inline-block;
      float: right; }
      h5.pricing-header span.regular-price {
        text-decoration: line-through;
        margin-right: 10px; }
    h5.pricing-header.alt {
      color: #ffffff;
      border-bottom: 1px solid #ffffff; }

h6 {
  font-size: 18px; }
  h6.section-header {
    color: #D44228;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.05rem; }

p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #424242;
  line-height: 1.5; }
  p.subtitle {
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 2rem; }
  p.fineprint {
    color: #82988C;
    margin-bottom: 1.5rem;
    font-size: 17px;
    font-style: italic; }

p + p {
  margin-top: 1rem; }

blockquote {
  position: relative;
  margin: 2rem 0; }
  blockquote:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 60px;
    height: 60px;
    opacity: 0.7;
    background-size: cover;
    background-image: url("/wp-content/uploads/icon-svg-quotes.svg"); }
  blockquote p {
    font-size: 18px;
    font-style: italic; }

.type-light h2, .type-light h3, .type-light p {
  color: #fff; }

.btn {
  display: inline-block;
  margin: 1em 0;
  padding: 7px 16px;
  border: 2px solid #D44228;
  background-color: #D44228;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn:hover {
    color: #D44228;
    background-color: #FFFF; }
  .btn-large {
    display: inline-block;
    margin: 1em 0;
    padding: 7px 16px;
    border: 2px solid #D44228;
    background-color: #D44228;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .btn-large:hover {
      color: #D44228;
      background-color: #FFFF; }

.quicksurface {
  text-transform: uppercase;
  color: #D44228; }

.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  -o-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* ==========================================================================
	Header
========================================================================== */
#gomeasure3d-header {
  background-color: #f3f3f3;
  padding: 10px 0;
  text-align: center; }
  #gomeasure3d-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #gomeasure3d-header-logo {
    display: inline-block;
    max-width: 140px;
    margin-right: 10px; }
    #gomeasure3d-header-logo img {
      width: 100%; }
  #gomeasure3d-header-content {
    padding-left: 10px;
    border-left: 1px solid #424242; }
  @media (max-width: 577px) {
    #gomeasure3d-header {
      display: none; } }

header#site-header {
  width: 100%;
  display: block;
  position: relative;
  z-index: 110;
  height: 68px; }
  header#site-header .container {
    position: relative;
    width: 100%; }
  header#site-header #site-header-inner {
    padding: 10px 0;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 68px;
    border-bottom: 1px solid #dcdfdf;
    background-color: #FFF; }
    header#site-header #site-header-inner .grid--header {
      -ms-grid-columns: 225px 1fr;
      grid-template-columns: 225px 1fr;
      grid-gap: 20px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 576px) {
        header#site-header #site-header-inner .grid--header {
          -ms-grid-columns: 180px 1fr;
          grid-template-columns: 180px 1fr; } }
      header#site-header #site-header-inner .grid--header #logo img {
        width: 100%; }
      header#site-header #site-header-inner .grid--header-mobile-nav {
        text-align: right; }
        @media (min-width: 992px) {
          header#site-header #site-header-inner .grid--header-mobile-nav {
            display: none; } }
      header#site-header #site-header-inner .grid--header-nav {
        -ms-grid-columns: 1fr 100px;
        grid-template-columns: 1fr 100px;
        grid-gap: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (max-width: 991px) {
          header#site-header #site-header-inner .grid--header-nav {
            display: none; } }

.sticky {
  position: fixed;
  top: 0;
  width: 100%; }

.sticky-padding {
  margin-top: 153px; }

/* ==========================================================================
	Footer
========================================================================== */
footer #footer-widget {
  width: 100%;
  clear: both;
  margin: 0px;
  padding: 40px 0px 80px;
  border-top: 0px solid #DEDEDF;
  border-bottom: 1px solid #4e4d4f;
  background: #403F41; }
  footer #footer-widget h4 {
    color: #82988C;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px; }
  footer #footer-widget h6 {
    color: #f3f3f3;
    position: relative;
    font-weight: 400; }
  footer #footer-widget p {
    font-size: 15px;
    color: #BBB; }
  footer #footer-widget .grid--footer {
    grid-gap: 20px; }
    @media (min-width: 576px) {
      footer #footer-widget .grid--footer {
        -ms-grid-columns: 2fr 1fr 1fr;
        grid-template-columns: 2fr 1fr 1fr; } }
    footer #footer-widget .grid--footer-logo {
      max-width: 225px; }
      footer #footer-widget .grid--footer-logo img {
        width: 100%; }
  footer #footer-widget ul {
    list-style-type: none; }
    footer #footer-widget ul li a {
      color: #BBB;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: relative;
      display: inline-block;
      margin-bottom: 5px;
      font-size: 15px; }
      footer #footer-widget ul li a:after {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        opacity: 0;
        border-bottom: 1px solid #D44228;
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out; }
      footer #footer-widget ul li a:hover {
        color: #D44228; }
        footer #footer-widget ul li a:hover:after {
          opacity: 1; }

footer #copyright {
  background: #373638;
  width: 100%;
  clear: both;
  margin: 0px;
  padding: 20px 0px;
  color: #BBB;
  font-size: 14px; }
  footer #copyright .grid--copyright {
    grid-gap: 20px; }
    @media (min-width: 576px) {
      footer #copyright .grid--copyright {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; }
        footer #copyright .grid--copyright cite {
          text-align: right; } }
    footer #copyright .grid--copyright p {
      color: #BBB;
      font-size: 14px; }
    footer #copyright .grid--copyright cite a {
      text-decoration: none; }

/* ==========================================================================
	Navigation
========================================================================== */
#main-navigation ul > li {
  text-transform: capitalize;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  list-style-type: none; }
  #main-navigation ul > li a {
    color: #424242;
    text-decoration: none;
    padding: 7px 10px;
    /* important - height of top bar */
    display: inline-block;
    font-size: 15px; }
  #main-navigation ul > li:hover > a {
    color: #D44228; }
  #main-navigation ul > li.current-menu-item > a, #main-navigation ul > li.current_page_parent > a {
    color: #D44228; }

#menu-toolbar {
  text-align: right; }
  #menu-toolbar > li {
    list-style-type: none; }
    #menu-toolbar > li a {
      padding: 8px 15px;
      border: 2px solid #D44228;
      border-radius: 25px;
      text-decoration: none;
      color: #D44228;
      font-weight: 600;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      #menu-toolbar > li a:hover {
        color: #FFF;
        background-color: #D44228; }

.chevron {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px; }
  .chevron::before, .chevron::after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background-color: #424242;
    border-radius: 2px;
    position: absolute;
    right: 5px; }
  .chevron::before {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .chevron::after {
    bottom: 11px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

#mobile-navigation {
  padding: 20px 40px;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  position: fixed;
  background-color: #ffffff;
  height: calc(100vh - 58px);
  z-index: 99;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto; }
  #mobile-navigation.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  #mobile-navigation ul > li {
    list-style-type: none; }
    #mobile-navigation ul > li > a {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      font-size: 20px;
      color: #424242;
      text-decoration: none;
      padding-top: 15px;
      padding-bottom: 15px;
      display: block;
      border-bottom: 1px solid #dcdfdf;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    #mobile-navigation ul > li.current-menu-item > a {
      color: #D44228; }
    #mobile-navigation ul > li:last-child > a {
      border-bottom: 0px; }
    #mobile-navigation ul > li.btn-buy-now {
      padding: 0;
      text-align: center; }
      #mobile-navigation ul > li.btn-buy-now > a {
        display: inline-block;
        margin: 1em 0;
        padding: 7px 16px;
        border: 2px solid #D44228;
        background-color: #D44228;
        border-radius: 25px;
        text-decoration: none;
        color: #FFF;
        font-size: 17px; }
        #mobile-navigation ul > li.btn-buy-now > a:hover {
          color: #D44228;
          background-color: #FFFF; }
  @media (min-width: 992px) {
    #mobile-navigation {
      display: none; } }

nav.sticky-nav {
  position: fixed;
  top: 175px;
  z-index: 9999;
  left: 100%; }
  nav.sticky-nav ul {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateX(-45px);
    -ms-transform: translateX(-45px);
    transform: translateX(-45px);
    width: 130px;
    list-style-type: none;
    margin: 0;
    border-top: 0px solid #82988C; }
    nav.sticky-nav ul li {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0;
      margin: 0;
      border-left: 0px solid #82988C;
      border-bottom: 0px solid #82988C; }
      nav.sticky-nav ul li a {
        padding: 5px 10px;
        display: block;
        cursor: pointer;
        background-color: #D44228;
        color: #fff; }
        nav.sticky-nav ul li a:hover {
          background-color: #82988C; }
  nav.sticky-nav:hover ul {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }

/* ==========================================================================
	Back to top button
========================================================================== */
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  border-radius: 50%;
  text-indent: -9999px;
  background-image: url("/wp-content/uploads/icon-svg-arrow-red-up.svg");
  background-repeat: no-repeat;
  border: 2px solid #D44228;
  /* background color transition */
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  opacity: 0.5;
  background-position: 50% 50%; }
  .scrollup:hover {
    opacity: 1; }

figure {
  line-height: 0; }
  figure.decorate > img {
    -webkit-box-shadow: 0px 10px 20px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px -3px rgba(0, 0, 0, 0.2); }

img, .rescaled-img, .attachment-post-thumbnail, figure.figure-style img, img.size-full {
  width: 100%;
  height: auto; }

.img-max-width {
  max-width: 200px; }

.icon {
  display: block;
  margin: 0 auto;
  max-width: 115px; }
  .icon.small {
    max-width: 75px; }
  .icon.large {
    max-width: 150px; }
  .icon.xlarge {
    max-width: 175px; }

.bg-cover, .parallax {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center; }

.parallax {
  background-attachment: fixed; }

.decoration {
  position: absolute;
  right: -5%;
  top: -8%;
  z-index: -1; }
  .decoration-grid {
    width: 200px;
    height: 200px; }
  .decoration.alt {
    left: -5%; }

.svg-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* .................................. grid ......................................... */
.grid {
  display: -ms-grid;
  display: grid; }

/* ........................... bootstrap grid ....................................... */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

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

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

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

/* row and columns */
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .row > div, .row figure {
      margin-bottom: 1rem; }
      .row > div:last-child, .row figure:last-child {
        margin-bottom: 0; } }

.row + .row {
  margin-top: 1em; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%; }

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media (min-width: 768px) {
  .col-1 {
    width: 8.33333%;
    max-width: 8.33333%; }
  .col-2 {
    width: 16.66667%;
    max-width: 16.66667%; }
  .col-3 {
    width: 25%;
    max-width: 25%; }
  .col-4 {
    width: 33.33333%;
    max-width: 33.33333%; }
  .col-5 {
    width: 41.66667%;
    max-width: 41.66667%; }
  .col-6 {
    width: 50%;
    max-width: 50%; }
  .col-7 {
    width: 58.33333%;
    max-width: 58.33333%; }
  .col-8 {
    width: 66.66667%;
    max-width: 66.66667%; }
  .col-9 {
    width: 75%;
    max-width: 75%; }
  .col-10 {
    width: 83.33333%;
    max-width: 83.33333%; }
  .col-11 {
    width: 91.66667%;
    max-width: 91.66667%; }
  .col-12 {
    width: 100%;
    max-width: 100%; }
  .padded {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .padded .col-1 {
      width: 6.33333%;
      max-width: 6.33333%; }
    .padded .col-2 {
      width: 14.66667%;
      max-width: 14.66667%; }
    .padded .col-3 {
      width: 23%;
      max-width: 23%; }
    .padded .col-4 {
      width: 31.33333%;
      max-width: 31.33333%; }
    .padded .col-5 {
      width: 39.66667%;
      max-width: 39.66667%; }
    .padded .col-6 {
      width: 48%;
      max-width: 48%; }
    .padded .col-7 {
      width: 56.33333%;
      max-width: 56.33333%; }
    .padded .col-8 {
      width: 64.66667%;
      max-width: 64.66667%; }
    .padded .col-9 {
      width: 73%;
      max-width: 73%; }
    .padded .col-10 {
      width: 81.33333%;
      max-width: 81.33333%; }
    .padded .col-11 {
      width: 89.66667%;
      max-width: 89.66667%; }
    .padded .col-12 {
      width: 98%;
      max-width: 98%; }
  .offset-1 {
    margin-left: 8.33333%; }
  .offset-2 {
    margin-left: 16.66667%; }
  .offset-3 {
    margin-left: 25%; }
  .offset-4 {
    margin-left: 33.33333%; }
  .offset-5 {
    margin-left: 41.66667%; }
  .offset-6 {
    margin-left: 50%; }
  .offset-7 {
    margin-left: 58.33333%; }
  .offset-8 {
    margin-left: 66.66667%; }
  .offset-9 {
    margin-left: 75%; }
  .offset-10 {
    margin-left: 83.33333%; }
  .offset-11 {
    margin-left: 91.66667%; } }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.border > .col,
.border > [class*="col-"] {
  background-color: #F28C32;
  border: 1px solid #dcdfdf; }

.row.flush-center > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* vertical alignment of flex items */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* center flex items vertically */ }

@media (min-width: 768px) {
  .row > .left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .row > .right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

.gap-bottom .col-1 {
  margin-bottom: 4%; }

.gap-bottom .col-2 {
  margin-bottom: 4%; }

.gap-bottom .col-3 {
  margin-bottom: 4%; }

.gap-bottom .col-4 {
  margin-bottom: 4%; }

.gap-bottom .col-5 {
  margin-bottom: 4%; }

.gap-bottom .col-6 {
  margin-bottom: 4%; }

.gap-bottom .col-7 {
  margin-bottom: 4%; }

.gap-bottom .col-8 {
  margin-bottom: 4%; }

.gap-bottom .col-9 {
  margin-bottom: 4%; }

.gap-bottom .col-10 {
  margin-bottom: 4%; }

.gap-bottom .col-11 {
  margin-bottom: 4%; }

.gap-bottom .col-12 {
  margin-bottom: 4%; }

.slick-slide:focus, .slick-slide a {
  outline: none; }

#masthead .slider, #masthead .slide {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 992px) {
    #masthead .slider, #masthead .slide {
      height: 650px; } }

#masthead .slide {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px; }
  #masthead .slide .slide_img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: auto;
    overflow: hidden; }
    #masthead .slide .slide_img img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 650px;
      opacity: 1 !important;
      -webkit-animation-duration: 3s;
      animation-duration: 3s;
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
  #masthead .slide .slide_content {
    position: relative;
    background-color: rgba(0, 0, 0, 0.25);
    border: 1px solid #fff;
    padding: 3em 5em;
    text-align: center;
    max-width: 625px; }
    #masthead .slide .slide_content--headings {
      text-align: center; }
      #masthead .slide .slide_content--headings h2 {
        font-size: 50px;
        margin-bottom: 10px;
        line-height: 1.25;
        color: #fff;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35); }
      #masthead .slide .slide_content--headings p {
        color: #fff;
        font-size: 18px;
        text-shadow: 0px 1fpx 2px rgba(0, 0, 0, 0.35); }
      #masthead .slide .slide_content--headings .btn {
        padding: 10px 18px;
        border: 2px solid #fff;
        background-color: rgba(0, 0, 0, 0.35);
        color: #fff;
        text-decoration: none;
        display: inline-block;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px; }
        #masthead .slide .slide_content--headings .btn:hover {
          color: #82988C;
          border-color: #82988C; }
      #masthead .slide .slide_content--headings .animated {
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease; }

#masthead .slick-dots {
  position: absolute;
  bottom: 25px; }
  #masthead .slick-dots button {
    background-color: #fff; }

.newsCarousel:first-child {
  margin-left: 0; }

.newsCarousel:last-child {
  margin-right: 0; }

.newsCarousel .slick-slide {
  margin: 0 10px;
  -webkit-box-shadow: 0 10px 28px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 28px 0 rgba(0, 0, 0, 0.05); }

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-transition: opacity 0.5s ease 0.3s;
  -o-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s; }

.slick-dotted .slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      display: block;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }

.slick-list {
  overflow: visible !important; }

.simple-dots .slick-dots li {
  width: 12px;
  height: 12px; }
  .simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: #82988C;
    opacity: 0.5;
    width: 12px;
    height: 12px; }
    .simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
      opacity: 1; }
  .simple-dots .slick-dots li.slick-active button {
    color: #D44228;
    opacity: 0.75; }

.stick-dots .slick-dots li {
  height: 4px;
  width: 50px; }
  .stick-dots .slick-dots li button {
    position: relative;
    background-color: #82988C;
    opacity: 0.5;
    width: 50px;
    height: 3px;
    padding: 0; }
    .stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
      opacity: 1; }
  .stick-dots .slick-dots li.slick-active button {
    color: #D44228;
    opacity: 0.75; }
    .stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
      opacity: 1; }

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); } }
@keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); } }

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

@-webkit-keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

.hero {
  background-color: #82988C;
  background: -moz-linear-gradient(200deg, #baccc1 0%, #82988c 100%);
  background: -webkit-linear-gradient(200deg, #baccc1 0%, #82988c 100%);
  background: -webkit-linear-gradient(250deg, #baccc1 0%, #82988c 100%);
  background: -o-linear-gradient(250deg, #baccc1 0%, #82988c 100%);
  background: linear-gradient(200deg, #baccc1 0%, #82988c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#baccc1",endColorstr="#82988c",GradientType=1);
  background-position: 50% 50%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative; }
  .hero-container {
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    .hero-container-copy {
      text-align: center;
      padding: 50px 0;
      max-width: 768px; }
      .hero-container-copy h1 {
        margin-top: -0.5rem;
        line-height: 1.15;
        color: #ffffff;
        text-shadow: 3px 3px 0px rgba(55, 54, 55, 0.45); }
      .hero-container-copy h6 {
        color: #ffffff;
        font-weight: 300;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35); }
      .hero-container-copy p {
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
        color: #ffffff;
        font-size: 20px;
        font-weight: 300; }

#quicksurface .hero-container {
  min-height: 450px; }
  #quicksurface .hero-container-copy {
    text-align: left;
    max-width: 1200px; }

#how-it-works .hero {
  background-image: -webkit-linear-gradient(45deg, rgba(130, 152, 140, 0.85), rgba(186, 204, 193, 0.85)), url("/wp-content/uploads/hero-how-it-works.jpg");
  background-image: -o-linear-gradient(45deg, rgba(130, 152, 140, 0.85), rgba(186, 204, 193, 0.85)), url("/wp-content/uploads/hero-how-it-works.jpg");
  background-image: linear-gradient(45deg, rgba(130, 152, 140, 0.85), rgba(186, 204, 193, 0.85)), url("/wp-content/uploads/hero-how-it-works.jpg"); }

#why-quicksurface .hero {
  background-image: -webkit-linear-gradient(45deg, rgba(130, 152, 140, 0.85), rgba(186, 204, 193, 0.85)), url("/wp-content/uploads/hero-why-quicksurface.jpg");
  background-image: -o-linear-gradient(45deg, rgba(130, 152, 140, 0.85), rgba(186, 204, 193, 0.85)), url("/wp-content/uploads/hero-why-quicksurface.jpg");
  background-image: linear-gradient(45deg, rgba(130, 152, 140, 0.85), rgba(186, 204, 193, 0.85)), url("/wp-content/uploads/hero-why-quicksurface.jpg"); }

.content-area .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  .content-area .header-container-copy {
    text-align: center;
    padding: 50px 0;
    max-width: 768px; }
    .content-area .header-container-copy h1 {
      color: #D44228;
      font-size: 46px; }
    .content-area .header-container-copy h4 {
      font-weight: 300; }

.parallax {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed; }

.feature {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 10px; }
  .feature.withbg {
    height: 250px;
    background-size: cover; }
    .feature.withbg .feature--content {
      border: 1px solid rgba(255, 255, 255, 0.3);
      background-color: rgba(0, 0, 0, 0.25); }
      .feature.withbg .feature--content h3.title {
        color: #fff;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35); }
  .feature--content {
    position: relative;
    z-index: 10;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

.pricing-highlight {
  background-color: #D44228;
  color: #ffffff;
  display: block;
  height: 46px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  margin-top: -46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  padding: 7px 0;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase; }
  .pricing-highlight.hide {
    opacity: 0; }

polygon, line, path, polyline, ellipse {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000; }

#butterfly-animation svg {
  max-width: 500px; }

.init #flight-path path {
  animation-name: DrawLine;
  -webkit-animation-name: DrawLine;
  -webkit-animation-direction: normal;
  animation-direction: normal; }

.init #butterfly polygon:nth-of-type(1), .init #butterfly line:nth-of-type(1), .init #butterfly path:nth-of-type(1), .init #butterfly polyline:nth-of-type(1), .init #butterfly ellipse:nth-of-type(1) {
  animation-name: DrawLine;
  -webkit-animation-name: DrawLine;
  -webkit-animation-direction: normal;
  animation-direction: normal; }

.init #butterfly polygon:nth-of-type(2), .init #butterfly line:nth-of-type(2), .init #butterfly path:nth-of-type(2), .init #butterfly polyline:nth-of-type(2), .init #butterfly ellipse:nth-of-type(2) {
  animation-name: DrawLine;
  -webkit-animation-name: DrawLine;
  -webkit-animation-direction: normal;
  animation-direction: normal; }

.init #butterfly polygon:nth-of-type(3), .init #butterfly line:nth-of-type(3), .init #butterfly path:nth-of-type(3), .init #butterfly polyline:nth-of-type(3), .init #butterfly ellipse:nth-of-type(3) {
  animation-name: DrawLine;
  -webkit-animation-name: DrawLine;
  -webkit-animation-direction: normal;
  animation-direction: normal; }

.init #butterfly polygon:nth-of-type(4), .init #butterfly line:nth-of-type(4), .init #butterfly path:nth-of-type(4), .init #butterfly polyline:nth-of-type(4), .init #butterfly ellipse:nth-of-type(4) {
  animation-name: DrawLine;
  -webkit-animation-name: DrawLine;
  -webkit-animation-direction: normal;
  animation-direction: normal; }

.init #butterfly polygon:nth-of-type(5), .init #butterfly line:nth-of-type(5), .init #butterfly path:nth-of-type(5), .init #butterfly polyline:nth-of-type(5), .init #butterfly ellipse:nth-of-type(5) {
  animation-name: DrawLine;
  -webkit-animation-name: DrawLine;
  -webkit-animation-direction: normal;
  animation-direction: normal; }

#flight-path path {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

#butterfly polygon, #butterfly line, #butterfly path, #butterfly polyline, #butterfly ellipse {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000; }
  #butterfly polygon:nth-of-type(1), #butterfly line:nth-of-type(1), #butterfly path:nth-of-type(1), #butterfly polyline:nth-of-type(1), #butterfly ellipse:nth-of-type(1) {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 750ms;
    animation-delay: 750ms; }
  #butterfly polygon:nth-of-type(2), #butterfly line:nth-of-type(2), #butterfly path:nth-of-type(2), #butterfly polyline:nth-of-type(2), #butterfly ellipse:nth-of-type(2) {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms; }
  #butterfly polygon:nth-of-type(3), #butterfly line:nth-of-type(3), #butterfly path:nth-of-type(3), #butterfly polyline:nth-of-type(3), #butterfly ellipse:nth-of-type(3) {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1050ms;
    animation-delay: 1050ms; }
  #butterfly polygon:nth-of-type(4), #butterfly line:nth-of-type(4), #butterfly path:nth-of-type(4), #butterfly polyline:nth-of-type(4), #butterfly ellipse:nth-of-type(4) {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms; }
  #butterfly polygon:nth-of-type(5), #butterfly line:nth-of-type(5), #butterfly path:nth-of-type(5), #butterfly polyline:nth-of-type(5), #butterfly ellipse:nth-of-type(5) {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1350ms;
    animation-delay: 1350ms; }

@keyframes DrawLine {
  to {
    stroke-dashOffset: 0; } }

@keyframes FadeStroke {
  to {
    stroke-opacity: 0; } }

@keyframes FillIn {
  from {
    fill-opacity: 0; }
  to {
    fill-opacity: 1; } }

@-webkit-keyframes DrawLine {
  to {
    stroke-dashOffset: 0; } }

@-webkit-keyframes FadeStroke {
  to {
    stroke-opacity: 0; } }

@-webkit-keyframes FillIn {
  from {
    fill-opacity: 0; }
  to {
    fill-opacity: 1; } }

input, textarea {
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none; }

input:focus, textarea:focus, select:focus {
  border-color: #82988C; }

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
  width: 100%; }

form, fieldset, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none; }

form {
  margin: 10px 0; }
  form label {
    font-style: italic;
    font-size: 18px; }
  form input, form textarea, form select {
    padding: 10px;
    background: #ffffff;
    font-size: 16px;
    border: 1px solid #dcdfdf;
    background: #f3f3f3;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    resize: none; }
  form input[type=submit] {
    display: inline-block;
    margin: 1em 0;
    padding: 7px 16px;
    border: 2px solid #D44228;
    background-color: #D44228;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    font-size: 17px;
    padding: 8px 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
    form input[type=submit]:hover {
      color: #D44228;
      background-color: #FFFF; }
  form span.error_message {
    display: block;
    color: #D44228;
    margin-top: -10px;
    margin-bottom: 10px;
    font-style: italic;
    font-size: 16px; }
  form sup {
    top: 0; }

.sf_required_fields_msg sup {
  top: 0; }

span.required {
  color: #D44228;
  font-weight: 900;
  font-size: 20px; }

textarea {
  resize: none;
  height: 150px; }

.g-recaptcha {
  margin-bottom: 10px; }

#salesforce_w2l_lead_1 {
  font-size: 18px;
  margin: 20px 0 40px;
  font-weight: 100; }

img.w2limg {
  max-width: 16rem;
  display: block; }

.fancy-list, .icon-list {
  margin: 1rem 0; }
  .fancy-list li, .icon-list li {
    list-style: none !important; }

.icon-list li {
  margin-left: 0 !important;
  margin-bottom: 1rem;
  padding: 0;
  clear: both; }
  .icon-list li figure {
    float: left;
    max-width: 50px; }
  .icon-list li div {
    padding-left: 60px; }

.flex-list {
  min-width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  /*-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.25% !important;
  margin-left: -1.25% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .flex-list.style-title h5 {
    font-size: 16px;
    margin: 0;
    padding: 5px 0;
    background-color: #D44228;
    color: #ffffff;
    text-align: center; }
  .flex-list.center-title h5 {
    text-align: center; }
  .flex-list > li {
    list-style-type: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0;
    margin-bottom: 2%;
    margin-left: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* need this for same height */
    padding-left: 1.25%;
    padding-right: 1.25%; }
    .flex-list > li > div {
      width: 100%; }
    .flex-list > li p {
      padding-bottom: 0; }
    .flex-list > li p + p {
      margin-top: 15px; }

.two.flex-list > li {
  width: calc(50%); }
  @media (max-width: 576px) {
    .two.flex-list > li {
      width: 100%; } }

.three.flex-list > li {
  width: calc((100%/3)); }
  @media (max-width: 576px) {
    .three.flex-list > li {
      width: 100%; } }

.six.flex-list > li {
  width: calc((100%/6)); }
  @media (max-width: 768px) {
    .six.flex-list > li {
      width: calc((100%/3)); } }
  @media (max-width: 576px) {
    .six.flex-list > li {
      width: 100%; } }

@media (max-width: 576px) {
  .six.flex-list.small > li {
    width: calc((100%/2)); } }

@media (max-width: 576px) {
  .three.flex-list > li, .two.flex-list > li, .six.flex-list > li {
    margin-bottom: 1rem; } }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 16px; }
  table .row-width-50 {
    width: 50%;
    min-width: 220px; }
  table .row-width-40 {
    width: 40%;
    min-width: 200px; }
  table .row-width-35 {
    width: 35%;
    min-width: 150px; }
  table .row-width-33 {
    width: 33.33%;
    min-width: 135px; }
  table .row-width-30 {
    width: 30%;
    min-width: 130px; }
  table .row-width-25 {
    width: 25%;
    min-width: 120px; }
  table .row-width-20 {
    width: 20%;
    min-width: 100px; }
  table .row-width-15 {
    width: 15%;
    min-width: 100px; }
  table .row-width-10 {
    width: 10%;
    min-width: 100px; }
  table.table-comparison {
    background: #ffffff; }
    table.table-comparison thead {
      background: #D44228; }
      table.table-comparison thead .header {
        color: #ffffff;
        font-size: 18px;
        text-align: center;
        padding: 5px 0; }
    table.table-comparison tbody tr:hover {
      background-color: #f8f8f8;
      cursor: default; }
    table.table-comparison tbody tr th {
      text-align: left;
      padding: 0 10px 0;
      color: #424242;
      font-weight: 300; }
    table.table-comparison tbody tr td {
      padding: 4px 0;
      text-align: center; }
    table.table-comparison tbody tr.title:hover {
      background-color: transparent; }
    table.table-comparison tbody tr.title th {
      border-bottom: 1px solid #D44228;
      font-weight: 600;
      padding-top: 10px;
      font-weight: 600;
      color: #010000; }
    @media screen and (max-width: 768px) {
      table.table-comparison {
        overflow-x: auto;
        display: block; } }

.blank {
  display: none; }

.dot {
  display: block;
  text-indent: -9999px;
  background: url("/wp-content/uploads/icon-dot.png") no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 auto; }

.dash {
  display: block;
  text-indent: -9999px;
  background: url("/wp-content/uploads/icon-dash.png") no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 auto; }

.checkmark {
  display: block;
  text-indent: -9999px;
  background: url("/wp-content/uploads/icon-checkmark.png") no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 auto; }

.crossmark {
  display: block;
  text-indent: -9999px;
  background: url("/wp-content/uploads/icon-crossmark.png") no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 auto; }

.tabs-menu {
  margin: 0;
  text-align: center;
  min-width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  /*-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .tabs-menu.three > li {
    width: calc(100%/3); }
  .tabs-menu > li {
    text-transform: uppercase;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none !important;
    border-top: 3px solid transparent; }
    .tabs-menu > li.current {
      background-color: #eee;
      border-top: 3px solid #D44228; }
      .tabs-menu > li.current > a {
        color: #D44228; }
    .tabs-menu > li > a {
      color: #424242;
      display: block;
      padding: 10px;
      text-decoration: none;
      font-weight: 600; }
    .tabs-menu > li:hover > a {
      color: #D44228; }

.tab-container {
  background-color: #f3f3f3;
  padding: 20px 40px 40px; }
  .tab-container .tab-content {
    display: none; }
    .tab-container .tab-content.initial {
      display: block; }

/* ==========================================================================
Waypoints - For Animations and delays
========================================================================== */
.wp, .wp-l, .wp-r {
  visibility: hidden;
  -webkit-animation-delay: 0.125s;
  animation-delay: 0.125s; }

.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .fadeIn {
  visibility: visible; }

.fadeOut {
  visibility: hidden; }

.delay-1 {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s; }

.delay-2 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; }

.delay-3 {
  animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s; }

@keyframes fadeInUpAnimation {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes fadeInUpAnimation {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUpAnimation !important;
  -webkit-animation-name: fadeInUpAnimation !important; }

.post-password-form {
  margin: 100px auto 150px;
  max-width: 800px; }

hr {
  border: none;
  background: #dcdfdf;
  height: 1px;
  margin: 40px 0; }
  hr.alt {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px; }

main {
  overflow: hidden; }
  main ul, main ol {
    margin: 1em 0;
    margin-left: 20px; }
    main ul li, main ol li {
      padding-left: 5px;
      margin-bottom: 5px;
      font-family: "Lato", sans-serif;
      font-size: 16px; }

em {
  font-style: italic; }

.center {
  text-align: center; }

.padding {
  padding: 20px; }
  .padding-vert {
    padding: 20px 0; }
  .padding-bottom {
    padding-bottom: 20px; }

.green-bg {
  background-color: #82988C; }
  .green-bg ul > li {
    color: #ffffff; }

.orange-bg {
  background-color: #F28C32; }
  .orange-bg ul > li {
    color: #ffffff; }

#coming-soon {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(130, 152, 140, 0.85)), to(rgba(130, 152, 140, 0.96))), url(/wp-content/uploads/2020/08/quicksurface-bg.jpg);
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px; }
  #coming-soon .middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
  #coming-soon h1, #coming-soon p {
    color: white !important; }
