/*!
 * custom-wp-by-bullseye-creative v1.0.0
 * A custom WordPress theme by Bullseye Creative
 * (c) 2020 
 * ISC License
 * http://link-to-your-git-repo.com
 */

/* line 47, assets/sass/style.scss */
.button {
  color: #fff !important;
  font-weight: 500;
  background-color: #9A2025 !important;
  padding: 10px 20px;
  text-align: center;
  margin: 5px 0;
  overflow: hidden;
  text-decoration: none !important;
  border: 1px solid #9A2025 !important;
}

/* line 58, assets/sass/style.scss */
.button:hover {
  color: #9A2025 !important;
  background-color: transparent !important;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* line 65, assets/sass/style.scss */
.button-alt {
  color: #fff !important;
  font-weight: 500;
  background-color: #9A2025 !important;
  padding: 10px 20px;
  text-align: center;
  margin: 5px 0;
  overflow: hidden;
  text-decoration: none !important;
  border: 1px solid #9A2025 !important;
}

/* line 76, assets/sass/style.scss */
.button-alt:hover {
  color: #9A2025 !important;
  background-color: transparent !important;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* line 83, assets/sass/style.scss */
.button-secondary {
  color: #333333 !important;
  font-weight: 500;
  background-color: transparent !important;
  padding: 10px 20px;
  text-align: center;
  margin: 5px 0;
  overflow: hidden;
  text-decoration: none !important;
  border: 1px solid #333333;
}

/* line 94, assets/sass/style.scss */
.button-secondary:hover {
  color: #fff !important;
  background-color: #333333 !important;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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 14, assets/sass/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements with `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 35, assets/sass/_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 48, assets/sass/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
          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 59, assets/sass/_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 71, assets/sass/_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 80, assets/sass/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

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

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 201, assets/sass/_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 213, assets/sass/_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 224, assets/sass/_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 235, assets/sass/_normalize.scss */
legend {
  -webkit-box-sizing: border-box;
          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 248, assets/sass/_normalize.scss */
progress {
  vertical-align: baseline;
}

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 294, assets/sass/_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 303, assets/sass/_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 315, assets/sass/_normalize.scss */
details {
  display: block;
}

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

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

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

/*--------------------------------------------------------------
In this file:
# Typography
# Forms
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 13, assets/sass/_global.scss */
body,
button,
input,
select,
optgroup,
textarea {
  color: #333333;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: calc( 15px + 4 * (100vw / 1500));
  line-height: 1.5;
}

/* line 25, assets/sass/_global.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  text-shadow: none;
  margin: 0;
}

/* line 31, assets/sass/_global.scss */
p {
  margin: 0;
}

/* line 35, assets/sass/_global.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 39, assets/sass/_global.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 43, assets/sass/_global.scss */
address {
  margin: 0 0 1.5em;
}

/* line 47, assets/sass/_global.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 59, assets/sass/_global.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 65, assets/sass/_global.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 70, assets/sass/_global.scss */
mark, ins {
  text-decoration: none;
}

/* line 75, assets/sass/_global.scss */
big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 83, assets/sass/_global.scss */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 87, assets/sass/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 93, assets/sass/_global.scss */
body {
  background-color: #fffefc;
}

/* line 98, assets/sass/_global.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
}

/* line 108, assets/sass/_global.scss */
ol {
  list-style: decimal;
}

/* line 112, assets/sass/_global.scss */
li > ul,
li > ol {
  margin-bottom: 0;
}

/* line 117, assets/sass/_global.scss */
dt {
  font-weight: bold;
}

/* line 121, assets/sass/_global.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 125, assets/sass/_global.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 130, assets/sass/_global.scss */
figure {
  margin: 1em 0;
}

/* line 134, assets/sass/_global.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 142, assets/sass/_global.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

/* line 157, assets/sass/_global.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

/* line 164, assets/sass/_global.scss */
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

/* line 174, assets/sass/_global.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

/* line 196, assets/sass/_global.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

/* line 215, assets/sass/_global.scss */
select {
  border: 1px solid #ccc;
}

/* line 219, assets/sass/_global.scss */
textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
/* line 226, assets/sass/_global.scss */
a {
  color: #9A2025;
  text-decoration: none;
}

/* line 230, assets/sass/_global.scss */
a:hover {
  color: #9A2025;
  text-decoration: underline;
}

/* line 236, assets/sass/_global.scss */
a#bc-back-link {
  padding: .3em .6em;
}

/* line 250, assets/sass/_global.scss */
a:focus {
  outline: 0;
}

/* line 254, assets/sass/_global.scss */
a:hover, a:active {
  outline: 0;
}

/* line 258, assets/sass/_global.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* line 267, assets/sass/_global.scss */
#content {
  margin: 0 auto;
  padding: 0 1em;
}

/* line 279, assets/sass/_global.scss */
article > header > h1, article > header > h2 {
  font-size: 2.4em;
  line-height: 1em;
  margin: 0 0 .4em 0;
}

/* line 293, assets/sass/_global.scss */
.cat-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 298, assets/sass/_global.scss */
.cat-links a:first-of-type {
  margin-left: .5em;
}

/* line 302, assets/sass/_global.scss */
.cat-links a, .comments-link a, .edit-link a {
  padding: 0 .5em;
  margin: 0 .5em 0 0;
}

/* line 307, assets/sass/_global.scss */
footer#colophon {
  margin: 3em auto;
  text-align: center;
  padding: 0 1em;
  font-size: .75em;
}

/* line 316, assets/sass/_global.scss */
article .row p + p {
  padding-top: 0;
}

/* line 321, assets/sass/_global.scss */
article + .photo-block {
  padding-top: 0;
}

/* line 327, assets/sass/_global.scss */
#footer-menu .menu-item a {
  color: #333333;
}

/* line 333, assets/sass/_global.scss */
.nf-form-fields-required {
  display: none;
}

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

/* line 18, assets/sass/_accessibility.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  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. */
}

/* Do not show the outline on the skip link target. */
/* line 41, assets/sass/_accessibility.scss */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* line 1, assets/sass/modules/_header.scss */
header#masthead {
  position: relative;
  top: 0;
  width: 100%;
  display: block;
  padding: 0 0 1em;
  background: black;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1010;
}

/* line 12, assets/sass/modules/_header.scss */
.masthead-inner {
  margin: 0 auto;
  display: block;
  padding: 1em 0;
}

@media (max-width: 37.5em) {
  /* line 12, assets/sass/modules/_header.scss */
  .masthead-inner {
    padding: 2em 0.5em;
  }
}

/* line 22, assets/sass/modules/_header.scss */
header#masthead {
  z-index: 1010;
  background: transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: fixed;
  top: 0;
}

/* line 30, assets/sass/modules/_header.scss */
header#masthead.light {
  background: #fff;
  -webkit-box-shadow: 1px 3px 15px #333;
          box-shadow: 1px 3px 15px #333;
}

/* line 35, assets/sass/modules/_header.scss */
.admin-bar.logged-in header#masthead {
  top: 30px;
}

/* line 40, assets/sass/modules/_header.scss */
header#masthead h1, header#masthead p {
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}

/* line 48, assets/sass/modules/_header.scss */
.logo, .logo-dark {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: absolute;
  display: inline-block;
  margin-top: -40px;
}

@media (max-width: 37.5em) {
  /* line 54, assets/sass/modules/_header.scss */
  .logo.our-menu, .logo-dark.our-menu {
    margin-top: -20px !important;
  }
  /* line 57, assets/sass/modules/_header.scss */
  .logo.our-menu img, .logo-dark.our-menu img {
    max-height: 80px !important;
  }
}

@media screen and (max-width: 400px) {
  /* line 54, assets/sass/modules/_header.scss */
  .logo.our-menu, .logo-dark.our-menu {
    margin-top: -10px !important;
  }
  /* line 64, assets/sass/modules/_header.scss */
  .logo.our-menu img, .logo-dark.our-menu img {
    max-height: 60px !important;
  }
}

@media (max-width: 37.5em) {
  /* line 48, assets/sass/modules/_header.scss */
  .logo, .logo-dark {
    margin-top: -10px;
  }
}

@media screen and (max-width: 425px) {
  /* line 48, assets/sass/modules/_header.scss */
  .logo, .logo-dark {
    margin-top: -10px;
  }
}

/* line 79, assets/sass/modules/_header.scss */
.logo .custom-logo-link, .logo-dark .custom-logo-link {
  position: relative;
  display: inline-block;
  max-height: 110px;
}

/* line 83, assets/sass/modules/_header.scss */
.logo .custom-logo-link.condensed, .logo-dark .custom-logo-link.condensed {
  max-height: 80px;
}

@media screen and (max-width: 500px) {
  /* line 83, assets/sass/modules/_header.scss */
  .logo .custom-logo-link.condensed, .logo-dark .custom-logo-link.condensed {
    max-height: 80px;
  }
}

@media screen and (max-width: 425px) {
  /* line 83, assets/sass/modules/_header.scss */
  .logo .custom-logo-link.condensed, .logo-dark .custom-logo-link.condensed {
    max-height: 60px;
  }
}

@media screen and (max-width: 500px) {
  /* line 79, assets/sass/modules/_header.scss */
  .logo .custom-logo-link, .logo-dark .custom-logo-link {
    max-height: 80px;
  }
}

@media screen and (max-width: 425px) {
  /* line 79, assets/sass/modules/_header.scss */
  .logo .custom-logo-link, .logo-dark .custom-logo-link {
    max-height: 60px;
  }
}

/* line 106, assets/sass/modules/_header.scss */
.logo .custom-logo-link img, .logo-dark .custom-logo-link img {
  max-height: 110px;
  margin: auto;
  width: auto;
  display: inline-block;
}

/* line 111, assets/sass/modules/_header.scss */
.logo .custom-logo-link img.condensed, .logo-dark .custom-logo-link img.condensed {
  max-height: 80px;
}

@media screen and (max-width: 500px) {
  /* line 111, assets/sass/modules/_header.scss */
  .logo .custom-logo-link img.condensed, .logo-dark .custom-logo-link img.condensed {
    max-height: 80px;
  }
}

@media screen and (max-width: 425px) {
  /* line 111, assets/sass/modules/_header.scss */
  .logo .custom-logo-link img.condensed, .logo-dark .custom-logo-link img.condensed {
    max-height: 60px;
  }
}

@media (max-width: 37.5em) {
  /* line 106, assets/sass/modules/_header.scss */
  .logo .custom-logo-link img, .logo-dark .custom-logo-link img {
    max-height: 80px;
  }
}

@media screen and (max-width: 425px) {
  /* line 106, assets/sass/modules/_header.scss */
  .logo .custom-logo-link img, .logo-dark .custom-logo-link img {
    max-height: 60px;
  }
}

/* line 138, assets/sass/modules/_header.scss */
.logo-dark {
  opacity: 0;
}

/* line 142, assets/sass/modules/_header.scss */
.home .logo .custom-logo-link {
  top: 0;
}

/* line 146, assets/sass/modules/_header.scss */
.header-navigation {
  display: none;
  float: right;
  text-align: right;
}

@media only screen and (min-width: 1090px) {
  /* line 146, assets/sass/modules/_header.scss */
  .header-navigation {
    display: inline-block;
    margin-top: 5px;
  }
  /* line 156, assets/sass/modules/_header.scss */
  .header-navigation ul {
    padding: 0;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 162, assets/sass/modules/_header.scss */
  .header-navigation ul li {
    display: inline-block;
    padding: 0 2rem;
    position: relative;
    text-align: center;
  }
  /* line 169, assets/sass/modules/_header.scss */
  .header-navigation ul li a {
    background: none;
    position: relative;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) bottom/0% 2px no-repeat;
    background: linear-gradient(#fff, #fff) bottom/0% 2px no-repeat;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    padding-bottom: 4px;
  }
  /* line 179, assets/sass/modules/_header.scss */
  .header-navigation ul li a:hover {
    color: #fff;
    background-size: 100% 2px;
    text-decoration: none;
  }
}

/* line 195, assets/sass/modules/_header.scss */
body .current_page_item > a,
body .current-menu-item > a,
body .current-page-ancestor > a,
body .current-menu-ancestor > a {
  color: #333333;
  font-weight: bold;
}

/* line 217, assets/sass/modules/_header.scss */
header#masthead .masthead-inner .row nav#header-navigation .current_page_item > a,
header#masthead .masthead-inner .row nav#header-navigation .current-menu-item > a,
header#masthead .masthead-inner .row nav#header-navigation .current-page-ancestor > a,
header#masthead .masthead-inner .row nav#header-navigation .current-menu-ancestor > a {
  color: #fff !important;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) bottom/100% 2px no-repeat;
  background: linear-gradient(#fff, #fff) bottom/100% 2px no-repeat;
}

/* line 229, assets/sass/modules/_header.scss */
header#masthead.light .masthead-inner .row nav#header-navigation .current_page_item > a,
header#masthead.light .masthead-inner .row nav#header-navigation .current-menu-item > a,
header#masthead.light .masthead-inner .row nav#header-navigation .current-page-ancestor > a,
header#masthead.light .masthead-inner .row nav#header-navigation .current-menu-ancestor > a {
  color: #333333 !important;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#333333)) bottom/100% 2px no-repeat;
  background: linear-gradient(#333333, #333333) bottom/100% 2px no-repeat;
}

/* line 243, assets/sass/modules/_header.scss */
.light .header-navigation a {
  color: #333333 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#333333)) bottom/0% 2px no-repeat;
  background: linear-gradient(#333333, #333333) bottom/0% 2px no-repeat;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  padding-bottom: 4px;
}

/* line 249, assets/sass/modules/_header.scss */
.light .header-navigation a:hover {
  color: #333333 !important;
  background-size: 100% 2px;
  text-decoration: none;
}

/* line 270, assets/sass/modules/_header.scss */
.light .mobileNav-link {
  color: #fff;
  border-color: #fff !important;
}

/* line 274, assets/sass/modules/_header.scss */
.light .logo {
  opacity: 0;
}

/* line 277, assets/sass/modules/_header.scss */
.light .logo-dark {
  opacity: 1 !important;
}

/* line 283, assets/sass/modules/_header.scss */
.light .call-to-action-area .call-to-action:hover {
  color: #9A2025;
  background: transparent;
  border: 1px solid #9A2025;
}

/* line 291, assets/sass/modules/_header.scss */
.light .header-top {
  text-align: right;
  margin-bottom: 10px;
}

/* line 295, assets/sass/modules/_header.scss */
.light .header-top p {
  display: inline;
  color: #333333;
  font-weight: 200;
}

@media screen and (max-width: 390px) {
  /* line 295, assets/sass/modules/_header.scss */
  .light .header-top p {
    display: block;
    font-weight: 0.9rem;
  }
}

/* line 305, assets/sass/modules/_header.scss */
.light .header-top p a {
  color: #333333;
  font-weight: 200;
}

/* line 310, assets/sass/modules/_header.scss */
.light .header-top p:last-child {
  margin-left: 20px !important;
}

@media screen and (max-width: 600px) {
  /* line 317, assets/sass/modules/_header.scss */
  .light .header-top {
    display: none;
  }
}

/* line 324, assets/sass/modules/_header.scss */
.menu-page #masthead {
  background: #333333;
  position: static;
  padding-bottom: 2.5rem;
  height: 85px;
  margin: 0;
}

/* line 332, assets/sass/modules/_header.scss */
.main-navigation-list-wrap {
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* line 337, assets/sass/modules/_header.scss */
.main-navigation-list-wrap ul {
  list-style: none;
  padding: 0;
}

/* line 341, assets/sass/modules/_header.scss */
.main-navigation-list-wrap a {
  background: none;
  border: none;
}

/* line 344, assets/sass/modules/_header.scss */
.main-navigation-list-wrap a:hover, .main-navigation-list-wrap a:focus, .main-navigation-list-wrap a:active {
  color: #333333;
}

/* line 350, assets/sass/modules/_header.scss */
a.mobileNav-link {
  float: right;
  text-align: right;
  color: white;
  margin-top: .2rem;
  border: none !important;
  padding: .125rem .5rem;
}

@media (max-width: 37.5em) {
  /* line 350, assets/sass/modules/_header.scss */
  a.mobileNav-link {
    margin-top: 4px;
  }
}

/* line 365, assets/sass/modules/_header.scss */
a.mobileNav-link .bar1, a.mobileNav-link .bar2, a.mobileNav-link .bar3 {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 5px 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

/* line 374, assets/sass/modules/_header.scss */
a.mobileNav-link:hover .bar1, a.mobileNav-link:hover .bar2, a.mobileNav-link:hover .bar3 {
  background-color: #f2f2f2;
}

@media only screen and (min-width: 1090px) {
  /* line 350, assets/sass/modules/_header.scss */
  a.mobileNav-link {
    display: none;
  }
}

/* line 384, assets/sass/modules/_header.scss */
.light a.mobileNav-link {
  color: #333333;
}

/* line 386, assets/sass/modules/_header.scss */
.light a.mobileNav-link .bar1, .light a.mobileNav-link .bar2, .light a.mobileNav-link .bar3 {
  background-color: #333333;
}

/* line 390, assets/sass/modules/_header.scss */
.light a.mobileNav-link:hover .bar1, .light a.mobileNav-link:hover .bar2, .light a.mobileNav-link:hover .bar3 {
  background-color: #262626;
}

/* line 398, assets/sass/modules/_header.scss */
.call-to-action-area .call-to-action {
  color: #fff;
  font-weight: 300;
  background-color: #9A2025;
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-align: center;
  padding: 5px 20px;
  margin-left: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #9A2025;
}

@media screen and (max-width: 1200px) {
  /* line 398, assets/sass/modules/_header.scss */
  .call-to-action-area .call-to-action {
    margin-right: 10px;
    margin-top: 0px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 425px) {
  /* line 398, assets/sass/modules/_header.scss */
  .call-to-action-area .call-to-action {
    font-size: 0.8rem;
    margin-top: 2px;
    margin-right: 0;
    padding: 7px 10px;
  }
}

/* line 426, assets/sass/modules/_header.scss */
.call-to-action-area .call-to-action:hover {
  -webkit-transition: background-color .5s ease-in-out;
  transition: background-color .5s ease-in-out;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

/* line 436, assets/sass/modules/_header.scss */
.call-to-action-area.mobile .call-to-action {
  float: none;
  display: inline-block;
  text-align: left;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  background: transparent;
  color: #fff;
  border: 1px solid #fff !important;
  font-size: 1.2rem;
}

/* line 447, assets/sass/modules/_header.scss */
.call-to-action-area.mobile .call-to-action:hover {
  background: #fff;
  color: #9A2025;
}

/* line 458, assets/sass/modules/_header.scss */
.header-top {
  text-align: right;
  margin-bottom: 10px;
}

/* line 461, assets/sass/modules/_header.scss */
.header-top p {
  display: inline;
  color: #fff;
  font-weight: 200;
}

@media screen and (max-width: 390px) {
  /* line 461, assets/sass/modules/_header.scss */
  .header-top p {
    display: block;
    font-weight: 0.9rem;
  }
}

/* line 471, assets/sass/modules/_header.scss */
.header-top p a {
  color: #fff;
  font-weight: 200;
}

/* line 475, assets/sass/modules/_header.scss */
.header-top p a:hover {
  text-decoration: none;
}

/* line 480, assets/sass/modules/_header.scss */
.header-top p:last-child {
  margin-left: 20px !important;
}

/* line 487, assets/sass/modules/_header.scss */
.header-top.mobile p {
  text-align: left;
  display: block;
  margin-left: 1.5rem !important;
}

@media screen and (max-width: 600px) {
  /* line 496, assets/sass/modules/_header.scss */
  .header-top {
    display: none;
  }
  /* line 499, assets/sass/modules/_header.scss */
  .header-top.mobile {
    display: block;
  }
}

/* line 507, assets/sass/modules/_header.scss */
.promo-wrap {
  z-index: 80000;
  position: fixed;
  bottom: 20%;
  left: 100%;
  background: #9A2025;
  max-height: 100%;
  width: 65vw;
  max-width: 400px;
}

/* line 528, assets/sass/modules/_header.scss */
.promo-wrap.active {
  right: 0;
  left: auto;
}

/* line 533, assets/sass/modules/_header.scss */
.promo-wrap.active .promo-tab .promo-close {
  display: block;
}

/* line 543, assets/sass/modules/_header.scss */
.promo-tab {
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  right: 100%;
  background: #9A2025;
  padding: 1rem 2.5rem;
  cursor: pointer;
  z-index: -1;
  color: white;
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  min-width: 83%;
  top: -18%;
}

/* line 560, assets/sass/modules/_header.scss */
.promo-tab.hidden {
  left: 10rem;
}

/* line 565, assets/sass/modules/_header.scss */
.promo-outer {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  padding-top: 1em;
  color: white;
  background: #9A2025;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 575, assets/sass/modules/_header.scss */
.promo-inner {
  padding: 1em;
}

/* line 577, assets/sass/modules/_header.scss */
.promo-inner a.button {
  color: #9A2025;
}

/* line 582, assets/sass/modules/_header.scss */
.promo-close {
  display: none;
  margin: 0 5px;
  color: white;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

/* line 591, assets/sass/modules/_header.scss */
.promo-close i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.6rem;
}

/* line 2, assets/sass/modules/_footer.scss */
footer {
  background: #eaeaea;
  padding: 80px 0;
  z-index: 10;
}

/* line 8, assets/sass/modules/_footer.scss */
.footer-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px;
}

@media screen and (max-width: 900px) {
  /* line 8, assets/sass/modules/_footer.scss */
  .footer-content {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 37.5em) {
  /* line 8, assets/sass/modules/_footer.scss */
  .footer-content {
    grid-gap: 40px;
  }
}

/* line 21, assets/sass/modules/_footer.scss */
.footer-content .footer-button {
  margin-top: 30px;
}

/* line 26, assets/sass/modules/_footer.scss */
.footer-content .cafe-details a, .footer-content .catering-details a {
  color: #333333;
}

/* line 28, assets/sass/modules/_footer.scss */
.footer-content .cafe-details a:hover, .footer-content .catering-details a:hover {
  color: #9A2025;
  text-decoration: none !important;
}

/* line 37, assets/sass/modules/_footer.scss */
.footer-content .quick-links #footer-menu {
  list-style-type: none;
  padding: 0;
  font-size: 120%;
}

/* line 45, assets/sass/modules/_footer.scss */
.footer-content .quick-links #footer-menu li a {
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#333333)) bottom/0% 2px no-repeat;
  background: linear-gradient(#333333, #333333) bottom/0% 2px no-repeat;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  padding-bottom: 3px;
}

/* line 50, assets/sass/modules/_footer.scss */
.footer-content .quick-links #footer-menu li a:hover {
  background-size: 100% 2px;
  text-decoration: none;
}

/* line 56, assets/sass/modules/_footer.scss */
.footer-content .quick-links #footer-menu li .current_page_item > a,
.footer-content .quick-links #footer-menu li .current-menu-item > a,
.footer-content .quick-links #footer-menu li .current-page-ancestor > a,
.footer-content .quick-links #footer-menu li .current-menu-ancestor > a {
  color: #333333 !important;
  font-weight: bold !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#333333)) bottom/100% 2px no-repeat !important;
  background: linear-gradient(#333333, #333333) bottom/100% 2px no-repeat !important;
}

/* line 69, assets/sass/modules/_footer.scss */
.footer-content .quick-links .footer-socials {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: 1.8rem;
}

/* line 76, assets/sass/modules/_footer.scss */
.footer-content .quick-links .footer-socials li {
  display: inline-block;
  padding: 5px;
}

/* line 80, assets/sass/modules/_footer.scss */
.footer-content .quick-links .footer-socials li:first-child {
  padding-left: 0;
}

/* line 84, assets/sass/modules/_footer.scss */
.footer-content .quick-links .footer-socials li a > div {
  background: #999999;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}

/* line 91, assets/sass/modules/_footer.scss */
.footer-content .quick-links .footer-socials li a > div:hover {
  background: #fff;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

/* line 95, assets/sass/modules/_footer.scss */
.footer-content .quick-links .footer-socials li a > div:hover i {
  color: #999999;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

/* line 101, assets/sass/modules/_footer.scss */
.footer-content .quick-links .footer-socials li a > div i {
  color: #fff;
}

/* line 112, assets/sass/modules/_footer.scss */
.footer-bottom {
  background: #808080;
  color: #fff;
  padding: 20px 0;
}

/* line 117, assets/sass/modules/_footer.scss */
.footer-bottom a {
  color: #fff;
  text-decoration: none;
}

/* line 121, assets/sass/modules/_footer.scss */
.footer-bottom a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
/* line 4, assets/sass/modules/_content.scss */
#content {
  margin: 0 auto;
  padding: 2em 1em;
  min-height: 60vh;
}

/* line 11, assets/sass/modules/_content.scss */
article a, nav a {
  color: #9A2025;
}

/* line 16, assets/sass/modules/_content.scss */
article a:hover, nav a:hover {
  color: #9A2025;
}

/* line 21, assets/sass/modules/_content.scss */
article > header > h1, article > header > h2 {
  font-size: 2.4em;
  line-height: 1em;
  margin: 0 0 .4em 0;
}

/* line 27, assets/sass/modules/_content.scss */
article div p {
  padding: 40px 0;
}

/* line 37, assets/sass/modules/_content.scss */
.entry-meta a:hover {
  color: #9A2025;
}

/* line 42, assets/sass/modules/_content.scss */
.cat-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 47, assets/sass/modules/_content.scss */
.cat-links a:first-of-type {
  margin-left: .5em;
}

/* line 51, assets/sass/modules/_content.scss */
.cat-links a, .comments-link a, .edit-link a {
  padding: 0 .5em;
  margin: 0 .5em 0 0;
}

/* line 57, assets/sass/modules/_content.scss */
.back-link {
  padding: 50px 0 0;
  font-weight: 100;
  font-size: 1rem;
}

/* line 63, assets/sass/modules/_content.scss */
.back-link .row a {
  color: #9A2025;
}

/* line 67, assets/sass/modules/_content.scss */
.back-link .row a:hover {
  color: #9A2025 !important;
  font-weight: bold;
}

/* line 77, assets/sass/modules/_content.scss */
.request-button {
  margin: 30px 0;
  display: inline-block;
  text-align: center;
}

/* line 80, assets/sass/modules/_content.scss */
.request-button .row {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 500px) {
  /* line 77, assets/sass/modules/_content.scss */
  .request-button {
    margin: 30px 0 0;
  }
}

/* line 91, assets/sass/modules/_content.scss */
.pdf-icon {
  position: relative;
  width: 4%;
  top: 15px;
}

@media (max-width: 37.5em) {
  /* line 91, assets/sass/modules/_content.scss */
  .pdf-icon {
    width: 10%;
  }
}

/* line 101, assets/sass/modules/_content.scss */
.additional-content {
  text-align: left;
}

/* line 103, assets/sass/modules/_content.scss */
.additional-content span {
  position: relative;
  top: 0px;
}

@media screen and (max-width: 500px) {
  /* line 109, assets/sass/modules/_content.scss */
  .additional-content a {
    display: block;
    margin-bottom: 20px;
  }
}

/* line 116, assets/sass/modules/_content.scss */
article + .additional-content {
  margin-top: -30px;
  padding-bottom: 20px;
}

/* line 121, assets/sass/modules/_content.scss */
.privacy-terms {
  padding: 40px 0;
}

/* line 124, assets/sass/modules/_content.scss */
.privacy-terms p {
  padding: 0;
  margin: 10px 0 20px;
}

/* line 133, assets/sass/modules/_content.scss */
.type-product {
  padding: 20px 0;
}

/* line 139, assets/sass/modules/_content.scss */
.woocommerce .woocommerce-product-gallery__wrapper {
  margin-top: -20px !important;
}

/* line 143, assets/sass/modules/_content.scss */
.woocommerce .woocommerce-notices-wrapper {
  padding: 40px 0;
}

/* line 148, assets/sass/modules/_content.scss */
.woocommerce .summary.entry-summary {
  float: left !important;
}

/* line 151, assets/sass/modules/_content.scss */
.woocommerce .summary.entry-summary p {
  padding: 0;
}

/* line 157, assets/sass/modules/_content.scss */
.woocommerce .summary.entry-summary .cart .quantity {
  display: block;
  float: unset !important;
  margin-top: 20px;
}

/* line 162, assets/sass/modules/_content.scss */
.woocommerce .summary.entry-summary .cart .quantity input {
  display: inline-block !important;
  margin: 10px 0 !important;
}

/* line 170, assets/sass/modules/_content.scss */
.woocommerce .product_meta {
  display: none !important;
}

/* line 174, assets/sass/modules/_content.scss */
.woocommerce .woocommerce-product-gallery__trigger {
  display: none !important;
}

/* line 178, assets/sass/modules/_content.scss */
.woocommerce .zoomImg {
  display: none !important;
}

/* line 182, assets/sass/modules/_content.scss */
.woocommerce .display-label {
  text-transform: capitalize;
  display: block;
}

/* line 188, assets/sass/modules/_content.scss */
.woocommerce .woocommerce-cart-form .coupon {
  display: none !important;
}

/* line 194, assets/sass/modules/_content.scss */
.woocommerce .woocommerce-cart-form .product-thumbnail a img {
  visibility: hidden !important;
}

/* line 200, assets/sass/modules/_content.scss */
.woocommerce .woocommerce-cart-form .display-label {
  display: none !important;
}

/* line 205, assets/sass/modules/_content.scss */
.woocommerce .checkout.woocommerce-checkout {
  padding: 0 0 40px;
}

/* line 209, assets/sass/modules/_content.scss */
.woocommerce .woocommerce-form-coupon-toggle {
  display: none !important;
}

/* line 213, assets/sass/modules/_content.scss */
.woocommerce .customer_details {
  margin-bottom: 20px;
}

/* line 217, assets/sass/modules/_content.scss */
.woocommerce .woocommerce-MyAccount-navigation {
  margin-top: 20px;
  border: 2px solid #eee;
}

/* line 221, assets/sass/modules/_content.scss */
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
}

/* line 227, assets/sass/modules/_content.scss */
.woocommerce .woocommerce-MyAccount-content {
  padding: 60px 0;
}

/* line 230, assets/sass/modules/_content.scss */
.woocommerce .woocommerce-MyAccount-content p {
  padding: 0;
}

/* line 234, assets/sass/modules/_content.scss */
.woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  padding: 0;
}

/* line 239, assets/sass/modules/_content.scss */
.woocommerce .woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

/* line 244, assets/sass/modules/_content.scss */
.woocommerce div.product form.cart .button {
  float: unset !important;
}

/* line 248, assets/sass/modules/_content.scss */
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: right !important;
}

/* line 252, assets/sass/modules/_content.scss */
.woocommerce div.product form.cart {
  margin-top: 1em;
}

/* line 256, assets/sass/modules/_content.scss */
.our-menus {
  padding-bottom: 50px;
}

@media screen and (max-width: 600px) {
  /* line 260, assets/sass/modules/_content.scss */
  .our-menus .no-photo-block {
    text-align: center;
  }
}

/*--------------------------------------------------------------
In this file:
# Hero
# Home Post Content
# Home Content blocks
# Home Key Industries
--------------------------------------------------------------*/
/* line 8, assets/sass/modules/_home.scss */
#content {
  padding: 0;
}

/* line 14, assets/sass/modules/_home.scss */
.home #main p a {
  border: none;
  background: none;
  color: #9A2025;
  font-weight: 600;
}

/* line 19, assets/sass/modules/_home.scss */
.home #main p a:hover, .home #main p a:focus, .home #main p a:active {
  color: #9A2025;
  text-decoration: underline;
  border: none;
}

/* line 26, assets/sass/modules/_home.scss */
.home #main p a:not(.postContent-buttonLink):not(a.homePage-block-buttonLink) {
  border: none;
  background: none;
  color: #333333;
  font-weight: 600;
}

/* line 31, assets/sass/modules/_home.scss */
.home #main p a:not(.postContent-buttonLink):not(a.homePage-block-buttonLink):hover, .home #main p a:not(.postContent-buttonLink):not(a.homePage-block-buttonLink):focus, .home #main p a:not(.postContent-buttonLink):not(a.homePage-block-buttonLink):active {
  color: #333333;
  text-decoration: underline;
  border: none;
}

/*--------------------------------------------------------------
    # Hero
    --------------------------------------------------------------*/
/* line 44, assets/sass/modules/_home.scss */
.slider .slick-arrow.fa-chevron-left {
  opacity: 0;
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 2.5rem;
  left: 10px;
}

/* line 55, assets/sass/modules/_home.scss */
.slider .slick-arrow.fa-chevron-right {
  opacity: 0;
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 2.5rem;
  right: 10px;
}

/* line 69, assets/sass/modules/_home.scss */
.slider:hover .slick-prev, .slider:hover .slick-next, .slider:hover .slick-arrow.fa-chevron-right, .slider:hover .slick-arrow.fa-chevron-left {
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

/* line 76, assets/sass/modules/_home.scss */
.homePage-hero {
  z-index: 1;
  text-align: center;
  background: black;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  overflow: hidden;
  height: 80vh;
  min-height: 450px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-attachment: fixed !important;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  /* line 76, assets/sass/modules/_home.scss */
  .homePage-hero {
    background-attachment: unset !important;
  }
}

/* line 100, assets/sass/modules/_home.scss */
.homePage-hero video {
  z-index: -1;
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 118, assets/sass/modules/_home.scss */
.homePage-hero img {
  display: none;
}

/* line 121, assets/sass/modules/_home.scss */
.homePage-hero #wp-custom-header-video-button {
  display: none;
}

/* line 126, assets/sass/modules/_home.scss */
.homePage-header {
  overflow: hidden;
  position: absolute;
  top: 60%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-bottom: 20px;
}

@media screen and (max-width: 425px) {
  /* line 126, assets/sass/modules/_home.scss */
  .homePage-header {
    padding: 0;
  }
}

/* line 139, assets/sass/modules/_home.scss */
.homePage-header .row {
  overflow: hidden;
  padding-bottom: 20px;
}

@media screen and (max-width: 425px) {
  /* line 144, assets/sass/modules/_home.scss */
  .homePage-header a {
    display: block;
    margin: 1rem 20%;
  }
}

/* line 152, assets/sass/modules/_home.scss */
.homepage-overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

/* line 162, assets/sass/modules/_home.scss */
.homePage-hero-headline {
  font-weight: lighter;
  color: #fff;
  font-size: 4.5rem;
  line-height: 1;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  /* line 162, assets/sass/modules/_home.scss */
  .homePage-hero-headline {
    font-size: 3.5rem;
  }
}

@media (max-width: 37.5em) {
  /* line 162, assets/sass/modules/_home.scss */
  .homePage-hero-headline {
    font-size: 3rem;
  }
}

/* line 182, assets/sass/modules/_home.scss */
.homePage-hero-subHeadline {
  font-weight: 600;
  color: white;
  line-height: 1;
  text-align: center;
  margin: 20px 0;
  font-size: 3rem;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  /* line 182, assets/sass/modules/_home.scss */
  .homePage-hero-subHeadline {
    font-size: 2.5rem;
  }
}

@media (max-width: 37.5em) {
  /* line 182, assets/sass/modules/_home.scss */
  .homePage-hero-subHeadline {
    font-size: 2rem;
  }
}

/*--------------------------------------------------------------
    # Home Post Content
    --------------------------------------------------------------*/
/* line 205, assets/sass/modules/_home.scss */
.home .postContent-wrapper {
  margin: 4rem auto 5rem auto;
  text-align: center;
}

/* line 208, assets/sass/modules/_home.scss */
.home .postContent-wrapper header {
  color: #333333;
}

/* line 210, assets/sass/modules/_home.scss */
.home .postContent-wrapper header h1 {
  margin-bottom: 1rem;
  font-weight: 900;
}

/* line 215, assets/sass/modules/_home.scss */
.home .postContent-wrapper .postContent {
  color: #333333;
  margin: 0;
}

/* line 218, assets/sass/modules/_home.scss */
.home .postContent-wrapper .postContent p {
  margin: 0;
  margin-top: 0.25rem;
  font-size: 20px;
}

@media only screen and (max-width: 499px) {
  /* line 218, assets/sass/modules/_home.scss */
  .home .postContent-wrapper .postContent p {
    text-align: left;
  }
}

/* line 229, assets/sass/modules/_home.scss */
a.postContent-buttonLink, a.homePage-block-buttonLink {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.25rem 1rem;
  background: white;
  color: #333333;
  border: 2px solid #333333;
  font-weight: 600;
  line-height: 1.5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 20px;
}

/* line 240, assets/sass/modules/_home.scss */
a.postContent-buttonLink:hover, a.homePage-block-buttonLink:hover, a.postContent-buttonLink:focus, a.homePage-block-buttonLink:focus {
  background: #333333;
  color: white;
}

@media only screen and (max-width: 499px) {
  /* line 229, assets/sass/modules/_home.scss */
  a.postContent-buttonLink, a.homePage-block-buttonLink {
    text-align: center;
    display: block;
  }
}

/*--------------------------------------------------------------
    # Home Content blocks
    --------------------------------------------------------------*/
/* line 254, assets/sass/modules/_home.scss */
.homePage-block {
  display: block;
  max-width: 100%;
  padding-bottom: 6rem;
}

/* line 258, assets/sass/modules/_home.scss */
.homePage-block .homePage-block-header {
  line-height: 1;
}

@media only screen and (min-width: 700px) {
  /* line 254, assets/sass/modules/_home.scss */
  .homePage-block {
    display: inline-table;
  }
}

/* line 264, assets/sass/modules/_home.scss */
.homePage-block.--no-image {
  text-align: center;
}

/* line 269, assets/sass/modules/_home.scss */
.homePage-block-imageWrap {
  width: 100%;
  display: block;
  margin-bottom: 2rem;
}

/* line 274, assets/sass/modules/_home.scss */
.homePage-block-imageWrap .homePage-block-image--left {
  border-bottom-left-radius: 100px;
}

/* line 278, assets/sass/modules/_home.scss */
.homePage-block-imageWrap .homePage-block-image--right {
  border-top-right-radius: 100px;
}

/* line 282, assets/sass/modules/_home.scss */
.homePage-block-imageWrap img {
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  display: block;
}

/* line 287, assets/sass/modules/_home.scss */
.homePage-block-imageWrap.--right {
  display: none;
}

/* line 289, assets/sass/modules/_home.scss */
.homePage-block-imageWrap.--right.--for-small {
  display: block;
}

@media only screen and (min-width: 700px) {
  /* line 269, assets/sass/modules/_home.scss */
  .homePage-block-imageWrap {
    width: 59%;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
  }
  /* line 299, assets/sass/modules/_home.scss */
  .homePage-block-imageWrap.--left {
    padding-right: 3rem;
  }
  /* line 302, assets/sass/modules/_home.scss */
  .homePage-block-imageWrap.--right {
    display: table-cell;
    padding-left: 2rem;
  }
  /* line 305, assets/sass/modules/_home.scss */
  .homePage-block-imageWrap.--right.--for-small {
    display: none;
  }
}

/* line 312, assets/sass/modules/_home.scss */
.homePage-block-contentWrap {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
}

/* line 317, assets/sass/modules/_home.scss */
.homePage-block-header {
  margin: 0;
  color: #333333;
}

/* line 322, assets/sass/modules/_home.scss */
a.homePage-block-buttonLink {
  font-size: 18px;
  margin-top: 0;
  display: inline-block;
}

/* line 328, assets/sass/modules/_home.scss */
.home-page-block {
  padding: 50px 0;
}

/* line 331, assets/sass/modules/_home.scss */
.home-page-block .page-block {
  text-align: center;
}

/* line 337, assets/sass/modules/_home.scss */
.home-page-block .block-content .block-heading h2, .home-page-block .block-content p {
  color: #fff !important;
}

/* line 341, assets/sass/modules/_home.scss */
.home-page-block .block-content .block-heading h2 {
  font-size: 2.3rem;
}

/* line 346, assets/sass/modules/_home.scss */
.hide {
  display: none;
}

/* line 1, assets/sass/modules/_hero.scss */
aside {
  position: relative;
}

/* line 5, assets/sass/modules/_hero.scss */
.page-hero {
  z-index: 10;
  text-align: left;
  background: black;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: auto;
  height: 60vh;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-attachment: fixed !important;
}

@media screen and (max-width: 1000px) {
  /* line 5, assets/sass/modules/_hero.scss */
  .page-hero {
    background-attachment: unset !important;
  }
}

/* line 25, assets/sass/modules/_hero.scss */
.interior-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
}

/* line 34, assets/sass/modules/_hero.scss */
.page-hero-inner {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  overflow: hidden;
  text-align: center;
}

/* line 44, assets/sass/modules/_hero.scss */
.page-hero-headline {
  color: #fff;
  font-size: 5rem;
  line-height: 1;
  margin: 0;
  z-index: 1;
  font-weight: 100;
}

@media (max-width: 37.5em) {
  /* line 44, assets/sass/modules/_hero.scss */
  .page-hero-headline {
    font-size: 4rem;
  }
}

/* line 59, assets/sass/modules/_hero.scss */
.header-button {
  margin: auto 0;
  text-align: left;
}

/* line 1, assets/sass/modules/_menu.scss */
.main-navigation-wrap {
  padding: 2rem 0;
  width: 100%;
  display: block;
}

/* line 5, assets/sass/modules/_menu.scss */
.main-navigation-wrap ul {
  list-style: none;
  padding: 0;
}

/* line 9, assets/sass/modules/_menu.scss */
.main-navigation-wrap li a {
  background: none;
  text-decoration: none;
  border: none;
}

/* line 16, assets/sass/modules/_menu.scss */
a.nav-back-link {
  float: right;
  color: white;
}

/* line 22, assets/sass/modules/_menu.scss */
#mobile-navigation {
  z-index: 1020;
  position: fixed;
  display: none !important;
  padding: 0;
  height: 100vh;
  width: 70%;
  top: 0;
  right: 0;
  background-color: #9A2025;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 3rem;
  -webkit-box-shadow: -10px 0px 11px -1px rgba(0, 0, 0, 0.75);
          box-shadow: -10px 0px 11px -1px rgba(0, 0, 0, 0.75);
}

/* line 36, assets/sass/modules/_menu.scss */
#mobile-navigation a {
  background: none;
  border: none;
  color: #fff;
}

/* line 41, assets/sass/modules/_menu.scss */
#mobile-navigation header {
  overflow: auto;
  padding-bottom: 1rem;
}

/* line 45, assets/sass/modules/_menu.scss */
#mobile-navigation header .logo {
  display: block;
  margin-top: 35px;
  margin-left: 40px;
}

@media (max-width: 37.5em) {
  /* line 45, assets/sass/modules/_menu.scss */
  #mobile-navigation header .logo {
    margin-top: 65px;
  }
  /* line 51, assets/sass/modules/_menu.scss */
  #mobile-navigation header .logo .custom-logo-link img {
    max-height: 70px;
  }
}

@media screen and (max-width: 375px) {
  /* line 45, assets/sass/modules/_menu.scss */
  #mobile-navigation header .logo {
    margin-left: 20px;
  }
}

/* line 63, assets/sass/modules/_menu.scss */
#mobile-navigation .phone {
  font-size: 1.5em;
}

/* line 66, assets/sass/modules/_menu.scss */
#mobile-navigation .mobile-nav-button {
  background-color: transparent;
  color: #fff;
  line-height: 1.5em;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 25px;
  padding-top: 2px;
  padding-bottom: 7px;
}

/* line 78, assets/sass/modules/_menu.scss */
#mobile-navigation .mobile-nav-button:hover {
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
  background-color: #333333;
  color: #333333;
}

/* line 85, assets/sass/modules/_menu.scss */
#mobile-navigation #mobile-navigation-close {
  float: right;
  background: none;
  border: none;
  font-size: 4rem;
  cursor: pointer;
  color: #fff;
  font-weight: 200;
  margin-top: 21px;
  padding: 18px 30px 0;
}

@media screen and (min-width: 768px) {
  /* line 85, assets/sass/modules/_menu.scss */
  #mobile-navigation #mobile-navigation-close {
    margin-top: 50px;
  }
}

@media (max-width: 37.5em) {
  /* line 85, assets/sass/modules/_menu.scss */
  #mobile-navigation #mobile-navigation-close {
    padding: 60px 30px 0;
    font-size: 3rem;
  }
}

/* line 106, assets/sass/modules/_menu.scss */
#mobile-navigation .mobile-nav-underlay {
  background: rgba(0, 0, 0, 0.4);
  z-index: -10;
  position: fixed;
  padding: 2rem;
  height: 100vh;
  width: 30%;
  top: 0;
  left: 0;
}

/* line 116, assets/sass/modules/_menu.scss */
#mobile-navigation ul {
  list-style: none;
  padding: 0;
  padding: 3rem;
}

@media screen and (max-width: 375px) {
  /* line 116, assets/sass/modules/_menu.scss */
  #mobile-navigation ul {
    padding: 1.5rem;
  }
}

/* line 125, assets/sass/modules/_menu.scss */
#mobile-navigation li {
  padding: 10px 0;
}

/* line 128, assets/sass/modules/_menu.scss */
#mobile-navigation li a {
  background: none !important;
  text-decoration: none !important;
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
}

@media (max-width: 37.5em) {
  /* line 128, assets/sass/modules/_menu.scss */
  #mobile-navigation li a {
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  /* line 128, assets/sass/modules/_menu.scss */
  #mobile-navigation li a {
    font-size: 2rem;
  }
}

/* line 145, assets/sass/modules/_menu.scss */
#mobile-navigation li a:hover, #mobile-navigation li a:active, #mobile-navigation li a:focus {
  color: #fff;
  font-weight: bold;
}

/* line 150, assets/sass/modules/_menu.scss */
#mobile-navigation li ul.sub-menu {
  padding-left: 1rem;
  padding-top: 0;
}

/* line 156, assets/sass/modules/_menu.scss */
#mobile-navigation li.current_page_item > a,
#mobile-navigation li.current-menu-item > a,
#mobile-navigation li.current_page_ancestor > a,
#mobile-navigation li.current-menu-ancestor > a {
  color: #fff !important;
  font-weight: bold;
}

/* line 163, assets/sass/modules/_menu.scss */
#mobile-navigation li.current_page_item,
#mobile-navigation li.current-menu-item,
#mobile-navigation li.current_page_ancestor,
#mobile-navigation li.current-menu-ancestor {
  list-style-type: none;
  color: transparent;
}

/* line 170, assets/sass/modules/_menu.scss */
#mobile-navigation.visible {
  display: block !important;
}

@media screen and (max-width: 375px) {
  /* line 176, assets/sass/modules/_menu.scss */
  #mobile-navigation .row {
    padding-left: 0;
  }
}

/* line 182, assets/sass/modules/_menu.scss */
.nav-socials-wrapper {
  padding-top: 2rem;
}

/* line 184, assets/sass/modules/_menu.scss */
.nav-socials-wrapper a {
  color: #333;
}

/* line 188, assets/sass/modules/_menu.scss */
.nav-socials-wrapper [class^="socicon-"], .nav-socials-wrapper [class*=" socicon-"] {
  font-size: 1.5rem;
  margin-right: 6px;
}

/* line 194, assets/sass/modules/_menu.scss */
.mobile-nav-divider {
  overflow: auto;
}

/* line 202, assets/sass/modules/_menu.scss */
.call-to-action-area-mobile .call-to-action {
  color: #fff;
  font-weight: 600;
  background-color: #9A2025;
  display: block;
  margin: 0 3rem;
  text-align: center;
  border: 1px solid #9A2025;
  width: 130px;
  padding: 10px;
}

/* line 214, assets/sass/modules/_menu.scss */
.call-to-action-area-mobile .call-to-action:hover {
  -webkit-transition: background-color .5s ease-in-out;
  transition: background-color .5s ease-in-out;
  color: #9A2025;
  background-color: #fff;
}

/* line 220, assets/sass/modules/_menu.scss */
.call-to-action-area-mobile .call-to-action p {
  margin: 0;
  font-size: 1rem;
}

/* line 2, assets/sass/modules/_grid.scss */
.row {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
  overflow: auto;
  line-height: 1.5;
  overflow: hidden;
}

@media (min-width: 50em) {
  /* line 2, assets/sass/modules/_grid.scss */
  .row {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 64em) {
  /* line 2, assets/sass/modules/_grid.scss */
  .row {
    max-width: 69rem;
  }
}

@media (min-width: 70em) {
  /* line 2, assets/sass/modules/_grid.scss */
  .row {
    max-width: 73.25rem;
  }
}

@media (min-width: 90em) {
  /* line 2, assets/sass/modules/_grid.scss */
  .row {
    max-width: 81.25rem;
  }
}

/* line 27, assets/sass/modules/_grid.scss */
.row.internal-row {
  padding: 0;
}

/* line 32, assets/sass/modules/_grid.scss */
.flex-row {
  padding-left: 1rem;
  padding-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
  line-height: 2;
  overflow-x: hidden;
}

@media (min-width: 50em) {
  /* line 32, assets/sass/modules/_grid.scss */
  .flex-row {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 64em) {
  /* line 32, assets/sass/modules/_grid.scss */
  .flex-row {
    max-width: 64rem;
  }
}

@media (min-width: 70em) {
  /* line 32, assets/sass/modules/_grid.scss */
  .flex-row {
    max-width: 84rem;
  }
}

@media (min-width: 90em) {
  /* line 32, assets/sass/modules/_grid.scss */
  .flex-row {
    max-width: 93.75rem;
  }
}

/* line 59, assets/sass/modules/_grid.scss */
.flex-row.internal-row {
  padding: 0;
}

/* line 2, assets/sass/modules/_special.scss */
.special-wrap {
  position: fixed;
  z-index: 90000;
  height: auto;
  width: 100%;
  max-width: 800px;
  max-height: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background: #fff;
  padding: 20px 40px;
  visibility: visible;
  opacity: 1;
  left: calc(50% - 400px);
  top: 15%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: -2px 3px 8px rgba(0, 0, 0, 0.5);
          box-shadow: -2px 3px 8px rgba(0, 0, 0, 0.5);
}

/* line 22, assets/sass/modules/_special.scss */
.special-wrap.animate__fadeOutDownBig {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (max-width: 850px) {
  /* line 2, assets/sass/modules/_special.scss */
  .special-wrap {
    max-width: 500px;
    max-height: 700px;
    top: 10%;
    left: calc(50% - 250px);
  }
}

@media screen and (max-width: 500px) {
  /* line 2, assets/sass/modules/_special.scss */
  .special-wrap {
    left: 6%;
    max-width: 80%;
    height: 100%;
    max-height: 600px;
    padding: 10px 40px;
    top: 5%;
    padding: 10px 20px;
    margin: 20px;
  }
}

/* line 66, assets/sass/modules/_special.scss */
.special-wrap .special-close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: -2px 3px 8px rgba(0, 0, 0, 0.5);
          box-shadow: -2px 3px 8px rgba(0, 0, 0, 0.5);
}

/* line 75, assets/sass/modules/_special.scss */
.special-wrap .special-close:hover {
  cursor: pointer;
  background: #9A2025;
}

/* line 79, assets/sass/modules/_special.scss */
.special-wrap .special-close:hover .close {
  color: #fff;
}

/* line 85, assets/sass/modules/_special.scss */
.special-wrap .special-close .close {
  color: #9A2025;
  position: relative;
  top: 2px;
  left: 11px;
  font-size: 1rem;
  font-weight: 300;
}

/* line 96, assets/sass/modules/_special.scss */
.special-wrap .special-inner {
  position: relative;
  padding: 20px 0;
  overflow-y: scroll;
}

/* line 103, assets/sass/modules/_special.scss */
.special-wrap .special-inner .content h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #333;
  padding-bottom: 8px;
}

@media screen and (max-width: 500px) {
  /* line 103, assets/sass/modules/_special.scss */
  .special-wrap .special-inner .content h2 {
    font-size: 1.2rem;
  }
}

/* line 114, assets/sass/modules/_special.scss */
.special-wrap .special-inner .content p {
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}

@media screen and (max-width: 500px) {
  /* line 114, assets/sass/modules/_special.scss */
  .special-wrap .special-inner .content p {
    font-size: 0.8rem;
  }
}

/* line 124, assets/sass/modules/_special.scss */
.special-wrap .special-inner .content .button {
  background: #fff;
  border: 1px solid #fff;
  color: #333333;
  padding: 5px 10px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

/* line 130, assets/sass/modules/_special.scss */
.special-wrap .special-inner .content .button:hover {
  color: #fff;
  background: transparent;
}

/* line 138, assets/sass/modules/_special.scss */
.special-wrap .form {
  padding: 20px 0;
}

/* line 140, assets/sass/modules/_special.scss */
.special-wrap .form #nf-form-title-6, .special-wrap .form .nf-form-title {
  display: none;
}

/* line 144, assets/sass/modules/_special.scss */
.special-wrap .form .nf-response-msg {
  color: #9A2025;
}

@media screen and (max-width: 500px) {
  /* line 138, assets/sass/modules/_special.scss */
  .special-wrap .form {
    padding: 20px 0;
  }
}

/* line 153, assets/sass/modules/_special.scss */
.special-wrap .disclaimer {
  margin-top: 20px;
}

/* line 155, assets/sass/modules/_special.scss */
.special-wrap .disclaimer span {
  font-size: 0.8rem;
}

@media screen and (max-width: 500px) {
  /* line 153, assets/sass/modules/_special.scss */
  .special-wrap .disclaimer {
    margin-top: 40px;
  }
}

/* line 165, assets/sass/modules/_special.scss */
.hide-popup {
  visibility: hidden;
  opacity: 0;
}

/* line 1, assets/sass/modules/_background-block.scss */
.background-block {
  background-position: center !important;
  background-size: cover !important;
  min-height: 450px;
  position: relative;
}

@media (max-width: 37.5em) {
  /* line 1, assets/sass/modules/_background-block.scss */
  .background-block {
    min-height: 250px;
  }
}

/* line 13, assets/sass/modules/_background-block.scss */
.background-block .block-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

/* line 20, assets/sass/modules/_background-block.scss */
.background-block .block-content .logo {
  width: 80%;
  position: relative;
}

@media (max-width: 37.5em) {
  /* line 20, assets/sass/modules/_background-block.scss */
  .background-block .block-content .logo {
    width: 100%;
  }
}

/* line 1, assets/sass/modules/_photo-block.scss */
.photo-block {
  padding: 55px 0;
}

@media (min-width: 37.5em) and (max-width: 63.9em) {
  /* line 1, assets/sass/modules/_photo-block.scss */
  .photo-block {
    padding: 35px 0;
  }
}

@media (max-width: 37.5em) {
  /* line 1, assets/sass/modules/_photo-block.scss */
  .photo-block {
    padding: 35px 0;
  }
}

/* line 11, assets/sass/modules/_photo-block.scss */
.photo-block .photo-block-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 60px;
}

@media (min-width: 37.5em) and (max-width: 63.9em) {
  /* line 11, assets/sass/modules/_photo-block.scss */
  .photo-block .photo-block-content {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
}

@media (max-width: 37.5em) {
  /* line 11, assets/sass/modules/_photo-block.scss */
  .photo-block .photo-block-content {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
}

/* line 29, assets/sass/modules/_photo-block.scss */
.photo-block .photo-block-content .photo-content img {
  width: 100%;
}

/* line 34, assets/sass/modules/_photo-block.scss */
.photo-block .photo-block-content .content {
  margin: 10px 0;
}

/* line 38, assets/sass/modules/_photo-block.scss */
.photo-block .photo-block-content .content h2 {
  font-size: 2.5rem;
  color: #333333;
  margin-bottom: 10px;
}

@media (max-width: 37.5em) {
  /* line 38, assets/sass/modules/_photo-block.scss */
  .photo-block .photo-block-content .content h2 {
    font-size: 2rem;
    line-height: 1.3;
  }
}

/* line 57, assets/sass/modules/_photo-block.scss */
.photo-block .photo-block-content .content a:hover {
  text-decoration: underline;
}

/* line 62, assets/sass/modules/_photo-block.scss */
.photo-block .photo-block-content .content .address {
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 68, assets/sass/modules/_photo-block.scss */
.photo-block .photo-block-content .content p > .days {
  font-weight: bold;
}

/* line 75, assets/sass/modules/_photo-block.scss */
.photo-block .photo-block-content .block-button {
  margin-bottom: 10px;
  padding: 0 0 15px;
}

/* line 80, assets/sass/modules/_photo-block.scss */
.photo-block .photo-block-content .block-logo {
  width: 30%;
}

/* line 86, assets/sass/modules/_photo-block.scss */
.photo-block .photo-block-content.left-aligned-image .photo-content img {
  width: 100%;
}

/* line 91, assets/sass/modules/_photo-block.scss */
.photo-block .photo-block-content.left-aligned-image .content {
  margin: 5px 0;
}

/* line 95, assets/sass/modules/_photo-block.scss */
.photo-block .photo-block-content.left-aligned-image .content h2 {
  font-size: 2.5rem;
  color: #333333;
  margin-bottom: 10px;
}

@media (max-width: 37.5em) {
  /* line 95, assets/sass/modules/_photo-block.scss */
  .photo-block .photo-block-content.left-aligned-image .content h2 {
    font-size: 2rem;
    line-height: 1.3;
  }
}

/* line 107, assets/sass/modules/_photo-block.scss */
.photo-block .photo-block-content.left-aligned-image .content p {
  line-height: 2;
}

/* line 110, assets/sass/modules/_photo-block.scss */
.photo-block .photo-block-content.left-aligned-image .content p:last-child {
  margin-bottom: 20px;
}

/* line 120, assets/sass/modules/_photo-block.scss */
.photo-block .photo-block-content.right-aligned-image .content p:last-child {
  margin-bottom: 20px;
}

@media (min-width: 37.5em) and (max-width: 63.9em) {
  /* line 117, assets/sass/modules/_photo-block.scss */
  .photo-block .photo-block-content.right-aligned-image {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 129, assets/sass/modules/_photo-block.scss */
  .photo-block .photo-block-content.right-aligned-image .photo-content {
    grid-row: 1;
  }
}

@media (max-width: 37.5em) {
  /* line 117, assets/sass/modules/_photo-block.scss */
  .photo-block .photo-block-content.right-aligned-image {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 137, assets/sass/modules/_photo-block.scss */
  .photo-block .photo-block-content.right-aligned-image .photo-content {
    grid-row: 1;
  }
}

/* line 2, assets/sass/modules/_tri-columns-block.scss */
.tri-columns-block .columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  height: 100%;
  width: 100%;
}

@media (min-width: 37.5em) and (max-width: 63.9em) {
  /* line 2, assets/sass/modules/_tri-columns-block.scss */
  .tri-columns-block .columns {
    grid-template-columns: repeat(2, 1fr);
    min-height: 100%;
  }
}

@media screen and (max-width: 650px) {
  /* line 2, assets/sass/modules/_tri-columns-block.scss */
  .tri-columns-block .columns {
    grid-template-columns: repeat(1, 1fr);
    min-height: 100%;
  }
}

/* line 19, assets/sass/modules/_tri-columns-block.scss */
.tri-columns-block .columns a {
  height: 100%;
  width: 100%;
}

/* line 24, assets/sass/modules/_tri-columns-block.scss */
.tri-columns-block .columns a .column {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  color: #fff;
  position: relative;
}

/* line 32, assets/sass/modules/_tri-columns-block.scss */
.tri-columns-block .columns a .column img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 38, assets/sass/modules/_tri-columns-block.scss */
.tri-columns-block .columns a .column .team-overlay {
  background: rgba(0, 0, 0, 0.6);
}

/* line 42, assets/sass/modules/_tri-columns-block.scss */
.tri-columns-block .columns a .column h2 {
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: bottom .5s ease-in-out;
  transition: bottom .5s ease-in-out;
}

@media (min-width: 37.5em) and (max-width: 63.9em) {
  /* line 42, assets/sass/modules/_tri-columns-block.scss */
  .tri-columns-block .columns a .column h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 37.5em) {
  /* line 42, assets/sass/modules/_tri-columns-block.scss */
  .tri-columns-block .columns a .column h2 {
    font-size: 2rem;
  }
}

/* line 66, assets/sass/modules/_tri-columns-block.scss */
.tri-columns-block .columns a:hover h2 {
  bottom: 38%;
}

/* line 70, assets/sass/modules/_tri-columns-block.scss */
.tri-columns-block .columns a:hover .interior-overlay {
  background: rgba(0, 0, 0, 0.6);
}

/* line 1, assets/sass/modules/_map-block.scss */
.map-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
  padding: 40px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 37.5em) and (max-width: 63.9em) {
  /* line 1, assets/sass/modules/_map-block.scss */
  .map-block {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 37.5em) {
  /* line 1, assets/sass/modules/_map-block.scss */
  .map-block {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 17, assets/sass/modules/_map-block.scss */
.map-block .map {
  width: 100%;
  max-height: 600px;
  min-height: 500px;
}

/* line 24, assets/sass/modules/_map-block.scss */
.map-block .map-infoWindow .float-left {
  float: left;
  font-size: 18px;
  padding-top: 1px;
}

/* line 29, assets/sass/modules/_map-block.scss */
.map-block .map-infoWindow h3 {
  font-size: 27px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}

/* line 34, assets/sass/modules/_map-block.scss */
.map-block .map-infoWindow h4 {
  overflow: auto;
}

/* line 37, assets/sass/modules/_map-block.scss */
.map-block .map-infoWindow .contact {
  font-size: 18px;
  clear: both;
}

/* line 43, assets/sass/modules/_map-block.scss */
.map-block .rating-item {
  display: inline;
}

/* line 47, assets/sass/modules/_map-block.scss */
.map-block .rating {
  font-size: 1rem;
  color: #ccc;
  font-weight: lighter;
  margin: 0 auto;
  padding: 20px 40px;
  font-size: 20px;
}

/* line 55, assets/sass/modules/_map-block.scss */
.map-block .star-rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  color: #f2f2f2;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  margin-left: 6px;
  margin-right: 6px;
}

/* line 67, assets/sass/modules/_map-block.scss */
.map-block .star-rating span {
  display: inline-block;
}

/* line 71, assets/sass/modules/_map-block.scss */
.map-block .star-rating .empty-ratings {
  padding: 0;
  display: block;
  color: #ccc;
}

/* line 78, assets/sass/modules/_map-block.scss */
.map-block .star-rating .fill-ratings {
  color: #9A2025;
  padding: 0;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}

/* line 94, assets/sass/modules/_map-block.scss */
.info-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-rows: 200px;
  grid-gap: 20px;
  height: 100%;
}

/* line 102, assets/sass/modules/_map-block.scss */
.info-wrap .content {
  padding: 0 20px;
}

/* line 105, assets/sass/modules/_map-block.scss */
.info-wrap .content h3 {
  font-size: 1rem;
  line-height: 1;
}

/* line 111, assets/sass/modules/_map-block.scss */
.info-wrap .content h4 {
  font-size: 1.8rem;
  line-height: 1;
}

/* line 116, assets/sass/modules/_map-block.scss */
.info-wrap .content a {
  font-size: 1rem;
}

/* line 118, assets/sass/modules/_map-block.scss */
.info-wrap .content a:hover {
  color: #9A2025;
}

/* line 124, assets/sass/modules/_map-block.scss */
.info-wrap .photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 130, assets/sass/modules/_map-block.scss */
.info-wrap .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 139, assets/sass/modules/_map-block.scss */
.map-directions:hover {
  color: #9A2025;
}

/* line 1, assets/sass/modules/_menu-block.scss */
.menu-block {
  padding: 2rem;
}

@media (max-width: 37.5em) {
  /* line 1, assets/sass/modules/_menu-block.scss */
  .menu-block {
    padding: 2rem 0;
  }
}

/* line 9, assets/sass/modules/_menu-block.scss */
.menu-block .menu-content {
  position: relative;
}

/* line 16, assets/sass/modules/_menu-block.scss */
.menu-block .menu .button-secondary {
  display: inline-block;
  font-size: 3rem;
}

/* line 20, assets/sass/modules/_menu-block.scss */
.menu-block .menu .button-secondary.active {
  color: #fff !important;
  background-color: #333333 !important;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* line 68, assets/sass/modules/_menu-block.scss */
.accordion {
  padding: 0;
  list-style: none;
  overflow: auto;
  text-align: left;
  margin: 0 auto;
  display: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* line 77, assets/sass/modules/_menu-block.scss */
.accordion.active {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* line 82, assets/sass/modules/_menu-block.scss */
.accordion .fa-chevron-down {
  color: #787878;
}

/* line 86, assets/sass/modules/_menu-block.scss */
.accordion .accordion-item-question {
  display: grid;
  grid-template-columns: 93% 7%;
  margin: 0;
  margin-bottom: -.125rem;
  padding: 10px 0;
  border-bottom: 2px solid #333;
  font-weight: normal;
  font-size: 1.125em;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 1000px) {
  /* line 86, assets/sass/modules/_menu-block.scss */
  .accordion .accordion-item-question {
    grid-template-columns: 90% 10%;
  }
}

@media screen and (max-width: 600px) {
  /* line 86, assets/sass/modules/_menu-block.scss */
  .accordion .accordion-item-question {
    grid-template-columns: 80% 20%;
  }
}

/* line 105, assets/sass/modules/_menu-block.scss */
.accordion .accordion-item-question:hover {
  cursor: pointer;
}

@media (max-width: 37.5em) {
  /* line 86, assets/sass/modules/_menu-block.scss */
  .accordion .accordion-item-question {
    padding-left: 10px;
  }
}

/* line 112, assets/sass/modules/_menu-block.scss */
.accordion .accordion-item-question i {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  float: right;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 124, assets/sass/modules/_menu-block.scss */
.accordion .accordion-item-question div {
  padding-left: 10px;
}

/* line 129, assets/sass/modules/_menu-block.scss */
.accordion ul {
  list-style-type: none;
  -webkit-columns: 2;
          columns: 2;
}

@media (max-width: 37.5em) {
  /* line 129, assets/sass/modules/_menu-block.scss */
  .accordion ul {
    -webkit-columns: 1;
            columns: 1;
  }
}

/* line 138, assets/sass/modules/_menu-block.scss */
.accordion li {
  display: block;
  overflow: hidden;
  -webkit-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
}

/* line 143, assets/sass/modules/_menu-block.scss */
.accordion li div.accordion-item-answer {
  color: #787878;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  height: auto;
  height: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-bottom: 1px solid #ccc;
  grid-gap: 20px 20px;
  padding: 0 20px;
}

@media (max-width: 37.5em) {
  /* line 143, assets/sass/modules/_menu-block.scss */
  .accordion li div.accordion-item-answer {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}

/* line 160, assets/sass/modules/_menu-block.scss */
.accordion li div.accordion-item-answer div.term-description {
  grid-column: span 2;
}

@media (max-width: 37.5em) {
  /* line 160, assets/sass/modules/_menu-block.scss */
  .accordion li div.accordion-item-answer div.term-description {
    grid-column: 1;
    margin-bottom: 10px;
  }
}

/* line 170, assets/sass/modules/_menu-block.scss */
.accordion li.accordion-item-active {
  background: #f2f2f2;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

/* line 174, assets/sass/modules/_menu-block.scss */
.accordion li.accordion-item-active div.accordion-item-answer {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: auto;
  margin: 20px 0 0;
  padding-bottom: 20px;
}

/* line 184, assets/sass/modules/_menu-block.scss */
.accordion li.accordion-item-active i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 189, assets/sass/modules/_menu-block.scss */
.accordion li i::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f067";
}

/* line 198, assets/sass/modules/_menu-block.scss */
.accordion li.accordion-item-active i::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f068";
}

/* line 211, assets/sass/modules/_menu-block.scss */
.active-menu-button {
  color: #fff !important;
  background-color: #333333 !important;
}

/* line 219, assets/sass/modules/_menu-block.scss */
.active-menu .accordion-section {
  display: block !important;
}

/* line 224, assets/sass/modules/_menu-block.scss */
.menus {
  padding-bottom: 1rem;
}

@media (max-width: 37.5em) {
  /* line 224, assets/sass/modules/_menu-block.scss */
  .menus {
    padding-top: 1rem;
  }
}

/* line 231, assets/sass/modules/_menu-block.scss */
.menus .menu-button {
  font-size: 2rem;
  padding: none;
  line-height: 2;
}

@media (max-width: 37.5em) {
  /* line 231, assets/sass/modules/_menu-block.scss */
  .menus .menu-button {
    font-size: 1rem;
  }
}

/* line 240, assets/sass/modules/_menu-block.scss */
.menus .menu-button.active-menu-button {
  color: #fff !important;
  background-color: #333333 !important;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

/* line 248, assets/sass/modules/_menu-block.scss */
.menu-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  line-height: 1.2;
}

/* line 256, assets/sass/modules/_menu-block.scss */
.menu-content {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* line 258, assets/sass/modules/_menu-block.scss */
.menu-content span {
  font-weight: 600;
  color: #333;
}

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 288, assets/sass/modules/_menu-block.scss */
.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* line 2, assets/sass/modules/_gallery-block.scss */
.gallery-title {
  font-size: 3rem;
}

/* line 6, assets/sass/modules/_gallery-block.scss */
.gallery-block {
  padding: 40px 0;
}

/* line 10, assets/sass/modules/_gallery-block.scss */
.gallery-block a, .gallery-block a:hover {
  border: 0px !important;
}

/* line 16, assets/sass/modules/_gallery-block.scss */
.ug-textpanel-textwrapper.ug-trans-enabled {
  left: 30px !important;
}

/* line 19, assets/sass/modules/_gallery-block.scss */
.ug-textpanel-bg.ug-trans-enabled {
  background: none !important;
}

/* line 25, assets/sass/modules/_gallery-block.scss */
.ug-textpanel-title p {
  margin: 0 !important;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
}

/* line 30, assets/sass/modules/_gallery-block.scss */
.ug-textpanel-title span.read-more {
  font-size: 1rem !important;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif !important;
  position: relative !important;
  top: -8px !important;
}

/* line 38, assets/sass/modules/_gallery-block.scss */
.ug-tile-icon.ug-button-play.ug-icon-zoom {
  display: none !important;
}

/* line 42, assets/sass/modules/_gallery-block.scss */
.ug-lightbox .ug-lightbox-numbers {
  text-align: center;
  left: 50%;
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}

/* line 57, assets/sass/modules/_gallery-block.scss */
.ug-textpanel-description {
  top: 40px !important;
  font-style: italic !important;
}

/* line 62, assets/sass/modules/_gallery-block.scss */
.ug-lightbox .ug-lightbox-numbers {
  top: 0 !important;
}

/* line 70, assets/sass/modules/_gallery-block.scss */
.ug-thumb-wrapper .ug-thumb-over {
  border: 0;
}

/* line 76, assets/sass/modules/_gallery-block.scss */
.ug-lightbox .ug-slider-wrapper {
  background: rgba(0, 0, 0, 0.6) !important;
}

/* line 80, assets/sass/modules/_gallery-block.scss */
.ug-lightbox-compact .ug-lightbox-button-close {
  right: 0 !important;
  left: unset !important;
  top: 0 !important;
}

/* line 86, assets/sass/modules/_gallery-block.scss */
.ug-lightbox .ug-lightbox-numbers {
  left: 0 !important;
}

/* line 90, assets/sass/modules/_gallery-block.scss */
.ug-item-wrapper img {
  border-color: none !important;
  border-width: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 3, assets/sass/modules/_team-block.scss */
.team-block .team-block-title {
  font-size: 3rem;
}

/* line 7, assets/sass/modules/_team-block.scss */
.team-block .team-members {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding: 20px 0 40px;
}

@media (min-width: 37.5em) and (max-width: 63.9em) {
  /* line 7, assets/sass/modules/_team-block.scss */
  .team-block .team-members {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 37.5em) {
  /* line 7, assets/sass/modules/_team-block.scss */
  .team-block .team-members {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 21, assets/sass/modules/_team-block.scss */
.team-block .team-members .member {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 27, assets/sass/modules/_team-block.scss */
.team-block .team-members .member:hover .team-content {
  bottom: 30%;
  -webkit-transition: bottom .5s ease-in-out;
  transition: bottom .5s ease-in-out;
}

/* line 32, assets/sass/modules/_team-block.scss */
.team-block .team-members .member:hover .team-overlay {
  background: rgba(0, 0, 0, 0.5);
}

/* line 37, assets/sass/modules/_team-block.scss */
.team-block .team-members .member img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

/* line 46, assets/sass/modules/_team-block.scss */
.team-block .team-members .member .team-content {
  position: absolute;
  bottom: 0%;
  left: 10%;
  color: #fff;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: bottom .5s ease-in-out;
  transition: bottom .5s ease-in-out;
}

/* line 56, assets/sass/modules/_team-block.scss */
.team-block .team-members .team-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
}

/* line 67, assets/sass/modules/_team-block.scss */
.fancybox-caption {
  text-align: center;
  border-top: 0;
}

/* line 1, assets/sass/modules/_community-block.scss */
.community-block {
  padding: 40px 0;
}

/* line 4, assets/sass/modules/_community-block.scss */
.community-block .community-block-title {
  font-size: 3rem;
}

/* line 8, assets/sass/modules/_community-block.scss */
.community-block .community-members {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  padding-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px 30px;
}

@media screen and (max-width: 500px) {
  /* line 8, assets/sass/modules/_community-block.scss */
  .community-block .community-members {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }
}

/* line 3, assets/sass/modules/_venues-block.scss */
.venues-block .venue-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding: 20px 0 40px;
}

@media (min-width: 37.5em) and (max-width: 63.9em) {
  /* line 3, assets/sass/modules/_venues-block.scss */
  .venues-block .venue-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 37.5em) {
  /* line 3, assets/sass/modules/_venues-block.scss */
  .venues-block .venue-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 17, assets/sass/modules/_venues-block.scss */
.venues-block .venue-items .venue {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 23, assets/sass/modules/_venues-block.scss */
.venues-block .venue-items .venue:hover .venue-content {
  bottom: 30%;
  -webkit-transition: bottom .5s ease-in-out;
  transition: bottom .5s ease-in-out;
}

/* line 29, assets/sass/modules/_venues-block.scss */
.venues-block .venue-items .venue img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

/* line 36, assets/sass/modules/_venues-block.scss */
.venues-block .venue-items .venue .venue-content {
  position: absolute;
  bottom: -5%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  -webkit-transition: bottom .5s ease-in-out;
  transition: bottom .5s ease-in-out;
}

/* line 46, assets/sass/modules/_venues-block.scss */
.venues-block .venue-items .venue .venue-content h2 {
  line-height: 1.2;
}

/* line 49, assets/sass/modules/_venues-block.scss */
.venues-block .venue-items .venue .venue-content p {
  margin-top: 5px;
}

/* line 55, assets/sass/modules/_venues-block.scss */
.venues-block .venue-items .venue-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
}

/* line 66, assets/sass/modules/_venues-block.scss */
.venue-map {
  min-height: 450px;
}

/* line 3, assets/sass/modules/_catering-block.scss */
.catering-block .catering-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding: 20px 0 40px;
}

@media (min-width: 37.5em) and (max-width: 63.9em) {
  /* line 3, assets/sass/modules/_catering-block.scss */
  .catering-block .catering-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 37.5em) {
  /* line 3, assets/sass/modules/_catering-block.scss */
  .catering-block .catering-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 17, assets/sass/modules/_catering-block.scss */
.catering-block .catering-items .catering-item {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 23, assets/sass/modules/_catering-block.scss */
.catering-block .catering-items .catering-item:hover .catering-overlay {
  background: rgba(0, 0, 0, 0.6);
}

/* line 27, assets/sass/modules/_catering-block.scss */
.catering-block .catering-items .catering-item:hover .catering-content {
  bottom: 38%;
  -webkit-transition: bottom .5s ease-in-out;
  transition: bottom .5s ease-in-out;
}

/* line 33, assets/sass/modules/_catering-block.scss */
.catering-block .catering-items .catering-item img {
  width: 100%;
  min-height: 300px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

/* line 41, assets/sass/modules/_catering-block.scss */
.catering-block .catering-items .catering-item .catering-content {
  position: absolute;
  bottom: 2%;
  left: 55%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  -webkit-transition: bottom .5s ease-in-out;
  transition: bottom .5s ease-in-out;
}

/* line 51, assets/sass/modules/_catering-block.scss */
.catering-block .catering-items .catering-item .catering-content p {
  margin-top: -10px;
}

/* line 57, assets/sass/modules/_catering-block.scss */
.catering-block .catering-items .catering-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
}

/* line 1, assets/sass/modules/_testimonial-block.scss */
.testimonial-block {
  padding: 40px 0 0;
  margin-bottom: 10px;
  position: relative;
}

/* line 7, assets/sass/modules/_testimonial-block.scss */
.testimonial-block .testimonial-item {
  position: relative;
  height: 100% !important;
  min-height: 300px;
  width: 100% !important;
}

/* line 13, assets/sass/modules/_testimonial-block.scss */
.testimonial-block .testimonial-item .testimonial-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  margin: 0 auto;
  color: gray;
  height: auto;
}

@media screen and (max-width: 500px) {
  /* line 13, assets/sass/modules/_testimonial-block.scss */
  .testimonial-block .testimonial-item .testimonial-content {
    width: 90%;
    top: 45%;
  }
}

/* line 30, assets/sass/modules/_testimonial-block.scss */
.testimonial-block .testimonial-item .testimonial-content h2 {
  font-weight: 100;
  font-style: italic;
}

@media screen and (max-width: 500px) {
  /* line 30, assets/sass/modules/_testimonial-block.scss */
  .testimonial-block .testimonial-item .testimonial-content h2 {
    font-size: 1.5rem;
    line-height: 1;
  }
}

/* line 42, assets/sass/modules/_testimonial-block.scss */
.testimonial-block .testimonial-item .quote-start, .testimonial-block .testimonial-item .quote-end {
  position: absolute;
  width: 20%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 500px) {
  /* line 42, assets/sass/modules/_testimonial-block.scss */
  .testimonial-block .testimonial-item .quote-start, .testimonial-block .testimonial-item .quote-end {
    width: 30%;
  }
}

/* line 53, assets/sass/modules/_testimonial-block.scss */
.testimonial-block .testimonial-item .quote-start {
  top: 45%;
  left: 20%;
}

@media screen and (max-width: 500px) {
  /* line 53, assets/sass/modules/_testimonial-block.scss */
  .testimonial-block .testimonial-item .quote-start {
    top: 40%;
  }
}

/* line 62, assets/sass/modules/_testimonial-block.scss */
.testimonial-block .testimonial-item .quote-end {
  top: 45%;
  right: 0%;
}

@media screen and (max-width: 500px) {
  /* line 62, assets/sass/modules/_testimonial-block.scss */
  .testimonial-block .testimonial-item .quote-end {
    right: -10%;
    top: 40%;
  }
}

/* line 79, assets/sass/modules/_testimonial-block.scss */
.carousel .slick-arrow.fa-chevron-left, .carousel .slick-arrow.fa-chevron-right {
  color: #9A2025;
  top: 30%;
  opacity: 0;
  position: absolute;
  font-size: 3rem;
}

@media screen and (max-width: 500px) {
  /* line 79, assets/sass/modules/_testimonial-block.scss */
  .carousel .slick-arrow.fa-chevron-left, .carousel .slick-arrow.fa-chevron-right {
    font-size: 2rem;
  }
}

/* line 92, assets/sass/modules/_testimonial-block.scss */
.carousel .slick-arrow.fa-chevron-left {
  left: 0%;
}

@media screen and (max-width: 500px) {
  /* line 92, assets/sass/modules/_testimonial-block.scss */
  .carousel .slick-arrow.fa-chevron-left {
    left: -3%;
  }
}

/* line 102, assets/sass/modules/_testimonial-block.scss */
.carousel .slick-arrow.fa-chevron-right {
  right: 0%;
}

@media screen and (max-width: 500px) {
  /* line 102, assets/sass/modules/_testimonial-block.scss */
  .carousel .slick-arrow.fa-chevron-right {
    right: -2%;
  }
}

/* line 113, assets/sass/modules/_testimonial-block.scss */
.carousel:hover .slick-arrow.fa-chevron-right, .carousel:hover .slick-arrow.fa-chevron-left {
  opacity: 1;
}

/* line 1, assets/sass/modules/_timeline-block.scss */
.history-sections .history-page .hero-headline {
  margin: 30px 0 0 0;
  font-size: 100px;
  color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 8, assets/sass/modules/_timeline-block.scss */
  .history-sections .history-page .hero-headline {
    font-size: 80px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 14, assets/sass/modules/_timeline-block.scss */
  .history-sections .history-page .hero-headline {
    margin-top: 15px;
    font-size: 50px;
  }
}

/* line 21, assets/sass/modules/_timeline-block.scss */
.section-backgrounds {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 28, assets/sass/modules/_timeline-block.scss */
.section-backgrounds .bg {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 2000px;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

/* line 40, assets/sass/modules/_timeline-block.scss */
.section-backgrounds .bg > div {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 150%;
  height: 100%;
  opacity: 0;
  will-change: width, opacity;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

/* line 55, assets/sass/modules/_timeline-block.scss */
.section-backgrounds .bg:first-child > div {
  opacity: 1;
  width: 110%;
}

/* line 60, assets/sass/modules/_timeline-block.scss */
.history-sections {
  position: relative;
}

/* line 64, assets/sass/modules/_timeline-block.scss */
.history-sections:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 0;
}

/* line 73, assets/sass/modules/_timeline-block.scss */
#first-bg {
  background: rgba(0, 0, 0, 0.55);
}

/* line 77, assets/sass/modules/_timeline-block.scss */
.history-sections .history-page {
  position: relative;
  height: 100vh;
  min-height: 0;
  background: none;
  overflow: hidden;
  z-index: 10;
}

/* line 87, assets/sass/modules/_timeline-block.scss */
.history-sections .history-page .history-page-content {
  position: relative;
  height: 100%;
  position: relative;
}

/* line 94, assets/sass/modules/_timeline-block.scss */
.history-sections .history-page .history-page-content .history-page-text {
  position: relative;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 104, assets/sass/modules/_timeline-block.scss */
.history-sections .history-page .scroll {
  display: block;
  padding-top: 22px;
  margin: 20px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #333333;
  font: 700 12px/1.3 "proxima-nova", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 37.5em) {
  /* line 104, assets/sass/modules/_timeline-block.scss */
  .history-sections .history-page .scroll {
    margin: 10px;
  }
}

/* line 126, assets/sass/modules/_timeline-block.scss */
.history-sections .history-page .scroll svg {
  display: block;
  margin: 3px auto 0;
}

/* line 142, assets/sass/modules/_timeline-block.scss */
.history-date-outer {
  width: 110px;
  height: 110px;
  border: 3px solid #fff;
  display: inline-block;
}

@media (max-width: 37.5em) {
  /* line 142, assets/sass/modules/_timeline-block.scss */
  .history-date-outer {
    width: 90px;
    height: 90px;
  }
}

/* line 155, assets/sass/modules/_timeline-block.scss */
.history-sections .history-page .history-date {
  display: block;
  margin: 7px;
  width: 90px;
  height: 90px;
  background: #fff;
  color: #333333;
  text-align: center;
  font: 700 35px/90px "proxima-nova", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 37.5em) {
  /* line 155, assets/sass/modules/_timeline-block.scss */
  .history-sections .history-page .history-date {
    font: 700 25px/70px "proxima-nova", Helvetica, Arial, sans-serif;
    width: 70px;
    height: 70px;
  }
}

/* line 178, assets/sass/modules/_timeline-block.scss */
.history-sections .history-page .history-content {
  display: inline-block;
  max-width: 700px;
  color: #fff;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: left;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 37.5em) {
  /* line 178, assets/sass/modules/_timeline-block.scss */
  .history-sections .history-page .history-content {
    font-size: 1.1rem;
  }
}

/* line 196, assets/sass/modules/_timeline-block.scss */
.history-header {
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  position: relative;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  /* line 196, assets/sass/modules/_timeline-block.scss */
  .history-header {
    font-size: 3rem;
  }
}

@media (max-width: 37.5em) {
  /* line 196, assets/sass/modules/_timeline-block.scss */
  .history-header {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 320px) {
  /* line 196, assets/sass/modules/_timeline-block.scss */
  .history-header {
    font-size: 2rem;
    margin-top: 10px;
  }
}

/* line 218, assets/sass/modules/_timeline-block.scss */
.history-paragraph {
  margin-top: 20px;
}

@media screen and (max-width: 2560px) {
  /* line 227, assets/sass/modules/_timeline-block.scss */
  .our-journey {
    background: #333;
  }
  /* line 231, assets/sass/modules/_timeline-block.scss */
  .section-backgrounds {
    left: 10%;
  }
  /* line 235, assets/sass/modules/_timeline-block.scss */
  .history-sections {
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  /* line 242, assets/sass/modules/_timeline-block.scss */
  .history-date-outer {
    margin-right: 30px;
  }
}

@media (min-width: 90em) {
  /* line 251, assets/sass/modules/_timeline-block.scss */
  .history-date-outer {
    margin-right: 30px;
  }
}

@media (min-width: 70em) {
  /* line 264, assets/sass/modules/_timeline-block.scss */
  .section-backgrounds {
    left: 0;
  }
  /* line 268, assets/sass/modules/_timeline-block.scss */
  .history-date-outer {
    margin-right: 30px;
  }
}

@media (min-width: 64em) {
  /* line 276, assets/sass/modules/_timeline-block.scss */
  .section-backgrounds {
    left: 0;
  }
  /* line 280, assets/sass/modules/_timeline-block.scss */
  .history-date-outer {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1440px) {
  /* line 288, assets/sass/modules/_timeline-block.scss */
  .section-backgrounds {
    left: 0;
  }
  /* line 292, assets/sass/modules/_timeline-block.scss */
  .history-date-outer {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1024px) {
  /* line 299, assets/sass/modules/_timeline-block.scss */
  .history-date-outer {
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  /* line 306, assets/sass/modules/_timeline-block.scss */
  .history-date-outer {
    margin-right: 30px;
  }
}

@media (max-width: 37.5em) {
  /* line 319, assets/sass/modules/_timeline-block.scss */
  .history-date-outer {
    margin-right: 10px;
  }
}

@media screen and (max-width: 425px) {
  /* line 331, assets/sass/modules/_timeline-block.scss */
  .history-date-outer {
    margin-right: 10px;
  }
}

@media screen and (max-width: 375px) {
  /* line 344, assets/sass/modules/_timeline-block.scss */
  .history-date-outer {
    margin-right: 10px;
  }
}

@media screen and (max-width: 320px) {
  /* line 369, assets/sass/modules/_timeline-block.scss */
  .history-date-outer {
    margin-right: 10px;
  }
}

/* line 1, assets/sass/modules/_catering-form.scss */
.catering-header {
  padding: 40px 0 20px;
}

/* line 4, assets/sass/modules/_catering-form.scss */
.catering-header h2 {
  text-align: center;
  font-size: 4rem;
  line-height: 1;
}

/* line 13, assets/sass/modules/_catering-form.scss */
.catering-form .nf-form-fields-required {
  display: none;
}

/* line 19, assets/sass/modules/_catering-form.scss */
.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button])::-webkit-input-placeholder, .nf-form-content textarea::-webkit-input-placeholder {
  color: #787878 !important;
}
.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]):-ms-input-placeholder, .nf-form-content textarea:-ms-input-placeholder {
  color: #787878 !important;
}
.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button])::-ms-input-placeholder, .nf-form-content textarea::-ms-input-placeholder {
  color: #787878 !important;
}
.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button])::placeholder, .nf-form-content textarea::placeholder {
  color: #787878 !important;
}

/* line 23, assets/sass/modules/_catering-form.scss */
.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
  border-radius: 0;
}

/* line 27, assets/sass/modules/_catering-form.scss */
.submit-wrap {
  position: absolute;
  /* top: 60px; */
  right: 0;
  left: auto !important;
  top: 0;
}

/* line 34, assets/sass/modules/_catering-form.scss */
.submit-wrap input {
  height: 40px !important;
  background: #9A2025 !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border: 1px solid #9A2025 !important;
}

/* line 41, assets/sass/modules/_catering-form.scss */
.submit-wrap input:hover {
  background: #fff !important;
  color: #9A2025 !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* line 49, assets/sass/modules/_catering-form.scss */
.nf-form-content {
  max-width: none !important;
}

/* line 55, assets/sass/modules/_catering-form.scss */
.nf-form-content .nf-next-previous input {
  background: none !important;
  color: #9A2025 !important;
}

/* line 59, assets/sass/modules/_catering-form.scss */
.nf-form-content .nf-next-previous input:focus {
  outline-color: white !important;
}

/* line 74, assets/sass/modules/_catering-form.scss */
.hr-container {
  opacity: 0;
}

/* line 2, assets/sass/modules/_careers-block.scss */
.application {
  margin: 40px 0 60px;
}

@media screen and (max-width: 500px) {
  /* line 2, assets/sass/modules/_careers-block.scss */
  .application {
    margin: 0 0 80px;
  }
}

/* line 9, assets/sass/modules/_careers-block.scss */
.application h2 {
  text-align: center;
  margin: 20px 0;
  font-size: 3rem;
}

@media screen and (max-width: 500px) {
  /* line 9, assets/sass/modules/_careers-block.scss */
  .application h2 {
    font-size: 2.5rem;
  }
}

/* line 19, assets/sass/modules/_careers-block.scss */
.application .nf-fu-fileinput-button {
  color: #fff;
  background: #9A2025;
  border: 1px solid #9A2025;
}

/* line 24, assets/sass/modules/_careers-block.scss */
.application .nf-fu-fileinput-button:hover {
  background: transparent;
  color: #9A2025;
}

/* line 32, assets/sass/modules/_careers-block.scss */
.application .nf-fu-progress {
  width: 85%;
  border-radius: 0 !important;
  margin-top: -30px;
  position: absolute;
  right: 0;
}

/* line 41, assets/sass/modules/_careers-block.scss */
.application .nf-fu-progress-bar-success {
  background-color: #9A2025 !important;
}

/* line 45, assets/sass/modules/_careers-block.scss */
.application .files_uploaded {
  margin: 10px 0;
}

/* line 1, assets/sass/modules/_no-photo-block.scss */
.no-photo-block {
  padding: 20px 0;
}

/* line 6, assets/sass/modules/_no-photo-block.scss */
.no-photo-block .block-content .content {
  margin: 5px 0;
}

/* line 9, assets/sass/modules/_no-photo-block.scss */
.no-photo-block .block-content .content h2 {
  font-size: 2.5rem;
  color: #333333;
  margin-bottom: 10px;
}

/* line 15, assets/sass/modules/_no-photo-block.scss */
.no-photo-block .block-content .content a {
  color: #9A2025;
}

/* line 30, assets/sass/modules/_no-photo-block.scss */
.no-photo-block .block-content .content .block-button {
  margin: 20px 0;
}
