<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* #Breakpoints
================================================== */
/* #Breakpoints
================================================== */
section.ns__signup .map-underlay, .hero-container .map-underlay, .section-block .map-underlay {
  background-image: linear-gradient(45deg, #f0f0f0 0%, #f0f0f0 20%, rgba(240, 240, 240, 0) 100%), linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0) 10%, #f0f0f0 100%), url("/static/images/salt-lake-city-map.png");
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}

.section-block .map-underlay {
  background-image: linear-gradient(45deg, #f0f0f0 0%, #f0f0f0 5%, rgba(240, 240, 240, 0) 100%), linear-gradient(to right, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0) 80%, #f0f0f0 100%), linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0) 10%, #f0f0f0 100%), url("/static/images/salt-lake-city-map.png");
}

a.btn.next:after,
button.btn.next:after, a.btn.prev:before,
button.btn.prev:before {
  content: '';
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 6px;
  height: 10px;
  display: inline-block;
  transition: all .22s ease-in-out;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  transition: all .22s ease-in-out;
}

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

.hero-section {
  width: 100vw;
  position: relative;
}

.hero-video-section {
  position: absolute;
  left: 0;
  top: 100px;
}

@media (min-width: 1601px) {
  .hero-video-section {
    position: absolute;
  }
}

@media (max-width: 769px) {
  .hero-video-section {
    position: relative;
    top: 0;
  }
}

.fw-video-container {
  width: 100vw;
  height: auto;
  position: relative;
}

@media (max-width: 769px) {
  .fw-video-container {
    flex-direction: column;
  }
}

.fw-video-container h1 {
  font-size: 40px;
  line-height: 44px;
}

.fw-video-container .video-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.fw-video-container .vid-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(0.41deg, rgba(47, 47, 47, 0.75) 0.33%, rgba(82, 82, 82, 0.42) 99.61%);
}

.fw-video-container .copy-cards-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.fw-video-container .copy-cards-container .copy-container {
  padding: 0;
  text-align: center;
}

.fw-video-container .copy-cards-container .copy-container h2,
.fw-video-container .copy-cards-container .copy-container h3,
.fw-video-container .copy-cards-container .copy-container p {
  color: #fff;
}

.fw-video-container .copy-cards-container .copy-container p {
  font-size: 18px;
}

.section-block {
  width: 100vw;
  position: relative;
  background-color: #f0f0f0;
}

.section-block .map-underlay {
  height: 100%;
  z-index: 0;
}

.hero-container {
  width: 100vw;
  position: absolute;
  left: 0;
  top: 0;
  position: relative;
  height: 1025px;
  display: flex;
  flex-direction: row;
}

.hero-container .map-underlay {
  background-image: linear-gradient(to left, #f0f0f0 0%, rgba(240, 240, 240, 0) 15%), linear-gradient(to right, #f0f0f0 0%, rgba(240, 240, 240, 0) 15%), linear-gradient(to top, rgba(240, 240, 240, 0) 0%, #f0f0f0 35%, #f0f0f0 100%), url("/static/images/salt-lake-city-map.png");
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
}

@media (max-width: 769px) {
  .hero-container .map-underlay {
    background-image: linear-gradient(to left, #f0f0f0 0%, rgba(240, 240, 240, 0) 10%), linear-gradient(to right, #f0f0f0 0%, rgba(240, 240, 240, 0) 10%), linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0) 10%, #f0f0f0 100%), url("/static/images/salt-lake-city-map.png");
  }
}

@media (max-width: 769px) {
  .hero-container {
    flex-direction: column;
  }
}

.hero-container h1 {
  font-size: 40px;
  line-height: 44px;
}

.hero-container .video-compass-container {
  width: 560px;
  height: 97%;
  position: relative;
  background: #10181c;
}

@media (max-width: 769px) {
  .hero-container .video-compass-container {
    width: 100%;
    height: 255px;
  }
}

.hero-container .video-compass-container .video-container {
  overflow: hidden;
  height: 100%;
}

.hero-container .video-compass-container .preview-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-container #video-container-full-screen {
  width: 403px;
  z-index: 5;
  height: 97%;
  position: absolute;
  overflow: hidden;
  transition: 1s width ease;
  max-height: 1025px;
}

.hero-container #video-container-full-screen .full-video {
  height: 100%;
  object-fit: cover;
}

.hero-container .copy-cards-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-container .copy-cards-container .copy-container {
  padding: 0;
}

.hero-container .copy-cards-container .copy-container h1,
.hero-container .copy-cards-container .copy-container p {
  color: #fff;
}

.hero-container .close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  z-index: 6;
}

.hero-container .close:hover {
  opacity: 1;
}

.hero-container .close:before, .hero-container .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 4px;
  background-color: #F4CF52;
}

.hero-container .close:before {
  transform: rotate(45deg);
}

.hero-container .close:after {
  transform: rotate(-45deg);
}

.hero-container .copy-cards-container {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1601px) {
  .hero-container .copy-cards-container {
    width: 1000px;
  }
}

@media (max-width: 769px) {
  .hero-container .copy-cards-container {
    flex-direction: column-reverse;
  }
}

.hero-container .copy-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media (max-width: 769px) {
  .hero-container .copy-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.hero-container .copy-container .copy {
  height: 350px;
  width: 375px;
}

.hero-container .copy-container .copy .label-container {
  display: inline-flex;
}

@media (max-width: 769px) {
  .hero-container .copy-container .copy .label-container {
    display: none;
  }
}

.hero-container .copy-container .copy .label-container h5 {
  margin: 13px;
  color: #1B315F;
  font-family: halyard-text, sans-serif;
  font-weight: 400;
}

.hero-container .copy-container .copy .label-container div:nth-child(1) {
  border: 1px solid #F4CF52;
  border-left: none;
}

.hero-container .copy-container .copy .label-container div:nth-child(1) h5 {
  font-weight: 700;
  font-style: bold;
  letter-spacing: 0;
  font-size: 14px;
}

.hero-container .copy-container .copy .label-container div:nth-child(2) {
  border-top: 1px solid #F4CF52;
  border-bottom: 1px solid #F4CF52;
}

.hero-container .copy-container .copy .label-container div:nth-child(2) h5 {
  font-style: normal;
  font-size: 10px;
  letter-spacing: 2.33px;
  padding-top: 2px;
}

.hero-container #compass-button {
  position: absolute;
  top: 33%;
  right: -159px;
  z-index: 1;
}

@media (max-width: 769px) {
  .hero-container #compass-button {
    width: 200px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
}

.hero-container #compass-button .cardinal-lines {
  width: 100%;
  height: 100%;
}

.hero-container #compass-button .play, .hero-container #compass-button .play-circle {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.hero-container #compass-button .play-circle {
  border-radius: 100%;
  width: 35%;
  height: 35%;
  background: #F4CF52;
  border: 5px solid #DCB83E;
  transition: 1.5s ease all;
}

.hero-container #compass-button .play-circle-shadow {
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 2px 0 rgba(244, 207, 82, 0.2), 0 4px 4px 0 rgba(244, 207, 82, 0.2), 0 8px 8px 0 rgba(244, 207, 82, 0.2), 0 16px 16px 0 rgba(244, 207, 82, 0.2), 0 32px 32px 0 rgba(244, 207, 82, 0.2), 0 64px 64px 0 rgba(244, 207, 82, 0.2);
  opacity: 0;
  transition: 0.75s ease opacity;
}

.hero-container #compass-button .play {
  width: 20%;
}

.hero-container #compass-button:hover .cardinal-lines {
  animation: compass-rotate 3.5s ease-in-out;
}

.hero-container #compass-button:hover .play-circle {
  transform: translate(-50%, -50%) scale(1.05);
}

.hero-container #compass-button:hover .play-circle-shadow {
  opacity: 1;
}

.project-card-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-top: 20px;
  width: 100%;
  max-width: 1060px;
}

.project-card-container a {
  text-decoration: none;
}

@media (max-width: 769px) {
  .project-card-container {
    width: 100%;
    flex-direction: column;
  }
}

.project-card {
  width: 33%;
  height: 168px;
  background: #ffffff;
}

@media (max-width: 1370px) {
  .project-card {
    min-width: initial;
  }
}

@media (max-width: 769px) {
  .project-card {
    width: 90%;
    margin: 10px auto 10px auto;
    height: 125px;
  }
}

.project-card .card-copy {
  margin: 41px 0 0 70px;
}

@media (max-width: 769px) {
  .project-card .card-copy {
    margin-top: 25px;
  }
}

.project-card .label {
  text-transform: uppercase;
  font-family: halyard-text, sans-serif;
  font-weight: 700;
  font-style: bold;
  color: #1B315F;
  font-size: 10px;
  letter-spacing: 2.33px;
}

.project-card h3 {
  font-family: halyard-text, sans-serif;
  font-weight: 700;
  font-style: bold;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 10px;
}

@keyframes compass-rotate {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(-20deg);
  }
  20% {
    transform: rotate(20deg);
  }
  35% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  67% {
    transform: rotate(-5deg);
  }
  87% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0);
  }
}

.video-preview-mobile {
  width: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: none;
}

@media (max-width: 769px) {
  .video-preview-mobile {
    display: initial;
  }
}

.full-autoplay {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 769px) {
  .full-autoplay {
    display: none;
  }
}

.video-alt-img {
  display: none;
}

@media (max-width: 769px) {
  .video-alt-img {
    display: block;
  }
}

.video-fall-back {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  height: auto;
  position: relative;
  box-sizing: border-box;
  background-color: #10181c;
  color: #fff;
  padding: 40px 140px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

@media (max-width: 769px) {
  footer {
    text-align: center;
  }
}

footer .addresses p {
  color: #F4CF52;
  font-family: aileron, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

footer .location-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
}

@media (max-width: 1080px) {
  footer .location-section {
    margin-left: 0;
    justify-content: center;
  }
}

@media (max-width: 769px) {
  footer .map-section {
    margin-top: 4px;
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 425px) {
  footer .map-section {
    margin-top: 50px;
  }
}

footer .map-section .text {
  position: absolute;
  bottom: 50px;
}

@media (max-width: 769px) {
  footer .map-section .text {
    position: initial;
    bottom: initial;
  }
}

@media (max-width: 425px) {
  footer .map-section .text {
    margin-bottom: 50px;
  }
}

footer .location-map img {
  width: auto;
  height: auto;
}

@media (max-width: 769px) {
  footer .location-map {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 425px) {
  footer .location-map img {
    width: 375px;
    height: auto !important;
  }
}

@media (max-width: 320px) {
  footer .location-map img {
    width: 300px;
    height: auto !important;
  }
}

footer .text a {
  text-decoration: none;
}

footer .text h3 {
  color: #fff;
  font-family: aileron, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 10px;
}

footer .text ul {
  list-style: none;
  padding-left: 0;
}

footer .text ul li {
  color: #F4CF52;
  font-family: aileron, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

footer .text .social-links a {
  margin: 0 10px 0 0;
}

footer .copyright {
  position: absolute;
  bottom: 20px;
  right: 58px;
  color: #353a3d;
  font-family: aileron, sans-serif;
  font-size: 12px;
}

footer .btm-footer {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}

footer .btm-footer .logos {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .btm-footer .logos img {
  margin: 0 7px;
}

@media (max-width: 1080px) {
  footer .btm-footer {
    flex-direction: column;
    justify-content: center;
  }
  footer .btm-footer .text {
    margin-bottom: 40px;
  }
}

@media (max-width: 769px) {
  footer .btm-footer .text {
    width: 100%;
  }
  footer .btm-footer .logos {
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
  }
  footer .btm-footer .logos img {
    padding: 0 6px;
    height: auto;
  }
}

@media (max-width: 769px) {
  footer {
    flex-direction: column;
    padding: 0 0 80px;
    height: auto;
  }
  footer .text {
    text-align: center;
  }
  footer .copyright {
    margin-top: 20px;
    position: initial;
  }
  footer .social-links {
    padding: 20px;
    display: block;
    width: 100%;
    background-color: #091013;
    display: flex;
    justify-content: center;
  }
  footer .social-links a {
    margin: 0 30px;
  }
  footer .social-links a img {
    width: 20px;
  }
}

.consent-dismiss {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2147483645;
  box-sizing: border-box;
  width: 100%;
  background-color: #F1F6F4;
}

.cookie-consent-banner__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 0;
}

.cookie-consent-banner__copy {
  margin-bottom: 16px;
}

.cookie-consent-banner__header {
  margin-bottom: 8px;
  font-family: "CeraPRO-Bold", sans-serif, arial;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.cookie-consent-banner__description {
  font-family: "CeraPRO-Regular", sans-serif, arial;
  font-weight: normal;
  color: #838F93;
  font-size: 16px;
  line-height: 24px;
}

.cookie-consent-banner__cta {
  box-sizing: border-box;
  display: inline-block;
  min-width: 164px;
  padding: 11px 13px;
  border-radius: 2px;
  background-color: #2CE080;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-family: "CeraPRO-Regular", sans-serif, arial;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.cookie-consent-banner__cta--secondary {
  padding: 9px 13px;
  border: 2px solid #3A4649;
  background-color: transparent;
  color: #2CE080;
}

.cookie-consent-banner__cta:hover {
  background-color: #20BA68;
}

.cookie-consent-banner__cta--secondary:hover {
  border-color: #838F93;
  background-color: transparent;
  color: #22C870;
}

.cookie-consent-banner__cta:last-child {
  margin-left: 16px;
}

/* #Breakpoints
================================================== */
section.ns__signup .map-underlay, .section-block .map-underlay, .hero-container .map-underlay {
  background-image: linear-gradient(45deg, #f0f0f0 0%, #f0f0f0 20%, rgba(240, 240, 240, 0) 100%), linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0) 10%, #f0f0f0 100%), url("/static/images/salt-lake-city-map.png");
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}

.section-block .map-underlay {
  background-image: linear-gradient(45deg, #f0f0f0 0%, #f0f0f0 5%, rgba(240, 240, 240, 0) 100%), linear-gradient(to right, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0) 80%, #f0f0f0 100%), linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0) 10%, #f0f0f0 100%), url("/static/images/salt-lake-city-map.png");
}

a.btn.next:after,
button.btn.next:after, a.btn.prev:before,
button.btn.prev:before {
  content: '';
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 6px;
  height: 10px;
  display: inline-block;
  transition: all .22s ease-in-out;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  transition: all .22s ease-in-out;
}

.newsletter-modal {
  background: #fff;
  padding: 30px;
}

.flex-row {
  display: flex;
}

.checkbox-list {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.zero-margin {
  margin: 0;
}

section.ns__signup {
  position: relative;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  display: flex;
  padding: 0 40px;
  box-sizing: border-box;
  overflow: hidden;
}

section.ns__signup * {
  box-sizing: border-box;
}

section.ns__signup .form-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: 613px;
  width: 100%;
}

section.ns__signup h3 {
  position: relative;
  max-width: 335px;
  font-family: aileron, sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 44px;
  padding-left: 23px;
}

section.ns__signup .ce-compass {
  position: absolute;
  bottom: -14%;
  left: -96px;
}

section.ns__signup .email-input {
  width: 100%;
}

section.ns__signup button,
section.ns__signup input {
  outline: none;
}

section.ns__signup button::placeholder,
section.ns__signup input::placeholder {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2.8px;
}

section.ns__signup button {
  height: 82px;
  width: 125px;
  background-color: #1B315F;
  border-width: 0;
  margin-left: -4px;
  transition: ease 0.4s background-color;
  color: #fff;
  font-family: aileron, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

section.ns__signup form {
  display: flex;
  width: 100%;
}

section.ns__signup input {
  width: 100%;
  padding: 29px;
  box-shadow: 0 2px 2px 0 rgba(16, 24, 28, 0.02), 0 4px 4px 0 rgba(16, 24, 28, 0.02), 0 8px 8px 0 rgba(85, 93, 97, 0.02), 0 16px 16px 0 rgba(16, 24, 28, 0.02), 0 32px 32px 0 rgba(16, 24, 28, 0.02), 0 64px 64px 0 rgba(16, 24, 28, 0.02);
  border-width: 0px;
  color: #7f7f7f;
  font-family: aileron, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2.8px;
  line-height: 24px;
}

section.ns__signup .map-underlay {
  background-image: linear-gradient(-85deg, #f0f0f0 0%, #f0f0f0 25%, rgba(240, 240, 240, 0) 100%), linear-gradient(to top, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0) 15%, #f0f0f0 100%), linear-gradient(to right, #f0f0f0 0%, rgba(240, 240, 240, 0) 5%), url("/static/images/salt-lake-city-map.png");
  height: 100%;
  width: 100%;
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
}

@media (max-width: 425px) {
  section.ns__signup {
    padding: 0 20px;
  }
  section.ns__signup h3 {
    font-size: 28px;
    max-width: 275px;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html * {
  box-sizing: border-box;
}

body {
  background-color: #f0f0f0;
  margin: 0;
  overflow-x: hidden;
}

body.fixed {
  overflow-y: hidden;
}

section {
  width: 100%;
  position: relative;
  margin: auto;
}

h1 {
  font-family: aileron, sans-serif, sans-serif;
  font-weight: 900;
  font-style: bold;
  font-size: 44px;
  letter-spacing: 0;
  line-height: 44px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: aileron, sans-serif;
  text-decoration: none;
  color: #10181c;
}

.link, .fw-video-container .copy-cards-container .copy-container a {
  text-decoration: underline;
  text-decoration-color: #fff;
  font-family: aileron, sans-serif, sans-serif;
  font-weight: 800;
  font-size: inherit;
  white-space: nowrap;
  color: #fff;
}

.link.grey:after, .fw-video-container .copy-cards-container .copy-container a.grey:after, .link.gray:after, .fw-video-container .copy-cards-container .copy-container a.gray:after {
  background-color: #f0f0f0;
}

.link:hover, .fw-video-container .copy-cards-container .copy-container a:hover {
  color: #10181c;
}

.link:hover:after, .fw-video-container .copy-cards-container .copy-container a:hover:after {
  height: 100%;
}

.link.white, .fw-video-container .copy-cards-container .copy-container a {
  color: #fff;
}

.link.white:after, .fw-video-container .copy-cards-container .copy-container a:after {
  background-color: #10181c;
}

.link.white:hover, .fw-video-container .copy-cards-container .copy-container a:hover {
  color: #fff;
}

.link.white:hover:after, .fw-video-container .copy-cards-container .copy-container a:hover:after {
  background-color: #091013;
}

h3 {
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
}

p {
  font-family: aileron, sans-serif;
  font-weight: 350;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
  color: #616161;
}

p a {
  color: #1B315F;
  transition: color .22s ease-in-out;
}

p a:hover {
  color: #1B315F;
}

li {
  font-family: aileron, sans-serif;
  font-weight: 350;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
  color: #616161;
}

li a {
  color: #1B315F;
  transition: color .22s ease-in-out;
}

li a:hover {
  color: #1B315F;
}

.card-shadow {
  box-shadow: 0 2px 2px 0 rgba(16, 24, 28, 0.02), 0 4px 4px 0 rgba(16, 24, 28, 0.02), 0 8px 8px 0 rgba(85, 93, 97, 0.02), 0 16px 16px 0 rgba(16, 24, 28, 0.02), 0 32px 32px 0 rgba(16, 24, 28, 0.02), 0 64px 64px 0 rgba(16, 24, 28, 0.02);
}

.page-content {
  max-width: 1450px;
  margin: 100px auto 0;
}

.home-page .page-content {
  max-width: none;
}

.home-page section.section-hero {
  max-width: none;
}

a.btn,
button.btn {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  color: #10181c;
  font-size: 12px;
  font-family: aileron, sans-serif;
  font-weight: bold;
  line-height: 24px;
  border: solid 1px #f0f0f0;
  background: #fff;
  text-decoration: none;
  transition: background-color .22s ease-in-out;
  text-align: center;
  padding: 24px 34px;
}

a.btn.blue,
button.btn.blue {
  color: #fff;
  background-color: #1B315F;
}

a.btn:focus,
button.btn:focus {
  outline: none;
}

a.btn.prev:before,
button.btn.prev:before {
  background-image: url("/static/images/icons/left-cheveron-black.svg");
  margin: 0 6px;
  transform: translate3d(0, -50%, 0);
}

a.btn.next:after,
button.btn.next:after {
  background-image: url("/static/images/icons/right-cheveron-black.svg");
  margin: 0 5px;
  transform: translate3d(0, -50%, 0);
}

a.btn:hover,
button.btn:hover {
  background-color: #f0f0f0;
}

a.btn.next:hover:after,
button.btn.next:hover:after {
  transform: translate3d(6px, -50%, 0);
}

a.btn.prev:hover:before,
button.btn.prev:hover:before {
  transform: translate3d(-6px, -50%, 0);
}

h2 + .list-items:not(.no-padding) {
  padding-top: 0;
}

.list-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-items.column {
  flex-direction: column;
  justify-content: flex-start;
}

.list-items:not(.no-padding) {
  padding-top: 30px;
}

.list-items .item {
  margin-top: 30px;
  flex-basis: calc(50% - 20px);
}

.list-items .item &gt; * {
  max-width: 400px;
}

.list-items .item-title {
  display: flex;
  align-items: center;
}

.list-items .item-title h3 {
  font-family: aileron, sans-serif;
  font-weight: 400;
  border: solid 1px #F4CF52;
  border-left: 0;
  border-right: 0;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 900;
}

.list-items .item-title h4 {
  font-family: aileron, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  margin: 0;
}

@media (max-width: 769px) {
  .list-items {
    justify-content: center;
  }
  .list-items .item {
    flex-basis: 100%;
    max-width: 400px;
  }
}

.section-list-items {
  padding: 0 40px;
  box-sizing: border-box;
  margin-left: 150px;
}

@media (max-width: 1080px) {
  .section-list-items {
    margin-left: 0;
  }
}

.section-list-items h2 {
  margin-top: 60px;
  margin-bottom: 0px;
}

@media (max-width: 425px) {
  .section-list-items {
    padding: 0 20px;
  }
}

.messages {
  background-color: #b6aa37;
  margin: 0;
  list-style: none;
  padding: 40px 20px;
  font-family: halyard-text;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

section.padded {
  padding-top: 110px;
  padding-bottom: 110px;
}

@media (max-width: 425px) {
  section.padded {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.half-width {
  flex-basis: 50%;
}

@media (max-width: 769px) {
  .half-width {
    flex-basis: 100%;
  }
}

.focus-width {
  flex-basis: 60%;
}

@media (max-width: 769px) {
  .focus-width {
    flex-basis: 100%;
  }
}

.less-width {
  flex-basis: 40%;
}

@media (max-width: 769px) {
  .less-width {
    flex-basis: 100%;
  }
}

.copy-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.copy-container.card-shadow {
  background: #fff;
}

.copy-container:not(.no-padding) {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 425px) {
  .copy-container:not(.no-padding) {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.copy-container .wrapper {
  max-width: 420px;
  width: 90%;
}

.copy-container .wrapper.no-max-width {
  max-width: 80%;
  width: 80%;
}

@media (max-width: 1370px) {
  .copy-container .wrapper {
    max-width: 280px;
  }
}

@media (max-width: 769px) {
  .copy-container .wrapper {
    width: 100%;
    box-sizing: border-box;
    max-width: none;
    padding: 0 30px;
  }
}

@media (max-width: 425px) {
  .copy-container .wrapper {
    padding: 0 20px;
  }
}

.flex-wrapper {
  display: flex;
}

h1 {
  color: #091013;
  font-size: 80px;
  font-weight: bold;
  line-height: 70px;
}

@media (max-width: 1370px) {
  h1 {
    font-size: 60px;
  }
}

@media (max-width: 769px) {
  h1 {
    font-size: 34px;
    line-height: 44px;
  }
}

h2 {
  color: #091013;
  font-size: 40px;
  font-weight: bold;
  line-height: 44px;
}

@media (max-width: 1370px) {
  h2 {
    font-size: 30px;
  }
}

@media (max-width: 769px) {
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

.rel-wrapper {
  position: relative;
}

.ce-compass {
  position: relative;
  width: 180px;
  height: 180px;
  background-image: url("/static/images/compass.svg");
  background-size: cover;
  opacity: .7;
  transform: rotate(-28deg);
}

.ce-compass:before {
  content: "CE";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #bbb;
}

.ce-compass-logo {
  position: absolute;
  bottom: -14%;
  left: -125px;
  width: 180px;
  height: 180px;
  background-image: url("/static/images/compass-logo.svg");
  background-size: cover;
  opacity: .7;
}

@media (max-width: 769px) {
  .ce-compass-logo {
    left: inherit;
    right: -120px;
  }
}

.ce-compass-logo-white {
  position: absolute;
  bottom: -14%;
  left: -125px;
  width: 180px;
  height: 180px;
  background-image: url("/static/images/ce-solar-witelogo.png");
  background-size: cover;
  opacity: .7;
}

@media (max-width: 769px) {
  .ce-compass-logo-white {
    left: inherit;
    right: -120px;
  }
}

@keyframes compass-rotate {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(-20deg);
  }
  20% {
    transform: rotate(20deg);
  }
  35% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  67% {
    transform: rotate(-5deg);
  }
  87% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0);
  }
}

.ce-compass-yellow {
  position: relative;
  width: 180px;
  height: 180px;
  background-image: url("/static/images/ce-compass-yellow.svg");
  background-size: cover;
}

.ce-compass-yellow:hover {
  animation: compass-rotate 3.5s ease-in-out;
}

.aside-copy {
  color: #fff;
  font-family: aileron, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 24px;
  text-transform: uppercase;
  max-width: 90%;
}

.ninja {
  opacity: 0;
  visibility: hidden;
}

.video-lightbox,
video {
  width: 100%;
}

div.modal {
  max-width: 80vw;
  background: none;
  box-shadow: none;
}

@media (max-width: 769px) {
  div.modal {
    max-width: none;
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 769px) {
  div.modal a.close-modal {
    top: 12.5px;
    right: 12.5px;
  }
}

div.blocker {
  z-index: 11;
}

@media (max-width: 769px) {
  div.blocker {
    padding: 0;
    z-index: 111;
  }
}

.scroll-down {
  transform: translateY(100px);
}

.scroll-down-half {
  transform: translateY(50px);
}

.scroll-up {
  transform: translateY(-100px);
}

.scroll-down-responsive {
  transform: translateY(100px);
}

@media (max-width: 769px) {
  .scroll-down-responsive {
    transform: translateY(20px);
  }
}

.scroll-up-responsive {
  transform: translateY(-100px);
}

@media (max-width: 769px) {
  .scroll-up-responsive {
    transform: translateY(-50px);
  }
}

.page-icon-ani {
  transform: translateY(-30px);
}

.sticky-footer {
  min-height: calc(100vh - 235px);
}

.rich-text p + h1,
.rich-text p + h2,
.rich-text p + h3 {
  margin-top: 50px;
}

.rich-text h3 {
  color: #F4CF52;
  font-family: aileron, sans-serif;
  font-size: 12px;
  letter-spacing: 2.8px;
  line-height: 24px;
  text-transform: uppercase;
}

.notification-bar {
  position: absolute;
  top: -80px;
  left: 0;
  background: #F4CF52;
  height: 80px;
  width: 100%;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s ease all;
}

.notification-bar h3 {
  font-family: aileron, sans-serif;
  color: white;
  margin-left: 140px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2.8px;
}

.notification-bar-show {
  top: 0px;
}

.form-embed {
  background-color: #10181c;
  padding: 0 100px;
}

.form-embed #form-anchor {
  position: relative;
  bottom: 175px;
}

.form-embed #close_estimate {
  display: none;
}

.error-page .flex-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.error-page h2 {
  margin: 60px 0 30px;
}

.error-page p {
  margin: 0 0 60px;
}

.error-page .btn {
  font-size: 18px;
  letter-spacing: 3px;
  max-width: 300px;
  width: 100%;
}

.main-menu {
  background: #1B315F;
  color: #d8d8d8;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 111;
  padding: 0 45px;
  margin: 0;
  position: fixed;
  top: 0;
}

.main-menu .site-logo {
  width: 60px;
  height: 60px;
  z-index: 9;
}

.main-menu .nav-items {
  display: flex;
  justify-content: end;
  margin-left: auto;
}

.main-menu .nav-item {
  position: relative;
  margin: 0 20px;
}

.main-menu .nav-item .nav-phone {
  color: #F4CF52 !important;
}

.main-menu .nav-item a.nav-link {
  line-height: 1.5em;
  font-family: aileron, sans-serif;
  font-weight: bold;
  margin: 0 0px;
  text-decoration: none;
  position: relative;
  color: white;
  font-size: 20px;
}

.main-menu .nav-item a.nav-link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0px;
  height: 1px;
  width: 0px;
  background: #091013;
  transition: all .1s ease;
}

.main-menu .nav-item a.nav-link.active, .main-menu .nav-item a.nav-link:hover {
  color: #fff;
}

.main-menu .nav-item a.nav-link.active:after, .main-menu .nav-item a.nav-link:hover:after {
  width: 100%;
  bottom: -1px;
  background: #F4CF52;
}

.main-menu .nav-item.active &gt; a.nav-link, .main-menu .nav-item:hover &gt; a.nav-link {
  color: #fff;
}

.main-menu .nav-item .sub-menu {
  position: absolute;
  top: 36px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: #091013;
  white-space: nowrap;
  transition: all .1s ease;
}

.main-menu .nav-item .sub-menu .sub-nav-item {
  display: block;
  padding: 0;
  margin: 18px 16px;
}

.main-menu .nav-item .sub-menu .nav-link {
  color: #F4CF52;
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 18px;
  display: block;
  font-family: aileron, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}

.main-menu .nav-item .sub-menu:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url();
}

.main-menu .nav-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.main-menu .nav-item-quote {
  background: #F4CF52;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 20px;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  width: 130px;
  height: 45px;
  border-radius: 10px;
}

.main-menu .nav-item-quote a {
  line-height: 34px;
  font-size: 20px;
  color: #FFFFFF;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 10px;
}

.main-menu .nav-item-menu-toggle {
  display: none;
  margin-left: auto;
  padding-right: 40px;
}

@media (max-width: 769px) {
  .main-menu {
    padding: 0;
  }
  .main-menu .nav-item-menu-toggle {
    display: block;
  }
  .main-menu .nav-item,
.main-menu .nav-item-quote {
    display: none;
  }
}

.searchForm {
  display: flex;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  width: 180px;
}

.searchButton {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  padding: 9px 12px !important;
  width: 20%;
  background: transparent !important;
  line-height: inherit !important;
  font-size: inherit !important;
  padding: revert !important;
  border: none !important;
}

.searchNav {
  width: inherit;
  margin: 0px 50px;
}

.search-query {
  max-width: 70%;
  font-weight: 700;
  font-size: 20px;
  height: 43px;
  background: transparent;
  border: none !important;
  outline: none;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  -webkit-appearance: none;
  max-width: 70%;
  font-weight: 700;
  font-size: 20px;
  height: 43px;
  background: transparent;
  border: none;
  padding: 15px;
}

.searchIcon {
  width: 100%;
  position: static;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 10px;
}

.pull-left {
  margin-right: 20%;
}

/*-- Hamburger --*/
.hamburger {
  display: block;
  position: relative;
  transition: all 0.22s;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  width: 31px;
  margin-bottom: 8px;
  background: #fff;
  transform-origin: left center;
  transition: all 0.22s;
}

.hamburger.open {
  padding-left: 7px;
}

.hamburger.open span {
  margin-bottom: 9px;
}

.hamburger.open :first-child {
  transform: rotate(45deg);
}

.hamburger.open :nth-child(2) {
  opacity: 0;
  width: 20px;
}

.hamburger.open :last-child {
  transform: rotate(-45deg);
}

/*-- Contact --*/
.quote-link {
  display: flex;
  align-items: center;
  color: #DCB83E;
  padding: 0;
  margin: 0;
  position: relative;
  text-decoration: none;
  font-family: aileron, sans-serif;
  text-transform: none;
  font-weight: bold;
  font-size: 22px;
}

.quote-link img {
  opacity: 1;
  transition: opacity .11s linear;
}

.quote-link:after {
  display: none;
}

.quote-link span.text {
  display: inline-block;
  position: relative;
}

.quote-link span.text:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0px;
  height: 1px;
  width: 0px;
  background: #091013;
  transition: all .2s ease .1s;
}

.quote-link.open, .quote-link:hover {
  color: #F4CF52;
}

.quote-link.open span.text:after, .quote-link:hover span.text:after {
  width: 100%;
  bottom: -1px;
  background: #F4CF52;
}

.quote-link.yellow-bg {
  background: #F4CF52;
  color: #091013;
}

.quote-link.yellow-bg span.text:after {
  background: #F4CF52;
}

.quote-link.yellow-bg:hover span.text:after {
  background: #091013;
}

.mobile-nav {
  color: #d8d8d8;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  max-height: 1000px;
}

.mobile-nav &gt; ul {
  width: 100%;
  margin: 10px 40px 0 40px;
  padding: 0;
}

.mobile-nav &gt; ul li {
  list-style: none;
  font-family: aileron, sans-serif;
  font-weight: bold;
  position: relative;
}

.mobile-nav &gt; ul li a {
  color: #d8d8d8;
  font-size: 30px;
  line-height: 1.5em;
  text-decoration: none;
  position: relative;
  transition: opacity .22s ease-in-out;
  display: flex;
  align-items: center;
}

.mobile-nav &gt; ul li a:hover {
  color: #fff;
}

.mobile-nav &gt; ul li a.active {
  color: #fff;
}

.mobile-nav &gt; ul li a.active:before {
  content: '';
  display: block;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -5px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #F4CF52;
}

.mobile-nav &gt; ul li .sub-menu-mobile {
  display: none;
}

.mobile-nav &gt; ul li .clicker {
  width: 20px;
  height: 20px;
  background: url("/static/images/icons/plus.svg") no-repeat;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 10px;
  top: 12px;
}

.mobile-nav &gt; ul li input[type='checkbox'] {
  position: absolute;
  top: -999px;
}

.mobile-nav &gt; ul li input[type='checkbox']:checked + .clicker {
  background-image: url("/static/images/icons/minus.svg");
}

.mobile-nav &gt; ul li input[type='checkbox']:checked + label + div {
  display: block !important;
}

.mobile-nav &gt; ul .sub-nav-item .nav-link {
  color: #DCB83E;
  font-size: 24px;
  margin-left: 10px;
  font-family: aileron, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}

.mobile-nav &gt; ul .sub-nav-item .nav-link:hover {
  color: #F4CF52;
}

@media (max-width: 1080px) {
  .no-man-down-hidden {
    display: none;
  }
}

#slide_out_nav {
  position: fixed;
  left: 104px;
  top: 0;
  height: 100%;
  max-width: 1060px;
  width: calc(100% - 104px);
  overflow: hidden;
  background: #10181c;
  transform: translateX(-150%);
  transition: transform 0.22s linear;
  z-index: 105;
  display: none;
}

@media (max-width: 769px) {
  #slide_out_nav {
    display: flex;
  }
}

#slide_out_nav.open {
  transform: translateX(0%);
  transition: transform 0.22s ease-out;
  box-shadow: 100px -10px 200px 0 rgba(0, 0, 0, 0.5);
}

#slide_out_nav .extra-links .social-links {
  display: none;
}

#slide_out_nav .contact-info {
  color: #d8d8d8;
  box-sizing: border-box;
  flex: 0 0 45%;
  background: #091013;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  position: relative;
}

#slide_out_nav .contact-info h1,
#slide_out_nav .contact-info h3 {
  color: #d4d4d4;
  margin: 0;
}

#slide_out_nav .contact-info h1 {
  font-size: 30px;
  font-weight: 900;
  line-height: 60px;
}

#slide_out_nav .contact-info h3 {
  margin-top: 60px;
}

#slide_out_nav .contact-info p,
#slide_out_nav .contact-info li {
  font-family: halyard-text;
  color: #ababab;
  margin: 0;
}

#slide_out_nav .contact-info ul {
  list-style: none;
  padding-left: 0;
}

#slide_out_nav .contact-info li {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 28px;
}

#slide_out_nav .contact-info p {
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}

#slide_out_nav .contact-info .info {
  max-width: 277px;
  padding-bottom: 80px;
}

#nav_underlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #091013;
  opacity: 0;
  z-index: 100;
  pointer-events: none;
  transition: opacity 0.22s ease-in-out;
}

#nav_underlay.open {
  pointer-events: auto;
  opacity: 0.4;
}

@media (max-width: 769px) {
  nav.side-nav {
    height: 100px;
    width: 100%;
    flex-direction: row;
    align-content: center;
  }
  nav.side-nav .social-links {
    display: none;
  }
  nav.side-nav .base-nav {
    flex-direction: row;
  }
  nav.side-nav #contact_link {
    display: none;
  }
  nav.side-nav .contact-link,
nav.side-nav #toggle_main_nav {
    order: 1;
  }
  nav.side-nav .contact-link {
    display: flex;
    flex-direction: row;
    flex-basis: 156px;
  }
  nav.side-nav .contact-link span {
    display: inline-block;
    padding-left: 10px;
    transform: none;
  }
  nav.side-nav .nav-padding {
    padding: 28px 30px;
  }
  nav.side-nav .nav-spacer {
    order: 0;
  }
  .main-nav {
    flex: 1 0 auto;
    align-items: center;
    padding: 150px 20px 0;
  }
  .main-nav ul {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    max-width: 90%;
    width: 100%;
    max-height: 600px;
    max-height: none;
  }
  .main-nav ul li {
    margin-bottom: 10px;
  }
  .main-nav ul li a {
    font-size: 21px;
  }
  .main-nav ul li a.active:before {
    left: 10px;
    top: 10px;
    height: 6px;
    width: 6px;
  }
  #slide_out_nav {
    left: 0;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
  #slide_out_nav .contact-info {
    flex-basis: 285px;
  }
  #slide_out_nav .contact-info .info {
    padding-bottom: 0;
  }
  #slide_out_nav .contact-info .info h1,
#slide_out_nav .contact-info .info p {
    display: none;
  }
  #slide_out_nav .contact-info .info ul li {
    font-size: 16px;
    letter-spacing: 1.33;
    color: #d8d8d8;
  }
  #slide_out_nav .contact-info a.to-blog {
    position: relative;
    font-size: 20px;
    padding: 20px 30px;
    flex: 0 0 0;
  }
  #slide_out_nav .contact-info a.to-blog span {
    display: none;
  }
  #slide_out_nav .extra-links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  #slide_out_nav .extra-links .social-links {
    display: flex;
    padding-left: 40px;
  }
  #slide_out_nav .extra-links a {
    padding: 0 20px 0 0;
    text-decoration: none;
  }
  #slide_out_nav .extra-links a img {
    width: 20px;
  }
  #slide_out_nav .extra-links a .quote-link {
    padding: 0;
  }
  #slide_out_nav .extra-links a.quote-link {
    padding: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 425px) {
  .main-nav {
    padding-left: 15px;
    padding-top: 100px;
  }
  .main-nav ul {
    flex-direction: column;
  }
  .main-nav ul li a {
    font-size: 18px;
    padding-left: 5px;
  }
  .main-nav ul li a.active:before {
    left: -10px;
    top: 9px;
    height: 6px;
    width: 6px;
  }
  nav.side-nav .nav-padding {
    padding: 28px 15px;
  }
  nav.side-nav #contact_link span.rotate {
    margin-right: 20px;
  }
  #slide_out_nav .contact-info {
    flex-basis: 160px;
    align-items: flex-start;
    align-content: flex-end;
    flex-shrink: 1;
    padding-top: 10px;
  }
  #slide_out_nav .contact-info .info {
    padding-left: 15px;
  }
  #slide_out_nav .contact-info .info ul {
    margin: 5px 0;
    width: 100%;
  }
  #slide_out_nav .contact-info .info ul li {
    font-size: 12px;
    line-height: normal;
  }
  #slide_out_nav .contact-info h3 {
    font-size: 16px;
    margin-top: 0;
  }
}

@media (min-height: 800px) and (max-width: 425px) {
  .main-nav ul {
    max-height: 370px;
  }
}

@media (max-height: 700px) and (min-width: 770px) {
  .nav-spacer {
    display: none;
  }
}

@media (max-height: 630px) and (min-width: 770px) {
  nav.side-nav #contact_link {
    flex-basis: auto;
  }
  nav.side-nav #contact_link span {
    display: none;
  }
  .nav-spacer {
    display: none;
  }
}

.job-details {
  height: inherit !important;
}

.job-text {
  min-height: 28px !important;
  font-weight: inherit !important;
}

div.cardgrid .cards,
section.cardgrid .cards {
  display: flex;
  justify-content: space-between;
  padding: 0 80px;
  flex-wrap: wrap;
  max-width: 100%;
}

div.cardgrid .cards a,
section.cardgrid .cards a {
  text-decoration: none;
  width: 30%;
}

@media (max-width: 769px) {
  div.cardgrid .cards,
section.cardgrid .cards {
    width: 100%;
    padding: 0 15px;
  }
  div.cardgrid .cards a,
section.cardgrid .cards a {
    width: 100%;
    margin-bottom: 40px;
  }
}

div.cardgrid .card,
section.cardgrid .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 15px;
  transition: ease 0.4s transform;
  margin-bottom: 60px;
  position: relative;
}

div.cardgrid .card:hover,
section.cardgrid .card:hover {
  transform: scale(1.02);
}

div.cardgrid .card .img-wrapper,
section.cardgrid .card .img-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

div.cardgrid .card img,
section.cardgrid .card img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 350px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

div.cardgrid .card .details,
section.cardgrid .card .details {
  height: 125px;
  background-color: #fff;
  padding: 29px 41px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

div.cardgrid .card .details h4,
section.cardgrid .card .details h4 {
  color: #1B315F;
  font-family: aileron, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 44px;
  margin: 0;
}

div.cardgrid .card .details h5,
section.cardgrid .card .details h5 {
  margin: 0;
  padding-bottom: 0;
  color: #1B315F;
  letter-spacing: 2.8px;
  font-family: aileron, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
}

div.cardgrid .card .details h4,
div.cardgrid .card .details h5,
section.cardgrid .card .details h4,
section.cardgrid .card .details h5 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

div.cardgrid .card .details .caption,
section.cardgrid .card .details .caption {
  background-color: #F4CF52;
  padding: 10px 40px;
  text-transform: uppercase;
  position: absolute;
  bottom: 100%;
  left: 0;
  letter-spacing: 2.33px;
  line-height: 24px;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
}

.open-positions-card-wrapper {
  width: 30%;
  margin-top: 15px;
}

@media (max-width: 769px) {
  .open-positions-card-wrapper {
    width: 100%;
  }
}

.open-positions-card {
  height: 100% !important;
}

.copy-cards-container {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (max-width: 769px) {
  .copy-cards-container {
    flex-direction: column-reverse;
  }
}

.copy-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media (max-width: 769px) {
  .copy-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.copy-container .copy {
  width: 400px;
  padding: 50px 180px 150px 180px;
}

@media (max-width: 769px) {
  .copy-container .copy {
    padding: 50px 20px;
  }
}

.copy-container .copy.copy-full {
  height: auto;
  width: 100%;
}

.copy-container .copy .label-container {
  display: inline-flex;
}

@media (max-width: 769px) {
  .copy-container .copy .label-container {
    display: none;
  }
}

.copy-container .copy .label-container h5 {
  margin: 13px;
  color: #1B315F;
  font-family: halyard-text, sans-serif;
  font-weight: 400;
}

.copy-container .copy .label-container div:nth-child(1) {
  border: 1px solid #F4CF52;
  border-left: none;
}

.copy-container .copy .label-container div:nth-child(1) h5 {
  font-weight: 700;
  font-style: bold;
  letter-spacing: 0;
  font-size: 14px;
}

.copy-container .copy .label-container div:nth-child(2) {
  border-top: 1px solid #F4CF52;
  border-bottom: 1px solid #F4CF52;
}

.copy-container .copy .label-container div:nth-child(2) h5 {
  font-style: normal;
  font-size: 10px;
  letter-spacing: 2.33px;
  padding-top: 2px;
}

.project-card-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  padding: 0 40px;
  margin: 40px auto;
}

.project-card-container a {
  text-decoration: none;
}

@media (max-width: 769px) {
  .project-card-container {
    width: 100%;
    flex-direction: column;
  }
}

.project-card {
  width: 33%;
  height: 168px;
  background: #ffffff;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 1370px) {
  .project-card {
    min-width: initial;
  }
}

@media (max-width: 769px) {
  .project-card {
    width: 90%;
    margin: 10px auto 10px auto;
    height: 125px;
  }
}

.project-card .card-copy {
  margin: 40px;
}

.project-card .label {
  text-transform: uppercase;
  font-family: halyard-text, sans-serif;
  font-weight: 700;
  font-style: bold;
  color: #1B315F;
  font-size: 10px;
  line-height: 1em;
  letter-spacing: 2.33px;
  margin: 0;
}

.project-card h3 {
  font-family: halyard-text, sans-serif;
  font-weight: 700;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.25em;
  margin: 10px 0;
}

blockquote {
  position: relative;
  font-size: 24px;
  line-height: 1.25em;
  margin: 3em 10px;
  padding: 0.5em 10px;
  font-family: masqualero, sans-serif;
  text-align: center;
}

blockquote:after {
  content: '\201C';
  position: absolute;
  top: 20px;
  left: 50%;
  color: #cccccc;
  font-size: 6em;
  z-index: 0;
  margin-left: -24px;
}

blockquote .rich-text {
  position: relative;
  z-index: 1;
}

blockquote p {
  display: block;
  font-size: 24px;
  line-height: 1.25em;
  font-family: masqualero, sans-serif;
}

blockquote cite {
  font-size: smaller;
  font-size: 18px;
  font-family: Open Sans, Arial, sans-serif;
  position: relative;
}

blockquote cite:before {
  content: '—';
  display: inline-block;
}

.block-page_section {
  padding: 40px 0;
  overflow: hidden;
}

.block-heading {
  font-family: masqualero, sans-serif;
  font-size: 26px;
  margin: 0;
  padding: 40px;
}

.block-image {
  margin: 0;
  padding: 40px;
}

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

.block-paragraph {
  margin: 0;
  padding: 40px;
}

.block-embed {
  padding: 4em;
}

.section-block {
  padding: 40px 0;
  color: #091013;
  position: relative;
}

.section-block p {
  font-size: 16px;
}

.section-block .image-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, black 70%);
}

.section-block .section-box--hero-bg {
  height: 100%;
  padding-bottom: 160px;
}

.section-block .container {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 2;
}

.section-block .container .row {
  display: flex;
}

.section-block .container .row .col-half {
  width: 50%;
}

.section-block .container .row .col-full {
  width: 100%;
}

.section-block .container .row img {
  max-width: 100%;
  height: auto;
}

.section-block .container.align-top .row {
  align-items: flex-start;
}

.section-block .container.align-btm .row {
  align-items: flex-end;
}

.section-block .container.align-center .row {
  align-items: center;
}

.section-block .container.col1-offset-top .col1 {
  margin-top: -100px;
  z-index: 9;
}

.section-block .container.col1-offset-btm .col1 {
  margin-bottom: -100px;
  z-index: 9;
}

.section-block .container.col2-offset-top .col2 {
  margin-top: -100px;
  z-index: 9;
}

.section-block .container.col2-offset-btm .col2 {
  margin-bottom: -100px;
  z-index: 9;
}

@media (max-width: 425px) {
  .section-block .container .row {
    flex-direction: column;
  }
  .section-block .container .row .col-half {
    width: 100%;
  }
  .section-block .container.col1-offset-top .col1,
.section-block .container.col1-offset-top .col2, .section-block .container.col1-offset-btm .col1,
.section-block .container.col1-offset-btm .col2, .section-block .container.col2-offset-top .col1,
.section-block .container.col2-offset-top .col2, .section-block .container.col2-offset-btm .col1,
.section-block .container.col2-offset-btm .col2 {
    margin-bottom: initial;
    margin-top: initial;
  }
}

.section-block.block--light {
  color: #091013;
}

.section-block.block--light .image-overlay {
  background: linear-gradient(to bottom, transparent, #d8d8d8 70%);
}

.section-block.block--section-box-no-img {
  color: #091013;
}

.section-block.block--section-box-no-img .section-box {
  padding-top: 40px;
  background: #f0f0f0 !important;
}

.section-block.block--section-box-no-img .section-box .image-overlay {
  display: none;
}

.section-block.block--section-box-no-img .container {
  padding: 40px;
  border-radius: 8px;
  background: #fff;
}

.section-block.block--img-bottom .section-box {
  top: inherit;
  bottom: 0;
  height: 100%;
}

.section-block.block--img-bottom .image-overlay {
  background: linear-gradient(to top, transparent, white 70%);
}

.section-block.block--dark {
  color: #ffffff !important;
}

.section-block.block--dark h1, .section-block.block--dark h2, .section-block.block--dark h3, .section-block.block--dark h4, .section-block.block--dark h5, .section-block.block--dark h6, .section-block.block--dark p {
  padding: 0 0 20px;
  color: #ffffff !important;
}

.section-block.block--dark:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: #091013;
  width: 100%;
  height: 100%;
}

.section-block.block--dark .image-overlay {
  background: linear-gradient(to bottom, transparent, black 70%);
}

.section-box {
  background-color: #D6D1C4;
  position: absolute;
  width: 390px;
  height: 100vh;
  z-index: 1;
}

@media (max-width: 769px) {
  .section-box {
    width: 100%;
  }
}

.section-box.section-box-top-right {
  top: 0;
  right: 0;
}

.section-box.section-box-top-right .down-arrow {
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.section-box.section-box-bottom-left {
  bottom: 0;
  left: 0;
}

.section-box.section-box-top-fw {
  top: 0;
  left: 0;
  width: 100%;
  height: 66vh;
}

.section-box.section-box-top-fw .shadow {
  width: 25%;
  right: 0;
  bottom: -100px;
  left: auto;
}

.section-box.section-box--hero-bg {
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.section-box.section-box--trans {
  background-color: transparent;
}

.section-box .shadow {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
}

.section-box .shadow.shadow--bl {
  right: auto;
  left: 0;
  bottom: -50px;
}

@media (max-width: 769px) {
  .section-box .shadow {
    opacity: .25;
  }
}

body.estimate-form {
  background-color: #091013;
}

body.estimate-form #estimate_form {
  min-height: calc(100vh - 235px);
}

body.estimate-form #close_estimate {
  display: none;
}

.errors {
  color: red;
}

#slideout_estimate_form {
  background-color: #10181c;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  transform: translateX(-120%);
  transition: transform 0.22s linear;
  height: 100%;
  overflow: auto;
}

#slideout_estimate_form.open {
  transform: none;
  box-shadow: 100px -10px 200px 0 rgba(0, 0, 0, 0.5);
}

#slideout_estimate_form .form-wrap {
  max-width: 1060px;
  margin: 0 auto;
  padding-top: 100px;
}

#estimate_form {
  padding: 40px;
  position: relative;
}

#estimate_form button[type="submit"] {
  padding: 30px 20px;
  background-color: #F4CF52;
  border: none;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #10181c;
  flex: 0 1 300px;
  margin-top: 30px;
  height: 80px;
  margin-left: auto;
}

#estimate_form h2 {
  color: #d8d8d8;
}

#estimate_form .close-quote {
  opacity: 1;
  position: absolute;
  top: 82px;
  right: 2em;
}

#estimate_form .close-quote span {
  background: #8baab9;
  transition: background 0.22s linear;
}

#estimate_form .close-quote:hover {
  cursor: pointer;
}

#estimate_form .close-quote:hover span {
  background: #fff;
}

#estimate_form .file-field.full,
#estimate_form .select-field.full,
#estimate_form .ffl-wrapper.full {
  margin-top: 30px;
}

#estimate_form .file-field.full + .full,
#estimate_form .select-field.full + .full,
#estimate_form .ffl-wrapper.full + .full {
  margin-top: -4px;
}

#estimate_form .file-field.full + .full input,
#estimate_form .file-field.full + .full textarea,
#estimate_form .file-field.full + .full .select2-container .select2-selection--single,
#estimate_form .select-field.full + .full input,
#estimate_form .select-field.full + .full textarea,
#estimate_form .select-field.full + .full .select2-container .select2-selection--single,
#estimate_form .ffl-wrapper.full + .full input,
#estimate_form .ffl-wrapper.full + .full textarea,
#estimate_form .ffl-wrapper.full + .full .select2-container .select2-selection--single {
  border-top: transparent;
}

#estimate_form .file-field.full + .half,
#estimate_form .select-field.full + .half,
#estimate_form .ffl-wrapper.full + .half {
  margin-top: 30px;
}

#estimate_form .file-field.half,
#estimate_form .select-field.half,
#estimate_form .ffl-wrapper.half {
  flex-basis: calc(50% - 20px);
  max-width: calc(50% - 20px);
}

#estimate_form .file-field.half + .half:nth-child(n + 3) input,
#estimate_form .file-field.half + .half:nth-child(n + 3) textarea,
#estimate_form .file-field.half + .half:nth-child(n + 3) .select2-container .select2-selection--single,
#estimate_form .select-field.half + .half:nth-child(n + 3) input,
#estimate_form .select-field.half + .half:nth-child(n + 3) textarea,
#estimate_form .select-field.half + .half:nth-child(n + 3) .select2-container .select2-selection--single,
#estimate_form .ffl-wrapper.half + .half:nth-child(n + 3) input,
#estimate_form .ffl-wrapper.half + .half:nth-child(n + 3) textarea,
#estimate_form .ffl-wrapper.half + .half:nth-child(n + 3) .select2-container .select2-selection--single {
  border-top: transparent;
}

#estimate_form .file-field.third,
#estimate_form .select-field.third,
#estimate_form .ffl-wrapper.third {
  flex-basis: calc(33% - 20px);
  max-width: calc(33% - 20px);
}

#estimate_form .fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-basis: 100%;
  overflow: hidden;
}

#estimate_form .file-field {
  display: flex;
  color: #d8d8d8;
  align-items: center;
  margin-top: 10px !important;
}

#estimate_form .file-field label {
  border: #d8d8d8 solid 1px;
  padding: 20px;
  cursor: pointer;
}

#estimate_form .file-field input {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  padding: 0;
}

#estimate_form .file-field .help-text {
  padding: 0 20px;
  font-size: 18px;
  line-height: 18px;
}

#estimate_form .file-field .file-name:not(:empty) + .help-text-content {
  display: none;
}

#estimate_form .select-field,
#estimate_form .ffl-wrapper {
  position: relative;
  display: block;
  padding-top: 0px;
  flex-basis: 100%;
}

#estimate_form .select-field .ffl-label,
#estimate_form .ffl-wrapper .ffl-label {
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  position: absolute;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  pointer-events: none;
  top: 38px;
}

#estimate_form .select-field.ffl-floated .ffl-label,
#estimate_form .ffl-wrapper.ffl-floated .ffl-label {
  top: 0;
}

#estimate_form .select-field.ffl-floated .ffl-label,
#estimate_form .ffl-wrapper.ffl-floated .ffl-label {
  top: 15px;
  left: 20px;
  font-size: 11px;
  color: #8baab9;
}

#estimate_form label {
  color: #d8d8d8;
  font-family: aileron, sans-serif;
  font-size: 14px;
  line-height: 14px;
  left: 20px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

@-webkit-keyframes autofill {
  to {
    color: #d8d8d8;
    background: transparent;
  }
}

#estimate_form textarea,
#estimate_form input {
  background: transparent;
  border: #2D414B solid 1px;
  padding: 40px 20px 20px;
  color: #fff;
  width: 100%;
  height: 100%;
  font-family: aileron, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  resize: none;
}

#estimate_form textarea:-webkit-autofill,
#estimate_form input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

#estimate_form textarea:active, #estimate_form textarea:focus,
#estimate_form input:active,
#estimate_form input:focus {
  position: relative;
  border-color: transparent;
  outline: #d8d8d8 solid 3px;
  z-index: 1;
}

#estimate_form .select-field {
  display: flex;
  flex-direction: column;
  border: #2D414B solid 1px;
  padding: 20px 20px 0;
}

#estimate_form .select-field label {
  padding-bottom: 8px;
}

#estimate_form .g-recaptcha {
  margin-top: 30px;
  flex-basis: calc(33% - 20px);
  max-width: calc(33% - 20px);
}

#estimate_form .g-recaptcha &gt; div {
  margin: 0 auto;
}

/**************
  Campaign Modal
***************/
.campaign-modal {
  background: #000;
  padding: 30px;
}

.campaign-header {
  color: #fff;
}

.campaign-lead {
  color: #fff;
}

.thank-you-landing {
  background-color: #091013;
}

.thank-you-landing .flex-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.thank-you-landing .landing-copy {
  text-align: center;
  color: #fff;
  margin: 60px 0;
  max-width: 500px;
}

.thank-you-landing .landing-copy p {
  color: #fff;
}

.thank-you-landing h2 {
  color: #fff;
  margin: 0 0 30px;
}

.thank-you-landing .btn {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
  max-width: 300px;
  width: 100%;
  background-color: #F4CF52;
  color: #fff;
  border: none;
}

.thank-you-landing .btn:hover {
  color: #091013;
}

/**************
  light theme
***************/
@-webkit-keyframes lightautofill {
  to {
    color: #091013;
    background: transparent;
  }
}

.light-theme #estimate_form {
  min-height: calc(100vh - 235px);
}

.light-theme #estimate_form h2 {
  color: #091013;
}

.light-theme #estimate_form label {
  color: #091013;
}

.light-theme #estimate_form .file-field label {
  border-color: #091013;
}

.light-theme #estimate_form .file-field .help-text {
  color: #091013;
}

.light-theme #estimate_form .select-field .select2-container.select2-container--focus .select2-selection--single {
  outline-color: #F4CF52;
}

.light-theme #estimate_form textarea,
.light-theme #estimate_form input {
  color: #091013;
}

.light-theme #estimate_form textarea:-webkit-autofill,
.light-theme #estimate_form input:-webkit-autofill {
  -webkit-animation-name: lightautofill;
  -webkit-animation-fill-mode: both;
}

.light-theme #estimate_form textarea:active, .light-theme #estimate_form textarea:focus,
.light-theme #estimate_form input:active,
.light-theme #estimate_form input:focus {
  outline: #F4CF52 solid 3px;
}

.campaign-modal {
  background: #000;
  padding: 30px;
}

.campaign-header {
  color: #fff;
}

.campaign-lead {
  color: #fff;
}

@media (max-width: 1080px) {
  #estimate_form .file-field {
    flex-wrap: wrap;
  }
  #estimate_form .file-field .help-text {
    padding-left: 40px;
    padding-top: 20px;
  }
}

@media (max-width: 769px) {
  #estimate_form .file-field {
    flex-direction: column;
  }
  #estimate_form .file-field .help-text {
    padding: 20px;
  }
}

/***************
  TABLET DOWN
***************/
@media (max-width: 769px) {
  #slideout_estimate_form {
    display: none;
  }
  #estimate_form {
    padding: 20px;
  }
  #estimate_form .select-field.full,
#estimate_form .ffl-wrapper.full,
#estimate_form .select-field.half,
#estimate_form .file-field.half,
#estimate_form .ffl-wrapper.half {
    flex-basis: 100%;
    max-width: none;
    min-height: 81px;
  }
  #estimate_form button[type="submit"] {
    flex-basis: 100%;
  }
}
</pre></body></html>