/*
Theme Name:   CREEC
Description:  Custom Reykjavik child theme created for CREEC
Author:       Digitally
Author URL:   https://hiredigitally.com
Template:     reykjavik
Version:      1.0
Text Domain:  creec
*/
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&amp;family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap");
/* FILE: _setup.scss */
/* FILE: starter/__index.scss */
/*
	inStyle (v1.6.3)
	https://github.com/salsita/inStyle
	2016 | MIT
	@mixin ============================= */
/* FILE: starter/content/__index.scss */
/* FILE: starter/content/generic/__index.scss */
/* FILE: starter/content/generic/_normalize.scss */
/*! 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 */
  -webkit-text-decoration: underline dotted;
          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; }

/* FILE: starter/content/generic/_reset.scss */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
      overscroll-behavior: none; }

*,
*::before,
*::after {
  box-sizing: inherit; }

::-webkit-input-placeholder {
  line-height: normal; }

::-moz-placeholder {
  line-height: normal; }

:-ms-input-placeholder {
  line-height: normal; }

::placeholder {
  line-height: normal; }

@media (prefers-reduced-motion: reduce), (update: slow) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.001ms !important;
            animation-duration: 0.001ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important; } }

/* FILE: starter/content/base/__index.scss */
/* FILE: starter/content/base/_elements.scss */
body {
  overflow-x: hidden; }

[href^="tel"] {
  white-space: nowrap; }
  @media (min-width: 672px) {
    [href^="tel"] {
      pointer-events: none;
      text-decoration: none;
      color: inherit; } }
:focus {
  outline: thin dashed; }

body:focus {
  outline: none; }

hr {
  clear: both;
  height: 2px;
  border-width: 0; }

hr,
.wp-block-separator {
  margin-top: 1.909924em;
  margin-bottom: 1.909924em; }

abbr[title],
acronym[title],
dfn {
  cursor: help;
  text-decoration: none; }

blockquote {
  clear: both; }
  blockquote :last-child {
    margin: 0; }
  blockquote > cite {
    display: block;
    margin-top: 0.618em; }
  blockquote p {
    margin-bottom: 1em; }

cite {
  border-width: 0; }
  cite::before {
    content: '\2014\2002'; }

q::before {
  content: open-quote; }

q::after {
  content: close-quote; }

q::before, q::after {
  display: inline-block; }

mark,
ins,
.highlight {
  padding: 0.191em 0;
  margin: 0 0.382em;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone; }

s,
del {
  text-decoration: line-through;
  color: inherit; }

figure {
  margin: 0 0 1.618em; }
  figure:last-child {
    margin-bottom: 0; }

audio,
embed,
iframe,
img,
object,
video {
  max-width: 100%;
  vertical-align: middle; }

img {
  height: auto; }

iframe {
  border-width: 0;
  outline: 0; }
  iframe:focus {
    outline: thin dashed; }

code {
  position: relative;
  display: inline-block;
  padding: 0 0.618em;
  margin: 0 0.191em; }

mark code,
ins code,
.highlight code,
.form-allowed-tags code,
.taxonomy-description code,
.archive-description code {
  display: inline;
  padding: 0 0.382em;
  background: none;
  color: inherit; }

pre {
  position: relative;
  max-width: 100%;
  padding: 1em;
  margin: 0 0 1.618em;
  overflow: auto;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2; }

menu,
ul,
ol {
  padding: 0;
  margin: 0; }

ul,
ol {
  margin-left: 1.382em;
  margin-bottom: 1em; }

li > ul,
li > ol {
  margin-bottom: 0; }

ul {
  list-style: disc; }

dl {
  margin-top: 0;
  margin-bottom: 1.618em; }

dt {
  margin-top: 0.618em; }
  dt:first-child {
    margin-top: 0; }

dd {
  margin-left: 1.618em; }

table {
  width: 100%;
  margin: 0 0 1.618em;
  border-width: 2px;
  border-style: solid; }

caption {
  padding: 1em 0;
  text-align: left;
  caption-side: bottom; }

th,
td {
  padding: 0.618em 1em;
  border-width: 1px;
  border-style: solid;
  vertical-align: top; }

th,
tfoot td {
  text-align: left;
  border-width: 2px; }

svg {
  fill: currentColor; }

/* FILE: starter/content/base/_helpers.scss */
.entry-title,
.page-title, h1, .h1, h2, .h2, h3, .h3, h4, .h4, .posts .entry.type-case .entry-title, .tile-heading, h5, .h5, h6, .h6, .comment-content a, textarea, p,
address, a {
  overflow-wrap: break-word;
  word-wrap: break-word; }

select, pre,
pre code {
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual; }

/* FILE: starter/content/base/_clearing.scss */
.clearfix::after, .textwidget::after, .site-prefooter::after, .site-footer::after, .outdent-content::after, .entry-content::after, .posts-layout-list .type-post::after, .site-content-inner::after, .site-content::after, .intro-inner::after, .site-header-inner::after, .site-header::after, .jetpack_subscription_widget form::after, .widget_text::after, .comment-content::after, .gallery::after, .clear::after {
  content: '';
  clear: both;
  display: table;
  table-layout: fixed; }

.clear {
  clear: both; }

/* FILE: starter/content/base/_breakpoints.scss */
body::before {
  display: none; }
  @media (min-width: 448px) {
    body::before {
      content: "device_s"; } }
  @media (min-width: 672px) {
    body::before {
      content: "device_m"; } }
  @media (min-width: 880px) {
    body::before {
      content: "device_l"; } }
  @media (min-width: 1280px) {
    body::before {
      content: "device_xl"; } }
  @media (min-width: 1600px) {
    body::before {
      content: "device_xxl"; } }
  @media (min-width: 1920px) {
    body::before {
      content: "device_xxxl"; } }
  @media (min-width: 2560px) {
    body::before {
      content: "device_xxxxl"; } }
/* FILE: starter/content/base/_accessibility.scss */
.fl-theme-builder-singular.single .site-main > .entry > .entry-header, .fl-theme-builder-404.single .site-main > .entry > .entry-header, .fl-theme-builder-archive.single .site-main > .entry > .entry-header, html:not(.fl-builder-edit) .hide-accessibly, .fl-builder.is-singular.single .site-main > .entry > .entry-header, .content-layout-stretched .site-main > .entry > .entry-header, .content-layout-no-paddings .site-main > .entry > .entry-header, .menu-toggle-skip-link-container, .main-navigation-container .hide > a,
.main-navigation-container .hide-link > a, .blog .site-main > .page-header, .archive .site-main > .page-header, .search-results .site-main > .page-header, .intro-title-separator, .hide-widget-title-accessibly .widget-title,
.hide-widget-title-accessibly .widgettitle, .page .site-main > .entry > .entry-header, .single.has-intro .site-main > .entry > .entry-header, .comments-link .comments-title, .screen-reader-text, .comments-title .add-comment-link, .footer-menu a[href*='twitter.com'] span, .footer-menu a[href*='facebook.com'] span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  line-height: 1px;
  word-wrap: normal !important;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden; }

.screen-reader-text, .comments-title .add-comment-link, .footer-menu a[href*='twitter.com'] span, .footer-menu a[href*='facebook.com'] span {
  padding: 0;
  margin: -1px; }
  .screen-reader-text.skip-link:hover, .comments-title .skip-link.add-comment-link:hover, .footer-menu a[href*='twitter.com'] span.skip-link:hover, .footer-menu a[href*='facebook.com'] span.skip-link:hover, .screen-reader-text.skip-link:active, .comments-title .skip-link.add-comment-link:active, .footer-menu a[href*='twitter.com'] span.skip-link:active, .footer-menu a[href*='facebook.com'] span.skip-link:active, .screen-reader-text.skip-link:focus, .comments-title .skip-link.add-comment-link:focus, .footer-menu a[href*='twitter.com'] span.skip-link:focus, .footer-menu a[href*='facebook.com'] span.skip-link:focus {
    height: auto;
    width: auto;
    line-height: inherit;
    word-wrap: break-word !important;
    -webkit-clip-path: none;
            clip-path: none;
    clip: auto;
    left: 0.618em;
    top: 0.618em;
    padding: 1.382em;
    text-decoration: none;
    font-size: .809em;
    font-weight: 700;
    background-color: #41597C;
    color: #fff;
    z-index: 100000;
    /* Above WP toolbar. */ }

.main-navigation-container .hide > a:focus,
.main-navigation-container .hide-link > a:focus {
  position: static !important;
  height: auto;
  width: auto;
  line-height: inherit;
  word-wrap: break-word !important;
  -webkit-clip-path: none;
          clip-path: none;
  clip: auto;
  overflow: visible; }

.focus-position-static:hover, .comments-title .add-comment-link:hover, .focus-position-static:active, .comments-title .add-comment-link:active, .focus-position-static:focus, .comments-title .add-comment-link:focus {
  position: static !important;
  margin: 1px;
  text-align: center; }

#content[tabindex="-1"]:focus {
  outline: 0; }

.site {
  /* FILE: starter/content/base/_modifiers.scss */
  /* FILE: starter/content/base/_modifiers-backcompat.scss */ }
  .site .has-left-text-align, .site .text-left,
  .site .has-left-content {
    text-align: left; }
  .site .has-center-text-align, .site .text-center,
  .site .has-center-content {
    text-align: center; }
  @media (min-width: 672px) {
    .site .has-right-text-align, .site .text-right,
    .site .has-right-content {
      text-align: right; } }
  .site .has-top-vertical-align, .site .vertical-align-top {
    vertical-align: top; }
  .site .has-middle-vertical-align, .site .vertical-align-middle {
    vertical-align: middle; }
  .site .has-baseline-vertical-align, .site .vertical-align-baseline {
    vertical-align: baseline; }
  .site .has-bottom-vertical-align, .site .vertical-align-bottom {
    vertical-align: bottom; }
  .site p.has-background {
    padding: 28px; }
  .site .has-half-screen-min-height, .site [class^="wp-block-"].has-half-screen-min-height {
    min-height: 50vh; }
  .site .has-phi-screen-min-height, .site [class^="wp-block-"].has-phi-screen-min-height {
    min-height: 61.8vh; }
  .site .has-full-screen-min-height, .site [class^="wp-block-"].has-full-screen-min-height {
    min-height: 100vh; }
  .site .has-phi-padding, .site .has-background, .site p.has-phi-padding, .site p.has-background,
  .site p.has-golden-padding,
  .site .has-golden-padding {
    padding: 1em; }
    @media (min-width: 672px) {
      .site .has-phi-padding, .site .has-background, .site p.has-phi-padding, .site p.has-background,
      .site p.has-golden-padding,
      .site .has-golden-padding {
        padding: 1.618em; } }
  .site .has-no-padding, .site p.has-no-padding {
    padding: 0; }
  .site .has-no-padding-top {
    padding-top: 0; }
  .site .has-no-padding-right {
    padding-right: 0; }
  .site .has-no-padding-bottom {
    padding-bottom: 0; }
  .site .has-no-padding-left {
    padding-left: 0; }
  .site .has-no-margin {
    margin: 0; }
  .site .has-no-margin-top {
    margin-top: 0; }
  .site .has-no-margin-right {
    margin-right: 0; }
  .site .has-no-margin-bottom {
    margin-bottom: 0; }
  .site .has-no-margin-left {
    margin-left: 0; }
  .site .has-no-margin-horizontal {
    margin-left: 0;
    margin-right: 0; }
  .site .has-no-margin-vertical {
    margin-top: 0;
    margin-bottom: 0; }
  .site .has-hidden-overflow, .site .overflow-hidden {
    overflow: hidden; }
  @media (min-width: 880px) {
    .site .has-nowrap-white-space, .site .no-wrap {
      white-space: nowrap; } }
  .site .has-uppercase-text-transform, .site .uppercase,
  .site .is-uppercase {
    text-transform: uppercase; }

/* FILE: starter/content/typography/__index.scss */
/* FILE: starter/content/typography/_base.scss */
html {
  font-size: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

pre,
code,
kbd,
tt,
var {
  font-family: 'Lucida Console', Monaco, 'Courier New', monospace;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  text-decoration: none; }

pre,
pre code {
  white-space: pre-wrap;
  line-height: 1.5; }

p,
address {
  padding: 0;
  margin: 0 0 1.618em; }

/* FILE: starter/content/typography/_size.scss */
.posts .entry-subtitle, .fl-widget .jetpack_subscription_widget .widgettitle, .widget_archive li::before, .widget_categories li::before, .widget_pages li::before, .widget_recent_comments li::before, .widget_recent_entries li::before, .mobile-search-form {
  font-size: 1rem; }

.breadcrumbs, .sidebar .wm-subnav li a, .fl-widget .wm-subnav li a, .sidebar .widget_nav_menu li a, .fl-widget .widget_nav_menu li a, .summary-link-wrap .page-summary-link {
  font-size: 0.809rem; }

.entry-author .author-name {
  font-size: 1.618rem; }

div.sharedaddy .sd-title, .sidebar .widget-recent-entries-list .entry-title, .widget-area .widget-recent-entries-list .entry-title, .widget-recent-entries-list .entry-title, blockquote blockquote, .site .has-regular-font-size,
.site .has-normal-font-size {
  font-size: 1em; }

.entry-subtitle, .site .has-extra-small-font-size, .site .font-size-xs,
.site .has-xs-font-size {
  font-size: 0.618em; }

.widget .entry-subtitle, .entry-author .author-title, .sidebar .widget-recent-entries-list .link-more, .widget-area .widget-recent-entries-list .link-more, .widget-recent-entries-list .month, .post-navigation .nav-links .label, .posts .entry-meta, .single.fl-builder .posts .entry-meta, .single.content-layout-no-paddings .posts .entry-meta, .single .entry-meta-element, .menu-item-description, .site-description, .comment .reply, .comment-metadata, .comments-title .add-comment-link, .comment-form label, #cancel-comment-reply-link, .wp-block-quote.is-style-large cite, .wp-block-latest-comments__comment-excerpt, .wp-caption-text, blockquote cite, code, pre, small, .site .has-small-font-size, .site .font-size-s,
.site .has-s-font-size {
  font-size: 0.809em; }

.sidebar .widget-recent-entries-list .entry-date, .widget-area .widget-recent-entries-list .entry-date, .sidebar, .site-prefooter, .site-footer, .site .has-smaller-font-size, .site .font-size-sm,
.site .has-sm-font-size {
  font-size: 0.9045em; }

.post-table-of-contents a::before, .sidebar .widget_nav_menu .social-links a, .fl-widget .widget_nav_menu .social-links a, .site .has-larger-font-size {
  font-size: 1.191em; }

.widget-recent-entries-list .entry-title, .social-links, blockquote, .comments-title, .site .has-large-font-size, .site .font-size-l,
.site .has-l-font-size {
  font-size: 1.382em; }

.widget-recent-entries-list .entry-date, .site-title, .site .has-extra-large-font-size, .site .font-size-xl,
.site .has-xl-font-size {
  font-size: 1.618em; }

/* FILE: starter/content/typography/_weight.scss */
.site .has-100-font-weight, .site .weight-100 {
  font-weight: 100; }

.site .has-200-font-weight, .site .weight-200 {
  font-weight: 200; }

.intro .entry-subtitle, .comments-title span, .post-table-of-contents .is-passed a, .author .intro-title span, .search-results .page-title, blockquote, .site .has-300-font-weight, .site .weight-300 {
  font-weight: 300; }

.widget .entry-subtitle, .entry-subtitle, .entry-author .author-title, .sidebar .widget-recent-entries-list .link-more, .widget-area .widget-recent-entries-list .link-more, .entry-meta-description, .post-table-of-contents .is-current a, .entry-title small,
.page-title small, .secondary-navigation a:disabled, .button:disabled, button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled, .child-page .more-link:disabled, .main-navigation-container .button > a:disabled, .comments-title .add-comment-link, #cancel-comment-reply-link, blockquote cite, .site .has-400-font-weight, .site .weight-400 {
  font-weight: 400; }

.site .has-500-font-weight, .site .weight-500 {
  font-weight: 500; }

.pingback a:not(.comment-edit-link),
.trackback a:not(.comment-edit-link), .post-table-of-contents a, abbr, .site .has-600-font-weight, .site .weight-600 {
  font-weight: 600; }

.entry-author .author-name, div.sharedaddy .sd-title, div#jp-relatedposts .jp-relatedposts-headline, .breadcrumbs-title, .widget-recent-entries-list .day, .sidebar .widget .current_page_item > a, .fl-widget .widget .current_page_item > a, .sidebar .widget .current-menu-item > a, .fl-widget .widget .current-menu-item > a, .comments-title, .post-navigation .nav-links .title, .entry-meta-element, .link-more, .post-table-of-contents a::before, .attachment-download-label, .site .wp-playlist-current-item, .site-title, .widget-title-style .widgettitle, .widget-title, .search-results .page-title span, .secondary-navigation a, .button, button, [type="button"], [type="reset"], [type="submit"], .child-page .more-link, .main-navigation-container .button > a, strong, .widget .current-menu-item > a,
.widget .current_page_item > a, .widget_calendar caption, .pagination .current, .comment-form label, dt, th,
tfoot td, .site .has-700-font-weight, .site .weight-700 {
  font-weight: 700; }

.site .has-800-font-weight, .site .weight-800 {
  font-weight: 800; }

.site .has-900-font-weight, .site .weight-900 {
  font-weight: 900; }

/* FILE: starter/content/typography/_style.scss */
.post-table-of-contents .is-current a, .gallery-caption, .menu-item-description, .recentcomments a, img, caption, .site .has-italic-font-style, .site .font-style-italic {
  font-style: italic; }

.intro .entry-subtitle, .entry-subtitle, .widget-recent-entries-list .entry-title, .site-title, address, .widget_calendar caption, cite, .site .has-normal-font-style, .site .font-style-normal {
  font-style: normal; }

/* FILE: starter/content/typography/_spacing.scss */
.secondary-navigation a, .button, button, [type="button"], [type="reset"], [type="submit"], .child-page .more-link, .main-navigation-container .button > a, .site .has-extra-small-line-height, .site .line-height-xs,
.site .has-xs-line-height {
  line-height: 1; }

.entry-subtitle, .main-navigation-container li ul a, .site-branding-text, .widget-title-style .widgettitle, .widget-title, h1, .h1, h2, .h2, h3, .h3, h4, .h4, .posts .entry.type-case .entry-title, .tile-heading, h5, .h5, h6, .h6, .wp-caption-text, table, .site .has-small-line-height, .site .line-height-s,
.site .has-s-line-height {
  line-height: 1.382; }

.mobile-search-form, blockquote, .sidebar, .form-allowed-tags, .site .has-regular-line-height,
.site .has-medium-line-height, .site .line-height-m,
.site .has-m-line-height, html {
  line-height: 1.618; }

/* FILE: starter/content/wp/__index.scss */
/* FILE: starter/content/wp/_sticky.scss */
.sticky {
  /* Placeholder for sticky post styles. */
  /* See further in stylesheet for actual styles. */ }

/* FILE: starter/content/wp/_caption.scss */
.wp-caption {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 0;
  margin: 0 auto 1.618em;
  text-align: center;
  background: transparent;
  overflow: hidden; }
  .wp-caption-text {
    padding: 1em 0 0;
    overflow: hidden; }
  .wp-caption.aligncenter {
    display: block; }

/* FILE: starter/content/wp/_gallery.scss */
.gallery {
  clear: both;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 1.618em;
  overflow: hidden; }
  .gallery a {
    display: block;
    width: 100%; }
  .gallery-item {
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    float: left;
    position: relative;
    width: 48%;
    padding: 0;
    margin: 1%;
    overflow: hidden; }
    @media (min-width: 672px) {
      .gallery-item {
        width: 31.3333333333%; } }
  .gallery-icon {
    display: block;
    overflow: hidden; }
  .gallery-columns-1 .gallery-item {
    float: none;
    width: 100%;
    margin: 1.618em 0 0; }
    .gallery-columns-1 .gallery-item:first-child {
      margin-top: 0; }
  @media (min-width: 672px) {
    .gallery-columns-2 .gallery-item {
      width: 48%; } }
  @media (min-width: 880px) {
    .gallery-columns-3 .gallery-item {
      width: 31.3333333333%; } }
  @media (min-width: 880px) {
    .gallery-columns-4 .gallery-item {
      width: 23%; } }
  @media (min-width: 880px) {
    .gallery-columns-5 .gallery-item {
      width: 18%; } }
  @media (min-width: 880px) {
    .gallery-columns-6 .gallery-item {
      width: 14.6666666667%; } }
  @media (min-width: 880px) {
    .gallery-columns-7 .gallery-item {
      width: 12.2857142857%; } }
  @media (min-width: 880px) {
    .gallery-columns-8 .gallery-item {
      width: 10.5%; } }
  @media (min-width: 880px) {
    .gallery-columns-9 .gallery-item {
      width: 9.1111111111%; } }
/* FILE: starter/content/wp/_smilie.scss */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  display: inline;
  width: auto;
  max-height: 1em;
  margin: 0;
  border-width: 0; }

/* FILE: starter/content/wp/_player.scss */
.mejs-container {
  margin-bottom: 1.618em; }
  .mejs-container:last-child {
    margin-bottom: 0; }

.posts .mejs-container {
  min-width: 0 !important; }

.entry-media .mejs-container a {
  width: auto; }

.entry-media .mejs-container .mejs-horizontal-volume-slider {
  width: 56px; }

/* FILE: starter/content/wp/_embed.scss */
.twitter-tweet-rendered {
  width: 100% !important;
  margin: 1.618em 0 !important; }

.wp-video {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 1.618em; }
  .wp-video:last-child {
    margin-bottom: 0; }

.wp-a11y-speak-region {
  left: 0;
  top: 0; }

/* FILE: starter/content/wp/blocks/__index.scss */
/* FILE: starter/content/wp/blocks/_block.scss */
[class^="wp-block-"] {
  margin-bottom: 1.618em; }
  [class^="wp-block-"]:last-child {
    margin-bottom: 0; }
  [class^="wp-block-"] figcaption {
    margin: 0;
    padding: 0.618em; }

.wp-block-latest-posts:not(.is-grid), .wp-block-latest-comments {
  margin-left: 0;
  margin-right: 0;
  list-style: none;
  border-top-width: 0.382em;
  border-top-style: solid;
  border-bottom-width: 0.382em;
  border-bottom-style: solid; }
  .wp-block-latest-posts:not(.is-grid) [class^="wp-block-"], .wp-block-latest-comments [class^="wp-block-"] {
    margin-bottom: 0; }

.wp-block-latest-posts:not(.is-grid) li, .wp-block-latest-comments__comment {
  padding: 1em;
  margin: 0;
  font-size: inherit;
  line-height: inherit; }
  .wp-block-latest-posts:not(.is-grid) li:not(:first-child), .wp-block-latest-comments__comment:not(:first-child) {
    border-top-width: 1px;
    border-top-style: solid; }

/* FILE: starter/content/wp/blocks/_audio.scss */
.wp-block-audio.alignleft, .wp-block-audio.aligncenter, .wp-block-audio.alignright {
  width: 55.8%; }

/* FILE: starter/content/wp/blocks/_button.scss */
.is-style-outline {
  color: inherit; }

.is-style-outline .wp-block-button__link {
  background: transparent;
  color: inherit;
  border: 2px solid; }
  .is-style-outline .wp-block-button__link:hover, .is-style-outline .wp-block-button__link:active, .is-style-outline .wp-block-button__link:focus {
    box-shadow: inset 0 0 0 1px; }

/* FILE: starter/content/wp/blocks/_code.scss */
.wp-block-code {
  padding: 0;
  border-width: 1px;
  border-style: solid; }
  .wp-block-code code {
    display: block;
    padding: 22px 21px 20px;
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    background-image: repeating-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 21px, rgba(255, 255, 255, 0.1) 21px, rgba(255, 255, 255, 0.1) 42px); }

/* FILE: starter/content/wp/blocks/_columns.scss */
.wp-block-columns {
  margin-bottom: 0; }

.wp-block-column:last-child {
  margin-bottom: 1.618em; }

/* FILE: starter/content/wp/blocks/_cover.scss */
.wp-block-cover {
  min-height: 20em;
  padding: 2em; }
  .wp-block-cover.alignleft, .wp-block-cover.alignright {
    max-width: 55.8%; }
  .wp-block-cover.alignwide, .wp-block-cover.alignfull {
    min-height: 61.8vh;
    padding-left: 10%;
    padding-right: 10%; }
  .wp-block-cover__inner-container,
  .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    max-width: 24em;
    padding: 0;
    text-align: inherit; }
  .wp-block-cover a:not(.button) {
    color: inherit; }
  .wp-block-cover h2 {
    max-width: none;
    padding: 0;
    margin-bottom: 0.6601177115em;
    font-size: 2.058em;
    line-height: 1.191; }
    .wp-block-cover h2:last-child {
      margin-bottom: 0; }

.has-alignwide-content .wp-block-cover__inner-container {
  max-width: 36em; }

.has-alignfull-content .wp-block-cover__inner-container {
  max-width: none; }

.has-alignleft-content .wp-block-cover__inner-container {
  margin-right: auto; }

.has-alignright-content .wp-block-cover__inner-container {
  margin-left: auto; }

.has-aligncenter-content .wp-block-cover__inner-container {
  margin-left: auto;
  margin-right: auto; }

/* FILE: starter/content/wp/blocks/_drop-cap.scss */
.site .has-dropcap-text::first-letter,
.site p.has-drop-cap:not(:focus)::first-letter, .site .dropcap-text::first-letter {
  float: left;
  padding: 0 0.191em;
  padding-left: 0;
  margin: 0;
  font-size: 3.236em;
  font-weight: inherit;
  line-height: 1; }

/* FILE: starter/content/wp/blocks/_embed.scss */
.wp-block-embed.alignleft, .wp-block-embed.aligncenter, .wp-block-embed.alignright {
  max-width: 55.8%; }

/* FILE: starter/content/wp/blocks/_gallery.scss */
.wp-block-gallery {
  margin-left: 0;
  margin-right: 0; }
  .wp-block-gallery.alignleft, .wp-block-gallery.aligncenter, .wp-block-gallery.alignright {
    max-width: 55.8%; }
  .wp-block-gallery .blocks-gallery-caption {
    width: 100%;
    text-align: center; }

/* FILE: starter/content/wp/blocks/_group.scss */
.wp-block-group__inner-container {
  max-width: 36em;
  margin-left: auto;
  margin-right: auto; }

/* FILE: starter/content/wp/blocks/_image.scss */
.wp-block-image .alignleft {
  margin-right: 6%; }

.wp-block-image .alignright {
  margin-left: 6%; }

/* FILE: starter/content/wp/blocks/_latest-comments.scss */
.wp-block-latest-comments__comment-excerpt p {
  margin: 1em 0 0;
  font-size: 1em;
  line-height: inherit; }

/* FILE: starter/content/wp/blocks/_latest-posts.scss */
.wp-block-latest-posts:not(.alignleft):not(.aligncenter):not(.alignright):not(.alignwide):not(.alignfull) {
  margin-left: 0;
  margin-right: 0; }

/* FILE: starter/content/wp/blocks/_media-text.scss */
.wp-block-media-text .wp-block-media-text__content {
  padding: 1.618em 6%; }

/* FILE: starter/content/wp/blocks/_pullquote.scss */
.wp-block-pullquote,
blockquote.alignleft,
blockquote.alignright {
  padding: 2.617924em 6%;
  text-align: inherit;
  border-top-width: 0.382em;
  border-top-style: solid;
  border-bottom-width: 0.382em;
  border-bottom-style: solid; }
  .alignleft.wp-block-pullquote,
  blockquote.alignleft, .alignright.wp-block-pullquote,
  blockquote.alignright {
    clear: none;
    width: 47%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 6%;
    margin-right: 6%; }
    @media (min-width: 448px) {
      .alignleft.wp-block-pullquote,
      blockquote.alignleft, .alignright.wp-block-pullquote,
      blockquote.alignright {
        width: 38.2%; } }
  .alignleft.wp-block-pullquote,
  blockquote.alignleft {
    margin-left: 0; }
  .alignright.wp-block-pullquote,
  blockquote.alignright {
    margin-right: 0; }

.wp-block-pullquote p, .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
  font-size: inherit; }

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: none;
  text-align: inherit; }
  .wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 1em; }

/* FILE: starter/content/wp/blocks/_quote.scss */
.wp-block-quote.is-style-large p {
  line-height: inherit;
  font-size: 1.272em;
  font-style: inherit; }

.wp-block-quote.is-style-large cite {
  text-align: inherit; }

/* FILE: starter/content/wp/blocks/_separator.scss */
.wp-block-separator {
  max-width: 16em;
  margin-left: auto;
  margin-right: auto; }
  .wp-block-separator.is-style-wide {
    max-width: none; }
  .wp-block-separator.is-style-dots::before {
    content: ' \2022 \2022 \2022';
    speak: none;
    padding-left: 0.618em;
    font-size: 1.618em;
    letter-spacing: 0.618em;
    color: inherit; }
  .wp-block-separator.has-background {
    padding: 0; }

/* FILE: starter/content/wp/blocks/_spacer.scss */
.wp-block-spacer {
  margin: 0; }
  .wp-block-spacer:not(:first-child) {
    margin-top: -1.618em; }

/* FILE: starter/content/wp/blocks/_table.scss */
.wp-block-table.alignleft, .wp-block-table.alignright {
  max-width: 55.8%; }

.wp-block-table.is-style-stripes table {
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: inherit; }
  .wp-block-table.is-style-stripes table tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.1); }
  .wp-block-table.is-style-stripes table tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.05); }

/* FILE: starter/content/wp/blocks/_verse.scss */
.wp-block-verse {
  font-family: inherit;
  font-size: inherit;
  background: transparent;
  color: inherit; }

/* FILE: starter/content/wp/blocks/_video.scss */
.wp-block-video.alignleft, .wp-block-video.aligncenter, .wp-block-video.alignright {
  max-width: 55.8%; }

/* FILE: starter/content/wp/_alignment.scss */
.alignleft, .alignleft:last-child,
.alignright,
.alignright:last-child {
  margin-bottom: 1em; }

.alignleft {
  float: left;
  margin-right: 6%; }

.alignright {
  float: right;
  margin-left: 6%; }

.aligncenter {
  margin-left: auto;
  margin-right: auto; }

.alignnone {
  margin-left: 0;
  margin-right: 0; }

/* FILE: starter/content/forms/__index.scss */
/* FILE: starter/content/form/_reset.scss */
form {
  margin: 0 0 1.618em; }

fieldset {
  padding: 0;
  margin: 0;
  border-width: 0; }

button,
input,
select,
textarea {
  max-width: 100%;
  padding: 0.618em;
  line-height: normal;
  font-size: 1em;
  font-family: inherit;
  color: inherit;
  border-width: 2px;
  border-style: solid;
  outline: 0;
  vertical-align: baseline; }

select {
  padding: calc( 0.618em - 4px); }

textarea,
select[multiple],
select[size] {
  height: auto;
  line-height: 1.618; }

[type="search"] {
  box-sizing: border-box; }

:invalid {
  box-shadow: none; }

/* FILE: starter/content/forms/_base.scss */
label {
  display: inline-block;
  padding-bottom: 0.191em; }
  label[for] {
    cursor: pointer; }
  label + [type="checkbox"] {
    margin-left: 0.382em; }

textarea {
  vertical-align: top;
  overflow-y: auto;
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  position: relative;
  width: 1em;
  height: 1em;
  bottom: -0.191em;
  margin-right: 0.382em;
  vertical-align: baseline; }

select {
  display: inline-block;
  max-width: 100%;
  padding: .5em 1em;
  padding-right: calc( 1em + 15px);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%2266%22%3E%3Cpath%20stroke%3D%22rgba%28255%2C%20255%2C%20255%2C%200.66%29%22%20fill%3D%22rgba%280%2C%200%2C%200%2C%200.66%29%22%20stroke-width%3D%2210%22%20d%3D%22m10.23893%2C4.84475l39.69582%2C52.85933l39.69582%2C-52.85933l-79.39163%2C0z%22%20%2F%3E%3C%2Fsvg%3E");
  background-size: 15px auto;
  background-position: right 1em top 50%;
  background-repeat: no-repeat;
  color: inherit; }
  select::-ms-expand {
    display: none; }
  select option {
    background: #fff;
    color: #000; }

:disabled,
[disabled],
[aria-disabled="true"] {
  cursor: default;
  pointer-events: none;
  opacity: .5; }

/* FILE: starter/content/form/_comments.scss */
.comment-respond {
  padding: 1.618em 0 0;
  border-top-width: 2px;
  border-top-style: solid; }
  .comment-list .comment-respond {
    margin: 1.618em 0;
    border-bottom-width: 2px;
    border-bottom-style: solid; }

.comment-reply-title {
  margin-bottom: 0.618em; }

#cancel-comment-reply-link {
  float: right; }

.comment-form p {
  margin-bottom: 1em; }

.comment-form label {
  display: block; }

.comment-form [type="checkbox"] + label,
.comment-form [type="radio"] + label {
  display: inline-block; }

.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea {
  width: 100%; }

.comment-form-url {
  clear: both; }

@media (min-width: 448px) {
  .comment-form-author,
  .comment-form-email {
    float: left;
    width: 48%;
    margin-left: 4%; }
  .comment-form-author {
    margin-left: 0; } }

/* FILE: starter/content/form/_search.scss */
form[role="search"],
.form-search,
.search-form {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0;
  text-align: left; }
  form[role="search"] [type="search"],
  form[role="search"] .search-field,
  .form-search [type="search"],
  .form-search .search-field,
  .search-form [type="search"],
  .search-form .search-field {
    position: relative;
    width: 100%;
    text-align: inherit;
    z-index: 0; }

/* FILE: starter/content/form/_post-password.scss */
.post-password-form {
  max-width: 36em;
  padding: 2.617924em 12%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-width: 2px;
  border-style: dashed; }
  .post-password-form label,
  .post-password-form input {
    display: block;
    width: 100%;
    text-align: inherit; }
  .post-password-form label {
    margin-bottom: 1em; }
    .post-password-form label input {
      margin-top: 0.382em; }

/* FILE: starter/content/media/__index.scss */
/* FILE: starter/content/media/_video.scss */
.has-header-video .wp-custom-header, .wp-video .mejs-container,
.wp-video-playlist .mejs-container {
  position: relative;
  max-width: 100%;
  height: 0 !important;
  padding: 0 0 56.25%;
  /* 16:9 ratio only */ }

.has-header-video .wp-custom-header iframe,
.has-header-video .wp-custom-header video, .wp-video .mejs-container .mejs-inner,
.wp-video-playlist .mejs-container .mejs-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

/* FILE: starter/content/formats/__index.scss */
/* FILE: starter/content/formats/_link.scss */
/* FILE: starter/content/formats/_quote.scss */
/* FILE: starter/content/formats/_status.scss */
/* FILE: starter/content/pagination/__index.scss */
/* FILE: starter/content/pagination/_pagination.scss */
.pagination {
  clear: both; }
  .pagination a,
  .pagination span {
    display: none;
    width: 2.617924em;
    padding: 0.618em 0;
    margin: 0.191em;
    margin-left: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top; }
  .pagination .prev,
  .pagination .next {
    display: inline-block; }
  .pagination .dots,
  .pagination .extend {
    width: auto; }
  @media (min-width: 672px) {
    .pagination a,
    .pagination span {
      display: inline-block; } }
/* FILE: starter/content/pagination/_parts.scss */
.post-table-of-contents {
  padding: 1.618em 0 0;
  margin: 1.618em 0;
  border-top-width: 2px;
  border-top-style: solid; }
  .post-table-of-contents.top {
    display: none; }
  .post-table-of-contents.bottom {
    clear: both; }
  .post-table-of-contents ol {
    margin: 0;
    list-style: none; }
  .post-table-of-contents li {
    padding: 0.191em 0; }
  .post-table-of-contents a {
    display: block;
    line-height: 1.382; }
  .post-table-of-contents .is-current a,
  .post-table-of-contents .is-passed a {
    color: inherit; }
  @media (min-width: 672px) {
    .post-table-of-contents.top {
      float: left;
      display: block;
      max-width: 38.2%;
      padding: 0 1em 1em;
      padding-left: 0;
      margin: 0 1.618em 1em;
      margin-left: 0;
      border-width: 0;
      border-style: solid;
      border-right-width: 2px;
      border-bottom-width: 2px; } }
/* FILE: starter/content/meta/__index.scss */
/* FILE: starter/content/meta/_entry.scss */
.entry-meta {
  padding: 1em 0 0;
  margin: 1.618em 0 0;
  border-top-width: 2px;
  border-top-style: solid; }
  .entry-meta a {
    color: inherit; }
  .single .entry-meta {
    margin-bottom: 1.618em; }
  .entry-meta-top {
    padding: 1em 0;
    margin-top: 0;
    border-bottom-width: 2px;
    border-bottom-style: solid; }
  .entry-meta-element {
    margin-right: 0.382em; }
    .single .entry-meta-element {
      margin-right: 1em; }
  .entry-meta .tags-links a {
    margin: 0 0.191em; }

.entry-date {
  cursor: help; }

/* FILE: starter/content/comments/__index.scss */
/* FILE: starter/content/comments/_base.scss */
.comments-area {
  position: relative; }

.comments-title .add-comment-link {
  display: block;
  margin: 1em 0; }
  @media (min-width: 880px) {
    .comments-title .add-comment-link {
      float: right;
      margin: 0; } }
/* FILE: starter/content/comments/_list.scss */
.comment-list {
  padding: 0;
  margin: 0 0 1.618em; }
  .comment-list, .comment-list ol {
    list-style: none; }
  .comments-closed + .comment-list {
    margin-top: 1.618em; }
  .comment-list > li,
  .comment-list .children > li {
    position: relative;
    min-height: 5em;
    padding: 1.618em 0 0;
    margin: 0;
    background: none; }
    @media (min-width: 672px) {
      .comment-list > li,
      .comment-list .children > li {
        padding-left: 5em; } }
  .comment-list .children {
    clear: both;
    margin: 0;
    margin-left: 1.618em; }
    @media (min-width: 672px) {
      .comment-list .children {
        margin-left: 3.382em; } }
.comment-body {
  padding: 1.618em 0; }
  @media (min-width: 672px) {
    .comment-body {
      padding-left: 1.618em;
      padding-right: 1.618em; } }
/* FILE: starter/content/comments/_meta.scss */
.comment-meta {
  clear: both;
  padding-bottom: 0.618em;
  margin-bottom: 1em;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  overflow: hidden; }
  .comment-meta .avatar {
    display: block;
    width: 3.382em;
    margin-bottom: 1em;
    border-radius: 50%; }
    @media (min-width: 672px) {
      .comment-meta .avatar {
        position: absolute;
        width: 5em;
        left: 0;
        top: 1.618em;
        margin-bottom: 0; } }
@media (min-width: 672px) {
  .comment-author {
    float: left; } }

@media (min-width: 672px) {
  .comment-metadata {
    float: right; } }

.comment-metadata .edit-link {
  padding-left: 1.618em;
  font-variant: small-caps; }

/* FILE: starter/content/comments/_content.scss */
.comment-content p,
.comment-content blockquote,
.comment-content table {
  margin-bottom: 1em; }

/* FILE: starter/content/comments/_pagination.scss */
.comment-navigation {
  display: block;
  position: relative;
  clear: both;
  padding: 1.618em 0;
  overflow: hidden; }
  .comment-navigation div {
    padding: 1em 0 0;
    text-align: center; }
    @media (min-width: 672px) {
      .comment-navigation div {
        width: auto;
        padding: 0;
        margin: 0; } }
  .comment-navigation a {
    display: block;
    padding: 0.618em 1em;
    line-height: normal;
    cursor: pointer; }
    .comment-navigation a:hover {
      text-decoration: none; }
  @media (min-width: 672px) {
    .comment-navigation .nav-previous {
      float: left; }
    .comment-navigation .nav-next {
      float: right; } }
/* FILE: starter/content/sidebar/__index.scss */
/* FILE: starter/content/sidebar/_sidebar.scss */
.sidebar {
  margin: 1.618em 0 0;
  padding: 1.618em 0 0; }
  @media (min-width: 880px) {
    .sidebar {
      float: right;
      margin-top: 0;
      padding-top: 0; } }
/* FILE: starter/content/sidebar/_widget.scss */
.sidebar .widget {
  margin: 0 0 2.617924em; }
  .sidebar .widget:last-child {
    margin-bottom: 0; }

.widget ul {
  margin: 0;
  list-style: none; }
  .widget ul li {
    padding: 0.382em 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid; }
    .widget ul li + li {
      margin-top: -1px; }
    .widget ul li ul {
      position: relative;
      bottom: -0.382em;
      margin: 0 0 -1px; }
    .widget ul li li {
      padding-left: 1em; }

/* FILE: starter/content/sidebar/_widget-calendar.scss */
.widget_calendar caption {
  text-align: center;
  caption-side: top; }

.widget_calendar table {
  margin: 0; }

.widget_calendar tr th,
.widget_calendar tr td {
  width: auto;
  height: 2.617924em;
  padding: 0;
  text-align: center; }

.widget_calendar tbody a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 2.617924; }

.widget_calendar tfoot a {
  color: inherit; }

/* FILE: starter/content/sidebar/_widget-list.scss */
.widget_recent_comments ul li, .widget_recent_entries ul li {
  position: relative;
  padding-left: 1.618em; }

.widget_recent_entries .post-date {
  display: block; }

/* FILE: starter/content/sidebar/_widget-menu.scss */
/* FILE: starter/content/sidebar/_widget-text.scss */
/* FILE: starter/content/plugins/__index.scss */
/* FILE: starter/content/plugins/_breadcrumbs.scss */
.breadcrumbs-title {
  margin-right: 0.618em; }
  @media (min-width: 672px) {
    .breadcrumbs-title {
      margin-right: 1.618em; } }
@media (min-width: 672px) {
  .breadcrumbs .sep {
    margin: 0 0.618em; } }

/* FILE: starter/content/plugins/_jetpack.scss */
/* FILE: starter/content/plugins/jetpack/_blocks.scss */
.wp-block-jetpack-contact-info > div {
  margin-bottom: 0.618em; }
  .wp-block-jetpack-contact-info > div:last-child {
    margin-bottom: 0; }

.jetpack-business-hours {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  grid-column-gap: 1.618em; }
  .jetpack-business-hours dt,
  .jetpack-business-hours dd {
    margin: 0; }

/* FILE: starter/content/plugins/jetpack/_contact-form.scss */
.site .contact-form textarea {
  width: 100%; }

/* FILE: starter/content/plugins/jetpack/_infinite-scroll.scss */
.neverending.infinite-scroll .site-footer {
  display: none; }

.neverending.infinity-end .site-footer {
  display: block; }

.infinite-scroll .posts.masonry {
  margin-bottom: 4.235801032em; }

#infinite-handle {
  clear: both;
  text-align: center; }
  .masonry #infinite-handle {
    position: absolute;
    width: 100%;
    bottom: -4.235801032em; }
  .site #infinite-handle span {
    display: inline-block;
    padding: 1em;
    font-size: 1em;
    border-radius: 0; }

.infinite-loader {
  clear: both;
  text-align: center; }
  .masonry .infinite-loader {
    position: absolute;
    width: 100%;
    bottom: -4.235801032em; }
  .infinite-loader .spinner {
    left: auto !important;
    right: auto !important;
    margin: 0 auto; }
    .infinite-loader .spinner > div > div {
      width: 1.618em !important; }

.infinite-wrap {
  clear: both; }

/* FILE: starter/content/plugins/jetpack/_related-posts.scss */
div#jp-relatedposts {
  font-size: 1em; }
  .site div#jp-relatedposts {
    padding-top: 1.618em;
    margin: 1.618em 0 0;
    border-top-width: 2px;
    border-top-style: solid;
    border-color: inherit; }
    .site div#jp-relatedposts a::before {
      display: none; }
    .site div#jp-relatedposts .jp-relatedposts-headline,
    .site div#jp-relatedposts h3.jp-relatedposts-headline {
      float: none;
      display: block;
      font-size: 1em; }
      .site div#jp-relatedposts .jp-relatedposts-headline em::before,
      .site div#jp-relatedposts h3.jp-relatedposts-headline em::before {
        display: none; }
    .site div#jp-relatedposts div.jp-relatedposts-items-visual {
      margin: 0; }
      .site div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post-title,
      .site div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
        margin: 0.618em 0 0.382em;
        font-size: 1em; }
    .site div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
      width: 100%;
      padding: 0;
      margin: 1.618em 0 0;
      opacity: 1; }
      .site div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:first-child {
        margin: 0; }
      .site div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img {
        display: none;
        width: 100%; }
        @media (min-width: 672px) {
          .site div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img {
            display: block; } }
      @media (min-width: 672px) {
        .site div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
          width: 32%;
          margin: 0;
          margin-left: 2%; } }
/* FILE: starter/content/plugins/jetpack/_responsive-videos.scss */
.jetpack-video-wrapper {
  margin: 0 0 1.618em; }
  .jetpack-video-wrapper:last-child {
    margin-bottom: 0; }
  .entry-media .jetpack-video-wrapper, .fl-video .jetpack-video-wrapper {
    margin: 0; }

/* FILE: starter/content/plugins/jetpack/_sharing.scss */
div.sharedaddy {
  padding: 1.618em 0 0;
  margin: 1.618em 0 0;
  font-size: 1em;
  border-top-width: 2px;
  border-top-style: solid;
  border-color: inherit; }
  div.sharedaddy .sd-social .sd-button .share-count {
    background: inherit;
    color: inherit;
    border-width: 1px;
    border-style: solid; }
  .site div.sharedaddy .sd-title::before {
    display: none; }
  .site div.sharedaddy .sd-content ul li a.sd-button {
    margin: 0.309em 0.618em;
    margin-left: 0; }
    .site div.sharedaddy .sd-content ul li a.sd-button:not(.no-text) {
      padding: 0.618em 1em;
      line-height: normal;
      border-width: 0;
      border-radius: 0;
      cursor: pointer;
      box-shadow: none; }

.entry-content .sd-content ul {
  margin: 0 !important; }

/* FILE: starter/content/plugins/jetpack/_tiled-gallery.scss */
.tiled-gallery-item {
  overflow: hidden; }

/* FILE: starter/content/plugins/jetpack/_widgets.scss */
.jetpack_subscription_widget form {
  margin-bottom: 0; }

.jetpack_subscription_widget #subscribe-email {
  float: left;
  width: 61.8%;
  padding-right: 0.618em;
  margin-bottom: 0; }
  .jetpack_subscription_widget #subscribe-email input {
    width: 100%;
    padding: 0.618em; }

.jetpack_subscription_widget #subscribe-submit {
  float: right;
  width: 38.2%;
  margin-bottom: 0; }

.widget .widgets-list-layout li {
  margin-bottom: 0; }

.widget .widgets-list-layout .widgets-list-layout-blavatar {
  width: 2.617924em;
  margin-right: 1em; }

.widget .widgets-list-layout-links {
  float: none;
  width: auto; }

/* FILE: main/_main.scss */
/* FILE: main/icons/_icons.scss */
.jetpack-business-hours.jetpack-business-hours::before, .wp-block-jetpack-address::before, .wp-block-jetpack-email::before, .wp-block-jetpack-phone::before, .widget_archive li::before, .widget_categories li::before, .widget_pages li::before, .widget_recent_comments li::before, .widget_recent_entries li::before, .pingback .comment-body::before,
.trackback .comment-body::before, .comment-edit-link::before,
.comment-reply-link::before, .bypostauthor > .comment-body .comment-author::before, .wp-block-file a:first-child::before, .social-links a.back-to-top::before, .menu-search button[aria-expanded]::before, .menu-toggle::before, .post-password-form::before, .site form[role="search"]::before, .site .search-form::before, blockquote::before, .wp-custom-header .wp-custom-header-video-button::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
  speak: none; }

.svgicon {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  top: -0.0625em;
  fill: currentColor;
  vertical-align: middle; }

.svg-fallback {
  display: none; }

.wp-custom-header .wp-custom-header-video-button {
  position: relative;
  display: inline-block;
  width: 1em;
  text-align: left;
  text-indent: -999em; }
  .wp-custom-header .wp-custom-header-video-button::before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    text-indent: 0; }

/* FILE: main/base/_base.scss */
/* FILE: main/base/__extender.scss */
.footer-widgets, .prefooter-widgets, .intro-widgets {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 1.618em;
  padding-bottom: 1.618em;
  margin-left: -1.618rem;
  margin-right: -1.618rem; }
  .footer-widgets .widget, .prefooter-widgets .widget, .intro-widgets .widget {
    position: relative;
    -webkit-flex: 1 1 10em;
            flex: 1 1 10em;
    padding: 1.618em 0;
    margin: 0 1.618rem; }
    @media (min-width: 880px) {
      .footer-widgets .widget, .prefooter-widgets .widget, .intro-widgets .widget {
        -webkit-flex-basis: 0%;
                flex-basis: 0%;
        padding: 2.617924em 0; } }
.entry-author, .site-footer .breadcrumbs-container, .pagination .prev,
.pagination .next, .pagination a:hover, .pagination a:active, .pagination a:focus, .wp-block-file, code,
pre {
  position: relative;
  z-index: 1; }

.entry-author::before, .site-footer .breadcrumbs-container::before, .pagination .prev::before,
.pagination .next::before, .pagination a:hover::before, .pagination a:active::before, .pagination a:focus::before, .wp-block-file::before, code::before,
pre::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: currentColor;
  border-radius: inherit;
  opacity: 0.07;
  z-index: -1; }

/* FILE: main/base/__elements.scss */
a {
  text-decoration: underline; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

ul, ol {
  margin-bottom: 1.618em; }

ul {
  list-style: square; }
  ul li.icon, ul li.icon-bullet {
    position: relative;
    display: list-item;
    list-style: none;
    font-family: inherit;
    line-height: inherit;
    vertical-align: baseline;
    speak: normal; }
    ul li.icon::before, ul li.icon-bullet::before {
      position: absolute;
      left: -1.382em;
      line-height: inherit;
      speak: none; }
    ul li.icon.genericons-neue::before, ul li.icon-bullet.genericons-neue::before {
      font-family: 'Genericons-Neue'; }

blockquote {
  clear: none;
  color: #27221f;
  margin: 1.618em; }
  blockquote:first-child {
    margin-top: 0; }
  blockquote::before {
    color: #690101;
    content: '\f10d';
    float: left;
    margin-right: .25em;
    line-height: .9;
    font-size: 1.618em; }
  blockquote[style*="text-align:left"]::before, blockquote[style*="text-align: left"]::before {
    float: left;
    margin-left: 0;
    margin-right: .25em; }
  blockquote[style*="text-align:right"]::before, blockquote[style*="text-align: right"]::before {
    float: right;
    margin-right: 0;
    margin-left: .25em; }
  blockquote[style*="text-align:center"]::before, blockquote[style*="text-align: center"]::before {
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.382em; }

pre code {
  font-size: 1em; }
  pre code::before {
    display: none; }

hr {
  height: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid; }

hr,
.wp-block-separator {
  margin-top: 2.639514968em;
  margin-bottom: 2.639514968em; }
  @media (min-width: 672px) {
    hr,
    .wp-block-separator {
      margin-top: 3.6478096858em;
      margin-bottom: 3.6478096858em; } }
  hr:first-child,
  .wp-block-separator:first-child {
    margin-top: 0; }
  hr:last-child,
  .wp-block-separator:last-child {
    margin-bottom: 0; }

ins {
  text-decoration: none; }

mark,
ins,
.highlight {
  padding: 0; }

table {
  border-collapse: collapse; }

table,
th, td,
thead th, thead td,
tfoot th, tfoot td {
  border-left-width: 0;
  border-right-width: 0; }

thead {
  border-bottom-width: 2px;
  border-bottom-style: solid; }

th,
tfoot td {
  border-top-width: 1px;
  border-bottom-width: 1px; }

tfoot {
  border-top-width: 2px;
  border-top-style: solid; }

h1:last-child, h2:last-child, h3:last-child, .h1:last-child, .h2:last-child, .h3:last-child, p:last-child, ol:last-child, ul:last-child, blockquote:last-child, figure:last-child, .gallery:last-child, .tiled-gallery:last-child {
  margin-bottom: 0; }

/* FILE: main/base/__performance.scss */
@media (max-width: 879px) {
  .main-navigation-container {
    will-change: transform; } }

@media (max-width: 671px) and (min-height: 448px) {
  .menu-toggle {
    will-change: transform; } }

@media (min-width: 672px) and (max-width: 879px), (max-height: 447px) {
  .is-active .menu-toggle {
    will-change: transform; } }

/* FILE: main/base/__layout.scss */
.site {
  position: relative;
  width: 100%;
  margin: 0 auto; }

@media (min-width: 880px) {
  .site-layout-boxed {
    padding: 30px; } }

.site-layout-boxed .site {
  max-width: 1640px; }

.footer-layout-fullwidth .site-footer .breadcrumbs, .prefooter-layout-fullwidth .site-prefooter-area-inner, .footer-layout-fullwidth .site-footer-area-inner, .breadcrumbs, .site .fl-row-fixed-width, .site-prefooter-area-inner, .site-footer-area-inner, .summary-link-wrap .page-summary-link, .fl-builder .comments-area, .content-layout-no-paddings .comments-area, .content-layout-stretched .comments-area, .list-child-pages-container, .page-template-child-pages:not(.fl-builder) .site-main .entry-content, .post-navigation .nav-links, .site-content-inner, .site-map-footer-inner, .main-navigation-container .menu, .intro-special .intro, .intro-inner, .site-header-row {
  width: 88%;
  margin: 0 auto; }

.fl-row-content, .footer-layout-fullwidth .site-footer .breadcrumbs, .prefooter-layout-fullwidth .site-prefooter-area-inner, .footer-layout-fullwidth .site-footer-area-inner {
  max-width: 1920px; }

/* $content_width */
.breadcrumbs, .site .fl-row-fixed-width, .site-prefooter-area-inner, .site-footer-area-inner, .summary-link-wrap .page-summary-link, .fl-builder .comments-area, .content-layout-no-paddings .comments-area, .content-layout-stretched .comments-area, .list-child-pages-container, .page-template-child-pages:not(.fl-builder) .site-main .entry-content, .post-navigation .nav-links, .site-content-inner, .site-map-footer-inner, .main-navigation-container .menu, .intro-special .intro, .intro-inner, .site-header-row {
  max-width: 1200px; }

/* FILE: main/base/__classes.scss */
.zindex-10,
.z-index-10,
.has-rised-z-index {
  position: relative;
  z-index: 10; }

.background-size-stretch,
.has-stretched-background-size {
  background-size: 100% 100%; }
  .site .background-size-stretch > div, .site .has-stretched-background-size > div {
    background-size: inherit; }

.skip-link-list {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  list-style: none; }
  .skip-link-list-item {
    list-style: inherit;
    white-space: nowrap; }

.inline li,
.inline .widget ul li {
  display: inline-block;
  padding: 0 0.618em;
  border-width: 0;
  border-left-width: 1px;
  border-left-style: solid; }
  .inline li:first-child,
  .inline .widget ul li:first-child {
    border-width: 0; }
  .inline li::before,
  .inline .widget ul li::before {
    display: none; }
  .inline li:hover,
  .inline .widget ul li:hover {
    -webkit-transform: none;
            transform: none; }

.text-columns-3,
.has-3-text-columns, .text-columns-2,
.has-2-text-columns {
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  -webkit-column-width: 12em;
     -moz-column-width: 12em;
          column-width: 12em;
  margin: 1.618em 0; }
  @media (min-width: 672px) {
    .text-columns-3,
    .has-3-text-columns, .text-columns-2,
    .has-2-text-columns {
      margin: 2.617924em 0; } }
  .text-columns-3:first-child,
  .has-3-text-columns:first-child, .text-columns-2:first-child,
  .has-2-text-columns:first-child, h1 + .text-columns-3,
  h1 + .has-3-text-columns, h1 + .text-columns-2,
  h1 + .has-2-text-columns, h2 + .text-columns-3,
  h2 + .has-3-text-columns, h2 + .text-columns-2,
  h2 + .has-2-text-columns, h3 + .text-columns-3,
  h3 + .has-3-text-columns, h3 + .text-columns-2,
  h3 + .has-2-text-columns, h4 + .text-columns-3,
  h4 + .has-3-text-columns, h4 + .text-columns-2,
  h4 + .has-2-text-columns {
    margin-top: 0; }
  .text-columns-3:last-child,
  .has-3-text-columns:last-child, .text-columns-2:last-child,
  .has-2-text-columns:last-child {
    margin-bottom: 0; }
  .text-columns-3 h2,
  .has-3-text-columns h2, .text-columns-2 h2,
  .has-2-text-columns h2,
  .text-columns-3 h3,
  .has-3-text-columns h3,
  .text-columns-2 h3,
  .has-2-text-columns h3 {
    -webkit-column-span: all;
       -moz-column-span: all;
            column-span: all; }
  .text-columns-3 h4,
  .has-3-text-columns h4, .text-columns-2 h4,
  .has-2-text-columns h4,
  .text-columns-3 h5,
  .has-3-text-columns h5,
  .text-columns-2 h5,
  .has-2-text-columns h5,
  .text-columns-3 h6,
  .has-3-text-columns h6,
  .text-columns-2 h6,
  .has-2-text-columns h6 {
    margin: 1em 0 0.618em;
    line-height: inherit;
    text-transform: uppercase;
    letter-spacing: .075em;
    font-size: 1em;
    font-weight: 700; }
  .text-columns-3 p,
  .has-3-text-columns p, .text-columns-2 p,
  .has-2-text-columns p {
    margin: 0; }

.text-columns-2,
.has-2-text-columns {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2; }

.text-columns-3,
.has-3-text-columns {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3; }

.widget-area .set-flex-grow-1 {
  -webkit-flex-grow: 1;
          flex-grow: 1; }

.widget-area .set-flex-grow-2 {
  -webkit-flex-grow: 2;
          flex-grow: 2; }

.widget-area .set-flex-grow-3 {
  -webkit-flex-grow: 3;
          flex-grow: 3; }

.widget-area .set-flex-grow-4 {
  -webkit-flex-grow: 4;
          flex-grow: 4; }

.fullwidth,
.fullwidth .button,
.fullwidth button,
.fullwidth [type="button"],
.fullwidth [type="reset"],
.fullwidth [type="submit"] {
  width: 100%; }

/* FILE: main/base/__player.scss */
.site .wp-playlist {
  background: none;
  border-width: 1px;
  border-style: solid; }

.posts .wp-playlist {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0; }

/* FILE: main/typography/_typography.scss */
.posts .entry.type-case .active, .site .font-body,
.site .has-root-font-family, html {
  font-family: Montserrat, Helvetica Neue, Helvetica, Arial, sans-serif; }

.scsz-item a .scsz-item-title, .cases-list li > a, .tertiary-nav a, .main-navigation, h1, .h1, h2, .h2, h3, .h3, h4, .h4, .posts .entry.type-case .entry-title, .tile-heading, h5, .h5, h6, .h6, .site .font-headings,
.site .font-headings-primary,
.site .has-headings-font-family, blockquote {
  font-family: Libre Baskerville, Georgia, Times, Times New Roman, serif; }

.site-title, .display-4.h1, .display-4.h2, .display-4.h3,
.has-display-4-font-size.h1,
.has-display-4-font-size.h2,
.has-display-4-font-size.h3, h1.display-4, .has-display-4-font-size, h2.display-4, h3.display-4, .display-3.h1, .display-3.h2, .display-3.h3,
.has-display-3-font-size.h1,
.has-display-3-font-size.h2,
.has-display-3-font-size.h3, h1.display-3, .has-display-3-font-size, h2.display-3, h3.display-3, .display-2.h1, .display-2.h2, .display-2.h3,
.has-display-2-font-size.h1,
.has-display-2-font-size.h2,
.has-display-2-font-size.h3, h1.display-2, .has-display-2-font-size, h2.display-2, h3.display-2, .display-1.h1, .display-1.h2, .display-1.h3,
.has-display-1-font-size.h1,
.has-display-1-font-size.h2,
.has-display-1-font-size.h3, h1.display-1, .has-display-1-font-size, h2.display-1, h3.display-1, .site .font-logo,
.site .font-headings-secondary,
.site .has-site-title-font-family {
  font-family: Libre Baskerville, Georgia, Times, Times New Roman, serif;
  text-rendering: auto; }

.widget-recent-entries-list .entry-title, .site .font-inherit,
.site .has-inherited-font-family {
  font-family: inherit; }

@media (min-width: 448px) {
  html {
    font-size: 18px; } }

h3, .h3 {
  font-family: Montserrat, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 0.25em !important; }

/* FILE: main/forms/_forms.scss */
::-webkit-input-placeholder {
  font-weight: 300;
  opacity: .8; }
::-moz-placeholder {
  font-weight: 300;
  opacity: .8; }
:-ms-input-placeholder {
  font-weight: 300;
  opacity: .8; }
::placeholder {
  font-weight: 300;
  opacity: .8; }

input,
select,
textarea {
  border-color: transparent;
  border-bottom-color: currentColor;
  transition: border-color 0.3s; }
  input:focus,
  select:focus,
  textarea:focus {
    border-color: currentColor; }

button,
input,
select,
textarea {
  border-width: 1px; }

textarea:invalid {
  max-height: 2.854em;
  overflow-y: hidden; }

select {
  padding: calc( 0.618em - 2px); }

.site .fullwidth input[type],
.site .fullwidth select,
.site .fullwidth textarea {
  width: 100%;
  max-width: 100%; }

/* FILE: main/forms/__buttons.scss */
.secondary-navigation a, .button, button, [type="button"], [type="reset"], [type="submit"], .child-page .more-link, .main-navigation-container .button > a {
  display: inline-block;
  padding: 0.7639060569em 2em;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 1.618;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.809em;
  letter-spacing: 0.0636666667em;
  border: 0 none;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s; }
  form .secondary-navigation a, .secondary-navigation form a, form .button, form button, form [type="button"], form [type="reset"], form [type="submit"], form .child-page .more-link, .child-page form .more-link, form .main-navigation-container .button > a, .main-navigation-container form .button > a {
    margin-top: 0;
    margin-bottom: 0; }
  div[class*="hover-color-"] .secondary-navigation a, .secondary-navigation div[class*="hover-color-"] a, div[class*="hover-color-"] .button, div[class*="hover-color-"] button, div[class*="hover-color-"] [type="button"], div[class*="hover-color-"] [type="reset"], div[class*="hover-color-"] [type="submit"], div[class*="hover-color-"] .child-page .more-link, .child-page div[class*="hover-color-"] .more-link, div[class*="hover-color-"] .main-navigation-container .button > a, .main-navigation-container div[class*="hover-color-"] .button > a {
    transition: none; }
  .secondary-navigation a:hover, .button:hover, button:hover, [type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover, .child-page .more-link:hover, .main-navigation-container .button > a:hover, .secondary-navigation a:active, .button:active, button:active, [type="button"]:active, [type="reset"]:active, [type="submit"]:active, .child-page .more-link:active, .main-navigation-container .button > a:active, .secondary-navigation a:focus, .button:focus, button:focus, [type="button"]:focus, [type="reset"]:focus, [type="submit"]:focus, .child-page .more-link:focus, .main-navigation-container .button > a:focus {
    text-decoration: none;
    border-color: transparent; }
  .secondary-navigation a:hover, .button:hover, button:hover, [type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover, .child-page .more-link:hover, .main-navigation-container .button > a:hover {
    outline: 0; }
  .secondary-navigation a:focus, .button:focus, button:focus, [type="button"]:focus, [type="reset"]:focus, [type="submit"]:focus, .child-page .more-link:focus, .main-navigation-container .button > a:focus {
    outline: thin dashed; }
  .secondary-navigation a:active, .button:active, button:active, [type="button"]:active, [type="reset"]:active, [type="submit"]:active, .child-page .more-link:active, .main-navigation-container .button > a:active {
    outline: 0;
    opacity: .9; }
  .secondary-navigation a:disabled, .button:disabled, button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled, .child-page .more-link:disabled, .main-navigation-container .button > a:disabled {
    background: none;
    color: inherit;
    box-shadow: none;
    opacity: .5;
    cursor: not-allowed; }

/* FILE: main/forms/__search.scss */
.site form[role="search"]::before, .site .search-form::before {
  content: '\f002';
  position: absolute;
  width: 2.617924rem;
  height: 100%;
  right: 0;
  top: -.05em;
  margin: -2px 0;
  text-align: center;
  font-size: 1.618rem;
  z-index: 1; }

.site form[role="search"] label, .site .search-form label {
  font-size: 1em; }

form[role="search"] label,
.search-form label {
  display: block;
  padding: 0; }

form[role="search"] input[type="search"],
form[role="search"] .search-field,
.search-form input[type="search"],
.search-form .search-field {
  padding-right: 2.617924rem; }

.search-results.no-widgets-sidebar .site-main form[role="search"], .search-results.no-widgets-sidebar .site-main .search-form {
  max-width: 36em;
  margin-left: auto;
  margin-right: auto; }

.site form[role="search"] [type="submit"], .site form[role="search"] [type="submit"]:hover, .site form[role="search"] [type="submit"]:focus, .site form[role="search"] [type="submit"]:active,
.site form[role="search"] .search-submit,
.site form[role="search"] .search-submit:hover,
.site form[role="search"] .search-submit:focus,
.site form[role="search"] .search-submit:active, .site .search-form [type="submit"], .site .search-form [type="submit"]:hover, .site .search-form [type="submit"]:focus, .site .search-form [type="submit"]:active,
.site .search-form .search-submit,
.site .search-form .search-submit:hover,
.site .search-form .search-submit:focus,
.site .search-form .search-submit:active, .site .fl-builder-content .fl-module form[role="search"] [type="submit"], .site .fl-builder-content .fl-module form[role="search"] [type="submit"]:hover, .site .fl-builder-content .fl-module form[role="search"] [type="submit"]:focus, .site .fl-builder-content .fl-module form[role="search"] [type="submit"]:active, .site .fl-builder-content .fl-module .search-form [type="submit"], .site .fl-builder-content .fl-module .search-form [type="submit"]:hover, .site .fl-builder-content .fl-module .search-form [type="submit"]:focus, .site .fl-builder-content .fl-module .search-form [type="submit"]:active {
  position: absolute;
  width: 2.617924rem;
  height: 100%;
  right: 0;
  top: 0;
  padding: 0;
  text-indent: -999em;
  background: none;
  color: inherit;
  border-width: 0;
  box-shadow: none;
  overflow: hidden;
  z-index: 2; }

/* FILE: main/forms/__post-password.scss */
.post-password-form::before {
  content: '\f023';
  display: block;
  margin-bottom: 1rem;
  line-height: 1;
  font-size: 4.235801032em;
  vertical-align: top; }

/* FILE: main/forms/__comment.scss */
.comment-form p {
  margin-bottom: 1.618em; }
  .comment-form p:last-child {
    margin-bottom: 0; }

.comment-form .form-submit {
  margin-top: 2.617924em; }

.comment-form ::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: .809em;
  opacity: 1; }

.comment-form ::-moz-placeholder {
  text-transform: uppercase;
  font-size: .809em;
  opacity: 1; }

.comment-form :-ms-input-placeholder {
  text-transform: uppercase;
  font-size: .809em;
  opacity: 1; }

.comment-form ::placeholder {
  text-transform: uppercase;
  font-size: .809em;
  opacity: 1; }

/* FILE: main/headings/_headings.scss */
/* FILE: main/headings/__base.scss */
h1.h2,
h1.h3,
h1.display-1,
h1.display-2,
h1.display-3,
h1.display-4,
h1.has-display-1-font-size,
h1.has-display-2-font-size,
h1.has-display-3-font-size,
h1.has-display-4-font-size {
  font-style: inherit; }

h1.weight-100, h1.has-100-font-weight, .site h1.weight-100, .h1.weight-100, .h1.has-100-font-weight, h2.weight-100, h2.has-100-font-weight, .site h2.weight-100, .h2.weight-100, .h2.has-100-font-weight, h3.weight-100, h3.has-100-font-weight, .site h3.weight-100, .h3.weight-100, .h3.has-100-font-weight, h4.weight-100, h4.has-100-font-weight, .site h4.weight-100, .h4.weight-100, .posts .entry.type-case .weight-100.entry-title, .weight-100.tile-heading, .h4.has-100-font-weight, .posts .entry.type-case .has-100-font-weight.entry-title, .has-100-font-weight.tile-heading, h5.weight-100, h5.has-100-font-weight, .site h5.weight-100, .h5.weight-100, .h5.has-100-font-weight, h6.weight-100, h6.has-100-font-weight, .site h6.weight-100, .h6.weight-100, .h6.has-100-font-weight {
  font-weight: 100; }

h1.weight-200, h1.has-200-font-weight, .site h1.weight-200, .h1.weight-200, .h1.has-200-font-weight, h2.weight-200, h2.has-200-font-weight, .site h2.weight-200, .h2.weight-200, .h2.has-200-font-weight, h3.weight-200, h3.has-200-font-weight, .site h3.weight-200, .h3.weight-200, .h3.has-200-font-weight, h4.weight-200, h4.has-200-font-weight, .site h4.weight-200, .h4.weight-200, .posts .entry.type-case .weight-200.entry-title, .weight-200.tile-heading, .h4.has-200-font-weight, .posts .entry.type-case .has-200-font-weight.entry-title, .has-200-font-weight.tile-heading, h5.weight-200, h5.has-200-font-weight, .site h5.weight-200, .h5.weight-200, .h5.has-200-font-weight, h6.weight-200, h6.has-200-font-weight, .site h6.weight-200, .h6.weight-200, .h6.has-200-font-weight {
  font-weight: 200; }

h1.weight-300, h1.has-300-font-weight, .site h1.weight-300, .h1.weight-300, .h1.has-300-font-weight, h2.weight-300, h2.has-300-font-weight, .site h2.weight-300, .h2.weight-300, .h2.has-300-font-weight, h3.weight-300, h3.has-300-font-weight, .site h3.weight-300, .h3.weight-300, .h3.has-300-font-weight, h4.weight-300, h4.has-300-font-weight, .site h4.weight-300, .h4.weight-300, .posts .entry.type-case .weight-300.entry-title, .weight-300.tile-heading, .h4.has-300-font-weight, .posts .entry.type-case .has-300-font-weight.entry-title, .has-300-font-weight.tile-heading, h5.weight-300, h5.has-300-font-weight, .site h5.weight-300, .h5.weight-300, .h5.has-300-font-weight, h6.weight-300, h6.has-300-font-weight, .site h6.weight-300, .h6.weight-300, .h6.has-300-font-weight {
  font-weight: 300; }

h1.weight-400, h1.has-400-font-weight, .site h1.weight-400, .h1.weight-400, .h1.has-400-font-weight, h2.weight-400, h2.has-400-font-weight, .site h2.weight-400, .h2.weight-400, .h2.has-400-font-weight, h3.weight-400, h3.has-400-font-weight, .site h3.weight-400, .h3.weight-400, .h3.has-400-font-weight, h4.weight-400, h4.has-400-font-weight, .site h4.weight-400, .h4.weight-400, .posts .entry.type-case .weight-400.entry-title, .weight-400.tile-heading, .h4.has-400-font-weight, .posts .entry.type-case .has-400-font-weight.entry-title, .has-400-font-weight.tile-heading, h5.weight-400, h5.has-400-font-weight, .site h5.weight-400, .h5.weight-400, .h5.has-400-font-weight, h6.weight-400, h6.has-400-font-weight, .site h6.weight-400, .h6.weight-400, .h6.has-400-font-weight {
  font-weight: 400; }

h1.weight-500, h1.has-500-font-weight, .site h1.weight-500, .h1.weight-500, .h1.has-500-font-weight, h2.weight-500, h2.has-500-font-weight, .site h2.weight-500, .h2.weight-500, .h2.has-500-font-weight, h3.weight-500, h3.has-500-font-weight, .site h3.weight-500, .h3.weight-500, .h3.has-500-font-weight, h4.weight-500, h4.has-500-font-weight, .site h4.weight-500, .h4.weight-500, .posts .entry.type-case .weight-500.entry-title, .weight-500.tile-heading, .h4.has-500-font-weight, .posts .entry.type-case .has-500-font-weight.entry-title, .has-500-font-weight.tile-heading, h5.weight-500, h5.has-500-font-weight, .site h5.weight-500, .h5.weight-500, .h5.has-500-font-weight, h6.weight-500, h6.has-500-font-weight, .site h6.weight-500, .h6.weight-500, .h6.has-500-font-weight {
  font-weight: 500; }

h1.weight-600, h1.has-600-font-weight, .site h1.weight-600, .h1.weight-600, .h1.has-600-font-weight, h2.weight-600, h2.has-600-font-weight, .site h2.weight-600, .h2.weight-600, .h2.has-600-font-weight, h3.weight-600, h3.has-600-font-weight, .site h3.weight-600, .h3.weight-600, .h3.has-600-font-weight, h4.weight-600, h4.has-600-font-weight, .site h4.weight-600, .h4.weight-600, .posts .entry.type-case .weight-600.entry-title, .weight-600.tile-heading, .h4.has-600-font-weight, .posts .entry.type-case .has-600-font-weight.entry-title, .has-600-font-weight.tile-heading, h5.weight-600, h5.has-600-font-weight, .site h5.weight-600, .h5.weight-600, .h5.has-600-font-weight, h6.weight-600, h6.has-600-font-weight, .site h6.weight-600, .h6.weight-600, .h6.has-600-font-weight {
  font-weight: 600; }

h1.weight-700, h1.has-700-font-weight, .site h1.weight-700, .h1.weight-700, .h1.has-700-font-weight, h2.weight-700, h2.has-700-font-weight, .site h2.weight-700, .h2.weight-700, .h2.has-700-font-weight, h3.weight-700, h3.has-700-font-weight, .site h3.weight-700, .h3.weight-700, .h3.has-700-font-weight, h4.weight-700, h4.has-700-font-weight, .site h4.weight-700, .h4.weight-700, .posts .entry.type-case .weight-700.entry-title, .weight-700.tile-heading, .h4.has-700-font-weight, .posts .entry.type-case .has-700-font-weight.entry-title, .has-700-font-weight.tile-heading, h5.weight-700, h5.has-700-font-weight, .site h5.weight-700, .h5.weight-700, .h5.has-700-font-weight, h6.weight-700, h6.has-700-font-weight, .site h6.weight-700, .h6.weight-700, .h6.has-700-font-weight {
  font-weight: 700; }

h1.weight-800, h1.has-800-font-weight, .site h1.weight-800, .h1.weight-800, .h1.has-800-font-weight, h2.weight-800, h2.has-800-font-weight, .site h2.weight-800, .h2.weight-800, .h2.has-800-font-weight, h3.weight-800, h3.has-800-font-weight, .site h3.weight-800, .h3.weight-800, .h3.has-800-font-weight, h4.weight-800, h4.has-800-font-weight, .site h4.weight-800, .h4.weight-800, .posts .entry.type-case .weight-800.entry-title, .weight-800.tile-heading, .h4.has-800-font-weight, .posts .entry.type-case .has-800-font-weight.entry-title, .has-800-font-weight.tile-heading, h5.weight-800, h5.has-800-font-weight, .site h5.weight-800, .h5.weight-800, .h5.has-800-font-weight, h6.weight-800, h6.has-800-font-weight, .site h6.weight-800, .h6.weight-800, .h6.has-800-font-weight {
  font-weight: 800; }

h1.weight-900, h1.has-900-font-weight, .site h1.weight-900, .h1.weight-900, .h1.has-900-font-weight, h2.weight-900, h2.has-900-font-weight, .site h2.weight-900, .h2.weight-900, .h2.has-900-font-weight, h3.weight-900, h3.has-900-font-weight, .site h3.weight-900, .h3.weight-900, .h3.has-900-font-weight, h4.weight-900, h4.has-900-font-weight, .site h4.weight-900, .h4.weight-900, .posts .entry.type-case .weight-900.entry-title, .weight-900.tile-heading, .h4.has-900-font-weight, .posts .entry.type-case .has-900-font-weight.entry-title, .has-900-font-weight.tile-heading, h5.weight-900, h5.has-900-font-weight, .site h5.weight-900, .h5.weight-900, .h5.has-900-font-weight, h6.weight-900, h6.has-900-font-weight, .site h6.weight-900, .h6.weight-900, .h6.has-900-font-weight {
  font-weight: 900; }

h1, .h1 {
  font-size: 2.117962em;
  line-height: 1.191;
  margin-top: 0.6630870894em;
  margin-bottom: 0.518916062em; }

h2, .h2 {
  font-size: 1.664922em;
  line-height: 1.191;
  margin-top: 1.1676005831em;
  margin-bottom: 0.6601177115em; }

h3, .h3 {
  font-size: 1.308962em;
  line-height: 1.382;
  margin-top: 0.618em;
  margin-bottom: 0.7235890014em; }

h4, .h4, .posts .entry.type-case .entry-title, .tile-heading, h3, .h3 {
  font-size: 1.029048em;
  line-height: 1.382;
  margin-top: 1.1620251572em;
  margin-bottom: 0.9204143116em; }

h5, .h5 {
  font-size: 1em;
  line-height: 1.618;
  margin-top: 0.618em;
  margin-bottom: 0.618em; }

h6, .h6 {
  font-size: 1em;
  line-height: 1.618;
  margin-top: 0.618em;
  margin-bottom: 0.618em; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .posts .entry.type-case .entry-title, .tile-heading, h5, .h5, h6, .h6 {
  padding: 0;
  text-rendering: optimizeLegibility; }
  h1:first-child, .screen-reader-text + h1, .comments-title .add-comment-link + h1, .footer-menu a[href*='twitter.com'] span + h1, .footer-menu a[href*='facebook.com'] span + h1, .h1:first-child, .screen-reader-text + .h1, .comments-title .add-comment-link + .h1, .footer-menu a[href*='twitter.com'] span + .h1, .footer-menu a[href*='facebook.com'] span + .h1, h2:first-child, .screen-reader-text + h2, .comments-title .add-comment-link + h2, .footer-menu a[href*='twitter.com'] span + h2, .footer-menu a[href*='facebook.com'] span + h2, .h2:first-child, .screen-reader-text + .h2, .comments-title .add-comment-link + .h2, .footer-menu a[href*='twitter.com'] span + .h2, .footer-menu a[href*='facebook.com'] span + .h2, h3:first-child, .screen-reader-text + h3, .comments-title .add-comment-link + h3, .footer-menu a[href*='twitter.com'] span + h3, .footer-menu a[href*='facebook.com'] span + h3, .h3:first-child, .screen-reader-text + .h3, .comments-title .add-comment-link + .h3, .footer-menu a[href*='twitter.com'] span + .h3, .footer-menu a[href*='facebook.com'] span + .h3, h4:first-child, .screen-reader-text + h4, .comments-title .add-comment-link + h4, .footer-menu a[href*='twitter.com'] span + h4, .footer-menu a[href*='facebook.com'] span + h4, .h4:first-child, .posts .entry.type-case .entry-title:first-child, .tile-heading:first-child, .screen-reader-text + .h4, .posts .entry.type-case .screen-reader-text + .entry-title, .comments-title .add-comment-link + .h4, .comments-title .posts .entry.type-case .add-comment-link + .entry-title, .posts .entry.type-case .comments-title .add-comment-link + .entry-title, .screen-reader-text + .tile-heading, .comments-title .add-comment-link + .tile-heading, .footer-menu a[href*='twitter.com'] span + .h4, .footer-menu a[href*='twitter.com'] .posts .entry.type-case span + .entry-title, .posts .entry.type-case .footer-menu a[href*='twitter.com'] span + .entry-title, .footer-menu a[href*='twitter.com'] span + .tile-heading, .footer-menu a[href*='facebook.com'] span + .h4, .footer-menu a[href*='facebook.com'] .posts .entry.type-case span + .entry-title, .posts .entry.type-case .footer-menu a[href*='facebook.com'] span + .entry-title, .footer-menu a[href*='facebook.com'] span + .tile-heading, h5:first-child, .screen-reader-text + h5, .comments-title .add-comment-link + h5, .footer-menu a[href*='twitter.com'] span + h5, .footer-menu a[href*='facebook.com'] span + h5, .h5:first-child, .screen-reader-text + .h5, .comments-title .add-comment-link + .h5, .footer-menu a[href*='twitter.com'] span + .h5, .footer-menu a[href*='facebook.com'] span + .h5, h6:first-child, .screen-reader-text + h6, .comments-title .add-comment-link + h6, .footer-menu a[href*='twitter.com'] span + h6, .footer-menu a[href*='facebook.com'] span + h6, .h6:first-child, .screen-reader-text + .h6, .comments-title .add-comment-link + .h6, .footer-menu a[href*='twitter.com'] span + .h6, .footer-menu a[href*='facebook.com'] span + .h6 {
    margin-top: 0; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, .posts .entry.type-case .entry-title a, .tile-heading a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none;
    color: inherit; }

@media (min-width: 672px) {
  h1, .h1 {
    font-size: 2.618em;
    line-height: 1.191;
    margin-top: 0.6630870894em;
    margin-bottom: 0.518916062em; }
  h2, .h2 {
    font-size: 2.058em;
    line-height: 1.191;
    margin-top: 1.1676005831em;
    margin-bottom: 0.6601177115em; }
  h3, .h3 {
    font-size: 1.618em;
    line-height: 1.382;
    margin-top: 0.618em;
    margin-bottom: 0.7235890014em; }
  h4, .h4, .posts .entry.type-case .entry-title, .tile-heading, h3, .h3 {
    font-size: 1.272em;
    line-height: 1.382;
    margin-top: 1.1620251572em;
    margin-bottom: 0.9204143116em; }
  h5, .h5 {
    font-size: 1em;
    line-height: 1.618;
    margin-top: 0.618em;
    margin-bottom: 0.618em; }
  h6, .h6 {
    font-size: 1em;
    line-height: 1.618;
    margin-top: 0.618em;
    margin-bottom: 0.618em; } }

h1.screen-reader-text, .comments-title h1.add-comment-link,
h2.screen-reader-text,
.comments-title h2.add-comment-link,
h3.screen-reader-text,
.comments-title h3.add-comment-link,
h4.screen-reader-text,
.comments-title h4.add-comment-link {
  color: inherit; }

/* FILE: main/headings/__entry-header.scss */
.entry-header {
  margin-bottom: 2.617924rem; }
  @media (min-width: 880px) {
    .entry-header {
      margin-bottom: 3.6478096858rem; } }
  .posts .entry-header {
    margin-bottom: 1.618em; }

.entry-title,
.page-title {
  padding: 0;
  margin: 0 0 2.617924rem; }
  .entry-title small,
  .page-title small {
    display: block;
    margin-top: 0.382rem; }
    @media (min-width: 672px) {
      .entry-title small,
      .page-title small {
        display: inline-block;
        margin-top: 1em;
        margin-left: 0.382rem;
        font-size: 0.5em;
        vertical-align: top; } }
/* FILE: main/headings/__widget-title.scss */
.widget-title-style .widgettitle, .widget-title {
  margin: 0 0 1.618rem;
  font-size: 1.272rem; }
  .widget-title-style .widgettitle a, .widget-title a {
    font-weight: inherit;
    text-decoration: none; }

.hide-widget-title .widget-title,
.hide-widget-title .widgettitle {
  display: none; }

/* FILE: main/headings/__display-size.scss */
.display-4,
.has-display-4-font-size, .display-3,
.has-display-3-font-size, .display-2,
.has-display-2-font-size, .display-1,
.has-display-1-font-size {
  margin-top: 1.618rem;
  margin-bottom: 1.618rem; }
  .display-4:first-child,
  .has-display-4-font-size:first-child, .display-3:first-child,
  .has-display-3-font-size:first-child, .display-2:first-child,
  .has-display-2-font-size:first-child, .display-1:first-child,
  .has-display-1-font-size:first-child {
    margin-top: 0; }
  .display-4:last-child,
  .has-display-4-font-size:last-child, .display-3:last-child,
  .has-display-3-font-size:last-child, .display-2:last-child,
  .has-display-2-font-size:last-child, .display-1:last-child,
  .has-display-1-font-size:last-child {
    margin-bottom: 0; }

.display-1,
.has-display-1-font-size {
  font-size: 2.117962em;
  line-height: 1.33425; }
  @media (min-width: 880px) {
    .display-1,
    .has-display-1-font-size {
      font-size: 2.618em; } }
.display-2,
.has-display-2-font-size {
  font-size: 2.3752415em;
  line-height: 1.23875; }
  @media (min-width: 880px) {
    .display-2,
    .has-display-2-font-size {
      font-size: 3.329em; } }
.display-3,
.has-display-3-font-size {
  font-size: 2.88754em;
  line-height: 1.2069166667; }
  @media (min-width: 880px) {
    .display-3,
    .has-display-3-font-size {
      font-size: 4.236em; } }
.display-4,
.has-display-4-font-size {
  font-size: 3.58639525em;
  line-height: 1.191; }
  @media (min-width: 880px) {
    .display-4,
    .has-display-4-font-size {
      font-size: 5.387em; } }
/* FILE: main/header/_header.scss */
.site-header {
  border-top: 1rem solid #690101;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column; }
  .site-header > div {
    -webkit-flex: 0 1 auto;
            flex: 0 1 auto; }
  .site-header-content {
    border-bottom-width: 1px;
    border-bottom-style: solid; }
  .site-header-inner {
    -webkit-align-items: stretch;
            align-items: stretch;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative; }
    .site-header-inner > div,
    .site-header-inner > nav {
      -webkit-flex: 0 1 auto;
              flex: 0 1 auto; }
  .site-header-row {
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 2.617924rem 0 2.617924rem; }
    @media (min-width: 880px) {
      .site-header-row {
        -webkit-align-items: flex-start;
                align-items: flex-start;
        -webkit-flex-direction: row;
                flex-direction: row; } }
/* FILE: main/header/__branding.scss */
.site-title, .site-branding a, .site-branding a:hover, .site-branding a:focus, .site-branding a:active {
  text-decoration: none;
  color: inherit; }

.site-branding {
  line-height: inherit;
  max-width: 524px;
  color: inherit; }
  .site-branding-text {
    display: inline-block;
    vertical-align: middle; }
    .site-title-hidden .site-branding-text {
      display: none; }

.site-title {
  margin: 0;
  line-height: inherit; }
  .site-title.type-img {
    font-family: sans-serif; }

.site-description {
  text-transform: uppercase;
  opacity: .8; }

.custom-logo {
  display: inline-block;
  width: auto;
  margin-right: 1em;
  vertical-align: middle; }
  .site-title-hidden .custom-logo {
    margin-right: 0; }

/* FILE: main/header/__intro.scss */
.intro-container {
  position: relative;
  margin: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  z-index: 0; }

.intro-media.has-header-video {
  position: relative;
  height: 33vh;
  overflow: hidden; }
  @media (min-width: 880px) {
    .intro-media.has-header-video {
      height: 66vh; } }
.paged .intro-media {
  display: none; }

@media (max-width: 671px) {
  .intro-media {
    overflow: hidden; }
    .site .intro-media img {
      position: relative;
      width: auto;
      height: auto;
      max-width: none;
      max-height: 16em;
      max-height: 38vh;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }

.intro-inner {
  padding: 3.09rem 0; }
  @media (min-width: 1280px) {
    .intro-inner {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
.intro-title {
  line-height: 1.191;
  font-weight: 700;
  margin: 0; }
  .intro-title a {
    display: inline-block;
    color: inherit; }
  @media (min-width: 1280px) {
    .intro-title.has-page-summary {
      float: left;
      width: 61.944%; } }
  .intro-title-tagline {
    display: block;
    font-size: 0.618em; }

.page-summary {
  margin-top: 1.618em;
  max-width: 36em; }
  .page-summary p {
    margin-bottom: 1em; }
    .page-summary p:last-child {
      margin-bottom: 0; }
  .page-summary + p {
    margin-top: 2em; }

.wp-custom-header {
  position: relative;
  overflow: hidden; }
  .wp-custom-header img {
    width: 100%; }
  .wp-custom-header .wp-custom-header-video-button {
    position: absolute;
    width: 2em;
    height: 2em;
    right: 1em;
    top: 50%;
    margin: -1em 0;
    line-height: 2;
    padding: 0;
    font-size: 1.382em;
    background-color: #111;
    color: #fff;
    border: 1px solid;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: none;
    opacity: .33;
    z-index: 10; }
    .wp-custom-header .wp-custom-header-video-button:hover, .wp-custom-header .wp-custom-header-video-button:active, .wp-custom-header .wp-custom-header-video-button:focus {
      opacity: .66; }
  .wp-custom-header .wp-custom-header-video-play::before {
    content: '\f04c'; }
  .wp-custom-header .wp-custom-header-video-pause::before {
    content: '\f04b'; }
  .has-header-video .wp-custom-header {
    position: absolute;
    width: 100%;
    top: 50%;
    padding-bottom: 75%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.intro-special {
  position: relative;
  padding: 12% 0;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden; }
  .intro-special .wp-custom-header::before,
  .intro-special .intro-media {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .intro-special .wp-custom-header {
    height: 100%; }
    .intro-special .wp-custom-header::before {
      background-color: transparent !important;
      opacity: 1 !important;
      background: linear-gradient(to right, rgba(220, 213, 195, 0.8) 50%, rgba(220, 213, 195, 0) 100%);
      content: '';
      z-index: 5; }
  .intro-special .intro {
    position: relative;
    z-index: 10; }
    @media (min-width: 1280px) {
      .intro-special .intro {
        font-size: 1.191em; } }
    .intro-special .intro-media img {
      display: none; }
    .intro-special .intro-inner {
      width: auto;
      max-width: 36rem;
      padding: 0;
      margin: 0; }
    .intro-special .intro-title,
    .intro-special .intro .page-summary {
      float: none;
      width: 100%; }
    .intro-special .intro-title {
      font-size: 2.639514968em; }
      @media (min-width: 1280px) {
        .intro-special .intro-title {
          font-size: 3.6478096858em; } }
    .intro-special .intro .entry-subtitle {
      font-weight: inherit;
      margin-top: 0; }
    .intro-special .intro .page-summary {
      margin-top: 2.617924em; }
  .project-template-default .intro-special .intro-title, .page-template-hero .intro-special .intro-title, .tax-cases-categories .intro-special .intro-title {
    font-size: 1.191em; }
    .project-template-default .intro-special .intro-title:after, .page-template-hero .intro-special .intro-title:after, .tax-cases-categories .intro-special .intro-title:after {
      border-bottom: 2px solid #726b59;
      content: '';
      display: block;
      margin-top: 1.382rem;
      width: 25%; }
  .project-template-default .intro-special .intro .page-summary, .page-template-hero .intro-special .intro .page-summary, .tax-cases-categories .intro-special .intro .page-summary {
    font-size: 2.639514968em;
    margin-top: 1.382rem; }
    @media (min-width: 1280px) {
      .project-template-default .intro-special .intro .page-summary, .page-template-hero .intro-special .intro .page-summary, .tax-cases-categories .intro-special .intro .page-summary {
        font-size: 3.6478096858em; } }
.intro-tax-archive .intro-title.has-page-summary,
.intro-child-page .intro-title.has-page-summary {
  font-size: 1.191em; }
  .intro-tax-archive .intro-title.has-page-summary:after,
  .intro-child-page .intro-title.has-page-summary:after {
    border-bottom: 2px solid #726b59;
    content: '';
    display: block;
    margin-top: 1.382rem;
    width: 25%; }
  @media (min-width: 1280px) {
    .intro-tax-archive .intro-title.has-page-summary,
    .intro-child-page .intro-title.has-page-summary {
      float: none; } }
.intro-tax-archive .page-summary,
.intro-child-page .page-summary {
  float: none;
  font-size: 2.639514968em;
  margin-top: 1.382rem;
  width: 100%; }
  @media (min-width: 1280px) {
    .intro-tax-archive .page-summary,
    .intro-child-page .page-summary {
      font-size: 3.6478096858em;
      width: 50%; } }
/* FILE: main/menu/_menu.scss */
.menu-item-description {
  display: block;
  max-width: 20em;
  margin-top: 0.382em;
  white-space: normal;
  opacity: .8; }

/* FILE: main/menu/_menu-primary.scss */
.main-navigation {
  background: #690101;
  padding: 5px 0;
  text-align: center;
  width: 100%;
  z-index: 99; }
  @media (min-width: 880px) {
    .main-navigation {
      -webkit-align-self: center;
                  -ms-grid-row-align: center;
              align-self: center;
      text-align: left; } }
  .main-navigation-container {
    border-bottom: 1px solid #dac0c0;
    border-top: 1px solid #dac0c0;
    padding: 0.5rem 0 0 0; }
    .main-navigation-container:after {
      clear: both;
      content: '';
      display: table; }
    .main-navigation-container .menu {
      margin-top: 1.618rem; }
      @media (min-width: 672px) {
        .main-navigation-container .menu {
          margin-top: 0; } }
    .main-navigation-container ul {
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: left; }
    @media (min-width: 880px) {
      .main-navigation-container ul.menu-primary {
        display: -webkit-flex;
        display: flex;
        font-size: 0.833rem;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-between;
                justify-content: space-between; }
        .main-navigation-container ul.menu-primary > li:first-child a {
          padding-left: 0; }
        .main-navigation-container ul.menu-primary > li:last-child a {
          padding-right: 0; } }
    @media (min-width: 1280px) {
      .main-navigation-container ul.menu-primary {
        font-size: 18px; } }
    .main-navigation-container li {
      position: relative;
      padding: 0;
      margin: 0; }
      @media (min-width: 880px) {
        .main-navigation-container li {
          float: left;
          white-space: nowrap; } }
    .main-navigation-container a {
      display: block;
      position: relative;
      max-width: 100%;
      padding: 0.618rem 0.382rem;
      text-decoration: none;
      border: 0 solid transparent;
      transition: border-color 0.3s; }
      .main-navigation-container a:not(.button) {
        color: #ffffff; }
      .main-navigation-container a:hover, .main-navigation-container a:active, .main-navigation-container a:focus {
        border-color: currentColor;
        color: #dcd5c3; }
    @media (min-width: 880px) {
      .main-navigation-container .menu:hover .current-menu-item > a, .main-navigation-container .menu:hover .current-menu-ancestor > a {
        border-color: inherit; } }
    .main-navigation-container .menu .current-menu-item > a,
    .main-navigation-container .menu .current-menu-item > a:hover {
      border-color: currentColor; }
    .main-navigation-container .current-menu-item > a {
      position: relative;
      border-color: currentColor;
      z-index: 10; }
    @media (min-width: 880px) {
      .main-navigation-container .focus > a,
      .main-navigation-container .current-menu-ancestor > a {
        position: relative;
        border-color: currentColor;
        z-index: 10; } }
    .main-navigation-container .icon {
      margin-right: 0.382em; }

/* FILE: main/menu/_menu-primary-mobile.scss */
@media (max-width: 879px) {
  .has-navigation-mobile .main-navigation-container {
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1.382em;
    overflow-y: auto;
    z-index: 995;
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: visibility 0s linear 0.3s, opacity 0.3s, transform 0.3s;
    transition: visibility 0s linear 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; }
    .has-navigation-mobile .is-active .main-navigation-container {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
      transition: visibility 0s linear 0s, opacity 0.3s, -webkit-transform 0.3s;
      transition: visibility 0s linear 0s, opacity 0.3s, transform 0.3s;
      transition: visibility 0s linear 0s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; }
    .has-navigation-mobile .main-navigation-container .menu {
      position: relative;
      height: 100%; }
      .has-navigation-mobile .main-navigation-container .menu > ul {
        max-width: 448px;
        padding: 4.235801032rem 1.618rem 5.853801032rem;
        margin-left: auto;
        margin-right: auto; }
        .has-navigation-mobile .main-navigation-container .menu > ul > li:nth-last-child(2) {
          border-bottom-width: 1px;
          border-bottom-style: solid; }
    .has-navigation-mobile .main-navigation-container li {
      border-top-width: 1px;
      border-top-style: solid; } }

@media (max-width: 671px) {
  .has-navigation-mobile .main-navigation-container {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%; } }

@media (max-width: 879px) {
  body:not(.has-navigation-mobile) .main-navigation-container .menu {
    margin-top: 0; }
  body:not(.has-navigation-mobile) .main-navigation-container li {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-right: 0.618rem; }
  body:not(.has-navigation-mobile) .main-navigation-container a {
    border-left-width: 0;
    border-top-width: 2px; }
  body:not(.has-navigation-mobile) .site-header-inner > nav + nav {
    margin-top: 0; } }

.mobile-search-form {
  max-width: 448px;
  padding: 0 1.618rem;
  margin: 4.235801032em auto 0; }
  @media (min-width: 880px) {
    .mobile-search-form {
      display: none; } }
@media (max-width: 671px) and (min-height: 448px) {
  .has-navigation-mobile .site-footer > div:last-child {
    margin-bottom: 3.618rem; } }

@-webkit-keyframes comeInFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  33% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes comeInFromBottom {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  33% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@media (max-width: 671px) and (min-height: 448px) {
  .menu-toggle {
    position: fixed;
    width: 100%;
    height: 4.618rem;
    left: 0;
    bottom: -1rem;
    padding: 0 1.618em 0.618em;
    margin: 0;
    line-height: 1.382;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    border: 0;
    z-index: 999;
    box-shadow: 0 -2px 1.618rem rgba(0, 0, 0, 0.2);
    opacity: 1;
    -webkit-animation: comeInFromBottom 1s;
            animation: comeInFromBottom 1s; } }

.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
  opacity: 1; }

@media (min-width: 672px) and (max-width: 879px), (max-height: 447px) {
  .menu-toggle {
    margin-right: 1.618rem; }
    .is-active .menu-toggle {
      display: inline-block;
      position: fixed;
      width: 3rem;
      right: 0;
      top: 0;
      padding: 0;
      margin-top: 1.618rem;
      line-height: 3rem;
      text-align: left;
      text-indent: -999em;
      border-width: 0;
      z-index: 999; }
      .is-active .menu-toggle::before {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        text-align: center;
        text-indent: 0; }
      .admin-bar .is-active .menu-toggle {
        top: 46px; } }

@media (min-width: 880px) {
  .menu-toggle {
    display: none; } }

.menu-toggle::before {
  content: '\f0c9';
  margin-right: 0.618em; }
  .is-active .menu-toggle::before {
    content: '\f00d'; }

@media (min-width: 880px) {
  .menu-toggle-skip-link-container {
    display: none; } }

/* FILE: main/menu/_menu-primary-top-level.scss */
@media (min-width: 880px) {
  .main-navigation-container .menu > ul > li {
    margin-left: 0.618rem/2; }
    .main-navigation-container .menu > ul > li > a {
      border-left-width: 0; } }

/* FILE: main/menu/_menu-primary-search.scss */
.menu-search {
  display: none; }
  @media (min-width: 880px) {
    .menu-search {
      display: block; } }
  .menu-search button[aria-expanded] {
    background: transparent;
    color: #ffffff;
    font-size: 1rem;
    padding: 0.618rem 0.382rem; }
    .menu-search button[aria-expanded]::before {
      content: '\f002'; }
  .menu-search .menu-search-form {
    background: #690101;
    color: #ffffff;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0 0.382em 1em rgba(0, 0, 0, 0.25);
    margin: 0 -2rem;
    min-width: 100%;
    min-width: calc(100% + 6.472rem);
    opacity: 0;
    padding: 0.382rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    z-index: 9; }
    @media (min-width: 1280px) {
      .menu-search .menu-search-form {
        transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: transform 0.5s, opacity 0.5s;
        transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s; } }
  @media (min-width: 880px) {
    .no-js .menu-search:hover .menu-search-form, .menu-search.focus .menu-search-form {
      opacity: 1;
      pointer-events: auto;
      -webkit-transform: scaleY(1);
              transform: scaleY(1); } }
/* FILE: main/menu/_menu-primary-sub-menu.scss */
@media (min-width: 880px) {
  .main-navigation-container li ul {
    position: absolute;
    min-width: 100%;
    min-width: calc( 100% + 6.472rem);
    left: 0;
    top: 100%;
    padding: 1.618rem;
    margin: 0 -2rem;
    border-top-width: 1px;
    border-top-style: solid;
    box-shadow: 0 0.382em 1em rgba(0, 0, 0, 0.25);
    opacity: 0;
    z-index: 9;
    pointer-events: none;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0; } }

@media (min-width: 1280px) {
  .main-navigation-container li ul {
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s; } }

.main-navigation-container li ul a {
  padding-left: 1rem; }

@media (min-width: 880px) {
  .main-navigation-container .reverse-expand ul {
    left: auto;
    right: 0; } }

@media (min-width: 880px) {
  .main-navigation-container li li {
    float: none;
    display: block; }
    .main-navigation-container li li > a {
      display: block;
      min-width: 10em; } }

@media (min-width: 880px) and (max-width: 1279px) {
  .main-navigation-container li .sub-menu {
    margin-top: 0; } }

@media (max-width: 879px) {
  .main-navigation-container li li a::before {
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    margin-right: .5em;
    margin-top: .25em;
    border-left: 1px solid;
    border-bottom: 1px solid;
    vertical-align: top;
    opacity: .5; } }

@media (min-width: 880px) {
  .no-js .main-navigation-container li:hover > ul, .main-navigation-container li.focus > ul {
    pointer-events: auto;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1; } }

/* FILE: main/menu/_menu-primary-sub-sub-menu.scss */
.main-navigation-container li ul ul {
  font-size: 1em; }
  @media (min-width: 880px) {
    .main-navigation-container li ul ul {
      min-width: 0;
      left: 100%;
      top: 0;
      padding: 1.618rem;
      margin: 0;
      margin-top: -1.618rem;
      margin-top: calc( -1.618rem - 1px);
      transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s; }
      .main-navigation-container li ul ul li {
        margin-left: 0; } }
@media (min-width: 880px) {
  .main-navigation-container .reverse-expand ul ul,
  .main-navigation-container li .reverse-expand ul {
    left: auto;
    right: 100%; } }

@media (max-width: 879px) {
  .main-navigation-container li li li a {
    padding-left: 2em; } }

/* FILE: main/menu/_menu-primary-expander.scss */
.main-navigation-container .expander {
  display: none; }

@media (min-width: 880px) {
  .main-navigation-container .expander {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0.382em;
    top: 50%;
    border-color: currentColor;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .main-navigation-container .expander::before {
      border-left: 0.3em solid transparent;
      border-right: 0.3em solid transparent;
      border-top: 0.3em solid currentColor;
      content: '';
      height: 0;
      position: absolute;
      top: 33%;
      width: 0; }
  .main-navigation-container li li .expander::before {
    border-left: 0.3em solid currentColor;
    border-top-color: transparent;
    border-bottom: 0.3em solid transparent;
    border-right: 0 none; }
  .no-js .main-navigation-container li:hover > a .expander::before, .main-navigation-container li.focus > a .expander::before {
    border-top: 0 solid transparent;
    border-bottom: 0.3em solid currentColor; }
  .no-js .main-navigation-container li li:hover > a .expander::before, .main-navigation-container li li.focus > a .expander::before {
    border-left: 0.3em solid currentColor;
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-right: 0 none; } }

@media (min-width: 880px) {
  .main-navigation-container .menu-item-has-children > a,
  .main-navigation-container .menu > ul > .menu-item-has-children > a {
    padding-right: calc( 16px + 0.764em); } }

/* FILE: main/menu/_menu-primary-description.scss */
@media (min-width: 880px) {
  .main-navigation-container .menu > ul > li > a .menu-item-description {
    display: none; } }

@media (min-width: 880px) {
  .main-navigation-container .megamenu > ul > li > a .menu-item-description {
    margin-bottom: 0.618em; } }

/* FILE: main/menu/__menu-primary-mega.scss */
@media (min-width: 880px) {
  .main-navigation-container .megamenu > ul {
    display: -webkit-flex;
    display: flex; }
    .main-navigation-container .megamenu > ul > li {
      -webkit-flex: 0 1 14em;
              flex: 0 1 14em;
      padding: 0;
      border-width: 0;
      vertical-align: top; }
      .main-navigation-container .megamenu > ul > li + li {
        margin-left: 2.617924rem; }
      .main-navigation-container .megamenu > ul > li a {
        min-width: 0; }
      .main-navigation-container .megamenu > ul > li > a {
        margin-bottom: 1.618em;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 0.9045em;
        font-weight: 700;
        border-width: 0;
        border-radius: 0; }
        .main-navigation-container .megamenu > ul > li > a .expander {
          display: none; }
      .main-navigation-container .megamenu > ul > li > .sub-menu {
        display: block;
        position: relative;
        min-width: 100%;
        left: 0;
        top: 0;
        padding: 0;
        margin: 1em 0 0;
        background: none;
        border-width: 0;
        box-shadow: none;
        -webkit-transform: none;
                transform: none;
        transition: none; }
        .main-navigation-container .megamenu > ul > li > .sub-menu > li > a {
          padding-right: 1rem; }
        .main-navigation-container .megamenu > ul > li > .sub-menu ul {
          box-shadow: 0 0.382em 1em rgba(0, 0, 0, 0.25); }
      .main-navigation-container .megamenu > ul > li > .sub-menu, .no-js .main-navigation-container .megamenu > ul > li:hover > .sub-menu, .main-navigation-container .megamenu > ul > li.focus > .sub-menu {
        left: 0; }
  .main-navigation-container .megamenu > ul > li > a, .main-navigation-container .megamenu:hover > ul > .current-menu-item > a, .main-navigation-container .megamenu:hover > ul > .current-menu-ancestor > a {
    border-color: currentColor; }
  .no-js .main-navigation-container .megamenu:hover ul, .main-navigation-container .megamenu.focus ul {
    opacity: 1; } }

@media (min-width: 880px) and (max-width: 1279px) {
  .main-navigation-container .megamenu {
    position: static; } }

/* FILE: main/menu/_menu-secondary.scss */
.secondary-navigation {
  display: none; }
  @media (min-width: 880px) {
    .secondary-navigation {
      display: block; } }
  .secondary-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .secondary-navigation li {
    display: inline-block;
    padding: 0;
    margin: 0; }
  .secondary-navigation .icon {
    margin-right: 0.382em; }

.tertiary-nav {
  border-bottom: 2px solid #726b59;
  border-top: 2px solid #726b59;
  margin-bottom: 2.382rem; }
  .tertiary-nav ul {
    list-style-type: none;
    margin: 0; }
  .tertiary-nav li {
    display: inline-block; }
  .tertiary-nav a {
    color: #726b59;
    display: block;
    padding: 1em;
    text-decoration: none; }
    .tertiary-nav a:hover, .tertiary-nav a:active, .tertiary-nav a:focus {
      color: #27221f;
      text-decoration: underline; }

/* FILE: main/menu/__menu-social.scss */
.social-links .social-links-items {
  margin: 0;
  list-style: none; }
  .sidebar .social-links .social-links-items, .fl-widget .social-links .social-links-items {
    border-width: 0; }
  .social-links .social-links-items li {
    border-width: 0; }

.social-links li {
  display: inline-block; }
  .sidebar .social-links li, .fl-widget .social-links li {
    margin-right: 0.191em; }
  .text-right .social-links li {
    margin-left: 0.191em;
    margin-right: 0; }

.social-links a {
  display: block;
  margin: 1px;
  text-decoration: none;
  color: inherit;
  padding-left: 0.191em;
  padding-right: 0.191em; }
  .social-links a:hover {
    text-decoration: none; }
  .social-links a.back-to-top::before {
    content: '\f077';
    display: inline-block;
    padding: 0 0.382em;
    vertical-align: top; }

/* FILE: main/menu/__menu-social-widget.scss */
.widget_nav_menu .social-links a {
  text-align: center; }
  .sidebar .widget_nav_menu .social-links a, .fl-widget .widget_nav_menu .social-links a {
    padding: 0 0.191em; }
  .widget_nav_menu .social-links a::after {
    display: none; }

/* FILE: main/menu/__menu-social-header.scss */
.site-header-content .social-links {
  float: right;
  white-space: nowrap; }
  @media (min-width: 1280px) {
    .site-header-content .social-links {
      padding-left: 1.618em;
      margin-left: auto; } }
  .site-header-content .social-links .back-to-top-link {
    display: none; }

.site-header-content .secondary-navigation + .social-links {
  margin-left: 0; }

.footer-menu .footer-links-items {
  margin: 0;
  list-style: none; }
  .footer-menu .footer-links-items li {
    border-width: 0; }

.footer-menu li {
  display: inline-block; }

.footer-menu a {
  display: block;
  margin: 1px;
  padding: 0.3em;
  text-decoration: none;
  padding-left: 0.191em;
  padding-right: 0.191em; }
  .footer-menu a[href*='twitter.com']::before, .footer-menu a[href*='facebook.com']::before {
    font-family: 'Font Awesome 5 Free';
    font-size: 1em;
    font-weight: 900;
    content: '\f0c1'; }
  .footer-menu a[href*='facebook.com']::before {
    font-family: 'Font Awesome 5 Brands';
    content: '\f39e'; }
  .footer-menu a[href*='twitter.com']::before {
    font-family: 'Font Awesome 5 Brands';
    content: '\f099'; }
  .footer-menu a:hover, .footer-menu a:focus {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-style: dashed;
            text-decoration-style: dashed;
    text-underline-offset: 0.25em; }

.site-map-footer {
  background: #4c0101;
  color: #dcd5c3; }
  @media (min-width: 672px) {
    .site-map-footer {
      padding: 2.617924rem 0; } }
  .site-map-footer .site-map-links {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    list-style: none;
    margin: 0; }
    @media (min-width: 448px) {
      .site-map-footer .site-map-links {
        -webkit-flex-direction: row;
                flex-direction: row; } }
    .site-map-footer .site-map-links a {
      color: #dcd5c3;
      text-decoration: none; }
      .site-map-footer .site-map-links a:hover, .site-map-footer .site-map-links a:active, .site-map-footer .site-map-links a:focus {
        color: white; }
    .site-map-footer .site-map-links > li {
      -webkit-flex: 1;
              flex: 1;
      padding: 0.5em; }
      .site-map-footer .site-map-links > li > a {
        display: block;
        font-size: 1.1em;
        font-weight: 700;
        margin-bottom: 0.5em; }
    .site-map-footer .site-map-links li li a {
      display: block;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 1em; }
    .site-map-footer .site-map-links ul {
      list-style: none;
      margin: 0; }

/* FILE: main/wp/_wp.scss */
/* FILE: main/wp/__button.scss */
/* FILE: main/wp/__caption.scss */
.wp-caption,
figcaption {
  text-transform: uppercase; }

.wp-block-cover.alignfull {
  position: relative; }
  .wp-block-cover.alignfull:before, .wp-block-cover.alignfull:after {
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    content: '';
    height: 100%;
    position: absolute;
    width: 30%; }
    @media (min-width: 672px) {
      .wp-block-cover.alignfull:before, .wp-block-cover.alignfull:after {
        width: 20%; } }
  .wp-block-cover.alignfull:after {
    background-color: transparent;
    background-image: url(images/bg-arrows-right-w.png);
    background-position: 100% 20%;
    opacity: 1 !important;
    right: 0;
    top: 0; }
  .wp-block-cover.alignfull:before {
    background-color: transparent;
    background-image: url(images/bg-arrows-left-w.png);
    background-position: 0 80%;
    bottom: 0;
    left: 0;
    opacity: 1 !important;
    z-index: 1; }

/* FILE: main/wp/__file.scss */
.wp-block-file {
  padding: 1em 2em;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  box-shadow: inset 0 5px 20px rgba(0, 0, 0, 0.1); }
  .wp-block-file.alignleft, .wp-block-file.alignright {
    max-width: 55.8%;
    text-align: center; }
  .wp-block-file a {
    text-decoration: none;
    font-size: .9em;
    font-style: italic;
    color: inherit; }
    .wp-block-file a:hover, .wp-block-file a:active, .wp-block-file a:focus {
      text-decoration: underline; }
    .wp-block-file a:first-child::before {
      content: '\f019';
      margin-right: .25em;
      font-size: 1.618em;
      line-height: 1;
      vertical-align: middle; }
  .wp-block-file a.wp-block-file__button {
    display: inline-block;
    margin-left: 1.618em;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .05em;
    background: transparent;
    border: 2px solid;
    vertical-align: middle; }
    .wp-block-file a.wp-block-file__button, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:visited {
      color: inherit; }

/* FILE: main/wp/__gallery.scss */
.gallery img {
  width: 100%; }

.gallery-columns-1 .gallery-item {
  margin-top: 2em; }

.gallery-caption {
  padding: 1em;
  margin-top: -1px; }

.wp-block-group.alignfull.arrow-right {
  background-image: url(images/bg-arrows-right.png);
  background-position: 100% 100%;
  background-repeat: no-repeat; }

.wp-block-group.alignfull.arrow-left {
  background-image: url(images/bg-arrows-left.png);
  background-position: 0 0;
  background-repeat: no-repeat; }

.wp-block-group.alignfull .wp-block-group__inner-container {
  padding: 0; }
  @media (min-width: 880px) {
    .wp-block-group.alignfull .wp-block-group__inner-container {
      padding: 1em; } }
/* FILE: main/wp/__media-text.scss */
@media (max-width: 447px) {
  .wp-block-media-text:not(.alignfull):not([class*="background-color"]):not([style*="background-color"]) .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0; } }

/* FILE: main/wp/__player.scss */
.mejs-container {
  margin-bottom: 1.618em; }
  .mejs-container:last-child {
    margin-bottom: 0; }
  .site .mejs-container .mejs-controls .mejs-button button {
    background-color: transparent;
    color: inherit; }

.wp-playlist {
  text-align: left; }
  .site .wp-playlist {
    padding: 0;
    background: none;
    border-width: 1px;
    border-style: solid; }
    .site .wp-playlist-current-item, .site .wp-playlist-tracks {
      height: auto;
      padding: 1.618rem;
      margin: 0; }
    .site .wp-playlist-current-item {
      padding-bottom: 0.618rem; }

/* FILE: main/wp/__pullquote.scss */
blockquote.alignleft, blockquote.alignright {
  margin-top: 0; }

/* FILE: main/wp/__quote.scss */
.wp-block-quote.is-style-large {
  padding: 0;
  margin: 0; }
  .wp-block-quote.is-style-large:not(:last-child) {
    margin-bottom: 1.618rem; }

/* FILE: main/wp/__separator.scss */
.wp-block-separator.is-style-dots::before {
  opacity: .2; }

/* FILE: main/wp/__verse.scss */
.wp-block-verse {
  padding: 0; }
  .wp-block-verse::before {
    display: none; }

/* FILE: main/wp/__alignment.scss */
.site-content {
  overflow-x: hidden; }

.aligncenter {
  text-align: center; }

.align-wrap {
  clear: both;
  width: 100vw;
  margin-left: calc( 50% - 50vw);
  pointer-events: none; }
  @media (min-width: 880px) {
    .has-widgets-sidebar .align-wrap {
      width: auto;
      margin-left: calc( 50% / 0.61944 - 50vw); } }
  @media (min-width: 880px) {
    .site-layout-boxed .align-wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 880px) {
    .site-layout-boxed.has-widgets-sidebar .align-wrap {
      padding-right: 0;
      margin-left: calc( 50% / 0.61944 - 50vw); } }
.alignwide,
.alignfull {
  pointer-events: auto; }
  .alignwide, .alignwide:last-child,
  .alignfull,
  .alignfull:last-child {
    padding-bottom: 1.618em; }
  .alignwide.wp-block-columns, .alignwide.has-no-margin, .alignwide.has-no-margin-vertical, .alignwide.has-no-margin-bottom,
  .alignfull.wp-block-columns,
  .alignfull.has-no-margin,
  .alignfull.has-no-margin-vertical,
  .alignfull.has-no-margin-bottom {
    margin-bottom: 0; }
  .alignwide, .alignwide.has-no-margin,
  .alignfull,
  .alignfull.has-no-margin {
    margin-left: auto;
    margin-right: auto; }

.alignwide {
  /* $content_width */
  width: 1200px;
  max-width: 88%; }
  @media (min-width: 880px) {
    .has-widgets-sidebar .alignwide {
      width: 1180px;
      max-width: 94%; }
      .has-widgets-sidebar .alignwide, .has-widgets-sidebar .alignwide.has-no-margin {
        margin-right: 0; } }
.alignfull {
  width: 100%;
  max-width: 100%; }
  .site-layout-boxed .alignfull {
    width: 1640px; }
  @media (min-width: 880px) {
    .site-layout-boxed.has-widgets-sidebar .alignfull {
      width: auto;
      /* $content_width */
      max-width: calc( 1640px / 2 + 1200px * 0.61944 - 1200px / 2); }
      .site-layout-boxed.has-widgets-sidebar .alignfull, .site-layout-boxed.has-widgets-sidebar .alignfull.has-no-margin {
        margin-right: 0; } }
.wp-block-columns.are-vertically-aligned-center, .wp-block-columns.are-vertically-aligned-top, .wp-block-columns.are-vertically-aligned-bottom {
  -webkit-align-items: normal;
          align-items: normal; }

.wp-block-columns .wp-block-column {
  -webkit-align-self: auto;
              -ms-grid-row-align: auto;
          align-self: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column; }
  .wp-block-columns .wp-block-column > .wp-block-group {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1;
            flex: 1;
    -webkit-flex-direction: column;
            flex-direction: column; }

.wp-block-columns .is-vertically-aligned-center > * {
  -webkit-justify-content: center;
          justify-content: center; }

.wp-block-columns .is-vertically-aligned-top > * {
  -webkit-justify-content: flex-start;
          justify-content: flex-start; }

.wp-block-columns .is-vertically-aligned-bottom > * {
  -webkit-justify-content: flex-end;
          justify-content: flex-end; }

.c-accordion__item {
  border-bottom: 1px solid #dcd5c3;
  border-top: 1px solid #dcd5c3;
  margin: 0;
  padding: 0; }
  .c-accordion__item + .c-accordion__item {
    border-top: 0 none; }
  .c-accordion__item .c-accordion__title {
    margin: 0 !important;
    padding: 1rem 2.5rem 1rem 1rem;
    transition: background 300ms ease-in-out; }
    .c-accordion__item .c-accordion__title::after {
      background: white;
      border-radius: 50%;
      color: #726b59;
      font-size: 1.272rem;
      height: 1.25rem;
      line-height: 0.9;
      overflow: hidden;
      right: 1rem;
      text-align: center;
      width: 1.25rem; }
    .c-accordion__item .c-accordion__title:hover, .c-accordion__item .c-accordion__title:focus {
      background: #dcd5c3; }
  .c-accordion__item h3.c-accordion__title {
    color: #27221f;
    font-family: Montserrat, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.272rem;
    font-weight: normal; }
  .c-accordion__item.is-open h3.c-accordion__title,
  .c-accordion__item.is-open h2.c-accordion__title {
    background: #dcd5c3; }
  .c-accordion__item .c-accordion__content {
    padding: 2rem 1rem; }

.block-tile {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
          flex: 1;
  -webkit-flex-direction: column;
          flex-direction: column; }

.tile-wrap {
  box-shadow: 0 1px 8px rgba(220, 213, 195, 0.5);
  -webkit-flex: 1;
          flex: 1;
  transition: all 300ms; }
  .tile-wrap:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

.tile-heading {
  border-bottom: 2px solid #dcd5c3;
  padding: 1rem; }

.tile-content {
  padding: 1rem; }

.posts-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin: 1em -1em; }
  @media screen and (min-width: 900px) {
    .posts-row {
      -webkit-flex-direction: row;
              flex-direction: row; } }
  .posts-row .post {
    -webkit-flex: 1;
            flex: 1;
    padding: 0 1em; }
  .posts-row .type-post .entry-media {
    margin-bottom: 1em; }
  .posts-row .entry-header {
    margin-bottom: 1em; }
  .posts-row .entry-meta-element {
    font-weight: 400; }
    .posts-row .entry-meta-element.comments-link {
      display: none; }

/* FILE: main/content/_content.scss */
/* FILE: main/content/__layout.scss */
.site-content-inner {
  padding: 3.09rem 0; }
  @media (min-width: 880px) {
    .site-content-inner {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  @media (min-width: 1280px) {
    .site-content-inner {
      padding-top: 8.09rem;
      padding-bottom: 8.09rem; } }
.site-content .compensate-content-padding-top {
  margin-top: -3.09rem; }
  @media (min-width: 880px) {
    .site-content .compensate-content-padding-top {
      margin-top: -5rem; } }
  @media (min-width: 1280px) {
    .site-content .compensate-content-padding-top {
      margin-top: -8.09rem; } }
.site-content .compensate-content-padding-bottom {
  margin-bottom: -3.09rem; }
  @media (min-width: 880px) {
    .site-content .compensate-content-padding-bottom {
      margin-bottom: -5rem; } }
  @media (min-width: 1280px) {
    .site-content .compensate-content-padding-bottom {
      margin-bottom: -8.09rem; } }
.site-content[tabindex="-1"]:focus {
  outline: 0; }

@media (min-width: 880px) {
  .content-area {
    width: 61.944%; }
    .has-widgets-sidebar .content-area {
      float: left; }
    .no-widgets-sidebar .content-area {
      float: none;
      margin-left: auto;
      margin-right: auto; }
    .has-blocks .content-area, .posts-layout-list.no-widgets-sidebar .content-area, .single.no-widgets-sidebar .content-area, .attachment.no-widgets-sidebar .content-area {
      max-width: 36em; } }

.error404 .content-area, .no-widgets-sidebar .content-area {
  width: 100%; }

.fl-theme-builder-singular .site-content-inner, .fl-theme-builder-404 .site-content-inner, .fl-theme-builder-archive .site-content-inner, .single-fl-builder-template .site-content-inner, .fl-builder.is-singular .site-content-inner, .content-layout-stretched.is-singular .site-content-inner, .page-template-child-pages .site-content-inner {
  width: 100%;
  max-width: none;
  padding: 0; }

.fl-theme-builder-singular .content-area, .fl-theme-builder-404 .content-area, .fl-theme-builder-archive .content-area, .single-fl-builder-template .content-area, .fl-builder.is-singular .content-area, .content-layout-stretched.is-singular .content-area, .page-template-child-pages .content-area {
  float: none;
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0; }

/* FILE: main/content/__media.scss */
.type-post .entry-media {
  border-bottom: 1px solid #eae9e6;
  margin-bottom: 2.617924rem; }
  @media (min-width: 880px) {
    .type-post .entry-media {
      margin-bottom: 3.6478096858rem; } }
  .type-post .entry-media a {
    display: inline-block;
    text-align: center;
    width: 100%; }
  .search-results .type-post .entry-media img {
    width: auto;
    max-width: 100%; }
  .site-main > .entry > .type-post .entry-media {
    margin-bottom: 1em; }
    @media (min-width: 880px) {
      .site-main > .entry > .type-post .entry-media {
        position: relative;
        z-index: 1; } }
    @media (min-width: 1280px) {
      .no-widgets-sidebar .site-main > .entry > .type-post .entry-media {
        margin-left: -23.5%; } }
    @media (min-width: 1600px) {
      .site-main > .entry > .type-post .entry-media {
        margin-left: -11.75%; } }
  .posts .type-post .entry-media {
    float: none;
    width: auto;
    margin: -1.618em;
    margin-bottom: 1.618em; }
    .search-results .posts .type-post .entry-media {
      margin: 0 0 1.618em; }
    @media (min-width: 672px) {
      .posts .type-post .entry-media {
        margin: -2em;
        margin-bottom: 1em; }
        .search-results .posts .type-post .entry-media {
          margin: 0 0 2em; } }
  .single .type-post .entry-media img {
    display: block;
    margin: 0 auto; }
  .hide-media .type-post .entry-media {
    display: none; }
  .type-post .entry-media .avatar {
    margin-bottom: 1.618em; }

.attachment caption {
  caption-side: top; }

.attachment-download {
  padding: 1.618em;
  margin-bottom: 1.618em;
  border-width: 2px;
  border-style: dashed; }

/* FILE: main/content/__pagination.scss */
.pagination {
  padding: 1px;
  margin-top: 2.617924rem;
  text-align: center;
  overflow: hidden; }
  @media (min-width: 880px) {
    .pagination {
      margin-top: 5rem; } }
  .pagination a,
  .pagination span {
    background: transparent;
    color: inherit;
    border-width: 1px;
    border-style: solid; }
  .pagination .dots {
    padding-left: 0.618em;
    padding-right: 0.618em;
    border-color: transparent; }
  @media (max-width: 1112px) {
    .pagination a:hover::before, .pagination a:active::before, .pagination a:focus::before {
      display: none; } }
  @media (max-width: 1112px) {
    .pagination .prev::before,
    .pagination .next::before {
      display: none; } }
  .pagination .prev:hover::before,
  .pagination .next:hover::before {
    display: none; }
  @media (max-width: 671px) {
    .pagination .prev {
      float: left; }
    .pagination .next {
      float: right; } }
  @media (max-width: 671px) {
    .pagination {
      position: relative; }
      .pagination::after {
        content: attr(data-current) " / " attr(data-total);
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%); } }
/* FILE: main/content/__parted.scss */
.post-table-of-contents {
  margin-top: 2.617924rem; }
  .post-table-of-contents a {
    text-decoration: none; }
    .post-table-of-contents a:hover, .post-table-of-contents a:active, .post-table-of-contents a:focus {
      text-decoration: underline; }
  .post-table-of-contents ol {
    counter-reset: table-of-contents-counter; }
  .post-table-of-contents li {
    padding: 0;
    border-top-width: 1px;
    border-top-style: solid; }
    .post-table-of-contents li:first-child {
      border-width: 0; }
    .post-table-of-contents li::before {
      display: none; }
  .post-table-of-contents a {
    padding: 0.618em 1em;
    padding-left: 2.617924em; }
    .entry-content .post-table-of-contents a {
      border-width: 0; }
    .post-table-of-contents a::before {
      content: counter(table-of-contents-counter);
      counter-increment: table-of-contents-counter;
      float: left;
      margin-top: -0.191em;
      margin-left: -1.382em;
      text-decoration: inherit;
      font-weight: inherit;
      font-style: inherit; }
    .post-table-of-contents a::after {
      content: '\f101';
      margin-left: 0.618em; }
  .post-table-of-contents .is-passed a {
    text-decoration: line-through; }
  .post-table-of-contents.top {
    display: none; }

/* FILE: main/content/__loop.scss */
.posts {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -1em; }
  .posts .entry.type-post {
    box-shadow: 0 1px 8px rgba(220, 213, 195, 0.25);
    position: relative;
    width: calc( 100% - 2em);
    padding: 1.618em;
    margin: 1em; }
    @media (min-width: 672px) {
      .posts .entry.type-post {
        padding: 2em; } }
    .posts .entry.type-post-content p {
      margin-bottom: 1em; }
      .posts .entry.type-post-content p:last-child {
        margin-bottom: 0; }

/* FILE: main/content/__posts-layout-list.scss */
.posts-layout-list .posts {
  display: block;
  margin: 0; }
  .posts-layout-list .posts .entry {
    margin: 0 0 5rem; }
    .posts-layout-list .posts .entry:last-child {
      margin-bottom: 0; }
    .posts-layout-list .posts .entry, .no-widgets-sidebar .posts-layout-list .posts .entry {
      width: 100%; }

.posts-layout-list .type-post .entry-meta {
  border-bottom: 1px solid #eae9e6;
  color: #726b59;
  margin-left: -1.618em;
  margin-right: -1.618em;
  margin-bottom: 1.618em; }
  @media (min-width: 672px) {
    .posts-layout-list .type-post .entry-meta {
      margin-left: -2rem;
      margin-right: -2rem;
      padding: 0 2rem 1rem; } }
  .posts-layout-list .type-post .entry-meta-element {
    font-weight: 700; }

.search-results form + .posts {
  margin-top: 4.854em; }

.posts .type-page .entry-summary {
  margin-bottom: 0; }

.entry-summary + .link-more {
  margin-top: 1rem; }

/* FILE: main/content/__post.scss */
.entry-summary.has-more-tag {
  text-transform: uppercase; }

/* FILE: main/content/__meta.scss */
.entry-meta {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0.618rem;
  border-width: 0; }
  .entry-meta:empty,
  .entry-meta .updated,
  .entry-meta .label-updated {
    display: none; }
  .entry-meta-element {
    margin-right: 0;
    opacity: 1; }
    .entry-meta-element:not(:first-child)::before {
      content: '\2022';
      display: inline-block;
      padding: 0 0.618rem; }
  .entry-meta-description {
    margin-right: 0.382em;
    text-transform: uppercase; }
  .entry-meta a {
    text-decoration: none; }
    .entry-meta a:hover, .entry-meta a:active, .entry-meta a:focus {
      text-decoration: underline; }
  body:not(.group-blog) .entry-meta .author {
    display: none; }
  .entry-meta .tags-links a {
    text-transform: none; }
    .entry-meta .tags-links a:not(:last-child)::after {
      content: ','; }
  body.single[class*="paged-"] .site-main > .entry > .entry-meta {
    display: none; }
  .single .entry-meta {
    padding: 0 0 1rem;
    margin-bottom: 2.617924em; }
  .single .site-main > .entry > .entry-meta {
    border-bottom: 1px solid #eae9e6;
    color: #726b59; }
    .single .site-main > .entry > .entry-meta .entry-meta-element {
      margin-right: 0; }
    .single .site-main > .entry > .entry-meta .label-updated {
      display: none; }
  .single.fl-builder .site-main > .entry > .entry-meta, .single.content-layout-no-paddings .site-main > .entry > .entry-meta {
    padding: .5rem;
    margin: 0; }
    .single.fl-builder .site-main > .entry > .entry-meta .entry-meta-element, .single.content-layout-no-paddings .site-main > .entry > .entry-meta .entry-meta-element {
      min-width: auto; }
  .single.fl-builder .posts .entry-meta, .single.content-layout-no-paddings .posts .entry-meta {
    padding: 1em 0;
    margin: 0 0 1.618rem; }
  .posts .entry-meta {
    line-height: 2; }

a .entry-date {
  cursor: pointer; }

.single-post .entry-tax {
  border-bottom: 1px solid #eae9e6;
  border-top: 1px solid #eae9e6;
  color: #726b59;
  margin: 5.0412729857rem 0;
  padding: 1rem 0; }
  .single-post .entry-tax .entry-meta-description {
    display: block;
    font-size: .809em; }
    .single-post .entry-tax .comments-link .entry-meta-description {
      display: inline; }

/* FILE: main/content/__the-posts-navigation.scss */
.post-navigation {
  border-top-width: 1px;
  border-top-style: solid; }
  @media (min-width: 672px) {
    .post-navigation .nav-links {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .post-navigation .nav-links > div {
    position: relative; }
    @media (min-width: 672px) {
      .post-navigation .nav-links > div {
        -webkit-flex: 1 1 0%;
                flex: 1 1 0%; } }
    @media (min-width: 880px) {
      .post-navigation .nav-links > div {
        transition: opacity 0.5s; } }
    @media (min-width: 672px) {
      .post-navigation .nav-links > div:nth-child(2) {
        text-align: right; } }
  .post-navigation .nav-links a {
    display: block;
    padding: 8% 0;
    margin: 1px;
    text-decoration: none;
    color: inherit; }
    @media (min-width: 672px) {
      .post-navigation .nav-links a {
        padding: 5rem 0; } }
  .post-navigation .nav-links .label {
    display: block;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .8; }
  .post-navigation .nav-links .title {
    display: block; }
  .post-navigation .nav-links:hover > div {
    opacity: .5; }
  .post-navigation .nav-links > div:not(:empty):hover {
    opacity: 1; }

/* FILE: main/content/__page.scss */
.page-header + .page-content {
  margin-top: 1.618em; }

.error-404 form,
.not-found form {
  display: inline-block;
  width: 61.8%; }
  .error-404 form::before,
  .not-found form::before {
    padding: 0.382em 0;
    line-height: 1.191em; }

.not-found form {
  width: 100%; }

.error404 .page-content {
  margin-top: 1em; }

@media (min-width: 880px) {
  .error404 form {
    max-width: 61.8%; } }

@media (min-width: 1280px) {
  .error404 form {
    max-width: 38.2%; } }

.page-template-blank {
  padding: 0; }

.page-template-child-pages:not(.fl-builder) .site-main .entry-content {
  padding: 5rem 0 0; }
  .page-template-child-pages:not(.fl-builder) .site-main .entry-content-inner:not(:empty) {
    padding-bottom: 2.617924rem; }
  @media (min-width: 880px) {
    .page-template-child-pages:not(.fl-builder) .site-main .entry-content-inner:not(:empty) {
      padding-bottom: 5rem; } }
  @media (min-width: 1280px) {
    .page-template-child-pages:not(.fl-builder) .site-main .entry-content:first-child {
      padding-top: 8.09rem; } }
.page-template-child-pages .entry-content:empty {
  display: none; }
  .page-template-child-pages .entry-content:empty + .list-child-pages-section {
    padding-top: 5rem; }
    @media (min-width: 1280px) {
      .page-template-child-pages .entry-content:empty + .list-child-pages-section {
        padding-top: 8.09rem; } }
.list-child-pages {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em; }
  .list-child-pages-section {
    clear: both;
    padding-bottom: 5rem; }
    @media (min-width: 1280px) {
      .list-child-pages-section {
        padding-bottom: 8.09rem; } }
    .list-child-pages-section:first-child {
      padding-bottom: 0;
      padding-top: 2.617924em; }
      @media (min-width: 880px) {
        .list-child-pages-section:first-child {
          padding-top: 5rem; } }
      @media (min-width: 1280px) {
        .list-child-pages-section:first-child {
          padding-top: 8.09rem; } }
.child-page {
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: calc( 100% - 2em);
  padding: 1.618em;
  margin: 1em;
  border-width: 1px;
  border-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: inherit; }
  @media (min-width: 672px) {
    .child-page {
      width: calc( 50% - 2em);
      padding: 2em; } }
  @media (min-width: 880px) {
    .child-page {
      width: calc( 33.33% - 2em); }
      .child-page:nth-child(1):nth-last-child(2), .child-page:nth-child(2):nth-last-child(1) {
        width: calc( 50% - 2em); } }
  .child-page .entry-summary {
    margin-bottom: 0; }
  .child-page p:not(:last-child) {
    margin-bottom: 1em; }
  .child-page-image {
    margin-bottom: 2.617924rem; }
  .child-page-title {
    margin: 0;
    margin-bottom: 1.382rem; }
  .child-page .link-more {
    margin-top: 1.618em; }
  .child-page .more-link {
    display: inline-block;
    border-color: currentColor; }

/* FILE: main/content/__comments.scss */
.comments-area {
  clear: both;
  padding: 1.618rem 0 0;
  margin: 2.617924rem 0 0;
  border-top-width: 2px;
  border-top-style: solid; }
  @media (min-width: 880px) {
    .comments-area {
      margin-top: 5rem; } }
  @media (min-width: 1280px) {
    .comments-area {
      margin-top: 8.09rem; } }
  .comments-area:focus {
    outline: 0; }
  .comments-area .reply {
    margin-top: 1em; }
  @media (min-width: 1280px) {
    .page.no-widgets-sidebar .comments-area-inner {
      width: 61.8%;
      margin-left: auto;
      margin-right: auto; } }
  .content-layout-no-paddings .comments-area {
    width: 100%; }
  .fl-builder .comments-area, .content-layout-no-paddings .comments-area, .content-layout-stretched .comments-area {
    padding: 5.0412729857rem 0;
    border-width: 0; }
    @media (min-width: 1280px) {
      .fl-builder .comments-area-inner, .content-layout-no-paddings .comments-area-inner, .content-layout-stretched .comments-area-inner {
        width: 61.8%;
        margin-left: auto;
        margin-right: auto; } }
@media (min-width: 672px) {
  .comment-list > li,
  .comment-list .children > li {
    padding-left: 100px; } }

.comments-title {
  margin-bottom: 1.618rem; }
  @media (min-width: 672px) {
    .comments-title {
      margin-bottom: 2.617924rem; } }
  @media (min-width: 880px) {
    .comments-title {
      margin-bottom: 4.235801032rem; } }
.comment-meta {
  border-bottom-width: 1px; }
  .comment-meta a {
    text-decoration: none; }
    .comment-meta a:hover, .comment-meta a:active, .comment-meta a:focus {
      text-decoration: underline; }
  .comment-meta .avatar {
    border-radius: 0; }
    @media (min-width: 672px) {
      .comment-meta .avatar {
        width: 80px; } }
  .comment-metadata {
    text-transform: uppercase; }

.comment-awaiting-moderation {
  clear: both; }

.comment-body {
  padding-bottom: 0; }

.comment-content ol {
  list-style: decimal; }

@media (max-width: 671px) {
  .bypostauthor > .comment-body .comment-author .avatar {
    border-left: 0.382em solid; } }

@media (min-width: 672px) {
  .bypostauthor > .comment-body .comment-author::before {
    content: '\f303';
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    left: 25px;
    top: 65px;
    margin-top: 1.618em;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    font-size: 1.191em;
    border-radius: 50%;
    z-index: 1; } }

.comment-edit-link,
.comment-reply-link {
  text-decoration: none; }
  .comment-edit-link:hover, .comment-edit-link:active, .comment-edit-link:focus,
  .comment-reply-link:hover,
  .comment-reply-link:active,
  .comment-reply-link:focus {
    text-decoration: underline; }
  .comment-edit-link::before,
  .comment-reply-link::before {
    content: '\f3e5';
    margin-right: 0.191em;
    font-size: 1.382em;
    vertical-align: middle; }

.comment-edit-link::before {
  content: '\f303'; }

.comments-title + .comment-navigation {
  display: none; }

.comment-navigation a,
.comment-navigation span {
  display: none; }

.comment-navigation .nav-links {
  display: block;
  padding: 0;
  margin: 0; }
  .comment-navigation .nav-links a,
  .comment-navigation .nav-links span {
    padding: 0.618em 0;
    margin: 0.191em;
    margin-left: 0;
    line-height: inherit; }
    @media (min-width: 672px) {
      .comment-navigation .nav-links a,
      .comment-navigation .nav-links span {
        display: inline-block; } }
.comment-respond {
  padding: 0;
  border-width: 0; }
  .comment-respond, .comment-list .comment-respond {
    margin-top: 5rem; }
  .comment-list .comment-respond {
    padding: 0 1.618em;
    border-width: 0; }

.comment-reply-title {
  font-size: inherit;
  text-transform: uppercase; }

.logged-in-as a {
  text-decoration: none; }
  .logged-in-as a:hover, .logged-in-as a:active, .logged-in-as a:focus {
    text-decoration: underline; }

.comment-list > .pingback, .comment-list > .trackback {
  min-height: 0;
  padding: 0; }

.pingback .comment-body,
.trackback .comment-body {
  padding: 1em;
  margin: 1.618em 0;
  border-width: 1px;
  border-style: dashed;
  overflow: hidden; }
  .pingback .comment-body::before,
  .trackback .comment-body::before {
    content: '\f0c1';
    margin-right: 0.618em; }

.pingback .comment-edit-link,
.trackback .comment-edit-link {
  float: right; }

/* FILE: main/content/__layout-outdented.scss */
.outdent-content {
  margin: 1.618em 0; }
  @media (min-width: 672px) {
    .outdent-content {
      margin: 2.617924em 0; } }
  .outdent-content:first-child {
    margin-top: 0; }
  .outdent-content:last-child {
    margin-bottom: 0; }
  .no-widgets-sidebar .outdent-content {
    clear: both; }
    @media (min-width: 880px) {
      .no-widgets-sidebar .outdent-content {
        margin-left: -14.5924%;
        margin-right: -14.5924%; } }
    @media (min-width: 1280px) {
      .no-widgets-sidebar .outdent-content {
        margin-left: -30.9%;
        margin-right: -30.9%; } }
  @media (min-width: 1600px) {
    .outdent-content {
      margin-left: -14.5924%; } }
  body.page:not(.page-layout-outdented) .outdent-content {
    margin-left: 0;
    margin-right: 0; }

.page-layout-outdented:not(.content-layout-no-paddings) .content-area {
  max-width: none; }

.page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2:not(:first-child),
.page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading:not(:first-child) {
  margin-top: 3.6478096858rem; }
  @media (min-width: 1280px) {
    .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2:not(:first-child),
    .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading:not(:first-child) {
      margin-top: 12%; } }
.page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner .outdent-content {
  margin-left: 0;
  margin-right: 0; }

@media (min-width: 1280px) {
  .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner {
    padding-left: 38.056%; }
    .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2,
    .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading {
      width: 161.4361358647%;
      height: 1.618em;
      padding-right: 112.9148908692%;
      margin-left: -61.4361358647%;
      margin-bottom: -1.618em; }
      .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2.uppercase, .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2.is-uppercase, .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2.has-uppercase-text-transform, .page-layout-outdented:not(.content-layout-no-paddings) .site .entry-content-inner > h2.uppercase,
      .page-layout-outdented:not(.content-layout-no-paddings) .site .entry-content-inner > h2.is-uppercase,
      .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading.uppercase,
      .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading.is-uppercase,
      .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading.has-uppercase-text-transform,
      .page-layout-outdented:not(.content-layout-no-paddings) .site .entry-content-inner > .outdent-heading.uppercase,
      .page-layout-outdented:not(.content-layout-no-paddings) .site .entry-content-inner > .outdent-heading.is-uppercase {
        letter-spacing: .075em; }
      .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2 + h3,
      .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading + h3 {
        margin-top: 0; }
    .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner .outdent-content {
      width: 161.4361358647%;
      margin-top: 12%;
      margin-bottom: 12%;
      margin-left: -61.4361358647%;
      margin-right: 0; }
      .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner .outdent-content:first-child {
        margin-top: 0; }
      .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner .outdent-content:last-child {
        margin-bottom: 0; } }

@media (min-width: 1280px) {
  .page-layout-outdented:not(.content-layout-no-paddings) .post-password-required .entry-content-inner {
    padding-left: 0; } }

@media (min-width: 880px) {
  .page-layout-child-pages .content-area {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 75%; }
  .page-layout-child-pages .sidebar {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 75%; } }

.bio-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 1rem -1rem; }
  .bio-list .bio {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 3rem;
    padding: 0 1rem; }
    @media (min-width: 672px) {
      .bio-list .bio {
        -webkit-flex: 0 0 50%;
                flex: 0 0 50%; } }
    @media (min-width: 880px) {
      .bio-list .bio {
        -webkit-flex: 0 0 33%;
                flex: 0 0 33%; } }
  .bio-list .bio-wrap {
    box-shadow: 0 1px 8px rgba(220, 213, 195, 0.5);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    text-decoration: none;
    transition: all 300ms; }
    .bio-list .bio-wrap img {
      -webkit-filter: grayscale(100%) sepia(20%);
              filter: grayscale(100%) sepia(20%);
      transition: all 300ms; }
    .bio-list .bio-wrap:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
      .bio-list .bio-wrap:hover img {
        -webkit-filter: grayscale(0%) sepia(0%);
                filter: grayscale(0%) sepia(0%); }
  .bio-list .bio-photo {
    border-bottom: 2px solid #dcd5c3; }
    .bio-list .bio-photo img {
      display: block;
      margin: 0 auto; }
  .bio-list h3.name {
    margin-bottom: 0; }
  .bio-list .title {
    color: #726b59; }
  .bio-list .bio-info {
    -webkit-flex: 1;
            flex: 1;
    padding: 1rem; }
  .bio-list .bio-body {
    display: none; }

.bio-thumb {
  display: block;
  margin: 0 0 1em; }

.posts .entry.type-case {
  margin-bottom: 2.5rem; }
  .posts .entry.type-case .entry-header {
    margin-bottom: 0; }
  .posts .entry.type-case .entry-title {
    margin-bottom: 0; }
  .posts .entry.type-case .active {
    background: #690101;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 1rem;
    font-weight: normal;
    padding: 0.1em 0.5em; }
  .posts .entry.type-case .entry-summary {
    margin-bottom: 0; }
    .posts .entry.type-case .entry-summary p:last-child {
      margin-bottom: 0; }

.cases-list li > a {
  color: #690101; }

.cases-list .entry-summary {
  display: inline; }

.case-category-grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 1rem -1rem; }
  .case-category-grid .case-category {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 3rem;
    padding: 0 1rem; }
    @media (min-width: 672px) {
      .case-category-grid .case-category {
        -webkit-flex: 0 0 50%;
                flex: 0 0 50%; } }
    @media (min-width: 880px) {
      .case-category-grid .case-category {
        -webkit-flex: 0 0 33%;
                flex: 0 0 33%; } }
  .case-category-grid .case-category-wrap {
    box-shadow: 0 1px 8px rgba(220, 213, 195, 0.25);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    text-decoration: none;
    transition: all 300ms;
    width: 100%; }
    .case-category-grid .case-category-wrap:hover, .case-category-grid .case-category-wrap:active, .case-category-grid .case-category-wrap:focus {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
  .case-category-grid .cat-photo {
    border-bottom: 2px solid #dcd5c3; }
    .case-category-grid .cat-photo img {
      display: block;
      margin: 0 auto; }
  .case-category-grid .cat-info {
    -webkit-flex: 1;
            flex: 1;
    padding: 1rem; }
    .case-category-grid .cat-info h3 {
      margin-bottom: 0; }

.scsz-item-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style-type: none;
  margin: 1rem -1rem; }

.scsz-item {
  box-sizing: border-box;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 3rem;
  padding: 0 1rem; }
  @media (min-width: 672px) {
    .scsz-item {
      -webkit-flex: 0 0 50%;
              flex: 0 0 50%; } }
  @media (min-width: 880px) {
    .scsz-item {
      -webkit-flex: 0 0 33%;
              flex: 0 0 33%; } }
  .scsz-item a {
    display: block;
    text-decoration: none; }
    .scsz-item a:focus {
      outline: 1px dashed black; }
    .scsz-item a .scsz-item-title,
    .scsz-item a .scsz-item-price {
      text-align: center; }
    .scsz-item a .scsz-item-title {
      color: #690101;
      font-weight: 700; }
    .scsz-item a .scsz-item-price {
      color: #726b59; }
  .scsz-item figcaption {
    text-transform: none; }

.page-a11y-summary {
  background: #dcd5c3;
  padding: 4rem 1rem; }
  .page-a11y-summary .summary-wrap {
    margin: 0 auto;
    max-width: 36em; }

.summary-link-wrap {
  background-color: white;
  border: 0 none; }
  .summary-link-wrap .page-summary-link {
    padding: 1rem 0 0;
    border: 0 none;
    text-align: right; }

/* FILE: main/footer/_footer.scss */
.site-footer {
  border-top: 1px solid #dcd5c3;
  position: relative; }
  .site-footer-area-inner {
    position: relative; }

.footer-area-footer-widgets {
  position: relative; }
  .footer-area-footer-widgets::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%; }

/* FILE: main/footer/__site-info.scss */
.site-footer .footer-area-site-info {
  background: #4c0101;
  color: #dcd5c3; }
  .site-footer .footer-area-site-info a {
    color: white; }

.site-info {
  padding: 1.618em 0; }
  .site-info-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }

/* FILE: main/footer/_prefooter.scss */
.site-prefooter {
  position: relative; }
  .site-prefooter-area-inner {
    position: relative; }
  .site-prefooter::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%; }

/* FILE: main/custom-styles/__prefooter.scss */
.site-footer .footer-area-footer-widgets {
  background-color: #590101;
  color: #dcd5c3; }
  .site-footer .footer-area-footer-widgets h2, .site-footer .footer-area-footer-widgets h3, .site-footer .footer-area-footer-widgets h4,
  .site-footer .footer-area-footer-widgets .h1, .site-footer .footer-area-footer-widgets .h2, .site-footer .footer-area-footer-widgets .h3, .site-footer .footer-area-footer-widgets .h4, .site-footer .footer-area-footer-widgets .tile-heading, .site-footer .footer-area-footer-widgets .posts .entry.type-case .entry-title, .posts .entry.type-case .site-footer .footer-area-footer-widgets .entry-title,
  .site-footer .footer-area-footer-widgets .accent-color {
    color: white; }
  .site-footer .footer-area-footer-widgets a {
    color: white; }

.top-link {
  -webkit-align-items: center;
          align-items: center;
  background-color: #690101;
  border-radius: 3px;
  bottom: 0;
  color: #ffffff;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
          justify-content: center;
  height: 3em;
  margin: 0 1em 3em 0;
  opacity: 0.75;
  padding: .25em;
  position: fixed;
  right: 0;
  text-decoration: none;
  transition: all .25s ease-in-out;
  width: 3em; }
  @media (min-width: 448px) {
    .top-link {
      margin: 0 3em 3em 0; } }
  .top-link.show {
    visibility: visible;
    opacity: 0.75; }
    .top-link.show:hover {
      opacity: 1; }
  .top-link.hide {
    visibility: hidden;
    opacity: 0; }

/* FILE: main/sidebar/_sidebar.scss */
.sidebar {
  position: relative;
  margin-top: 2.617924rem; }
  @media (min-width: 880px) {
    .sidebar {
      width: 30.056%;
      margin-top: 0; }
      .page-template-default.no-widgets-sidebar .sidebar {
        float: none;
        margin: 0 auto;
        width: 75%; } }
  .sidebar .widget {
    margin-bottom: 3.6478096858rem; }

/* FILE: main/sidebar/__widgets.scss */
.widget[class*="set-colors-"] {
  padding-left: 1.618em;
  padding-right: 1.618em; }

.widget form {
  margin-bottom: 0; }

.sidebar .widget input, .footer-widgets .widget input, .sidebar .widget select, .footer-widgets .widget select, .sidebar .widget textarea, .footer-widgets .widget textarea {
  width: 100%; }

.widget li a {
  text-decoration: none; }
  .widget li a:hover, .widget li a:active, .widget li a:focus {
    text-decoration: underline; }

.widget ul ul {
  border-top-width: 1px;
  border-top-style: solid; }

.widget ul li {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 0; }
  .widget ul li:first-child {
    border-top-width: 0; }
  .widget ul li + li {
    margin-top: 0; }
  .widget ul li ul {
    margin: 0; }

/* FILE: main/sidebar/__widget-icons.scss */
.widget_archive li::before, .widget_categories li::before, .widget_pages li::before, .widget_recent_comments li::before, .widget_recent_entries li::before {
  content: '\f133';
  display: inline-block;
  margin-right: 0.382em;
  vertical-align: middle; }

.widget_categories li::before {
  content: '\f07b'; }

.widget_pages li::before {
  content: '\f15c'; }

.widget_recent_comments li::before, .widget_recent_entries li::before {
  content: '\f075';
  position: absolute;
  left: 0;
  top: 0.382em;
  margin: 0; }

.widget_recent_entries li::before {
  content: '\f303'; }

/* FILE: main/sidebar/__widget-calendar.scss */
.widget_calendar th,
.widget_calendar td {
  vertical-align: middle; }

.widget_calendar tfoot td {
  text-align: left; }
  .widget_calendar tfoot td:last-child {
    text-align: right; }

/* FILE: main/sidebar/__widget-custom-menu.scss */
.sidebar .wm-subnav ul, .fl-widget .wm-subnav ul, .sidebar .widget_nav_menu ul, .fl-widget .widget_nav_menu ul {
  border-width: 1px;
  border-style: solid; }
  .sidebar .wm-subnav ul ul, .fl-widget .wm-subnav ul ul, .sidebar .widget_nav_menu ul ul, .fl-widget .widget_nav_menu ul ul {
    border-width: 0;
    border-top-width: 1px;
    border-top-style: solid; }
  .sidebar .wm-subnav ul li, .fl-widget .wm-subnav ul li, .sidebar .widget_nav_menu ul li, .fl-widget .widget_nav_menu ul li {
    padding: 0; }
    .sidebar .wm-subnav ul li ul, .fl-widget .wm-subnav ul li ul, .sidebar .widget_nav_menu ul li ul, .fl-widget .widget_nav_menu ul li ul {
      bottom: auto; }
    .sidebar .wm-subnav ul li li, .fl-widget .wm-subnav ul li li, .sidebar .widget_nav_menu ul li li, .fl-widget .widget_nav_menu ul li li {
      padding: 0; }

.sidebar .wm-subnav li a, .fl-widget .wm-subnav li a, .sidebar .widget_nav_menu li a, .fl-widget .widget_nav_menu li a {
  display: block;
  padding: 1.191rem 1.618rem;
  margin: -1px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  color: inherit;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s; }

.sidebar .wm-subnav li li a::before, .fl-widget .wm-subnav li li a::before, .sidebar .widget_nav_menu li li a::before, .fl-widget .widget_nav_menu li li a::before {
  content: '\2013\2002'; }

.sidebar .wm-subnav li li li a::before, .fl-widget .wm-subnav li li li a::before, .sidebar .widget_nav_menu li li li a::before, .fl-widget .widget_nav_menu li li li a::before {
  content: '\2013\2002\2013\2002'; }

/* FILE: main/sidebar/__widget-recent-posts.scss */
.widget-recent-entries-list p {
  margin-bottom: 1em; }

.widget-recent-entries-list .entry, .single .widget-recent-entries-list .entry {
  float: none;
  width: 100%; }

.widget-recent-entries-list .entry {
  padding: 1em 0;
  border-top-width: 1px;
  border-top-style: solid;
  overflow: hidden; }
  .widget-recent-entries-list .entry:first-child {
    margin-top: 0;
    border-top-width: 0; }

.widget-recent-entries-list .entry-date {
  float: left;
  width: 2.617924em;
  padding: 0.382em;
  text-align: center;
  border: 1px solid; }
  .widget-recent-entries-list .entry-date, .sidebar .widget-recent-entries-list .entry-date, .widget-area .widget-recent-entries-list .entry-date {
    position: relative;
    left: auto;
    top: auto;
    line-height: 1.191;
    font-size: 1em; }
  .sidebar .widget-recent-entries-list .entry-date, .widget-area .widget-recent-entries-list .entry-date {
    width: 3em; }

.widget-recent-entries-list .month {
  display: block;
  text-transform: uppercase; }

.widget-recent-entries-list .entry-content {
  font-size: 1em; }
  .single:not(.fl-builder):not(.content-layout-no-paddings) .widget-recent-entries-list .entry-content, .posts-layout-list .widget-recent-entries-list .entry-content {
    float: none;
    width: auto;
    padding: 0; }

.widget-recent-entries-list .entry-title {
  margin-bottom: 0.618em;
  line-height: 1.382; }
  .widget-recent-entries-list .entry-title a {
    text-decoration: none;
    border-width: 0; }
  .sidebar .widget-recent-entries-list .entry-title, .widget-area .widget-recent-entries-list .entry-title {
    margin-bottom: 0.191em; }

.sidebar .widget-recent-entries-list .entry-summary, .widget-area .widget-recent-entries-list .entry-summary {
  display: none; }

.widget-recent-entries-list .link-more {
  margin: 0; }

.entry-date-enabled .entry-content {
  margin-left: 4em; }
  .sidebar .entry-date-enabled .entry-content, .widget-area .entry-date-enabled .entry-content {
    float: none;
    width: auto; }

/* FILE: main/sidebar/__widget-tag-cloud.scss */
.widget .tagcloud {
  font-size: 0.7453333333em; }
  .widget .tagcloud a {
    padding: 0.618em 1em;
    text-transform: uppercase; }

/* FILE: main/sidebar/__widget-text.scss */
.widget-text-media {
  margin: 0 0 2rem;
  line-height: 1; }
  .widget-text-media-icon {
    font-size: 1em; }
    @media (min-width: 880px) {
      .widget-text-media-icon {
        float: left; } }
    .widget-text-media-icon .widget-symbol {
      font-size: 3.618em; }
      @media (min-width: 880px) and (max-width: 1279px) {
        .widget-text-media-icon .widget-symbol {
          font-size: 2.235924em; } }
    @media (max-width: 879px) {
      .widget-text-media-image + .widget-text-media-icon {
        float: left;
        margin-right: 1em;
        margin-bottom: 0.382em; }
        .widget-text-media-image + .widget-text-media-icon .widget-symbol {
          font-size: 1.618em; } }
@media (min-width: 880px) {
  .widget-text-media-icon + .widget-text-content {
    float: right;
    width: calc( 100% - 1em - 2.235924em); } }

@media (min-width: 1280px) {
  .widget-text-media-icon + .widget-text-content {
    width: calc( 100% - 2em - 3.618em); } }

.widget-text-content .widget-title,
.widget-text-content .widgettitle {
  margin-bottom: 0.618rem; }

.textwidget ul {
  margin-top: 0;
  margin-bottom: 1em;
  margin-left: 1.618em;
  margin-right: 0;
  list-style: square; }
  .textwidget ul:last-child {
    margin-bottom: 0; }
  .textwidget ul ul {
    border-width: 0; }
  .textwidget ul li {
    padding: 0;
    border-width: 0; }
    .textwidget ul li + li {
      margin-top: 0; }
    .textwidget ul li ul {
      bottom: 0;
      margin-bottom: 0; }
    .textwidget ul li li {
      padding: 0; }

.textwidget li a {
  text-decoration: underline; }
  .textwidget li a:hover, .textwidget li a:active, .textwidget li a:focus {
    text-decoration: none; }

/* FILE: main/sidebar/__intro.scss */
.intro-widgets-container {
  border-top-width: 1px;
  border-top-style: solid; }
  @media (max-width: 671px) {
    .intro-widgets-container {
      overflow: hidden; } }
.intro-widgets-inner {
  padding-top: 0;
  padding-bottom: 0; }
  @media (min-width: 880px) {
    .intro-widgets-inner {
      padding-top: 1.618rem;
      padding-bottom: 1.618rem; } }
  @media (min-width: 1280px) {
    .intro-widgets-inner {
      padding-top: 2.617924rem;
      padding-bottom: 2.617924rem; } }
.intro-widgets a {
  color: inherit; }

/* FILE: main/sidebar/__prefooter.scss */
@media (max-width: 671px) {
  .prefooter-widgets-inner {
    overflow: hidden; } }

@media (min-width: 880px) {
  .prefooter-widgets .widget {
    padding: 3.617924em 0; } }

/* FILE: main/sidebar/__footer.scss */
@media (max-width: 671px) {
  .footer-widgets-inner {
    overflow: hidden; } }

@media (min-width: 880px) {
  .footer-widgets .widget {
    padding: 3.617924em 0; } }

/* FILE: main/plugins/_plugins.scss */
/* FILE: main/plugins/__any-page-builder.scss */
.content-layout-no-paddings .site-content-inner {
  padding: 0; }

.content-layout-no-paddings.is-singular .content-area {
  width: 100%;
  max-width: none; }

/* FILE: main/plugins/__beaver-builder.scss */
@media (max-width: 671px) {
  .fl-row {
    overflow: hidden; } }

.site .fl-row-full-height .fl-row-content {
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto; }

.fl-row-full-height.split-screen-row .fl-row-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.site .fl-row-fixed-width .fl-row-fixed-width {
  width: 100%;
  max-width: 100%; }

.fl-col {
  max-width: 100%; }
  .fl-col-group {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    max-width: 100%; }
  .fl-col-content {
    width: 100%;
    min-width: 1px;
    max-width: 100%; }
    .box-shadow-small > .fl-col-content, .has-small-box-shadow > .fl-col-content {
      box-shadow: 0 0.3333333333rem 1rem rgba(0, 0, 0, 0.2); }
    .box-shadow-medium > .fl-col-content, .has-medium-box-shadow > .fl-col-content {
      box-shadow: 0 0.6666666667rem 2rem rgba(0, 0, 0, 0.2); }
    .box-shadow-large > .fl-col-content, .has-large-box-shadow > .fl-col-content {
      box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2); }
  .site .fl-col-small {
    max-width: 100%; }
  .fl-col, .fl-col-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto; }
  .fl-col-content {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-flex-shrink: 1;
            flex-shrink: 1; }
  .fl-col-group .fl-col.vertical-align-top, .fl-col-group .fl-col.vertical-align-top .fl-col-content, .vertical-align-top .fl-col, .vertical-align-top .fl-col-content {
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  .fl-col-group .fl-col.vertical-align-middle, .fl-col-group .fl-col.vertical-align-middle .fl-col-content, .vertical-align-middle .fl-col, .vertical-align-middle .fl-col-content {
    -webkit-justify-content: center;
            justify-content: center; }
  .fl-col-group .fl-col.vertical-align-bottom, .fl-col-group .fl-col.vertical-align-bottom .fl-col-content, .vertical-align-bottom .fl-col, .vertical-align-bottom .fl-col-content {
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
  .fl-col[class*="hover-color-"]:hover * {
    color: inherit; }
  .fl-col[class*="hover-color-"] .fl-col-content {
    transition: background 0.3s, color 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, color 0.3s, transform 0.3s;
    transition: background 0.3s, color 0.3s, transform 0.3s, -webkit-transform 0.3s; }
  .fl-builder-content .fl-col[class*="hover-color-"]:hover .fl-col-content {
    border-width: 0; }

.fl-input-group {
  margin-bottom: 1em; }

.fl-contact-form label {
  display: block; }

.fl-contact-form [type="submit"],
.fl-contact-form [type="text"],
.fl-contact-form [type="email"],
.fl-contact-form textarea {
  width: 100%; }

.fl-photo-content {
  width: 100%; }
  .fullwidth .fl-photo-content img {
    width: 100% !important; }

.site .fl-row::before, .site .fl-row::after, .site .fl-row-content::before, .site .fl-row-content::after, .site .fl-col-group::before, .site .fl-col-group::after, .site .fl-col::before, .site .fl-col::after, .site .fl-module::before, .site .fl-module::after, .site .fl-module-content::before, .site .fl-module-content::after {
  display: none; }

.vertical-align-top.fl-row, .vertical-align-top.fl-col,
.vertical-align-middle.fl-row,
.vertical-align-middle.fl-col,
.vertical-align-bottom.fl-row,
.vertical-align-bottom.fl-col {
  vertical-align: inherit; }

/* FILE: main/plugins/__beaver-themer.scss */
.fl-theme-builder-singular.single .content-area {
  max-width: none; }

/* FILE: main/plugins/__breadcrumbs.scss */
.breadcrumbs-wrap {
  background-color: #dcd5c3; }

.breadcrumbs {
  position: relative;
  padding: 1rem 0;
  border: 0 none; }
  .breadcrumbs .fas {
    position: relative;
    top: 2px; }
  .site-footer .breadcrumbs {
    border-width: 0;
    padding: 1rem 0; }
  .breadcrumbs a {
    text-decoration: none;
    color: inherit; }
    .breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus {
      text-decoration: underline; }
  .breadcrumbs [property=item],
  .breadcrumbs span.current-item {
    padding: 0.25em; }
  .breadcrumbs-container {
    position: relative;
    padding: 1.618rem 0;
    border-color: inherit; }
    .no-intro .site-content .breadcrumbs-container {
      display: none; }
    body:not(.no-intro):not(.fl-builder):not(.content-layout-no-paddings) .site-content .breadcrumbs-container {
      margin-bottom: -1.618em; }
      @media (min-width: 1280px) {
        body:not(.no-intro):not(.fl-builder):not(.content-layout-no-paddings) .site-content .breadcrumbs-container {
          margin-bottom: -2.617924em; } }
    .site-footer .breadcrumbs-container {
      padding-top: 1em;
      padding-bottom: 1em; }
      @media (min-width: 880px) {
        .site-footer .breadcrumbs-container {
          padding-top: 1.618em;
          padding-bottom: 1.618em; } }
      @media (min-width: 1280px) {
        .site-footer .breadcrumbs-container {
          padding-top: 2.617924em;
          padding-bottom: 2.617924em; } }
      .footer-layout-fullwidth .site-footer .breadcrumbs-container {
        padding-left: 0;
        padding-right: 0; }
      .site-footer .breadcrumbs-container a {
        color: inherit; }
    .breadcrumbs-container .back-to-top {
      float: right;
      display: none;
      margin-left: 1em;
      margin-right: 1em; }
      .breadcrumbs-container .back-to-top.alignleft, .breadcrumbs-container .back-to-top.alignright {
        margin-bottom: 0; }
      .site-footer .breadcrumbs-container .back-to-top {
        display: inline-block; }
        @media (max-width: 671px) {
          .site-footer .breadcrumbs-container .back-to-top {
            float: none; }
            .site-footer .breadcrumbs-container .back-to-top, .site-footer .breadcrumbs-container .back-to-top.alignright {
              margin-left: 0;
              margin-right: 1em; } }
/* FILE: main/plugins/__jetpack.scss */
.site div#jp-relatedposts {
  border-color: inherit; }

div.sharedaddy {
  margin-top: 2.617924rem;
  border-color: inherit; }
  .site div.sharedaddy:hover .sd-content ul li a.sd-button {
    opacity: .8; }
    .site div.sharedaddy:hover .sd-content ul li a.sd-button:hover {
      opacity: 1; }
  .fl-builder div.sharedaddy, .content-layout-no-paddings div.sharedaddy {
    /* $content_width */
    max-width: calc( 0.618 * 1200px);
    margin-left: auto;
    margin-right: auto; }

.site .sd-social-icon .sd-content ul li[class*="share-"] a,
.site .sd-social-icon .sd-content ul li[class*="share-"] a:hover,
.site .sd-social-icon .sd-content ul li[class*="share-"] div.option a {
  border-width: 2px;
  border-style: solid; }

.site .sd-social-icon .sd-content ul li[class*="share-"] a.sd-button::before {
  top: 0; }

.entry-author {
  margin-top: 3.6478096858em;
  padding: 8%;
  border-width: 1px;
  border-style: solid; }
  @media (min-width: 880px) {
    .entry-author {
      padding: 3.6478096858em; } }
  .entry-author::before {
    opacity: .03; }
  .entry-author .author-avatar {
    width: 60px;
    margin-bottom: 1em; }
    @media (min-width: 672px) {
      .entry-author .author-avatar {
        float: left;
        width: 80px;
        margin-right: 1.618em; } }
  .entry-author .author-title {
    margin-bottom: 1.618em;
    text-transform: uppercase; }
  .entry-author .author-name {
    display: block;
    margin-top: 0.191em;
    text-transform: none; }
  @media (min-width: 672px) {
    .entry-author .author-bio {
      clear: both; } }
  .entry-author .author-link {
    display: block;
    margin-top: 1em; }
  .fl-builder .entry-author, .content-layout-no-paddings .entry-author {
    /* $content_width */
    max-width: calc( 0.618 * 1200px);
    margin-left: auto;
    margin-right: auto; }

.entry-content .portfolio-entry {
  padding: 1.618em;
  margin: 1em;
  border-width: 1px;
  border-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: inherit; }
  @media (min-width: 672px) {
    .entry-content .portfolio-entry {
      padding: 2em; } }
  .entry-content .portfolio-entry .portfolio-featured-image {
    display: block;
    margin: calc( -1.618em - 1px);
    margin-bottom: 1.618em; }
    @media (min-width: 672px) {
      .entry-content .portfolio-entry .portfolio-featured-image {
        margin: calc( -2em - 1px);
        margin-bottom: 2em; } }
    .entry-content .portfolio-entry .portfolio-featured-image img {
      width: 100%; }
  .entry-content .portfolio-entry-title a {
    text-decoration: none; }

.jetpack-portfolio-shortcode {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
  .entry-content .jetpack-portfolio-shortcode {
    margin: -1em; }
  .jetpack-portfolio-shortcode .portfolio-entry {
    width: calc( 100% - 2em); }
  @media (min-width: 672px) {
    .jetpack-portfolio-shortcode .portfolio-entry {
      width: calc( 50% - 2em); }
    .jetpack-portfolio-shortcode .portfolio-entry-column-1 {
      width: calc( 100% - 2em); } }
  @media (min-width: 880px) {
    .jetpack-portfolio-shortcode .portfolio-entry-column-3 {
      width: calc( 33.3333333333% - 2em); }
    .jetpack-portfolio-shortcode .portfolio-entry-column-4 {
      width: calc( 25% - 2em); }
    .jetpack-portfolio-shortcode .portfolio-entry-column-5 {
      width: calc( 20% - 2em); }
    .jetpack-portfolio-shortcode .portfolio-entry-column-6 {
      width: calc( 16.6666666667% - 2em); } }
.posts .type-jetpack-portfolio .entry-header {
  margin-bottom: 0; }

.posts .type-jetpack-portfolio .entry-content {
  display: none; }

.entry-content .testimonial-entry {
  margin: 1.809em; }
  .entry-content .testimonial-entry .testimonial-featured-image {
    display: inline-block;
    max-width: 6em;
    margin-top: 1em; }

.testimonial-entry-title a {
  display: inline-block;
  vertical-align: top; }

.testimonial-entry-title .entry-subtitle {
  margin: 0;
  font-size: inherit; }

.jetpack-testimonial-shortcode {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
  .entry-content .jetpack-testimonial-shortcode {
    margin: -1.809em; }
  .jetpack-testimonial-shortcode .testimonial-entry {
    width: calc( 100% - 3.618em); }
  @media (min-width: 672px) {
    .jetpack-testimonial-shortcode .testimonial-entry {
      width: calc( 50% - 3.618em); }
    .jetpack-testimonial-shortcode .testimonial-entry-column-1 {
      width: calc( 100% - 3.618em); } }
  @media (min-width: 880px) {
    .jetpack-testimonial-shortcode .testimonial-entry-column-3 {
      width: calc( 33.3333333333% - 3.618em); }
    .jetpack-testimonial-shortcode .testimonial-entry-column-4 {
      width: calc( 25% - 3.618em); }
    .jetpack-testimonial-shortcode .testimonial-entry-column-5 {
      width: calc( 20% - 3.618em); }
    .jetpack-testimonial-shortcode .testimonial-entry-column-6 {
      width: calc( 16.6666666667% - 3.618em); } }
/* FILE: main/plugins/__jetpack-blocks.scss */
.wp-block-jetpack-address, .wp-block-jetpack-email, .wp-block-jetpack-phone {
  overflow: hidden; }
  .wp-block-jetpack-address::before, .wp-block-jetpack-email::before, .wp-block-jetpack-phone::before {
    float: left;
    margin-right: 0.382em;
    font-size: 1.382em;
    line-height: 1; }

.wp-block-jetpack-address::before {
  content: '\f3c5';
  float: none;
  display: block;
  margin-bottom: 0.191em; }

.wp-block-jetpack-email::before {
  content: '\f0e0'; }

.wp-block-jetpack-phone::before {
  content: '\f3cd'; }

.jetpack-business-hours.jetpack-business-hours::before {
  content: '\f303';
  display: block;
  grid-column: 1 / -1;
  font-size: 1.382em;
  line-height: 1;
  margin-bottom: 0.191em; }

/* FILE: main/plugins/__subtitles.scss */
.entry-subtitle {
  display: block;
  margin-top: 0.382em;
  opacity: .8; }
  .intro .entry-subtitle {
    line-height: inherit; }
  .is-singular[class*="paged-"] .entry-subtitle {
    margin-bottom: 0.618em; }
  .post-table-of-contents .entry-subtitle, .comments-title .entry-subtitle, .comment-reply-title .entry-subtitle {
    display: none; }

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity-active,
.lity-active body {
  overflow: hidden; }

.lity {
  background: #27221f;
  background: rgba(39, 34, 31, 0.9);
  bottom: 0;
  left: 0;
  opacity: 0;
  outline: none !important;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  z-index: 9990; }
  .lity.lity-opened {
    opacity: 1; }
  .lity.lity-closed {
    opacity: 0; }
  .lity * {
    box-sizing: border-box; }

.lity-wrap {
  bottom: 0;
  left: 0;
  outline: none !important;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 9990; }
  .lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle; }

.lity-loader {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-top: -0.8em;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 9991; }
  .lity-loading .lity-loader {
    opacity: 1; }

.lity-container {
  display: inline-block;
  height: 100%;
  max-height: 90vh;
  max-width: 36em;
  outline: none !important;
  overflow: hidden;
  position: relative;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
  z-index: 9992; }
  @media (min-width: 672px) {
    .lity-container {
      max-height: 75vh; } }
  .lity-container:after {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: '';
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: -1; }

.lity-content {
  background: white;
  max-height: 100%;
  overflow: auto;
  padding: 2rem;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
  z-index: 9993; }
  .lity-loading .lity-content, .lity-closed .lity-content {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  .lity-content .bio-body[style] {
    max-height: none !important; }

button.lity-close {
  -webkit-appearance: none;
  background: none;
  border: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.618em;
  font-style: normal;
  height: 35px;
  line-height: 35px;
  outline: none;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 35px;
  z-index: 9994; }
  button.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0; }
  button.lity-close:hover, button.lity-close:focus, button.lity-close:active, button.lity-close:visited {
    background: none;
    border: 0;
    box-shadow: none;
    color: #fff;
    font-style: normal;
    line-height: 35px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    outline: none; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

/* FILE: main/shame/_shame.scss */
/* FILE: main/shame/__ie.scss */
.message-oldie {
  display: block;
  padding: 1em;
  margin: 1em;
  text-align: center;
  background: rgba(238, 0, 0, 0.85);
  color: #fff; }
  .message-oldie a {
    text-decoration: underline;
    font-weight: bold;
    color: inherit; }

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .site-header > *,
  .child-page > *,
  .fl-module,
  .fl-col .fl-col-group {
    min-height: 1px; } }

@media (min-width: 880px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-navigation-container .megamenu > ul > li {
    min-width: 14em; } }

/* FILE: main/custom-styles/_main.scss */
/* FILE: main/custom-styles/__base.scss */
body {
  background-color: #e3e3e4; }

*,
*::after,
*::before {
  border-color: inherit; }

.has-lonestar-color {
  color: #690101; }

.has-lonestar-background-color {
  background-color: #690101; }

.has-white-color {
  color: #ffffff; }

.has-white-background-color {
  background-color: #ffffff; }

.has-east-bay-color {
  color: #FFBC49; }

.has-east-bay-background-color {
  background-color: #FFBC49; }

.has-crocodile-color {
  color: #726b59; }

.has-crocodile-background-color {
  background-color: #726b59; }

.has-cocoa-color {
  color: #27221f; }

.has-cocoa-background-color {
  background-color: #27221f; }

.has-khaki-color {
  color: #dcd5c3; }

.has-khaki-background-color {
  background-color: #dcd5c3; }

::-webkit-input-placeholder, :disabled::-webkit-input-placeholder {
  color: inherit !important; }

::-moz-placeholder, :disabled::-moz-placeholder {
  color: inherit !important; }

:-ms-input-placeholder, :disabled:-ms-input-placeholder {
  color: inherit !important; }

::placeholder,
:disabled::placeholder {
  color: inherit !important; }

button,
input,
select,
textarea {
  background-color: transparent; }

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fdfcfc; }

.color-error, .hover-color-error.fl-col:hover .fl-col-content, .fl-builder-content .color-error, .site .fl-builder-content .color-error.button, .site .fl-builder-content .color-error.button:hover {
  background-color: rgba(238, 0, 0, 0.85);
  color: #fff; }

.set-colors-error,
.set-colors-error > .fl-row-content-wrap,
.set-colors-error > .fl-col-content {
  background-color: rgba(238, 0, 0, 0.85);
  color: #fff; }

.color-info, .hover-color-info.fl-col:hover .fl-col-content, .fl-builder-content .color-info, .site .fl-builder-content .color-info.button, .site .fl-builder-content .color-info.button:hover {
  background-color: rgba(0, 85, 238, 0.85);
  color: #fff; }

.set-colors-info,
.set-colors-info > .fl-row-content-wrap,
.set-colors-info > .fl-col-content {
  background-color: rgba(0, 85, 238, 0.85);
  color: #fff; }

.color-success, .hover-color-success.fl-col:hover .fl-col-content, .fl-builder-content .color-success, .site .fl-builder-content .color-success.button, .site .fl-builder-content .color-success.button:hover {
  background-color: rgba(0, 119, 34, 0.85);
  color: #fff; }

.set-colors-success,
.set-colors-success > .fl-row-content-wrap,
.set-colors-success > .fl-col-content {
  background-color: rgba(0, 119, 34, 0.85);
  color: #fff; }

.color-warning, .hover-color-warning.fl-col:hover .fl-col-content, .fl-builder-content .color-warning, .site .fl-builder-content .color-warning.button, .site .fl-builder-content .color-warning.button:hover {
  background-color: rgba(255, 221, 0, 0.85);
  color: #310; }

.set-colors-warning,
.set-colors-warning > .fl-row-content-wrap,
.set-colors-warning > .fl-col-content {
  background-color: rgba(255, 221, 0, 0.85);
  color: #310; }

.site .fl-row[class*="set-colors-"],
.site .fl-col[class*="set-colors-"] {
  background: none; }

div[class*="set-colors-"] a,
div[class*="set-colors-"] h1, div[class*="set-colors-"] h2, div[class*="set-colors-"] h3, div[class*="set-colors-"] h4,
div[class*="set-colors-"] .h1, div[class*="set-colors-"] .h2, div[class*="set-colors-"] .h3, div[class*="set-colors-"] .h4, div[class*="set-colors-"] .tile-heading, div[class*="set-colors-"] .posts .entry.type-case .entry-title, .posts .entry.type-case div[class*="set-colors-"] .entry-title,
div[class*="set-colors-"] .dropcap-text::first-letter,
div[class*="set-colors-"] .has-dropcap-text::first-letter {
  color: inherit; }

/* FILE: main/custom-styles/__extenders.scss */
.site #infinite-handle span, .sidebar .widget .current_page_item > a, .fl-widget .widget .current_page_item > a, .sidebar .widget .current-menu-item > a, .fl-widget .widget .current-menu-item > a, mark, #page mark, .highlight, #page .highlight, .pagination .current, .bypostauthor > .comment-body .comment-author::before, .widget_calendar tbody a, .widget .tagcloud a:hover, .widget .tagcloud a:focus, .widget .tagcloud a:active,
.set-colors-accent,
.set-colors-accent > .fl-row-content-wrap,
.set-colors-accent > .fl-col-content,
.hover-color-accent.fl-col:hover .fl-col-content, .button, button, [type="button"], [type="reset"], [type="submit"], .child-page .more-link, .main-navigation-container .button > a,
.site .fl-builder-content .fl-module .button, .site .fl-builder-content .fl-module button, .site .fl-builder-content .fl-module [type="button"], .site .fl-builder-content .fl-module [type="reset"], .site .fl-builder-content .fl-module [type="submit"], .secondary-navigation a {
  background-color: #41597C;
  color: #ffffff; }

.site-content div.sharedaddy .sd-content ul li a.sd-button:not(.no-text) {
  background-color: #41597C; }

a,
.accent-color {
  color: #41597C; }

.button:focus, button:focus, [type="button"]:focus, [type="reset"]:focus, [type="submit"]:focus, .child-page .more-link:focus, .main-navigation-container .button > a:focus,
.site .fl-builder-content .fl-module .button:focus, .site .fl-builder-content .fl-module button:focus, .site .fl-builder-content .fl-module [type="button"]:focus, .site .fl-builder-content .fl-module [type="reset"]:focus, .site .fl-builder-content .fl-module [type="submit"]:focus, .secondary-navigation a:focus {
  outline: thin dashed #41597C; }

.site-header-content,
.set-colors-header,
.set-colors-header > .fl-row-content-wrap,
.set-colors-header > .fl-col-content {
  background-color: #ffffff;
  color: #27221f;
  border-color: #d8d1bf; }
  .site-header-content h2,
  .set-colors-header h2,
  .set-colors-header > .fl-row-content-wrap h2,
  .set-colors-header > .fl-col-content h2, .site-header-content h3,
  .set-colors-header h3,
  .set-colors-header > .fl-row-content-wrap h3,
  .set-colors-header > .fl-col-content h3, .site-header-content h4,
  .set-colors-header h4,
  .set-colors-header > .fl-row-content-wrap h4,
  .set-colors-header > .fl-col-content h4,
  .site-header-content .h1,
  .set-colors-header .h1, .site-header-content .h2,
  .set-colors-header .h2, .site-header-content .h3,
  .set-colors-header .h3, .site-header-content .h4,
  .set-colors-header .h4, .site-header-content .tile-heading,
  .set-colors-header .tile-heading, .site-header-content .posts .entry.type-case .entry-title,
  .set-colors-header .posts .entry.type-case .entry-title, .posts .entry.type-case .site-header-content .entry-title,
  .posts .entry.type-case .set-colors-header .entry-title {
    color: #726b59; }

.intro-container,
.set-colors-intro,
.set-colors-intro > .fl-row-content-wrap,
.set-colors-intro > .fl-col-content {
  background-color: #dcd5c3;
  color: #27221f;
  border-color: #d8d1bf;
  background-image: url(images/pattern-background.png); }
  .intro-container h1,
  .set-colors-intro h1,
  .set-colors-intro > .fl-row-content-wrap h1,
  .set-colors-intro > .fl-col-content h1, .intro-container h2,
  .set-colors-intro h2,
  .set-colors-intro > .fl-row-content-wrap h2,
  .set-colors-intro > .fl-col-content h2, .intro-container h3,
  .set-colors-intro h3,
  .set-colors-intro > .fl-row-content-wrap h3,
  .set-colors-intro > .fl-col-content h3, .intro-container h4,
  .set-colors-intro h4,
  .set-colors-intro > .fl-row-content-wrap h4,
  .set-colors-intro > .fl-col-content h4,
  .intro-container .h1,
  .set-colors-intro .h1, .intro-container .h2,
  .set-colors-intro .h2, .intro-container .h3,
  .set-colors-intro .h3, .intro-container .h4,
  .set-colors-intro .h4, .intro-container .tile-heading,
  .set-colors-intro .tile-heading, .intro-container .posts .entry.type-case .entry-title,
  .set-colors-intro .posts .entry.type-case .entry-title, .posts .entry.type-case .intro-container .entry-title,
  .posts .entry.type-case .set-colors-intro .entry-title,
  .intro-container a:not(.button),
  .set-colors-intro a:not(.button),
  .intro-container .accent-color,
  .set-colors-intro .accent-color {
    color: #27221f; }

.site,
.site-content,
.set-colors-content,
.set-colors-content > .fl-row-content-wrap,
.set-colors-content > .fl-col-content {
  background-color: #ffffff;
  color: #27221f;
  border-color: rgba(39, 34, 31, 0.2); }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .tile-heading, .posts .entry.type-case .entry-title, h5, .h5, h6, .h6,
.post-navigation,
.dropcap-text::first-letter,
.has-dropcap-text::first-letter,
.site .dropcap-text::first-letter {
  color: #690101; }

.site-prefooter,
.set-colors-prefooter,
.set-colors-prefooter > .fl-row-content-wrap,
.set-colors-prefooter > .fl-col-content {
  background-color: white;
  color: #27221f;
  border-color: rgba(39, 34, 31, 0.2); }
  .site-prefooter h2,
  .set-colors-prefooter h2,
  .set-colors-prefooter > .fl-row-content-wrap h2,
  .set-colors-prefooter > .fl-col-content h2, .site-prefooter h3,
  .set-colors-prefooter h3,
  .set-colors-prefooter > .fl-row-content-wrap h3,
  .set-colors-prefooter > .fl-col-content h3, .site-prefooter h4,
  .set-colors-prefooter h4,
  .set-colors-prefooter > .fl-row-content-wrap h4,
  .set-colors-prefooter > .fl-col-content h4,
  .site-prefooter .h1,
  .set-colors-prefooter .h1, .site-prefooter .h2,
  .set-colors-prefooter .h2, .site-prefooter .h3,
  .set-colors-prefooter .h3, .site-prefooter .h4,
  .set-colors-prefooter .h4, .site-prefooter .tile-heading,
  .set-colors-prefooter .tile-heading, .site-prefooter .posts .entry.type-case .entry-title,
  .set-colors-prefooter .posts .entry.type-case .entry-title, .posts .entry.type-case .site-prefooter .entry-title,
  .posts .entry.type-case .set-colors-prefooter .entry-title,
  .site-prefooter .accent-color,
  .set-colors-prefooter .accent-color {
    color: #690101; }
  .site-prefooter a,
  .set-colors-prefooter a,
  .set-colors-prefooter > .fl-row-content-wrap a,
  .set-colors-prefooter > .fl-col-content a {
    color: white; }

.site-footer,
.set-colors-footer,
.set-colors-footer > .fl-row-content-wrap,
.set-colors-footer > .fl-col-content {
  background-color: transparent;
  color: #726b59;
  border-color: rgba(114, 107, 89, 0.2); }
  .site-footer h2,
  .set-colors-footer h2,
  .set-colors-footer > .fl-row-content-wrap h2,
  .set-colors-footer > .fl-col-content h2, .site-footer h3,
  .set-colors-footer h3,
  .set-colors-footer > .fl-row-content-wrap h3,
  .set-colors-footer > .fl-col-content h3, .site-footer h4,
  .set-colors-footer h4,
  .set-colors-footer > .fl-row-content-wrap h4,
  .set-colors-footer > .fl-col-content h4,
  .site-footer .h1,
  .set-colors-footer .h1, .site-footer .h2,
  .set-colors-footer .h2, .site-footer .h3,
  .set-colors-footer .h3, .site-footer .h4,
  .set-colors-footer .h4, .site-footer .tile-heading,
  .set-colors-footer .tile-heading, .site-footer .posts .entry.type-case .entry-title,
  .set-colors-footer .posts .entry.type-case .entry-title, .posts .entry.type-case .site-footer .entry-title,
  .posts .entry.type-case .set-colors-footer .entry-title,
  .site-footer a,
  .set-colors-footer a,
  .set-colors-footer > .fl-row-content-wrap a,
  .set-colors-footer > .fl-col-content a,
  .site-footer .accent-color,
  .set-colors-footer .accent-color {
    color: #690101; }

.intro-widgets-container,
.set-colors-intro-widgets,
.set-colors-intro-widgets > .fl-row-content-wrap,
.set-colors-intro-widgets > .fl-col-content {
  background-color: #f7f6f5;
  color: #27221f;
  border-color: rgba(39, 34, 31, 0.2); }
  .intro-widgets-container h2,
  .set-colors-intro-widgets h2,
  .set-colors-intro-widgets > .fl-row-content-wrap h2,
  .set-colors-intro-widgets > .fl-col-content h2, .intro-widgets-container h3,
  .set-colors-intro-widgets h3,
  .set-colors-intro-widgets > .fl-row-content-wrap h3,
  .set-colors-intro-widgets > .fl-col-content h3, .intro-widgets-container h4,
  .set-colors-intro-widgets h4,
  .set-colors-intro-widgets > .fl-row-content-wrap h4,
  .set-colors-intro-widgets > .fl-col-content h4,
  .intro-widgets-container .h1,
  .set-colors-intro-widgets .h1, .intro-widgets-container .h2,
  .set-colors-intro-widgets .h2, .intro-widgets-container .h3,
  .set-colors-intro-widgets .h3, .intro-widgets-container .h4,
  .set-colors-intro-widgets .h4, .intro-widgets-container .tile-heading,
  .set-colors-intro-widgets .tile-heading, .intro-widgets-container .posts .entry.type-case .entry-title,
  .set-colors-intro-widgets .posts .entry.type-case .entry-title, .posts .entry.type-case .intro-widgets-container .entry-title,
  .posts .entry.type-case .set-colors-intro-widgets .entry-title,
  .intro-widgets-container a,
  .set-colors-intro-widgets a,
  .set-colors-intro-widgets > .fl-row-content-wrap a,
  .set-colors-intro-widgets > .fl-col-content a,
  .intro-widgets-container .accent-color,
  .set-colors-intro-widgets .accent-color {
    color: #ffffff; }

/* FILE: main/custom-styles/__accent.scss */
mark,
.highlight {
  box-shadow: 0.382em 0 0 #41597C, -0.382em 0 0 #41597C; }

@media (max-width: 671px) {
  .pagination a {
    background-color: #41597C;
    color: #ffffff; } }

.menu-toggle {
  background-color: #690101;
  color: white; }
  .menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
    background-color: #500101;
    color: white; }

/* FILE: main/custom-styles/__header.scss */
/* FILE: main/custom-styles/__branding.scss */
.site-title,
.custom-logo {
  color: #726b59; }

.custom-logo, .fl-builder-edit .custom-logo {
  max-height: 125px; }

/* FILE: main/custom-styles/__menu.scss */
@media (min-width: 880px) {
  .main-navigation-container li ul {
    background-color: #690101;
    color: #ffffff; } }

@media (max-width: 879px) {
  .main-navigation:not(.is-active) .menu-toggle:not(:hover):not(:focus):not(:active),
  .main-navigation-container {
    background-color: #690101;
    color: white;
    border-color: transparent; } }

/* FILE: main/custom-styles/__intro.scss */
.intro-container,
.set-colors-intro,
.set-colors-intro > .fl-row-content-wrap,
.set-colors-intro > .fl-col-content {
  border-bottom: 0 none; }

.intro-special .wp-custom-header::before {
  background-color: #dcd5c3;
  opacity: 0.6; }

.intro-special .has-header-video {
  background-color: #222223; }

.intro-special-has-media .intro {
  color: #27221f; }
  .intro-special-has-media .intro h2, .intro-special-has-media .intro h3, .intro-special-has-media .intro h4,
  .intro-special-has-media .intro .h1, .intro-special-has-media .intro .h2, .intro-special-has-media .intro .h3, .intro-special-has-media .intro .h4, .intro-special-has-media .intro .tile-heading, .intro-special-has-media .intro .posts .entry.type-case .entry-title, .posts .entry.type-case .intro-special-has-media .intro .entry-title,
  .intro-special-has-media .intro a:not(.button),
  .intro-special-has-media .intro .accent-color {
    color: inherit; }

/* FILE: main/custom-styles/__content.scss */
/* FILE: main/custom-styles/__prefooter.scss */
.site-prefooter.is-customize-preview::before {
  background-repeat: inherit;
  background-attachment: inherit; }

.site-prefooter {
  border-top: 1px solid #dcd5c3; }
  .site-prefooter mark, .site-prefooter #page mark, .site-prefooter .highlight, .site-prefooter #page .highlight, .site-prefooter .pagination .current, .site-prefooter .bypostauthor > .comment-body .comment-author::before, .site-prefooter .widget_calendar tbody a, .site-prefooter .widget .tagcloud a:hover, .site-prefooter .widget .tagcloud a:focus, .site-prefooter .widget .tagcloud a:active {
    text-shadow: none;
    background-color: #690101;
    color: white; }
  .site-prefooter .button,
  .site-prefooter button,
  .site-prefooter [type="button"],
  .site-prefooter [type="reset"],
  .site-prefooter [type="submit"] {
    text-shadow: none; }
    .site-prefooter .button:hover, .site-prefooter .button:active, .site-prefooter .button:focus,
    .site-prefooter button:hover,
    .site-prefooter button:active,
    .site-prefooter button:focus,
    .site-prefooter [type="button"]:hover,
    .site-prefooter [type="button"]:active,
    .site-prefooter [type="button"]:focus,
    .site-prefooter [type="reset"]:hover,
    .site-prefooter [type="reset"]:active,
    .site-prefooter [type="reset"]:focus,
    .site-prefooter [type="submit"]:hover,
    .site-prefooter [type="submit"]:active,
    .site-prefooter [type="submit"]:focus {
      background-color: #690101;
      color: white; }
  .site-prefooter mark,
  .site-prefooter .highlight {
    box-shadow: none; }

/* FILE: main/custom-styles/__footer.scss */
.footer-area-footer-widgets::before {
  background-image: url("images/pixabay-colorado-1436681.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  opacity: 0.1; }

.footer-area-footer-widgets.is-customize-preview::before {
  background-repeat: inherit;
  background-attachment: inherit; }

.site-footer mark, .site-footer #page mark, .site-footer .highlight, .site-footer #page .highlight, .site-footer .pagination .current, .site-footer .bypostauthor > .comment-body .comment-author::before, .site-footer .widget_calendar tbody a, .site-footer .widget .tagcloud a:hover, .site-footer .widget .tagcloud a:focus, .site-footer .widget .tagcloud a:active {
  text-shadow: none;
  background-color: #690101;
  color: transparent; }

.site-footer .button,
.site-footer button,
.site-footer [type="button"],
.site-footer [type="reset"],
.site-footer [type="submit"] {
  text-shadow: none; }
  .site-footer .button:hover, .site-footer .button:active, .site-footer .button:focus,
  .site-footer button:hover,
  .site-footer button:active,
  .site-footer button:focus,
  .site-footer [type="button"]:hover,
  .site-footer [type="button"]:active,
  .site-footer [type="button"]:focus,
  .site-footer [type="reset"]:hover,
  .site-footer [type="reset"]:active,
  .site-footer [type="reset"]:focus,
  .site-footer [type="submit"]:hover,
  .site-footer [type="submit"]:active,
  .site-footer [type="submit"]:focus {
    background-color: #690101;
    color: transparent; }

.site-footer mark,
.site-footer .highlight {
  box-shadow: none; }

/* FILE: main/custom-styles/__sidebar.scss */
/* FILE: main/custom-styles/__plugins.scss */
.infinite-loader .spinner > div > div {
  background-color: #41597C !important; }

.site-content div.sharedaddy .sd-content ul li a.sd-button:not(.no-text) {
  color: #ffffff !important; }
/*# sourceMappingURL=style.css.map */