/* =WordPress Core
* From: https://codex.wordpress.org/CSS#WordPress_Generated_Classes
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box; }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */ }

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0; }

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0; }

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

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0; }

/**
 * 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; }

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * 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%; }

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

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

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

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none; }

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor; }

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

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse; }

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0; }

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */ }

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */ }

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible; }

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none; }

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */ }

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0; }

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none; }

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block; }

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }

dialog:not([open]) {
  display: none; }

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

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

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

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */ }

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed; }

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial; }

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute; }

/*! Marx v3.0.6 - The classless CSS reset (perfect for Communists) | MIT License | https://github.com/mblode/marx */
main,
header,
footer,
article,
section,
aside,
details,
summary {
  margin: 0 auto;
  margin-bottom: 16px;
  width: 100%; }

main {
  display: block;
  margin: 0 auto;
  max-width: 768px;
  padding: 0 16px 16px; }

footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding: 16px 0;
  text-align: center; }
  footer p {
    margin-bottom: 0; }

hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
  width: 100%;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

@media screen and (max-width: 400px) {
  article,
  section,
  aside {
    clear: both;
    display: block;
    max-width: 100%; }
  img {
    margin-right: 16px; } }

embed,
iframe,
video {
  border: 0; }

body {
  color: rgba(0, 0, 0, 0.8);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 1.5; }

p {
  margin: 0;
  margin-bottom: 16px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: inherit;
  line-height: 1.2;
  font-weight: 500; }

h1 {
  font-size: 40px;
  margin: 20px 0 16px; }

h2 {
  font-size: 32px;
  margin: 20px 0 16px; }

h3 {
  font-size: 28px;
  margin: 16px 0 4px; }

h4 {
  font-size: 24px;
  margin: 16px 0 4px; }

h5 {
  font-size: 20px;
  margin: 16px 0 4px; }

h6 {
  font-size: 16px;
  margin: 16px 0 4px; }

small {
  color: rgba(0, 0, 0, 0.54);
  vertical-align: bottom; }

pre {
  background: #f7f7f9;
  color: rgba(0, 0, 0, 0.8);
  display: block;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 16px;
  margin: 16px 0;
  padding: 16px;
  white-space: pre-wrap;
  overflow-wrap: break-word; }

code {
  color: rgba(0, 0, 0, 0.8);
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 16px;
  line-height: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-all;
  word-wrap: break-word; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover, a:focus {
    color: #0062cc;
    text-decoration: underline; }

dl {
  margin-bottom: 16px; }

dd {
  margin-left: 40px; }

ul,
ol {
  margin-bottom: 8px;
  padding-left: 40px;
  vertical-align: baseline; }

blockquote {
  border-left: 2px solid rgba(0, 0, 0, 0.8);
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  margin: 16px 0;
  padding-left: 16px; }

figcaption {
  font-family: Georgia, Times, "Times New Roman", serif; }

u {
  text-decoration: underline; }

s {
  text-decoration: line-through; }

sup {
  font-size: 14px;
  vertical-align: super; }

sub {
  font-size: 14px;
  vertical-align: sub; }

mark {
  background: #ffeb3b; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
select,
textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.8);
  display: block;
  width: 100%;
  font-size: 1rem;
  padding: 8px 16px;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

input[type="color"] {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle; }

input:not([type]) {
  -webkit-appearance: none;
  background: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.8);
  display: block;
  width: 100%;
  padding: 8px 16px;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  text-align: left; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

input:not([type]):focus {
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 1px thin rgba(0, 0, 0, 0.12); }

input[type="text"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
select[disabled],
textarea[disabled] {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
  cursor: not-allowed;
  opacity: 1; }

input:not([type])[disabled] {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
  cursor: not-allowed;
  opacity: 1; }

input[readonly],
select[readonly],
textarea[readonly] {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54); }

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  border-color: #ea1c0d;
  color: #f44336; }

input[type="file"]:focus:invalid:focus,
input[type="radio"]:focus:invalid:focus,
input[type="checkbox"]:focus:invalid:focus {
  outline-color: #f44336; }

select {
  border: 1px solid rgba(0, 0, 0, 0.12);
  vertical-align: sub; }

select:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select[multiple] {
  height: auto; }

label {
  display: inline-block;
  line-height: 2; }

fieldset {
  border: 0;
  margin: 0;
  padding: 8px 0; }

legend {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.8);
  display: block;
  margin-bottom: 8px;
  padding: 8px 0;
  width: 100%; }

textarea {
  overflow: auto;
  resize: vertical; }

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  display: inline; }

input[type=submit],
input[type=reset],
input[type=button],
button {
  background-color: #007bff;
  border: #007bff;
  border-radius: 4px;
  color: #fff;
  padding: 8px 16px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0; }

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover {
  background-color: #0069d9;
  border-color: #0062cc;
  color: #fff; }

input[type=submit]:not(:disabled):active,
input[type=reset]:not(:disabled):active,
input[type=button]:not(:disabled):active,
button:not(:disabled):active {
  background-color: #0062cc;
  border-color: #005cbf;
  color: #fff; }

input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus,
button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

input[type=submit]:disabled,
input[type=reset]:disabled,
input[type=button]:disabled,
button:disabled {
  opacity: .65;
  cursor: not-allowed;
  background-color: #007bff;
  border-color: #007bff;
  color: #fff; }

table {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 16px; }

caption {
  padding: 8px 0; }

thead th {
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  text-align: left; }

tr {
  margin-bottom: 8px; }

th,
td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 16px;
  vertical-align: inherit; }

tfoot tr {
  text-align: left; }

tfoot td {
  color: rgba(0, 0, 0, 0.54);
  font-size: 8px;
  font-style: italic;
  padding: 16px 4px; }

/*
 *
 * CONTENTS
 * 1. Variables
 * 2. Headings
 * 3. General Elements
 * 4. Page Layout Elements
 * 5. Admin Styling
 *
 */
a {
  color: #C09A51;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover {
    color: #dbc59c;
    text-decoration: inherit;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.font-white {
  color: white; }

header {
  margin-bottom: 0; }

h1, h2, h3, h4, h5, h5 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

p, ul, ol, dl, blockquote {
  font-family: freight-text-pro, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-size: 18px; }

aside ul, aside ol, aside dl {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

h1 {
  font-weight: bold; }

h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 2rem 0; }

dl dt {
  font-weight: bold; }

dl dd {
  margin-left: 0;
  margin-bottom: 1rem; }

img {
  vertical-align: bottom; }

main {
  padding: 16px;
  max-width: 1060px; }

figure {
  margin: 0 0 0 0; }

body {
  background-color: white; }

footer {
  text-align: inherit;
  margin-bottom: 0; }
  footer p {
    margin-bottom: 1rem; }

address {
  font-size: 18px; }

.social-links {
  list-style: none;
  display: flex;
  max-width: 140px;
  justify-content: space-between;
  padding-left: 0; }

.colophon {
  text-align: center;
  color: white;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

article .content-below-header {
  display: flex;
  justify-content: space-between; }
  article .content-below-header.with-sidebar .article-content {
    margin-right: 2rem; }

section {
  margin-bottom: 0;
  padding: 4rem 0; }

.section-inner, .article-hero .hero-content, .singular .article-body-wrapper, .singular .post-listing-wrapper, .single .article-body-wrapper, .single .post-listing-wrapper {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  flex: 1;
  flex-wrap: wrap;
  padding-left: 1rem;
  padding-right: 1rem; }

.article-right-sidebar {
  min-width: 250px;
  flex: 0; }

.section-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 4rem; }
  .section-top .section-title, .section-top .widget-title {
    margin: 0 0 0 0; }

.section-title, .widget-title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 2rem 0 4rem; }

.two-columns {
  column-count: 2; }

.article-separator {
  margin: 4rem 0; }

.pagination-single-inner {
  display: flex;
  justify-content: space-between; }

body.admin-bar {
  margin-top: 32px; }
  body.admin-bar #site-header {
    margin-top: 32px; }

.post-meta-edit-link-wrapper .post-meta {
  padding-left: 0; }
  .post-meta-edit-link-wrapper .post-meta .meta-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: nowrap; }
  .post-meta-edit-link-wrapper .post-meta .meta-icon {
    flex-shrink: 0;
    margin-right: 0.5rem; }
  .post-meta-edit-link-wrapper .post-meta a {
    color: inherit; }

.hamburger {
  padding: 1rem 1rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover, .hamburger:not(:disabled):active {
    background-color: transparent;
    border-color: transparent; }
  .hamburger:focus {
    box-shadow: inherit; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.chevron-down, .primary-menu .menu-item-has-children .icon {
  display: block;
  height: 0.7rem;
  position: absolute;
  pointer-events: none;
  transform: rotate(-45deg);
  width: 1.3rem;
  right: -0.5rem;
  top: calc(50% - 0.5rem); }
  .chevron-down:before, .primary-menu .menu-item-has-children .icon:before, .chevron-down:after, .primary-menu .menu-item-has-children .icon:after {
    content: "";
    display: block;
    background-color: currentColor;
    position: absolute;
    bottom: calc(50% - 0.1rem);
    left: 0; }
  .chevron-down:before, .primary-menu .menu-item-has-children .icon:before {
    height: 10px;
    width: 2px; }
  .chevron-down:after, .primary-menu .menu-item-has-children .icon:after {
    height: 2px;
    width: 10px; }

@media (min-width: 900px) {
  #main-nav-burger {
    display: none; } }

@media (max-width: 900px) {
  .primary-menu-wrapper {
    position: fixed;
    flex-direction: column;
    right: 100%;
    width: 100%;
    max-width: 400px;
    border-left: 1px solid #ebebeb;
    background-color: white; } }

.primary-menu-wrapper.is-active {
  right: 0;
  transition: opacity 0.15s linear, transform 0.15s linear; }

.primary-menu {
  list-style: none;
  display: flex;
  margin: 0 0 0 0;
  justify-content: space-between;
  padding: 0;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold; }
  @media (max-width: 900px) {
    .primary-menu {
      flex-direction: column;
      margin: 1rem; } }
  .primary-menu .menu-item {
    padding: 1rem; }
  .primary-menu > .menu-item {
    position: relative; }
    .primary-menu > .menu-item:last-child {
      margin-right: 0; }
    @media (max-width: 900px) {
      .primary-menu > .menu-item {
        margin: 0 -1rem 0.5rem -1rem;
        padding: 0rem 1rem 0.5rem 1rem;
        border-bottom: 1px solid #ebebeb; }
        .primary-menu > .menu-item:last-child {
          margin-right: -1rem; } }

.current-menu-item a {
  color: #C09A51 !important; }

.primary-menu .menu-item-has-children {
  padding-right: 1.5rem; }
  .primary-menu .menu-item-has-children:hover {
    right: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear; }
    .primary-menu .menu-item-has-children:hover > ul.sub-menu {
      right: 0;
      opacity: 1;
      transform: translateY(0);
      transition: opacity 0.15s linear, transform 0.15s linear; }
  .primary-menu .menu-item-has-children .sub-menu {
    opacity: 0;
    position: absolute;
    right: 9999rem;
    top: 100%;
    transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
    transform: translateY(0.6rem);
    width: 15rem;
    z-index: 1;
    border: 1px solid #ebebeb;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background-color: white; }
    .primary-menu .menu-item-has-children .sub-menu > .menu-item:not(:last-child) {
      border-bottom: 1px solid #ebebeb; }

.pagination .nav-links {
  display: flex;
  justify-content: space-between;
  margin: 0;
  width: 100%; }

button.arrow {
  cursor: pointer;
  background-color: transparent;
  width: 50px;
  height: 50px;
  padding: 0;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -75px; }
  button.arrow:hover {
    border: transparent; }
  button.arrow img {
    width: 25px;
    margin-right: 4px; }
  button.arrow.arrow-right {
    left: inherit;
    right: -75px; }
    button.arrow.arrow-right img {
      transform: rotate(180deg);
      margin-right: 0;
      margin-left: 4px; }

.widget {
  padding: 1rem;
  margin-bottom: 2rem; }

.widget-title {
  margin: 0 0 0 0 !important; }

.widget_search form > div {
  display: flex; }

.widget_search input[type=submit] {
  margin-left: 1rem; }

.widget_related-pages-list ul {
  list-style: none;
  padding-left: 0;
  margin-left: 1rem; }
  .widget_related-pages-list ul li {
    display: flex;
    align-items: center;
    text-transform: lowercase;
    font-variant: small-caps;
    line-height: 1rem;
    margin-bottom: 0.5rem; }
    .widget_related-pages-list ul li a {
      color: #858585; }
      .widget_related-pages-list ul li a:hover {
        color: #525252; }

.at-top #site-header {
  box-shadow: none; }

#site-header {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: white;
  margin-bottom: 0; }
  #site-header .header-inner {
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1060px; }
    #site-header .header-inner .header-burger-n-titles-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    #site-header .header-inner .header-titles {
      display: flex;
      align-items: center; }
    #site-header .header-inner .header-navigation-wrapper {
      flex: 1;
      max-width: 740px;
      padding-left: 20px;
      padding-right: 20px; }
      @media (max-width: 900px) {
        #site-header .header-inner .header-navigation-wrapper {
          position: fixed;
          top: 0;
          right: 0; } }

.site-title {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0 0; }
  .site-title a {
    color: inherit; }

.site-description {
  color: #999;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1.2;
  margin-left: 0.5rem; }

.home .article-hero {
  margin-top: 0; }

.article-hero {
  position: relative; }
  .article-hero .hero-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    max-width: 940px; }
    .article-hero .hero-content .title {
      color: white;
      font-size: 38px;
      font-weight: 300;
      font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
      text-transform: uppercase;
      margin-bottom: 0; }
    .article-hero .hero-content .sub-title, .article-hero .hero-content .sup-title {
      color: white;
      text-transform: uppercase;
      font-weight: 200;
      font-size: 22px;
      font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      letter-spacing: 2px; }
    .article-hero .hero-content hr {
      width: 180px;
      height: 1px;
      background: #fff;
      border: 0;
      margin: 20px auto; }
  .article-hero .hero-image-wrapper {
    position: relative;
    overflow: hidden;
    max-height: calc(100vh - 82px);
    height: 100vh; }
    .article-hero .hero-image-wrapper:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.2); }
    .article-hero .hero-image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: bottom; }

.single-profile .article-hero .hero-image-wrapper img,
.page-id-10 .article-hero .hero-image-wrapper img {
  object-position: top; }

.contact-form-container {
  max-width: 480px;
  background-color: white;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 3rem 1rem; }
  @media (min-width: 992px) {
    .contact-form-container {
      padding: 3rem; } }
  .contact-form-container h4 {
    margin-bottom: 2rem;
    margin-top: 0;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-transform: uppercase;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 18px;
    text-align: center; }
  .contact-form-container .form-terms {
    font-size: 12px; }

input, textarea {
  border-radius: 0 !important;
  border: 1px solid #4D4D4D !important; }

input {
  border: none;
  border-bottom: 1px solid #4D4D4D; }

textarea {
  border: 1px solid #4D4D4D; }

input[type=submit] {
  background-color: #C09A51;
  border: none !important;
  text-transform: uppercase;
  font-variant: small-caps;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  input[type=submit]:hover {
    background-color: #7e622d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

#site-footer {
  font-family: freight-text-pro, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  background-size: cover;
  background-image: url("/wp-content/themes/blank/src/images/footer-bg.jpg"); }
  #site-footer .section-inner, #site-footer .article-hero .hero-content, .article-hero #site-footer .hero-content, #site-footer .singular .article-body-wrapper, .singular #site-footer .article-body-wrapper, #site-footer .singular .post-listing-wrapper, .singular #site-footer .post-listing-wrapper, #site-footer .single .article-body-wrapper, .single #site-footer .article-body-wrapper, #site-footer .single .post-listing-wrapper, .single #site-footer .post-listing-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1060px;
    padding: 4rem 2rem; }
  #site-footer .contact-info {
    color: white;
    max-width: 380px; }
  #site-footer .contact-left {
    padding-right: 1rem;
    margin-bottom: 1rem; }
  #site-footer .footer-logo {
    margin-bottom: 2rem; }
  #site-footer dt, #site-footer dd {
    display: inline-block;
    margin-bottom: 0; }
  #site-footer .colophon p {
    font-size: 14px; }

/*
 *
 * CONTENTS
 * 1. Variables
 * 2. Headings
 * 3. General Elements
 * 4. Page Layout Elements
 * 5. Admin Styling
 *
 */
a {
  color: #C09A51;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover {
    color: #dbc59c;
    text-decoration: inherit;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.font-white {
  color: white; }

header {
  margin-bottom: 0; }

h1, h2, h3, h4, h5, h5 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

p, ul, ol, dl, blockquote {
  font-family: freight-text-pro, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-size: 18px; }

aside ul, aside ol, aside dl {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

h1 {
  font-weight: bold; }

h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 2rem 0; }

dl dt {
  font-weight: bold; }

dl dd {
  margin-left: 0;
  margin-bottom: 1rem; }

img {
  vertical-align: bottom; }

main {
  padding: 16px;
  max-width: 1060px; }

figure {
  margin: 0 0 0 0; }

body {
  background-color: white; }

footer {
  text-align: inherit;
  margin-bottom: 0; }
  footer p {
    margin-bottom: 1rem; }

address {
  font-size: 18px; }

.social-links {
  list-style: none;
  display: flex;
  max-width: 140px;
  justify-content: space-between;
  padding-left: 0; }

.colophon {
  text-align: center;
  color: white;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

article .content-below-header {
  display: flex;
  justify-content: space-between; }
  article .content-below-header.with-sidebar .article-content {
    margin-right: 2rem; }

section {
  margin-bottom: 0;
  padding: 4rem 0; }

.section-inner, .article-hero .hero-content, .singular .article-body-wrapper, .singular .post-listing-wrapper, .single .article-body-wrapper, .single .post-listing-wrapper {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  flex: 1;
  flex-wrap: wrap;
  padding-left: 1rem;
  padding-right: 1rem; }

.article-right-sidebar {
  min-width: 250px;
  flex: 0; }

.section-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 4rem; }
  .section-top .section-title, .section-top .widget-title {
    margin: 0 0 0 0; }

.section-title, .widget-title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 2rem 0 4rem; }

.two-columns {
  column-count: 2; }

.article-separator {
  margin: 4rem 0; }

.pagination-single-inner {
  display: flex;
  justify-content: space-between; }

body.admin-bar {
  margin-top: 32px; }
  body.admin-bar #site-header {
    margin-top: 32px; }

.post-meta-edit-link-wrapper .post-meta {
  padding-left: 0; }
  .post-meta-edit-link-wrapper .post-meta .meta-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: nowrap; }
  .post-meta-edit-link-wrapper .post-meta .meta-icon {
    flex-shrink: 0;
    margin-right: 0.5rem; }
  .post-meta-edit-link-wrapper .post-meta a {
    color: inherit; }

.singular .hero-content .primary-menu-wrapper, .single .hero-content .primary-menu-wrapper {
  display: none; }

.singular .article-body-wrapper, .singular .post-listing-wrapper, .single .article-body-wrapper, .single .post-listing-wrapper {
  margin: 3rem 0;
  display: flex; }

.singular #site-content article, .single #site-content article {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .singular #site-content article header, .single #site-content article header {
    flex-shrink: 0; }
  .singular #site-content article .article-content, .single #site-content article .article-content {
    flex: 1;
    font-family: freight-text-pro, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
    padding-left: 1rem;
    padding-right: 1rem; }
    .singular #site-content article .article-content h1, .single #site-content article .article-content h1 {
      font-family: freight-text-pro, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
      margin: 2rem 0; }
    .singular #site-content article .article-content h2, .singular #site-content article .article-content h3, .singular #site-content article .article-content h4, .singular #site-content article .article-content h5, .singular #site-content article .article-content h6, .single #site-content article .article-content h2, .single #site-content article .article-content h3, .single #site-content article .article-content h4, .single #site-content article .article-content h5, .single #site-content article .article-content h6 {
      font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
    .singular #site-content article .article-content h2, .single #site-content article .article-content h2 {
      text-transform: uppercase;
      font-size: 22px;
      color: rgba(0, 0, 0, 0.75);
      margin-bottom: 0.5rem; }

.sidebar {
  max-width: 300px;
  margin-left: 4rem; }

.blog #site-content, .search #site-content, .category #site-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.blog .article-hero,
.blog .article-content, .search .article-hero,
.search .article-content, .category .article-hero,
.category .article-content {
  flex-shrink: 0; }

.blog .article-content, .search .article-content, .category .article-content {
  margin: 2rem 1rem; }

.blog .blog-listing-section, .search .blog-listing-section, .category .blog-listing-section {
  background-color: #1D1D1D; }
  .blog .blog-listing-section .section-inner, .blog .blog-listing-section .article-hero .hero-content, .article-hero .blog .blog-listing-section .hero-content, .blog .blog-listing-section .singular .article-body-wrapper, .singular .blog .blog-listing-section .article-body-wrapper, .blog .blog-listing-section .singular .post-listing-wrapper, .singular .blog .blog-listing-section .post-listing-wrapper, .blog .blog-listing-section .single .article-body-wrapper, .single .blog .blog-listing-section .article-body-wrapper, .blog .blog-listing-section .single .post-listing-wrapper, .single .blog .blog-listing-section .post-listing-wrapper, .search .blog-listing-section .section-inner, .search .blog-listing-section .article-hero .hero-content, .article-hero .search .blog-listing-section .hero-content, .search .blog-listing-section .singular .article-body-wrapper, .singular .search .blog-listing-section .article-body-wrapper, .search .blog-listing-section .singular .post-listing-wrapper, .singular .search .blog-listing-section .post-listing-wrapper, .search .blog-listing-section .single .article-body-wrapper, .single .search .blog-listing-section .article-body-wrapper, .search .blog-listing-section .single .post-listing-wrapper, .single .search .blog-listing-section .post-listing-wrapper, .category .blog-listing-section .section-inner, .category .blog-listing-section .article-hero .hero-content, .article-hero .category .blog-listing-section .hero-content, .category .blog-listing-section .singular .article-body-wrapper, .singular .category .blog-listing-section .article-body-wrapper, .category .blog-listing-section .singular .post-listing-wrapper, .singular .category .blog-listing-section .post-listing-wrapper, .category .blog-listing-section .single .article-body-wrapper, .single .category .blog-listing-section .article-body-wrapper, .category .blog-listing-section .single .post-listing-wrapper, .single .category .blog-listing-section .post-listing-wrapper {
    display: flex; }

.blog .listing-pagination-wrapper, .search .listing-pagination-wrapper, .category .listing-pagination-wrapper {
  width: 100%;
  margin: 2rem 0; }
  @media (min-width: 767px) {
    .blog .listing-pagination-wrapper, .search .listing-pagination-wrapper, .category .listing-pagination-wrapper {
      width: calc(66% - 3rem); } }

.blog .pagination, .search .pagination, .category .pagination {
  width: 100%; }
  .blog .pagination .current, .blog .pagination .dots, .blog .pagination .placeholder, .search .pagination .current, .search .pagination .dots, .search .pagination .placeholder, .category .pagination .current, .category .pagination .dots, .category .pagination .placeholder {
    color: white; }

.blog .sidebar, .search .sidebar, .category .sidebar {
  width: 100%; }
  @media (min-width: 767px) {
    .blog .sidebar, .search .sidebar, .category .sidebar {
      width: calc(33% - 1rem); } }

.services-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .services-list h3, .services-list h4 {
    margin: 0 0 0 0;
    text-transform: uppercase; }
  .services-list h4 {
    font-weight: 200;
    font-size: 18px; }
  .services-list a {
    display: block;
    padding: 0.5rem;
    color: #333;
    text-align: center; }
    .services-list a:hover {
      color: white;
      background-color: #C09A51; }
  .services-list .parent-service-wrapper {
    border: 3px solid #C09A51;
    width: 100%;
    margin-bottom: 1rem;
    position: relative; }
    @media (min-width: 992px) {
      .services-list .parent-service-wrapper {
        width: calc(50% - 1rem); } }
    @media (min-width: 1200px) {
      .services-list .parent-service-wrapper {
        width: calc(33% - 1rem); }
        .services-list .parent-service-wrapper:hover .child-services-list {
          display: block; } }
  @media (min-width: 1200px) {
    .services-list .service, .services-list .service a {
      display: flex;
      height: 100%;
      width: 100%;
      align-items: center;
      justify-content: center; } }
  @media (max-width: 1200px) {
    .services-list .has-children .parent-service {
      border-bottom: 3px solid #C09A51; } }
  @media (min-width: 1200px) {
    .services-list .child-services-list {
      position: absolute;
      background-color: white;
      border: 3px solid #C09A51;
      z-index: 1;
      display: none; } }
  .services-list .child-service:not(:first-child) {
    border-top: 1px solid #C09A51; }

.post-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .post-listing .post-thumbnail {
    width: 100%; }
    @media (min-width: 767px) {
      .post-listing .post-thumbnail {
        width: calc(33% - 1rem); } }

.blog .post-listing .post-thumbnail {
  width: 100%; }
  @media (min-width: 767px) {
    .blog .post-listing .post-thumbnail {
      width: calc(50% - 1rem); } }

.post-thumbnail {
  background-color: white;
  padding: 1rem; }
  .post-thumbnail img {
    width: 100%;
    margin-bottom: 2rem; }
  .post-thumbnail a {
    color: rgba(0, 0, 0, 0.8); }
  .post-thumbnail .thumbnail-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    text-transform: lowercase;
    font-variant: small-caps;
    font-weight: 200; }
  .post-thumbnail h2 {
    margin: 1rem 0;
    font-size: 18px; }

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide--rtl {
    direction: rtl; }

.single-profile .article-hero svg {
  display: none; }

.single-profile .article-hero .primary-menu-wrapper {
  display: none; }

.at-top.single-profile #site-header {
  opacity: 0; }

.single-profile #site-header {
  opacity: 1; }

@media (max-width: 900px) {
  .single-profile .article-hero .hero-image-wrapper {
    background-color: black; }
    .single-profile .article-hero .hero-image-wrapper img {
      object-fit: contain; } }

.profile-thumbnail .image-wrapper {
  position: relative; }
  .profile-thumbnail .image-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.profile-thumbnail .title-block {
  width: calc(100% - 2rem);
  padding: 1rem; }
  .profile-thumbnail .title-block .profile-name {
    color: black;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0.25rem 0; }
  .profile-thumbnail .title-block .profile-title {
    color: black;
    font-size: 14px;
    font-weight: 200;
    margin: 0 0 0 0; }

.profile-thumbnail:hover .image-wrapper:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0); }

.article-hero svg.logo {
  margin-bottom: 2rem; }

.article-hero .title, .article-hero .sub-title {
  text-align: center; }

@keyframes dash {
  from {
    stroke-dashoffset: 2000; }
  to {
    stroke-dashoffset: 0; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.at-top #site-header {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .at-top #site-header .header-burger-n-titles-wrapper, .at-top #site-header .primary-menu-wrapper {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .at-top #site-header:hover {
    background-color: white;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .at-top #site-header:hover .header-burger-n-titles-wrapper, .at-top #site-header:hover .primary-menu-wrapper {
      opacity: 1;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

#site-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  #site-header .header-burger-n-titles-wrapper, #site-header .primary-menu-wrapper {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #site-header .primary-menu-wrapper {
    border-top: 1px solid rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.8); }
  #site-header .header-right-wrapper a {
    background-color: #C09A51;
    padding: 0.5rem 1rem;
    color: white;
    border: 2px solid #C09A51; }
    #site-header .header-right-wrapper a:hover {
      background-color: white;
      color: #C09A51; }

.primary-menu li a {
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  font-variant: small-caps; }
  .primary-menu li a:hover {
    color: #C09A51; }

.primary-menu-wrapper .menu-item {
  padding: 0.5rem;
  font-size: 14px; }

.at-top .article-hero .primary-menu-wrapper {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.article-hero .primary-menu-wrapper {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin-top: 4rem;
  width: 100%; }
  .article-hero .primary-menu-wrapper a {
    color: white; }

.hero-content h2 {
  text-transform: uppercase; }

.fp-block-section .section-inner, .fp-block-section .article-hero .hero-content, .article-hero .fp-block-section .hero-content, .fp-block-section .singular .article-body-wrapper, .singular .fp-block-section .article-body-wrapper, .fp-block-section .singular .post-listing-wrapper, .singular .fp-block-section .post-listing-wrapper, .fp-block-section .single .article-body-wrapper, .single .fp-block-section .article-body-wrapper, .fp-block-section .single .post-listing-wrapper, .single .fp-block-section .post-listing-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative; }

.fp-block-section svg {
  position: absolute;
  z-index: -1;
  stroke: #C09A51; }

.fp-block-section h2, .fp-block-section p {
  padding: 1rem; }
  @media (min-width: 767px) {
    .fp-block-section h2, .fp-block-section p {
      padding: 3rem; } }

.fp-block-section h2 {
  font-weight: bold;
  font-family: freight-text-pro, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-size: 34px;
  max-width: 450px;
  background-color: white;
  margin-bottom: 0; }
  @media (min-width: 767px) {
    .fp-block-section h2 {
      font-size: 48px; } }

.fp-block-section p {
  font-size: 24px;
  max-width: 620px;
  align-self: flex-end;
  background-color: white; }

.js .fp-block-section h2, .js .fp-block-section p, .js .fp-block-section rect {
  opacity: 0; }

.js .fp-block-section.active h2, .js .fp-block-section.active p {
  opacity: 1;
  animation: fadeInUp 300ms linear; }

.js .fp-block-section.active rect {
  opacity: 1;
  stroke-dasharray: 2000;
  animation: dash 1.3s linear; }

.fp-section-dark {
  background-color: transparent;
  position: relative; }
  .fp-section-dark:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background-color: #1D1D1D; }
  .fp-section-dark.fp-block-section h2, .fp-section-dark.fp-block-section p {
    color: white;
    background-color: #1D1D1D; }
  .fp-section-dark .section-title a, .fp-section-dark .widget-title a {
    color: white; }

.fp-reasons-section {
  background-color: #1D1D1D; }
  .fp-reasons-section .block-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .fp-reasons-section .reason-block {
    border: 1px solid white;
    width: 100%;
    position: relative;
    margin-bottom: 1rem; }
    @media (min-width: 992px) {
      .fp-reasons-section .reason-block {
        width: calc(50% - 2rem); } }
    @media (min-width: 1200px) {
      .fp-reasons-section .reason-block {
        width: calc(33% - 2rem); } }
    .fp-reasons-section .reason-block .number {
      position: absolute;
      top: 20px;
      left: -30px;
      background-color: #C09A51;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 44px;
      font-weight: bold; }
    .fp-reasons-section .reason-block .content {
      padding: 20px 1rem 1rem 45px; }
  .fp-reasons-section .number, .fp-reasons-section h2, .fp-reasons-section p {
    color: white; }
  .fp-reasons-section h2 {
    text-transform: lowercase;
    font-variant: small-caps;
    font-size: 34px;
    margin: 0 0 1rem 0;
    line-height: 1.5rem; }

svg.logo {
  fill: #C09A51; }

main#site-content {
  padding: 0 0 0 0;
  max-width: 100%; }

.title-block.has-sub-title .entry-title {
  margin-top: 0.25rem; }

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

.profile-list.slider {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.profile-thumbnail {
  position: relative;
  width: 100%; }
  @media (min-width: 767px) {
    .profile-thumbnail {
      width: calc(33% - 1rem); } }
  .profile-thumbnail img {
    width: 100%; }

.post-thumbnail {
  margin-bottom: 2rem; }
  .post-thumbnail .title-block {
    padding: 1rem; }
    .post-thumbnail .title-block .entry-categories a, .post-thumbnail .title-block .entry-title a {
      color: #444; }
    .post-thumbnail .title-block .entry-categories-inner {
      text-transform: inherit;
      font-variant: inherit; }
    .post-thumbnail .title-block .entry-title {
      font-size: 28px; }

.sidebar .sidebar-block, .sidebar .widget {
  background-color: white;
  border: 3px solid #C09A51;
  padding: 1rem;
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .sidebar .sidebar-block a, .sidebar .widget a {
    color: rgba(0, 0, 0, 0.8); }
  .sidebar .sidebar-block h4, .sidebar .widget h4 {
    text-transform: uppercase;
    font-size: 22px;
    text-align: center; }
  .sidebar .sidebar-block svg, .sidebar .widget svg {
    width: 18px;
    margin-right: 0.5rem; }
  .sidebar .sidebar-block ul, .sidebar .widget ul {
    list-style: none;
    padding-left: 0; }
    .sidebar .sidebar-block ul li, .sidebar .widget ul li {
      margin-bottom: 0.25rem; }
      .sidebar .sidebar-block ul li a, .sidebar .widget ul li a {
        display: flex; }

.sidebar .contact-info.sidebar-block {
  text-transform: uppercase; }
  .sidebar .contact-info.sidebar-block a:hover {
    color: #C09A51; }

.sidebar .associations.sidebar-block ul {
  color: #4E4E4E; }

.home h1 {
  line-height: 1em; }


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