@charset "UTF-8";
/* ======================================================================
Utility
====================================================================== */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 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 and iOS.
 */
/* Document
   ========================================================================== */
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-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  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 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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;
}

/**
 * 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.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

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

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

/**
 * 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 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  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;
}

/**
 * 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 OS X.
 */
[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 */
}

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

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

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

.footer-secondary__list, .social__list {
  list-style: none;
  padding-right: 0;
  padding-left: 0;
}
.footer-secondary__list li, .social__list li {
  display: inline-block;
}

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

/* ======================================================================
Vendor
====================================================================== */
/* ======================================================================
Base
====================================================================== */
/* =================================================================================
  12 column grid
  --------------
  Based on display: inline-block; and font-size: 0; + font-size: 1rem;
================================================================================= */
.container {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 10px;
}

.columns {
  font-size: 0;
  margin-right: -1.8vw;
  margin-left: -1.8vw;
}

.col {
  display: inline-block;
  width: calc(100% - 3.6vw);
  vertical-align: top;
  margin-right: 1.8vw;
  margin-left: 1.8vw;
  font-size: 1rem;
}

.col-1 {
  width: calc(8.333% - 3.6vw);
}

.col-2 {
  width: calc(16.666% - 3.6vw);
}

.col-3 {
  width: calc(25% - 3.6vw);
}

.col-4 {
  width: calc(33.333% - 3.6vw);
}

.col-5 {
  width: calc(41.666% - 3.6vw);
}

.col-6 {
  width: calc(50% - 3.6vw);
}

.col-7 {
  width: calc(58.333% - 3.6vw);
}

.col-8 {
  width: calc(66.666% - 3.6vw);
}

.col-9 {
  width: calc(75% - 3.6vw);
}

.col-10 {
  width: calc(83.333% - 3.6vw);
}

.col-11 {
  width: calc(91.666% - 3.6vw);
}

.col-12 {
  width: calc(100% - 3.6vw);
}

.col-offset-0 {
  margin-left: 1.8vw;
}

.col-offset-1 {
  margin-left: calc(8.333% + 1.8vw);
}

.col-offset-2 {
  margin-left: calc(16.666% + 1.8vw);
}

.col-offset-3 {
  margin-left: calc(25% + 1.8vw);
}

.col-offset-4 {
  margin-left: calc(33.333% + 1.8vw);
}

.col-offset-5 {
  margin-left: calc(41.666% + 1.8vw);
}

.col-offset-6 {
  margin-left: calc(50% + 1.8vw);
}

.col-offset-7 {
  margin-left: calc(58.333% + 1.8vw);
}

.col-offset-8 {
  margin-left: calc(66.666% + 1.8vw);
}

.col-offset-9 {
  margin-left: calc(75% + 1.8vw);
}

.col-offset-10 {
  margin-left: calc(83.333% + 1.8vw);
}

.col-offset-11 {
  margin-left: calc(91.666% + 1.8vw);
}

@media only screen and (min-width: 350px) {
  .container {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media only screen and (min-width: 480px) {
  .col-sm-1 {
    width: calc(8.333% - 3.6vw);
  }

  .col-sm-2 {
    width: calc(16.666% - 3.6vw);
  }

  .col-sm-3 {
    width: calc(25% - 3.6vw);
  }

  .col-sm-4 {
    width: calc(33.333% - 3.6vw);
  }

  .col-sm-5 {
    width: calc(41.666% - 3.6vw);
  }

  .col-sm-6 {
    width: calc(50% - 3.6vw);
  }

  .col-sm-7 {
    width: calc(58.333% - 3.6vw);
  }

  .col-sm-8 {
    width: calc(66.666% - 3.6vw);
  }

  .col-sm-9 {
    width: calc(75% - 3.6vw);
  }

  .col-sm-10 {
    width: calc(83.333% - 3.6vw);
  }

  .col-sm-11 {
    width: calc(91.666% - 3.6vw);
  }

  .col-sm-12 {
    width: calc(100% - 3.6vw);
  }

  .col-sm-offset-0 {
    margin-left: 1.8vw;
  }

  .col-sm-offset-1 {
    margin-left: calc(8.333% + 1.8vw);
  }

  .col-sm-offset-2 {
    margin-left: calc(16.666% + 1.8vw);
  }

  .col-sm-offset-3 {
    margin-left: calc(25% + 1.8vw);
  }

  .col-sm-offset-4 {
    margin-left: calc(33.333% + 1.8vw);
  }

  .col-sm-offset-5 {
    margin-left: calc(41.666% + 1.8vw);
  }

  .col-sm-offset-6 {
    margin-left: calc(50% + 1.8vw);
  }

  .col-sm-offset-7 {
    margin-left: calc(58.333% + 1.8vw);
  }

  .col-sm-offset-8 {
    margin-left: calc(66.666% + 1.8vw);
  }

  .col-sm-offset-9 {
    margin-left: calc(75% + 1.8vw);
  }

  .col-sm-offset-10 {
    margin-left: calc(83.333% + 1.8vw);
  }

  .col-sm-offset-11 {
    margin-left: calc(91.666% + 1.8vw);
  }
}
@media only screen and (min-width: 768px) {
  .container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .col-md-1 {
    width: calc(8.333% - 3.6vw);
  }

  .col-md-2 {
    width: calc(16.666% - 3.6vw);
  }

  .col-md-3 {
    width: calc(25% - 3.6vw);
  }

  .col-md-4 {
    width: calc(33.333% - 3.6vw);
  }

  .col-md-5 {
    width: calc(41.666% - 3.6vw);
  }

  .col-md-6 {
    width: calc(50% - 3.6vw);
  }

  .col-md-7 {
    width: calc(58.333% - 3.6vw);
  }

  .col-md-8 {
    width: calc(66.666% - 3.6vw);
  }

  .col-md-9 {
    width: calc(75% - 3.6vw);
  }

  .col-md-10 {
    width: calc(83.333% - 3.6vw);
  }

  .col-md-11 {
    width: calc(91.666% - 3.6vw);
  }

  .col-md-12 {
    width: calc(100% - 3.6vw);
  }

  .col-md-offset-0 {
    margin-left: 1.8vw;
  }

  .col-md-offset-1 {
    margin-left: calc(8.333% + 1.8vw);
  }

  .col-md-offset-2 {
    margin-left: calc(16.666% + 1.8vw);
  }

  .col-md-offset-3 {
    margin-left: calc(25% + 1.8vw);
  }

  .col-md-offset-4 {
    margin-left: calc(33.333% + 1.8vw);
  }

  .col-md-offset-5 {
    margin-left: calc(41.666% + 1.8vw);
  }

  .col-md-offset-6 {
    margin-left: calc(50% + 1.8vw);
  }

  .col-md-offset-7 {
    margin-left: calc(58.333% + 1.8vw);
  }

  .col-md-offset-8 {
    margin-left: calc(66.666% + 1.8vw);
  }

  .col-md-offset-9 {
    margin-left: calc(75% + 1.8vw);
  }

  .col-md-offset-10 {
    margin-left: calc(83.333% + 1.8vw);
  }

  .col-md-offset-11 {
    margin-left: calc(91.666% + 1.8vw);
  }
}
@media only screen and (min-width: 991px) {
  .col-lg-1 {
    width: calc(8.333% - 3.6vw);
  }

  .col-lg-2 {
    width: calc(16.666% - 3.6vw);
  }

  .col-lg-3 {
    width: calc(25% - 3.6vw);
  }

  .col-lg-4 {
    width: calc(33.333% - 3.6vw);
  }

  .col-lg-5 {
    width: calc(41.666% - 3.6vw);
  }

  .col-lg-6 {
    width: calc(50% - 3.6vw);
  }

  .col-lg-7 {
    width: calc(58.333% - 3.6vw);
  }

  .col-lg-8 {
    width: calc(66.666% - 3.6vw);
  }

  .col-lg-9 {
    width: calc(75% - 3.6vw);
  }

  .col-lg-10 {
    width: calc(83.333% - 3.6vw);
  }

  .col-lg-11 {
    width: calc(91.666% - 3.6vw);
  }

  .col-lg-12 {
    width: calc(100% - 3.6vw);
  }

  .col-lg-offset-0 {
    margin-left: 1.8vw;
  }

  .col-lg-offset-1 {
    margin-left: calc(8.333% + 1.8vw);
  }

  .col-lg-offset-2 {
    margin-left: calc(16.666% + 1.8vw);
  }

  .col-lg-offset-3 {
    margin-left: calc(25% + 1.8vw);
  }

  .col-lg-offset-4 {
    margin-left: calc(33.333% + 1.8vw);
  }

  .col-lg-offset-5 {
    margin-left: calc(41.666% + 1.8vw);
  }

  .col-lg-offset-6 {
    margin-left: calc(50% + 1.8vw);
  }

  .col-lg-offset-7 {
    margin-left: calc(58.333% + 1.8vw);
  }

  .col-lg-offset-8 {
    margin-left: calc(66.666% + 1.8vw);
  }

  .col-lg-offset-9 {
    margin-left: calc(75% + 1.8vw);
  }

  .col-lg-offset-10 {
    margin-left: calc(83.333% + 1.8vw);
  }

  .col-lg-offset-11 {
    margin-left: calc(91.666% + 1.8vw);
  }
}
@media only screen and (min-width: 1199px) {
  .columns {
    margin-right: -22px;
    margin-left: -22px;
  }

  .col {
    width: calc(100% - 44px);
    margin-right: 22px;
    margin-left: 22px;
  }

  .col-1 {
    width: calc(8.333% - 44px);
  }

  .col-2 {
    width: calc(16.666% - 44px);
  }

  .col-3 {
    width: calc(25% - 44px);
  }

  .col-4 {
    width: calc(33.333% - 44px);
  }

  .col-5 {
    width: calc(41.666% - 44px);
  }

  .col-6 {
    width: calc(50% - 44px);
  }

  .col-7 {
    width: calc(58.333% - 44px);
  }

  .col-8 {
    width: calc(66.666% - 44px);
  }

  .col-9 {
    width: calc(75% - 44px);
  }

  .col-10 {
    width: calc(83.333% - 44px);
  }

  .col-11 {
    width: calc(91.666% - 44px);
  }

  .col-12 {
    width: calc(100% - 44px);
  }

  .col-offset-0 {
    margin-left: 22px;
  }

  .col-offset-1 {
    margin-left: calc(8.333% + 22px);
  }

  .col-offset-2 {
    margin-left: calc(16.666% + 22px);
  }

  .col-offset-3 {
    margin-left: calc(25% + 22px);
  }

  .col-offset-4 {
    margin-left: calc(33.333% + 22px);
  }

  .col-offset-5 {
    margin-left: calc(41.666% + 22px);
  }

  .col-offset-6 {
    margin-left: calc(50% + 22px);
  }

  .col-offset-7 {
    margin-left: calc(58.333% + 22px);
  }

  .col-offset-8 {
    margin-left: calc(66.666% + 22px);
  }

  .col-offset-9 {
    margin-left: calc(75% + 22px);
  }

  .col-offset-10 {
    margin-left: calc(83.333% + 22px);
  }

  .col-offset-11 {
    margin-left: calc(91.666% + 22px);
  }

  .col-sm-1 {
    width: calc(8.333% - 44px);
  }

  .col-sm-2 {
    width: calc(16.666% - 44px);
  }

  .col-sm-3 {
    width: calc(25% - 44px);
  }

  .col-sm-4 {
    width: calc(33.333% - 44px);
  }

  .col-sm-5 {
    width: calc(41.666% - 44px);
  }

  .col-sm-6 {
    width: calc(50% - 44px);
  }

  .col-sm-7 {
    width: calc(58.333% - 44px);
  }

  .col-sm-8 {
    width: calc(66.666% - 44px);
  }

  .col-sm-9 {
    width: calc(75% - 44px);
  }

  .col-sm-10 {
    width: calc(83.333% - 44px);
  }

  .col-sm-11 {
    width: calc(91.666% - 44px);
  }

  .col-sm-12 {
    width: calc(100% - 44px);
  }

  .col-sm-offset-0 {
    margin-left: 22px;
  }

  .col-sm-offset-1 {
    margin-left: calc(8.333% + 22px);
  }

  .col-sm-offset-2 {
    margin-left: calc(16.666% + 22px);
  }

  .col-sm-offset-3 {
    margin-left: calc(25% + 22px);
  }

  .col-sm-offset-4 {
    margin-left: calc(33.333% + 22px);
  }

  .col-sm-offset-5 {
    margin-left: calc(41.666% + 22px);
  }

  .col-sm-offset-6 {
    margin-left: calc(50% + 22px);
  }

  .col-sm-offset-7 {
    margin-left: calc(58.333% + 22px);
  }

  .col-sm-offset-8 {
    margin-left: calc(66.666% + 22px);
  }

  .col-sm-offset-9 {
    margin-left: calc(75% + 22px);
  }

  .col-sm-offset-10 {
    margin-left: calc(83.333% + 22px);
  }

  .col-sm-offset-11 {
    margin-left: calc(91.666% + 22px);
  }

  .col-md-1 {
    width: calc(8.333% - 44px);
  }

  .col-md-2 {
    width: calc(16.666% - 44px);
  }

  .col-md-3 {
    width: calc(25% - 44px);
  }

  .col-md-4 {
    width: calc(33.333% - 44px);
  }

  .col-md-5 {
    width: calc(41.666% - 44px);
  }

  .col-md-6 {
    width: calc(50% - 44px);
  }

  .col-md-7 {
    width: calc(58.333% - 44px);
  }

  .col-md-8 {
    width: calc(66.666% - 44px);
  }

  .col-md-9 {
    width: calc(75% - 44px);
  }

  .col-md-10 {
    width: calc(83.333% - 44px);
  }

  .col-md-11 {
    width: calc(91.666% - 44px);
  }

  .col-md-12 {
    width: calc(100% - 44px);
  }

  .col-md-offset-0 {
    margin-left: 22px;
  }

  .col-md-offset-1 {
    margin-left: calc(8.333% + 22px);
  }

  .col-md-offset-2 {
    margin-left: calc(16.666% + 22px);
  }

  .col-md-offset-3 {
    margin-left: calc(25% + 22px);
  }

  .col-md-offset-4 {
    margin-left: calc(33.333% + 22px);
  }

  .col-md-offset-5 {
    margin-left: calc(41.666% + 22px);
  }

  .col-md-offset-6 {
    margin-left: calc(50% + 22px);
  }

  .col-md-offset-7 {
    margin-left: calc(58.333% + 22px);
  }

  .col-md-offset-8 {
    margin-left: calc(66.666% + 22px);
  }

  .col-md-offset-9 {
    margin-left: calc(75% + 22px);
  }

  .col-md-offset-10 {
    margin-left: calc(83.333% + 22px);
  }

  .col-md-offset-11 {
    margin-left: calc(91.666% + 22px);
  }

  .col-lg-1 {
    width: calc(8.333% - 44px);
  }

  .col-lg-2 {
    width: calc(16.666% - 44px);
  }

  .col-lg-3 {
    width: calc(25% - 44px);
  }

  .col-lg-4 {
    width: calc(33.333% - 44px);
  }

  .col-lg-5 {
    width: calc(41.666% - 44px);
  }

  .col-lg-6 {
    width: calc(50% - 44px);
  }

  .col-lg-7 {
    width: calc(58.333% - 44px);
  }

  .col-lg-8 {
    width: calc(66.666% - 44px);
  }

  .col-lg-9 {
    width: calc(75% - 44px);
  }

  .col-lg-10 {
    width: calc(83.333% - 44px);
  }

  .col-lg-11 {
    width: calc(91.666% - 44px);
  }

  .col-lg-12 {
    width: calc(100% - 44px);
  }

  .col-lg-offset-0 {
    margin-left: 22px;
  }

  .col-lg-offset-1 {
    margin-left: calc(8.333% + 22px);
  }

  .col-lg-offset-2 {
    margin-left: calc(16.666% + 22px);
  }

  .col-lg-offset-3 {
    margin-left: calc(25% + 22px);
  }

  .col-lg-offset-4 {
    margin-left: calc(33.333% + 22px);
  }

  .col-lg-offset-5 {
    margin-left: calc(41.666% + 22px);
  }

  .col-lg-offset-6 {
    margin-left: calc(50% + 22px);
  }

  .col-lg-offset-7 {
    margin-left: calc(58.333% + 22px);
  }

  .col-lg-offset-8 {
    margin-left: calc(66.666% + 22px);
  }

  .col-lg-offset-9 {
    margin-left: calc(75% + 22px);
  }

  .col-lg-offset-10 {
    margin-left: calc(83.333% + 22px);
  }

  .col-lg-offset-11 {
    margin-left: calc(91.666% + 22px);
  }

  .col-xl-1 {
    width: calc(8.333% - 44px);
  }

  .col-xl-2 {
    width: calc(16.666% - 44px);
  }

  .col-xl-3 {
    width: calc(25% - 44px);
  }

  .col-xl-4 {
    width: calc(33.333% - 44px);
  }

  .col-xl-5 {
    width: calc(41.666% - 44px);
  }

  .col-xl-6 {
    width: calc(50% - 44px);
  }

  .col-xl-7 {
    width: calc(58.333% - 44px);
  }

  .col-xl-8 {
    width: calc(66.666% - 44px);
  }

  .col-xl-9 {
    width: calc(75% - 44px);
  }

  .col-xl-10 {
    width: calc(83.333% - 44px);
  }

  .col-xl-11 {
    width: calc(91.666% - 44px);
  }

  .col-xl-12 {
    width: calc(100% - 44px);
  }

  .col-xl-offset-0 {
    margin-left: 22px;
  }

  .col-xl-offset-1 {
    margin-left: calc(8.333% + 22px);
  }

  .col-xl-offset-2 {
    margin-left: calc(16.666% + 22px);
  }

  .col-xl-offset-3 {
    margin-left: calc(25% + 22px);
  }

  .col-xl-offset-4 {
    margin-left: calc(33.333% + 22px);
  }

  .col-xl-offset-5 {
    margin-left: calc(41.666% + 22px);
  }

  .col-xl-offset-6 {
    margin-left: calc(50% + 22px);
  }

  .col-xl-offset-7 {
    margin-left: calc(58.333% + 22px);
  }

  .col-xl-offset-8 {
    margin-left: calc(66.666% + 22px);
  }

  .col-xl-offset-9 {
    margin-left: calc(75% + 22px);
  }

  .col-xl-offset-10 {
    margin-left: calc(83.333% + 22px);
  }

  .col-xl-offset-11 {
    margin-left: calc(91.666% + 22px);
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
  overflow-x: hidden;
  /* mobile menu */
  background: #313131;
}

html {
  height: 100%;
  color: #333333;
  font-size: 100%;
  font-family: "Montserrat", sans-serif;
  text-decoration-skip: ink;
  line-height: 1.75;
}
@media (min-width: 991px) {
  html {
    font-size: 100%;
  }
}

body {
  margin: 0;
  overflow: hidden;
}

.body-overlay {
  position: relative;
  background: #fff;
  transition: -webkit-transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
  transition: -moz-transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
  transition: -ms-transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
  -ms-transition: -ms-transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
  transition: transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
}

@media (min-width: 768px) {
  .site-columns {
    min-height: 45vh;
  }
}

p {
  margin: 1em 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
}

h1 {
  margin: 0.625em 0;
  font-size: 2em;
}

.style-h1, .content h1 {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Roboto Slab", serif;
}
@media (min-width: 768px) {
  .style-h1, .content h1 {
    font-size: 1.75rem;
  }
}

h2 {
  margin: 0.625em 0;
  font-size: 1.5em;
}

.style-h2, .content h2 {
  color: #000;
  font-size: 1.2rem;
  font-family: "Roboto Slab", serif;
}
@media (min-width: 768px) {
  .style-h2, .content h2 {
    font-size: 1.375rem;
  }
}

h3 {
  margin: 1.2em 0 0.625em;
  font-size: 1.25em;
}

.style-h3, .content h3 {
  color: #000;
  font-size: 0.9rem;
  text-transform: uppercase;
  line-height: 1.55;
}
@media (min-width: 768px) {
  .style-h3, .content h3 {
    font-size: 1rem;
  }
}

h4 {
  margin: 0.938em 0;
  font-size: 1.125em;
}

h5 {
  margin: 0.938em 0;
  font-size: 1em;
  line-height: 1.125;
}

h6 {
  margin: 0.938em 0;
  font-size: 1em;
  line-height: 1.125;
}

p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 1.875em;
}

ul, ol {
  margin: 1.25em 0 0.625em;
}

hr {
  height: 1px;
  margin: 2rem 0;
  border: none;
  background: rgba(89, 89, 89, 0.3);
}
@media (min-width: 768px) {
  hr {
    margin: 3rem 0;
  }
}

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

figure {
  max-width: 100%;
}

a:focus,
a img,
input:focus,
textarea:focus,
button:focus {
  outline: 0 none;
  /*Chrome Outline Fix*/
}

input:not([type=radio]):not([type=checkbox]),
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  width: 100%;
  outline: none;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  padding: 0.4em 0.5em;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

button {
  font-size: 1em;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #bbb;
  font-weight: 300;
  font-style: italic;
}

::-moz-placeholder {
  color: #bbb;
  font-weight: 300;
  font-style: italic;
}

:-moz-placeholder {
  color: #bbb;
  font-weight: 300;
  font-style: italic;
}

:-ms-input-placeholder {
  color: #bbb;
  font-weight: 300;
  font-style: italic;
}

:placeholder-shown {
  color: #bbb;
  font-weight: 300;
  font-style: italic;
}

.table__wrap {
  width: 100%;
  overflow-x: scroll;
  margin: 1rem 0 2rem;
}
.table__wrap table {
  width: auto !important;
  min-width: 100%;
  height: auto !important;
  border-collapse: collapse;
  font-size: 0.8rem;
  line-height: 1.4;
}
.table__wrap thead,
.table__wrap tfoot {
  background: #E9BF49;
  color: #fff;
}
.table__wrap thead {
  font-weight: 700;
  text-transform: uppercase;
}
.table__wrap tfoot td,
.table__wrap tfoot th {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.table__wrap td,
.table__wrap th {
  border: 1px solid #ccc;
  padding: 1.1em 1.2em;
  text-align: left;
}
.table__wrap th {
  min-width: 150px;
  max-width: 300px;
}
@media (min-width: 768px) {
  .table__wrap th {
    min-width: 200px;
    max-width: 500px;
  }
}
.table__wrap td {
  min-width: 175px;
}
.table__wrap tbody tr:nth-child(even) {
  background: #f0efef;
}
.table__wrap tbody td,
.table__wrap tbody th {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

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

.hidden-text {
  position: absolute;
  left: -99999px;
}

.objectfit--contain {
  object-fit: contain;
}
.objectfit--cover {
  object-fit: cover;
}

.objectfit-shiv--contain {
  background-size: contain;
  background-position: center;
}
.objectfit-shiv--cover {
  background-size: cover;
  background-position: center;
}

.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
  display: none !important;
}

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

  @page {
    margin: 0.5cm;
  }
  /* a, a:visited { text-decoration: underline; } */
  .content a[href]:after {
    content: " (" attr(href) ")";
  }

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

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

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

  thead {
    display: table-header-group;
  }

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

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

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .site-header .header-logo a:after {
    content: "";
  }

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

  table.visible-print {
    display: table;
  }

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

  th.visible-print, td.visible-print {
    display: table-cell !important;
  }

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

  .visible-print-inline {
    display: inline !important;
  }

  .visible-print-inline-block {
    display: inline-block !important;
  }
}
/* ======================================================================
Components
====================================================================== */
.alignnone {
  margin-right: 1.5em;
}

.aligncenter,
div.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.alignright,
.alignleft {
  display: block;
  margin: 1rem auto;
}

@media (min-width: 480px) {
  .alignright {
    display: inline;
    float: right;
    margin: 0.4em 0 0.6em 1.5em;
  }
}

@media (min-width: 480px) {
  .alignleft {
    display: inline;
    float: left;
    margin: 0.4em 1.5em 0.6em 0;
  }
}

.wp-caption.alignleft {
  margin-bottom: 1em;
}

.wp-caption.alignright {
  margin-bottom: 1em;
}

.wp-caption.alignright img,
.wp-caption.alignleft img {
  display: block;
}

.wp-caption .wp-caption-text {
  padding: 0.5em;
  font-size: 0.9em;
  text-align: center;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.content {
  margin-bottom: 1.25em;
}
.content > *:first-child {
  margin-top: 0;
}
.content ul,
.content ol {
  padding-inline-start: 1em;
}
.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
  margin-top: 0.5em;
  margin-bottom: 0;
}
.content li {
  margin-bottom: 0.5em;
}
.content .lead {
  color: #333333;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .content .lead {
    font-size: 1.6em;
  }
}
.content .lead + h2,
.content .lead + h3,
.content .lead + h4,
.content .lead + h5,
.content .lead + h6 {
  margin-top: 0.938em;
}
.content .callout {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1em 1.5em;
  background: #E9BF49;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .content .callout {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 1.75em 2.25em;
    font-size: 1.5rem;
  }
}
.content .callout a {
  color: inherit;
  text-decoration: underline;
}
.content .call-to-action {
  margin: 1.25em 0;
  font-weight: 700;
  text-transform: uppercase;
}
.content .call-to-action a::after {
  content: "";
  position: relative;
  left: 0;
  display: inline-block;
  padding-left: 0.5em;
  font-size: 0.8em;
  font-family: "Black Tie";
  transition: left 0.3s;
}
.content .call-to-action a:hover::after, .content .call-to-action a:focus::after {
  left: 0.3em;
}
.content .footnote {
  margin-top: 3em;
  font-size: 0.85em;
  font-style: italic;
  line-height: 1.3;
}

a {
  color: #429BC6;
  text-decoration: none;
  transition: color 0.3s;
}
a:hover, a:focus {
  color: #3CB5EF;
  text-decoration: none;
}

a.link-passive,
a.link-passive:visited,
a.link-passive:hover,
a.link-passive:focus,
a.link-passive:active {
  color: inherit;
  text-decoration: inherit;
}

.btn {
  display: inline-block;
  padding: 0.4em 1.75em 0.35em;
  border: 3px solid #E9BF49;
  border-radius: 2000px;
  background-color: #E9BF49;
  color: #000;
  font-size: 1.05rem;
  font-weight: 700;
  transition: background 0.3s, color 0.3s;
  letter-spacing: 0.53px;
}
.btn:hover, .btn:focus {
  background: transparent;
  color: #E9BF49;
}

.btn--sec {
  border: none;
  padding: 0.5em 1.75em 0.45em;
  background-color: #429BC6;
  color: #fff;
}
.btn--sec:hover, .btn--sec:focus {
  background: rgba(60, 181, 239, 0.75);
  color: #fff;
}

.btn--white {
  border: none;
  padding: 0.5em 1.75em 0.45em;
  background-color: #fff;
  color: #000;
}
.btn--white:hover, .btn--white:focus {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
}

.btn--white--inverse {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}
.btn--white--inverse:hover, .btn--white--inverse:focus {
  background: #fff;
  color: #000;
}

.btn--black {
  border: none;
  padding: 0.5em 1.75em 0.45em;
  background-color: #000;
  color: #fff;
}
.btn--black:hover, .btn--black:focus {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.btn--sm {
  padding: 0.4em 1.25em 0.35em;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.main-search {
  max-width: 300px;
}

.main-search__group {
  position: relative;
  border: 1px solid #d7d7d7;
}

input.main-search__field {
  display: block;
  border: none;
  padding-right: 3em;
}

.main-search__btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-right: 0.75em;
  padding-left: 0.75em;
  border: none;
  border-left: 1px solid #d7d7d7;
  border-radius: 0;
  background: transparent;
  color: #ccc;
}

.social__list {
  margin: 0;
}

.social__item {
  margin-right: 0.4em;
}

.social-share .social-share__label,
.social-share .social__list {
  display: inline-block;
}

.site-header {
  position: relative;
  /*padding-top: 30px;*/
  background-color: #E9BF49;
  text-align:left;
}

.site-header::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 8px;
  background: linear-gradient(rgba(50, 50, 50, 0.15), rgba(50, 50, 50, 0));
}
.site-header .container {
  position: relative;
}

.header-logo {
  position: relative;
  display: inline-block;
  margin-top: 1.7rem;
  margin-bottom: 1.2rem;
  padding-bottom: 1.1rem;
}
@media (min-width: 768px) {
  .header-logo {
    margin-top: 2.25rem;
    margin-bottom: 1.75rem;
    padding-bottom: 1.5rem;
  }
}
.header-logo img {
  width: 190px;
  max-width: 100%;
  height: 21px;
}
@media (min-width: 768px) {
  .header-logo img {
    width: 250px;
    height: 28px;
  }
}
@media (min-width: 991px) {
  .header-logo img {
    width: 323px;
    height: 36px;
  }
}

.header-logo__tagline {
  position: absolute;
  bottom: 0;
  right: 1em;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  font-weight: 700;
  font-style: italic;
}
@media (min-width: 768px) {
  .header-logo__tagline {
    right: 1.2em;
    font-size: 1rem;
  }
}

.header-utility--fixed {
  /*display: none;*/
  position: absolute;
  top: 75px;
  right: 0;
  z-index: 99999;
  display: block;
  border-radius: 0 0 23px 23px;
  padding: 0.5rem 1rem 0.5rem;
  background-color: #000;
  box-shadow: 0 2px 10px rgba(50, 50, 50, 0);
  transition: box-shadow 0.3s;
  width: 100%;
  text-align: center;
}
.hero__content {
   margin-top:0; 
}

.site-header--sm .header-utility--fixed {
  position: fixed !important;
  top: 0 !important;
}
@media (min-width: 480px) {
  .header-utility--fixed {
    position: absolute;
    /*top: 0;*/
    /*right: calc(4vw - 1rem);*/
    z-index: 99999;
    display: block;
    border-radius: 0 0 23px 23px;
    padding: 0.5rem 1rem 0.5rem;
    background-color: #000;
    box-shadow: 0 2px 10px rgba(50, 50, 50, 0);
    transition: box-shadow 0.3s;
  }
  .hero__content {
    margin-top: 30px; 
  }
}

@media (min-width: 480px) {
  .header-utility--fixed {
    position: absolute;
    /*right: calc(35px - 1rem);*/
    border-radius: 0 0 27px 27px;
    padding: 0.75rem 1rem 0.8rem;
    width: 100%;
    text-align: center;
    top: 80px;
  }
  .site-header {
    /*padding-top: 30px;*/
    text-align:left;
  }
}

@media (min-width: 768px) {
  .header-utility--fixed {
    position: absolute;
    top: 100px;
    /*right: calc(35px - 1rem);*/
    border-radius: 0 0 27px 27px;
    padding: 0.75rem 1rem 0.8rem;
    
  }
}

@media (min-width: 991px) {
  .header-utility--fixed {
    top: 110px;
  }

}

@media (min-width: 1050px) {
.header-utility--fixed {
    position: fixed;
    width: auto;
    text-align: initial;
    top: 0;
    background-color: #E9BF49;
  }
  .site-header {
    padding-top: 0px;
    text-align:initial;
    text-align: initial;
  }
}

@media (min-width: 1270px) {
  .header-utility--fixed {
    right: calc( ((100% - 1270px) / 2) + (35px - 1rem ) );
  }
}
.header-utility--fixed > * {
  vertical-align: top;
}
@media (min-width: 768px) {
  .site-header--sm .header-utility--fixed {
    box-shadow: 0 2px 10px rgba(50, 50, 50, 0.3);
  }
}

.header-phone {
  display: inline-block;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  margin-right: 0.25rem;
}
.header-phone:hover {
  color: #fff;
}
.header-phone i {
  position: relative;
  top: -0.15em;
  display: inline-block;
  margin-right: 0.25em;
  color: #fff;
  font-size: 0.8em;
}

@media (min-width: 768px) {
  .header-utility .header-phone {
    /*display: none;*/
    margin-right: 0.75em;
  }
}
@media (min-width: 991px) {
  .header-utility .header-phone {
    display: inline-block;
    margin-right: 0.75em;
  }
}
@media (min-width: 1050px) {
  .header-utility .header-phone {
    color: #000;
  }
}
.header-utility .header-utility__btn {
  background-color: #E9BF49;
  color: #000;
}
.header-utility .header-utility__btn .mobile-txt {
  display: inline-block;
  width: 140px;
}

.header-utility .header-utility__btn .desktop-txt {
  display: none;
}
.header-phone {
    margin-right: 0;
  }
  .header-phone i {
    display: none;
  }
  .header-utility--fixed {
    padding: .5rem;
  }
@media (min-width: 375px) {
  .header-phone {
    margin-right: .25rem;
  }
  .header-phone i {
    display: inline-block;
  }
  .header-utility--fixed {
    padding: .5rem .25rem;
  }
}

.header-utility .header-utility__btn.btn--sm {
  padding: .4em 1em .35em;
}

@media (min-width: 550px) {
  .header-utility .header-utility__btn .mobile-txt {
    display: inline-block;
  }
  .header-utility .header-utility__btn .desktop-txt {
    display: none;
  }
}

@media (min-width: 768px) {
  .header-utility .header-utility__btn {
    display: inline-block;
  }
  .header-utility .header-utility__btn .mobile-txt {
    display: none;
  }
  .header-utility .header-utility__btn .desktop-txt {
    display: inline;
  }
}

@media (min-width: 1050px) {
.header-utility .header-utility__btn {
  background-color: #000;
  color: #fff;
}
.header-utility .header-utility__btn .mobile-txt {
    display: none;
  }
  .header-utility .header-utility__btn .desktop-txt {
    display: inline;
  }
}
.header-search {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1050px) {
  .header-search {
    position: absolute;
    top: 20px;
    right: 35px;
    width: 225px;
    padding-right: 0;
    padding-left: 0;
  }
}

.header-search__group {
  position: relative;
  border: 1px solid #d7d7d7;
}

input.header-search__field {
  border: none;
  padding-right: 3em;
  background: #fff;
}

.header-search__btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-right: 0.75em;
  padding-left: 0.75em;
  border: none;
  border-left: 1px solid #d7d7d7;
  border-radius: 0;
  background: #fff;
  color: #ccc;
}

.social--header {
  position: static;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1050px) {
  .social--header {
    position: absolute;
    top: 4rem;
    right: 35px;
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
  }
}

.nav-main--active .body-overlay {
  -webkit-transform: translateX(-270px);
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  transform: translateX(-270px);
}
@media (min-width: 1050px) {
  .nav-main--active .body-overlay {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.nav-main {
  position: absolute;
  right: -270px;
  top: 0;
  z-index: 101;
  display: block;
  width: 270px;
  padding-top: 10px;
  margin: 0;
  background: #313131;
  overflow-x: hidden;
}
@media (min-width: 1050px) {
  .nav-main {
    top: auto;
    bottom: 0;
    right: calc(35px - 1rem);
    width: auto;
    padding-top: 0;
    background: transparent;
    overflow-x: visible;
  }
}
@media (min-width: 1050px) {
  .nav-main::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    display: block;
    width: calc(100% - 2rem);
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    transform: translateX(-50%);
  }
}

.nav-main__list {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0 15px;
  font-size: 0;
}
@media (min-width: 1050px) {
  .nav-main__list {
    margin: 0;
    padding: 0;
  }
}

.nav-main__item {
  position: relative;
  display: block;
  font-size: 0.93rem;
}
.nav-main__item:nth-child(n+2) {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 1050px) {
  .nav-main__item:nth-child(n+2) {
    border-top: none;
  }
}
@media (min-width: 1050px) {
  .nav-main__item {
    display: inline-block;
  }
}

.nav-main__item a {
  color: #fff;
}
@media (min-width: 1050px) {
  .nav-main__item a {
    color: #000;
  }
}

.nav-main__item > a {
  display: block;
  padding: 10px 0;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1050px) {
  .nav-main__item > a {
    display: inline-block;
    padding: 1.5rem .8rem;
    background: transparent;
    transition: background-color 0.5s;
  }
}
@media (min-width: 1050px) {
  .nav-main__item > a::before {
    content: "";
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    display: block;
    width: calc(100% - 2rem);
    height: 2px;
    background: rgba(0, 0, 0, 0);
    transform: translateX(-50%);
    transition: background 0.3s;
  }
}

@media (min-width: 1050px) {
  .nav-main__item > a:hover::before,
.nav-main__item--active > a::before {
    background: black;
  }
}

.nav-main__item--parent > a::after {
  content: "";
  margin-left: 0.8em;
  font-size: 0.7em;
  font-weight: 900;
  font-family: "Black Tie";
  opacity: 1;
}

.nav-main__item--parent > a:hover::after,
.nav-main__item--parent.nav-main__item--active > a::after {
  opacity: 1;
}

.nav-main__submenu {
  display: none;
  width: auto;
  height: auto;
  background: none;
  box-shadow: 0 0 0 0 transparent;
  opacity: 1;
}
@media (min-width: 1050px) {
  .nav-main__submenu {
    position: absolute;
    left: 1rem;
    display: block;
    min-width: 16em;
    height: 0;
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(226, 222, 222, 0.5);
    font-size: 0.875rem;
    opacity: 0;
    transition: opacity 0.5s;
    overflow: hidden;
  }
}

.nav-main__item--active .nav-main__submenu {
  height: auto;
  opacity: 1;
  overflow: auto;
}

.nav-main__submenu--right {
  left: auto;
  right: 0;
}

.nav-main__submenu--mega {
  width: 18rem;
}

.nav-main__submenu ul {
  list-style: none;
  margin: 0;
  padding: 0 0 1em;
}
@media (min-width: 1050px) {
  .nav-main__submenu ul {
    padding-top: 0.5em;
    padding-bottom: 0.75em;
    box-shadow: 0 3px 5px rgba(50, 50, 50, 0.2);
  }
}

@media (min-width: 1050px) {
  .nav-main__submenu--mega ul {
    display: inline-block;
    width: 49%;
  }
}

.nav-main__submenu li {
  display: inline;
}

.nav-main__submenu a {
  display: block;
  padding: 0.75em 0.75em 0.75rem 2em;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 1050px) {
  .nav-main__submenu a {
    padding: 0.7em 1.75em;
  }
  .nav-main__submenu a:hover {
    color: #E9BF49;
  }
}

.toggle-nav-main {
  position: absolute;
  top: 1.9rem;
  right: 2px;
  /* container padding and toggle padding */
  z-index: 9999;
  padding: 8px;
  cursor: pointer;
}
@media (min-width: 350px) {
  .toggle-nav-main {
    right: calc(4vw - 8px);
  }
}
@media (min-width: 480px) {
  .toggle-nav-main {
    top: 2.4rem;
  }
}
@media (min-width: 768px) {
  .toggle-nav-main {
    top: 3.5rem;
    right: calc(35px - 8px);
  }
}
@media (min-width: 1050px) {
  .toggle-nav-main {
    display: none;
  }
}

.toggle-nav-main__wrap {
  position: relative;
  width: 30px;
  height: 20px;
  transition: -webkit-transform 0.5s ease-out;
  transition: -ms-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}

.toggle-nav-main__bar {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 1000px;
  background: #000;
  transition: all 0.5s ease-out;
}
.toggle-nav-main__bar:nth-child(1) {
  top: 0;
}
.toggle-nav-main__bar:nth-child(2) {
  top: 50%;
  margin-top: -2px;
  opacity: 1;
}
.toggle-nav-main__bar:nth-child(3) {
  bottom: 1px;
}

.nav-main--active .toggle-nav-main__wrap {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  /* spins the whole toggle */
}

.nav-main--active .toggle-nav-main__bar:nth-child(1) {
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-main--active .toggle-nav-main__bar:nth-child(2) {
  opacity: 0;
}
.nav-main--active .toggle-nav-main__bar:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-main__prepend {
  padding: 0 10px 1rem;
  text-align: center;
}
@media (min-width: 1050px) {
  .nav-main__prepend {
    display: none;
  }
}
.nav-main__prepend .header-phone {
  color: #fff;
}
.nav-main__prepend .btn {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.7rem;
}

.site-footer {
  margin-top: 3em;
  background: #313131;
  color: #fff;
}

.footer-primary {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .footer-primary {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 991px) {
  .footer-primary {
    padding-top: 4.5rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1199px) {
  .footer-primary {
    padding-top: 5rem;
  }
}

@media (min-width: 480px) {
  .footer-primary__cta {
    max-width: 430px;
  }
}
@media (min-width: 768px) {
  .footer-primary__cta {
    max-width: 480px;
  }
}

.footer-primary__cta__heading {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Roboto Slab", serif;
}
@media (min-width: 480px) {
  .footer-primary__cta__heading {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .footer-primary__cta__heading {
    font-size: 2.1rem;
  }
}

.footer-primary__col--2 {
  margin-top: 3.5rem;
}
@media (min-width: 991px) {
  .footer-primary__col--2 {
    margin-top: 0;
  }
}

.footer-testimonial__desc {
  font-size: 1rem;
  font-family: "Roboto Slab", serif;
  line-height: 1.4;
}
@media (min-width: 480px) {
  .footer-testimonial__desc {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  .footer-testimonial__desc {
    font-size: 1.25rem;
  }
}
.footer-testimonial__desc::before {
  content: "“";
}
.footer-testimonial__desc::after {
  content: "”";
}

.footer-testimonial__cite {
  display: block;
  margin-top: 1em;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (min-width: 480px) {
  .footer-testimonial__cite {
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .footer-testimonial__cite {
    font-size: 0.875rem;
  }
}
.footer-testimonial__cite::before {
  content: "–	";
}

.footer-reviews {
  margin-top: 2rem;
}

.footer-reviews__label {
  display: block;
  margin-bottom: 0.9em;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-reviews__logo-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.footer-reviews__logo-grid .logo-grid__item {
  display: inline-block;
  margin-right: 1rem;
  opacity: 0.5;
}
.footer-reviews__logo-grid .logo-grid__item:nth-child(2) {
  position: relative;
  top: 3px;
}
.footer-reviews__logo-grid .logo-grid__item:nth-child(3) {
  position: relative;
  top: 2px;
}
.footer-reviews__logo-grid a.logo-grid__item {
  transition: opacity 0.3s;
}
.footer-reviews__logo-grid a.logo-grid__item:hover, .footer-reviews__logo-grid a.logo-grid__item:focus {
  opacity: 1;
}
.footer-reviews__logo-grid .logo-grid__img {
  display: inline-block;
}

.footer-secondary {
  padding: 1rem 0;
  background: #242424;
}

.columns--footer-secondary {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.footer-secondary__list {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
}
.footer-secondary__list li:nth-child(n+2)::before {
  content: "|";
  margin-right: 0.5em;
  margin-left: 0.4em;
}
.footer-secondary__list a {
  color: rgba(255, 255, 255, 0.5);
}
.footer-secondary__list a:hover, .footer-secondary__list a:focus {
  color: white;
}

.social--footer .social__list {
  margin-top: 0.3rem;
  font-size: 1.1rem;
}
@media (min-width: 991px) {
  .social--footer .social__list {
    margin-top: 0;
    font-size: 1.25rem;
  }
}
.social--footer .social__list a {
  color: #fff;
}
.social--footer .social__list a:hover, .social--footer .social__list a:focus {
  color: rgba(255, 255, 255, 0.5);
}

.site-headline {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .site-headline {
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}

.headline-title {
  margin: 0;
  color: #000;
  font-size: 1.7rem;
  font-weight: 300;
  font-family: "Roboto Slab", serif;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .headline-title {
    font-size: 2.3rem;
  }
}
@media (min-width: 991px) {
  .headline-title {
    font-size: 2.6rem;
  }
}
@media (min-width: 1199px) {
  .headline-title {
    font-size: 3rem;
  }
}

.nav-article-meta__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-article-meta li {
  display: inline;
}
.nav-article-meta li::before {
  content: " – ";
  /* &ndash; */
}
.nav-article-meta li:first-child::before {
  content: "";
}

.list-article:nth-of-type(n+2) {
  margin-top: 2.5em;
}

.article-header__title {
  margin: 0;
}

.list-article__desc {
  margin-top: 0.7rem;
}

.list-article__thumb {
  max-width: 300px;
  height: 175px;
  margin-top: 0;
  margin-bottom: 0.2em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 480px) {
  .list-article__thumb {
    float: left;
    display: inline-block;
    width: 115px;
    height: 115px;
    margin-top: 0.5em;
    margin-right: 1em;
  }
}
@media (min-width: 768px) {
  .list-article__thumb {
    width: 200px;
    height: 200px;
    margin-right: 1.5em;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 991px) {
  .list-article__thumb {
    width: 225px;
    height: 225px;
    margin-bottom: 1em;
  }
}

.list-article--has-thumb .list-article__content {
  margin-top: 1rem;
}
@media (min-width: 480px) {
  .list-article--has-thumb .list-article__content {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .list-article--has-thumb .list-article__content {
    padding-left: calc(200px + 1.5em);
  }
}
@media (min-width: 991px) {
  .list-article--has-thumb .list-article__content {
    padding-left: calc(225px + 1.5em);
  }
}

.nav-pagination {
  margin: 2rem 0;
  overflow: hidden;
}

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

.nav-pagination li {
  display: inline;
  margin: 0;
  padding: 0;
}

.nav-pagination li a,
.nav-pagination li span {
  float: left;
  border: 1px solid #ddd;
  border-left-width: 0;
  padding: 6px 10px;
  font-size: 14px;
}

.nav-pagination li:first-child a,
.nav-pagination li:first-child span {
  border-left-width: 1px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.nav-pagination li:last-child a,
.nav-pagination li:last-child span {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.nav-prevnext {
  margin: 0.5em 0;
  overflow: hidden;
}

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

.nav-prevnext li {
  float: left;
  width: 40%;
}

.nav-prevnext li.nav-item-next {
  float: right;
  text-align: right;
}

.nav-prevnext li.nav-item-prev a:before {
  content: "« ";
}

.nav-prevnext li.nav-item-next a:after {
  content: " »";
}

.nav-breadcrumbs__list {
  padding: 0;
  list-style: none;
}

.breadcrumbs__item {
  display: inline-block;
}
.breadcrumbs__item::before {
  content: " > ";
  /* &gt; */
}
.breadcrumbs__item:first-child::before {
  content: "";
}

.sidebar {
  margin-bottom: 1.25em;
}
.sidebar ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.sidebar-item__heading {
  margin: 0;
}

body .gform_wrapper .gform_body img {
  margin: 0;
}

body .gform_wrapper .gform_body label.gfield_label + div.ginput_container {
  margin-top: 0;
}

.gform_wrapper .gform_body form li,
.gform_wrapper .gform_body li {
  margin-bottom: 0.7rem;
}

.gform_wrapper .gform_body .gform_page_footer .button.gform_button,
.gform_wrapper .gform_body .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_body .gform_page_footer .button.gform_previous_button {
  cursor: pointer;
}

.gform_wrapper .gform_body input[type=email],
.gform_wrapper .gform_body input[type=number],
.gform_wrapper .gform_body input[type=password],
.gform_wrapper .gform_body input[type=tel],
.gform_wrapper .gform_body input[type=text],
.gform_wrapper .gform_body input[type=url],
.gform_wrapper .gform_body textarea,
.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 0.32em 0.5em;
}

.gform_wrapper li.hidden_label input,
.gform_wrapper li.hidden_label textarea {
  margin-top: 0.75em;
}

.gform_wrapper .gform_body .top_label .gfield_label {
  margin: 0.65em 0 0.2em;
  font-size: 0.85rem;
  font-weight: 700;
}

.gform_wrapper .gform_body .gfield_required {
  color: inherit;
}

.gform_wrapper .gform_body .top_label .gfield_description {
  padding-top: 0.2em;
}

.gform_wrapper .gform_body li.field_description_above .gfield_description {
  margin-bottom: 0.2em;
}

.gform_wrapper .gform_body .description,
.gform_wrapper .gform_body .gfield_description,
.gform_wrapper .gform_body .gsection_description,
.gform_wrapper .gform_body .instruction {
  font-size: 0.8rem;
}

.gform_wrapper form div.validation_error {
  color: #790000;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1.6em;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 0.8em 0;
}

.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
}

.gform_wrapper .gform_body .gfield_description + .gform_wrapper .gfield_description.validation_message,
.gform_wrapper .gform_body .ginput_container + .gfield_description.validation_message {
  margin-top: 0;
}

.gform_wrapper .gform_body .gfield_description.validation_message,
.gform_wrapper .gform_body .top_label .gfield_description.validation_message {
  padding: 0.25em 0 0.65em !important;
}

.gform_wrapper .gform_body li.gfield.gfield_error,
.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #FFDFE0;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
}

/* ======================================================================
Project
====================================================================== */
.hero {
  padding: 2rem 0;
  position: relative;
}
@media (min-width: 991px) {
  .hero {
    padding: 4.8125rem 0 4rem;
  }
}

.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
}

.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

.hero__content {
  position: relative;
}

.hero__heading {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0.52px;
  text-align: center;
  line-height: 1.315;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.5);
}
@media (min-width: 991px) {
  .hero__heading {
    font-size: 2.375rem;
  }
}

.hero__offer {
  margin: 1.2rem 0 2rem;
}
@media (min-width: 991px) {
  .hero__offer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.hero__offer__price {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.hero__offer__price::before {
  position: relative;
  top: -1rem;
  left: -6px;
  content: "$";
  font-size: 1.5rem;
}
@media (min-width: 991px) {
  .hero__offer__price::before {
    top: -2.5rem;
    left: -8px;
  }
}
@media (min-width: 991px) {
  .hero__offer__price {
    font-size: 5.125rem;
  }
}

.hero__offer__terms {
  margin: 0 auto;
  max-width: 80vw;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.35;
  color: #fff;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media (min-width: 991px) {
  .hero__offer__terms {
    margin: 2rem 0 0 0.8rem;
    text-align: left;
    max-width: 13.5rem;
  }
}

.hero__cta {
  text-align: center;
}
.hero__cta span {
  display: block;
  margin: 0 0 0.8rem;
}
@media (min-width: 991px) {
  .hero__cta span {
    display: inline-block;
    margin: 0.5rem;
  }
}

.hero .btn--sec:hover, .hero .btn--sec:focus {
  background: #317ea4;
}

.services {
  padding: 2rem 0 3.5rem;
  background: #F4F4F4;
}
.in-page-services .services {
  background: none;
}
@media (min-width: 768px) {
  .services {
    padding: 2.5rem 0 5rem;
  }
}

.services__layout {
  box-shadow: 0 25px 25px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .services__layout {
    display: flex;
  }
}

.services__heading {
  margin: 0 0 0.8rem;
  padding: 0;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #fff;
}
@media (min-width: 768px) {
  .services__heading {
    margin-bottom: 1.7rem;
    font-size: 2.125rem;
  }
}
.services__heading--alt {
  color: #000;
}

.services__nav {
  padding: 2.2rem 1.5rem;
  min-height: 80px;
  background: #E6B733 url("../images/services-bg.png") bottom right no-repeat;
  background-size: 75px 75px;
}
@media (min-width: 768px) {
  .services__nav {
    width: 39.75%;
    min-height: 135px;
    background-size: auto;
  }
}
.services__nav span {
  display: block;
}

.services__link {
  position: relative;
  display: inline-block;
  margin-bottom: 0.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .services__link {
    font-size: 1.125rem;
  }
}
.services__link:focus, .services__link:hover {
  color: #fff;
}
.services__link:focus::after, .services__link:hover::after {
  left: 0.6em;
}
.services__link::after {
  content: "»";
  position: relative;
  top: -1px;
  left: 0.3em;
  transition: left 0.3s;
}

.services__description {
  padding: 2.2rem 1.5rem;
  background: #fff;
}
@media (min-width: 768px) {
  .services__description {
    width: calc(100% - 39.75%);
  }
}

.services__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1199px) {
  .services__list {
    display: flex;
    flex-flow: row wrap;
  }
}

.services__item {
  position: relative;
  margin-bottom: 0.9rem;
  padding-left: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.0625rem;
  color: #333333;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .services__item {
    padding-left: 2rem;
  }
}
@media (min-width: 1199px) {
  .services__item {
    display: block;
    margin-bottom: 1.1rem;
    padding-right: 1.5rem;
    width: 50%;
  }
}
.services__item::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  font-family: "Black Tie";
  font-weight: 700;
  font-size: 0.8rem;
  color: #429BC6;
}
@media (min-width: 768px) {
  .services__item::before {
    top: 0;
    font-size: 1.125rem;
  }
}

.content-lander {
  padding: 2rem 0;
  background: #F4F4F4;
}
@media (min-width: 991px) {
  .content-lander {
    padding: 4rem 0 2.5rem;
  }
}

.content-lander__section-heading {
  text-align: center;
  margin-bottom: 1em;
}

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

.expertise {
  margin: 2.5rem 0;
}
@media (min-width: 991px) {
  .expertise {
    margin: 4rem 0;
  }
}

@media (min-width: 991px) {
  .expertise__layout {
    display: flex;
  }
}

.expertise__item {
  margin: 0 auto 3rem;
  padding: 1rem 0;
  text-align: center;
}
@media (min-width: 480px) {
  .expertise__item {
    max-width: 85%;
  }
}
@media (min-width: 768px) {
  .expertise__item {
    padding: 1rem;
    max-width: 70%;
  }
}
@media (min-width: 991px) {
  .expertise__item {
    padding: 1.5rem 1.5rem 2.5rem;
    width: calc(33.2% - 2rem);
    box-shadow: 0 25px 25px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 991px) {
  .expertise__item + .expertise__item {
    margin-left: 3rem;
  }
}

.expertise__frame {
  position: relative;
  margin-bottom: 1.5rem;
  height: 100px;
}
.expertise__frame::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 1.5rem);
  bottom: 0;
  width: 3rem;
  height: 5px;
  background-color: #E9BF49;
}

.expertise__icon--offset {
  position: relative;
  left: 7px;
}

.expertise__heading {
  font-family: "Roboto Slab", serif;
}
.expertise__cta {
  margin-top: 1rem;
}
.service-area__map {
  height: 400px;
  max-height: 80vh;
}

.col--nav-card {
  margin-bottom: 2rem;
}

.nav-card__link {
  display: block;
}

.nav-card__inner {
  height: 150px;
}
@media (min-width: 991px) {
  .nav-card__inner {
    height: 204px;
  }
}

.nav-card__content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 1.66rem;
  font-family: "Roboto Slab", serif;
  transition: background 0.3s;
}
.nav-card__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  background: #E9BF49;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  font-family: "Black Tie";
}
@media (min-width: 991px) {
  .nav-card__content::after {
    font-size: 0.8rem;
  }
}

.nav-card__link:hover .nav-card__content,
.nav-card__link:focus .nav-card__content {
  background: rgba(0, 0, 0, 0.1);
}

#estimator__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -10;
  overflow: auto;
  background: rgba(49, 49, 49, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
}

#estimator {
  position: absolute;
  top: 2rem;
  left: 50%;
  display: inline-block;
  height: calc(100% - 2rem);
  transform: translateX(-50%);
}
@media (min-width: 480px) {
  #estimator {
    height: calc(100% - 2rem);
  }
}
@media (min-width: 768px) {
  #estimator {
    top: 3rem;
    height: calc(100% - 2rem);
  }
}
#estimator iframe {
  display: block;
  width: 90vw;
  max-width: 600px;
  height: 100%;
  border: none;
}
@media (min-width: 768px) {
  #estimator iframe {
    width: 600px;
  }
}

.estimator__close {
  position: absolute;
  top: -6px;
  right: -6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 1.5rem;
  line-height: 1;
  transform: rotate(45deg);
  cursor: pointer;
}

.estimator-active {
  height: 100vh;
  width: 100vw;
}

.estimator-active #estimator__overlay {
  position: fixed;
  z-index: 99999;
  opacity: 1;
}

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