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

/* line 64, 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: #000;
  font-family: museo-sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

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

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

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

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

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

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

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

/* line 89, assets/css/sass/base/_typography.scss */
h3, .h3 {
  font-size: calc(1.275rem + 0.225 * ( (100vw - 420px) / 480));
  color: #c62127;
  font-family: museo-sans, sans-serif;
}

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

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

/* line 93, assets/css/sass/base/_typography.scss */
h3 -sidenav, .h3 -sidenav {
  text-transform: uppercase;
}

/* line 97, assets/css/sass/base/_typography.scss */
h4, .h4 {
  font-size: calc(0.984375rem + 0.140625 * ( (100vw - 420px) / 480));
  font-family: museo-sans, sans-serif;
  text-transform: uppercase;
}

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

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

/* line 102, assets/css/sass/base/_typography.scss */
h5, .h5 {
  font-size: calc(1.0546875rem + 0.0703125 * ( (100vw - 420px) / 480));
  font-family: museo-sans, sans-serif;
}

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

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

/* line 107, 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 107, assets/css/sass/base/_typography.scss */
  h6, .h6 {
    font-size: 0.7109375rem;
  }
}

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

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

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

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

/* line 123, assets/css/sass/base/_typography.scss */
a:active, a:focus, a:hover {
  color: #9d171c;
}

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

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

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

/* line 148, assets/css/sass/base/_typography.scss */
blockquote {
  border-left: 5px solid #9d171c;
  background-color: #eaeaea;
  padding: 10px;
}

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

/* line 2, assets/css/sass/layout/_containers.scss */
html {
  background-color: #000;
}

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

/* line 8, assets/css/sass/layout/_containers.scss */
.site-wrap {
  background-color: #fff;
}

/* line 11, assets/css/sass/layout/_containers.scss */
.wrap {
  max-width: 78.75em;
  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 16, 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 24, assets/css/sass/layout/_containers.scss */
  .mobile-full-wrap {
    margin-left: -25px;
    margin-right: -25px;
  }
}

/* line 31, assets/css/sass/layout/_containers.scss */
.main {
  padding: 40px 0;
  min-height: 400px;
}

@media (min-width: 60em) {
  /* line 31, assets/css/sass/layout/_containers.scss */
  .main {
    padding: 60px 0;
  }
}

/* line 38, assets/css/sass/layout/_containers.scss */
.container.has-sidebar {
  display: flex;
  flex-direction: column;
  padding: 50px 20px;
  max-width: 78.75em;
  margin-left: auto;
  margin-right: auto;
}

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

/* line 43, assets/css/sass/layout/_containers.scss */
.container.has-sidebar aside.sidebar {
  order: 1;
}

/* line 46, assets/css/sass/layout/_containers.scss */
.container.has-sidebar .main {
  order: 0;
  padding: 0;
}

@media (min-width: 60em) {
  /* line 38, assets/css/sass/layout/_containers.scss */
  .container.has-sidebar {
    flex-direction: row;
  }
  /* line 52, assets/css/sass/layout/_containers.scss */
  .container.has-sidebar aside.sidebar {
    width: 250px;
    order: 0;
  }
  /* line 56, assets/css/sass/layout/_containers.scss */
  .container.has-sidebar .main {
    width: calc(100% - 250px);
    order: 1;
    padding-left: 25px;
  }
}

/* line 3, assets/css/sass/layout/_header.scss */
.site-header {
  background-color: #fff;
  padding: 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
  height: 100px;
}

/* line 8, assets/css/sass/layout/_header.scss */
.site-header #site-title {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 13, assets/css/sass/layout/_header.scss */
.site-header #site-title a {
  display: block;
  line-height: 0;
  position: relative;
  z-index: 100;
}

/* line 19, assets/css/sass/layout/_header.scss */
.site-header #site-title img {
  max-width: 250px;
  height: auto;
  position: relative;
  top: 22px;
}

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

/* line 29, assets/css/sass/layout/_header.scss */
.site-header .menu {
  float: right;
}

/* line 31, assets/css/sass/layout/_header.scss */
.site-header .menu li {
  display: inline-block;
  padding: 12px;
}

@media (min-width: 48em) {
  /* line 37, assets/css/sass/layout/_header.scss */
  .site-header #site-title img {
    max-height: 100px;
    max-width: none;
    width: 100%;
    top: 16px;
  }
}

@media (min-width: 63.75em) {
  /* line 3, assets/css/sass/layout/_header.scss */
  .site-header {
    height: 120px;
  }
  /* line 46, assets/css/sass/layout/_header.scss */
  .site-header #site-title {
    z-index: 99999;
  }
  /* line 48, assets/css/sass/layout/_header.scss */
  .site-header #site-title img {
    height: 93px;
    width: 326px;
    top: 10px;
  }
}

@media (min-width: 1280px) {
  /* line 56, assets/css/sass/layout/_header.scss */
  .site-header #site-title img {
    max-height: none;
    top: unset;
    width: 420px;
    height: 120px;
  }
}

@media (max-width: 1020px) {
  /* line 66, assets/css/sass/layout/_header.scss */
  button#responsive-menu-pro-button {
    top: 22px !important;
  }
}

/* line 73, assets/css/sass/layout/_header.scss */
#responsive-menu-pro-container .menu-item.-search {
  display: none;
}

@media (min-width: 63.75em) {
  /* line 71, assets/css/sass/layout/_header.scss */
  #responsive-menu-pro-container {
    text-align: right;
  }
  /* line 81, assets/css/sass/layout/_header.scss */
  #responsive-menu-pro-container .menu-item a {
    font-size: 1rem;
    color: #000;
    line-height: 120px;
    height: 120px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    padding: 0 12px;
  }
  /* line 90, assets/css/sass/layout/_header.scss */
  #responsive-menu-pro-container .menu-item a:hover {
    color: #9d171c !important;
  }
  /* line 94, assets/css/sass/layout/_header.scss */
  #responsive-menu-pro-container .menu-item.-search {
    display: inline-block;
  }
  /* line 96, assets/css/sass/layout/_header.scss */
  #responsive-menu-pro-container .menu-item.-search a {
    color: #c62127;
  }
  /* line 98, assets/css/sass/layout/_header.scss */
  #responsive-menu-pro-container .menu-item.-search a:hover {
    color: #9d171c !important;
  }
  /* line 107, assets/css/sass/layout/_header.scss */
  #responsive-menu-pro-container #responsive-menu-pro > .menu-item > a::after {
    display: block;
    width: 0;
    height: 2px;
    background-color: #c62127;
    position: absolute;
    left: 15px;
    bottom: 30px;
    transition: width 0.4s ease-out;
    content: "";
  }
  /* line 121, assets/css/sass/layout/_header.scss */
  #responsive-menu-pro-container #responsive-menu-pro > .menu-item:hover > a {
    color: #9d171c;
  }
  /* line 123, assets/css/sass/layout/_header.scss */
  #responsive-menu-pro-container #responsive-menu-pro > .menu-item:hover > a::after {
    width: calc(100% - 30px);
  }
  /* line 128, assets/css/sass/layout/_header.scss */
  #responsive-menu-pro-container #responsive-menu-pro > li.responsive-menu-pro-item-has-children:hover > a::after {
    left: 8px;
  }
  /* line 131, assets/css/sass/layout/_header.scss */
  #responsive-menu-pro-container #responsive-menu-pro li .responsive-menu-pro-submenu {
    padding: 1em 0.5em;
    top: 120px;
    background-color: #eaeaea;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), transparent 5%);
  }
  /* line 138, assets/css/sass/layout/_header.scss */
  #responsive-menu-pro-container #responsive-menu-pro li .responsive-menu-pro-submenu li a {
    background-color: transparent;
  }
  /* line 142, assets/css/sass/layout/_header.scss */
  #responsive-menu-pro-container .menu-item.responsive-menu-pro-current-item > a {
    color: #9d171c;
  }
  /* line 147, assets/css/sass/layout/_header.scss */
  #responsive-menu-pro-container .menu-item.current_page_ancestor > a {
    color: #9d171c;
  }
  /* line 152, assets/css/sass/layout/_header.scss */
  #responsive-menu-pro-container .menu-item.responsive-menu-pro-current-ancestor .responsive-menu-pro-submenu .current-menu-item a::after {
    display: none !important;
  }
  /* line 155, assets/css/sass/layout/_header.scss */
  #responsive-menu-pro-container #responsive-menu-pro .responsive-menu-pro-item-has-children ul:not(.responsive-menu-pro-desktop-menu-container) li:not(.responsive-menu-pro-item-has-children) a:after {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  /* line 161, assets/css/sass/layout/_header.scss */
  #responsive-menu-pro-container .menu-item a {
    padding: 0 15px;
  }
}

@media screen and (min-width: 1021px) {
  /* line 170, assets/css/sass/layout/_header.scss */
  #responsive-menu-pro .responsive-menu-pro-item-has-children a::after {
    display: none;
  }
}

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

@media (min-width: 63.75em) {
  /* line 177, assets/css/sass/layout/_header.scss */
  .site-header .search {
    display: block;
    position: absolute;
    right: calc(50vw - 500px);
    top: 160px;
    z-index: 999;
  }
  /* line 185, assets/css/sass/layout/_header.scss */
  .site-header .search form {
    display: flex;
  }
  /* line 188, assets/css/sass/layout/_header.scss */
  .site-header .search .search-field {
    height: 38px;
    margin-bottom: 0;
    line-height: 1rem;
    border: 1px solid #ddd;
  }
  /* line 194, assets/css/sass/layout/_header.scss */
  .site-header .search .search-submit {
    height: 38px;
    line-height: 0.5em;
    border: none;
    margin: 0;
    font-size: 1rem;
  }
  /* line 201, assets/css/sass/layout/_header.scss */
  .site-header .search.closed {
    display: none;
  }
}

@media (min-width: 78.75em) {
  /* line 177, assets/css/sass/layout/_header.scss */
  .site-header .search {
    right: calc(50vw - 630px);
  }
}

/* line 210, assets/css/sass/layout/_header.scss */
.hero {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  margin-top: 0;
  height: 200px;
}

@media (min-width: 48em) {
  /* line 210, assets/css/sass/layout/_header.scss */
  .hero {
    height: 360px;
  }
}

/* line 3, assets/css/sass/layout/_sidebar.scss */
.container.has-sidebar aside.sidebar {
  border-top: 1px solid #e7e7e7;
  padding: 0 1.5625em 2em;
  height: max-content;
}

/* line 7, assets/css/sass/layout/_sidebar.scss */
.container.has-sidebar aside.sidebar .widget-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  color: #c62127;
  margin-top: 1em;
}

/* line 15, assets/css/sass/layout/_sidebar.scss */
.container.has-sidebar aside.sidebar .sidebar-nav a {
  color: #000;
  font-size: 18px;
  margin-bottom: 0.5em;
  display: block;
}

/* line 20, assets/css/sass/layout/_sidebar.scss */
.container.has-sidebar aside.sidebar .sidebar-nav a:hover, .container.has-sidebar aside.sidebar .sidebar-nav a.-current {
  color: #c62127;
}

@media (min-width: 60em) {
  /* line 3, assets/css/sass/layout/_sidebar.scss */
  .container.has-sidebar aside.sidebar {
    border-top: 0;
    border-right: 1px solid #e7e7e7;
  }
}

/* line 3, assets/css/sass/layout/_footer.scss */
.site-footer {
  background-color: #000;
  padding: 50px 20px 40px;
  /* CENTER MOBILE ONLY - DESIGN QC */
}

/* line 6, assets/css/sass/layout/_footer.scss */
.site-footer .footer-cols {
  display: flex;
  flex-direction: column;
}

/* line 9, assets/css/sass/layout/_footer.scss */
.site-footer .footer-cols__col {
  width: 100%;
  box-sizing: border-box;
  padding: 2%;
  font-size: 14px;
  color: #fff;
}

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

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

/* line 22, assets/css/sass/layout/_footer.scss */
.site-footer .footer-cols .footer-title {
  font-size: 16px;
}

/* line 25, assets/css/sass/layout/_footer.scss */
.site-footer .footer-cols .col-1 {
  font-size: 12px;
  color: #ccc;
}

/* line 29, assets/css/sass/layout/_footer.scss */
.site-footer .footer-cols .footer-logo-container {
  margin-bottom: 10px;
}

/* line 31, assets/css/sass/layout/_footer.scss */
.site-footer .footer-cols .footer-logo-container img {
  margin-bottom: 0;
  width: 250px;
}

/* line 36, assets/css/sass/layout/_footer.scss */
.site-footer .footer-cols .button, .site-footer .footer-cols .block_5f7dd20edb7f6 .acfb_post_tiled_collage .acfb_post_tiled_btn, .block_5f7dd20edb7f6 .acfb_post_tiled_collage .site-footer .footer-cols .acfb_post_tiled_btn {
  font-size: 15px;
}

/* line 38, assets/css/sass/layout/_footer.scss */
.site-footer .footer-cols .button i, .site-footer .footer-cols .block_5f7dd20edb7f6 .acfb_post_tiled_collage .acfb_post_tiled_btn i, .block_5f7dd20edb7f6 .acfb_post_tiled_collage .site-footer .footer-cols .acfb_post_tiled_btn i {
  color: #787878;
  background: #fff;
  border-radius: 400px;
  padding: 4px;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  font-size: 12px;
  transition: color .25s ease-out;
  vertical-align: 1px;
}

/* line 50, assets/css/sass/layout/_footer.scss */
.site-footer .footer-cols .button:hover, .site-footer .footer-cols .block_5f7dd20edb7f6 .acfb_post_tiled_collage .acfb_post_tiled_btn:hover, .block_5f7dd20edb7f6 .acfb_post_tiled_collage .site-footer .footer-cols .acfb_post_tiled_btn:hover {
  color: #fff;
}

/* line 52, assets/css/sass/layout/_footer.scss */
.site-footer .footer-cols .button:hover i, .site-footer .footer-cols .block_5f7dd20edb7f6 .acfb_post_tiled_collage .acfb_post_tiled_btn:hover i, .block_5f7dd20edb7f6 .acfb_post_tiled_collage .site-footer .footer-cols .acfb_post_tiled_btn:hover i {
  color: #5c5b5b;
}

/* line 57, assets/css/sass/layout/_footer.scss */
.site-footer .footer-cols .footer-menu {
  margin-bottom: 1.25em;
}

/* line 60, assets/css/sass/layout/_footer.scss */
.site-footer .footer-cols .footer-attribution {
  display: block;
  color: #ccc;
  font-size: 12px;
}

@media (min-width: 60em) {
  /* line 6, assets/css/sass/layout/_footer.scss */
  .site-footer .footer-cols {
    flex-direction: row;
    flex-wrap: wrap;
  }
  /* line 68, assets/css/sass/layout/_footer.scss */
  .site-footer .footer-cols__col {
    width: 50%;
  }
}

@media (min-width: 63.75em) {
  /* line 6, assets/css/sass/layout/_footer.scss */
  .site-footer .footer-cols {
    flex-wrap: nowrap;
  }
  /* line 74, assets/css/sass/layout/_footer.scss */
  .site-footer .footer-cols .footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  /* line 78, assets/css/sass/layout/_footer.scss */
  .site-footer .footer-cols .footer-menu li {
    float: left;
    margin-right: 0.5em;
  }
  /* line 81, assets/css/sass/layout/_footer.scss */
  .site-footer .footer-cols .footer-menu li:last-child {
    margin-right: 0;
  }
  /* line 86, assets/css/sass/layout/_footer.scss */
  .site-footer .footer-cols__col {
    width: 25%;
  }
  /* line 89, assets/css/sass/layout/_footer.scss */
  .site-footer .footer-cols .col-1 {
    width: 26%;
  }
  /* line 92, assets/css/sass/layout/_footer.scss */
  .site-footer .footer-cols .col-2 {
    width: 22%;
  }
  /* line 95, assets/css/sass/layout/_footer.scss */
  .site-footer .footer-cols .col-3 {
    width: 23%;
  }
  /* line 98, assets/css/sass/layout/_footer.scss */
  .site-footer .footer-cols .col-4 {
    width: 29%;
    text-align: right;
  }
}

@media (max-width: 550px) {
  /* line 108, assets/css/sass/layout/_footer.scss */
  .site-footer .footer-cols__col .footer-logo-container {
    text-align: center;
  }
  /* line 110, assets/css/sass/layout/_footer.scss */
  .site-footer .footer-cols__col .footer-logo-container img {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 115, assets/css/sass/layout/_footer.scss */
  .site-footer .footer-cols__col .footer-title, .site-footer .footer-cols__col .footer-menu, .site-footer .footer-cols__col p {
    text-align: center;
  }
}

/* line 3, assets/css/sass/modules/_buttons.scss */
button, input[type="button"], input[type="reset"], input[type="submit"],
.button, .block_5f7dd20edb7f6 .acfb_post_tiled_collage .acfb_post_tiled_btn {
  -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: 700;
  line-height: 0.85;
  padding: 1em;
  font-family: museo-sans, sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  transition: color .25s ease-out, background-color .25s ease-out;
}

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

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

/* line 35, assets/css/sass/modules/_buttons.scss */
button, input[type="button"], input[type="reset"], input[type="submit"],
button,
.button,
.block_5f7dd20edb7f6 .acfb_post_tiled_collage .acfb_post_tiled_btn {
  background-color: #c62127;
  color: #fff;
  border: none;
  margin: 0 5px 5px 0;
}

/* line 44, 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,
.block_5f7dd20edb7f6 .acfb_post_tiled_collage .acfb_post_tiled_btn:hover,
.button:focus,
.block_5f7dd20edb7f6 .acfb_post_tiled_collage .acfb_post_tiled_btn:focus {
  background-color: #9d171c;
  color: #fff;
}

/* line 49, assets/css/sass/modules/_buttons.scss */
button.-gray, input[type="button"].-gray, input[type="reset"].-gray, input[type="submit"].-gray,
button.-gray,
.button.-gray,
.block_5f7dd20edb7f6 .acfb_post_tiled_collage .-gray.acfb_post_tiled_btn {
  background-color: #787878;
}

/* line 51, assets/css/sass/modules/_buttons.scss */
button.-gray:hover, input[type="button"].-gray:hover, input[type="reset"].-gray:hover, input[type="submit"].-gray:hover,
button.-gray:hover,
.button.-gray:hover,
.block_5f7dd20edb7f6 .acfb_post_tiled_collage .-gray.acfb_post_tiled_btn:hover {
  background-color: #5c5b5b;
}

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

/* line 14, assets/css/sass/modules/_forms.scss */
input,
label,
select {
  display: block;
  font-family: museo-sans, 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 #eaeaea;
  border-radius: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: museo-sans, 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: #d1d0d0;
}

/* 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: #d1d0d0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(176, 29, 35, 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 #c4c4c4;
  font-weight: 600;
  padding: 0.75rem 0;
  text-align: left;
}

/* line 18, assets/css/sass/modules/_tables.scss */
td {
  border-bottom: 1px solid #eaeaea;
  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 3, assets/css/sass/modules/_misc.scss */
hr {
  border-bottom: 1px solid #eaeaea;
  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 145, assets/css/sass/modules/_misc.scss */
.color-red {
  color: #c62127;
}

/* line 149, assets/css/sass/modules/_misc.scss */
.padding-right-2em {
  padding-right: 2em;
  box-sizing: border-box;
}

/* line 155, assets/css/sass/modules/_misc.scss */
.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
  background-color: #c62127 !important;
  color: #fff !important;
}

/* line 158, assets/css/sass/modules/_misc.scss */
.tribe-common .tribe-common-c-btn:hover, .tribe-common .tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:focus {
  background-color: #9d171c !important;
  color: #fff !important;
}

/* line 164, assets/css/sass/modules/_misc.scss */
.tribe-events .tribe-events-c-ical__link {
  color: #c62127 !important;
  border-color: #c62127 !important;
}

/* line 167, assets/css/sass/modules/_misc.scss */
.tribe-events .tribe-events-c-ical__link::before {
  color: #c62127 !important;
}

/* line 170, assets/css/sass/modules/_misc.scss */
.tribe-events .tribe-events-c-ical__link:hover {
  color: #fff !important;
  background-color: #9d171c !important;
}

/* line 173, assets/css/sass/modules/_misc.scss */
.tribe-events .tribe-events-c-ical__link:hover::before {
  color: #fff !important;
}

/* line 180, assets/css/sass/modules/_misc.scss */
.full-width-block .acfb_photo_collage {
  margin: 100px auto;
}

@media (max-width: 960px) {
  /* line 180, assets/css/sass/modules/_misc.scss */
  .full-width-block .acfb_photo_collage {
    height: 730px !important;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "one two" "three four";
  }
}

@media (max-width: 500px) {
  /* line 180, assets/css/sass/modules/_misc.scss */
  .full-width-block .acfb_photo_collage {
    height: 1460px !important;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-areas: "one" "two" "three" "four";
  }
}

/* line 203, assets/css/sass/modules/_misc.scss */
.tribe-events .tribe-events-c-messages__message--notice:before {
  background-image: none !important;
  content: "\f273" !important;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: inline-block !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  height: auto !important;
  margin-right: 0 !important;
}

/* line 218, assets/css/sass/modules/_misc.scss */
.tribe-events .tribe-events-c-ical__link:before {
  display: none !important;
}

/* line 222, assets/css/sass/modules/_misc.scss */
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: #c62127 !important;
}

/* line 225, assets/css/sass/modules/_misc.scss */
.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
  background-color: #c62127 !important;
}

/* line 228, assets/css/sass/modules/_misc.scss */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover:after {
  background-color: #9d171c !important;
}

/* line 231, assets/css/sass/modules/_misc.scss */
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
  background-color: rgba(100, 100, 100, 0.24) !important;
}

/* line 234, assets/css/sass/modules/_misc.scss */
.tribe-common .tribe-common-anchor-thin-alt {
  border-color: #9d171c !important;
}

/* line 236, assets/css/sass/modules/_misc.scss */
.tribe-common .tribe-common-anchor-thin-alt:hover {
  border-color: #9d171c !important;
  color: #9d171c !important;
}

/* line 241, assets/css/sass/modules/_misc.scss */
.tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus {
  background-image: none !important;
}

/* line 245, assets/css/sass/modules/_misc.scss */
.single-tribe_events a.tribe-events-gcal, .single-tribe_events a.tribe-events-gcal:hover, .single-tribe_events a.tribe-events-ical, .single-tribe_events a.tribe-events-ical:hover {
  color: #9d171c !important;
}

/* line 248, assets/css/sass/modules/_misc.scss */
.tribe-events-pg-template {
  padding-top: 100px;
}

/* line 251, assets/css/sass/modules/_misc.scss */
.single-tribe_events .tribe-events-single-event-title {
  font-size: calc(2.2221875rem + 0.9028125 * ( (100vw - 420px) / 480));
}

@media screen and (max-width: 420px) {
  /* line 251, assets/css/sass/modules/_misc.scss */
  .single-tribe_events .tribe-events-single-event-title {
    font-size: 2.2221875rem;
  }
}

@media screen and (min-width: 900px) {
  /* line 251, assets/css/sass/modules/_misc.scss */
  .single-tribe_events .tribe-events-single-event-title {
    font-size: 3.125rem;
  }
}

/* line 256, assets/css/sass/modules/_misc.scss */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 36px !important;
}

/* AGE GATE */
/* line 261, assets/css/sass/modules/_misc.scss */
.age-gate-wrapper {
  z-index: 999999;
}

/* line 3, blocks/block001_hero/_block.scss */
.block001_hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 8, blocks/block001_hero/_block.scss */
.block001_hero .hero-content {
  text-align: center;
  color: #fff;
  padding: 7em 5em;
}

/* line 12, blocks/block001_hero/_block.scss */
.block001_hero .hero-content.text-left {
  text-align: left;
}

/* line 15, blocks/block001_hero/_block.scss */
.block001_hero .hero-content.text-right {
  text-align: right;
}

/* line 18, blocks/block001_hero/_block.scss */
.block001_hero .hero-content .button, .block001_hero .hero-content .block_5f7dd20edb7f6 .acfb_post_tiled_collage .acfb_post_tiled_btn, .block_5f7dd20edb7f6 .acfb_post_tiled_collage .block001_hero .hero-content .acfb_post_tiled_btn {
  margin-top: 25px;
}

/* line 3, blocks/block002_cta/_block.scss */
.block002_cta {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 500px;
  flex-direction: column;
  color: #fff;
}

@media screen and (min-width: 48em) {
  /* line 3, blocks/block002_cta/_block.scss */
  .block002_cta {
    height: 500px;
  }
}

/* line 21, blocks/block002_cta/_block.scss */
.block002_cta h2 {
  font-weight: bold;
  line-height: 1.2;
}

/* line 26, blocks/block002_cta/_block.scss */
.block002_cta .cta-content {
  padding: 0 50px;
}

/* line 28, blocks/block002_cta/_block.scss */
.block002_cta .cta-content .body {
  font-size: 1.5em;
  font-size: calc(16px + 8 * ( (100vw - 420px) / 480));
  font-style: italic;
}

@media screen and (max-width: 420px) {
  /* line 28, blocks/block002_cta/_block.scss */
  .block002_cta .cta-content .body {
    font-size: 16px;
  }
}

@media screen and (min-width: 900px) {
  /* line 28, blocks/block002_cta/_block.scss */
  .block002_cta .cta-content .body {
    font-size: 24px;
  }
}

@media screen and (min-width: 60em) {
  /* line 35, blocks/block002_cta/_block.scss */
  .block002_cta.split-cta {
    background-image: none !important;
    flex-direction: column;
    flex-direction: row-reverse;
    color: #5c5b5b;
  }
}

/* line 42, blocks/block002_cta/_block.scss */
.block002_cta.split-cta .split-cta-img {
  display: none;
}

@media screen and (min-width: 60em) {
  /* line 42, blocks/block002_cta/_block.scss */
  .block002_cta.split-cta .split-cta-img {
    display: block;
    flex: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 60%;
    margin-left: -10%;
    height: 100%;
  }
}

@media screen and (min-width: 60em) {
  /* line 55, blocks/block002_cta/_block.scss */
  .block002_cta.split-cta .cta-content {
    color: #fff;
    padding: 0 40px;
    align-self: center;
  }
  /* line 60, blocks/block002_cta/_block.scss */
  .block002_cta.split-cta .cta-content .headline, .block002_cta.split-cta .cta-content .body, .block002_cta.split-cta .cta-content .citation {
    color: #fff;
  }
}

@media screen and (min-width: 78.75em) {
  /* line 55, blocks/block002_cta/_block.scss */
  .block002_cta.split-cta .cta-content {
    padding-left: calc(50vw - 630px);
  }
}

@media screen and (min-width: 60em) {
  /* line 68, blocks/block002_cta/_block.scss */
  .block002_cta.split-cta .btn-1 {
    /*
				color: $dark-gray;
				rect {
					stroke: $dark-gray;
				}
*/
  }
}

/* line 80, blocks/block002_cta/_block.scss */
.block002_cta.text-left .cta-content {
  text-align: left;
}

/* line 85, blocks/block002_cta/_block.scss */
.block002_cta.text-right .cta-content {
  text-align: right;
}

@media screen and (min-width: 60em) {
  /* line 89, blocks/block002_cta/_block.scss */
  .block002_cta.img-left {
    flex-direction: row;
  }
  /* line 92, blocks/block002_cta/_block.scss */
  .block002_cta.img-left .split-cta-img {
    margin-left: 0;
    margin-right: -10%;
  }
}

@media screen and (min-width: 60em) {
  /* line 97, blocks/block002_cta/_block.scss */
  .block002_cta.img-left .cta-content {
    padding: 0 25px 0 40px;
  }
}

@media screen and (min-width: 78.75em) {
  /* line 97, blocks/block002_cta/_block.scss */
  .block002_cta.img-left .cta-content {
    padding-left: 40px;
    padding-right: calc(50vw - 630px);
  }
}

/* line 4, blocks/block003_magnets/_block.scss */
.block003_magnets .filler-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 400px;
  height: 400px;
}

/* line 14, blocks/block003_magnets/_block.scss */
.magnets-wrap {
  display: grid;
  justify-content: center;
}

@media screen and (min-width: 48em) {
  /* line 14, blocks/block003_magnets/_block.scss */
  .magnets-wrap {
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 60em) {
  /* line 14, blocks/block003_magnets/_block.scss */
  .magnets-wrap {
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* Common style */
/* line 30, blocks/block003_magnets/_block.scss */
.magnets-wrap figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  max-width: 400px;
  max-height: 360px;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

/* line 44, blocks/block003_magnets/_block.scss */
.magnets-wrap figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

/* line 52, blocks/block003_magnets/_block.scss */
.magnets-wrap figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 61, blocks/block003_magnets/_block.scss */
.magnets-wrap figure figcaption::before,
.magnets-wrap figure figcaption::after {
  pointer-events: none;
}

/* line 66, blocks/block003_magnets/_block.scss */
.magnets-wrap figure figcaption,
.magnets-wrap figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 76, blocks/block003_magnets/_block.scss */
.magnets *, .magnets *:after, .magnets *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 77, blocks/block003_magnets/_block.scss */
.magnets .clearfix:before, .magnets .clearfix:after {
  display: table;
  content: '';
}

/* line 78, blocks/block003_magnets/_block.scss */
.magnets .clearfix:after {
  clear: both;
}

/* line 80, blocks/block003_magnets/_block.scss */
.magnets body {
  background: #2f3238;
  color: #fff;
  font-weight: 400;
  font-size: 1em;
  font-family: 'Raleway', Arial, sans-serif;
}

/* line 88, blocks/block003_magnets/_block.scss */
.magnets a {
  outline: none;
  color: #3498db;
  text-decoration: none;
}

/* line 94, blocks/block003_magnets/_block.scss */
.magnets a:hover, .magnets a:focus {
  color: #528cb3;
}

/* line 98, blocks/block003_magnets/_block.scss */
.magnets section {
  padding: 1em;
  text-align: center;
}

/* line 103, blocks/block003_magnets/_block.scss */
.magnets .content {
  margin: 0 auto;
  max-width: 1000px;
}

/* line 108, blocks/block003_magnets/_block.scss */
.magnets .content > h4 {
  clear: both;
  margin: 0;
  padding: 4em 1% 0;
  color: #484B54;
  font-weight: 800;
  font-size: 1.5em;
}

/* line 117, blocks/block003_magnets/_block.scss */
.magnets .content > h4:first-child {
  padding-top: 0em;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
/* line 125, blocks/block003_magnets/_block.scss */
.magnets-wrap figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

/* line 133, blocks/block003_magnets/_block.scss */
.magnets-wrap figure h4 {
  word-spacing: -0.15em;
  font-weight: 300;
}

/* line 138, blocks/block003_magnets/_block.scss */
.magnets-wrap figure h4 span {
  font-weight: 800;
}

/* line 142, blocks/block003_magnets/_block.scss */
.magnets-wrap figure h4,
.magnets-wrap figure p {
  margin: 0;
}

/* line 147, blocks/block003_magnets/_block.scss */
.magnets-wrap figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

@media screen and (min-width: 48em) {
  /* line 5, blocks/block004_icons/_block.scss */
  .block004_icons .icons-wrap {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
}

/* line 12, blocks/block004_icons/_block.scss */
.block004_icons .icons-wrap .icon-box {
  text-align: center;
}

@media screen and (min-width: 48em) {
  /* line 12, blocks/block004_icons/_block.scss */
  .block004_icons .icons-wrap .icon-box {
    width: 46%;
    margin: 0 2%;
  }
}

/* line 19, blocks/block004_icons/_block.scss */
.block004_icons .icons-wrap .icon-box:first-of-type {
  margin-left: 0;
}

/* line 22, blocks/block004_icons/_block.scss */
.block004_icons .icons-wrap .icon-box:last-of-type {
  margin-right: 0;
}

/* line 26, blocks/block004_icons/_block.scss */
.block004_icons .icons-wrap .icon-box .icon-icon {
  font-size: 50px;
}

/* line 29, blocks/block004_icons/_block.scss */
.block004_icons .icons-wrap .icon-box .icon-heading {
  text-transform: uppercase;
  font-weight: 400;
}

@media screen and (min-width: 60em) {
  /* line 36, blocks/block004_icons/_block.scss */
  .block004_icons .icons-wrap.icons-count-4 .icon-box {
    width: calc(88%/4);
  }
}

@media screen and (min-width: 60em) {
  /* line 44, blocks/block004_icons/_block.scss */
  .block004_icons .icons-wrap.icons-count-3 .icon-box {
    width: calc(92%/3);
  }
}

/*
    .slick-arrow {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        z-index: 150;
        background: none;
    }

    .slick-prev {
        left: -15px;
        font-size: 0;

        &:before {
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-family: "Font Awesome 5 Free";
            content: "\f053";
            font-weight: 700;
            font-size: 30px;
            color: #444;
        }
    }

    .slick-next {
        right: -15px;
        font-size: 0;

        &:before {
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-family: "Font Awesome 5 Free";
            font-weight: 700;
            content: "\f054";
            font-size: 30px;
            color: #444;
        }
    }
*/
/*
@keyframes float {
	0% {
		//box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
	//	box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-10px);
	}
	100% {
	//	box-shadow: 0 0px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}
*/
/* line 5, blocks/block005_accordion/_block.scss */
.block005_accordion ul.accordion {
  padding: 0;
  list-style: none;
}

/* line 8, blocks/block005_accordion/_block.scss */
.block005_accordion ul.accordion li.accordion-item {
  margin-bottom: 10px;
}

@media screen and (min-width: 33.75em) {
  /* line 8, blocks/block005_accordion/_block.scss */
  .block005_accordion ul.accordion li.accordion-item {
    margin-bottom: 20px;
  }
}

/* line 16, blocks/block005_accordion/_block.scss */
.block005_accordion .toggle {
  background: #eaeaea;
  border: 1px solid #787878;
  padding: 15px;
  font-size: 0.875em;
  display: block;
  color: #5c5b5b;
}

/* line 23, blocks/block005_accordion/_block.scss */
.block005_accordion .toggle.active, .block005_accordion .toggle:hover, .block005_accordion .toggle:focus {
  background: #fff;
  color: #c62127;
}

@media screen and (min-width: 33.75em) {
  /* line 16, blocks/block005_accordion/_block.scss */
  .block005_accordion .toggle {
    padding: 20px;
  }
}

/* line 32, blocks/block005_accordion/_block.scss */
.block005_accordion .toggle .icon {
  margin-right: 1em;
}

/* line 35, blocks/block005_accordion/_block.scss */
.block005_accordion .toggle .fa-minus {
  display: none;
}

/* line 39, blocks/block005_accordion/_block.scss */
.block005_accordion .toggle.active .fa-plus {
  display: none;
}

/* line 42, blocks/block005_accordion/_block.scss */
.block005_accordion .toggle.active .fa-minus {
  display: inline;
}

/* line 48, blocks/block005_accordion/_block.scss */
.block005_accordion .accordion-inner {
  margin-top: 20px;
  padding-left: 1em;
  overflow: hidden;
  display: none;
}

/* line 54, blocks/block005_accordion/_block.scss */
.block005_accordion .accordion-inner.show {
  /*display: block;*/
}

/**
 * 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 7, blocks/block006_video/_block.scss */
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

/* line 14, blocks/block006_video/_block.scss */
.video-wrap.three-quarter-width {
  margin: 0 auto;
  max-width: 75%;
  padding-bottom: 42.1875%;
}

/* line 21, blocks/block006_video/_block.scss */
.video-overlay {
  position: absolute;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
}

/* line 35, blocks/block006_video/_block.scss */
.video-overlay .play-button {
  width: 100%;
  text-align: center;
  color: #fff;
}

/* line 40, blocks/block006_video/_block.scss */
.video-overlay .play-button:hover, .video-overlay .play-button:focus {
  color: rgba(255, 255, 255, 0.5);
}

/* line 44, blocks/block006_video/_block.scss */
.video-overlay .play-button h2, .video-overlay .play-button .fa-play-circle {
  font-size: 100px;
  font-size: calc(30px + 50 * ( (100vw - 420px) / 480));
}

@media screen and (max-width: 420px) {
  /* line 44, blocks/block006_video/_block.scss */
  .video-overlay .play-button h2, .video-overlay .play-button .fa-play-circle {
    font-size: 30px;
  }
}

@media screen and (min-width: 900px) {
  /* line 44, blocks/block006_video/_block.scss */
  .video-overlay .play-button h2, .video-overlay .play-button .fa-play-circle {
    font-size: 80px;
  }
}

/* line 49, blocks/block006_video/_block.scss */
.video-overlay .video-heading {
  margin: 0;
  text-transform: uppercase;
}

/* line 56, blocks/block006_video/_block.scss */
.featherlight .featherlight-content {
  position: static;
}

/* line 59, blocks/block006_video/_block.scss */
.featherlight .featherlight-close-icon {
  top: 30px;
  right: 30px;
}

/* line 4, blocks/block007_testimonials/_block.scss */
.block007_testimonals .slick-track {
  display: flex !important;
}

/* line 9, blocks/block007_testimonials/_block.scss */
.block007_testimonals .slick-slide {
  height: inherit !important;
}

/* line 13, blocks/block007_testimonials/_block.scss */
.block007_testimonals .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 150;
  background: none;
  font-size: 18px;
  color: #777;
  cursor: pointer;
}

/* line 22, blocks/block007_testimonials/_block.scss */
.block007_testimonals .slick-arrow i {
  font-size: 28px;
}

/* line 26, blocks/block007_testimonials/_block.scss */
.block007_testimonals .prev {
  left: -15px;
}

/* line 30, blocks/block007_testimonials/_block.scss */
.block007_testimonals .next {
  right: -15px;
}

/* line 33, blocks/block007_testimonials/_block.scss */
.block007_testimonals .bubble {
  background: #eaeaea;
  padding: 32px 20px;
  margin: 0 20px;
}

/* line 37, blocks/block007_testimonials/_block.scss */
.block007_testimonals .bubble blockquote {
  margin: 10px 10px 0;
  position: relative;
  font-size: 18px;
  color: #000;
  border-left: 0px;
  background-color: transparent;
  padding: 0 10px 10px;
  line-height: 2;
  /*
			&:before,
			&:after {
				content: "\201C";
				position: absolute;
				font-size: 80px;
				padding: 10px;
				line-height: 1;
				color: $brandOne;
			}
			&:before {
				top: 0;
				left: 10px;
			}
			&:after {
				content: "\201D";
				right: 10px;
				bottom: -.5em;
			}
			*/
}

/* line 67, blocks/block007_testimonials/_block.scss */
.block007_testimonals .bubble cite {
  display: block;
  padding-left: 20px;
  margin-bottom: 1em;
  font-size: 14px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
}

/* line 5, blocks/block008_tabs/_block.scss */
.block008_tabs .tabs-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #787878;
}

@media screen and (min-width: 600px) {
  /* line 5, blocks/block008_tabs/_block.scss */
  .block008_tabs .tabs-nav {
    border: none;
    border-left: 1px solid #787878;
  }
}

/* line 14, blocks/block008_tabs/_block.scss */
.block008_tabs .tabs-nav .tab {
  display: block;
}

@media screen and (min-width: 600px) {
  /* line 14, blocks/block008_tabs/_block.scss */
  .block008_tabs .tabs-nav .tab {
    display: inline-block;
  }
}

/* line 19, blocks/block008_tabs/_block.scss */
.block008_tabs .tabs-nav .tab .tab-trigger {
  display: block;
  padding: 10px 20px;
  text-align: center;
  background-color: #eaeaea;
  border: 1px solid #787878;
  border-top: none;
}

@media screen and (min-width: 600px) {
  /* line 19, blocks/block008_tabs/_block.scss */
  .block008_tabs .tabs-nav .tab .tab-trigger {
    display: inline-block;
    border-left: none;
    border-top: 1px solid #787878;
  }
}

/* line 31, blocks/block008_tabs/_block.scss */
.block008_tabs .tabs-nav .tab .tab-trigger.active {
  color: #c62127;
  background-color: transparent;
}

@media screen and (min-width: 600px) {
  /* line 31, blocks/block008_tabs/_block.scss */
  .block008_tabs .tabs-nav .tab .tab-trigger.active {
    border-bottom: 1px solid #fff;
  }
}

/* line 40, blocks/block008_tabs/_block.scss */
.block008_tabs .tabs-nav .tab-rule {
  display: block;
  border-bottom: 1px solid #787878;
  margin-top: -1px;
}

/* line 47, blocks/block008_tabs/_block.scss */
.block008_tabs .tabs-contents-wrap {
  border: 1px solid #787878;
  border-top: none;
  padding: 30px 20px;
}

/* line 55, blocks/block008_tabs/_block.scss */
.block008_tabs .tab-content h4, .block008_tabs .tab-content .h4 {
  padding-top: 0;
}

/* line 5, blocks/block009_featuredposts/_block.scss */
.featured-posts ul {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-gap: 40px;
}

@media screen and (min-width: 48em) {
  /* line 5, blocks/block009_featuredposts/_block.scss */
  .featured-posts ul {
    grid-template-columns: 1fr 1fr;
  }
}

/* line 18, blocks/block009_featuredposts/_block.scss */
.featured-posts ul li h4 {
  margin-bottom: 5px;
  margin-top: 10px;
}

@media screen and (min-width: 48em) {
  /* line 18, blocks/block009_featuredposts/_block.scss */
  .featured-posts ul li h4 {
    display: inline-block;
  }
}

@media screen and (min-width: 48em) {
  /* line 26, blocks/block009_featuredposts/_block.scss */
  .featured-posts ul li .posted-on {
    margin-left: 10px;
  }
}

/* line 4, blocks/block010_cards/_block.scss */
.cards .cards-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 15, blocks/block010_cards/_block.scss */
.cards .col {
  width: calc(25% - 2rem);
  margin: 1rem;
  cursor: pointer;
}

/* line 21, blocks/block010_cards/_block.scss */
.cards .container {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

/* line 28, blocks/block010_cards/_block.scss */
.cards .front {
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-height: 280px;
  height: auto;
  border-radius: 10px;
  color: #fff;
}

/* line 46, blocks/block010_cards/_block.scss */
.cards .back {
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-height: 280px;
  height: auto;
  border-radius: 10px;
  color: #fff;
  background: #cedce7;
  background: -webkit-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
  background: -o-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
  background: linear-gradient(45deg, #cedce7 0%, #596a72 100%);
}

/* line 68, blocks/block010_cards/_block.scss */
.cards .front:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  opacity: .6;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
}

/* line 85, blocks/block010_cards/_block.scss */
.cards .container:hover .front, .cards .container:hover .back {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

/* line 94, blocks/block010_cards/_block.scss */
.cards .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 101, blocks/block010_cards/_block.scss */
.cards .inner {
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
}

/* line 118, blocks/block010_cards/_block.scss */
.cards .container .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 124, blocks/block010_cards/_block.scss */
.cards .container .front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 131, blocks/block010_cards/_block.scss */
.cards .container:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 137, blocks/block010_cards/_block.scss */
.cards .container:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 147, blocks/block010_cards/_block.scss */
.cards .front .inner p {
  margin-bottom: 2rem;
  position: relative;
}

/* line 151, blocks/block010_cards/_block.scss */
.cards .front .inner p:after {
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}

/* line 164, blocks/block010_cards/_block.scss */
.cards .front .inner span {
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 64rem) {
  /* line 172, blocks/block010_cards/_block.scss */
  .cards .col {
    width: calc(33.333333% - 2rem);
  }
}

@media screen and (max-width: 48rem) {
  /* line 178, blocks/block010_cards/_block.scss */
  .cards .col {
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 32rem) {
  /* line 184, blocks/block010_cards/_block.scss */
  .cards .col {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}

/* line 3, blocks/block011_products/_block.scss */
.products-wrap {
  display: grid;
  justify-content: center;
  padding: 40px;
  background: #244f8a;
}

@media screen and (min-width: 48em) {
  /* line 3, blocks/block011_products/_block.scss */
  .products-wrap {
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 78.75em) {
  /* line 3, blocks/block011_products/_block.scss */
  .products-wrap {
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

/* Common style */
/* line 21, blocks/block011_products/_block.scss */
.product-container {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  background: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  /*@include media ($medium-screen-up) {
		flex-direction: row;
		width: 520px;
		height: 350px;
	}
    */
}

/* line 40, blocks/block011_products/_block.scss */
.product-container p {
  font-size: 0.6em;
  letter-spacing: 1px;
}

/* line 47, blocks/block011_products/_block.scss */
.product-container img {
  margin-top: 47px;
  width: 250px;
  height: 250px;
  align-self: center;
}

/* line 56, blocks/block011_products/_block.scss */
.product-container .product {
  align-self: center;
  padding: 30px;
}

/* line 70, blocks/block011_products/_block.scss */
.product-container .desc {
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 17px;
  color: black;
  font-size: 1em;
}

/* line 79, blocks/block011_products/_block.scss */
.product-container .button, .product-container .block_5f7dd20edb7f6 .acfb_post_tiled_collage .acfb_post_tiled_btn, .block_5f7dd20edb7f6 .acfb_post_tiled_collage .product-container .acfb_post_tiled_btn {
  background: #dcdbdb;
  padding: 10px;
  display: inline-block;
  outline: 0;
  border: 0;
  margin: -1px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f5f5f5;
  cursor: pointer;
}

/* line 91, blocks/block011_products/_block.scss */
.product-container .button:hover, .product-container .block_5f7dd20edb7f6 .acfb_post_tiled_collage .acfb_post_tiled_btn:hover, .block_5f7dd20edb7f6 .acfb_post_tiled_collage .product-container .acfb_post_tiled_btn:hover {
  background: #244f8a;
  transition: all .4s ease-in-out;
}

/* line 97, blocks/block011_products/_block.scss */
.product-container .focus {
  background: #244f8a;
  color: #fff;
}

/* line 3, blocks/block012_hero/_block.scss */
.block012_hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 8, blocks/block012_hero/_block.scss */
.block012_hero .hero-content {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 350px;
}

@media screen and (min-width: 48em) {
  /* line 8, blocks/block012_hero/_block.scss */
  .block012_hero .hero-content {
    height: 600px;
  }
}

/* line 23, blocks/block012_hero/_block.scss */
.block012_hero .hero-content .h1 {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
}

/* line 4, blocks/block013_magnets/_block.scss */
.block013_magnets .filler-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 400px;
  height: 400px;
}

/* line 14, blocks/block013_magnets/_block.scss */
.magnets-wrap {
  display: grid;
  justify-content: center;
}

@media screen and (min-width: 48em) {
  /* line 14, blocks/block013_magnets/_block.scss */
  .magnets-wrap {
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 60em) {
  /* line 14, blocks/block013_magnets/_block.scss */
  .magnets-wrap {
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* Common style */
/* line 30, blocks/block013_magnets/_block.scss */
.magnets-wrap figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  max-width: 400px;
  max-height: 360px;
  background: #rgba 157, 23, 28, 1;
  text-align: center;
  cursor: pointer;
}

/* line 44, blocks/block013_magnets/_block.scss */
.magnets-wrap figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

/* line 52, blocks/block013_magnets/_block.scss */
.magnets-wrap figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 61, blocks/block013_magnets/_block.scss */
.magnets-wrap figure figcaption::before,
.magnets-wrap figure figcaption::after {
  pointer-events: none;
}

/* line 66, blocks/block013_magnets/_block.scss */
.magnets-wrap figure figcaption,
.magnets-wrap figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 76, blocks/block013_magnets/_block.scss */
.magnets *, .magnets *:after, .magnets *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 77, blocks/block013_magnets/_block.scss */
.magnets .clearfix:before, .magnets .clearfix:after {
  display: table;
  content: '';
}

/* line 78, blocks/block013_magnets/_block.scss */
.magnets .clearfix:after {
  clear: both;
}

/* line 80, blocks/block013_magnets/_block.scss */
.magnets body {
  background: #2f3238;
  color: #fff;
  font-weight: 400;
  font-size: 1em;
  font-family: 'Raleway', Arial, sans-serif;
}

/* line 88, blocks/block013_magnets/_block.scss */
.magnets a {
  outline: none;
  color: #3498db;
  text-decoration: none;
}

/* line 94, blocks/block013_magnets/_block.scss */
.magnets a:hover, .magnets a:focus {
  color: #528cb3;
}

/* line 98, blocks/block013_magnets/_block.scss */
.magnets section {
  padding: 1em;
  text-align: center;
}

/* line 103, blocks/block013_magnets/_block.scss */
.magnets .content {
  margin: 0 auto;
  max-width: 1000px;
}

/* line 108, blocks/block013_magnets/_block.scss */
.magnets .content > h4 {
  clear: both;
  margin: 0;
  padding: 4em 1% 0;
  color: #484B54;
  font-weight: 800;
  font-size: 1.5em;
}

/* line 117, blocks/block013_magnets/_block.scss */
.magnets .content > h4:first-child {
  padding-top: 0em;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
/* line 125, blocks/block013_magnets/_block.scss */
.magnets-wrap figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

/* line 133, blocks/block013_magnets/_block.scss */
.magnets-wrap figure h4 {
  word-spacing: -0.15em;
  font-weight: 300;
}

/* line 138, blocks/block013_magnets/_block.scss */
.magnets-wrap figure h4 span {
  font-weight: 800;
}

/* line 142, blocks/block013_magnets/_block.scss */
.magnets-wrap figure h4,
.magnets-wrap figure p {
  margin: 0;
}

/* line 147, blocks/block013_magnets/_block.scss */
.magnets-wrap figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* Individual effects */
/*---------------*/
/***** Lily *****/
/*---------------*/
/* line 159, blocks/block013_magnets/_block.scss */
figure.effect-lily img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

/* line 170, blocks/block013_magnets/_block.scss */
figure.effect-lily figcaption {
  text-align: left;
}

/* line 174, blocks/block013_magnets/_block.scss */
figure.effect-lily figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 50%;
}

/* line 183, blocks/block013_magnets/_block.scss */
figure.effect-lily h4,
figure.effect-lily p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

/* line 189, blocks/block013_magnets/_block.scss */
figure.effect-lily h4 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

/* line 194, blocks/block013_magnets/_block.scss */
figure.effect-lily p {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

/* line 201, blocks/block013_magnets/_block.scss */
figure.effect-lily:hover img,
figure.effect-lily:hover p {
  opacity: 1;
}

/* line 206, blocks/block013_magnets/_block.scss */
figure.effect-lily:hover img,
figure.effect-lily:hover h4,
figure.effect-lily:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 213, blocks/block013_magnets/_block.scss */
figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/
/* line 224, blocks/block013_magnets/_block.scss */
figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}

/* line 238, blocks/block013_magnets/_block.scss */
figure.effect-sadie h4 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #484c61;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 250, blocks/block013_magnets/_block.scss */
figure.effect-sadie figcaption::before,
figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

/* line 256, blocks/block013_magnets/_block.scss */
figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

/* line 267, blocks/block013_magnets/_block.scss */
figure.effect-sadie:hover h4 {
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}

/* line 273, blocks/block013_magnets/_block.scss */
figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Roxy *****/
/*---------------*/
/* line 284, blocks/block013_magnets/_block.scss */
figure.effect-roxy {
  background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}

/* line 289, blocks/block013_magnets/_block.scss */
figure.effect-roxy img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}

/* line 299, blocks/block013_magnets/_block.scss */
figure.effect-roxy figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}

/* line 314, blocks/block013_magnets/_block.scss */
figure.effect-roxy figcaption {
  padding: 3em;
  text-align: left;
}

/* line 319, blocks/block013_magnets/_block.scss */
figure.effect-roxy h4 {
  padding: 30% 0 10px 0;
}

/* line 323, blocks/block013_magnets/_block.scss */
figure.effect-roxy p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

/* line 331, blocks/block013_magnets/_block.scss */
figure.effect-roxy:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 337, blocks/block013_magnets/_block.scss */
figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Bubba *****/
/*---------------*/
/* line 348, blocks/block013_magnets/_block.scss */
figure.effect-bubba {
  background: #9e5406;
}

/* line 352, blocks/block013_magnets/_block.scss */
figure.effect-bubba img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

/* line 358, blocks/block013_magnets/_block.scss */
figure.effect-bubba:hover img {
  opacity: 0.4;
}

/* line 362, blocks/block013_magnets/_block.scss */
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

/* line 375, blocks/block013_magnets/_block.scss */
figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

/* line 382, blocks/block013_magnets/_block.scss */
figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

/* line 389, blocks/block013_magnets/_block.scss */
figure.effect-bubba h4 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

/* line 397, blocks/block013_magnets/_block.scss */
figure.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

/* line 406, blocks/block013_magnets/_block.scss */
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 413, blocks/block013_magnets/_block.scss */
figure.effect-bubba:hover h4,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Romeo *****/
/*---------------*/
/* line 424, blocks/block013_magnets/_block.scss */
figure.effect-romeo {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

/* line 429, blocks/block013_magnets/_block.scss */
figure.effect-romeo img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 0, 300px);
  transform: translate3d(0, 0, 300px);
}

/* line 436, blocks/block013_magnets/_block.scss */
figure.effect-romeo:hover img {
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 442, blocks/block013_magnets/_block.scss */
figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #fff;
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

/* line 457, blocks/block013_magnets/_block.scss */
figure.effect-romeo:hover figcaption::before {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

/* line 463, blocks/block013_magnets/_block.scss */
figure.effect-romeo:hover figcaption::after {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

/* line 469, blocks/block013_magnets/_block.scss */
figure.effect-romeo h4,
figure.effect-romeo p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

/* line 479, blocks/block013_magnets/_block.scss */
figure.effect-romeo h4 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
}

/* line 484, blocks/block013_magnets/_block.scss */
figure.effect-romeo p {
  padding: 0.25em 2em;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
}

/* line 490, blocks/block013_magnets/_block.scss */
figure.effect-romeo:hover h4 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
}

/* line 495, blocks/block013_magnets/_block.scss */
figure.effect-romeo:hover p {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
}

/*---------------*/
/***** Layla *****/
/*---------------*/
/* line 504, blocks/block013_magnets/_block.scss */
figure.effect-layla {
  background: #18a367;
}

/* line 508, blocks/block013_magnets/_block.scss */
figure.effect-layla img {
  height: 390px;
}

/* line 512, blocks/block013_magnets/_block.scss */
figure.effect-layla figcaption {
  padding: 3em;
}

/* line 516, blocks/block013_magnets/_block.scss */
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
  position: absolute;
  content: '';
  opacity: 0;
}

/* line 523, blocks/block013_magnets/_block.scss */
figure.effect-layla figcaption::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* line 536, blocks/block013_magnets/_block.scss */
figure.effect-layla figcaption::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 549, blocks/block013_magnets/_block.scss */
figure.effect-layla h4 {
  padding-top: 26%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

/* line 555, blocks/block013_magnets/_block.scss */
figure.effect-layla p {
  padding: 0.5em 2em;
  text-transform: none;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

/* line 563, blocks/block013_magnets/_block.scss */
figure.effect-layla img,
figure.effect-layla h4 {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

/* line 569, blocks/block013_magnets/_block.scss */
figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

/* line 577, blocks/block013_magnets/_block.scss */
figure.effect-layla:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 583, blocks/block013_magnets/_block.scss */
figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 590, blocks/block013_magnets/_block.scss */
figure.effect-layla:hover h4,
figure.effect-layla:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 597, blocks/block013_magnets/_block.scss */
figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h4,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

/*---------------*/
/***** Honey *****/
/*---------------*/
/* line 609, blocks/block013_magnets/_block.scss */
figure.effect-honey {
  background: #4a3753;
}

/* line 613, blocks/block013_magnets/_block.scss */
figure.effect-honey img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

/* line 619, blocks/block013_magnets/_block.scss */
figure.effect-honey:hover img {
  opacity: 0.5;
}

/* line 623, blocks/block013_magnets/_block.scss */
figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

/* line 635, blocks/block013_magnets/_block.scss */
figure.effect-honey h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

/* line 646, blocks/block013_magnets/_block.scss */
figure.effect-honey h4 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

/* line 655, blocks/block013_magnets/_block.scss */
figure.effect-honey figcaption::before,
figure.effect-honey h4 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

/* line 661, blocks/block013_magnets/_block.scss */
figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h4,
figure.effect-honey:hover h4 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Oscar *****/
/*---------------*/
/* line 673, blocks/block013_magnets/_block.scss */
figure.effect-oscar {
  background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
  background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}

/* line 678, blocks/block013_magnets/_block.scss */
figure.effect-oscar img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

/* line 684, blocks/block013_magnets/_block.scss */
figure.effect-oscar figcaption {
  padding: 3em;
  background-color: rgba(58, 52, 42, 0.7);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

/* line 691, blocks/block013_magnets/_block.scss */
figure.effect-oscar figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
}

/* line 701, blocks/block013_magnets/_block.scss */
figure.effect-oscar h4 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

/* line 709, blocks/block013_magnets/_block.scss */
figure.effect-oscar figcaption::before,
figure.effect-oscar p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* line 718, blocks/block013_magnets/_block.scss */
figure.effect-oscar:hover h4 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 723, blocks/block013_magnets/_block.scss */
figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 730, blocks/block013_magnets/_block.scss */
figure.effect-oscar:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}

/* line 734, blocks/block013_magnets/_block.scss */
figure.effect-oscar:hover img {
  opacity: 0.4;
}

/*---------------*/
/***** Marley *****/
/*---------------*/
/* line 742, blocks/block013_magnets/_block.scss */
figure.effect-marley figcaption {
  text-align: right;
}

/* line 746, blocks/block013_magnets/_block.scss */
figure.effect-marley h4,
figure.effect-marley p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
}

/* line 755, blocks/block013_magnets/_block.scss */
figure.effect-marley p {
  bottom: 30px;
  line-height: 1.5;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

/* line 762, blocks/block013_magnets/_block.scss */
figure.effect-marley h4 {
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

/* line 770, blocks/block013_magnets/_block.scss */
figure.effect-marley:hover h4 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 775, blocks/block013_magnets/_block.scss */
figure.effect-marley h4::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

/* line 787, blocks/block013_magnets/_block.scss */
figure.effect-marley h4::after,
figure.effect-marley p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

/* line 794, blocks/block013_magnets/_block.scss */
figure.effect-marley:hover h4::after,
figure.effect-marley:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Ruby *****/
/*---------------*/
/* line 805, blocks/block013_magnets/_block.scss */
figure.effect-ruby {
  background-color: #17819c;
}

/* line 809, blocks/block013_magnets/_block.scss */
figure.effect-ruby img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

/* line 817, blocks/block013_magnets/_block.scss */
figure.effect-ruby:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 823, blocks/block013_magnets/_block.scss */
figure.effect-ruby h4 {
  margin-top: 20%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

/* line 831, blocks/block013_magnets/_block.scss */
figure.effect-ruby p {
  margin: 1em 0 0;
  padding: 3em;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
  transform: translate3d(0, 20px, 0) scale(1.1);
}

/* line 842, blocks/block013_magnets/_block.scss */
figure.effect-ruby:hover h4 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 847, blocks/block013_magnets/_block.scss */
figure.effect-ruby:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/*---------------*/
/***** Milo *****/
/*---------------*/
/* line 857, blocks/block013_magnets/_block.scss */
figure.effect-milo {
  background: #2e5d5a;
}

/* line 861, blocks/block013_magnets/_block.scss */
figure.effect-milo img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 874, blocks/block013_magnets/_block.scss */
figure.effect-milo:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* line 880, blocks/block013_magnets/_block.scss */
figure.effect-milo h4 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
}

/* line 887, blocks/block013_magnets/_block.scss */
figure.effect-milo p {
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

/* line 899, blocks/block013_magnets/_block.scss */
figure.effect-milo:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Dexter *****/
/*---------------*/
/* line 909, blocks/block013_magnets/_block.scss */
figure.effect-dexter {
  background: -webkit-linear-gradient(top, #258dc8 0%, #683c13 100%);
  background: linear-gradient(to bottom, #258dc8 0%, #683c13 100%);
}

/* line 914, blocks/block013_magnets/_block.scss */
figure.effect-dexter img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

/* line 919, blocks/block013_magnets/_block.scss */
figure.effect-dexter:hover img {
  opacity: 0.4;
}

/* line 923, blocks/block013_magnets/_block.scss */
figure.effect-dexter figcaption::after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  height: -webkit-calc(50% - 30px);
  height: calc(50% - 30px);
  border: 7px solid #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

/* line 938, blocks/block013_magnets/_block.scss */
figure.effect-dexter:hover figcaption::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 943, blocks/block013_magnets/_block.scss */
figure.effect-dexter figcaption {
  padding: 3em;
  text-align: left;
}

/* line 948, blocks/block013_magnets/_block.scss */
figure.effect-dexter p {
  position: absolute;
  right: 60px;
  bottom: 60px;
  left: 60px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}

/* line 960, blocks/block013_magnets/_block.scss */
figure.effect-dexter:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Sarah *****/
/*---------------*/
/* line 970, blocks/block013_magnets/_block.scss */
figure.effect-sarah {
  background: #42b078;
}

/* line 974, blocks/block013_magnets/_block.scss */
figure.effect-sarah img {
  max-width: none;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 986, blocks/block013_magnets/_block.scss */
figure.effect-sarah:hover img {
  opacity: 0.4;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 992, blocks/block013_magnets/_block.scss */
figure.effect-sarah figcaption {
  text-align: left;
}

/* line 996, blocks/block013_magnets/_block.scss */
figure.effect-sarah h4 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
}

/* line 1002, blocks/block013_magnets/_block.scss */
figure.effect-sarah h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 1016, blocks/block013_magnets/_block.scss */
figure.effect-sarah:hover h4::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1021, blocks/block013_magnets/_block.scss */
figure.effect-sarah p {
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 1030, blocks/block013_magnets/_block.scss */
figure.effect-sarah:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Zoe *****/
/*---------------*/
/* line 1040, blocks/block013_magnets/_block.scss */
figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: #fff;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

/* line 1053, blocks/block013_magnets/_block.scss */
figure.effect-zoe h4 {
  float: left;
}

/* line 1057, blocks/block013_magnets/_block.scss */
figure.effect-zoe p.icon-links a {
  float: right;
  color: #3c4a50;
  font-size: 1.4em;
}

/* line 1063, blocks/block013_magnets/_block.scss */
figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
  color: #252d31;
}

/* line 1068, blocks/block013_magnets/_block.scss */
figure.effect-zoe p.description {
  position: absolute;
  bottom: 8em;
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  /* Fix for Chrome 37.0.2062.120 (Mac) */
}

/* line 1081, blocks/block013_magnets/_block.scss */
figure.effect-zoe h4,
figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

/* line 1089, blocks/block013_magnets/_block.scss */
figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: 'feathericons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1098, blocks/block013_magnets/_block.scss */
.icon-eye::before {
  content: '\e000';
}

/* line 1102, blocks/block013_magnets/_block.scss */
.icon-paper-clip::before {
  content: '\e001';
}

/* line 1106, blocks/block013_magnets/_block.scss */
.icon-heart::before {
  content: '\e024';
}

/* line 1110, blocks/block013_magnets/_block.scss */
figure.effect-zoe h4 {
  display: inline-block;
}

/* line 1114, blocks/block013_magnets/_block.scss */
figure.effect-zoe:hover p.description {
  opacity: 1;
}

/* line 1118, blocks/block013_magnets/_block.scss */
figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h4,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1125, blocks/block013_magnets/_block.scss */
figure.effect-zoe:hover h4 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

/* line 1130, blocks/block013_magnets/_block.scss */
figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* line 1135, blocks/block013_magnets/_block.scss */
figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

/* line 1140, blocks/block013_magnets/_block.scss */
figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/*---------------*/
/***** Chico *****/
/*---------------*/
/* line 1149, blocks/block013_magnets/_block.scss */
figure.effect-chico img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

/* line 1156, blocks/block013_magnets/_block.scss */
figure.effect-chico:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 1162, blocks/block013_magnets/_block.scss */
figure.effect-chico figcaption {
  padding: 3em;
}

/* line 1166, blocks/block013_magnets/_block.scss */
figure.effect-chico figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 1178, blocks/block013_magnets/_block.scss */
figure.effect-chico figcaption::before,
figure.effect-chico p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

/* line 1185, blocks/block013_magnets/_block.scss */
figure.effect-chico h4 {
  padding: 20% 0 20px 0;
}

/* line 1189, blocks/block013_magnets/_block.scss */
figure.effect-chico p {
  margin: 0 auto;
  max-width: 200px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

/* line 1196, blocks/block013_magnets/_block.scss */
figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 5, blocks/block014_documents/_block.scss */
.block014_documents .documents-list {
  list-style: none;
  padding: 0;
  font-size: calc(15px + 2 * ( (100vw - 420px) / 480));
}

@media screen and (max-width: 420px) {
  /* line 5, blocks/block014_documents/_block.scss */
  .block014_documents .documents-list {
    font-size: 15px;
  }
}

@media screen and (min-width: 900px) {
  /* line 5, blocks/block014_documents/_block.scss */
  .block014_documents .documents-list {
    font-size: 17px;
  }
}

/* line 10, blocks/block014_documents/_block.scss */
.block014_documents .documents-list li .icon {
  font-size: calc(18px + 4 * ( (100vw - 420px) / 480));
  margin-right: 4px;
}

@media screen and (max-width: 420px) {
  /* line 10, blocks/block014_documents/_block.scss */
  .block014_documents .documents-list li .icon {
    font-size: 18px;
  }
}

@media screen and (min-width: 900px) {
  /* line 10, blocks/block014_documents/_block.scss */
  .block014_documents .documents-list li .icon {
    font-size: 22px;
  }
}

/* line 14, blocks/block014_documents/_block.scss */
.block014_documents .documents-list li a {
  line-height: 2;
}

/* line 3, blocks/block015_button/_block.scss */
.block015_button {
  display: block;
  margin: 1em 20px;
  width: max-content;
}

/* line 7, blocks/block015_button/_block.scss */
.block015_button.center {
  margin: 1em auto;
  width: max-content;
}

/* line 11, blocks/block015_button/_block.scss */
.block015_button.right {
  float: none;
}

@media screen and (min-width: 48em) {
  /* line 11, blocks/block015_button/_block.scss */
  .block015_button.right {
    margin: 1em 20px 1em auto;
  }
}

/* line 3, blocks/block101_hero_video/_block.scss */
.hero-home {
  height: auto;
  background: #5c5b5b;
}

/* line 6, blocks/block101_hero_video/_block.scss */
.hero-home .video-container {
  position: relative;
  padding-bottom: 44%;
  height: 0;
  z-index: 110;
  overflow: hidden;
}

/* line 13, blocks/block101_hero_video/_block.scss */
.hero-home .video-container::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)) 0 0 no-repeat padding-box;
}

/* line 23, blocks/block101_hero_video/_block.scss */
.hero-home__video {
  position: absolute;
  width: 100vw;
  height: auto;
  left: 0;
  top: 0;
}

/* line 30, blocks/block101_hero_video/_block.scss */
.hero-home__img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center top;
  background-size: cover;
}

/* line 38, blocks/block101_hero_video/_block.scss */
.hero-home__img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)) 0 0 no-repeat padding-box;
}

/* line 48, blocks/block101_hero_video/_block.scss */
.hero-home .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  height: 100%;
  z-index: 112;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 2em;
  transform: translateX(-50%);
  box-sizing: border-box;
  text-align: center;
}

/* line 63, blocks/block101_hero_video/_block.scss */
.hero-home__headline {
  color: #fff;
  max-width: 900px;
  margin-bottom: 0.75em;
  text-align: center;
  font-weight: normal;
  margin-left: auto;
  margin-right: auto;
  font-size: calc(32px + 30 * ( (100vw - 420px) / 480));
  letter-spacing: 0.03em;
}

@media screen and (max-width: 420px) {
  /* line 63, blocks/block101_hero_video/_block.scss */
  .hero-home__headline {
    font-size: 32px;
  }
}

@media screen and (min-width: 900px) {
  /* line 63, blocks/block101_hero_video/_block.scss */
  .hero-home__headline {
    font-size: 62px;
  }
}

/* line 73, blocks/block101_hero_video/_block.scss */
.hero-home__headline br {
  display: none;
}

/* line 77, blocks/block101_hero_video/_block.scss */
.hero-home.-imgnotvid {
  height: 350px;
}

@media screen and (min-width: 60em) {
  /* line 3, blocks/block101_hero_video/_block.scss */
  .hero-home {
    height: auto;
  }
  /* line 82, blocks/block101_hero_video/_block.scss */
  .hero-home.-imgnotvid {
    height: 740px;
  }
  /* line 86, blocks/block101_hero_video/_block.scss */
  .hero-home__headline br {
    display: block;
  }
}

/* line 3, blocks/block102_icon-callouts/_block.scss */
.block102_icon-callouts {
  background-size: 0 0;
  padding: 45px 0 80px;
}

/* line 6, blocks/block102_icon-callouts/_block.scss */
.block102_icon-callouts .callouts {
  display: flex;
  flex-direction: column;
}

/* line 10, blocks/block102_icon-callouts/_block.scss */
.block102_icon-callouts .callout {
  text-align: center;
}

/* line 12, blocks/block102_icon-callouts/_block.scss */
.block102_icon-callouts .callout__title {
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
}

/* line 17, blocks/block102_icon-callouts/_block.scss */
.block102_icon-callouts .callout__text {
  color: #000;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

/* line 23, blocks/block102_icon-callouts/_block.scss */
.block102_icon-callouts .callout img {
  background: #c62127;
  border-radius: 300px;
}

@media (min-width: 48em) {
  /* line 29, blocks/block102_icon-callouts/_block.scss */
  .block102_icon-callouts .callouts {
    flex-direction: row;
    flex-wrap: wrap;
  }
  /* line 33, blocks/block102_icon-callouts/_block.scss */
  .block102_icon-callouts .callout {
    width: 50%;
    padding: 1em;
    box-sizing: border-box;
  }
}

@media (min-width: 63.75em) {
  /* line 3, blocks/block102_icon-callouts/_block.scss */
  .block102_icon-callouts {
    background-repeat: no-repeat;
    background-size: 100% 160px;
  }
  /* line 42, blocks/block102_icon-callouts/_block.scss */
  .block102_icon-callouts .callout {
    width: var(--col-width);
  }
}

/* line 4, blocks/block103_two-col-image/_block.scss */
.block103_two-col-image .flex-wrap {
  display: flex;
  flex-direction: column;
}

/* line 8, blocks/block103_two-col-image/_block.scss */
.block103_two-col-image .left-col, .block103_two-col-image .right-col {
  width: 100%;
}

/* line 11, blocks/block103_two-col-image/_block.scss */
.block103_two-col-image .left-col {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vw;
}

/* line 17, blocks/block103_two-col-image/_block.scss */
.block103_two-col-image .gray-wrap {
  background-color: #eaeaea;
  padding: 20px 40px;
}

/* line 21, blocks/block103_two-col-image/_block.scss */
.block103_two-col-image .headline {
  font-weight: 500;
  color: #c62127;
  margin-bottom: 10px;
}

/* line 26, blocks/block103_two-col-image/_block.scss */
.block103_two-col-image .subhead {
  text-transform: uppercase;
  font-size: 14px;
  font-family: museo-sans, sans-serif;
  color: #808080;
}

/* line 32, blocks/block103_two-col-image/_block.scss */
.block103_two-col-image .callout_text {
  font-size: 24px;
  font-style: italic;
}

@media (min-width: 48em) {
  /* line 37, blocks/block103_two-col-image/_block.scss */
  .block103_two-col-image .flex-wrap {
    flex-direction: row;
  }
  /* line 40, blocks/block103_two-col-image/_block.scss */
  .block103_two-col-image .left-col, .block103_two-col-image .right-col {
    width: 50%;
  }
  /* line 43, blocks/block103_two-col-image/_block.scss */
  .block103_two-col-image .left-col {
    min-height: 0;
  }
  /* line 46, blocks/block103_two-col-image/_block.scss */
  .block103_two-col-image .right-col {
    padding: 33px 0;
  }
  /* line 49, blocks/block103_two-col-image/_block.scss */
  .block103_two-col-image .gray-wrap {
    padding: 80px;
  }
}

/* line 3, blocks/block104_moremagnets/_block.scss */
.block104_moremagnets {
  /* Common style */
}

/* line 4, blocks/block104_moremagnets/_block.scss */
.block104_moremagnets .filler-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 400px;
  height: 400px;
  max-width: 100%;
}

/* line 14, blocks/block104_moremagnets/_block.scss */
.block104_moremagnets .magnets-wrap {
  display: grid;
  justify-content: center;
  /* @include media ($desktop-hd) {
			grid-gap: 10px;
			grid-template-columns: 1fr 1fr 1fr 1fr;
		} */
}

@media screen and (min-width: 48em) {
  /* line 14, blocks/block104_moremagnets/_block.scss */
  .block104_moremagnets .magnets-wrap {
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 60em) {
  /* line 14, blocks/block104_moremagnets/_block.scss */
  .block104_moremagnets .magnets-wrap {
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* line 32, blocks/block104_moremagnets/_block.scss */
.block104_moremagnets .magnets-wrap figure {
  position: relative;
  float: none;
  overflow: hidden;
  margin: 10px 1%;
  max-width: 400px;
  width: 100%;
  max-height: calc(360px + 30%);
  padding-bottom: 20%;
  cursor: default;
  text-align: center;
}

@media screen and (min-width: 48em) {
  /* line 32, blocks/block104_moremagnets/_block.scss */
  .block104_moremagnets .magnets-wrap figure {
    max-height: 360px;
  }
}

@media (min-width: 870px) and (max-width: 1279px) {
  /* line 32, blocks/block104_moremagnets/_block.scss */
  .block104_moremagnets .magnets-wrap figure {
    margin: 10px auto;
    padding-bottom: 0;
  }
}

/* line 52, blocks/block104_moremagnets/_block.scss */
.block104_moremagnets .magnets-wrap figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(157, 23, 28, 0.76);
  opacity: 0;
  transition: opacity .4s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

/* line 66, blocks/block104_moremagnets/_block.scss */
.block104_moremagnets .magnets-wrap figure figcaption h3 {
  color: #fff;
}

/* line 69, blocks/block104_moremagnets/_block.scss */
.block104_moremagnets .magnets-wrap figure figcaption:hover {
  opacity: 1;
}

@media screen and (max-width: 30em) {
  /* line 52, blocks/block104_moremagnets/_block.scss */
  .block104_moremagnets .magnets-wrap figure figcaption {
    background: #9d171c;
    opacity: 1;
    height: 30% !important;
    bottom: 0;
    top: initial !important;
  }
}

/* line 81, blocks/block104_moremagnets/_block.scss */
.block104_moremagnets .magnets-wrap figure figcaption::before,
.block104_moremagnets .magnets-wrap figure figcaption::after {
  pointer-events: none;
}

/* line 86, blocks/block104_moremagnets/_block.scss */
.block104_moremagnets .magnets-wrap figure figcaption,
.block104_moremagnets .magnets-wrap figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 3, blocks/block105_icon-calloutsv2/_block.scss */
.block105_icon-calloutsv2 {
  background-size: 0 0;
  padding: 45px 0;
}

/* line 6, blocks/block105_icon-calloutsv2/_block.scss */
.block105_icon-calloutsv2 .callouts {
  display: flex;
  flex-direction: column;
}

/* line 10, blocks/block105_icon-calloutsv2/_block.scss */
.block105_icon-calloutsv2 .callout {
  text-align: center;
}

/* line 12, blocks/block105_icon-calloutsv2/_block.scss */
.block105_icon-calloutsv2 .callout__title {
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
}

/* line 17, blocks/block105_icon-calloutsv2/_block.scss */
.block105_icon-calloutsv2 .callout__text {
  color: #000;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

/* line 23, blocks/block105_icon-calloutsv2/_block.scss */
.block105_icon-calloutsv2 .callout .image-wrap {
  height: 95px;
}

@media (min-width: 48em) {
  /* line 31, blocks/block105_icon-calloutsv2/_block.scss */
  .block105_icon-calloutsv2 .callouts {
    flex-direction: row;
    flex-wrap: wrap;
  }
  /* line 35, blocks/block105_icon-calloutsv2/_block.scss */
  .block105_icon-calloutsv2 .callout {
    width: 50%;
    padding: 1em;
    box-sizing: border-box;
  }
}

@media (min-width: 63.75em) {
  /* line 3, blocks/block105_icon-calloutsv2/_block.scss */
  .block105_icon-calloutsv2 {
    background-repeat: no-repeat;
    background-size: 100% 160px;
  }
  /* line 44, blocks/block105_icon-calloutsv2/_block.scss */
  .block105_icon-calloutsv2 .callout {
    width: var(--col-width);
  }
}

/* line 4, blocks/block106_video/_block.scss */
.block106__video .content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 960px) {
  /* line 11, blocks/block106_video/_block.scss */
  .block106__video .content.-threeq {
    max-width: 75%;
    padding-bottom: 42.1875%;
  }
}

/* line 17, blocks/block106_video/_block.scss */
.block106__video .content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

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

/* line 32, 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: #c62127;
  font-family: museo-sans, 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: #c62127;
  border-color: #c62127;
}

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

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

/* 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: #5c5b5b;
  border-color: #5c5b5b;
}

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

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

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

/* 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: museo-sans, sans-serif;
  font-weight: normal;
  font-size: 18px;
  display: inline-block;
  color: #9d171c;
  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 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 5, assets/css/sass/pages/_home.scss */
.home .main {
  padding-top: 0;
}

/* line 13, assets/css/sass/pages/_home.scss */
.block_5f7dd20edb7f6 .acfb_post_tiled_collage .acfb_post_tiled_item {
  overflow: hidden;
}

/* line 17, assets/css/sass/pages/_home.scss */
.block_5f7dd20edb7f6 .acfb_post_tiled_collage .acfb_post_tiled_title a {
  font-family: museo-sans, sans-serif !important;
}

/* line 19, assets/css/sass/pages/_home.scss */
.block_5f7dd20edb7f6 .acfb_post_tiled_collage .acfb_post_tiled_title a:hover {
  text-decoration: underline;
}

/* line 27, assets/css/sass/pages/_home.scss */
.block_5f7dd20edb7f6 .acfb_post_tiled_collage .acfb_posts_tiled_bottom_elements {
  align-items: flex-end !important;
  justify-content: flex-end !important;
}

@media (min-width: 48em) {
  /* line 32, assets/css/sass/pages/_home.scss */
  .block_5f7dd20edb7f6 .acfb_post_tiled_collage .acfb_posts_tiled_bottom_elements {
    margin-bottom: 28px !important;
  }
}

@media (max-width: 30em) {
  /* line 37, assets/css/sass/pages/_home.scss */
  .block_5f7dd20edb7f6 .acfb_post_tiled_collage .acfb_post_tiled_item .acfb_post_tiled_item_inner {
    padding-bottom: 60px !important;
  }
  /* line 40, assets/css/sass/pages/_home.scss */
  .block_5f7dd20edb7f6 .acfb_post_tiled_collage .acfb_posts_tiled_bottom_elements {
    margin-bottom: -50px !important;
    margin-top: 50px;
  }
}

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

/* line 4, assets/css/sass/pages/_blog.scss */
.blog .page-title, .category .page-title, .single-post .page-title {
  margin-bottom: 1em;
}

/* line 7, 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 #eaeaea;
}

/* line 11, assets/css/sass/pages/_blog.scss */
.blog article .attachment-thumbnail, .category article .attachment-thumbnail, .single-post article .attachment-thumbnail {
  float: left;
  margin: 1.3em 1em 0 0;
}

/* line 15, assets/css/sass/pages/_blog.scss */
.blog article .attachment-news-thumb, .category article .attachment-news-thumb, .single-post article .attachment-news-thumb {
  float: left;
  margin: 0.75em 2em 2em 0;
}

@media (max-width: 600px) {
  /* line 15, assets/css/sass/pages/_blog.scss */
  .blog article .attachment-news-thumb, .category article .attachment-news-thumb, .single-post article .attachment-news-thumb {
    float: none;
    margin: 2em auto 1em;
    display: block;
    width: 100%;
  }
}

/* line 25, 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 28, assets/css/sass/pages/_blog.scss */
.blog article .entry-title, .category article .entry-title, .single-post article .entry-title {
  margin: 0 0 1em;
}

/* line 31, 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;
  display: none;
}

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

/* line 40, assets/css/sass/pages/_blog.scss */
.blog article::after, .category article::after, .single-post article::after {
  content: "";
  display: table;
  clear: both;
}

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

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

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

/* line 65, assets/css/sass/pages/_blog.scss */
.single-post article .attachment-news-single {
  margin-bottom: 1.5em;
}

/* PRODUCTS PAGE */
@media (max-width: 60em) {
  /* line 6, assets/css/sass/pages/_products.scss */
  .page-template-products .container.has-sidebar aside.sidebar {
    order: 0;
  }
  /* line 9, assets/css/sass/pages/_products.scss */
  .page-template-products .container.has-sidebar .main {
    order: 1;
  }
}

/* line 15, assets/css/sass/pages/_products.scss */
.page-template-products .main .wrap {
  padding: 0;
}

/* line 19, assets/css/sass/pages/_products.scss */
.product {
  padding: 1em;
  background-color: transparent;
}

/* line 24, assets/css/sass/pages/_products.scss */
.product.gray {
  background-color: #ebebeb;
}

/* line 28, assets/css/sass/pages/_products.scss */
.product-title {
  display: inline;
  font-size: 1rem;
}

/* line 33, assets/css/sass/pages/_products.scss */
.facetwp-checkbox {
  font-weight: bold;
}

/* line 37, assets/css/sass/pages/_products.scss */
.input-group {
  margin-top: 1.25em;
}

/* line 40, assets/css/sass/pages/_products.scss */
.input-group.-search .flex-wrap {
  display: flex;
  flex-direction: row;
}

/* line 44, assets/css/sass/pages/_products.scss */
.input-group.-search input.search-field {
  height: 40px;
  display: inline-block;
  box-shadow: none;
  border: 2px solid #ddd;
}

/* line 51, assets/css/sass/pages/_products.scss */
.input-group.-search button.-search {
  display: inline-block;
  height: 40px;
  font-size: 14px;
  display: none;
}

/* line 59, assets/css/sass/pages/_products.scss */
.input-group .fs-checkbox {
  display: block;
}

/* line 62, assets/css/sass/pages/_products.scss */
.input-group .fs-checkbox-label.fs-light {
  margin-bottom: 0;
  vertical-align: top;
}

/* line 66, assets/css/sass/pages/_products.scss */
.input-group .fs-light.fs-checkbox-radio .fs-checkbox-marker {
  border-radius: 0;
}

/* line 69, assets/css/sass/pages/_products.scss */
.input-group .fs-light.fs-checkbox-radio .fs-checkbox-flag {
  color: #c62127;
  background-color: #c62127;
  height: 0;
  width: 0;
  position: relative;
}

/* line 75, assets/css/sass/pages/_products.scss */
.input-group .fs-light.fs-checkbox-radio .fs-checkbox-flag::after {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  top: 2px;
  left: -5px;
  position: absolute;
}

/* line 90, assets/css/sass/pages/_products.scss */
.input-group .fs-light.fs-checkbox-focus .fs-checkbox-marker, .input-group .no-touchevents .fs-light:hover .fs-checkbox-marker, .input-group .fs-dropdown.fs-light.fs-dropdown-focus .fs-dropdown-selected, .input-group .no-touchevents .fs-dropdown.fs-light .fs-dropdown-selected:hover {
  background: transparent !important;
}

/* line 93, assets/css/sass/pages/_products.scss */
.input-group .fs-dropdown.fs-light.fs-dropdown-focus .fs-dropdown-selected, .input-group .no-touchevents .fs-dropdown.fs-light .fs-dropdown-selected:hover {
  background: rgba(198, 33, 39, 0.25) !important;
}

/* line 96, assets/css/sass/pages/_products.scss */
.input-group .fs-checkbox:hover .fs-checkbox-marker, .input-group .fs-dropdown-selected:hover, .input-group .fs-dropdown .fs-dropdown-item_selected, .input-group .fs-dropdown.fs-light .fs-dropdown-item:hover {
  background: rgba(198, 33, 39, 0.25) !important;
}

/* line 99, assets/css/sass/pages/_products.scss */
.input-group .fs-dropdown.fs-light .fs-dropdown-selected:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  top: -10px;
  right: 30px;
  border: none !important;
  position: absolute;
  color: #c62127;
}

/* line 115, assets/css/sass/pages/_products.scss */
.input-group .fs-dropdown.fs-light .fs-dropdown-selected {
  border: 2px solid #ddd;
}

/* line 120, assets/css/sass/pages/_products.scss */
.prod-search-button {
  margin-top: 1em;
}

/* line 124, assets/css/sass/pages/_products.scss */
.pagination-wrap {
  display: flex;
  flex-direction: column;
  padding-top: 1em;
  border-top: 1px solid #eaeaea;
  margin-top: 2em;
}

/* line 130, assets/css/sass/pages/_products.scss */
.pagination-wrap .products-per-page {
  width: 100%;
  text-align: center;
  margin: 15px 0;
}

/* line 135, assets/css/sass/pages/_products.scss */
.pagination-wrap .pagination {
  text-align: center;
}

@media (min-width: 48em) {
  /* line 124, assets/css/sass/pages/_products.scss */
  .pagination-wrap {
    flex-direction: row;
    justify-content: space-between;
  }
  /* line 141, assets/css/sass/pages/_products.scss */
  .pagination-wrap .products-per-page {
    width: 50%;
    text-align: left;
    margin: 15px 0;
  }
  /* line 146, assets/css/sass/pages/_products.scss */
  .pagination-wrap .pagination {
    margin: 15px 0;
    width: 50%;
    text-align: right;
  }
}

/* line 154, assets/css/sass/pages/_products.scss */
.facetwp-dropdown {
  padding: 6px;
  font-weight: bold;
}

/* line 159, assets/css/sass/pages/_products.scss */
h3.facet-label {
  font-size: 18px;
  margin-bottom: 10px;
  padding-top: 0;
}

/* line 165, assets/css/sass/pages/_products.scss */
.facetwp-facet {
  margin-bottom: 20px !important;
}

/* line 169, assets/css/sass/pages/_products.scss */
.facetwp-dropdown {
  width: 100%;
  border: 2px solid #ddd;
}

/* line 174, assets/css/sass/pages/_products.scss */
.facetwp-search {
  box-shadow: none !important;
  border: 2px solid #ddd !important;
}

/* line 179, assets/css/sass/pages/_products.scss */
.facetwp-facet-products_per_page {
  display: inline-block;
}

/* line 181, assets/css/sass/pages/_products.scss */
.facetwp-facet-products_per_page select {
  padding: 6px;
  font-weight: bold;
  border: 2px solid #ddd;
}

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

/* line 9, assets/css/sass/pages/_posts.scss */
.search-results .entry-title {
  font-size: 2em;
}

/* line 3, assets/css/sass/pages/_locations.scss */
.locations {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

/* line 8, assets/css/sass/pages/_locations.scss */
.locations__item .address {
  margin-bottom: 20px;
}

/* line 16, assets/css/sass/pages/_locations.scss */
.single-locations .twocol {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  font-size: 18px;
  margin-bottom: 60px;
}

@media (min-width: 800px) {
  /* line 16, assets/css/sass/pages/_locations.scss */
  .single-locations .twocol {
    grid-template-columns: 1fr 1fr;
  }
  /* line 24, assets/css/sass/pages/_locations.scss */
  .single-locations .twocol.-single {
    grid-template-columns: 1fr;
  }
}

/* line 29, assets/css/sass/pages/_locations.scss */
.single-locations iframe {
  width: 100%;
}

/* line 32, assets/css/sass/pages/_locations.scss */
.single-locations .mb20 {
  margin-bottom: 20px;
}

/* line 35, assets/css/sass/pages/_locations.scss */
.single-locations .text-upper {
  text-transform: uppercase;
}

/* line 41, assets/css/sass/pages/_locations.scss */
.mb20 {
  margin-bottom: 20px;
}

/* line 44, assets/css/sass/pages/_locations.scss */
.text-upper {
  text-transform: uppercase;
}
