@charset "UTF-8";
/*
Theme Name: D&O
Author: Dan Cruzat for Daylight
Author URI: https://thedaylightstudio.com
Version: 1
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto+Slab:wght@400;700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

.hidden-sm {
  display: none;
}

.justify-center {
  justify-content: center;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (min-width: 1088px) {
  .container {
    max-width: 90rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.row {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.row [class^=col] {
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

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

/*
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12, */
[class^=col] {
  width: 96%;
}

.col-1-sm {
  width: 4.3333333333%;
}

.col-2-sm {
  width: 12.6666666667%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.3333333333%;
}

.col-5-sm {
  width: 37.6666666667%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.3333333333%;
}

.col-8-sm {
  width: 62.6666666667%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.3333333333%;
}

.col-11-sm {
  width: 87.6666666667%;
}

.col-12-sm {
  width: 96%;
}

@media only screen and (min-width: 1088px) {
  .col-1 {
    width: 4.3333333333%;
  }
  .col-2 {
    width: 12.6666666667%;
  }
  .col-3 {
    width: 21%;
  }
  .col-4 {
    width: 29.3333333333%;
  }
  .col-5 {
    width: 37.6666666667%;
  }
  .col-6 {
    width: 46%;
  }
  .col-7 {
    width: 54.3333333333%;
  }
  .col-8 {
    width: 62.6666666667%;
  }
  .col-9 {
    width: 71%;
  }
  .col-10 {
    width: 79.3333333333%;
  }
  .col-11 {
    width: 87.6666666667%;
  }
  .col-12 {
    width: 96%;
  }
  .hidden-sm {
    display: block;
  }
}
:root {
  --section-vert: 160px;
}

section.block-hero.section-block:not(.no-foot-pad) {
  margin-bottom: calc(var(--section-vert) / 2.5);
}
@media (min-width: 1088px) {
  section.block-hero.section-block:not(.no-foot-pad) {
    margin-bottom: calc(var(--section-vert) * 1.5 - 20px);
  }
}
@media (min-width: 1088px) {
  body.page.home section.block-hero.section-block:not(.no-foot-pad) {
    margin-bottom: calc(var(--section-vert) - 20px);
  }
}

section.section-block:not(.no-foot-pad) {
  margin-bottom: calc(var(--section-vert) / 2.5);
}
@media (min-width: 1088px) {
  section.section-block:not(.no-foot-pad) {
    margin-bottom: var(--section-vert);
  }
}
/*

body:not(.page-template-news-lp) section.block-hero + .bar-set {
  margin-bottom: calc(var(--section-vert)/8);
  @include larger() {
    margin-bottom: var(--section-vert);
    }//
}

body.page.home section.block-hero + .bar-set {
  margin-bottom: calc(var(--section-vert)/4);
  @include larger() {
    margin-bottom: var(--section-vert);
    }//
}
.page-template-news-lp section.block-hero + .bar-set {
  margin-bottom: calc(var(--section-vert)/2);
}

.page-template-news-lp section.block-hero + .bar-set  {
  @include larger() {
    margin-bottom: calc(var(--section-vert)/2); // calc(var(--section-vert)/4);
  }
}

section.block-head, section.contact-head {
  transition: margin-top 0.2s ease-out;
  margin-bottom: calc(var(--section-vert)/4);

  @include larger() {
    margin-bottom: calc(var(--section-vert)/2);
  }

  @include smaller() {
    margin-top: 62px; // 65px;
  }

  .alert-bar.armed:not(.closed) + .site-header + .primary-nav-mobile + script + & {
    @include smaller() {
     //  margin-top: 107px;
    }
  }
}

section.block-head, section.contact-head {
  margin-bottom: calc(var(--section-vert)/4)!important;
  @include larger() {
      margin-bottom: calc(var(--section-vert) / 2)!important;
    }//
}

.block-hero {
  margin-bottom: calc(var(--section-vert)/4)!important;
  @include larger() {
      margin-bottom: calc(var(--section-vert) + 84px)!important;
    }//
}

*/
:root {
  --mainTitleFontSize: 30px;
  --mainTitleLineHeight: 36px;
  --titleFontSize: 26px;
  --titleLineHeight: 32px;
  --title3FontSize: 20px;
  --title4FontSize: 20px;
  --title5FontSize: 16px;
  --title6FontSize: 16px;
  --copyFontSize: 14px;
  --copyLineHeight: 25.2px;
  --featureCopyFontSize: 16px;
  --featureCopyLineHeight: 24px;
}
@media (min-width: 1088px) {
  :root {
    --mainTitleFontSize: 46px;
    --mainTitleLineHeight: 58px;
    --titleFontSize: 36px;
    --titleLineHeight: 58px;
    --title3FontSize: 28px;
    --title4FontSize: 24px;
    --title5FontSize: 20px;
    --title6FontSize: 18px;
    --copyFontSize: 16px;
    --copyLineHeight: 28.8px;
    --featureCopyFontSize: 18px;
    --featureCopyLineHeight: 30px;
  }
}

body {
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, .title {
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  font-weight: 700;
  font-weight: 700;
  font-style: normal;
}

h1, h2 {
  font-size: var(--mainTitleFontSize);
  line-height: var(--mainTitleLineHeight);
}

h3, h4 {
  font-size: var(--titleFontSize);
  line-height: 1.25;
  margin-bottom: 24px;
}

p, li {
  line-height: 1.8;
}

header .menu, footer .menu {
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  font-weight: 700;
}

:root {
  --black: #000F08;
  --white: #F8FDFD;
  --tan: #D1AA67;
  --brown: #632F2F;
  --graydark: #65767A;
  --graylight: #C0C5C8;
  --graylighter: #e3e3e3;
}

.alert-bar {
  background: #A71D1D;
  color: var(--white);
  text-align: center;
  padding: 8px 56px 8px 8px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.alert-bar:not(.armed) {
  display: none;
}
.alert-bar p {
  margin: 0;
  padding: 0;
  font-weight: 600;
  letter-spacing: 0.07em;
  font-size: 14px;
}
.alert-bar a {
  color: var(--white);
  border-bottom: 0.5px solid var(--white);
}
.alert-bar .symbol-button {
  position: absolute;
  top: 10px;
  right: 12px;
  cursor: pointer;
}
.alert-bar .symbol-button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 32px;
  background: var(--white);
  top: calc(50% - 1px);
  left: -2px;
}
.alert-bar .symbol-button span:first-child {
  transform: rotate(45deg);
}
.alert-bar .symbol-button span:last-child {
  transform: rotate(-45deg);
}
@media (min-width: 660px) {
  .alert-bar .symbol-button span {
    top: calc(50% - 8px);
    width: 24px;
  }
}
.symbol-button {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid green;
  background: transparent;
  border: none;
  outline: none;
}

.block-page--hero .container, .block-hero .container {
  position: relative;
  z-index: 2;
}
body:not(.home) .block-page--hero .container, body:not(.home) .block-hero .container {
  margin-bottom: 46px;
}
.block-page--hero + .bar-set > div:not(.bar-set--ramp), .block-hero + .bar-set > div:not(.bar-set--ramp) {
  background: #fff;
}

.bar-set {
  position: relative;
  /*&--ramp:after {
  	display: block;
  	content: "";
  	left: auto;
  	right: 0;
  	background-position: 100% 50%;
  	background-repeat: repeat-x;
  	bottom: 0;
  	width: 60%;
  }*/
}
.bar-set > div:not(.bar-set--ramp) {
  height: 12px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.bar-set > div:not(.bar-set--ramp) + div:not(.bar-set--ramp) {
  margin-top: 5px;
}
@media (min-width: 1088px) {
  .bar-set > div:not(.bar-set--ramp) {
    height: 23px;
  }
  .bar-set > div:not(.bar-set--ramp) + div:not(.bar-set--ramp) {
    margin-top: 7px;
  }
}
.block-page--hero > .bar-set, .block-hero > .bar-set {
  z-index: 1;
}
.block-page--hero > .bar-set > div:not(.bar-set--ramp), .block-hero > .bar-set > div:not(.bar-set--ramp) {
  background: #fff !important;
}
.block-page--hero > .bar-set .bar-set--ramp:after, .block-hero > .bar-set .bar-set--ramp:after {
  position: absolute;
}
.bar-set--ramp {
  width: calc(100% + 120px);
  height: 141px;
  background: url("assets/images/ramp-hero.svg") 0 50% no-repeat;
  background-size: 2000px 141px;
  position: absolute;
  left: -120px;
  bottom: 6px;
  z-index: 1;
}
@media (min-width: 1088px) {
  .bar-set--ramp {
    background-size: 4000px 550px;
    width: calc(100% + 120px);
    height: 283px;
  }
}
.bar-set.caps span {
  display: block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
}
@media (min-width: 1088px) {
  .bar-set.caps span {
    width: 23px;
    height: 23px;
  }
}
.bar-set .brown, .bar-set .brown span {
  background: var(--brown);
}
.bar-set .tan, .bar-set .tan span {
  background: var(--tan);
}
.bar-set .gray, .bar-set .gray span {
  background: #e3e3e3;
}

.btn {
  background: transparent;
  border: none;
  position: relative;
  font-size: 18px;
  padding: 20px 26px;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  color: var(--brown);
  transition: all 0.5s;
  font-weight: 700;
}
.btn input[type=submit] {
  text-transform: uppercase;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 4;
  position: relative;
}
@media (min-width: 1088px) {
  .btn {
    padding: 16px 26px;
  }
}
@media (min-width: 1088px) {
  .btn {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .btn {
    font-size: 18px;
  }
}
.btn.arrow {
  padding: 10px 0 0 8px;
  display: inline-block;
  width: auto;
  position: relative;
  margin: 0 auto;
  height: 42px;
  transition: all 0.2s;
  box-sizing: border-box;
}
.btn.arrow .wpcf7-spinner {
  position: absolute;
  left: -48px;
  top: calc(50% - 12px);
  margin: 0;
}
.on-overlay .btn {
  background: transparent;
  border-radius: 8px;
  /**/
}
* .on-overlay .btn {
  color: var(--black) !important;
}
.on-overlay .btn:not(.arrow) {
  background: #fff;
}
@media (hover: hover) {
  .on-overlay .btn:not(.arrow):hover {
    background: var(--tan);
  }
}
.on-brown .btn {
  color: #fff;
}
@media (hover: hover) {
  .on-brown .btn:hover .label {
    color: var(--brown);
  }
  .on-brown .btn:hover .banner {
    background: #fff !important;
  }
  .on-brown .btn:hover .banner:after {
    border-left-color: #fff !important;
  }
}
.btn span {
  position: relative;
  z-index: 3;
}
.btn .banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  transition: all 0.2s;
  background: transparent;
  z-index: 2;
  height: 42px;
}
.btn .banner:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: transparent;
  position: absolute;
  top: 0;
  left: 100%;
  transition: border-left 0.2s;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent; /* 40px height (20+20) */
  border-left: 21px solid transparent;
}
.btn .banner:before {
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  border-top: 2px transparent solid;
  border-right: 2px transparent solid;
  top: calc(50% - 14px - 1px);
  position: absolute;
  transform: rotate(45deg);
  left: calc(100% - 14px + 6px);
  transition: background-color 0.2s;
}
.btn .label {
  z-index: 3;
}
.btn .plate {
  position: absolute;
  top: 0;
  left: -8px;
  right: -30px;
  bottom: 0;
  background: transparent;
  z-index: 1;
}
@media (min-width: 1088px) {
  .btn .plate {
    top: -8px;
    bottom: -8px;
  }
}
@media (hover: hover) {
  .btn:not(.narrow, .reversed, .block-quicklinks--links div):hover *, .btn:not(.narrow, .reversed, .block-quicklinks--links div):hover input[type=submit] {
    color: #fff;
  }
  .btn:not(.narrow, .reversed, .block-quicklinks--links div):hover .chev {
    opacity: 0;
  }
  .btn:not(.narrow, .reversed, .block-quicklinks--links div):hover .chev.one {
    right: -40px;
  }
  .btn:not(.narrow, .reversed, .block-quicklinks--links div):hover .chev.two {
    right: -48px;
  }
  .btn:not(.narrow, .reversed, .block-quicklinks--links div):hover .banner {
    right: -8px;
    background: var(--brown);
    height: 42px;
  }
  .btn:not(.narrow, .reversed, .block-quicklinks--links div):hover .banner:after {
    border-left-color: var(--brown);
  }
  .btn:not(.narrow, .reversed, .block-quicklinks--links div):hover .banner:before {
    border-color: var(--tan);
  }
}
.btn.arrow.secondary .label {
  border-bottom: 2px solid transparent;
  transition: border-color 0.5s ease-out;
}
.btn.arrow.secondary .banner {
  display: none;
}
@media (hover: hover) {
  .btn.arrow.secondary:hover .label {
    color: var(--brown) !important;
    border-color: var(--tan);
  }
  .btn.arrow.secondary:hover .chev {
    opacity: 1 !important;
  }
  .btn.arrow.secondary:hover .chev.one {
    right: -20px;
    opacity: 0.3 !important;
  }
  .btn.arrow.secondary:hover .chev.two {
    right: -28px;
    opacity: 0.3 !important;
  }
  .btn.arrow.secondary:hover input {
    color: var(--black) !important;
  }
}

.arrow {
  position: relative;
}
.arrow .chev {
  position: absolute;
  right: -16px;
  top: calc(50% - 7px);
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid var(--brown);
  border-right: 2px solid var(--brown);
  transform: rotate(45deg);
  transition: all 0.5s;
  cursor: not-allowed;
  pointer-events: none;
}
.arrow .chev.two {
  right: -24px;
  border-color: var(--tan);
}
.arrow.reversed {
  padding-left: 30px;
}
.arrow.reversed .chev {
  right: auto;
  left: 8px;
  transform: rotate(-135deg);
}
.arrow.reversed .chev.two {
  left: 0px;
}

.mobile-menu {
  background: transparent;
  outline: none;
  border: none;
  width: 62px;
  height: 62px;
  border: 1px solid transparent;
  position: absolute;
  top: 0;
  right: -24px;
  display: block; /*flex;
align-items: center;
justify-content: center;*/
}
.mobile-menu span {
  display: block;
  background: var(--brown);
  height: 3px;
  width: 30px;
  position: absolute;
  left: calc(50% - 15px);
}
.mobile-menu span:nth-child(1) {
  top: 20.5px;
}
.mobile-menu span:nth-child(2) {
  top: 59px/2;
}
.mobile-menu span:nth-child(3) {
  top: 38.5px;
}
.mobile-nav-open .mobile-menu span {
  width: 40px;
  left: calc(50% - 20px);
  transition: all 0.3s ease-in-out;
}
.mobile-nav-open .mobile-menu span:nth-child(1) {
  top: 29.5px;
  transform: rotate(-45deg);
}
.mobile-nav-open .mobile-menu span:nth-child(2) {
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
}
.mobile-nav-open .mobile-menu span:nth-child(3) {
  top: 29.5px;
  transform: rotate(45deg);
}
@media (min-width: 1088px) {
  .mobile-menu {
    display: none;
  }
}

header.site-header {
  font-weight: 700;
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
}
.admin-bar header.site-header {
  top: 46px;
}
@media (min-width: 783px) {
  .admin-bar header.site-header {
    top: 32px;
  }
}
@media (min-width: 1088px) {
  .admin-bar header.site-header {
    top: 0;
  }
}
@media (min-width: 1088px) {
  header.site-header {
    border-width: 10px;
    position: relative;
    top: auto;
  }
}
@media (max-width: 1087px) {
  header.site-header .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
header.site-header .header-front {
  background: #fff;
  position: relative;
  z-index: 2;
  height: 59px;
}
@media (min-width: 1088px) {
  header.site-header .header-front {
    height: 109px;
  }
}
header.site-header .header-front-border {
  height: 3px;
  background: var(--tan);
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 1088px) {
  header.site-header .header-front-border {
    height: 10px;
  }
}
header.site-header .site-logo {
  display: inline-block;
  width: 100px;
  height: auto;
  margin-top: 14px;
  margin-left: -8px;
}
header.site-header .site-logo img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1088px) {
  header.site-header .site-logo {
    width: 150px;
    margin-top: 0;
    margin-left: 0;
  }
}
header.site-header .container .row {
  display: flex;
  height: 100%;
  align-items: center;
}
@media (max-width: 1087px) {
  header.site-header .container .row > div {
    margin: 0;
  }
}
@media (min-width: 1088px) {
  header.site-header .menu-header-primary-container {
    min-width: 670px;
  }
}
header.site-header .menu, header.site-header .secondary-nav--frame {
  display: none;
}
@media (min-width: 1088px) {
  header.site-header .menu, header.site-header .secondary-nav--frame {
    display: flex;
  }
}
header.site-header .primary-nav .menu {
  font-size: 14px;
  line-height: 25.5px;
}
@media (min-width: 1200px) {
  header.site-header .primary-nav .menu {
    font-size: 17px;
  }
}
header.site-header .primary-nav .menu > li {
  margin-right: 42px;
  position: relative;
}
header.site-header .primary-nav .menu > li:before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: url("assets/images/util/nav_arrow.svg") 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  right: -19px;
}
header.site-header .secondary-nav--frame img {
  max-height: 40px;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}
header.site-header .secondary-nav--frame a {
  display: block;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  text-transform: uppercase;
  width: 33.3333%;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 1088px) {
  header.site-header .secondary-nav--frame img {
    max-height: 32px;
  }
  header.site-header .secondary-nav--frame a {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  header.site-header .secondary-nav--frame img {
    max-height: 40px;
  }
  header.site-header .secondary-nav--frame a {
    font-size: 14px;
  }
}
header.site-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-nav-drop {
  position: absolute;
  top: -606px;
  width: 100%;
  background: #fff;
  z-index: 1;
  height: 606px;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  font-weight: 700;
}
.primary-nav-drop:not(.nav-armed) {
  display: none;
}
.primary-nav-drop.nav-armed {
  transition: top 0.25s ease-in-out;
}
@media (max-width: 1087px) {
  .primary-nav-drop {
    display: none;
  }
}
.primary-nav-drop.open {
  top: 115px;
}
.primary-nav-drop h4 {
  font-size: 28px;
}
.primary-nav-drop h5 {
  font-size: 16px;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .primary-nav-drop h5 {
    font-size: 20px;
  }
}
header.site-header .primary-nav-drop ul {
  margin-bottom: 10px;
}
.primary-nav-drop li {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .primary-nav-drop li {
    font-size: 14px;
  }
}
.primary-nav-drop li + li {
  margin-top: 16px;
}
.primary-nav-drop--frame {
  padding: 12px 40px;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .primary-nav-drop--frame {
    padding: 12px 80px;
  }
}
.primary-nav-drop--pillars {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 420px;
  justify-content: flex-start;
}
.primary-nav-drop--pillar {
  width: 25%;
}
.primary-nav-drop--pillar.spacer {
  height: 400px;
}
.primary-nav-drop--pillar li > a {
  padding: 4px 0;
}
.primary-nav-drop--pillar li:not(.current) > a {
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s;
  padding-bottom: 2px;
}
@media (hover: hover) {
  .primary-nav-drop--pillar li:not(.current) > a:hover {
    border-color: var(--tan);
  }
}
.primary-nav-drop--pillar li.current > a {
  padding: 4px 8px;
  background-color: var(--graylighter);
  border-radius: 3px;
}

.nav-callout {
  position: relative;
  font-size: 14px;
}
@media (min-width: 1088px) {
  .nav-callout {
    margin-top: 32px;
  }
}
@media (min-width: 1200px) {
  .nav-callout {
    font-size: 16px;
  }
}
.nav-callout > div {
  padding: 12px 24px;
}
@media (min-width: 1088px) {
  .nav-callout > div {
    margin-right: 30px;
    padding: 24px;
  }
  .nav-callout > div:not(.bar-set) {
    height: 340px;
  }
}
.nav-callout > div h5 {
  margin-top: 0;
}
.nav-callout > div p {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
}
@media (min-width: 1088px) {
  .nav-callout .btn.arrow.mobile {
    display: none;
  }
}
.nav-callout .btn.arrow.mobile .banner, .nav-callout .btn.arrow.mobile .plate {
  display: none;
}
.nav-callout .btn.arrow.mobile .chev {
  opacity: 1 !important;
}
.nav-callout .btn.arrow.mobile .chev.one {
  right: -16px !important;
}
.nav-callout .btn.arrow.mobile .chev.two {
  right: -24px !important;
}
@media (max-width: 1087px) {
  .nav-callout.on-brown .btn .label {
    color: #fff !important;
  }
  .nav-callout:not(.on-brown) .btn .label {
    color: var(--brown) !important;
  }
}
.nav-callout .bar-set {
  background: #fff !important;
  padding: 0 !important;
}
.nav-callout .bar-set > div {
  height: 12px !important;
}
@media (min-width: 1088px) {
  .nav-callout .bar-set > div:not(:first-child) {
    margin-top: 5px !important;
  }
}
@media (min-width: 1088px) {
  .nav-callout .bar-set {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.nav-callout > div {
  position: relative;
}
.nav-callout.count-1 > div {
  background: var(--graylighter);
  color: var(--black);
}
.nav-callout.count-2 > div {
  background: var(--brown);
  color: #fff;
}
.nav-callout.count-2.on-brown .btn.arrow .chev.one {
  border-color: #fff;
}
.nav-callout.count-2 + .count-2 > div {
  background: var(--graylighter);
  color: var(--black);
}
@media (max-width: 1087px) {
  .nav-callout--drop {
    display: none;
  }
}
@media (max-width: 1087px) {
  .nav-callout + .nav-callout {
    margin-top: 18px;
  }
}

.primary-nav-mobile {
  position: relative;
  z-index: 4;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 1088px) {
  .primary-nav-mobile {
    display: none;
  }
}
.primary-nav-mobile button {
  position: relative;
  background: transparent;
  outline: none;
  border: none;
  text-align: left;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--brown);
}
.primary-nav-mobile--base, .primary-nav-mobile--plate {
  position: fixed;
  width: 100vw;
  background: #fff;
  text-align: left;
  padding: 30px;
  top: auto;
  bottom: 100%;
  height: calc(100% - 62px);
}
.admin-bar .primary-nav-mobile--base, .admin-bar .primary-nav-mobile--plate {
  padding-top: 46px;
}
.mobile-nav-open .primary-nav-mobile--base, .mobile-nav-open .primary-nav-mobile--plate {
  transition: all 0.35s ease-in-out;
  bottom: 0;
}
.primary-nav-mobile--base {
  z-index: 1;
  left: auto;
  right: 0;
}
.mobile-sub-open .primary-nav-mobile--base {
  right: 100%;
}
.primary-nav-mobile--base-channels {
  display: block;
  max-height: calc(100vh - 200px);
  overflow: scroll;
}
@media (min-height: 640px) {
  .primary-nav-mobile--base-channels {
    max-height: calc(100vh - 225px);
  }
}
.primary-nav-mobile--base-channel {
  width: 100%;
}
.primary-nav-mobile--base-channel button {
  padding: 24px 0px;
  font-size: 18px;
  letter-spacing: 0.75px;
}
@media (min-height: 640px) {
  .primary-nav-mobile--base-channel button {
    padding: 30px 0px;
    font-size: 22px;
  }
}
.primary-nav-mobile--base-channel + .primary-nav-mobile--base-channel {
  border-top: 1px solid #AAA6A5;
}
.primary-nav-mobile--base-util {
  display: flex;
  width: 100%;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 22px 0;
  background: #fff;
}
@media (min-height: 640px) {
  .primary-nav-mobile--base-util {
    padding: 32px 0;
  }
}
.primary-nav-mobile--base-util img {
  max-height: 32px;
  margin-bottom: 8px;
}
@media (min-height: 640px) {
  .primary-nav-mobile--base-util img {
    max-height: 40px;
  }
}
.primary-nav-mobile--base-util a {
  display: flex;
  flex-direction: column;
  width: 33.333%;
  text-align: center;
  max-width: 140px;
}
@media (max-height: 639px) {
  .primary-nav-mobile--base-util a {
    font-size: 90%;
  }
}
.primary-nav-mobile--plate {
  left: 100%;
  right: auto;
  overflow-y: scroll;
}
.mobile-sub-open .primary-nav-mobile--plate.active-mobile-subnav {
  left: 0;
}
.primary-nav-mobile--plate h4 + .btn.arrow {
  margin-bottom: 20px;
}
.primary-nav-mobile--plate-sleeve {
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
.primary-nav-mobile--plate > .btn.arrow .label {
  color: var(--brown) !important;
}
.primary-nav-mobile--plate > .btn.arrow .banner {
  display: none;
}
.primary-nav-mobile--plate > .btn.arrow:hover .chev {
  opacity: 1 !important;
}
.primary-nav-mobile--plate > .btn.arrow:hover .chev.one {
  right: -16px !important;
}
.primary-nav-mobile--plate > .btn.arrow:hover .chev.two {
  right: -24px !important;
}
.primary-nav-mobile--pillar h5 {
  position: relative;
  width: auto;
  display: inline-block;
  font-size: 18px;
  color: var(--brown);
}
@media (min-width: 1088px) {
  .primary-nav-mobile--pillar h5 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .primary-nav-mobile--pillar h5 {
    font-size: 18px;
  }
}
@media (max-height: 639px) {
  .primary-nav-mobile--pillar h5 {
    margin: 20px 0;
  }
}
.primary-nav-mobile--pillar h5 .arrow {
  display: inline-block;
  width: auto;
  transform: rotate(90deg);
  position: absolute;
  top: -6px;
  right: -20px;
}
.primary-nav-mobile--pillar ul {
  list-style: none;
  padding: 0 0 24px;
  margin: 0;
  display: block;
}
.primary-nav-mobile--pillar ul a {
  display: block;
  padding: 12px 0;
}
.primary-nav-mobile--pillar:not(.nav-callout) {
  border-top: 1px solid #AAA6A5;
}
.primary-nav-mobile--pillar:not(.nav-callout):last-child {
  border-bottom: 1px solid #AAA6A5;
}
.primary-nav-mobile--pillar.mobile-nav-open .arrow {
  transform: rotate(-90deg);
  top: 28px;
}
.primary-nav-mobile--section-links {
  margin-bottom: 24px;
}

body.mobile-nav-open {
  overflow: hidden !important;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
footer {
  background: var(--graylighter);
  padding-top: 60px;
  padding-bottom: 12px;
  font-weight: 700;
}
footer .footer-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 175px;
  margin-bottom: 60px;
}
@media (min-width: 1088px) {
  footer .footer-logo {
    margin-left: 0;
  }
}
footer .col {
  width: calc(100% - 1rem);
}
footer .footer-menu {
  display: flex;
  flex-direction: column;
}
footer .menu {
  display: flex;
  flex-direction: column;
}
@media (min-width: 720px) {
  footer .menu {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 720px) {
  footer .menu > li {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  footer .menu > li {
    width: 25%;
  }
}
footer .menu > li > a {
  color: var(--brown);
  font-size: 20px;
  line-height: 32px;
  display: block;
  margin-bottom: 24px;
}
footer .menu .sub-menu {
  margin-bottom: 60px;
}
footer .menu .sub-menu a {
  color: var(--black);
  font-size: 14px;
  line-height: 19.6px;
}
footer .menu .sub-menu li:not(:last-child) {
  margin-bottom: 18px;
}
@media (max-width: 719px) {
  footer .menu > li:last-child .sub-menu {
    margin-bottom: 28px;
  }
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-copyright {
  text-align: center;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
}
footer .footer-copyright .copyright-level {
  display: block;
}
@media (min-width: 720px) {
  footer .footer-copyright .copyright-level {
    display: inline;
  }
}
footer .footer-copyright .copyright-spacer {
  padding: 0 3px;
}
footer .footer-copyright a {
  color: var(--black);
  font-weight: 600;
}

.intro {
  text-align: center;
  margin-bottom: 30px;
}
.intro__title {
  margin: 0 0 1rem;
  font-size: var(--titleFontSize);
  line-height: 1.3;
}

.news-cpt {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (min-width: 1088px) {
  .news-cpt {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.news-cpt ul, .news-cpt li {
  list-style: none;
  padding: 0;
}
.news-cpt .all-news-link {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  padding-left: 24px;
}
.news-cpt .all-news-link:before {
  position: absolute;
  display: block;
  content: "";
  border: 2px solid var(--brown);
  border-right: none;
  border-bottom: none;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
}

.news-single--meta {
  height: 20px;
  line-height: 1;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.news-single--meta--separator {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  width: 1px;
  height: 100%;
  margin-bottom: -6px;
  background: var(--black);
}
.news-single--footer {
  margin-top: 50px;
  padding-top: 12.5px;
  border-top: 1px solid var(--graylighter);
  align-items: center;
}
@media (min-width: 1088px) {
  .news-single--footer {
    margin-top: 80px;
    padding-top: 80px;
  }
}
.news-single--title {
  margin-top: 0;
  margin-bottom: 42px;
}
.news-single--social {
  display: flex;
  justify-content: flex-end;
  margin-right: -16px;
}
.news-single--social .btn {
  background: var(--brown);
  color: var(--white);
  border-radius: 6px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
}
.news-single--social .btn + .btn {
  margin-left: 16px;
}
@media (min-width: 1088px) {
  .news-single--social .btn + .btn {
    margin-left: 24px;
  }
}

section .news-categories a, section a.all-news-link {
  border: none;
}

.news-cpt.news-archive {
  padding-top: 0;
}

.news-list--item h3 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 22.4px;
}
@media (min-width: 1088px) {
  .news-list--item h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.news-list--item h3 + .news-archive--meta {
  margin-bottom: 20px;
}
@media (min-width: 1088px) {
  .news-list--item h3 + .news-archive--meta {
    margin-bottom: 36px;
  }
}
.news-list--item .news-archive--meta {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}
.news-list--item + .news-list--item {
  padding-top: 50px;
  margin-top: 30px;
  border-top: 1px solid var(--graylighter);
}
.news-list--item .news-item--author {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 14px;
  display: none;
}
.tax-news-categories .news-list--item .news-item--author {
  display: none;
}
.news-list--item .news-list--excerpt {
  margin-bottom: 8px;
}
.news-list--item .news-list--excerpt p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1088px) {
  .news-list--item .news-list--excerpt {
    margin-bottom: 16px;
  }
}

.pagination-controls {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 50px;
}
@media (min-width: 1088px) {
  .pagination-controls {
    justify-content: left;
  }
}
body.page-template-news-lp .pagination-controls {
  justify-content: center;
}
.pagination-controls > * + * {
  margin-left: 44px;
}
@media (min-width: 1088px) {
  .pagination-controls > * + * {
    margin-left: 28px;
  }
}
.pagination-controls a {
  cursor: pointer;
  border: none;
}
.pagination-controls a > span {
  display: block;
  background: transparent;
  padding: 5px 12px;
  border: 1px solid transparent;
  margin-top: -4px;
}
.pagination-controls a > span > span {
  display: block;
  width: 14px;
  height: 14px;
  padding: 0;
  background: transparent;
  border: 2px solid var(--brown);
  border-left: none;
  border-bottom: none;
}
.pagination-controls a > span.pagination--next {
  padding-left: 6px;
}
.pagination-controls a > span.pagination--next span {
  transform: rotate(45deg);
}
.pagination-controls a > span.pagination--prev {
  padding-right: 2px;
}
.pagination-controls a > span.pagination--prev span {
  transform: rotate(-135deg);
}
.pagination-controls a.prev + * {
  margin-left: 38px;
}
@media (min-width: 1088px) {
  .pagination-controls a.prev + * {
    margin-left: 22px;
  }
}
.pagination-controls a.next {
  margin-left: 34px;
}
@media (min-width: 1088px) {
  .pagination-controls a.next {
    margin-left: 18px;
  }
}
.pagination-controls .current {
  color: var(--tan);
}

.category-menu {
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  font-weight: 700;
  display: none;
}
@media (min-width: 1088px) {
  .category-menu {
    display: inline;
  }
}
.category-menu ul, .category-menu li {
  list-style: none;
  padding: 0;
}
.category-menu strong {
  display: block;
  font-size: 20px;
  margin-bottom: 44px;
  font-weight: 700;
}
.category-menu li + li {
  margin-top: 36px;
}
.category-menu--mobile {
  margin-bottom: 25px;
}
@media (min-width: 1088px) {
  .category-menu--mobile {
    display: none;
  }
}

.error-404--lead {
  text-align: center;
  padding: 160px 0;
}
.error-404--lead h2, .error-404--lead h3 {
  margin: 0;
}
.error-404--lead h3 {
  margin-bottom: 20px;
}
.error-404--lead h2 {
  margin-bottom: 28px;
}

.block-3up {
  /*&--intro {
  	margin-bottom: 30px;
  	@include larger() {
  		text-align: center;
  	}
  }*/
}
.block-3up .container.mobile-wide {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1088px) {
  .block-3up .container.mobile-wide {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.block-3up .card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--black);
  margin-bottom: 14px;
}
@media (min-width: 1088px) {
  .block-3up .card--content {
    height: 216px;
  }
}
.block-3up .card img {
  max-width: 100%;
}
.block-3up .padding {
  padding: 32px;
}
.block-3up .btn {
  padding-left: 0;
}
.block-3up h3 {
  font-size: 22px;
  line-height: 30.8px;
  margin: 0;
}
@media (min-width: 1088px) {
  .block-3up h3 {
    font-size: 28px;
    line-height: 39.2px;
  }
}

.block-5050 {
  text-align: left;
  position: relative;
}
.block-5050 h3 {
  margin-top: 0;
}
@media (min-width: 1088px) {
  .block-5050--content {
    padding-bottom: 32px;
  }
}
.block-5050--content h1, .block-5050--content h2, .block-5050--content h3, .block-5050--content h4, .block-5050--content h5 {
  font-size: 16px;
  margin: 0;
  line-height: 1.4;
}
.block-5050--content .row.columns {
  margin-left: -2%;
  margin-right: -2%;
}
.block-5050--content .row.columns .col-6, .block-5050--content .row.columns .col-4 {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  .block-5050--content .row.columns .col-6, .block-5050--content .row.columns .col-4 {
    padding-right: 30px;
  }
}
.block-5050--content .row.columns .col-6 *:first-child, .block-5050--content .row.columns .col-4 *:first-child {
  margin-top: 0;
}
.block-5050--content .row.columns p, .block-5050--content .row.columns li {
  line-height: 1.5;
}
@media (min-width: 720px) {
  .block-5050 .row:not(.columns) > .col-4 {
    width: 29.3333333333%;
  }
  .block-5050 .row:not(.columns) > .col-6 {
    width: 46%;
  }
}
@media (min-width: 720px) {
  .block-5050 .row .content {
    padding-top: 160px;
  }
}
@media (min-width: 1088px) {
  .block-5050 .row .content {
    padding-top: 190px;
  }
}
.block-5050 .row .content > h3 {
  margin-bottom: 36px;
}
.block-5050 .image {
  margin-bottom: 24px;
}
@media (min-width: 720px) {
  .block-5050 .image {
    margin-bottom: 0;
  }
}
.block-5050 .image img {
  max-width: 100%;
  width: auto;
  height: 316px;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}
@media (min-width: 720px) {
  .block-5050 .image img {
    height: 500px;
  }
}
.block-5050--ctas {
  display: flex;
  flex-wrap: wrap;
}
.block-5050--ctas .btn {
  margin-left: 0;
}
.block-5050--ctas .btn:not(:last-child) {
  margin-right: 72px;
}
.block-5050 .bar-set {
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
@media (min-width: 720px) {
  .block-5050 .bar-set {
    top: 54px;
  }
}
@media (min-width: 720px) {
  .block-5050 .btn {
    margin-bottom: 42px;
  }
}
.block-5050 .row {
  display: flex;
}
@media (min-width: 720px) {
  .block-5050.left .bar-set .brown {
    width: calc(50% + 220px);
  }
}
.block-5050.left .bar-set .tan {
  width: calc(100% - 14px);
}
@media (min-width: 720px) {
  .block-5050.left .bar-set .tan {
    width: calc(50% + 220px - 40px);
  }
}
.block-5050.left .bar-set .gray {
  width: calc(100% - 28px);
}
@media (min-width: 720px) {
  .block-5050.left .bar-set .gray {
    width: calc(50% + 220px - 80px);
  }
}
.block-5050.left .bar-set span {
  top: 0;
  right: -6px;
}
@media (min-width: 1088px) {
  .block-5050.left .bar-set span {
    right: -11.5px;
  }
}
@media (min-width: 720px) {
  .block-5050.right .bar-set .brown {
    margin-left: calc(50% - 220px - 80px);
  }
}
.block-5050.right .bar-set .tan {
  margin-left: 14px;
}
@media (min-width: 720px) {
  .block-5050.right .bar-set .tan {
    margin-left: calc(50% - 220px - 40px);
  }
}
.block-5050.right .bar-set .gray {
  margin-left: 28px;
}
@media (min-width: 720px) {
  .block-5050.right .bar-set .gray {
    margin-left: calc(50% - 220px);
  }
}
.block-5050.right .bar-set span {
  top: 0;
  left: -6px;
}
@media (min-width: 1088px) {
  .block-5050.right .bar-set span {
    left: -11.5px;
  }
}
.block-5050.right .row {
  flex-direction: row-reverse;
}

.block-carts-rates img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1087px) {
  .block-carts-rates .intro {
    margin-bottom: 0;
  }
}
.block-carts-rates--locations {
  margin-bottom: 20px;
}
@media (min-width: 1088px) {
  .block-carts-rates--locations {
    margin-bottom: 40px;
  }
}
@media (max-width: 1087px) {
  .block-carts-rates--locations:not(.mobile) {
    display: none;
  }
}
@media (min-width: 1088px) {
  .block-carts-rates--locations.mobile {
    display: none;
  }
}
.block-carts-rates--locations button {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  padding: 8px 12px;
  color: var(--brown);
  font-size: 22px;
}
.block-carts-rates--locations button span {
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease-out;
}
.block-carts-rates--locations button.current span {
  border-bottom: 2px solid var(--tan);
}
.block-carts-rates--locations button + button {
  margin-left: 32px;
}
.block-carts-rates--blocks {
  margin-bottom: 6px;
}
@media (min-width: 1088px) {
  .block-carts-rates--blocks {
    margin-bottom: 0px;
  }
}
.block-carts-rates--content-block {
  justify-content: space-between;
}
.block-carts-rates--content-block::after {
  display: none;
}
.block-carts-rates--rail {
  padding-top: 20px;
}
.block-carts-rates--rail h1, .block-carts-rates--rail h2, .block-carts-rates--rail h3, .block-carts-rates--rail h4, .block-carts-rates--rail h5 {
  font-size: 24px;
}
.block-carts-rates--rail h1:first-child, .block-carts-rates--rail h2:first-child, .block-carts-rates--rail h3:first-child, .block-carts-rates--rail h4:first-child, .block-carts-rates--rail h5:first-child {
  margin-top: 0;
}
@media (min-width: 1088px) {
  .block-carts-rates--rail {
    padding-top: 60px;
  }
}
@media (max-width: 1087px) {
  .block-carts-rates .row .col-6, .block-carts-rates .row .col-6-sm {
    width: 48%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 719px) {
  .block-carts-rates .row .col-6, .block-carts-rates .row .col-6-sm {
    width: 100%;
  }
}
.block-carts-rates--sizes {
  text-align: center;
}
.block-carts-rates--sizes h5 {
  margin-bottom: 26px;
}
.block-carts-rates--sizes--controls {
  margin-bottom: 8px;
}
@media (max-width: 1087px) {
  .block-carts-rates--sizes--controls:not(.mobile) {
    display: none;
  }
}
@media (min-width: 1088px) {
  .block-carts-rates--sizes--controls.mobile {
    display: none;
  }
}
.block-carts-rates--sizes button {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  text-transform: uppercase;
  background: transparent;
  border: none;
  outline: none;
  font-size: 20px;
  padding: 6px 14px;
  cursor: pointer;
  color: var(--brown);
  display: inline-block;
}
.block-carts-rates--sizes button span {
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease-out;
}
.block-carts-rates--sizes button.current span {
  border-bottom: 2px solid var(--tan);
}
.block-carts-rates--item-list {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 16px;
}
@media (min-width: 1088px) {
  .block-carts-rates--item-list {
    font-size: 18px;
  }
}
.block-carts-rates--item-list:not(.current) {
  display: none;
}
.block-carts-rates--item-list--item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 22px 0;
  line-height: 1.4;
}
@media (min-width: 1088px) {
  .block-carts-rates--item-list--item {
    padding: 38px 0;
  }
}
.block-carts-rates--item-list--item.current {
  color: var(--tan);
}
.block-carts-rates--item-list--item + .block-carts-rates--item-list--item {
  border-top: 1px solid var(--graylighter);
}
.block-carts-rates--list-footer {
  text-align: center;
  padding-left: 32px;
  padding-right: 32px;
  line-height: 1.8;
}
.block-carts-rates--list-footer > div {
  margin-bottom: 24px;
}
.block-carts-rates--list-footer > div:not(.current) {
  display: none;
}
.block-carts-rates--list-slideshow {
  position: relative;
}
.block-carts-rates--list-frame:not(.current) {
  display: none;
}
.block-carts-rates--list-slideset {
  margin-bottom: 18px;
}
.slideshow--controls .block-carts-rates--list-slidecontrols--nav {
  height: 15px;
  margin: 0 18px;
}
.slideshow--controls .block-carts-rates--list-slidecontrols--nav button {
  background-color: var(--brown);
  width: 15px;
  height: 15px;
  padding: 0;
}
.block-carts-rates--list-slidecontrols.slideshow--controls {
  position: relative;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.block-carts-rates--cta-rail {
  text-align: center;
}
@media (max-width: 719px) {
  .block-carts-rates--cta-rail {
    text-align: left;
  }
}
.block-carts-rates--cta-rail.single-location {
  text-align: left;
}
@media (min-width: 720px) {
  .block-carts-rates--cta-rail .btn:not(:last-child) {
    margin-right: 72px;
  }
}

.contact-form__title {
  text-align: center;
  font-size: var(--title3FontSize);
  margin: 0 0 1rem;
}
.contact-form .forms-select {
  margin-bottom: 2rem;
}
.contact-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.contact-form p {
  display: inline;
}
.contact-form label {
  display: block;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 32px;
  font-weight: 700;
}
.contact-form label .dim {
  display: inline-block;
  margin-top: 4px;
  font-size: 80%;
  color: var(--tan);
}
@media (min-width: 540px) {
  .contact-form label.half {
    width: calc(50% - 12px);
  }
}
@media (min-width: 540px) {
  .contact-form label.one-third {
    width: calc(33.3333% - 12px);
  }
}
@media (min-width: 540px) {
  .contact-form label.two-third {
    width: calc(66.6666% - 12px);
  }
}
@media (min-width: 540px) {
  .contact-form label.fortytwo {
    width: calc(42% - 12px);
  }
}
.contact-form label.sixteen {
  width: calc(16% - 12px);
}
@media (max-width: 539px) {
  .contact-form label.sixteen {
    display: none;
  }
}
.contact-form input:disabled, .contact-form select:disabled, .contact-form textarea:disabled {
  border-color: #999;
  color: #999;
}
.contact-form input:not([type=submit]), .contact-form textarea {
  display: block;
  outline: none;
  border: 1px solid #666;
  padding: 12px;
  width: 100%;
  margin-top: 6px;
  border-radius: none;
  -webkit-appearance: none;
  -webkit-border-radius: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.contact-form input[type=checkbox] {
  border-radius: 0;
  border: 1px solid #666;
  outline: none;
}
.contact-form input[type=date] {
  background: transparent;
  height: 46.4px;
  -webkit-appearance: none;
  border-radius: none;
  -webkit-border-radius: none;
  color: var(--black);
}
.contact-form .submit-frame {
  display: flex;
  width: 100%;
  margin-top: 2.4rem;
}
.contact-form input[type=submit] {
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  font-weight: 700;
  color: var(--brown);
}
.contact-form select {
  padding: 12px;
  width: 100%;
  outline: none;
  margin: 6px 0 0;
  appearance: none;
  background-color: #fff;
  color: var(--black);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  border: 1px solid var(--black);
  -webkit-appearance: none;
  border-radius: none;
  -webkit-border-radius: none;
}
.contact-form .wpcf7-response-output {
  width: 100%;
  text-align: center;
  margin: 2rem 0 0 !important;
  padding: 12px !important;
}
.contact-form .wpcf7-not-valid-tip {
  font-size: 80%;
  margin-top: 6px;
}
.contact-form [data-class=wpcf7cf_group] {
  width: 100%;
}
.contact-form [data-class=wpcf7cf_group] .group-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-form .wpcf7-form-control-wrap {
  width: 100%;
}
.contact-form .wpcf7-checkbox {
  display: block;
  width: 100%;
}
.contact-form .wpcf7-checkbox label {
  display: flex;
  align-items: center;
}
.contact-form .wpcf7-checkbox label > span {
  display: block;
}
.contact-form .wpcf7-checkbox input[type=checkbox] {
  border-width: 1px;
  overflow: hidden;
  margin-top: 0;
  margin-right: 12px;
  width: 44.5px;
  height: 44.5px;
}
.contact-form .wpcf7-checkbox input[type=checkbox]:checked:after {
  display: block;
  content: "✓";
  font-size: 40px;
  line-height: 1;
  margin-top: -12px;
  margin-left: -4px;
  color: var(--brown);
  /*width: 12px;
  height: 24px;
  border: 4px solid var(--brown);*/
}
.contact-form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  width: 100%;
}

.contact-page .contact-form h3 {
  margin: 0 0 2rem;
}
.contact-page .form-image {
  height: 100%;
  position: relative;
}
.contact-page .form-image img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1088px) {
  .contact-page .form-image img {
    display: block;
  }
}
.contact-page-address span {
  display: inline;
}

.block-copy-callout-box {
  overflow: hidden;
}
@media (min-width: 1088px) {
  .block-copy-callout-box .copy-box--content {
    padding-right: 60px;
  }
}
.block-copy-callout-box .callout-box {
  position: relative;
}
.block-copy-callout-box .callout-box--content {
  padding: 40px;
  border: 1px solid #000;
  position: relative;
  background: #fff;
  z-index: 2;
}
.block-copy-callout-box .callout-box--content h5 {
  font-size: 20px;
}
.block-copy-callout-box .callout-box--content h5, .block-copy-callout-box .callout-box--content p {
  margin: 0 0 20px;
}
.block-copy-callout-box .callout-box .bar-set {
  position: absolute;
  top: calc(50% - 42px);
  width: calc(100vw + 200px);
  z-index: 1;
  left: -100px;
}
@media (min-width: 1088px) {
  .block-copy-callout-box .callout-box .bar-set {
    top: calc(50% - 42px);
    left: 0;
    width: 50vw;
  }
}
@media (min-width: 1088px) {
  .block-copy-callout-box .callout-box .bar-set .brown {
    margin-left: -130px;
  }
}
.block-copy-callout-box .callout-box .bar-set .tan {
  margin-left: 14px;
}
@media (min-width: 1088px) {
  .block-copy-callout-box .callout-box .bar-set .tan {
    margin-left: -90px;
  }
}
.block-copy-callout-box .callout-box .bar-set .gray {
  margin-left: 28px;
}
@media (min-width: 1088px) {
  .block-copy-callout-box .callout-box .bar-set .gray {
    margin-left: -50px;
  }
}
.block-copy-callout-box .callout-box .bar-set span {
  top: 0;
  left: -6px;
}
@media (min-width: 1088px) {
  .block-copy-callout-box .callout-box .bar-set span {
    left: -11.5px;
  }
}

.block-cost-list h3 {
  text-align: center;
}
.block-cost-list--intro {
  margin-bottom: 40px;
}
.block-cost-list--row {
  display: flex;
  justify-content: space-between;
  padding: 18px 8px;
  font-size: 18px;
}
.block-cost-list--row:not(.block-cost-list--header) {
  border-bottom: 1px solid var(--black);
}
.block-cost-list--header {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}

.block-email-signup {
  text-align: center;
  background: var(--graylighter);
  padding-top: 16px;
  position: relative;
}
.block-email-signup input:focus {
  outline: none;
}
.block-email-signup input[type=email] {
  width: 100%;
  max-width: 320px;
  text-align: center;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  padding: 16px 0;
  font-size: 18px;
  color: #666;
}
@media (min-width: 1088px) {
  .block-email-signup input[type=email] {
    margin-top: 12px;
  }
}
.block-email-signup input[type=submit] {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  padding: 0;
  color: var(--black);
}
.block-email-signup .btn.arrow .banner {
  top: -7.5px;
  bottom: -7px;
}
@media (min-width: 1088px) {
  .block-email-signup {
    text-align: left;
    padding-top: 23px;
  }
}
.block-email-signup h3 {
  font-size: 22px;
  line-height: 30.8px;
  margin: 0 0 8px;
}
@media (min-width: 1088px) {
  .block-email-signup h3 {
    font-size: 28px;
    line-height: 39.2px;
  }
}
.block-email-signup p {
  margin: 0;
  font-size: 14px;
}
@media (min-width: 1088px) {
  .block-email-signup p {
    font-size: 18px;
  }
}
.block-email-signup .bump-bot {
  margin-bottom: 6px;
}
.block-email-signup .btn.arrow {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
@media (min-width: 1088px) {
  .block-email-signup .btn.arrow {
    margin: 22px 0 0 32px;
  }
}
.block-email-signup .btn.arrow .chev {
  border-color: var(--black);
}
.block-email-signup .btn.arrow .banner {
  background: transparent;
}
@media (hover: hover) {
  .block-email-signup .btn.arrow:hover .banner {
    background: var(--brown);
  }
  .block-email-signup .btn.arrow:hover .banner:before {
    border-color: #fff;
  }
  .block-email-signup .btn.arrow:hover .label {
    color: var(--brown);
    z-index: 3;
    border-color: var(--brown);
  }
}
.block-email-signup .container {
  position: relative;
  z-index: 2;
}
.block-email-signup--ramp {
  display: none;
  width: 362px;
  height: 119px;
  background: url("assets/images/ramp-footer.svg") 0 100% no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: -120px;
  pointer-events: none;
}
.block-email-signup--ramp.second {
  bottom: calc(100% - 35px);
  top: auto;
  background-position: 0 0;
  display: none;
}
@media (min-width: 1088px) {
  .block-email-signup--ramp {
    display: block;
    width: 100%;
    height: 334px;
    background-position: 0 50%;
    bottom: 0;
    left: 0;
  }
  .block-email-signup--ramp.second {
    display: none;
  }
}
.block-email-signup--frame {
  border-top: 7px solid #fff;
  border-bottom: 9px solid #fff;
  background: var(--tan);
}
@media (min-width: 1088px) {
  .block-email-signup--frame {
    border-top-width: 12px;
    border-bottom-width: 13px;
    padding: 19px 0px 20px;
  }
}
.block-email-signup--frame + div {
  border-top: 16px solid var(--brown);
}
@media (min-width: 1088px) {
  .block-email-signup--frame + div {
    border-width: 22px;
  }
}
@media (min-width: 1088px) {
  .block-email-signup--copy {
    text-align: right;
  }
}
@media (min-width: 1088px) {
  .block-email-signup #mc_embed_signup_scroll {
    display: flex;
  }
}
.block-email-signup p.brandingLogo {
  display: none;
}

.block-faq--items {
  margin-bottom: 48px;
}

.faq-item {
  border: 1px solid var(--black);
}
.faq-item + .faq-item {
  margin-top: 32px;
}
.faq-item--inner {
  padding: 36px 32px;
}
.faq-item--question {
  padding-right: 65px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 720px) {
  .faq-item--question {
    padding-right: 55px;
  }
}
@media (min-width: 1088px) {
  .faq-item--question {
    padding-right: 80px;
  }
}
.faq-item--question h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: var(--brown);
}
.faq-item--spacer {
  height: 40px;
}
@media (min-width: 720px) {
  .faq-item--answer-wrap {
    padding-right: 55px;
  }
}
@media (min-width: 1088px) {
  .faq-item--answer-wrap {
    padding-right: 80px;
  }
}
.faq-item--answer-wrap .faq-item--spacer + * {
  margin-top: 0;
}
.faq-item--answer-wrap > *:last-child {
  margin-bottom: 0;
}
.faq-item--answer {
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.faq-item--control {
  position: absolute;
  top: 0;
  right: 0;
}
.faq-item--control button {
  width: 30px;
  height: 30px;
  border: 2px solid var(--brown);
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 0;
}
.faq-item--control button span {
  width: 14px;
  height: 2px;
  background: var(--brown);
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  display: inline-block;
  transition: transform 0.2s ease-out;
  transform: rotate(0deg);
}
.faq-item--control button span + span {
  transform: rotate(90deg);
}
.faq-item.open .faq-item--control button span {
  transform: rotate(-180deg);
}
.faq-item.open .faq-item--control button span + span {
  transform: rotate(0deg);
}

.faqs-archive--listing ul {
  padding-left: 0;
  margin: 0;
}
.faqs-archive select {
  margin-top: 0;
}
.faqs-archive .category-menu {
  display: block;
  margin-bottom: 24px;
}
@media (min-width: 1088px) {
  .faqs-archive .category-menu {
    margin-bottom: 32px;
  }
}

.faq-service-selected {
  display: none;
}

.archive-title {
  margin-top: 0;
  line-height: 1.3;
}

.archive-label {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 16px;
}
@media (min-width: 1088px) {
  .archive-label {
    font-size: 20px;
    margin-bottom: 32px;
  }
}

.block-full-width.section-block {
  text-align: center;
  padding: 48px 0 64px;
  margin-bottom: 0 !important;
}
@media (min-width: 1088px) {
  .block-full-width.section-block {
    text-align: left;
    height: 40vw;
  }
}
@media (min-width: 1088px) {
  .block-full-width.section-block .container {
    height: 100%;
  }
}
@media (min-width: 1088px) {
  .block-full-width.section-block .container > .row {
    align-items: center;
    height: 100%;
  }
}
.block-full-width.section-block .btn {
  display: block;
}
@media (min-width: 1088px) {
  .block-full-width.section-block .btn {
    display: inline-block;
  }
}
.block-full-width.section-block .image-overlay {
  padding: 24px;
}
@media (min-width: 1088px) {
  .block-full-width.section-block .image-overlay {
    padding: 28px 42px 54px 64px;
  }
}
.block-full-width.section-block h3 {
  margin: 0 0 8px;
}
.block-full-width.section-block p {
  margin: 0 0 46px;
}

.block-hero {
  position: relative;
  color: #fff;
  text-align: center;
}
.block-hero h1, .block-hero h2, .block-hero h3, .block-hero h4, .block-hero h5, .block-hero ul, .block-hero li, .block-hero p {
  margin: 0;
}
@media (min-width: 1088px) {
  .block-hero {
    text-align: left;
    height: 40vw;
  }
}
@media (min-width: 1088px) {
  .block-hero .container {
    height: 100%;
  }
}
@media (min-width: 1088px) {
  .block-hero .container > .row {
    height: 100%;
    align-items: center;
  }
}
body.page.home .block-hero h1 {
  margin-bottom: 12px;
}
body.page.home .block-hero .block-hero--content {
  margin-bottom: 12px;
}
@media (max-width: 1087px) {
  body.page.home .block-hero .block-hero--content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 1087px) {
  body.page.home .block-hero {
    padding-bottom: 0px;
  }
}
@media (min-width: 1088px) {
  body.page.home .block-hero {
    min-height: 685px;
  }
}
body.page.home .block-hero .btn.arrow:not(:first-child) {
  display: none;
}
@media (max-width: 1087px) {
  body.page.home .block-hero .col-5 {
    padding-top: 104px;
    padding-bottom: 70px;
  }
}
.block-hero .btn {
  color: #fff;
}
.block-hero .btn:not(.arrow) {
  background: #fff;
}
.block-hero .btn.arrow .banner:after {
  background: transparent !important;
}
@media (hover: hover) {
  .block-hero .btn.arrow:hover .banner {
    background: #fff;
  }
  .block-hero .btn.arrow:hover .banner:after {
    border-left-color: #fff;
  }
}
.block-hero .container {
  min-height: inherit;
  display: flex;
  align-items: center;
}
.block-hero .content {
  position: relative;
}
@media (max-width: 1087px) {
  .block-hero.to-edge .image-overlay .col-7, body.page.home .block-hero .col-7 {
    display: none;
  }
}
body.page.home .block-hero .image-overlay {
  position: absolute;
  top: 82px;
  left: calc(24px + 2%);
  right: calc(24px + 2%);
  bottom: 100px;
  z-index: 0;
}
@media (min-width: 1088px) {
  body.page.home .block-hero .image-overlay {
    top: 0;
    left: calc(50% + 80px);
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 1087px) {
  .site-header.alert-show + .primary-nav-mobile + .block-hero {
    padding-top: 0 !important;
  }
}
.page-template-page-php .block-hero, .page-template-news-lp .block-hero, .page-template-building-blocks .block-hero, .page-template-contact-page .block-hero, .page-template-faqs-lp .block-hero {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 1087px) {
  .page-template-page-php .block-hero, .page-template-news-lp .block-hero, .page-template-building-blocks .block-hero, .page-template-contact-page .block-hero, .page-template-faqs-lp .block-hero {
    padding-top: 0;
    margin-top: 62px;
    padding-bottom: 0;
  }
}
.page-template-page-php .block-hero.has-content h1, .page-template-news-lp .block-hero.has-content h1, .page-template-building-blocks .block-hero.has-content h1, .page-template-contact-page .block-hero.has-content h1, .page-template-faqs-lp .block-hero.has-content h1 {
  margin-bottom: 12px;
}
@media (min-width: 1088px) {
  .page-template-page-php .block-hero, .page-template-news-lp .block-hero, .page-template-building-blocks .block-hero, .page-template-contact-page .block-hero, .page-template-faqs-lp .block-hero {
    padding-top: 36px;
    padding-bottom: 42px;
  }
}
@media (max-width: 1087px) {
  .page-template-page-php .block-hero .col-6:first-child, .page-template-news-lp .block-hero .col-6:first-child, .page-template-building-blocks .block-hero .col-6:first-child, .page-template-contact-page .block-hero .col-6:first-child, .page-template-faqs-lp .block-hero .col-6:first-child {
    display: none;
  }
}
.page-template-page-php .block-hero .col-6.image-overlay, .page-template-news-lp .block-hero .col-6.image-overlay, .page-template-building-blocks .block-hero .col-6.image-overlay, .page-template-contact-page .block-hero .col-6.image-overlay, .page-template-faqs-lp .block-hero .col-6.image-overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1087px) {
  .page-template-page-php .block-hero .col-6.image-overlay, .page-template-news-lp .block-hero .col-6.image-overlay, .page-template-building-blocks .block-hero .col-6.image-overlay, .page-template-contact-page .block-hero .col-6.image-overlay, .page-template-faqs-lp .block-hero .col-6.image-overlay {
    margin-top: 20px;
    padding-bottom: 12px;
  }
}
.page-template-page-php .block-hero .block-hero--content, .page-template-news-lp .block-hero .block-hero--content, .page-template-building-blocks .block-hero .block-hero--content, .page-template-contact-page .block-hero .block-hero--content, .page-template-faqs-lp .block-hero .block-hero--content {
  padding-top: 32px;
  padding-bottom: 32px;
}
.page-template-page-php .block-hero .image-overlay, .page-template-news-lp .block-hero .image-overlay, .page-template-building-blocks .block-hero .image-overlay, .page-template-contact-page .block-hero .image-overlay, .page-template-faqs-lp .block-hero .image-overlay {
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 1088px) {
  .page-template-page-php .block-hero .image-overlay, .page-template-news-lp .block-hero .image-overlay, .page-template-building-blocks .block-hero .image-overlay, .page-template-contact-page .block-hero .image-overlay, .page-template-faqs-lp .block-hero .image-overlay {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1088px) {
  .page-template-contact-page .block-hero, .page-template-news-lp .block-hero, .page-template-faqs-lp .block-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.page-template-contact-page .block-hero .image-overlay, .page-template-news-lp .block-hero .image-overlay, .page-template-faqs-lp .block-hero .image-overlay {
  min-height: 0px;
}
.page-template-contact-page .block-hero.has-content .image-overlay, .page-template-news-lp .block-hero.has-content .image-overlay, .page-template-faqs-lp .block-hero.has-content .image-overlay {
  padding-bottom: 24px;
}
.block-hero .row {
  position: relative;
  z-index: 1;
}
.block-hero--main-ctas {
  display: inline-flex;
  width: auto;
  flex-direction: column;
  width: 100%;
  max-width: 26rem;
  margin-bottom: 28px;
}
.block-hero--main-ctas a + a {
  margin-top: 24px;
}
@media (max-width: 1087px) {
  .block-hero--main-ctas {
    margin-left: auto;
    margin-right: auto;
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (min-width: 1088px) {
  .block-hero--main-ctas {
    flex-direction: row;
    width: auto;
    margin-bottom: 56px;
    max-width: 100%;
  }
  .block-hero--main-ctas a + a {
    margin-top: 0;
    margin-left: 24px;
  }
}
.block-hero--sub-ctas a {
  padding-left: 0;
}
.block-hero--sub-ctas .btn.arrow .chev {
  border-color: #fff;
}
.block-hero--sub-ctas .btn.arrow .banner {
  opacity: 0;
}
@media (hover: hover) {
  .block-hero--sub-ctas .btn.arrow:hover .label {
    color: #fff !important;
  }
  .block-hero--sub-ctas .btn.arrow:hover .banner {
    opacity: 1;
  }
  .block-hero--sub-ctas .btn.arrow:hover .banner:after {
    right: -120px;
  }
}

/*.image-overlay {


		a {
			padding-left: 0;
		}

		.btn.arrow {
			.chev {
				border-color: #fff;
			}
			.banner {
				opacity: 0;
				background-color: #fff;

				&:after {

					background-color: #fff;
				}
			}
			span {
				color: #fff;
			}
			@include ihover() {
				span {
					color: var(--brown)!important;
				}
				.banner {
					opacity: 1;
					&:after {
						right: -120px;
					}
				}
			}
		}
}*/
.block-page--hero {
  padding: 90px 30px;
  background: var(--brown);
  display: flex;
  align-items: center;
  color: var(--white);
  position: relative;
  margin-bottom: calc(var(--section-vert) / 1.5);
}
.block-page--hero .bar-set {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
@media (min-width: 1088px) {
  .block-page--hero {
    padding: 60px 0;
  }
}
.block-page--hero-content {
  padding-bottom: 40px;
}
.block-page--hero-content p, .block-page--hero-content li {
  font-size: 16px;
}
@media (min-width: 1088px) {
  .block-page--hero-content p, .block-page--hero-content li {
    font-size: 18px;
  }
}
@media (min-width: 1088px) {
  .block-page--content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.block-page--content h2 {
  font-size: var(--titleFontSize);
}
.block-page--content h3 {
  font-size: var(--title3FontSize);
}
.block-page--content h4 {
  font-size: var(--title4FontSize);
}
.block-page--content h5 {
  font-size: var(--title5FontSize);
}
.block-page--content h6 {
  font-size: var(--title6FontSize);
}
.block-page--content > .container > .row > div > *:first-child, .block-page--content > .container > .row > div > *#open-positions + * {
  margin-top: 0;
}

.block-quicklinks {
  overflow: hidden;
}
.block-quicklinks .row {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1088px) {
  .block-quicklinks .row {
    flex-direction: row;
  }
}
.block-quicklinks h3 {
  margin-top: 0;
}
.block-quicklinks .btn:not(.arrow) {
  display: flex;
  align-items: center;
  background: #fff;
}
@media (min-width: 1088px) {
  .block-quicklinks .btn:not(.arrow) {
    flex-direction: column;
  }
}
.block-quicklinks--links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 1088px) {
  .block-quicklinks--links {
    margin-left: 32px;
    margin-right: 32px;
  }
}
.block-quicklinks--links .btn {
  border: 1px solid var(--black);
  width: 100%;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.block-quicklinks--links .btn, .block-quicklinks--links .btn span {
  color: var(--brown);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1087px) {
  .block-quicklinks--links .btn {
    padding: 16px 0;
  }
}
@media (min-width: 1088px) {
  .block-quicklinks--links .btn {
    width: calc(50% - 12px);
  }
}
@media (hover: hover) {
  .block-quicklinks--links .btn:not(div):hover {
    background: var(--tan);
    border-color: var(--tan);
  }
  .block-quicklinks--links .btn:not(div):hover, .block-quicklinks--links .btn:not(div):hover span {
    color: #231F20;
  }
  .block-quicklinks--links .btn:not(div):hover .block-quicklinks--icon {
    filter: grayscale(95%);
  }
}
@media (min-width: 1088px) {
  .block-quicklinks--links .btn {
    padding: 20px 0;
    width: calc(25% - 18px);
  }
}
@media (max-width: 1087px) {
  .block-quicklinks--icon {
    object-fit: contain;
    width: 94px;
    max-height: 58px;
  }
}
@media (min-width: 1088px) {
  .block-quicklinks--icon {
    margin-bottom: 12px;
  }
}
.block-quicklinks--icon + span {
  line-height: calc(var(--copyLineHeight) - 6px);
}
@media (min-width: 1088px) {
  .block-quicklinks--icon + span {
    max-width: 160px;
    text-align: center;
  }
}
.block-quicklinks--bar {
  position: absolute;
  width: 100vw;
  height: 12px;
  background: var(--tan);
  z-index: 0;
  top: 40px;
  left: 0;
}
@media (min-width: 1088px) {
  .block-quicklinks--bar {
    height: 23px;
    top: 80px;
  }
}
.block-quicklinks.guide .row {
  align-items: flex-start;
}
.block-quicklinks.guide .btn:not(.arrow) {
  height: 240px;
  width: calc(50% - 20px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 1088px) {
  .block-quicklinks.guide .btn:not(.arrow) {
    width: calc(25% - 18px);
  }
}
.block-quicklinks.guide .guide-label {
  border: 0px solid red;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}
.block-quicklinks.guide a.btn:not(.arrow) {
  font-size: 28px;
}
.block-quicklinks.guide .block-quicklinks--bar {
  top: 114px;
}
.block-quicklinks.guide .guide-title {
  width: calc(100% + 52px);
}
@media (min-width: 1088px) {
  .block-quicklinks.guide .block-quicklinks--links {
    margin-top: 44px;
  }
}
.block-quicklinks.guide .block-quicklinks--links img {
  max-height: 60px;
  width: auto;
  margin-bottom: 20px;
}
.block-quicklinks.guide .allow-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
}
.block-quicklinks.guide .allow-indicator i {
  font-size: 30px;
}
.block-quicklinks.guide .allow-indicator.allowed {
  background: var(--tan);
}
.block-quicklinks.guide .allow-indicator.not-allowed {
  background: var(--brown);
}

.block-tabs-content {
  position: relative;
}
.block-tabs-content img {
  display: block;
  max-width: 100%;
}
@media (min-width: 1088px) {
  .block-tabs-content--rail {
    margin-top: 270px;
  }
}
.block-tabs-content--rail h3 {
  margin-bottom: 38px;
}
.block-tabs-content--tabs {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  color: var(--brown);
  display: none;
}
@media (min-width: 1088px) {
  .block-tabs-content--tabs {
    display: block;
  }
}
.block-tabs-content--mobile-select {
  position: relative;
  z-index: 2;
}
@media (min-width: 1088px) {
  .block-tabs-content--mobile-select {
    display: none;
  }
}
.block-tabs-content--tab + .block-tabs-content--tab {
  margin-top: 40px;
}
.block-tabs-content--tab span {
  cursor: pointer;
  display: inline-block;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
  padding: 2px 0;
  transition: all 0.2s ease-out;
}
.block-tabs-content--tab.current span {
  border-bottom: 2px solid var(--tan);
}
.block-tabs-content--content {
  border: 1px solid #666;
  padding: 54px;
  background: #fff;
  z-index: 2;
  position: relative;
}
.block-tabs-content--content img {
  margin-bottom: 24px;
}
.block-tabs-content--content h4 {
  margin: 0;
  font-size: 28px;
}
.block-tabs-content--content-block:not(.current) {
  display: none;
}
.block-tabs-content .bar-set {
  position: absolute;
  top: 224px;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1088px) {
  .block-tabs-content .bar-set {
    top: 142px;
  }
}

.block-testimonial {
  text-align: center;
  overflow: hidden;
}
.block-testimonial .container {
  padding-left: 0;
  padding-right: 0;
}
.block-testimonial__icon {
  display: block;
  width: 123px;
  height: 98px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.block-testimonial__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1087px) {
  .block-testimonial__icon img {
    width: 61.5px;
    margin-left: auto;
    margin-right: auto;
  }
}
.block-testimonial__entry {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 12px 56px;
  border: 0px solid #ddd;
}
.block-testimonial__entry h4, .block-testimonial__entry h5 {
  margin: 0;
}
.block-testimonial__entry h4 {
  font-size: 24px;
  line-height: 32px;
}
.block-testimonial__entry h5 {
  font-size: 16px;
  line-height: 22.5px;
}
.block-testimonial__content {
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.05rem;
  margin-bottom: 4rem;
}
.block-testimonial__entries {
  position: relative;
  z-index: 3;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1088px) {
  .block-testimonial__entries {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.block-testimonial__frame {
  position: relative;
  max-width: 856px;
  margin: 0 auto;
  padding: 32px 0 40px;
}
@media (min-width: 1088px) {
  .block-testimonial__frame {
    padding: 64px 0 80px;
  }
}
.block-testimonial__frame > div:not(.block-testimonial__icon, .block-testimonial__entries, .testframe--pipe, .testframe--cap) {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
}
.block-testimonial__frame > div:not(.block-testimonial__icon, .block-testimonial__entries, .testframe--pipe, .testframe--cap).testframe--base1 {
  bottom: 50%;
  background: var(--brown);
  border-radius: 16px 16px 0 0;
}
@media (min-width: 1088px) {
  .block-testimonial__frame > div:not(.block-testimonial__icon, .block-testimonial__entries, .testframe--pipe, .testframe--cap).testframe--base1 {
    border-radius: 32px 32px 0 0;
  }
}
.block-testimonial__frame > div:not(.block-testimonial__icon, .block-testimonial__entries, .testframe--pipe, .testframe--cap).testframe--base2 {
  top: 50%;
  background: var(--tan);
  border-radius: 0 0 16px 16px;
}
@media (min-width: 1088px) {
  .block-testimonial__frame > div:not(.block-testimonial__icon, .block-testimonial__entries, .testframe--pipe, .testframe--cap).testframe--base2 {
    border-radius: 0 0 32px 32px;
  }
}
.block-testimonial__frame > div:not(.block-testimonial__icon, .block-testimonial__entries, .testframe--pipe, .testframe--cap).testframe--content {
  background: #fff;
  top: 11px;
  bottom: 11px;
  left: 11px;
  right: 11px;
  border-radius: 6px;
}
@media (min-width: 1088px) {
  .block-testimonial__frame > div:not(.block-testimonial__icon, .block-testimonial__entries, .testframe--pipe, .testframe--cap).testframe--content {
    top: 22px;
    bottom: 22px;
    left: 22px;
    right: 22px;
    border-radius: 12px;
  }
}
.block-testimonial__frame .testframe--cap {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 32px;
  border: 0px solid red;
}
@media (min-width: 1088px) {
  .block-testimonial__frame .testframe--cap {
    width: 36px;
    height: 65px;
  }
}
@media (max-width: 1087px) {
  .block-testimonial__frame .testframe--cap {
    display: none;
  }
}
.block-testimonial__frame .testframe--cap.left {
  top: calc(50% - 17px);
  left: -7px;
  right: auto;
  background: url("/theme/assets/images/util/testimonial-cap-left.svg") 50% 50% no-repeat;
  background-size: contain;
}
@media (min-width: 1088px) {
  .block-testimonial__frame .testframe--cap.left {
    top: calc(50% - 32.5px);
    left: -14px;
  }
}
.block-testimonial__frame .testframe--cap.right {
  top: calc(50% - 17px);
  left: auto;
  right: -7px;
  background: url("/theme/assets/images/util/testimonial-cap-right.svg") 50% 50% no-repeat;
  background-size: contain;
}
@media (min-width: 1088px) {
  .block-testimonial__frame .testframe--cap.right {
    top: calc(50% - 32.5px);
    right: -13px;
  }
}
.block-testimonial__frame .testframe--pipe {
  position: absolute;
  height: 11px;
  z-index: 0;
}
@media (min-width: 1088px) {
  .block-testimonial__frame .testframe--pipe {
    height: 22px;
  }
}
@media (max-width: 1087px) {
  .block-testimonial__frame .testframe--pipe {
    display: none;
  }
}
.block-testimonial__frame .testframe--pipe.left {
  background: var(--tan);
  top: calc(50% - 2px);
  left: -50vw;
  right: 0;
}
@media (min-width: 1088px) {
  .block-testimonial__frame .testframe--pipe.left {
    top: calc(50% - 4px);
  }
}
.block-testimonial__frame .testframe--pipe.right {
  background: var(--brown);
  top: calc(50% - 10.5px);
  right: -50vw;
  left: 0;
}
@media (min-width: 1088px) {
  .block-testimonial__frame .testframe--pipe.right {
    top: calc(50% - 21px);
  }
}

.tns-nav button, .slideshow--nav button {
  width: 15px;
  height: 15px;
  background: var(--brown);
  border: none;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
}
.tns-nav button + button, .slideshow--nav button + button {
  margin-left: 10px;
}
@media (min-width: 720px) {
  .tns-nav button + button, .slideshow--nav button + button {
    margin-left: 24px;
  }
}
.tns-nav button.tns-nav-active, .tns-nav button.active, .slideshow--nav button.tns-nav-active, .slideshow--nav button.active {
  background: var(--tan);
}

.slideshow--rail {
  position: relative;
  display: inline-block;
  width: auto;
}

.slideshow--nav {
  position: relative;
  z-index: 2;
}

.slideshow--controls {
  position: absolute;
  top: -8px;
  bottom: 0;
  left: -50px;
  right: -50px;
  display: flex;
  z-index: 1;
  justify-content: space-between;
}
.slideshow--controls button {
  outline: none;
  border: none;
  background: transparent;
  width: 32px;
  height: 32px;
  padding: 10px;
  border: 0px solid red;
  cursor: pointer;
}
.slideshow--controls button span {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid black;
  border-right: none;
  border-bottom: none;
}
.slideshow--controls button.slideshow--prev span {
  transform: rotate(-45deg);
}
.slideshow--controls button.slideshow--next span {
  transform: rotate(135deg);
}

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

* {
  box-sizing: border-box;
}

a {
  color: var(--brown);
  font-weight: 700;
  text-decoration: none;
}
section a {
  border-bottom: 2px solid var(--tan);
}

.image-overlay {
  background: rgba(91, 50, 43, 0.9);
  color: #fff;
}