/*!
Theme Name: kronos
Theme URI: https://infomedia.com
Author: Luke Skywalker
Version: 0.0.3
Text Domain: kronos
Copyright 2017. MIT licensed.
 */


@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 13, assets/css/sass/base/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 25, assets/css/sass/base/_normalize.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 33, assets/css/sass/base/_normalize.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 42, assets/css/sass/base/_normalize.scss */
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.
 */
/* line 55, assets/css/sass/base/_normalize.scss */
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.
 */
/* line 66, assets/css/sass/base/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 78, assets/css/sass/base/_normalize.scss */
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.
 */
/* line 87, assets/css/sass/base/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 97, assets/css/sass/base/_normalize.scss */
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.
 */
/* line 107, assets/css/sass/base/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 118, assets/css/sass/base/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 135, assets/css/sass/base/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 139, assets/css/sass/base/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 150, assets/css/sass/base/_normalize.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 162, assets/css/sass/base/_normalize.scss */
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.
 */
/* line 178, assets/css/sass/base/_normalize.scss */
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.
 */
/* line 188, assets/css/sass/base/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 197, assets/css/sass/base/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 208, assets/css/sass/base/_normalize.scss */
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.
 */
/* line 220, assets/css/sass/base/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 231, assets/css/sass/base/_normalize.scss */
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.
 */
/* line 242, assets/css/sass/base/_normalize.scss */
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.
 */
/* line 255, assets/css/sass/base/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 263, assets/css/sass/base/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 272, assets/css/sass/base/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 282, assets/css/sass/base/_normalize.scss */
[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.
 */
/* line 292, assets/css/sass/base/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 301, assets/css/sass/base/_normalize.scss */
[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.
 */
/* line 310, assets/css/sass/base/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 322, assets/css/sass/base/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 330, assets/css/sass/base/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 341, assets/css/sass/base/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 349, assets/css/sass/base/_normalize.scss */
[hidden] {
  display: none;
}

/* line 3, assets/css/sass/base/_placeholders.scss */
.message-error, .message-valid, .message-warning, .message-info {
  padding: 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: bold;
}

/* line 9, assets/css/sass/base/_placeholders.scss */
.message-error {
  color: red;
}

/* line 14, assets/css/sass/base/_placeholders.scss */
.message-valid {
  color: green;
}

/* line 19, assets/css/sass/base/_placeholders.scss */
.message-warning {
  color: orange;
}

/* line 24, assets/css/sass/base/_placeholders.scss */
.message-info {
  color: blue;
}

@font-face {
  font-family: 'domaine-display';
  src: url("../fonts/domaine-display-web-bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'domaine-text';
  src: url("../fonts/domaine-text-web-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

/* line 81, assets/css/sass/base/_typography.scss */
html,
body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", "Roboto", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

/* line 90, assets/css/sass/base/_typography.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h5 {
  font-family: "domaine-display", serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0.75rem 0 0;
}

/* line 99, assets/css/sass/base/_typography.scss */
h1, .h1 {
  font-size: calc(1.99996875rem + 0.81253125 * ( (100vw - 420px) / 480));
}

@media screen and (max-width: 420px) {
  /* line 99, assets/css/sass/base/_typography.scss */
  h1, .h1 {
    font-size: 1.99996875rem;
  }
}

@media screen and (min-width: 900px) {
  /* line 99, assets/css/sass/base/_typography.scss */
  h1, .h1 {
    font-size: 2.8125rem;
  }
}

/* line 102, assets/css/sass/base/_typography.scss */
h2, .h2 {
  font-size: calc(1.5623125rem + 0.6251875 * ( (100vw - 420px) / 480));
}

@media screen and (max-width: 420px) {
  /* line 102, assets/css/sass/base/_typography.scss */
  h2, .h2 {
    font-size: 1.5623125rem;
  }
}

@media screen and (min-width: 900px) {
  /* line 102, assets/css/sass/base/_typography.scss */
  h2, .h2 {
    font-size: 2.1875rem;
  }
}

/* line 105, assets/css/sass/base/_typography.scss */
h3, .h3 {
  font-size: calc(1.125rem + 0.4375 * ( (100vw - 420px) / 480));
}

@media screen and (max-width: 420px) {
  /* line 105, assets/css/sass/base/_typography.scss */
  h3, .h3 {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 900px) {
  /* line 105, assets/css/sass/base/_typography.scss */
  h3, .h3 {
    font-size: 1.5625rem;
  }
}

/* line 108, assets/css/sass/base/_typography.scss */
h4, .h4 {
  font-size: calc(0.984375rem + 0.140625 * ( (100vw - 420px) / 480));
}

@media screen and (max-width: 420px) {
  /* line 108, assets/css/sass/base/_typography.scss */
  h4, .h4 {
    font-size: 0.984375rem;
  }
}

@media screen and (min-width: 900px) {
  /* line 108, assets/css/sass/base/_typography.scss */
  h4, .h4 {
    font-size: 1.125rem;
  }
}

/* line 111, assets/css/sass/base/_typography.scss */
h5, .h5 {
  font-size: calc(0.9375rem + 0.0625 * ( (100vw - 420px) / 480));
}

@media screen and (max-width: 420px) {
  /* line 111, assets/css/sass/base/_typography.scss */
  h5, .h5 {
    font-size: 0.9375rem;
  }
}

@media screen and (min-width: 900px) {
  /* line 111, assets/css/sass/base/_typography.scss */
  h5, .h5 {
    font-size: 1rem;
  }
}

/* line 114, assets/css/sass/base/_typography.scss */
h6, .h6 {
  font-size: calc(0.7109375rem + 0.1640625 * ( (100vw - 420px) / 480));
}

@media screen and (max-width: 420px) {
  /* line 114, assets/css/sass/base/_typography.scss */
  h6, .h6 {
    font-size: 0.7109375rem;
  }
}

@media screen and (min-width: 900px) {
  /* line 114, assets/css/sass/base/_typography.scss */
  h6, .h6 {
    font-size: 0.875rem;
  }
}

/* line 117, assets/css/sass/base/_typography.scss */
span.h1, span.h2, span.h3, span.h4, span.h5, span.h6 {
  display: block;
}

/* line 120, assets/css/sass/base/_typography.scss */
p {
  margin: 0 0 1.6em;
}

/* line 124, assets/css/sass/base/_typography.scss */
a {
  color: #425563;
  text-decoration: none;
  transition: color 0.1s linear;
  font-weight: bold;
}

/* line 130, assets/css/sass/base/_typography.scss */
a:active, a:focus, a:hover {
  color: #232e35;
}

/* line 136, assets/css/sass/base/_typography.scss */
a:active, a:focus {
  outline: none;
}

/* line 141, assets/css/sass/base/_typography.scss */
pre {
  padding: 20px;
  background: #ddd;
  border: 1px solid #999;
}

/* line 146, assets/css/sass/base/_typography.scss */
code {
  background: #ddd;
  border: 1px solid #999;
  color: #333;
  display: inline-block;
  border-radius: 2px;
  padding: 0 8px;
  font-size: 0.8125em;
}

/* line 155, assets/css/sass/base/_typography.scss */
blockquote {
  border-left: 5px solid #bc955c;
  background-color: #ddd;
  padding: 10px;
}

/* line 160, assets/css/sass/base/_typography.scss */
blockquote cite {
  clear: both;
  display: block;
  margin-top: 5px;
}

/* line 2, assets/css/sass/layout/_containers.scss */
html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* line 6, assets/css/sass/layout/_containers.scss */
.wrap {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  padding: 0 1.5625em;
}

/* line 20, assets/css/sass/vendor/bourbon/addons/_clearfix.scss */
.wrap::after {
  clear: both;
  content: "";
  display: table;
}

/* line 11, assets/css/sass/layout/_containers.scss */
.full-width-block {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

@media screen and (max-width: 48em) {
  /* line 19, assets/css/sass/layout/_containers.scss */
  .mobile-full-wrap {
    margin-left: -25px;
    margin-right: -25px;
  }
}

/* line 26, assets/css/sass/layout/_containers.scss */
.main {
  padding: 50px 0;
  min-height: 800px;
}

/* line 33, assets/css/sass/layout/_containers.scss */
html.no-scroll, body.no-scroll {
  margin: 0;
  height: 100%;
  overflow-y: scroll;
}

/* line 40, assets/css/sass/layout/_containers.scss */
.flex-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
}

/* line 45, assets/css/sass/layout/_containers.scss */
.flex-wrap .col {
  width: 100%;
}

@media (min-width: 960px) {
  /* line 40, assets/css/sass/layout/_containers.scss */
  .flex-wrap {
    flex-direction: row;
  }
  /* line 51, assets/css/sass/layout/_containers.scss */
  .flex-wrap .col.-col-33 {
    width: 33.333%;
  }
}

/* line 58, assets/css/sass/layout/_containers.scss */
.max-width-800px {
  max-width: 800px;
  margin: 1em auto;
}

/* line 3, assets/css/sass/layout/_header.scss */
.site-header {
  background-color: transparent;
  padding: 0;
  position: relative;
  z-index: 99;
}

/* line 8, assets/css/sass/layout/_header.scss */
.site-header #site-title {
  width: 120px;
  left: 12px;
  top: 12px;
  position: absolute;
  height: 100%;
}

/* line 14, assets/css/sass/layout/_header.scss */
.site-header #site-title a {
  display: block;
  width: 100%;
}

/* line 17, assets/css/sass/layout/_header.scss */
.site-header #site-title a svg {
  width: 100%;
  height: 100%;
}

/* line 20, assets/css/sass/layout/_header.scss */
.site-header #site-title a svg path {
  transition: fill .35s ease-out;
}

/* line 26, assets/css/sass/layout/_header.scss */
.site-header #site-title.-open svg path {
  fill: #425563;
}

/* line 31, assets/css/sass/layout/_header.scss */
.site-header p.site-description {
  display: none;
}

@media (min-width: 960px) {
  /* line 35, assets/css/sass/layout/_header.scss */
  .site-header #site-title {
    top: 45px;
    left: 55px;
    width: 10vw;
    max-width: 227px;
    width: 100%;
  }
}

/* line 44, assets/css/sass/layout/_header.scss */
.hero.-home {
  height: 0;
  padding-top: 75%;
  position: relative;
}

/* line 48, assets/css/sass/layout/_header.scss */
.hero.-home .headline {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  margin: 0 auto;
  left: 0;
  width: 100%;
  display: none;
}

/* line 59, assets/css/sass/layout/_header.scss */
.hero.-home .home-video {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 66, assets/css/sass/layout/_header.scss */
.hero.-home .video-banner {
  position: absolute;
  bottom: 20px;
  height: 20px;
  color: #fff;
  text-align: right;
  font-size: 18px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 2em;
}

/* line 76, assets/css/sass/layout/_header.scss */
.hero.-home .video-banner a {
  color: #fff;
}

/* line 78, assets/css/sass/layout/_header.scss */
.hero.-home .video-banner a:hover {
  text-decoration: underline;
}

@media (min-width: 960px) {
  /* line 44, assets/css/sass/layout/_header.scss */
  .hero.-home {
    padding-top: 56.25%;
  }
  /* line 85, assets/css/sass/layout/_header.scss */
  .hero.-home .home-video {
    width: 100%;
    height: auto;
  }
  /* line 89, assets/css/sass/layout/_header.scss */
  .hero.-home .video-banner {
    bottom: 150px;
  }
}

/* line 95, assets/css/sass/layout/_header.scss */
.hero {
  background-size: cover;
  background-position: center;
  background-color: #425563;
  position: relative;
  height: 360px;
}

/* line 101, assets/css/sass/layout/_header.scss */
.hero .headline {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

/* line 111, assets/css/sass/layout/_header.scss */
.post-contact-us .hero {
  background-image: url(/wp-content/themes/kronos/assets/img/Contact-Hero.jpg) !important;
  background-size: cover;
  background-position: center;
  height: 600px;
}

/* line 3, assets/css/sass/layout/_footer.scss */
.site-footer {
  background-color: #425563;
  padding: 20px;
  padding: 100px 20px;
  color: #fff;
}

/* line 8, assets/css/sass/layout/_footer.scss */
.site-footer a {
  color: #fff;
}

/* line 10, assets/css/sass/layout/_footer.scss */
.site-footer a:hover {
  color: #fff;
}

/* line 14, assets/css/sass/layout/_footer.scss */
.site-footer .logo-col {
  text-align: center;
}

/* line 16, assets/css/sass/layout/_footer.scss */
.site-footer .logo-col svg {
  max-width: 100%;
}

/* line 18, assets/css/sass/layout/_footer.scss */
.site-footer .logo-col svg path {
  fill: #fff;
}

@media screen and (max-width: 30em) {
  /* line 14, assets/css/sass/layout/_footer.scss */
  .site-footer .logo-col {
    margin-bottom: 2em;
  }
}

/* line 29, assets/css/sass/layout/_footer.scss */
.site-footer .address-col .address-wrap .sm a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin-left: 0.5em;
}

/* line 34, assets/css/sass/layout/_footer.scss */
.site-footer .address-col .address-wrap .sm a:hover {
  color: #fff;
}

/* line 41, assets/css/sass/layout/_footer.scss */
.site-footer .address-col .logos-container .remax-logo {
  max-width: 250px;
  display: block;
}

/* line 45, assets/css/sass/layout/_footer.scss */
.site-footer .address-col .logos-container .EOH-logo {
  max-width: 44px;
  display: inline-block;
}

/* line 49, assets/css/sass/layout/_footer.scss */
.site-footer .address-col .logos-container .MLS-logo {
  max-width: 82px;
  display: inline-block;
  margin-left: 1em;
}

/* line 54, assets/css/sass/layout/_footer.scss */
.site-footer .address-col .logos-container .remax-fb {
  font-size: 24px;
  margin-left: 0.5em;
  vertical-align: 4px;
}

/* line 59, assets/css/sass/layout/_footer.scss */
.site-footer .address-col .logos-container .attribution {
  margin-top: 1em;
}

@media screen and (max-width: 30em) {
  /* line 26, assets/css/sass/layout/_footer.scss */
  .site-footer .address-col {
    font-size: 14px;
    margin-bottom: 2em;
  }
}

/* line 68, assets/css/sass/layout/_footer.scss */
.site-footer .contact-col {
  box-sizing: border-box;
}

/* line 71, assets/css/sass/layout/_footer.scss */
.site-footer .contact-col .button- {
  padding: 1em 0;
  display: block;
}

@media screen and (max-width: 30em) {
  /* line 68, assets/css/sass/layout/_footer.scss */
  .site-footer .contact-col {
    padding-left: 0;
  }
}

/* line 81, assets/css/sass/layout/_footer.scss */
.site-info {
  text-align: center;
}

/* line 83, assets/css/sass/layout/_footer.scss */
.site-info a {
  color: #fff;
}

/* line 85, assets/css/sass/layout/_footer.scss */
.site-info a:hover {
  color: #fff;
}

/* line 89, assets/css/sass/layout/_footer.scss */
.site-info p {
  display: inline;
  margin: 0 10px;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
/* line 8, assets/js/vendor/featherlight/release/featherlight.min.css */
html.with-featherlight {
  overflow: hidden;
}

/* line 8, assets/js/vendor/featherlight/release/featherlight.min.css */
.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}

/* line 8, assets/js/vendor/featherlight/release/featherlight.min.css */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

/* line 8, assets/js/vendor/featherlight/release/featherlight.min.css */
.featherlight:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 8, assets/js/vendor/featherlight/release/featherlight.min.css */
.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}

/* line 8, assets/js/vendor/featherlight/release/featherlight.min.css */
.featherlight .featherlight-inner {
  display: block;
}

/* line 8, assets/js/vendor/featherlight/release/featherlight.min.css */
.featherlight link.featherlight-inner, .featherlight script.featherlight-inner, .featherlight style.featherlight-inner {
  display: none;
}

/* line 8, assets/js/vendor/featherlight/release/featherlight.min.css */
.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial,sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}

/* line 8, assets/js/vendor/featherlight/release/featherlight.min.css */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 8, assets/js/vendor/featherlight/release/featherlight.min.css */
.featherlight .featherlight-image {
  width: 100%;
}

/* line 8, assets/js/vendor/featherlight/release/featherlight.min.css */
.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

/* line 8, assets/js/vendor/featherlight/release/featherlight.min.css */
.featherlight iframe {
  border: 0;
}

/* line 8, assets/js/vendor/featherlight/release/featherlight.min.css */
.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  /* line 8, assets/js/vendor/featherlight/release/featherlight.min.css */
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

@media print {
  /* line 8, assets/js/vendor/featherlight/release/featherlight.min.css */
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}

/* line 3, assets/css/sass/modules/_buttons.scss */
button, input[type="button"], input[type="reset"], input[type="submit"],
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", "Roboto", "Arial", sans-serif;
  font-size: 1rem;
  border: none;
  border-radius: 2px;
}

/* line 20, assets/css/sass/modules/_buttons.scss */
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"],
.button:hover, button:focus, input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"],
.button:focus {
  outline: inherit;
  outline-color: transparent;
}

/* line 26, assets/css/sass/modules/_buttons.scss */
button:disabled, input:disabled[type="button"], input:disabled[type="reset"], input:disabled[type="submit"],
.button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 34, assets/css/sass/modules/_buttons.scss */
button, input[type="button"], input[type="reset"], input[type="submit"],
button,
.button {
  background-color: #425563;
  color: #fff;
  border: 1px solid #425563;
  margin: 0 5px 5px 0;
}

/* line 43, assets/css/sass/modules/_buttons.scss */
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #232e35;
  color: #fff;
}

/* line 49, assets/css/sass/modules/_buttons.scss */
.btn-1 {
  background-color: #425563;
  border-color: #425563;
}

/* line 53, assets/css/sass/modules/_buttons.scss */
.btn-1:hover, .btn-1:focus {
  background-color: #232e35;
}

/* line 58, assets/css/sass/modules/_buttons.scss */
.btn-1-alt {
  background-color: #fff;
  color: #425563;
  border-color: #425563;
}

/* line 63, assets/css/sass/modules/_buttons.scss */
.btn-1-alt:hover, .btn-1-alt:focus {
  background-color: #c9d3db;
  color: #425563;
}

/* line 69, assets/css/sass/modules/_buttons.scss */
.btn-2 {
  background-color: #bc955c;
  border-color: #bc955c;
}

/* line 73, assets/css/sass/modules/_buttons.scss */
.btn-2:hover, .btn-2:focus {
  background-color: #906e3b;
}

/* line 78, assets/css/sass/modules/_buttons.scss */
.btn-2-alt {
  background-color: #fff;
  color: #bc955c;
  border-color: #bc955c;
}

/* line 83, assets/css/sass/modules/_buttons.scss */
.btn-2-alt:hover, .btn-2-alt:focus {
  background-color: #e9dcc8;
  color: #bc955c;
}

/* line 89, assets/css/sass/modules/_buttons.scss */
.btn-3 {
  background-color: #C5CFDA;
  border-color: #C5CFDA;
}

/* line 93, assets/css/sass/modules/_buttons.scss */
.btn-3:hover, .btn-3:focus {
  background-color: #96a8bc;
}

/* line 98, assets/css/sass/modules/_buttons.scss */
.btn-3-alt {
  background-color: #fff;
  color: #C5CFDA;
  border-color: #C5CFDA;
}

/* line 103, assets/css/sass/modules/_buttons.scss */
.btn-3-alt:hover, .btn-3-alt:focus {
  background-color: white;
  color: #C5CFDA;
}

/* line 7, assets/css/sass/modules/_forms.scss */
fieldset {
  background-color: #f7f6f6;
  border: 1px solid #ddd;
  margin: 0 0 0.75rem;
  padding: 1.5rem;
}

/* line 14, assets/css/sass/modules/_forms.scss */
input,
label,
select {
  display: block;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", "Roboto", "Arial", sans-serif;
  font-size: 1rem;
}

/* line 22, assets/css/sass/modules/_forms.scss */
label {
  font-weight: 600;
  margin-bottom: 0.375rem;
}

/* line 26, assets/css/sass/modules/_forms.scss */
label.required::after {
  content: "*";
}

/* line 30, assets/css/sass/modules/_forms.scss */
label abbr {
  display: none;
}

/* line 35, assets/css/sass/modules/_forms.scss */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", "Roboto", "Arial", sans-serif;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: border-color;
  width: 100%;
}

/* line 50, assets/css/sass/modules/_forms.scss */
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: #c4c3c3;
}

/* line 54, assets/css/sass/modules/_forms.scss */
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
  border-color: #c4c3c3;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(56, 72, 84, 0.2);
  outline: none;
}

/* line 61, assets/css/sass/modules/_forms.scss */
textarea {
  resize: vertical;
}

/* line 65, assets/css/sass/modules/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* line 69, assets/css/sass/modules/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375rem;
}

/* line 75, assets/css/sass/modules/_forms.scss */
input[type="file"] {
  padding-bottom: 0.75rem;
  width: 100%;
}

/* line 80, assets/css/sass/modules/_forms.scss */
select {
  margin-bottom: 1.5rem;
  max-width: 100%;
  width: auto;
}

/* line 3, assets/css/sass/modules/_tables.scss */
table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75rem 0;
  table-layout: fixed;
  width: 100%;
}

/* line 11, assets/css/sass/modules/_tables.scss */
th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75rem 0;
  text-align: left;
}

/* line 18, assets/css/sass/modules/_tables.scss */
td {
  border-bottom: 1px solid #ddd;
  padding: 0.75rem 0;
}

/* line 23, assets/css/sass/modules/_tables.scss */
tr,
td,
th {
  vertical-align: middle;
}

/* line 2, assets/css/sass/modules/_lists.scss */
.entry-content ul,
ul.default,
ul.default ul {
  list-style-type: disc;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
}

/* line 7, assets/css/sass/modules/_lists.scss */
.entry-content ol,
ol.default,
ol.default ol {
  list-style-type: decimal;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
}

/* line 13, assets/css/sass/modules/_lists.scss */
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 24, assets/css/sass/modules/_lists.scss */
.entry-content ul ul,
ul.default ul,
ul.default ul ul {
  list-style-type: circle;
  margin-bottom: 0;
}

/* line 33, assets/css/sass/modules/_lists.scss */
.entry-content ol ol,
ol.default ol,
ol.default ol ol {
  list-style-type: upper-alpha;
  margin-bottom: 0;
}

/* line 39, assets/css/sass/modules/_lists.scss */
dl {
  margin-bottom: 0.75rem;
}

/* line 42, assets/css/sass/modules/_lists.scss */
dl dt {
  font-weight: bold;
  margin-top: 0.75rem;
}

/* line 47, assets/css/sass/modules/_lists.scss */
dl dd {
  margin: 0;
}

/* line 3, assets/css/sass/modules/_img-videos.scss */
.video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

/* line 9, assets/css/sass/modules/_img-videos.scss */
.video-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 19, assets/css/sass/modules/_img-videos.scss */
.featherlight .featherlight-content {
  position: static;
}

/* line 22, assets/css/sass/modules/_img-videos.scss */
.featherlight .featherlight-close-icon {
  top: 30px;
  right: 30px;
}

/* line 28, assets/css/sass/modules/_img-videos.scss */
.featherlight-previous,
.featherlight-next {
  color: rgba(255, 255, 255, 0.5);
  font-size: 30px;
  position: absolute;
  margin-top: 25px;
}

@media screen and (min-width: 48em) {
  /* line 28, assets/css/sass/modules/_img-videos.scss */
  .featherlight-previous,
  .featherlight-next {
    top: 50%;
    transform: translateY(-50%);
  }
}

/* line 39, assets/css/sass/modules/_img-videos.scss */
.featherlight-previous {
  left: 36%;
}

@media screen and (min-width: 48em) {
  /* line 39, assets/css/sass/modules/_img-videos.scss */
  .featherlight-previous {
    left: 50px;
  }
}

/* line 45, assets/css/sass/modules/_img-videos.scss */
.featherlight-next {
  right: 36%;
}

@media screen and (min-width: 48em) {
  /* line 45, assets/css/sass/modules/_img-videos.scss */
  .featherlight-next {
    right: 50px;
  }
}

/* line 51, assets/css/sass/modules/_img-videos.scss */
.featherlight {
  padding: 25px;
}

/* line 58, assets/css/sass/modules/_img-videos.scss */
.slider-gallery,
.slider-gallery {
  display: unset;
}

/* line 60, assets/css/sass/modules/_img-videos.scss */
.slider-gallery,
.slider-gallery {
  list-style: none;
  padding: 0;
}

/* line 64, assets/css/sass/modules/_img-videos.scss */
.slider-gallery .slick-arrow:before,
.slider-gallery .slick-arrow:before {
  color: #333;
}

/* line 67, assets/css/sass/modules/_img-videos.scss */
.slider-gallery .wp-block-image,
.slider-gallery .wp-block-image {
  margin: 0 !important;
}

/* line 69, assets/css/sass/modules/_img-videos.scss */
.slider-gallery .wp-block-image a,
.slider-gallery .wp-block-image a {
  padding: 5px;
}

/* line 74, assets/css/sass/modules/_img-videos.scss */
.slider-gallery .wp-block-image a img,
.slider-gallery .wp-block-image a img {
  width: 100%;
  margin: 0 auto;
}

/* line 2, assets/css/sass/modules/_navigation.scss */
.nav-container {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  color: #425563;
  transition: opacity .35s ease-out;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

/* line 17, assets/css/sass/modules/_navigation.scss */
.nav-container.-open {
  opacity: 1;
  pointer-events: auto;
}

/* line 21, assets/css/sass/modules/_navigation.scss */
.nav-container .nav {
  text-align: center;
  font-size: 2em;
}

/* line 26, assets/css/sass/modules/_navigation.scss */
.nav-container .nav .menu li a {
  font-family: "domaine-display", serif;
  color: #425563;
}

/* line 29, assets/css/sass/modules/_navigation.scss */
.nav-container .nav .menu li a:hover {
  color: #bc955c;
}

@media (min-width: 960px) {
  /* line 37, assets/css/sass/modules/_navigation.scss */
  .nav-container .nav {
    font-size: 3em;
  }
}

/* line 44, assets/css/sass/modules/_navigation.scss */
.nav-toggle {
  right: 23px;
  top: 32px;
  font-size: 32px;
  position: absolute;
  z-index: 999;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* line 52, assets/css/sass/modules/_navigation.scss */
.nav-toggle:active, .nav-toggle:focus {
  color: #fff;
}

/* line 55, assets/css/sass/modules/_navigation.scss */
.nav-toggle:hover {
  color: #bc955c;
}

/* line 58, assets/css/sass/modules/_navigation.scss */
.nav-toggle.-open {
  color: #425563;
}

/* line 60, assets/css/sass/modules/_navigation.scss */
.nav-toggle.-open:active, .nav-toggle.-open:focus {
  color: #425563;
}

/* line 63, assets/css/sass/modules/_navigation.scss */
.nav-toggle.-open:hover {
  color: #bc955c;
}

/* line 66, assets/css/sass/modules/_navigation.scss */
.nav-toggle.-open i::before {
  content: "\f00d";
}

@media (min-width: 960px) {
  /* line 44, assets/css/sass/modules/_navigation.scss */
  .nav-toggle {
    top: 55px;
    right: 84px;
  }
}

/* line 3, assets/css/sass/modules/_misc.scss */
hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5rem 0;
}

/* line 11, assets/css/sass/modules/_misc.scss */
img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto;
}

/* line 18, assets/css/sass/modules/_misc.scss */
ul.list, ol.list {
  margin-left: 1.25em;
  list-style-position: inside;
  list-style-type: disc;
}

/* line 23, assets/css/sass/modules/_misc.scss */
ol.list {
  list-style-type: decimal;
}

/* line 25, assets/css/sass/modules/_misc.scss */
ol.list li ul {
  list-style-type: lower-alpha;
  margin-left: 1.25em;
}

/* line 31, assets/css/sass/modules/_misc.scss */
.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 35, assets/css/sass/modules/_misc.scss */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 41, assets/css/sass/modules/_misc.scss */
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 46, assets/css/sass/modules/_misc.scss */
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 51, assets/css/sass/modules/_misc.scss */
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 56, assets/css/sass/modules/_misc.scss */
a img.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 60, assets/css/sass/modules/_misc.scss */
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 65, assets/css/sass/modules/_misc.scss */
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 71, assets/css/sass/modules/_misc.scss */
.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;
}

/* line 79, assets/css/sass/modules/_misc.scss */
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 83, assets/css/sass/modules/_misc.scss */
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

/* line 87, assets/css/sass/modules/_misc.scss */
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

/* line 91, assets/css/sass/modules/_misc.scss */
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

/* line 100, assets/css/sass/modules/_misc.scss */
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
/* line 108, assets/css/sass/modules/_misc.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

/* line 137, assets/css/sass/modules/_misc.scss */
.pagination {
  text-align: center;
  margin: 15px 0;
}

/* line 140, assets/css/sass/modules/_misc.scss */
.pagination .page-numbers {
  padding: 2px 5px;
}

/* line 21, assets/css/sass/modules/_blocks.scss */
.infoblock {
  margin-bottom: 60px;
}

/* line 23, assets/css/sass/modules/_blocks.scss */
.infoblock:last-of-type {
  margin-bottom: 0;
}

/* line 4, assets/css/sass/pages/_design-styles.scss */
.post-design-styles hr {
  margin: 60px 0 40px;
}

/* line 9, assets/css/sass/pages/_design-styles.scss */
h2.style-guide-heading {
  color: #425563;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", "Roboto", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 0;
  line-height: 1;
}

/* line 21, assets/css/sass/pages/_design-styles.scss */
#style-guide-colors {
  text-align: center;
}

/* line 23, assets/css/sass/pages/_design-styles.scss */
#style-guide-colors div {
  display: block;
  width: 100px;
  height: 100px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid;
}

/* line 38, assets/css/sass/pages/_design-styles.scss */
#style-guide-colors .brandOne {
  background: #425563;
  border-color: #425563;
}

/* line 42, assets/css/sass/pages/_design-styles.scss */
#style-guide-colors .brandTwo {
  background: #bc955c;
  border-color: #bc955c;
}

/* line 46, assets/css/sass/pages/_design-styles.scss */
#style-guide-colors .brandThree {
  background: #C5CFDA;
  border-color: #C5CFDA;
}

/* line 50, assets/css/sass/pages/_design-styles.scss */
#style-guide-colors .black {
  background: #000;
  border-color: #000;
}

/* line 54, assets/css/sass/pages/_design-styles.scss */
#style-guide-colors .darkGray {
  background: #333;
  border-color: #333;
}

/* line 58, assets/css/sass/pages/_design-styles.scss */
#style-guide-colors .medGray {
  background: #999;
  border-color: #999;
}

/* line 62, assets/css/sass/pages/_design-styles.scss */
#style-guide-colors .lightGray {
  background: #ddd;
  border-color: #ddd;
  color: #333;
}

/* line 67, assets/css/sass/pages/_design-styles.scss */
#style-guide-colors .white {
  background: #fff;
  border-color: #999;
  color: #333;
}

/* line 76, assets/css/sass/pages/_design-styles.scss */
#style-guide-type ul {
  list-style: none;
  display: inline;
  padding: 0;
}

/* line 81, assets/css/sass/pages/_design-styles.scss */
#style-guide-type ul li {
  display: inline-block;
  width: 100%;
}

/* line 93, assets/css/sass/pages/_design-styles.scss */
#style-guide-type span {
  width: 50px;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", "Roboto", "Arial", sans-serif;
  font-weight: normal;
  font-size: 18px;
  display: inline-block;
  color: #bc955c;
  font-weight: bold;
}

/* line 103, assets/css/sass/pages/_design-styles.scss */
#style-guide-type .ex-p {
  padding-left: 50px;
}

/* line 109, assets/css/sass/pages/_design-styles.scss */
#style-guide-buttons {
  text-align: center;
}

/* line 115, assets/css/sass/pages/_design-styles.scss */
.style-guide-logos div {
  padding: 100px 5%;
  text-align: center;
  margin-bottom: 64px;
  border: 1px solid gray;
}

/* line 121, assets/css/sass/pages/_design-styles.scss */
.style-guide-logos .tan {
  background-color: #fff;
}

/* line 123, assets/css/sass/pages/_design-styles.scss */
.style-guide-logos .tan svg path {
  fill: #bc955c;
}

/* line 127, assets/css/sass/pages/_design-styles.scss */
.style-guide-logos .blue {
  background-color: #fff;
}

/* line 129, assets/css/sass/pages/_design-styles.scss */
.style-guide-logos .blue svg path {
  fill: #425563;
}

/* line 133, assets/css/sass/pages/_design-styles.scss */
.style-guide-logos .white {
  background-color: #bc955c;
}

/* line 135, assets/css/sass/pages/_design-styles.scss */
.style-guide-logos .white svg path {
  fill: #fff;
}

/* line 139, assets/css/sass/pages/_design-styles.scss */
.style-guide-logos .ice-blue {
  background-color: #bc955c;
}

/* line 141, assets/css/sass/pages/_design-styles.scss */
.style-guide-logos .ice-blue svg path {
  fill: #C5CFDA;
}

/* line 4, assets/css/sass/pages/_404.scss */
.error404 .block {
  font-size: 26px;
  font-weight: 500;
  margin: 0 auto;
  max-width: 1050px;
  padding: 100px 0 125px;
  text-align: center;
}

/* line 4, assets/css/sass/pages/_home.scss */
.wp-block-columns.amenities p {
  max-width: 400px;
  margin: 0 auto 1.6em;
}

/* line 11, assets/css/sass/pages/_home.scss */
.amenity-icon img {
  width: 90px;
  height: 72px;
}

/* line 3, assets/css/sass/pages/_pages.scss */
.entry-header-hidden {
  display: none;
}

/* line 8, assets/css/sass/pages/_pages.scss */
.-blue-bg {
  position: relative;
  color: #fff;
  padding: 24px;
}

/* line 11, assets/css/sass/pages/_pages.scss */
.-blue-bg::before {
  background-color: #425563;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 20px);
  z-index: -1;
}

/* line 23, assets/css/sass/pages/_pages.scss */
.-blue-bg h3 {
  color: #fff;
  line-height: 1.8;
}

/* line 34, assets/css/sass/pages/_pages.scss */
.map-col figure {
  padding: 0;
  margin: 0;
}

/* line 41, assets/css/sass/pages/_pages.scss */
.blue-headlines h4 {
  color: #425563;
}

/* line 46, assets/css/sass/pages/_pages.scss */
.topo-bg {
  background-image: url(/wp-content/themes/kronos/assets/img/SouthOakTopoTexture.jpg);
  background-size: cover;
}

/* line 54, assets/css/sass/pages/_pages.scss */
.post-plot-map .hero {
  height: 240px;
}

/* line 57, assets/css/sass/pages/_pages.scss */
.post-plot-map .main {
  padding-top: 32px;
}

/* line 60, assets/css/sass/pages/_pages.scss */
.post-plot-map .entry-content.full-width-block .wp-block-image {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

/* line 66, assets/css/sass/pages/_pages.scss */
.map {
  z-index: 11;
}

/* line 68, assets/css/sass/pages/_pages.scss */
.map__container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}

@media screen and (max-width: 30em) {
  /* line 68, assets/css/sass/pages/_pages.scss */
  .map__container {
    margin-bottom: -20px;
  }
}

/* line 77, assets/css/sass/pages/_pages.scss */
.map__link {
  cursor: pointer;
}

/* line 79, assets/css/sass/pages/_pages.scss */
.map__link path, .map__link polygon {
  fill: transparent;
  transition: fill .25s ease;
}

/* line 84, assets/css/sass/pages/_pages.scss */
.map__link:hover path, .map__link:hover polygon, .map__link.-active path, .map__link.-active polygon {
  fill: rgba(188, 149, 92, 0.75);
}

/* line 88, assets/css/sass/pages/_pages.scss */
.map__link.-inactive {
  cursor: initial;
}

/* line 90, assets/css/sass/pages/_pages.scss */
.map__link.-inactive path, .map__link.-inactive polygon {
  fill: transparent;
  transition: fill .25s ease;
}

/* line 95, assets/css/sass/pages/_pages.scss */
.map__link.-inactive.-active path, .map__link.-inactive.-active polygon {
  fill: rgba(188, 95, 92, 0.75);
}

/* line 100, assets/css/sass/pages/_pages.scss */
.map__link.-inactive:hover path, .map__link.-inactive:hover polygon {
  fill: rgba(188, 95, 92, 0.75);
}

/* line 106, assets/css/sass/pages/_pages.scss */
.map__link.-inactive.-reserved.-active path, .map__link.-inactive.-reserved.-active polygon, .map__link.-inactive.-under-contract.-active path, .map__link.-inactive.-under-contract.-active polygon {
  fill: rgba(66, 85, 99, 0.65);
}

/* line 111, assets/css/sass/pages/_pages.scss */
.map__link.-inactive.-reserved:hover path, .map__link.-inactive.-reserved:hover polygon, .map__link.-inactive.-under-contract:hover path, .map__link.-inactive.-under-contract:hover polygon {
  fill: rgba(66, 85, 99, 0.65);
}

/* line 121, assets/css/sass/pages/_pages.scss */
.map-listing {
  z-index: 12;
}

@media screen and (max-width: 30em) {
  /* line 121, assets/css/sass/pages/_pages.scss */
  .map-listing {
    margin-top: 3em;
  }
}

/* line 126, assets/css/sass/pages/_pages.scss */
.map-listing ul {
  list-style: disc;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  /* start */
  list-style: none;
  line-height: 2;
  font-size: 18px;
  /* end */
}

@media screen and (max-width: 30em) {
  /* line 126, assets/css/sass/pages/_pages.scss */
  .map-listing ul {
    margin-bottom: 0;
  }
}

/* line 139, assets/css/sass/pages/_pages.scss */
.map-listing ul li a {
  font-weight: 700;
  color: #333;
  transition: color .25s;
}

/* line 143, assets/css/sass/pages/_pages.scss */
.map-listing ul li a:hover, .map-listing ul li a.-active {
  color: #bc955c;
  text-decoration: underline;
}

/* line 147, assets/css/sass/pages/_pages.scss */
.map-listing ul li a .-reserved, .map-listing ul li a .-under-contract {
  color: #425563;
}

/* line 150, assets/css/sass/pages/_pages.scss */
.map-listing ul li a.-reserved, .map-listing ul li a.-sold, .map-listing ul li a.-under-contract {
  text-decoration-color: #7d8993 !important;
}

/* line 153, assets/css/sass/pages/_pages.scss */
.map-listing ul li a span strong {
  font-size: 90%;
}

/* line 157, assets/css/sass/pages/_pages.scss */
.map-listing ul li a .-under-contract strong {
  font-size: 57%;
}

/* line 166, assets/css/sass/pages/_pages.scss */
.alertBanner {
  background-color: #bc955c;
}

/* line 169, assets/css/sass/pages/_pages.scss */
.alertBanner .alertInterior p {
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 1.2em;
}

/* line 173, assets/css/sass/pages/_pages.scss */
.alertBanner .alertInterior .button {
  background-color: #425563 !important;
  color: #fff !important;
  padding: 0.7em 1.4em;
  text-transform: uppercase;
}

/* line 4, assets/css/sass/pages/_blog.scss */
.blog article, .category article, .single-post article {
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: 1px solid #ddd;
}

/* line 8, assets/css/sass/pages/_blog.scss */
.blog article:last-of-type, .category article:last-of-type, .single-post article:last-of-type {
  border-bottom: 0;
}

/* line 11, assets/css/sass/pages/_blog.scss */
.blog article .entry-title, .category article .entry-title, .single-post article .entry-title {
  margin: 0 0 .1em;
}

/* line 14, assets/css/sass/pages/_blog.scss */
.blog article .entry-meta, .category article .entry-meta, .single-post article .entry-meta {
  font-size: .8rem;
  margin: 0 0 1.4em;
}

/* line 18, assets/css/sass/pages/_blog.scss */
.blog article .moretag, .category article .moretag, .single-post article .moretag {
  display: inline-block;
  margin: .7em 0;
}

/* line 23, assets/css/sass/pages/_blog.scss */
.blog .nav-links, .category .nav-links, .single-post .nav-links {
  display: flex;
  justify-content: space-between;
}

/* line 31, assets/css/sass/pages/_blog.scss */
.blog article p, .category article p {
  margin: 0 0 .5em;
}

/* line 39, assets/css/sass/pages/_blog.scss */
.single-post article .entry-meta {
  margin: 0 0 2.5em;
}

/* line 3, assets/css/sass/pages/_posts.scss */
.posted-on {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
