@charset "UTF-8";
/*! 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.
 */
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;
}

.wrapper {
  max-width: 580px;
  margin: 0 auto;
}
@media (min-width: 580px) {
  .wrapper {
    max-width: 767px;
  }
  .wrapper::after {
    content: "";
    clear: both;
    display: table;
  }
}
@media (min-width: 767px) {
  .wrapper {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .wrapper {
    max-width: 1200px;
  }
}

.left-column {
  padding: 0 1em;
  box-sizing: border-box;
}
@media (min-width: 767px) {
  .left-column {
    width: 60%;
    right-margin: 5%;
    float: left;
  }
  .left-column::after {
    content: "";
    clear: both;
    display: table;
  }
}
@media (min-width: 992px) {
  .left-column {
    width: 65%;
  }
}

.right-column {
  padding: 0 1em;
  box-sizing: border-box;
}
@media (min-width: 767px) {
  .right-column {
    padding-top: 2.375em;
    width: 35%;
    float: right;
  }
  .right-column::after {
    content: "";
    clear: both;
    display: table;
  }
}
@media (min-width: 992px) {
  .right-column {
    width: 30%;
  }
}

/* Link Color Mixin 
  Who Likes being able to quickly over-ride default link static and hover colors?! You Do!
  use on the <a> selector (or whatever you are hovering) passing a $static and/or $hover color or neither (uses site defaults):
  @include link-color(color(swatch-one), color(swatch-two));
    OR
  @include link-color;
 */
*[class*=fa-] {
  opacity: 0;
  transition: opacity ease-in 0.3s;
  display: inline-block;
  width: 0.875em;
}
.wf-active *[class*=fa-] {
  opacity: 1;
}
.wf-inactive *[class*=fa-] {
  opacity: 1;
}
.wf-active *[class*=fa-]:not(.fa-fw, .fa-li) {
  width: auto;
}

*[class*=font-effects] {
  opacity: 0;
  transition: opacity ease 0.3s;
}
*[class*=font-effects] .wf-gfx-loaded {
  opacity: 1;
}

body {
  color: #0a0a0a;
  font-size: 18px;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.link, a {
  text-decoration: none;
  will-change: color, text-shadow;
  transition: all 0.3s ease;
}
.link, a, .link:visited, .link:active, .link:visited:active {
  color: #620c06;
}
.link:hover, a:hover, .link:visited:hover {
  color: #530a05;
}

.italic, i, em {
  font-style: italic;
}

.bold, b, strong {
  font-weight: 700;
}

.h1, h1 {
  font-family: "Ovo", "Times New Roman", serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 2.5em;
  line-height: 1.1;
}
.wf-active .h1, .wf-active h1 {
  opacity: 1;
}
.wf-inactive .h1, .wf-inactive h1 {
  opacity: 1;
}
@media (min-width: 580px) {
  .h1, h1 {
    font-size: 2.75em;
    line-height: 1.125;
  }
}
@media (min-width: 767px) {
  .h1, h1 {
    font-size: 3em;
    line-height: 1.125;
  }
}
@media (min-width: 992px) {
  .h1, h1 {
    font-size: 3.5em;
    line-height: 1.05;
  }
}

.h2, h2 {
  font-family: "Ovo", "Times New Roman", serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.75em;
  line-height: 1.15384615;
}
.wf-active .h2, .wf-active h2 {
  opacity: 1;
}
.wf-inactive .h2, .wf-inactive h2 {
  opacity: 1;
}
@media (min-width: 767px) {
  .h2, h2 {
    font-size: 2em;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .h2, h2 {
    font-size: 2.5em;
    line-height: 1.25;
  }
}

.h3, h3 {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.25em;
  line-height: 1.13636364;
}
.wf-active .h3, .wf-active h3 {
  opacity: 1;
}
.wf-inactive .h3, .wf-inactive h3 {
  opacity: 1;
}
@media (min-width: 767px) {
  .h3, h3 {
    font-size: 1.5em;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .h3, h3 {
    font-size: 1.75em;
    line-height: 1.25;
  }
}

.h4, h4 {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.125em;
  line-height: 1.11111111;
}
.wf-active .h4, .wf-active h4 {
  opacity: 1;
}
.wf-inactive .h4, .wf-inactive h4 {
  opacity: 1;
}
@media (min-width: 767px) {
  .h4, h4 {
    line-height: 1.22222222;
  }
}

.h5, h5 {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.0625em;
  line-height: 1.11111111;
}
.wf-active .h5, .wf-active h5 {
  opacity: 1;
}
.wf-inactive .h5, .wf-inactive h5 {
  opacity: 1;
}

.h6, h6 {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1em;
  line-height: 1.11111111;
}
.wf-active .h6, .wf-active h6 {
  opacity: 1;
}
.wf-inactive .h6, .wf-inactive h6 {
  opacity: 1;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  color: #620c06;
  margin-top: 0.625em;
  margin-bottom: 0em;
}

.block-margins, ul, ol, pre, blockquote {
  margin: 0 0 1rem 0;
}

p {
  margin: 0 0 1rem 0;
}

blockquote {
  margin-left: 1em;
  margin-right: 1em;
}

p.intro-text {
  font-size: 1.5em;
}

.headroom {
  margin-top: 2em;
}

.less-headroom {
  margin-top: 1em;
}

.more-less-headroom {
  margin-top: 0.5em;
}

.no-headroom {
  margin-top: 0 !important;
}

.legroom {
  margin-bottom: 2em;
}

.less-legroom {
  margin-bottom: 1em;
}

.more-less-legroom {
  margin-bottom: 0.5em;
}

.no-legroom {
  margin-bottom: 0;
}

.no-margin {
  margin: 0 !important;
}

.no-border {
  border: none !important;
}

.center,
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

ul.no-bullets {
  list-style-type: none;
  padding: 0;
}

.hide-text {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-reset li {
  margin: 0;
}

.list-inline li {
  display: inline-block;
  float: left;
}
.list-inline li:not(:first-child) {
  margin-left: 0.5em;
}
.list-inline li:not(:last-child) {
  margin-right: 0.5em;
}

@media (min-width: 767px) {
  .mobile-only {
    display: none;
  }
}

.no-mobile {
  display: none;
}
@media (min-width: 767px) {
  .no-mobile {
    display: block;
  }
  .no-mobile ul li {
    display: list-item;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 992px) {
  .desktop-only {
    display: inline-block;
  }
}

/* Z-INDEX */
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

.cookie-consent-form form {
  border: 1px solid #530a05;
  background-color: #fafafa;
}
.cookie-consent-form form fieldset {
  border: none;
}
.cookie-consent-form form fieldset dl dt {
  margin-top: 0;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
}
.wf-active .cookie-consent-form form fieldset dl dt {
  opacity: 1;
}
.wf-inactive .cookie-consent-form form fieldset dl dt {
  opacity: 1;
}

body > header > .wrapper {
  position: relative;
  height: 100%;
}

/* Navigation components */
a.skip-navigation {
  height: 28px;
  padding: 6px;
  position: absolute;
  top: -90px;
  left: 0px;
  color: white;
  line-height: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom-right-radius: 2px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 10001;
}
a.skip-navigation:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(98, 12, 6, 0.8);
  outline: 0;
  -webkit-transition: top 0.1s ease-in, background 0.5s linear;
  transition: top 0.1s ease-in, background 0.5s linear;
}

a.nav-toggle {
  display: block;
  width: 32px;
  height: 1.5em;
  font-size: 1.5em;
  position: absolute;
  top: 12px;
  right: 8px;
  z-index: 3000;
}
@media (min-width: 767px) {
  a.nav-toggle {
    display: none;
  }
}

#nav-icon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #969696;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: translate(8px, -2px) rotate(45deg);
  -moz-transform: translate(8px, -2px) rotate(45deg);
  -o-transform: translate(8px, -2px) rotate(45deg);
  transform: translate(8px, -2px) rotate(45deg);
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: translate(8px, 2px) rotate(-45deg);
  -moz-transform: translate(8px, 2px) rotate(-45deg);
  -o-transform: translate(8px, 2px) rotate(-45deg);
  transform: translate(8px, 2px) rotate(-45deg);
}

nav.main {
  display: none;
}

nav.main.active {
  display: block;
  position: absolute;
  top: 120px;
  left: 0;
  width: 100vw;
  height: 90vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #444444;
  font-size: 1.2em;
}
nav.main.active ul {
  position: relative;
  margin-top: 12px;
}
nav.main.active ul,
nav.main.active li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #969696;
}
nav.main.active li,
nav.main.active li a {
  display: block;
  width: auto;
  min-height: 36px;
  line-height: 36px;
}
nav.main.active li a {
  padding: 0 1em;
  color: white;
}
nav.main.active li.current {
  background-color: #e9ce7d;
  border-color: #0a0a0a;
}
nav.main.active li.current a {
  font-weight: bold;
  color: #0a0a0a;
}
nav.main.active li.no-mobile {
  display: none;
}
nav.main.active ul li ul {
  display: none;
}
nav.main.active ul li.current ul {
  display: block;
}
nav.main.active ul li.current ul li {
  background-color: gray;
}
nav.main.active ul li.current ul li a {
  padding-left: 1.2em;
  color: white;
  font-weight: 400;
}
nav.main.active ul li.current ul li.current {
  background-color: #efda9e;
}
nav.main.active ul li.current ul li.current a {
  color: #0a0a0a;
}
nav.main.active .phone {
  margin-top: 1em;
}

@media (min-width: 767px) {
  nav.main {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: top 0.3s ease-in;
    margin: 0 auto;
    width: 100%;
    background-color: #e0e0e0;
  }
  nav.main ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 36px;
    position: relative;
    text-align: center;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    margin: 0 auto;
  }
  nav.main ul li {
    margin: 0;
  }
  nav.main ul li {
    display: inline-block;
    float: left;
  }
  nav.main ul li:not(:first-child) {
    margin-left: 0;
  }
  nav.main ul li:not(:last-child) {
    margin-right: 0;
  }
  nav.main ul li {
    min-height: 36px;
    height: 36px;
  }
  nav.main ul li:hover {
    background-color: whitesmoke;
  }
  nav.main ul li.mobile-only {
    display: none !important;
  }
  nav.main ul li a {
    font-size: 1.2em;
    padding: 6px 18px;
    color: #0a0a0a;
    line-height: 36px;
  }
  nav.main ul li.current {
    background-image: linear-gradient(#efda9e, #f7eed2, #efda9e, #e9ce7d);
  }
  nav.main ul li ul {
    display: none;
  }
  nav.main ul li:hover ul {
    display: block;
    z-index: 500;
  }
  nav.main ul ul {
    position: absolute;
    background-color: rgba(250, 250, 250, 0.9);
    top: 36px;
    height: auto;
    box-shadow: 0px 3px 6px #969696;
  }
  nav.main ul ul li {
    height: 38px;
    min-height: 38px;
    line-height: 38px;
    padding: 0 8px;
    display: block;
    border-bottom: 1px solid #e0e0e0;
    float: unset;
    text-align: left;
  }
  nav.main ul ul li:last-of-type {
    border-bottom: none;
  }
  nav.main ul ul li:hover {
    background-image: linear-gradient(white, white);
  }
  nav.main ul ul li > a {
    font-size: 1em;
    padding: 0;
    text-shadow: none;
    display: block;
    box-shadow: none;
    background-color: transparent;
    min-height: 36px;
    height: 36px;
    width: 100%;
  }
  nav.main ul li:hover ul li a {
    text-shadow: none;
  }
  nav.main ul li.current ul li a {
    font-weight: 400;
  }
  nav.main ul li.current ul li.current {
    background-image: none;
    background-color: #f7eed2;
  }
}
@media (min-width: 992px) {
  nav.main ul li a {
    font-size: 1.25em;
    padding: 6px 24px;
  }
  nav.main ul ul {
    left: unset;
  }
  nav.main ul ul li a {
    font-size: 1em;
  }
}

html.js-nav,
html.js-nav body {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

body {
  background-color: whitesmoke;
  background-image: url(/images/site-images/overlay-bg.png), linear-gradient(whitesmoke 35%, #e0e0e0);
  margin-top: 120px;
}
@media (min-width: 767px) {
  body {
    margin-top: 245px;
  }
}

body > header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 120px;
  background-color: #0a0a0a;
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0px 0px 4px #000;
}
body > header a.logo {
  display: block;
  height: 118px;
  width: 85%;
  position: absolute;
  top: 0px;
  left: 0;
  margin: 0;
  background-image: url(/images/site-images/DiLeoneLogo_lg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}
body > header.smaller {
  height: 48px;
}
body > header.smaller a.logo {
  height: 45px;
}
body > header.smaller nav.main.active {
  top: 48px;
}
body > header.smaller #message {
  top: 48px;
}
@media (min-width: 767px) {
  body > header {
    height: 245px;
  }
  body > header a.logo {
    left: 10%;
    right: 0;
    margin: 0;
    height: 200px;
    width: 570px;
  }
  body > header .payment-link {
    position: absolute;
    top: 0;
    right: 17px;
  }
  body > header .payment-link a {
    background-color: #620c06;
    color: #eed5d3;
    font-size: 0.9em;
    padding: 3px 6px 3px 6px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom: 1px solid #d79d99;
    border-left: 1px solid #d79d99;
    border-right: 1px solid #d79d99;
  }
  body > header .payment-link a:hover, body > header .payment-link a:active, body > header .payment-link a:visited:hover {
    background-color: #e9ce7d;
    border-color: inherit;
    color: #0a0a0a;
    transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
  }
  body > header .phone {
    position: absolute;
    top: 30px;
    right: 17px;
    font-size: 1.75em;
    color: #e9ce7d;
  }
  body > header .phone a {
    color: #e9ce7d;
  }
  body > header.smaller {
    height: 160px;
  }
  body > header.smaller a.logo {
    height: 125px;
  }
  body > header.smaller #message {
    top: 160px;
  }
}
@media (min-width: 992px) {
  body > header a.logo {
    left: 15%;
  }
}

.home-hero {
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.9)), url(/images/site-images/columns.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #2d2d2d;
  overflow: hidden;
}
.home-hero .wrapper {
  padding: 1em 1em 3em 1em;
}
.home-hero .wrapper h1 {
  margin: 0;
}
.home-hero .wrapper h2 {
  margin-top: 0;
  margin-bottom: 1em;
}
.home-hero .wrapper .inline-image-float-right {
  width: 45%;
  float: right;
  margin-left: 0.5em;
}
.home-hero .wrapper p {
  font-size: 1.2em;
}
.home-hero .wrapper .button-box {
  padding-right: 1em;
}
@media (min-width: 580px) {
  .home-hero .wrapper .inline-image-float-right {
    width: 35%;
  }
  .home-hero .wrapper p, .home-hero .wrapper .button-box {
    padding-left: 25%;
  }
}
@media (min-width: 767px) {
  .home-hero .wrapper h1, .home-hero .wrapper h2 {
    margin-left: 10%;
  }
  .home-hero .wrapper .inline-image-float-right {
    width: 30%;
    margin-right: 10%;
  }
  .home-hero .wrapper p, .home-hero .wrapper .button-box {
    padding-left: 30%;
  }
}
@media (min-width: 992px) {
  .home-hero .wrapper .inline-image-float-right {
    width: 25%;
  }
  .home-hero .wrapper p, .home-hero .wrapper .button-box {
    padding-left: 40%;
  }
  .home-hero .wrapper p {
    padding-top: 50px;
  }
}

.home-practice-areas {
  background-color: gray;
  padding: 2em 0;
}
.home-practice-areas .wrapper {
  padding: 0 1em;
}
.home-practice-areas h2 {
  margin-top: 0;
  color: whitesmoke;
}
.home-practice-areas p {
  color: whitesmoke;
}
.home-practice-areas .home-practice-area-list {
  margin-bottom: 1.5em;
}
.home-practice-areas .practice-area-block {
  padding: 1em;
  margin: 0.5em 0;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #444444;
  font-size: 1em;
}
.home-practice-areas .practice-area-block:nth-child(6) {
  display: none;
}
.home-practice-areas .practice-area-block:nth-child(8) {
  display: none;
}
.home-practice-areas .practice-area-block:nth-child(9) {
  display: none;
}
@media (min-width: 580px) {
  .home-practice-areas .home-practice-area-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .home-practice-areas .practice-area-block {
    width: 40%;
    margin: 0.5em;
  }
}
@media (min-width: 767px) {
  .home-practice-areas .practice-area-block {
    width: 25%;
  }
  .home-practice-areas .practice-area-block:nth-child(6) {
    display: block;
  }
  .home-practice-areas .practice-area-block:nth-child(8) {
    display: block;
  }
  .home-practice-areas .practice-area-block:nth-child(9) {
    display: block;
  }
}
@media (min-width: 992px) {
  .home-practice-areas .practice-area-block {
    width: 27%;
  }
}

main.interior-page {
  padding-bottom: 2em;
}
main.interior-page .left-column {
  padding-top: 1em;
}
main.interior-page .left-column h2:first-of-type {
  margin-top: 0;
}

.interior-hero {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
  padding-top: 1em;
}
.interior-hero .breadcrumbs {
  font-size: 0.85em;
  padding: 0 17px;
}
.interior-hero h1 {
  margin-top: 0;
  padding: 0 17px;
}
.interior-hero p {
  padding: 0 17px;
}
@media (min-width: 767px) {
  .interior-hero {
    min-height: 225px;
  }
  .interior-hero .intro-text {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .interior-hero {
    min-height: 260px;
  }
  .interior-hero .intro-text {
    width: 65%;
  }
}

.team-listing .team-photo {
  float: right;
  width: 45%;
  max-width: 260px;
  margin: 0 0 0.5em 0.5em;
}
.team-listing .team-photo img {
  width: calc(100% - 2px);
  border: 1px solid #969696;
}

.news-listing {
  padding: 0 0 1em 0;
  margin: 0 0 1.5em 0;
  border-bottom: 1px solid #e0e0e0;
}
.news-listing h2 {
  margin-top: 0;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.25em;
  line-height: 1.13636364;
}
.wf-active .news-listing h2 {
  opacity: 1;
}
.wf-inactive .news-listing h2 {
  opacity: 1;
}
.news-listing:first-of-type {
  margin-top: 1em;
}
@media (min-width: 767px) {
  .news-listing h2 {
    font-size: 1.5em;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .news-listing h2 {
    font-size: 1.75em;
    line-height: 1.25;
  }
}

footer {
  background-color: #530a05;
  padding: 1em 0 2em 0;
  text-align: center;
  font-size: 0.75em;
  padding-bottom: 185px;
}
footer .wrapper {
  padding: 0 1em;
}
footer p, footer a {
  color: #d79d99 !important;
}
footer a:hover {
  color: #eed5d3 !important;
}
footer .social-media ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .social-media ul li {
  display: inline-block;
  margin: 0 0.25em;
  position: relative;
}
footer .social-media ul li:hover {
  color: color(w);
}
footer .social-media ul li.facebook:before {
  position: absolute;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "";
  font-size: 40px;
  line-height: 40px;
}
footer .social-media ul li.instagram:before {
  position: absolute;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "";
  font-size: 40px;
  line-height: 40px;
}
footer .social-media ul li.twitter:before {
  position: absolute;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "";
  font-size: 40px;
  line-height: 40px;
}
footer .social-media ul li a {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  display: block;
  width: 40px;
  height: 40px;
}
footer .credits {
  margin-top: 0.5em;
}
footer .credits a[title*=Imp] {
  display: block;
  width: 100%;
  height: 1em;
  margin: 0.25em auto;
  padding-top: 28px;
  background-color: transparent;
  background-image: url(/images/site-images/an-id-creation.svg);
  background-size: 100px 25px;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}
@media (min-width: 767px) {
  footer {
    padding-bottom: 145px;
  }
  footer .wrapper :after {
    content: "";
    display: table;
    clear: both;
  }
  footer .indicia {
    text-align: left;
    float: left;
    width: 30%;
    background-position: left top;
    background-size: 80%;
  }
  footer .disclaimer {
    text-align: left;
    float: right;
    width: 60%;
    margin-left: 5%;
  }
  footer .social-media {
    text-align: right;
    float: right;
    width: 30%;
  }
  footer .credits {
    clear: both;
    float: right;
    margin-right: 1em;
    width: 100px;
  }
}
@media (min-width: 992px) {
  footer {
    padding-bottom: 110px;
  }
  footer .indicia {
    max-width: 225px;
    background-size: 195px;
  }
}

.accordion-group {
  margin-bottom: 1em;
}

section.accordion-content :after {
  content: "";
  display: table;
  clear: both;
}
section.accordion-content article {
  width: 100% !important;
}
section.accordion-content h4 {
  padding-left: 1.6em;
  cursor: pointer;
  margin-top: 0.5em;
  margin-bottom: 0;
}
section.accordion-content svg.trigger-plus {
  display: inline-block;
  float: left;
  width: 1.5em;
  height: 1.5em;
  margin-top: -2px;
  margin-left: -1.5em;
}
section.accordion-content div {
  padding-left: 1.6em;
}

.trigger-plus {
  fill: color(swatch-one);
  transition: transform ease 0.5s;
  transform: scale(0.5, 0.5);
  transform-origin: 50% 50%;
  will-change: transform;
}

.trigger-plus .vertical {
  transition: transform ease 0.5s;
  will-change: transform;
  transform-origin: 50% 50%;
}

.trigger-plus:hover,
*:hover > .trigger-plus {
  transform: scale(0.75, 0.75);
}

.open > * > .trigger-plus {
  transform: scale(0.5, 0.5);
}

.open > * > .trigger-plus .vertical {
  transform: scaleY(0);
}

.open > * > .trigger-plus:hover {
  transform: rotate(90deg) scale(0.5, 0.5);
}

#message {
  color: #0a0a0a;
  padding: 0.5rem 0.5rem 0.25rem 0.5rem;
  font-size: 1em;
  position: fixed;
  top: 120px;
  text-align: center;
  width: calc(100vw - (0.5rem * 2));
  max-height: calc(100vh - 245px - (0.5rem * 1.5));
  overflow: auto;
  transition: all 0.3s ease;
}
#message + #message--open {
  position: fixed;
  top: 5px;
  right: 75px;
  z-index: 1200;
  cursor: pointer;
  display: inline-block;
  width: 1rem;
}
#message + #message--open, #message + #message--open:link, #message + #message--open:visited, #message + #message--open:visited:hover, #message + #message--open:hover, #message + #message--open:active {
  color: yellow;
  text-shadow: 0px 0px 8px #0a0a0a;
  font-size: 1.7em;
}
#message .message--icon {
  width: 20px;
  height: 16px;
  font-size: 1.2em;
  margin: auto;
  display: block;
  float: left;
  margin-right: 0.5rem;
}
#message h2 {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.1em;
  margin: 0;
  color: #0a0a0a;
}
.wf-active #message h2 {
  opacity: 1;
}
.wf-inactive #message h2 {
  opacity: 1;
}
#message .message--text {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  color: color(k);
}
.wf-active #message .message--text {
  opacity: 1;
}
.wf-inactive #message .message--text {
  opacity: 1;
}
#message .message--text * {
  margin-top: 0;
  transition: font-size 0.3s ease-in-out;
}
#message .message--text h3 {
  font-size: 1.2em;
  color: color(k) !important;
}
#message .message--text a {
  text-decoration: underline !important;
}
#message .message--more {
  font-weight: 500;
}
#message a.message--read-more {
  font-size: 0.9em;
  display: inline-block;
  color: #0a0a0a !important;
  cursor: pointer;
  text-decoration: underline;
}
#message a.message--read-more:hover {
  color: color(k);
}
#message #message--close {
  display: block;
  float: right;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1.874925rem;
  text-align: center;
  color: #0a0a0a !important;
  cursor: pointer;
}
#message a:link, #message a:visited, #message a:visited:hover, #message a:hover, #message a:active {
  color: #0a0a0a !important;
  text-decoration: none;
}
#message.Notice {
  background-color: yellow;
  overflow: auto;
}
#message.Notice .message--icon {
  color: #0a0a0a;
}
@media (min-width: 767px) {
  #message {
    top: 245px;
    font-size: 1em;
    text-align: left;
    transition: top 0.15s ease-in;
    width: calc(100vw - (0.5rem * 2));
  }
  #message + #message--open {
    left: 12%;
    right: unset;
  }
  #message + #message--open.Notice, #message + #message--open.Notice:link, #message + #message--open.Notice:visited, #message + #message--open.Notice:visited:hover, #message + #message--open.Notice:hover, #message + #message--open.Notice:active {
    color: #0a0a0a;
  }
  #message .message--icon {
    width: 20px;
    height: 16px;
    font-size: 1.3em;
    margin: auto;
    display: block;
    float: left;
    margin-right: 1rem;
    padding-top: 8px;
  }
  #message h2 {
    line-height: 1.1em;
  }
  #message h2 span {
    line-height: 36px;
  }
  #message h2.open {
    font-size: 1.5em;
    margin-top: 3px;
    margin-bottom: 0;
  }
  #message h2.open span {
    line-height: 50px;
  }
  #message h2.open .message--icon {
    width: 28px;
    margin-right: 0.5rem;
    margin-left: auto;
  }
  #message a.message--read-more {
    padding-right: 20%;
    color: #0a0a0a !important;
    text-align: right;
  }
  #message .message--text {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    max-width: 800px;
    margin: 0 auto;
  }
  #message .message--more {
    padding: 0 1rem 0.5rem 1rem;
  }
  #message .message-links {
    padding-left: 0.5em;
  }
  .has-subnav ~ #message {
    top: 281px;
  }
  .stuck ~ #message, #message.sp_open {
    top: pixels-to-rem(84);
  }
}

.ghost-button {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: #620c06;
  background-color: white;
  border: 2px solid #620c06;
  border-radius: 2px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.wf-active .ghost-button {
  opacity: 1;
}
.wf-inactive .ghost-button {
  opacity: 1;
}
.ghost-button:link, .ghost-button:visited {
  color: #620c06;
}
.ghost-button:hover, .ghost-button:active, .ghost-button:visited:hover {
  background-color: #620c06;
  border-color: #620c06;
  color: white;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.ghost-button.small {
  font-size: 0.85em;
}

.ghost-button-white-border {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: white;
  background-color: #620c06;
  border: 2px solid white;
  border-radius: 2px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.wf-active .ghost-button-white-border {
  opacity: 1;
}
.wf-inactive .ghost-button-white-border {
  opacity: 1;
}
.ghost-button-white-border:link, .ghost-button-white-border:visited {
  color: white;
}
.ghost-button-white-border:hover, .ghost-button-white-border:active, .ghost-button-white-border:visited:hover {
  background-color: white;
  border-color: white;
  color: #620c06;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.ghost-button-white-border.small {
  font-size: 0.85em;
}

.ghost-button-dark-bg {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: #2d2d2d;
  background-color: white;
  border: 2px solid #2d2d2d;
  border-radius: 2px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.wf-active .ghost-button-dark-bg {
  opacity: 1;
}
.wf-inactive .ghost-button-dark-bg {
  opacity: 1;
}
.ghost-button-dark-bg:link, .ghost-button-dark-bg:visited {
  color: #2d2d2d;
}
.ghost-button-dark-bg:hover, .ghost-button-dark-bg:active, .ghost-button-dark-bg:visited:hover {
  background-color: #e9ce7d;
  border-color: #2d2d2d;
  color: #2d2d2d;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.ghost-button-dark-bg.small {
  font-size: 0.85em;
}

.button-box {
  overflow: hidden;
}
.button-box a, .button-box input {
  float: right;
}

table.striped {
  border: 1px solid #620c06;
  border-radius: 2px;
  border-collapse: collapse;
  border-spacing: 0;
}
table.striped th {
  font-weight: 600;
  color: white;
  background-color: #c1645e;
  border-right: 1px solid rgba(255, 255, 255, 0.75);
}
table.striped th:first-child {
  border-radius: 1px 0 0 0;
}
table.striped th:last-child {
  border-radius: 0 1px 0 0;
}
table.striped td {
  background-color: rgba(255, 255, 255, 0.75);
  border-right: 1px solid rgba(98, 12, 6, 0.5);
  border-bottom: 1px solid rgba(98, 12, 6, 0.5);
}
table.striped th,
table.striped td {
  padding: 0.5em;
  vertical-align: top;
}
table.striped th:last-child,
table.striped td:last-child {
  border-right: none;
}
table.striped tbody tr:last-child td {
  border-bottom: none;
}
table.striped tbody tr:nth-child(even) td {
  background-color: rgba(98, 12, 6, 0.25);
}
table.striped tfoot td {
  background-color: rgba(150, 150, 150, 0.1);
  border-top: 1px solid rgba(98, 12, 6, 0.5);
  border-bottom: none;
  text-align: center;
  font-size: 0.8em;
}
table.striped tfoot td:first-child {
  border-radius: 0 0 0 1px;
}
table.striped tfoot td:last-child {
  border-radius: 0 0 1px 0;
}
table.striped tfoot td:only-child {
  border-radius: 0 0 1px 1px;
}
table.striped caption {
  position: absolute;
  left: -9000px;
}

ul.inline-assets li {
  text-indent: -11px;
  margin-bottom: 0.5em;
}

.video {
  margin-top: 1em;
  max-width: 580px;
}

.inline-image-full-column, .inline-image-float-left, .inline-image-float-right {
  margin-bottom: 1em;
}
.inline-image-full-column img, .inline-image-float-left img, .inline-image-float-right img {
  width: calc(100% - 2px);
  border: 1px solid color(swatch-one);
}

@media (min-width: 767px) {
  .inline-image-float-left {
    width: 45%;
    margin: 0.5em 1em 0.5em 0;
    float: left;
  }

  .inline-image-float-right {
    width: 45%;
    margin: 0.5em 0 0.5em 1em;
    float: right;
  }
}
@media (min-width: 992px) {
  .inline-image-align-left {
    width: 40%;
  }

  .inline-image-align-right {
    width: 40%;
  }
}
.image-caption {
  font-size: 0.8em;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-style: italic;
  padding: 0.2em 0.5em;
}
.wf-active .image-caption {
  opacity: 1;
}
.wf-inactive .image-caption {
  opacity: 1;
}

.image-gallery {
  padding: 1em;
  background-color: #d79d99;
  text-align: center;
}
.image-gallery h3 {
  margin-top: 0;
  margin-bottom: 1em;
  text-align: left;
}
.image-gallery a.fancybox-thumb img {
  width: 44%;
  margin: 1%;
  border: 3px solid #d79d99;
}
.image-gallery a.fancybox-thumb img:hover {
  border-color: #e9ce7d;
}
@media (min-width: 580px) {
  .image-gallery a.fancybox-thumb img {
    width: 29%;
  }
}
@media (min-width: 767px) {
  .image-gallery a.fancybox-thumb img {
    width: 44%;
  }
}
@media (min-width: 992px) {
  .image-gallery a.fancybox-thumb img {
    width: 29%;
  }
}

.related-assets {
  border: 1px solid #bbbbbb;
  padding: 1em;
  max-width: 600px;
  margin-bottom: 1em;
}
.related-assets h4 {
  margin-top: 0;
}
.related-assets ul {
  margin-bottom: 0;
}

.sidebar-module {
  background-color: white;
  box-shadow: 0px 0px 3px #a0a0a0;
  padding: 1em;
}
.sidebar-module h3 {
  text-transform: capitalize;
  margin-top: 0;
}
.sidebar-module a {
  margin: 0.25em 0;
}
.sidebar-module:hover {
  box-shadow: 0px 0px 6px #a0a0a0;
}

ul.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.pagination li {
  display: inline-block;
  padding: 2px;
}
ul.pagination li a {
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 18px;
  color: white;
  border: 1px solid #620c06;
  background-color: #620c06;
  padding: 2px 8px;
}
.wf-active ul.pagination li a {
  opacity: 1;
}
.wf-inactive ul.pagination li a {
  opacity: 1;
}
ul.pagination li a:hover {
  color: #620c06;
  background-color: white;
}
ul.pagination li a.active {
  color: #620c06;
  background-color: white;
}

.freeform-row .freeform-column .freeform-label {
  font-weight: 400 !important;
}

.freeform-label {
  text-align: left;
}

.freeform-column.freeform-column-content-align-left button {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  color: #620c06;
  background-color: white;
  border: 2px solid #620c06;
  border-radius: 2px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.wf-active .freeform-column.freeform-column-content-align-left button {
  opacity: 1;
}
.wf-inactive .freeform-column.freeform-column-content-align-left button {
  opacity: 1;
}
.freeform-column.freeform-column-content-align-left button:link, .freeform-column.freeform-column-content-align-left button:visited {
  color: #620c06;
}
.freeform-column.freeform-column-content-align-left button:hover, .freeform-column.freeform-column-content-align-left button:active, .freeform-column.freeform-column-content-align-left button:visited:hover {
  background-color: #620c06;
  border-color: #620c06;
  color: white;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.freeform-column.freeform-column-content-align-left button.small {
  font-size: 0.85em;
}

ul.errors.freeform-errors li, .freeform-form-has-errors {
  font-size: 0.9em;
}

.gmap {
  width: calc(100% - 2px);
  height: 300px;
  border: 1px solid #bbbbbb;
}

.google_form {
  margin-top: 1em;
}
.google_form input.text_input {
  width: 100%;
}

#google_map_area {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #bbbbbb;
}

.consent-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 0;
  z-index: 900;
  background-color: #2c0503;
  color: #eed5d3;
}
.consent-container a {
  text-decoration: underline;
  color: white;
}
.consent-container .wrapper {
  padding: 0 0.5em;
}
.consent-container p {
  margin-bottom: 0;
  width: 75%;
  float: left;
}
.consent-container input.consent-button {
  float: right;
}
@media (min-width: 767px) {
  .consent-container .wrapper {
    padding: 1em;
  }
}

.swatch {
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 1px solid lightgray;
}
.swatch.white {
  background-color: white;
}
.swatch.black {
  background-color: #0a0a0a;
}
.swatch.gray {
  background-color: gray;
}
.swatch.gray-light {
  background-color: #a0a0a0;
}
.swatch.gray-medlight {
  background-color: #b9b9b9;
}
.swatch.gray-xlight {
  background-color: lightgray;
}
.swatch.gray-xxlight {
  background-color: #ececec;
}
.swatch.gray-dark {
  background-color: #606060;
}
.swatch.gray-meddark {
  background-color: #464646;
}
.swatch.gray-xdark {
  background-color: #2d2d2d;
}
.swatch.gray-xxdark {
  background-color: #202020;
}
.swatch.swatchone {
  background-color: #969696;
}
.swatch.swatchone-light {
  background-color: #bbbbbb;
}
.swatch.swatchone-medlight {
  background-color: #d0d0d0;
}
.swatch.swatchone-xlight {
  background-color: #e0e0e0;
}
.swatch.swatchone-xxlight {
  background-color: whitesmoke;
}
.swatch.swatchone-dark {
  background-color: gray;
}
.swatch.swatchone-meddark {
  background-color: #626262;
}
.swatch.swatchone-xdark {
  background-color: #444444;
}
.swatch.swatchone-xxdark {
  background-color: #262626;
}
.swatch.swatchtwo {
  background-color: #620c06;
}
.swatch.swatchtwo-light {
  background-color: #943f39;
}
.swatch.swatchtwo-medlight {
  background-color: #c1645e;
}
.swatch.swatchtwo-xlight {
  background-color: #d79d99;
}
.swatch.swatchtwo-xxlight {
  background-color: #eed5d3;
}
.swatch.swatchtwo-dark {
  background-color: #530a05;
}
.swatch.swatchtwo-meddark {
  background-color: #400804;
}
.swatch.swatchtwo-xdark {
  background-color: #2c0503;
}
.swatch.swatchtwo-xxdark {
  background-color: #190302;
}
.swatch.swatchthree {
  background-color: #e9ce7d;
}
.swatch.swatchthree-light {
  background-color: #efda9e;
}
.swatch.swatchthree-medlight {
  background-color: #f3e4b8;
}
.swatch.swatchthree-xlight {
  background-color: #f7eed2;
}
.swatch.swatchthree-xxlight {
  background-color: #fcf8ec;
}
.swatch.swatchthree-dark {
  background-color: #e1bd4f;
}
.swatch.swatchthree-meddark {
  background-color: #c79e22;
}
.swatch.swatchthree-xdark {
  background-color: #8a6d17;
}
.swatch.swatchthree-xxdark {
  background-color: #4d3d0d;
}
