/* ======================================================================
Utility
====================================================================== */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

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

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

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

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

.footer-banner, .site-headline, .thumb-gallery__item, .home-ftrs__img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.home-ftrs__tagline, .home-ftrs__bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.content h1, .content h2, .btn, .nav-main__item > a, .nav-main__submenu a, .footer-banner__heading, .headline-title, .thumb-gallery__heading, .thumb-gallery__hover__heading, .home-ftr__heading {
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em; }

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

.columns {
  font-size: 0;
  margin-right: -12px;
  margin-left: -12px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 480px) {
  .container {
    padding-left: 18px;
    padding-right: 18px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-11 {
    margin-left: calc(91.666% + 12px); } }
@media only screen and (min-width: 768px) {
  .col-md-1 {
    width: calc(8.333% - 24px); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-11 {
    margin-left: calc(91.666% + 12px); } }
@media only screen and (min-width: 1199px) {
  .col-xl-1 {
    width: calc(8.333% - 24px); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  height: 100%;
  font-size: 100%;
  font-family: "Work Sans", sans-serif; }
  @media (min-width: 991px) {
    html {
      font-size: 100%; } }

body {
  margin: 0;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink; }

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

p {
  margin: 1em 0;
  line-height: 1.8; }

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

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

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

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

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

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

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

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

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

hr {
  height: 1px;
  margin: 2rem 0;
  border: none;
  background: rgba(25, 25, 25, 0.3); }

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

figure {
  max-width: 100%; }

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

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

input:not([type='radio']):not([type='checkbox']),
textarea {
  width: 100%;
  outline: none;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  padding: 0.4em 0.5em;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit; }

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

input,
textarea {
  border: 1px solid #d7d7d7; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  thead {
    display: table-header-group; }

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

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

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

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

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

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

  table.visible-print {
    display: table; }

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

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

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

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

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

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

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

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

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

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

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

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

.wp-caption .wp-caption-text {
  padding: .5em;
  font-size: .9em;
  text-align: center; }

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

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

.content > *:first-child {
  margin-top: 0; }
.content a:not(.btn) {
  text-decoration: underline; }
  .content a:not(.btn):hover, .content a:not(.btn):focus {
    text-decoration: underline; }
.content h1 {
  margin-top: 1em;
  color: #b8872d;
  font-size: 1.4rem;
  line-height: 1.45; }
  @media (min-width: 768px) {
    .content h1 {
      font-size: 1.8rem; } }
  @media (min-width: 991px) {
    .content h1 {
      font-size: 2.25rem; } }
.content h2 {
  font-size: 1.2rem;
  line-height: 1.65;
  letter-spacing: 0.05em; }
.content h3 {
  font-size: 1.2rem;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.65; }
.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
  margin-top: 0.5em;
  margin-bottom: 0; }
.content li {
  margin-bottom: 0.5em;
  line-height: 1.4; }
.content .lead {
  color: #b8872d;
  font-size: 1.05em;
  font-family: "Roboto Mono", monospace;
  line-height: 1.85; }
  @media (min-width: 768px) {
    .content .lead {
      font-size: 1.4em; } }
.content .lead + h2,
.content .lead + h3,
.content .lead + h4,
.content .lead + h5,
.content .lead + h6 {
  margin-top: 0.938em; }
.content .callout {
  margin: 2em 0;
  color: #b8872d; }
  .content .callout a {
    color: inherit; }
.content .call-to-action {
  margin: 1.250em 0;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
.content .call-to-action a {
  text-decoration: none; }
  .content .call-to-action a::after {
    content: '\000bb';
    position: relative;
    left: 0;
    padding-left: 0.313em;
    transition: left 0.3s; }
  .content .call-to-action a:hover, .content .call-to-action a:focus {
    text-decoration: none; }
    .content .call-to-action a:hover::after, .content .call-to-action a:focus::after {
      left: 0.3em; }
.content .footnote {
  margin-top: 3em;
  font-size: 0.85em;
  font-style: italic;
  line-height: 1.3; }

/* =================================================================================
  Google Maps Embed via WYSIWYG
================================================================================= */
.content__google-maps {
  display: block;
  margin: 2em 0;
  max-height: 450px;
  overflow: hidden; }

.content__google-maps__overlay {
  display: block;
  position: relative;
  padding-bottom: 75%;
  /* assumes 600 : 450 aspect ratio */
  height: 0;
  max-width: 600px;
  overflow: hidden; }

.content__google-maps__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-height: 450px;
  pointer-events: none; }

.content__google-maps__frame--active {
  pointer-events: auto; }

a {
  color: #1e7679;
  text-decoration: none;
  transition: color 0.3s; }
  a:hover, a:focus {
    color: #b8872d;
    text-decoration: none; }

a.click-to-call,
a.click-to-call:visited,
a.click-to-call:hover,
a.click-to-call:focus,
a.click-to-call:active {
  color: inherit;
  text-decoration: inherit; }

.btn {
  display: inline-block;
  padding: 0.7em 1.8em;
  border-radius: 0;
  background-color: #b8872d;
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: background 0.4s, color 0.4s; }
  @media (min-width: 768px) {
    .btn {
      padding: 1em 2.2em;
      font-size: 1rem; } }
  .btn:hover {
    background: #000;
    color: #fff; }

.btn--white {
  background-color: #fff;
  color: #b8872d; }

/* =============================================================
"Fancy" button is Ujarak from
http://tympanus.net/Development/ButtonStylesInspiration
============================================================= */
.btn--fancy,
.btn--fancy::before {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.btn--fancy {
  position: relative;
  z-index: 5;
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s; }
  .btn--fancy::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background: #b8872d;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.btn--fancy--inverse {
  background: #b8872d;
  color: #fff; }
  .btn--fancy--inverse::before {
    background: #fff; }

.btn--fancy:hover {
  border-color: #b8872d;
  color: #fff; }
  .btn--fancy:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.btn--fancy--inverse:hover {
  border-color: #b8872d;
  color: #b8872d; }

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

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

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

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

.social__list {
  margin: 0; }

.social__item {
  margin-right: 0.3em; }
  .social__item a {
    color: #b8872d; }
    .social__item a:hover {
      color: rgba(184, 135, 45, 0.7); }

.site-header {
  position: relative;
  padding: 0; }

.container--site-header {
  position: relative;
  height: 80px; }
  @media (min-width: 768px) {
    .container--site-header {
      height: 120px; } }
  @media (min-width: 991px) {
    .container--site-header {
      height: 140px; } }

.header-logo {
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 999;
  transform: translateY(42%); }
  @media (min-width: 480px) {
    .header-logo {
      left: 18px; } }
  .header-logo a {
    display: inline-block; }
  .header-logo img {
    width: 150px;
    height: auto; }
    @media (min-width: 768px) {
      .header-logo img {
        width: 220px;
        height: auto; } }
    @media (min-width: 991px) {
      .header-logo img {
        width: 285px;
        height: auto; } }

.header-utility {
  position: absolute;
  top: 0;
  right: 10px; }
  @media (min-width: 480px) {
    .header-utility {
      right: calc(18px - 0.6rem ); } }
  @media (min-width: 768px) {
    .header-utility {
      right: 18px; } }

.utility__list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  color: #b8872d;
  font-size: 0.6rem;
  font-family: "Roboto Mono", monospace; }
  @media (min-width: 768px) {
    .utility__list {
      border: 1px solid #b8872d;
      border-top: none; } }
  @media (min-width: 991px) {
    .utility__list {
      font-size: 0.75rem; } }
  .utility__list li {
    position: relative; }
    @media (min-width: 550px) {
      .utility__list li::after {
        content: '|'; } }
    @media (min-width: 768px) {
      .utility__list li::after {
        content: '';
        position: absolute;
        top: 0;
        right: -1px;
        display: block;
        width: 1px;
        height: 100%;
        background: #b8872d; } }
    .utility__list li:last-child::after {
      display: none; }
  .utility__list a {
    display: inline-block;
    padding: 1em 1em 0.5em;
    color: inherit; }
    @media (min-width: 768px) {
      .utility__list a {
        padding: 1.1em 2em; } }
    .utility__list a:hover span {
      text-decoration: underline; }
  .utility__list .utility__item--phone::before {
    content: '\f095';
    position: relative;
    top: 1px;
    left: 0.4em;
    font-family: 'FontAwesome'; }
    @media (min-width: 550px) {
      .utility__list .utility__item--phone::before {
        display: none; } }
  .utility__list .utility__item--email {
    display: none; }
    @media (min-width: 550px) {
      .utility__list .utility__item--email {
        display: inline-block; } }

.header-search {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 991px) {
    .header-search {
      position: absolute;
      top: 20px;
      right: 18px;
      width: 225px;
      padding-right: 0;
      padding-left: 0; } }

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

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

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

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

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

.nav-main {
  position: absolute;
  right: -270px;
  top: 0;
  z-index: 101;
  display: block;
  width: 270px;
  padding-top: 10px;
  margin: 0;
  background: #876321;
  overflow-x: hidden; }
  @media (min-width: 991px) {
    .nav-main {
      top: auto;
      bottom: 0;
      right: calc(18px - 1.5rem);
      width: auto;
      padding-top: 0;
      margin: 0;
      background: transparent;
      overflow-x: visible; } }

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

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

@media (min-width: 991px) {
  .nav-main__item--hidden-lg {
    display: none; } }

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

.nav-main__item > a {
  display: block;
  padding: 10px 0;
  font-family: "Work Sans", sans-serif; }
  @media (min-width: 991px) {
    .nav-main__item > a {
      display: inline-block;
      padding: 0.5rem 1.4rem 0;
      transition: color 0.3s; } }
  .nav-main__item > a span {
    position: relative;
    display: inline-block; }
    @media (min-width: 991px) {
      .nav-main__item > a span {
        padding-bottom: 2.5rem; } }
    .nav-main__item > a span::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      display: block;
      width: 100%;
      height: 1px;
      background: rgba(184, 135, 45, 0);
      transform: translateX(-50%);
      transition: all 0.3s; }

@media (min-width: 991px) {
  .nav-main__item--current-item > a {
    color: #b8872d; } }

@media (min-width: 991px) {
  .nav-main__item > a:hover span::before,
  .nav-main__item--active > a span::before,
  .nav-main__item--current-item > a span::before {
    height: 8px;
    background: #b8872d; } }

.nav-main__item--parent > a span::after {
  content: "\f107";
  margin-left: 0.5em;
  font-family: 'FontAwesome';
  opacity: 0.2;
  transition: opacity 0.3s, color 0.3s; }

.nav-main__item--parent > a:hover span::after,
.nav-main__item--parent.nav-main__item--active > a span::after {
  opacity: 1; }
  @media (min-width: 991px) {
    .nav-main__item--parent > a:hover span::after,
    .nav-main__item--parent.nav-main__item--active > a span::after {
      color: #b8872d; } }

.nav-main__submenu {
  display: none;
  width: auto;
  height: auto;
  background: none;
  box-shadow: 0 0 0 0 transparent;
  opacity: 1; }
  @media (min-width: 991px) {
    .nav-main__submenu {
      position: absolute;
      top: calc(100% - 8px);
      left: 50%;
      display: block;
      min-width: 15rem;
      height: 0;
      background: #b8872d;
      overflow: hidden;
      opacity: 0;
      transform: translateX(-50%);
      transition: opacity 0.5s; } }

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

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

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

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

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

.nav-main__submenu li {
  display: inline; }
  @media (min-width: 991px) {
    .nav-main__submenu li {
      display: block; } }

.nav-main__submenu a {
  display: block;
  padding: 0.75rem 0.75rem 0.75rem 2em;
  background: transparent;
  font-size: 0.95em;
  font-family: "Work Sans", sans-serif;
  text-decoration: none;
  transition: background 0.3s; }
  @media (min-width: 991px) {
    .nav-main__submenu a {
      padding: 1rem 1.8rem;
      color: #fff; }
      .nav-main__submenu a:hover {
        background: #000; } }

.toggle-nav-main {
  position: absolute;
  top: 1.9em;
  right: 10px;
  /* container padding and toggle padding */
  z-index: 999;
  padding: 8px;
  cursor: pointer; }
  @media (min-width: 768px) {
    .toggle-nav-main {
      top: 3.5rem; } }
  @media (min-width: 991px) {
    .toggle-nav-main {
      display: none; } }

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

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

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

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

.sticky-site-footer {
  min-height: 100vh;
  padding-bottom: calc(330px + 5rem);
  /* slightly larger than .site-footer height */ }
  @media (min-width: 768px) {
    .sticky-site-footer {
      padding-bottom: calc(450px + 7rem); } }
  @media (min-width: 1199px) {
    .sticky-site-footer {
      padding-bottom: calc(450px + 9rem); } }
  @media print {
    .sticky-site-footer {
      padding-bottom: 0; } }

.sticky-site-footer .site-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 330px;
  /* slightly smaller than .sticky-site-footer padding-bottom */ }
  @media (min-width: 768px) {
    .sticky-site-footer .site-footer {
      height: 450px; } }
  @media print {
    .sticky-site-footer .site-footer {
      position: static;
      height: auto; } }

.site-footer {
  background: #000; }
  @media print {
    .site-footer {
      margin-top: 5rem;
      background: none; } }

.footer-banner {
  background-image: url("../images/footer-bg.png"); }
  @media print {
    .footer-banner {
      background: none; } }

.footer-banner .container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 250px; }
  @media (min-width: 768px) {
    .footer-banner .container {
      height: 370px; } }
  @media print {
    .footer-banner .container {
      height: auto; } }

.footer-banner__heading {
  margin: 0 0 0.8em;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.07em; }
  @media (min-width: 768px) {
    .footer-banner__heading {
      font-size: 2rem; } }
  @media (min-width: 991px) {
    .footer-banner__heading {
      font-size: 2.25rem; } }

.footer-secondary {
  padding: 1.4rem 0 1em;
  color: rgba(255, 255, 255, 0.4); }
  @media (min-width: 480px) {
    .footer-secondary {
      padding-top: 2rem; } }

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

.footer-secondary__left,
.footer-secondary__right {
  text-align: center; }
  @media (min-width: 480px) {
    .footer-secondary__left,
    .footer-secondary__right {
      text-align: left; } }

@media (min-width: 480px) {
  .footer-secondary__left {
    float: left; } }

.footer-secondary__right {
  margin-top: 0.5rem; }
  @media (min-width: 480px) {
    .footer-secondary__right {
      float: right;
      margin-top: 0.25rem; } }

.footer__copyright,
.social--footer {
  display: inline-block;
  font-size: 0.8rem; }

.footer__copyright {
  margin-right: 0.5em; }

.site-headline {
  overflow: hidden;
  position: relative;
  margin-bottom: 3rem;
  background-color: #191919; }
  @media (min-width: 768px) {
    .site-headline {
      margin-bottom: 4rem; } }
  @media (min-width: 1199px) {
    .site-headline {
      margin-bottom: 5.5rem; } }
  .site-headline::before {
    content: '';
    position: absolute;
    top: -1%;
    left: -1%;
    display: block;
    width: 102%;
    height: 102%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8)); }
  @media print {
    .site-headline {
      background: none !important; }
      .site-headline::before {
        display: none; } }

.container--site-headline {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 230px;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (min-width: 768px) {
    .container--site-headline {
      height: 370px; } }
  @media (min-width: 991px) {
    .container--site-headline {
      height: 430px; } }
  @media print {
    .container--site-headline {
      min-height: 0;
      padding-top: 5rem;
      padding-bottom: 0; } }

.headline-title {
  position: relative;
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.2; }
  @media (min-width: 480px) {
    .headline-title {
      font-size: 2rem; } }
  @media (min-width: 768px) {
    .headline-title {
      font-size: 2.8rem; } }
  @media (min-width: 991px) {
    .headline-title {
      font-size: 3.4rem; } }
  @media (min-width: 1199px) {
    .headline-title {
      font-size: 4rem; } }

.home .site-headline {
  margin-bottom: 0; }
.home .container--site-headline {
  height: 270px; }
  @media (min-width: 768px) {
    .home .container--site-headline {
      height: 470px; } }
  @media (min-width: 991px) {
    .home .container--site-headline {
      height: 550px; } }
  @media (min-width: 1199px) {
    .home .container--site-headline {
      height: 680px; } }

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

.nav-article-meta li {
  display: inline; }
  .nav-article-meta li::before {
    content: '\00a0\2013\00a0';
    /* &ndash; */ }
  .nav-article-meta li:first-child::before {
    content: ''; }

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

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

@media (min-width: 768px) {
  .list-article--has-thumb .list-article__content {
    padding-left: calc(225px + 1.5em); } }

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

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

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

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

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

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

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

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

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

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

.nav-prevnext li.nav-item-prev a:before {
  content: '\00ab\00a0'; }

.nav-prevnext li.nav-item-next a:after {
  content: '\00a0\00bb'; }

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

.breadcrumbs__item {
  display: inline-block; }
  .breadcrumbs__item::before {
    content: '\00a0\003E\00a0';
    /* &gt; */ }
  .breadcrumbs__item:first-child::before {
    content: ''; }

.sidebar {
  margin-bottom: 1.250em;
  padding-left: 3em; }
  .sidebar ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0; }

.sidebar-item__heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wd-select-wrap select {
  display: inline-block;
  width: 250px;
  height: 30px;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0 40px 0 0.5em;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.wd-select-wrap select::-ms-expand {
  display: none; }

.wd-select-wrap select:hover,
.wd-select-wrap select:focus {
  outline: none; }

.gform_wrapper .gform_body .top_label .wd-select-wrap select {
  width: 250px; }

.gform_wrapper .gform_body ul.gform_fields li.gfield .wd-select-wrap select {
  margin-left: 0; }

.gform_wrapper .gform_body .wd-select-wrap select {
  padding: 0 40px 0 0.5em;
  line-height: 30px; }

.wd-select-wrap {
  position: relative;
  display: inline-block;
  border: 1px solid #d7d7d7;
  background: #fff; }

.wd-select-wrap::after {
  content: "\025be";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 100%;
  background: #eee;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  font-family: serif;
  line-height: 30px; }

.wd-select-wrap:hover::after {
  background: #ddd; }

select.wd-select--wrapped {
  position: relative;
  z-index: 5;
  background-color: transparent; }

/* ======================================================================
Project
====================================================================== */
.section--thumb-gallery {
  margin-top: 1rem; }

.thumb-gallery__heading {
  margin-top: 0;
  color: #b8872d;
  text-align: center;
  font-size: 1.4rem; }
  @media (min-width: 768px) {
    .thumb-gallery__heading {
      font-size: 1.9rem; } }
  @media (min-width: 991px) {
    .thumb-gallery__heading {
      font-size: 2.25rem; } }

@media (min-width: 480px) {
  .thumb-gallery {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.thumb-gallery__item {
  position: relative;
  overflow: hidden;
  width: 250px;
  height: 250px;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer; }
  @media (min-width: 768px) {
    .thumb-gallery__item {
      width: 100%;
      height: 320px; } }

@media print {
  .thumb-gallery .col {
    display: inline-block;
    width: calc(25% - 24px) !important; } }

.thumb-gallery__hover {
  position: absolute;
  top: -1%;
  left: -1%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 102%;
  height: 102%;
  padding: 1rem;
  background: #b8872d;
  color: #fff;
  opacity: 0.0;
  transition: opacity 0.3s; }

.thumb-gallery__hover__heading,
.thumb-gallery__hover__subhead {
  margin: 0.25rem 0;
  transition: transform 0.5s; }

.thumb-gallery__hover__heading {
  font-size: 1.4rem;
  transform: translateY(1rem); }

.thumb-gallery__hover__subhead {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Roboto Mono", monospace;
  transform: translateY(1.5rem); }

.thumb-gallery__item:hover .thumb-gallery__hover {
  opacity: 0.9; }
.thumb-gallery__item:hover .thumb-gallery__hover__heading,
.thumb-gallery__item:hover .thumb-gallery__hover__subhead {
  transform: translateY(0); }

.thumb-gallery__sub-html {
  display: none; }

.lg-sub-html span {
  display: block; }

.lg-toolbar {
  background-color: transparent; }

.lg-toolbar .lg-close.lg-icon {
  color: #fff; }

.gallery__after {
  margin-top: 3rem;
  text-align: center; }

.home .section--thumb-gallery {
  margin-top: 3rem; }
.home .thumb-gallery__item {
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 480px) {
    .home .thumb-gallery__item {
      display: inline-block;
      width: 48%;
      margin-right: 4%;
      margin-left: 0; }
      .home .thumb-gallery__item:nth-child(2n) {
        margin-right: 0; } }
  @media (min-width: 768px) {
    .home .thumb-gallery__item {
      width: 31.3%;
      margin-right: 3%; }
      .home .thumb-gallery__item:nth-child(2n) {
        margin-right: 3%; }
      .home .thumb-gallery__item:nth-child(3n) {
        margin-right: 0; } }
  @media (min-width: 991px) {
    .home .thumb-gallery__item {
      width: 23%;
      margin-right: 2.5%; }
      .home .thumb-gallery__item:nth-child(2n) {
        margin-right: 2.5%; }
      .home .thumb-gallery__item:nth-child(3n) {
        margin-right: 2.5%; }
      .home .thumb-gallery__item:nth-child(4n) {
        margin-right: 0; } }
  @media (min-width: 1199px) {
    .home .thumb-gallery__item {
      width: 18.1%;
      margin-right: 2.2%; }
      .home .thumb-gallery__item:nth-child(2n) {
        margin-right: 2.2%; }
      .home .thumb-gallery__item:nth-child(3n) {
        margin-right: 2.2%; }
      .home .thumb-gallery__item:nth-child(4n) {
        margin-right: 2.2%; }
      .home .thumb-gallery__item:nth-child(5n) {
        margin-right: 0; } }
@media (min-width: 991px) {
  .home .thumb-gallery__item:nth-child(5) {
    display: none; } }
@media (min-width: 1199px) {
  .home .thumb-gallery__item:nth-child(5) {
    display: inline-block; } }

.section--home-ftrs {
  overflow: hidden; }

.section--home-ftrs .container {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 8rem; }
  @media (min-width: 480px) {
    .section--home-ftrs .container {
      padding-bottom: 10rem; } }
  @media (min-width: 768px) {
    .section--home-ftrs .container {
      padding-top: 6rem; } }

.home-ftr {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: rgba(232, 227, 223, 0.35);
  color: #b8872d; }
  @media (min-width: 480px) {
    .home-ftr {
      width: 95%; } }
  @media (min-width: 768px) {
    .home-ftr {
      width: 80%; } }
  @media (min-width: 991px) {
    .home-ftr {
      width: 70%; } }
  @media (min-width: 1199px) {
    .home-ftr {
      width: 66%; } }
  .home-ftr::after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 2000px;
    height: 100%;
    background: rgba(232, 227, 223, 0.35); }

.home-ftr--1 {
  margin-left: auto;
  padding: 3rem 1.5rem 5rem 1.5rem; }
  @media (min-width: 768px) {
    .home-ftr--1 {
      padding: 5rem 3rem 10rem 3rem; } }
  @media (min-width: 991px) {
    .home-ftr--1 {
      padding: 5rem 8% 10rem 8%; } }
  .home-ftr--1::after {
    left: 100%; }

.home-ftr--2 {
  padding: 5rem 1.5rem 3rem 1.5rem; }
  @media (min-width: 768px) {
    .home-ftr--2 {
      padding: 10rem 3rem 5rem 3rem; } }
  @media (min-width: 991px) {
    .home-ftr--2 {
      padding: 10rem 8% 5rem 8%; } }
  .home-ftr--2::after {
    right: 100%; }

.home-ftr__heading {
  margin-top: 0;
  font-size: 1.4rem; }
  @media (min-width: 768px) {
    .home-ftr__heading {
      font-size: 1.9rem; } }
  @media (min-width: 991px) {
    .home-ftr__heading {
      font-size: 2.25rem; } }

.home-ftr .btn {
  margin-top: 1rem; }

.home-ftrs__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 300px;
  margin-top: 2.5rem;
  margin-bottom: -7.5rem; }
  @media (min-width: 768px) {
    .home-ftrs__img {
      max-width: 700px;
      height: 415px; } }
  @media (min-width: 991px) {
    .home-ftrs__img {
      max-width: 800px;
      height: 475px; } }
  @media (min-width: 1199px) {
    .home-ftrs__img {
      max-width: 895px;
      height: 530px; } }
  @media (min-height: 700px) {
    .home-ftrs__img {
      margin-top: 0;
      margin-bottom: -12rem; } }
  @media (min-width: 768px) and (min-height: 850px) {
    .home-ftrs__img {
      margin-top: -2rem;
      margin-bottom: -10rem; } }

.home-ftrs__tagline {
  display: none; }
  @media (min-width: 768px) {
    .home-ftrs__tagline {
      position: absolute;
      top: 55%;
      left: 670px;
      z-index: 2;
      display: block;
      width: 230px;
      height: 230px;
      background-image: url("../images/home/tagline-circle.png");
      transform: translateY(-50%); } }
  @media (min-width: 991px) {
    .home-ftrs__tagline {
      left: 755px;
      width: 280px;
      height: 280px; } }
  @media (min-width: 1199px) {
    .home-ftrs__tagline {
      left: 850px; } }

.home-ftrs__bg {
  position: absolute;
  z-index: 3; }

.home-ftrs__bg--1 {
  top: 80px;
  right: 6%;
  width: 180px;
  height: 230px;
  background-image: url("../images/home/home-hammer.png"); }
  @media (min-width: 768px) {
    .home-ftrs__bg--1 {
      right: 2%; } }
  @media (min-width: 991px) {
    .home-ftrs__bg--1 {
      right: 5%;
      width: 219px;
      height: 282px; } }
  @media (min-width: 1199px) {
    .home-ftrs__bg--1 {
      right: 6%; } }
  @media (min-height: 500px) {
    .home-ftrs__bg--1 {
      top: 100px; } }
  @media (min-height: 700px) {
    .home-ftrs__bg--1 {
      top: 130px; } }
  @media (min-height: 850px) {
    .home-ftrs__bg--1 {
      top: 160px; } }

.home-ftrs__bg--2 {
  bottom: 390px;
  left: 56%;
  width: 140px;
  height: 242px;
  background-image: url("../images/home/home-pilers.png"); }
  @media (min-width: 991px) {
    .home-ftrs__bg--2 {
      left: 50%;
      width: 160px;
      height: 277px; } }
  @media (min-width: 1199px) {
    .home-ftrs__bg--2 {
      left: 45%; } }

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