@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 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 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

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

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * 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 style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

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

/**
     * Show the overflow in IE.
     */
button {
  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; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  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 and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [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 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 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 {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

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

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

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

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

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

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

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

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

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

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

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

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

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

.row {
  max-width: 78.125rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -1.125rem;
        margin-left: -1.125rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -1.125rem;
        margin-left: -1.125rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 1.125rem;
    padding-left: 1.125rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 1.125rem;
      padding-left: 1.125rem; } }
  .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 {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 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 {
  float: left;
  width: 100%; }
  .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 {
  float: left;
  width: 50%; }
  .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 {
  float: left;
  width: 33.3333333333%; }
  .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 {
  float: left;
  width: 25%; }
  .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 {
  float: left;
  width: 20%; }
  .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 {
  float: left;
  width: 16.6666666667%; }
  .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 {
  float: left;
  width: 14.2857142857%; }
  .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 {
  float: left;
  width: 12.5%; }
  .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-right: 0;
  padding-left: 0; }

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

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

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

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

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

@media print, 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 {
    float: left;
    width: 100%; }
    .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 {
    float: left;
    width: 50%; }
    .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 {
    float: left;
    width: 33.3333333333%; }
    .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 {
    float: left;
    width: 25%; }
    .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 {
    float: left;
    width: 20%; }
    .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 {
    float: left;
    width: 16.6666666667%; }
    .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 {
    float: left;
    width: 14.2857142857%; }
    .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 {
    float: left;
    width: 12.5%; }
    .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-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1.125rem;
    padding-left: 1.125rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .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 {
    float: left;
    width: 100%; }
    .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 {
    float: left;
    width: 50%; }
    .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 {
    float: left;
    width: 33.3333333333%; }
    .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 {
    float: left;
    width: 25%; }
    .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 {
    float: left;
    width: 20%; }
    .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 {
    float: left;
    width: 16.6666666667%; }
    .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 {
    float: left;
    width: 14.2857142857%; }
    .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 {
    float: left;
    width: 12.5%; }
    .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-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1.125rem;
    padding-left: 1.125rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 2.25rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.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 print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

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

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

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

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

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

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

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

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

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

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

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

/* CUSTOM STYLES */
/* -----------------------------------------------------------------------------
 *
 * Global "Resets"
 *
 * ----------------------------------------------------------------------------- */
* {
  box-sizing: border-box; }

@viewport {
  width: device-width; }

/* -----------------------------------------------------------------------------
 *
 * HTML5 Elements
 *
 * ----------------------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/* -----------------------------------------------------------------------------
 *
 * Normalize "Light"
 *
 * See normalize source code for clarity on rules
 * https://github.com/necolas/normalize.css
 *
 * ----------------------------------------------------------------------------- */
html {
  text-size-adjust: 100%;
  font-size: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  min-width: 320px;
  overflow-x: hidden; }

figure {
  line-height: 0; }

figcaption {
  line-height: normal; }

svg:not(:root) {
  overflow: hidden; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

hr {
  border: 0;
  height: 0; }

/* Input: Kill browser input chrome */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="submit"],
input[type="password"],
input[type="reset"],
input[type="button"],
button,
textarea {
  appearance: none; }

input,
button,
select,
textarea,
optgroup {
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: antialiased; }

input,
button,
select,
textarea {
  outline: 0;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

textarea {
  resize: none;
  overflow: auto; }

optgroup {
  font-weight: bold; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  overflow: visible; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

/* -----------------------------------------------------------------------------
 *
 * Reset "Light"
 *
 * ----------------------------------------------------------------------------- */
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0; }

ol,
ul {
  list-style: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  text-rendering: optimizeLegibility; }

img {
  -ms-interpolation-mode: bicubic;
  height: auto;
  max-width: 100%;
  border-style: none; }

iframe,
video,
embed {
  max-width: 100%;
  max-height: 100%; }

/*
====================
	UTILITY IMPORTS
====================
*/
/* 
====================
	MEDIA QUERIES
	// USAGE:
	//
	// There are several ways you can use this mixin, but by default the mixin 
	// assumes a min-width mq (see $width & $min options) so by using these
	// options as needed you can create a variety of different mqs to suit
	// your needs, EXAMPLE: @include mq(600px, false, false)
	// would be a mq of: (max-height: 600px)
	//
	// VARS:
	//
	// $point - Breakpoint in pixels (ex: 768px). Options: retina, #px.
	// $width - If this is a width mq, if not, it's a height mq. Default: true. Options: true, false.
	// $min   - If this is a min-# mq, if not, it's a max-# mq. Default: true. Options: true, false.
	// $no-mq - Whether to output mq styles in @media wrapper or not. Var is set in parent stylesheets with $legacy.
====================
*/
/* 
====================
	HELPERS
====================
*/

.section-spacing {
  padding: 2.8125rem 0; }
  @media (min-width: 640px) {
    
    .section-spacing {
      padding: 5.625rem 0; } }


.visual-hide {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }


.no-alias {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-smoothing: subpixel-antialiased; }

.media-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  min-height: 100%; }

.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

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

.clearfix::after {
  clear: both; }

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

/* 
====================
	TRANSITIONS
====================
*/
@keyframes scaleIn {
  from {
    transform: scale(0);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }

a, .foot-nav > li > a:first-child:after, .featured-slider .bottom-bar .button,
.featured-slider-page .bottom-bar .button, .featured-slider .slick-dots li button:before,
.featured-slider-page .slick-dots li button:before, .our-process .quick-quote .button, #standard-form .form-submit {
  transition: all 0.5s ease-in-out; }

.footer .social-icons svg {
  transition: fill 0.5s ease-in; }

/*
====================
	CONTENT IMPORTS
====================
*/
/* Global HTML & Body */
html {
  background: #fff; }

body {
  background: #fff;
  min-height: 100vh; }

/* Global Font & Color */
body,
form,
button,
input,
select,
textarea {
  font: 400 normal 100%/1.5 "Ubuntu", Helvetica, Roboto, Arial, sans-serif;
  color: #383838; }

/* Global Text Selection */
::selection {
  background: #f44714;
  color: #fff;
  text-shadow: none; }

/* Global Wrapper */
#main-container {
  position: relative;
  width: 100%;
  min-height: 100vh; }
  .admin-bar #main-container {
    min-height: calc(100vh - 46px); }
    @media (min-width: 783px) {
      .admin-bar #main-container {
        min-height: calc(100vh - 32px); } }

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

.font-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'core-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-chevron-left:before {
  content: "\e905"; }

.icon-chevron-right:before {
  content: "\e906"; }

/*
====================
	GLOBAL SITE STYLES
====================
*/
/* Paragraph Styles */
.base-content p {
  font-size: 0.875rem;
  margin-bottom: 0.75rem; }
  @media (min-width: 960px) {
    .base-content p {
      font-size: 1rem;
      margin-bottom: 1.5rem; } }

/* HR Styles */
hr {
  border-top: 1px solid #cacaca; }
  .base-content hr {
    margin: 1.5rem auto; }

/*
    Remove top margin from first element (whether element or image)
    Remove bottom margin from last element (whether element or image)
    Hide any empty Wordpress injected p tags to keep from having weird spacing
*/
#main-container .amped-content > *:empty:not(hr):not(br) {
  display: none; }

#main-container .amped-content > *:first-child {
  margin-top: 0; }
  #main-container .amped-content > *:first-child > img {
    margin-top: 0; }

#main-container .amped-content > .wp-image-wrap:nth-child(2) img {
  margin-top: 0; }

#main-container .amped-content > *:last-child {
  margin-bottom: 0; }
  #main-container .amped-content > *:last-child > img {
    margin-bottom: 0; }

#main-container .amped-content > .wp-image-wrap:nth-last-child(2) img {
  margin-bottom: 0; }

#wpadminbar {
  position: fixed !important; }

/* Anchor: Default */
a {
  color: inherit;
  text-decoration: none;
  outline: 0;
  cursor: pointer; }
  a:active, a:focus {
    outline: 1px dotted; }

/* Anchor: Full Styles */
.anchor,
.amped-content a {
  color: #f44714;
  position: relative;
  text-decoration: none; }
  .anchor:hover, .anchor:focus,
  .amped-content a:hover,
  .amped-content a:focus {
    color: #d9390a; }

/*
====================
	HEADING STYLES
====================
*/
.amped-content h1 {
  font-size: 2.25rem; }

.amped-content h2 {
  font-size: 1.5rem; }

.amped-content h3 {
  font-size: 1.125rem; }

.amped-content h4 {
  font-size: 1rem; }

.amped-content h5 {
  font-size: 1rem; }

.amped-content h6 {
  font-size: 0.875rem; }

@media print, screen and (min-width: 40em) {
  .amped-content h1 {
    font-size: 3rem; }
  .amped-content h2 {
    font-size: 2.25rem; }
  .amped-content h3 {
    font-size: 1.5rem; }
  .amped-content h4 {
    font-size: 1.125rem; }
  .amped-content h5 {
    font-size: 1.125rem; }
  .amped-content h6 {
    font-size: 1rem; } }

.amped-content h1, .amped-content .h1,
.amped-content h2, .amped-content .h2,
.amped-content h3, .amped-content .h3,
.amped-content h4, .amped-content .h4,
.amped-content h5, .amped-content .h5,
.amped-content h6, .amped-content .h6 {
  font-family: Ubuntu, serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #f44714; }

.amped-content h1,
.amped-content .h1 {
  margin-top: 40px;
  margin-bottom: 24px;
  line-height: 1.2; }
  @media (min-width: 960px) {
    .amped-content h1,
    .amped-content .h1 {
      margin-top: 45px;
      line-height: 1.25; } }

.amped-content h2,
.amped-content .h2 {
  margin-top: 40px;
  margin-bottom: 35px;
  line-height: 1.27; }
  @media (min-width: 960px) {
    .amped-content h2,
    .amped-content .h2 {
      margin-top: 45px;
      line-height: 1.25; } }

.amped-content h3,
.amped-content .h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3; }
  @media (min-width: 960px) {
    .amped-content h3,
    .amped-content .h3 {
      margin-top: 45px;
      margin-bottom: 24px;
      line-height: 1.25; } }

.amped-content h4,
.amped-content .h4 {
  margin-top: 30px;
  margin-bottom: 18px;
  line-height: 1.39; }
  @media (min-width: 960px) {
    .amped-content h4,
    .amped-content .h4 {
      margin-top: 45px;
      margin-bottom: 20px;
      line-height: 1.33; } }

.amped-content h5,
.amped-content .h5 {
  margin-top: 30px;
  margin-bottom: 12px;
  line-height: 1.39;
  font-weight: 400;
  color: #000; }
  @media (min-width: 960px) {
    .amped-content h5,
    .amped-content .h5 {
      margin-top: 45px;
      margin-bottom: 14px;
      line-height: 1.6; } }

.amped-content h6,
.amped-content .h6 {
  margin-top: 40px;
  margin-bottom: 12px;
  line-height: 1.47;
  text-transform: uppercase; }
  @media (min-width: 960px) {
    .amped-content h6,
    .amped-content .h6 {
      margin-top: 45px;
      margin-bottom: 14px;
      line-height: 1.6; } }

.base-content ul, .base-content
ol, .base-content
dl {
  font-size: 0.875rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 960px) {
    .base-content ul, .base-content
    ol, .base-content
    dl {
      font-size: 1rem;
      margin-top: 2rem;
      margin-bottom: 2rem; } }

.base-content li ~ li {
  margin-top: 4px; }

/* UL */
.list-bullet,
.base-content ul {
  list-style: none;
  padding-left: 3em;
  /*li {
        &:before {
            content: "•";
            color: $primary-color;
            display: inline-block;
            font-size: 20px;
            width: .6em;
            margin-left: -.6em;
        }
    }*/ }
  @media (min-width: 640px) {
    .list-bullet,
    .base-content ul {
      padding-left: 4.5em; } }
  .list-bullet li,
  .base-content ul li {
    font-weight: 400;
    padding-left: 0; }
    .list-bullet li:before,
    .base-content ul li:before {
      font-family: 'core-icons' !important;
      speak: none;
      font-style: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      content: "\e900";
      color: #f44714;
      display: inline-block;
      font-size: 22px;
      font-weight: bold;
      margin-left: -1.5em;
      width: 1.5em;
      vertical-align: sub; }

/* OL */
.list-number,
.base-content ol {
  list-style: decimal outside;
  padding-left: 0;
  padding-right: 2em;
  counter-reset: item; }
  @media (min-width: 960px) {
    .list-number,
    .base-content ol {
      padding-right: 3em; } }
  .list-number li,
  .base-content ol li {
    list-style-type: none;
    counter-increment: item;
    position: relative;
    padding-left: 2em; }
    .list-number li:before,
    .base-content ol li:before {
      font-weight: bold;
      content: counter(item) ".";
      position: absolute;
      top: 0;
      left: 0; }

/* DL */
.dl,
.base-content dl {
  padding-left: 0;
  padding-right: 2em; }
  @media (min-width: 960px) {
    .dl,
    .base-content dl {
      padding-left: 0;
      padding-right: 3em; } }

.dt,
.base-content dt {
  font-weight: 700; }

.dd,
.base-content dd {
  margin-bottom: 20px; }

/* 
====================
	CUSTOM FORM STYLES
====================
*/
.phoney-field {
  display: none; }

.base-content [type='text'], .base-content [type='password'], .base-content [type='date'], .base-content [type='datetime'], .base-content [type='datetime-local'], .base-content [type='month'], .base-content [type='week'], .base-content [type='email'], .base-content [type='number'], .base-content [type='search'], .base-content [type='tel'], .base-content [type='time'], .base-content [type='url'], .base-content [type='color'],
.base-content 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: #000;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .base-content [type='text']:focus, .base-content [type='password']:focus, .base-content [type='date']:focus, .base-content [type='datetime']:focus, .base-content [type='datetime-local']:focus, .base-content [type='month']:focus, .base-content [type='week']:focus, .base-content [type='email']:focus, .base-content [type='number']:focus, .base-content [type='search']:focus, .base-content [type='tel']:focus, .base-content [type='time']:focus, .base-content [type='url']:focus, .base-content [type='color']:focus,
  .base-content textarea:focus {
    border: 1px solid #383838;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

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

.base-content input::placeholder,
.base-content textarea::placeholder {
  color: #cacaca; }

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

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

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

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

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

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

.base-content [type='file'] {
  width: 100%; }

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

.base-content .help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

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

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

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

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

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

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

.base-content fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

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

.base-content .fieldset {
  border: 1px solid #383838;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .base-content .fieldset legend {
    background: #fff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

.base-content 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: #000;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2851, 51, 51%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) {
    .base-content select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  .base-content select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  .base-content select::-ms-expand {
    display: none; }
  .base-content select[multiple] {
    height: auto;
    background-image: none; }

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

/* Blockquote */
.base-content blockquote {
  margin: 36px auto;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  .base-content blockquote, .base-content blockquote p {
    line-height: 1.5;
    color: #383838; }

/* Cite */
.base-content cite {
  display: block;
  font-size: 0.8125rem;
  color: #383838; }
  .base-content cite:before {
    content: '\2014 \0020'; }

.base-content table {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 0; }
  thead, tbody, tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff; }
  caption {
    font-weight: 700;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead, tfoot {
    background: #f9f9f9;
    color: #383838; }
    thead tr, tfoot tr {
      background: transparent; }
    thead th, thead td, tfoot th, tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: 700;
      text-align: left; }
  tbody tr:nth-child(even) {
    background-color: #f2f2f2; }
  tbody th, tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

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

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

.base-content table.hover tr:hover {
  background-color: #fafafa; }

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

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

/* Images */
img {
  margin-left: auto;
  margin-right: auto; }
  .article-content img {
    line-height: 0;
    width: auto;
    height: auto;
    display: block; }

.amped-content img {
  line-height: 0;
  width: auto;
  height: auto;
  display: block; }

/* Lazy Load Fade In */
.lazyload,
.lazyloading {
  opacity: 0;
  transition: opacity .3s ease-in-out; }

.lazyloaded {
  opacity: 1;
  transition: opacity .3s ease-in-out; }

/* Image: Wrappers */
.wp-image-wrap,
.wp-caption {
  width: auto !important;
  max-width: none;
  margin: 0 auto; }

/* Image: Captions */
.wp-caption-text {
  margin: 6px 0 0;
  font-family: "Ubuntu", Helvetica, Roboto, Arial, sans-serif;
  color: #383838;
  font-size: 12px;
  line-height: 1.5; }
  @media (min-width: 960px) {
    .wp-caption-text {
      font-size: 14px; } }

/* Image: Alignments */
.aligncenter,
.alignnone {
  margin-top: 24px;
  margin-bottom: 24px; }
  @media (min-width: 960px) {
    .aligncenter,
    .alignnone {
      margin-top: 36px;
      margin-bottom: 36px; } }

.alignleft,
.alignright {
  margin-top: 24px;
  margin-bottom: 24px; }
  @media (min-width: 960px) {
    .alignleft,
    .alignright {
      margin-top: 36px;
      margin-bottom: 36px;
      max-width: 50%; } }

@media (min-width: 960px) {
  .alignleft {
    float: left;
    margin-right: 36px; } }

@media (min-width: 960px) {
  .alignright {
    float: right;
    margin-left: 36px; } }

/* Responsive Media */
.article-content .responsive-embed {
  margin-top: 24px;
  margin-bottom: 24px; }
  @media (min-width: 960px) {
    .article-content .responsive-embed {
      margin-top: 36px;
      margin-bottom: 36px; } }

/* Header */
/* 
====================
	MAIN HEADER STYLES
====================
*/
.site-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 41px 22px 22px 22px; }
  @media (min-width: 1024px) {
    .site-header {
      padding: 2.25rem; } }
  .site-header .bottom-border {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 6px;
    left: 0;
    right: 0;
    background: linear-gradient(to right, #f44714 0%, #ffffff 100%);
    background-repeat: no-repeat; }
  .site-header .logo img {
    max-width: 150px; }
    @media (min-width: 640px) {
      .site-header .logo img {
        max-width: 236px; } }
  .site-header .header-phone {
    text-align: right;
    margin-bottom: 0.875rem; }
    .site-header .header-phone svg {
      width: 12px;
      height: 12px;
      fill: #f44714;
      margin-right: 6px; }
    .site-header .header-phone p,
    .site-header .header-phone a {
      display: inline-block;
      text-transform: uppercase; }
    .site-header .header-phone p {
      display: none; }
      @media (min-width: 1024px) {
        .site-header .header-phone p {
          font-size: 0.75rem;
          display: inline-block; } }
      @media (min-width: 1170px) {
        .site-header .header-phone p {
          font-size: 0.875rem; } }
    .site-header .header-phone a {
      z-index: 99 !important;
      font-weight: 700;
      letter-spacing: .03em;
      top: 0;
      left: 0;
      right: 0;
      position: fixed;
      text-align: center;
      background-color: #383838;
      color: #fff;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7); }
      @media (min-width: 1024px) {
        .site-header .header-phone a {
          padding-left: 1rem;
          box-shadow: none;
          background-color: transparent;
          color: #383838;
          position: relative; } }

/* Navigations */
/*
====================
  NAVIGATION IMPORTS
====================
*/
/*
====================
  MOBILE TRIGGER BUTTON
====================
*/
/*
====================
  MOBILE NAVIGATION
====================
*/
/*
====================
  MOBILE TRIGGER STYLES
====================
*/
.mobile-trigger {
  position: absolute;
  top: 37px;
  right: 32px;
  bottom: auto;
  left: auto;
  padding: 10px 0 10px 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: #000;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible; }
  @media (min-width: 640px) {
    .mobile-trigger {
      top: 50px; } }
  @media (min-width: 1024px) {
    .mobile-trigger {
      display: none; } }
  .mobile-nav-active .mobile-trigger {
    z-index: 1001;
    top: 37px;
    right: 32px;
    bottom: auto;
    left: auto; }
  .mobile-trigger:hover {
    opacity: 0.7; }
  .mobile-trigger.is-active .mobile-trigger-inner {
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .mobile-trigger.is-active .mobile-trigger-inner::before {
      top: 0;
      opacity: 0;
      transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
    .mobile-trigger.is-active .mobile-trigger-inner::after {
      bottom: 0;
      transform: rotate(-90deg);
      transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

.mobile-trigger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 6px; }

.mobile-trigger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .mobile-trigger-inner, .mobile-trigger-inner::before, .mobile-trigger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #000;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .mobile-trigger-inner::before, .mobile-trigger-inner::after {
    content: "";
    display: block; }
  .mobile-trigger-inner::before {
    top: -8px;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .mobile-trigger-inner::after {
    bottom: -8px;
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

/*
====================
  MOBILE TRIGGER STYLES
====================
*/
html.no-scroll,
body.no-scroll {
  overflow: hidden;
  height: 100%;
  position: fixed; }

.mobile-nav-active .main-nav {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 80px 32px 80px 32px; }

.mobile-nav-active .navbar {
  opacity: 1;
  float: none;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
  padding: 0; }
  .mobile-nav-active .navbar > li {
    position: relative;
    display: block;
    margin: 0 0 0 0;
    line-height: 1;
    padding: 0 0 0 0; }
    .mobile-nav-active .navbar > li ~ li {
      border-style: solid;
      border-color: #383838;
      border-top-width: 1px;
      border-right-width: 0;
      border-bottom-width: 0;
      border-left-width: 0; }
    .mobile-nav-active .navbar > li > a {
      position: relative;
      display: block;
      color: #f44714;
      font-size: 1.375rem;
      font-family: inherit;
      line-height: 1;
      font-weight: 500;
      padding: 18px 0 18px 0;
      margin: 0 0 0 0;
      width: 100%;
      height: auto; }
  .mobile-nav-active .navbar > li:hover > a,
  .mobile-nav-active .navbar > li:focus > a {
    color: #000;
    background-color: transparent; }
  .mobile-nav-active .navbar > li.active {
    cursor: pointer; }
    .mobile-nav-active .navbar > li.active > a {
      color: #000;
      background-color: transparent; }

/*
====================
  NAVIGATION STYLES
====================
*/
.foot-nav > li > a:first-child:after {
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: '';
  opacity: 0;
  visibility: hidden; }

.foot-nav > li:hover > a:first-child:after {
  opacity: 1;
  visibility: visible; }

.desktop-nav-active #main-navigation {
  opacity: 1;
  transition: opacity .15s ease; }

.desktop-nav-active .main-nav {
  width: 100%;
  height: auto; }

.desktop-nav-active .navbar {
  opacity: 1;
  height: auto;
  background-color: transparent;
  display: none; }
  @media (min-width: 1024px) {
    .desktop-nav-active .navbar {
      text-align: right;
      display: block; } }
  .desktop-nav-active .navbar > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    line-height: 1;
    padding: 0 0.625rem; }
    @media (min-width: 1024px) {
      .desktop-nav-active .navbar > li {
        padding: 0 1rem; } }
    .desktop-nav-active .navbar > li:after {
      content: "|";
      position: absolute;
      right: -4px;
      top: 2px;
      font-size: 26px;
      font-weight: 300;
      color: #383838;
      opacity: .9;
      font-family: initial; }
    .desktop-nav-active .navbar > li:last-of-type {
      padding-right: 0; }
      .desktop-nav-active .navbar > li:last-of-type:after {
        display: none; }
      .desktop-nav-active .navbar > li:last-of-type a {
        padding-right: 0; }
    .desktop-nav-active .navbar > li > a {
      position: relative;
      display: inline-block;
      color: #383838;
      font-size: 1rem;
      font-family: inherit;
      line-height: 1;
      font-weight: 500;
      text-transform: uppercase;
      padding: 0.3125rem 0; }
      @media (min-width: 1100px) {
        .desktop-nav-active .navbar > li > a {
          padding: 0.3125rem 0; } }
      @media (min-width: 1200px) {
        .desktop-nav-active .navbar > li > a {
          padding: 0.3125rem 0.375rem;
          font-size: 1.125rem; } }
  .desktop-nav-active .navbar > li:hover > a,
  .desktop-nav-active .navbar > li:focus > a {
    color: #f44714; }
  .desktop-nav-active .navbar > li.current_page_item,
  .desktop-nav-active .navbar > li.current_page_parent,
  .desktop-nav-active .navbar > li.active {
    cursor: pointer; }
    .desktop-nav-active .navbar > li.current_page_item > a,
    .desktop-nav-active .navbar > li.current_page_parent > a,
    .desktop-nav-active .navbar > li.active > a {
      color: #f44714; }

/*
====================
  NAVIGATION STYLES
====================
*/
.foot-nav > li > a:first-child:after {
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: '';
  opacity: 0;
  visibility: hidden; }

.foot-nav > li:hover > a:first-child:after {
  opacity: 1;
  visibility: visible; }

.sub-nav {
  width: 100%;
  height: auto; }

.foot-nav {
  background-color: transparent; }
  .foot-nav > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    line-height: 1;
    padding: 0 1.25rem; }
    .foot-nav > li > a {
      position: relative;
      display: inline-block;
      color: #fff;
      font-size: 0.75rem;
      font-family: inherit;
      line-height: 1;
      font-weight: 500;
      padding: 0 0.25rem;
      margin: 0; }
  .foot-nav > li:hover > a,
  .foot-nav > li:focus > a {
    color: #fff;
    background-color: transparent; }
  .foot-nav > li.active {
    cursor: pointer; }
    .foot-nav > li.active > a {
      color: #fff;
      background-color: transparent; }

/* Sidebar */
/* Footer */
/* 
====================
	MAIN FOOTER STYLES
====================
*/
.footer {
  padding: 25px 0;
  flex: none;
  background-color: #383838;
  color: #7a7c82;
  border-bottom: 2px solid #f44714;
  text-align: center; }
  @media (min-width: 640px) {
    .footer {
      text-align: inherit;
      padding: 40px 0; } }
  .footer address {
    font-style: normal;
    font-size: 0.875rem; }
  @media (min-width: 640px) {
    .footer .right {
      text-align: right; } }
  .footer .social-icons {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem; }
    @media (min-width: 640px) {
      .footer .social-icons {
        margin-top: 0;
        margin-bottom: 1.125rem; } }
    .footer .social-icons .houzz svg {
      vertical-align: text-bottom; }
    .footer .social-icons svg {
      fill: #7a7c82;
      margin: 0 7px; }
      @media (min-width: 640px) {
        .footer .social-icons svg {
          margin-left: 15px; } }
      .footer .social-icons svg:hover {
        fill: #f44714; }
  .footer .footer-phone {
    font-size: 1.75rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5rem; }
    @media (min-width: 640px) {
      .footer .footer-phone {
        font-size: 2rem; } }
  .footer .footer-service-area {
    font-size: 0.875rem;
    color: #7a7c82;
    margin-bottom: 1.5rem;
    text-align: center; }
    @media (min-width: 640px) {
      .footer .footer-service-area {
        font-size: 1rem; } }
  .footer .footer-centered {
    text-align: center; }
  .footer .footer-counties {
    margin-bottom: 1.5rem; }
  .footer .footer-counties-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    text-align: center; }
  .footer .footer-counties-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px; }
    .footer .footer-counties-list li {
      color: #7a7c82;
      font-size: 0.875rem; }
      @media (min-width: 640px) {
        .footer .footer-counties-list li {
          font-size: 0.9rem; } }

/* Sliders */
.featured-slider,
.featured-slider-page {
  position: relative;
  width: 100%;
  /* Dots */ }
  .featured-slider figure,
  .featured-slider-page figure {
    margin: 0;
    height: 60vh;
    min-height: 500px; }
  .featured-slider .threem-logo,
  .featured-slider-page .threem-logo {
    position: absolute;
    z-index: 9;
    right: 30px;
    top: 30px;
    max-width: 240px;
    display: none; }
    @media (min-width: 640px) {
      .featured-slider .threem-logo,
      .featured-slider-page .threem-logo {
        display: block; } }
  .featured-slider .bottom-bar,
  .featured-slider-page .bottom-bar {
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #383838;
    z-index: 9;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media (min-width: 640px) {
      .featured-slider .bottom-bar,
      .featured-slider-page .bottom-bar {
        flex-direction: row; } }
    .featured-slider .bottom-bar h2,
    .featured-slider-page .bottom-bar h2 {
      color: #fff;
      font-size: 24px;
      font-weight: 300;
      display: inline-block;
      margin-bottom: 0.75rem; }
      @media (min-width: 640px) {
        .featured-slider .bottom-bar h2,
        .featured-slider-page .bottom-bar h2 {
          font-size: 36px;
          margin-bottom: 0; } }
      .featured-slider .bottom-bar h2 span,
      .featured-slider-page .bottom-bar h2 span {
        font-weight: 500; }
    .featured-slider .bottom-bar .button,
    .featured-slider-page .bottom-bar .button {
      display: inline-block;
      margin-bottom: 0;
      border-width: 2px;
      padding: 0.55em 1em;
      font-size: 12px; }
      @media (min-width: 640px) {
        .featured-slider .bottom-bar .button,
        .featured-slider-page .bottom-bar .button {
          margin-left: 1.125rem;
          font-size: 14px; } }
      .featured-slider .bottom-bar .button:hover,
      .featured-slider-page .bottom-bar .button:hover {
        background-color: #f44714;
        color: #fff;
        border-color: #f44714; }
  .featured-slider .window-tint-caption,
  .featured-slider-page .window-tint-caption {
    background-color: transparent;
    text-align: left;
    z-index: 4;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 960px) {
      .featured-slider .window-tint-caption,
      .featured-slider-page .window-tint-caption {
        width: 60%; } }
    @media (min-width: 1024px) {
      .featured-slider .window-tint-caption,
      .featured-slider-page .window-tint-caption {
        width: 55%; } }
  .featured-slider .overlay,
  .featured-slider-page .overlay {
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 4; }
  .featured-slider .tint-wrap,
  .featured-slider-page .tint-wrap {
    text-align: center; }
    @media (min-width: 640px) {
      .featured-slider .tint-wrap,
      .featured-slider-page .tint-wrap {
        text-align: left;
        padding: 0 80px;
        max-width: 73%; } }
    .featured-slider .tint-wrap h1,
    .featured-slider-page .tint-wrap h1 {
      color: #fff;
      z-index: 5;
      line-height: 1.1;
      font-size: 1.75rem;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 0.5rem; }
      @media (min-width: 960px) {
        .featured-slider .tint-wrap h1,
        .featured-slider-page .tint-wrap h1 {
          font-size: 2.25rem; } }
      @media (min-width: 1024px) {
        .featured-slider .tint-wrap h1,
        .featured-slider-page .tint-wrap h1 {
          font-size: 3rem; } }
    .featured-slider .tint-wrap .serving-area,
    .featured-slider-page .tint-wrap .serving-area {
      color: #fff;
      font-size: 1.1rem;
      font-weight: 300;
      margin-top: 0.75rem;
      letter-spacing: 0.5px;
      line-height: 1.6; }
      @media (min-width: 640px) {
        .featured-slider .tint-wrap .serving-area,
        .featured-slider-page .tint-wrap .serving-area {
          font-size: 1.3rem; } }
      @media (min-width: 1024px) {
        .featured-slider .tint-wrap .serving-area,
        .featured-slider-page .tint-wrap .serving-area {
          font-size: 1.5rem; } }
  .featured-slider .slick-dots,
  .featured-slider-page .slick-dots {
    position: absolute;
    bottom: 100px;
    z-index: 0;
    list-style: none;
    display: block;
    text-align: right;
    padding: 1.125rem;
    margin: 0;
    width: 100%; }
    @media (min-width: 640px) {
      .featured-slider .slick-dots,
      .featured-slider-page .slick-dots {
        bottom: 70px; } }
    .featured-slider .slick-dots li,
    .featured-slider-page .slick-dots li {
      position: relative;
      display: inline-block;
      height: 10px;
      width: 10px;
      margin: 0 2px;
      padding: 0;
      cursor: pointer; }
      @media (min-width: 640px) {
        .featured-slider .slick-dots li,
        .featured-slider-page .slick-dots li {
          height: 12px;
          width: 12px; } }
      .featured-slider .slick-dots li button,
      .featured-slider-page .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        height: 10px;
        width: 10px;
        outline: none;
        line-height: 0;
        font-size: 0;
        color: transparent;
        padding: 5px;
        cursor: pointer; }
        @media (min-width: 640px) {
          .featured-slider .slick-dots li button,
          .featured-slider-page .slick-dots li button {
            height: 12px;
            width: 12px; } }
        .featured-slider .slick-dots li button:hover, .featured-slider .slick-dots li button:focus,
        .featured-slider-page .slick-dots li button:hover,
        .featured-slider-page .slick-dots li button:focus {
          outline: none; }
          .featured-slider .slick-dots li button:hover:before, .featured-slider .slick-dots li button:focus:before,
          .featured-slider-page .slick-dots li button:hover:before,
          .featured-slider-page .slick-dots li button:focus:before {
            opacity: 1; }
        .featured-slider .slick-dots li button:focus,
        .featured-slider-page .slick-dots li button:focus {
          outline: 1px dotted #fff; }
        .featured-slider .slick-dots li button:before,
        .featured-slider-page .slick-dots li button:before {
          position: absolute;
          content: '';
          display: block;
          top: 0;
          left: 0;
          width: 10px;
          height: 10px;
          line-height: 20px;
          text-align: center;
          background-color: transparent;
          border: 1px solid #fff;
          border-radius: 15%; }
          @media (min-width: 640px) {
            .featured-slider .slick-dots li button:before,
            .featured-slider-page .slick-dots li button:before {
              height: 12px;
              width: 12px; } }
      .featured-slider .slick-dots li.slick-active button:before,
      .featured-slider-page .slick-dots li.slick-active button:before {
        background-color: #fff; }

.bottom-triangle {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 14px solid #383838;
  margin: 0 auto; }

/* Components */
.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 24px 0;
  font-size: 0.9rem;
  text-decoration: none;
  background-color: #f44714;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #d6390a;
    color: #fff; }
  .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: #f44714;
    color: foreground(#f44714, #000, #fff); }
    .button.primary:hover, .button.primary:focus {
      background-color: #ca3509;
      color: foreground(#f44714, #000, #fff); }
  .button.secondary {
    background-color: #0089bc;
    color: foreground(#0089bc, #000, #fff); }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #006e96;
      color: foreground(#0089bc, #000, #fff); }
  .button.success {
    background-color: #3adb76;
    color: foreground(#3adb76, #000, #fff); }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: foreground(#3adb76, #000, #fff); }
  .button.warning {
    background-color: #ffae00;
    color: foreground(#ffae00, #000, #fff); }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: foreground(#ffae00, #000, #fff); }
  .button.alert {
    background-color: #ec5840;
    color: foreground(#ec5840, #000, #fff); }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: foreground(#ec5840, #000, #fff); }
  .button.hollow {
    border: 1px solid #f44714;
    color: #f44714; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #7e2106;
      color: #7e2106; }
    .button.hollow.primary {
      border: 1px solid #f44714;
      color: #f44714; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #7e2106;
        color: #7e2106; }
    .button.hollow.secondary {
      border: 1px solid #0089bc;
      color: #0089bc; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #00455e;
        color: #00455e; }
    .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; }

.our-process-head {
  background-color: #383838;
  padding: 16px 0; }
  .our-process-head p {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center; }
    @media (min-width: 640px) {
      .our-process-head p {
        font-size: 2.25rem; } }
    .our-process-head p span {
      font-weight: 500; }

.our-process {
  background-color: #0089bc; }
  .our-process .heading-wrap {
    text-align: center; }
  .our-process .large-head {
    font-weight: 300;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    position: relative;
    display: inline-block;
    line-height: 1.1;
    margin-top: 20px; }
    @media (min-width: 640px) {
      .our-process .large-head {
        margin-top: 0;
        font-size: 3.125rem; } }
    @media (min-width: 960px) {
      .our-process .large-head {
        font-size: 3.75rem; } }
    .our-process .large-head .sub-head {
      color: #fff;
      font-size: 1.5rem;
      font-weight: 400;
      left: 0;
      right: 0;
      top: -30px;
      position: absolute; }
      @media (min-width: 960px) {
        .our-process .large-head .sub-head {
          right: auto;
          top: -27px;
          left: -115px; } }
    .our-process .large-head .bold {
      font-weight: 500; }
  .our-process .three-steps {
    margin-top: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    text-align: center;
    color: #fff;
    flex-direction: column; }
    @media (min-width: 960px) {
      .our-process .three-steps {
        margin-top: 3.75rem;
        flex-direction: row; } }
    .our-process .three-steps h3 {
      font-weight: 500;
      font-size: 1.5rem; }
    .our-process .three-steps svg {
      margin-bottom: 0.5rem; }
      @media (min-width: 960px) {
        .our-process .three-steps svg {
          margin-bottom: 1.25rem; } }
    .our-process .three-steps .step-item {
      padding: 20px 40px;
      width: 100%; }
      @media (min-width: 960px) {
        .our-process .three-steps .step-item {
          width: calc(99.98% / 3);
          padding: 0 45px; } }
  .our-process .quick-quote {
    text-align: center;
    margin-top: 1.25rem; }
    @media (min-width: 960px) {
      .our-process .quick-quote {
        margin-top: 3.75rem; } }
    .our-process .quick-quote span {
      color: #f44714; }
    .our-process .quick-quote #quote-form {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      flex-wrap: wrap; }
      @media (min-width: 960px) {
        .our-process .quick-quote #quote-form {
          flex-direction: row; } }
    .our-process .quick-quote input {
      width: 292px;
      background-color: transparent;
      border: 2px solid #fff;
      margin: 0 8px;
      margin-bottom: 0.625rem; }
      @media (min-width: 960px) {
        .our-process .quick-quote input {
          width: 192px;
          margin-bottom: 0; } }
      .our-process .quick-quote input::placeholder {
        color: #fff; }
    .our-process .quick-quote p {
      color: #fff; }
    .our-process .quick-quote .main-head {
      font-weight: bold;
      margin-bottom: 2px; }
    .our-process .quick-quote .sub-head {
      font-size: 0.75rem; }
    .our-process .quick-quote .button {
      background-color: #fff;
      color: #383838;
      padding: 0.85em 4.5em;
      font-weight: 500;
      letter-spacing: .03em;
      margin-bottom: 0; }
      @media (min-width: 960px) {
        .our-process .quick-quote .button {
          margin-left: 8px; } }
      .our-process .quick-quote .button:hover {
        background-color: #f44714;
        color: #fff; }
    .our-process .quick-quote .estimate-details {
      margin-top: 1.5rem;
      font-size: 0.875rem;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.6;
      opacity: 0.9;
      width: 100%;
      flex-basis: 100%; }
    .our-process .quick-quote .showroom-visit {
      margin-top: 1.5rem;
      font-size: 1.125rem;
      font-weight: 600;
      color: #f44714;
      font-style: italic;
      width: 100%;
      flex-basis: 100%; }
      @media (min-width: 640px) {
        .our-process .quick-quote .showroom-visit {
          font-size: 1.25rem; } }

.quick-quote-callout {
  display: inline-block;
  background-color: #fff;
  color: #0089bc !important;
  border-radius: 2px;
  padding: 7px 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }

.why-window-film-head {
  background-color: #383838;
  padding: 18px 0;
  text-align: center; }
  @media (min-width: 740px) {
    .why-window-film-head {
      text-align: inherit; } }
  .why-window-film-head .inner-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media (min-width: 740px) {
      .why-window-film-head .inner-wrap {
        flex-direction: row; } }
  .why-window-film-head p {
    width: 40%;
    color: #fff;
    font-size: 1.3125rem;
    font-weight: 300;
    margin-bottom: 1.25rem;
    text-transform: uppercase; }
    @media (min-width: 740px) {
      .why-window-film-head p {
        margin-bottom: 0; } }
    @media (min-width: 970px) {
      .why-window-film-head p {
        font-size: 1.5rem; } }
    @media (min-width: 1172px) {
      .why-window-film-head p {
        font-size: 1.8125rem; } }
    .why-window-film-head p span {
      font-weight: 500; }
  .why-window-film-head .sub-page-head {
    text-align: center; }
    .why-window-film-head .sub-page-head p {
      width: 100%;
      margin-bottom: 0; }
  .why-window-film-head .vendor-logos {
    width: 70%;
    text-align: center; }
    @media (min-width: 740px) {
      .why-window-film-head .vendor-logos {
        text-align: right; } }
    .why-window-film-head .vendor-logos img {
      margin: 0 6px;
      vertical-align: initial; }
      @media (min-width: 740px) {
        .why-window-film-head .vendor-logos img {
          margin-left: 0.5rem; } }
    .why-window-film-head .vendor-logos .suntek {
      max-height: 20px; }
      @media (min-width: 740px) {
        .why-window-film-head .vendor-logos .suntek {
          max-height: 27px; } }
      @media (min-width: 1100px) {
        .why-window-film-head .vendor-logos .suntek {
          max-height: 60px; } }
    .why-window-film-head .vendor-logos .llumar {
      max-height: 28px; }
      @media (min-width: 740px) {
        .why-window-film-head .vendor-logos .llumar {
          max-height: 35px; } }
      @media (min-width: 1100px) {
        .why-window-film-head .vendor-logos .llumar {
          max-height: 40px; } }
    .why-window-film-head .vendor-logos .decorative {
      max-height: 18px; }
      @media (min-width: 740px) {
        .why-window-film-head .vendor-logos .decorative {
          max-height: 25px; } }
      @media (min-width: 1100px) {
        .why-window-film-head .vendor-logos .decorative {
          max-height: 30px; } }

.why-window-film .reasons {
  display: flex;
  align-items: center; }

.why-window-film .inner-wrap {
  position: relative;
  padding: 0 20px; }

.why-window-film .hide-me {
  display: none; }
  @media (min-width: 780px) {
    .why-window-film .hide-me {
      display: block; } }

.why-window-film .flex-items {
  display: flex;
  flex-wrap: wrap; }

.why-window-film .leaf,
.why-window-film .eye,
.why-window-film .cloud,
.why-window-film .security {
  position: absolute;
  left: -35px;
  top: 0;
  max-height: 25px; }
  @media (min-width: 640px) {
    .why-window-film .leaf,
    .why-window-film .eye,
    .why-window-film .cloud,
    .why-window-film .security {
      max-height: 100%;
      left: -45px; } }

.why-window-film .logo-only {
  fill: #f44714;
  max-width: 260px; }
  @media (min-width: 1024px) {
    .why-window-film .logo-only {
      max-width: 100%; } }

.why-window-film h4 {
  font-size: 1.5rem;
  font-weight: 500; }

.why-window-film hr {
  width: 40px;
  margin: 10px 0;
  border-width: 2px;
  border-color: #383838; }

.why-window-film .top-row {
  margin-bottom: 3.75rem; }

.why-window-film .bottom-row {
  margin-bottom: 3.75rem; }
  @media (min-width: 1024px) {
    .why-window-film .bottom-row {
      margin-bottom: 0; } }

.before-after {
  text-align: center; }
  .before-after .instructions {
    color: #0089bc;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px; }
  @media (min-width: 640px) {
    .before-after {
      margin-top: 5rem; } }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block; }

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: transparent; }

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0; }

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }

.twentytwenty-before-label:before {
  content: "Before"; }

.twentytwenty-after-label {
  opacity: 0; }

.twentytwenty-after-label:before {
  content: "After"; }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: transparent;
  z-index: 25; }

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5); }

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1; }

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }

/* Pages */
.text-and-image {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1024px) {
    .text-and-image {
      flex-direction: row; } }

.left-side {
  width: 100%; }
  @media (min-width: 1024px) {
    .left-side {
      width: 40%; } }

.right-image {
  position: relative;
  width: 100%;
  min-height: 300px; }
  @media (min-width: 640px) {
    .right-image {
      min-height: 400px; } }
  @media (min-width: 1024px) {
    .right-image {
      width: 60%;
      min-height: 400px; } }
  .right-image .background-cover {
    background-position: right; }
    @media (min-width: 1024px) {
      .right-image .background-cover {
        background-position: center center; } }

.header-contact {
  background-color: #f44714;
  text-align: center;
  padding: 80px 0; }
  .header-contact h1 {
    color: #fff;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 0.875rem; }
    .header-contact h1 span {
      font-weight: 500; }
  .header-contact p {
    color: #fff;
    font-size: 1.5rem; }

.side-contact h2 {
  color: #383838; }

#standard-form {
  padding-top: 1.125rem; }
  #standard-form .flex-outter {
    display: flex;
    flex-direction: column; }
    @media (min-width: 640px) {
      #standard-form .flex-outter {
        flex-direction: row; } }
    #standard-form .flex-outter input {
      justify-content: center;
      border-color: #383838; }
      #standard-form .flex-outter input:first-of-type {
        margin-right: 1.125rem; }
  #standard-form textarea {
    height: 150px;
    border-color: #383838; }
  #standard-form .form-submit {
    border: 1px solid #d16b20;
    background-color: #f44714;
    color: #fff;
    font-size: 1.5rem;
    font-family: Ubuntu, serif;
    margin-bottom: 0;
    padding: 12px 20px; }
    #standard-form .form-submit:hover {
      background-color: #fff;
      color: #f44714; }

.callout-contact-page {
  display: inline-block;
  background-color: #0089bc;
  color: #fff !important;
  border-radius: 2px;
  padding: 7px 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }

.home-router {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (min-width: 1024px) {
    .home-router {
      margin-top: -14px;
      flex-wrap: nowrap; } }
  .home-router .four-square {
    position: relative;
    margin: 5px 5px;
    overflow: hidden;
    width: calc(49.8% - 10px); }
    @media (min-width: 1024px) {
      .home-router .four-square {
        width: calc(99.98% / 4 - 36px);
        margin: 30px 15px; }
        .home-router .four-square:first-of-type {
          margin-left: 30px; }
        .home-router .four-square:last-of-type {
          margin-right: 30px; } }
    .home-router .four-square:hover .tint-me {
      bottom: -0; }
    .home-router .four-square:hover .caption {
      bottom: 40%; }
    .home-router .four-square:hover .learn-more {
      bottom: -20px;
      opacity: 1; }
    .home-router .four-square .caption {
      padding: .5rem;
      text-align: center;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 20px;
      transition: all .7s ease-in-out;
      color: #fff;
      font-size: 1.125rem;
      line-height: 1;
      font-weight: 900;
      letter-spacing: .03em; }
      .home-router .four-square .caption h4 {
        font-weight: 900;
        letter-spacing: .03em; }
      @media (min-width: 640px) {
        .home-router .four-square .caption {
          font-size: 1.3125rem; } }
    .home-router .four-square .learn-more {
      font-size: 0.75rem;
      position: absolute;
      bottom: -50px;
      left: 0;
      right: 0;
      opacity: 0;
      transition: all .7s ease-in-out; }
    .home-router .four-square .tint-me {
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      bottom: -500px;
      width: 100%;
      height: 600px;
      transition: all .8s ease-in-out; }
      .home-router .four-square .tint-me .inner-tint {
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 15px;
        bottom: 0;
        left: 0;
        height: 650px;
        width: 100%;
        transition: all 1.5s ease-in-out; }

.blue-info-section {
  background-color: #0089bc;
  text-align: center; }
  .blue-info-section .large-head {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.1; }
    @media (min-width: 640px) {
      .blue-info-section .large-head {
        font-size: 2.25rem; } }
  .blue-info-section .sub-head {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.1; }
    @media (min-width: 960px) {
      .blue-info-section .sub-head {
        font-size: 1.75rem; } }
  .blue-info-section svg {
    fill: #000;
    opacity: .4;
    height: 50px;
    margin-top: 0.625rem;
    margin-bottom: 1.25rem; }
    @media (min-width: 960px) {
      .blue-info-section svg {
        margin-top: 0; } }
  .blue-info-section p {
    color: #fff; }
    .blue-info-section p:last-of-type {
      margin-bottom: 0; }

.film-roles {
  position: relative; }
  .film-roles .gray-banner {
    height: 8px;
    background-color: #383838; }
  @media (min-width: 640px) {
    .film-roles img {
      max-width: 40%;
      position: absolute;
      right: 0; } }
  .film-roles h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0.625rem; }
    @media (min-width: 640px) {
      .film-roles h2 {
        font-size: 2.25rem;
        margin-bottom: 1.25rem; } }
    @media (min-width: 1024px) {
      .film-roles h2 {
        font-size: 3rem;
        margin-bottom: 2.5rem; } }
  .film-roles .prim {
    color: #f44714; }
  .film-roles .sec {
    color: #383838; }

.happy-customers {
  background-color: #f44714;
  padding: 18px 0;
  text-align: center; }
  @media (min-width: 740px) {
    .happy-customers {
      text-align: inherit;
      padding: 32px 0; } }
  .happy-customers .inner-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media (min-width: 740px) {
      .happy-customers .inner-wrap {
        flex-direction: row; } }
  .happy-customers p {
    width: 40%;
    color: #fff;
    font-size: 1.3125rem;
    font-weight: 300;
    margin-bottom: 1.25rem; }
    @media (min-width: 740px) {
      .happy-customers p {
        margin-bottom: 0; } }
    @media (min-width: 970px) {
      .happy-customers p {
        font-size: 2.25rem; } }
    .happy-customers p span {
      font-weight: 500; }
  .happy-customers .vendor-logos {
    width: 70%;
    text-align: center; }
    @media (min-width: 740px) {
      .happy-customers .vendor-logos {
        text-align: right; } }
    .happy-customers .vendor-logos img {
      margin: 0 12px;
      vertical-align: initial;
      max-height: 30px; }
      @media (min-width: 740px) {
        .happy-customers .vendor-logos img {
          max-height: 40px;
          margin-left: 1.5625rem; } }

/* 
====================
	404 STYLES
====================
*/
/* Post */
/* 
====================
	LOOP DEFAULT STYLES
====================
*/
/* 
====================
	SINGLE POST STYLES
====================
*/
/* Pagination */
/*
====================
	WOO IMPORTS
====================
*/
/*
====================
	WOO GLOBAL STYLES
====================
*/
/*
====================
	WOO ACCOUNT STYLES
====================
*/
/*
====================
	WOO HEADER STYLES
====================
*/
/*
====================
	WOO CART STYLES
====================
*/
/*
====================
	WOO CHECKOUT STYLES
====================
*/
/*
====================
	WOO LOOP STYLES
====================
*/
/* Layout Grid */
.woocommerce .products-archive-loop {
  width: 100%;
  margin: 0 auto;
  float: right;
  padding-left: 310px; }

/* Loop Grid */
@media (min-width: 960px) {
  .woocommerce[class*=columns-] ul.products,
  .woocommerce ul.products {
    display: flex;
    flex-direction: row; } }

.woocommerce[class*=columns-] ul.products li.product,
.woocommerce ul.products li.product {
  display: block;
  float: none !important;
  margin-right: 0;
  margin-left: 0; }
  @media (min-width: 960px) {
    .woocommerce[class*=columns-] ul.products li.product,
    .woocommerce ul.products li.product {
      margin-right: 1.125rem;
      margin-left: 1.125rem; }
      .woocommerce[class*=columns-] ul.products li.product.first,
      .woocommerce ul.products li.product.first {
        margin-left: 0; }
      .woocommerce[class*=columns-] ul.products li.product.last,
      .woocommerce ul.products li.product.last {
        margin-right: 0; } }

.woocommerce ul.products li.product {
  width: 100%; }
  @media (min-width: 960px) {
    .woocommerce ul.products li.product {
      width: calc(99.9% * 1 / 3 - (36px - 36px * 1 / 3)); } }

.woocommerce.columns-3 ul.products li.product {
  width: 100%; }
  @media (min-width: 960px) {
    .woocommerce.columns-3 ul.products li.product {
      width: calc(99.9% * 1 / 3 - (36px - 36px * 1 / 3)); } }

.woocommerce.columns-4 ul.products li.product {
  width: 100%; }
  @media (min-width: 960px) {
    .woocommerce.columns-4 ul.products li.product {
      width: calc(99.9% * 1 / 4 - (36px - 36px * 1 / 4)); } }

/*
====================
	WOO NOTICES STYLES
====================
*/
/*
====================
	WOO SEARCH FORM STYLES
====================
*/
/*
====================
	WOO PRODUCT SINGLE STYLES
====================
*/
.woocommerce.single-product .up-sells,
.woocommerce.single-product .related {
  clear: both; }

/*
====================
	WOO SIDEBAR STYLES
====================
*/
.woocommerce .store-sidebar {
  width: 310px;
  float: left;
  margin-right: -310px;
  padding-right: 36px; }

/*
====================
	CUSTOM STYLES
====================
*/
.our-process .heading-wrap .sub-head {
  color: #ffffff; }

/* Transform Section */
.transform-section {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  padding: 80px 20px; }

.transform-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.transform-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.transform-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
  max-width: 800px;
  margin: 0 auto; }

.transform-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: capitalize;
  color: #ffffff; }

.transform-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #ffffff; }

@media (min-width: 768px) {
  .transform-subtitle {
    font-size: 2rem; }
  .transform-title {
    font-size: 3.5rem; } }

.transform-cta {
  display: inline-block;
  padding: 15px 40px;
  background-color: #0066cc;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  text-transform: uppercase; }

.transform-cta:hover {
  background-color: #0052a3;
  color: #ffffff; }

.transform-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1; }

.testimonials-section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  background: #fff; }

.testimonials-section .testimonials-content {
  position: relative;
  text-align: center;
  padding: 60px 20px; }

.testimonials-section .testimonials-subtitle {
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.testimonials-section .testimonials-title {
  color: #1a1a1a;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1.2; }

@media screen and (max-width: 640px) {
  .testimonials-section .testimonials-title {
    font-size: 2rem; } }

.testimonials-section .testimonials-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%; }

.testimonials-section .testimonial-slide {
  min-width: 100%;
  padding: 0 20px;
  box-sizing: border-box; }

.testimonials-section .testimonial-card {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 10px;
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }

.testimonials-section .testimonial-stars {
  color: #ffc107;
  font-size: 1.5rem;
  margin-bottom: 20px; }

.testimonials-section .testimonial-text {
  color: #333;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  font-style: italic; }

.testimonials-section .testimonial-author {
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 600; }

.testimonials-section .testimonials-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px; }

.testimonials-section .testimonials-nav button {
  background: #0066cc;
  border: 2px solid #0066cc;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease; }

.testimonials-section .testimonials-nav button:hover {
  background: #0052a3;
  border-color: #0052a3;
  transform: scale(1.1); }

.current-specials-section {
  background-color: #fff;
  text-align: center;
  padding-bottom: 30px; }

.current-specials-section .specials-background-overlay {
  display: none; }

.current-specials-section .specials-header {
  padding-top: 20px;
  margin-bottom: 20px; }

.current-specials-section .specials-badge {
  display: inline-block;
  background-color: #f44714;
  color: #fff;
  padding: 15px 35px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
  box-shadow: 0 4px 15px rgba(244, 71, 20, 0.3); }

.current-specials-section .specials-title {
  font-size: 2.25rem;
  font-weight: 300;
  color: #383838;
  margin-bottom: 20px;
  line-height: 1.1; }

@media (min-width: 640px) {
  .current-specials-section .specials-title {
    font-size: 3.125rem; } }

.current-specials-section .offer-expires {
  font-size: 1.75rem;
  color: #f44714;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

@media (min-width: 640px) {
  .current-specials-section .offer-expires {
    font-size: 2.25rem; } }

@media (min-width: 1024px) {
  .current-specials-section .offer-expires {
    font-size: 2.5rem; } }

.current-specials-section .countdown-timer {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px; }

.current-specials-section .countdown-item {
  background-color: #0089bc;
  padding: 10px 18px;
  min-width: 70px;
  border: 2px solid #0089bc; }

.current-specials-section .countdown-number {
  display: block;
  font-size: 1.75rem;
  font-weight: 500;
  color: #fff;
  line-height: 1; }

.current-specials-section .countdown-label {
  display: block;
  font-size: 0.7rem;
  color: #fff;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.current-specials-section .specials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 15px;
  margin-bottom: 20px; }

@media (min-width: 960px) {
  .current-specials-section .specials-grid {
    grid-template-columns: repeat(4, 1fr); } }

.current-specials-section .special-box {
  background-color: #fff;
  padding: 20px 15px;
  transition: all 0.5s ease-in-out;
  border: 2px solid #0089bc; }

.current-specials-section .special-box:hover {
  background-color: #0089bc; }
  .current-specials-section .special-box:hover h3,
  .current-specials-section .special-box:hover p {
    color: #fff; }

.current-specials-section .special-icon {
  font-size: 2.5rem;
  margin-bottom: 8px; }

.current-specials-section .special-box h3 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #383838;
  margin: 10px 0 8px 0;
  line-height: 1.2;
  transition: all 0.5s ease-in-out; }

.current-specials-section .special-box p {
  font-size: 0.875rem;
  color: #383838;
  margin: 0;
  font-weight: 300;
  transition: all 0.5s ease-in-out; }

.current-specials-section .specials-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }

@media (min-width: 960px) {
  .current-specials-section .specials-content {
    grid-template-columns: 1fr 1fr;
    gap: 40px; } }

.current-specials-section .specials-list h3,
.current-specials-section .estimator-info h3 {
  font-size: 1.5rem;
  color: #383838;
  margin-bottom: 15px;
  font-weight: 600; }

.current-specials-section .specials-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.current-specials-section .specials-list li {
  font-size: 1.125rem;
  color: #383838;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.current-specials-section .specials-list li:last-child {
  border-bottom: none; }

.current-specials-section .estimator-info p {
  font-size: 1rem;
  line-height: 1.7;
  color: #383838; }

.current-specials-section .specials-cta {
  padding: 20px 20px 30px 20px;
  margin-top: 0; }

.current-specials-section .cta-label {
  font-size: 1rem;
  color: #383838;
  font-weight: 400;
  margin-bottom: 10px; }

.current-specials-section .specials-phone {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 500;
  color: #0089bc;
  text-decoration: none;
  margin: 10px 0;
  padding: 0;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.03em; }

.current-specials-section .specials-phone:hover {
  color: #f44714; }

.current-specials-section .specials-estimate {
  font-size: 0.875rem;
  font-weight: 300;
  color: #383838;
  margin: 15px 0 0 0;
  line-height: 1.4; }

.current-specials-section .showroom-info {
  font-size: 1.25rem;
  font-weight: 600;
  color: #f44714;
  margin: 20px 0 0 0;
  font-style: italic; }

@media (min-width: 640px) {
  .current-specials-section .showroom-info {
    font-size: 1.5rem; } }

@media screen and (max-width: 768px) {
  .current-specials-section .specials-title {
    font-size: 1.75rem; }
  .current-specials-section .specials-phone {
    font-size: 1.25rem;
    padding: 0; }
  .current-specials-section .countdown-timer {
    gap: 8px;
    flex-wrap: wrap; }
  .current-specials-section .countdown-item {
    min-width: 65px;
    padding: 8px 15px; }
  .current-specials-section .countdown-number {
    font-size: 1.5rem; }
  .current-specials-section .specials-grid {
    grid-template-columns: 1fr; } }

.form-header-text {
  text-align: center;
  margin-bottom: 20px; }

.form-header-text .free-estimates-badge {
  display: inline-block;
  background: #4CAF50;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0; }

#gform_confirmation_message_1 {
  padding: 15px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center; }

#gform_confirmation_message_1.success-message {
  background: #4CAF50;
  color: #fff;
  border: 2px solid #45a049; }

#gform_confirmation_message_1.error-message {
  background: #f44336;
  color: #fff;
  border: 2px solid #d32f2f; }

/* ==========================================================================
   BLOG ARCHIVE
   ========================================================================== */

.blog-archive {
  background-color: #f5f5f5; }

.archive-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #383838;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 0.02em; }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px; }

@media screen and (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px; } }

@media screen and (max-width: 640px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 20px; }
  .archive-title {
    font-size: 2rem; } }

/* Blog Card Styles */
.blog-card {
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%; }

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }

.blog-card-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative; }

.blog-card-image a {
  display: block;
  height: 100%; }

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; }

.blog-card:hover .blog-card-image img {
  transform: scale(1.05); }

.blog-card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column; }

.blog-card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 15px; }

.blog-card-meta time {
  color: #0089bc;
  font-weight: 500; }

.blog-card-separator {
  color: #ccc; }

.blog-card-categories {
  display: flex;
  gap: 5px; }

.blog-card-categories a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease; }

.blog-card-categories a:hover {
  color: #0089bc; }

.blog-card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 15px 0;
  line-height: 1.3; }

.blog-card-title a {
  color: #383838;
  text-decoration: none;
  transition: color 0.3s ease; }

.blog-card-title a:hover {
  color: #0089bc; }

.blog-card-excerpt {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1; }

.blog-card-excerpt p {
  margin: 0; }

.blog-card-link {
  display: inline-block;
  color: #0089bc;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  margin-top: auto; }

.blog-card-link:hover {
  color: #f44714;
  transform: translateX(5px); }

/* ==========================================================================
   SINGLE BLOG POST
   ========================================================================== */

.post-single {
  background: #fff;
  padding: 60px 80px;
  margin: 50px 0; }

@media screen and (max-width: 768px) {
  .post-single {
    padding: 40px 30px; } }

.post-single-header {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0; }

.post-single-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: #383838;
  margin: 0 0 20px 0;
  line-height: 1.2; }

@media screen and (max-width: 768px) {
  .post-single-title {
    font-size: 2rem; } }

.post-single-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 0.95rem;
  color: #666; }

.post-single-meta li {
  display: flex;
  align-items: center;
  gap: 5px; }

.post-single-meta li:not(:last-child)::after {
  content: "•";
  margin-left: 15px;
  color: #ccc; }

.post-single-meta a {
  color: #0089bc;
  text-decoration: none;
  transition: color 0.3s ease; }

.post-single-meta a:hover {
  color: #f44714; }

.post-meta-date time {
  color: #0089bc;
  font-weight: 500; }

.post-meta-categories a {
  color: #666;
  transition: color 0.3s ease; }

.post-meta-categories a:hover {
  color: #0089bc; }

.post-single-featured-image {
  margin-bottom: 40px;
  overflow: hidden; }

.post-single-featured-image img {
  width: 100%;
  height: auto;
  display: block; }

.post-single-content {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 40px; }

.post-single-content h2,
.post-single-content h3,
.post-single-content h4 {
  color: #383838;
  margin-top: 35px;
  margin-bottom: 20px;
  font-weight: 600; }

.post-single-content h2 {
  font-size: 2rem; }

.post-single-content h3 {
  font-size: 1.625rem; }

.post-single-content h4 {
  font-size: 1.375rem; }

.post-single-content p {
  margin-bottom: 20px; }

.post-single-content ul,
.post-single-content ol {
  margin-bottom: 20px;
  padding-left: 30px; }

.post-single-content li {
  margin-bottom: 10px; }

.post-single-content a {
  color: #0089bc;
  text-decoration: underline;
  transition: color 0.3s ease; }

.post-single-content a:hover {
  color: #f44714; }

.post-single-content img {
  max-width: 100%;
  height: auto;
  margin: 30px 0; }

.post-single-content blockquote {
  border-left: 4px solid #0089bc;
  padding-left: 25px;
  margin: 30px 0;
  font-style: italic;
  color: #666;
  font-size: 1.25rem; }

.post-single-footer {
  padding-top: 30px;
  border-top: 1px solid #e0e0e0; }

.post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.post-tags .tag {
  display: inline-block;
  background: #f5f5f5;
  color: #666;
  padding: 8px 16px;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.3s ease; }

.post-tags .tag:hover {
  background: #0089bc;
  color: #fff; }

/* ==========================================================================
   RELATED POSTS
   ========================================================================== */

.related-posts {
  margin-top: 60px;
  padding-top: 50px;
  border-top: 2px solid #e0e0e0; }

.related-posts-title {
  font-size: 2rem;
  font-weight: 600;
  color: #383838;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 0.02em; }

.related-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; }

@media screen and (max-width: 1024px) {
  .related-posts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px; } }

@media screen and (max-width: 640px) {
  .related-posts-grid {
    grid-template-columns: 1fr;
    gap: 20px; }
  .related-posts-title {
    font-size: 1.5rem; } }

.related-post-card {
  background: #f5f5f5;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%; }

.related-post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }

.related-post-image {
  width: 100%;
  height: 200px;
  overflow: hidden; }

.related-post-image a {
  display: block;
  height: 100%; }

.related-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; }

.related-post-card:hover .related-post-image img {
  transform: scale(1.05); }

.related-post-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column; }

.related-post-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 10px 0;
  line-height: 1.4;
  flex-grow: 1; }

.related-post-title a {
  color: #383838;
  text-decoration: none;
  transition: color 0.3s ease; }

.related-post-title a:hover {
  color: #0089bc; }

.related-post-meta {
  font-size: 0.875rem;
  color: #666; }

.related-post-meta time {
  color: #0089bc;
  font-weight: 500; }

/* ==========================================================================
   PAGE HEADER - BLOG POSTS
   ========================================================================== */

.page-header .hero-sub {
  background-color: #0089bc !important;
  background-image: none !important;
  padding: 80px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px; }

.page-header .hero-sub h1 {
  color: #fff !important;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.3;
  padding: 0; }

@media screen and (max-width: 768px) {
  .page-header .hero-sub {
    padding: 60px 30px;
    min-height: 200px; }
  .page-header .hero-sub h1 {
    font-size: 2rem; } }

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