/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.gform_wrapper form {
  margin-bottom: 0; }

.gform_wrapper .gfield_required {
  padding-left: 1px; }

.ginput_container textarea {
  height: auto; }

/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0; }

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.alignnone, img.alignnone {
  /* not sure about this one */ }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

/* default wordpress styles, do not delete */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * CW Grid
 * Lightweight, simple, customizable grid. Inspired by Foundation, but made to handle responsive functionality without the bloat.
 * Version 0.0.1
 * crane-west.com
 * Licensed under MIT Open Source
 */
* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body:before {
  display: none;
  content: 'phone'; }

.row {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }
  .row:before, .row:after {
    content: '';
    display: table; }
  .row:after {
    clear: both; }
  .row .row {
    max-width: none;
    width: auto;
    margin-left: -15px;
    margin-right: -15px; }

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }
  .flex-row.v-cent {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex-row.h-cent {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex-row.justify {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .flex-row.justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .flex-row.stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .flex-row.wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .flex-row .row {
    max-width: none;
    width: auto;
    margin-left: -15px;
    margin-right: -15px; }
  .row .flex-row, .flex-row .flex-row {
    max-width: none;
    width: auto;
    margin-left: -15px;
    margin-right: -15px; }

.s1 {
  float: left;
  width: 8.33333%;
  padding: 0 15px; }

.m1 {
  padding: 0 15px; }

.l1 {
  padding: 0 15px; }

.s-push-1 {
  position: relative;
  left: 8.33333%; }

.m-push-1 {
  position: relative;
  left: auto; }

.l-push-1 {
  position: relative;
  left: auto; }

.s-pull-1 {
  position: relative;
  left: -8.33333%; }

.m-pull-1 {
  position: relative;
  left: auto; }

.l-pull-1 {
  position: relative;
  left: auto; }

.s2 {
  float: left;
  width: 16.66667%;
  padding: 0 15px; }

.m2 {
  padding: 0 15px; }

.l2 {
  padding: 0 15px; }

.s-push-2 {
  position: relative;
  left: 16.66667%; }

.m-push-2 {
  position: relative;
  left: auto; }

.l-push-2 {
  position: relative;
  left: auto; }

.s-pull-2 {
  position: relative;
  left: -16.66667%; }

.m-pull-2 {
  position: relative;
  left: auto; }

.l-pull-2 {
  position: relative;
  left: auto; }

.s3 {
  float: left;
  width: 25%;
  padding: 0 15px; }

.m3 {
  padding: 0 15px; }

.l3 {
  padding: 0 15px; }

.s-push-3 {
  position: relative;
  left: 25%; }

.m-push-3 {
  position: relative;
  left: auto; }

.l-push-3 {
  position: relative;
  left: auto; }

.s-pull-3 {
  position: relative;
  left: -25%; }

.m-pull-3 {
  position: relative;
  left: auto; }

.l-pull-3 {
  position: relative;
  left: auto; }

.s4 {
  float: left;
  width: 33.33333%;
  padding: 0 15px; }

.m4 {
  padding: 0 15px; }

.l4 {
  padding: 0 15px; }

.s-push-4 {
  position: relative;
  left: 33.33333%; }

.m-push-4 {
  position: relative;
  left: auto; }

.l-push-4 {
  position: relative;
  left: auto; }

.s-pull-4 {
  position: relative;
  left: -33.33333%; }

.m-pull-4 {
  position: relative;
  left: auto; }

.l-pull-4 {
  position: relative;
  left: auto; }

.s5 {
  float: left;
  width: 41.66667%;
  padding: 0 15px; }

.m5 {
  padding: 0 15px; }

.l5 {
  padding: 0 15px; }

.s-push-5 {
  position: relative;
  left: 41.66667%; }

.m-push-5 {
  position: relative;
  left: auto; }

.l-push-5 {
  position: relative;
  left: auto; }

.s-pull-5 {
  position: relative;
  left: -41.66667%; }

.m-pull-5 {
  position: relative;
  left: auto; }

.l-pull-5 {
  position: relative;
  left: auto; }

.s6 {
  float: left;
  width: 50%;
  padding: 0 15px; }

.m6 {
  padding: 0 15px; }

.l6 {
  padding: 0 15px; }

.s-push-6 {
  position: relative;
  left: 50%; }

.m-push-6 {
  position: relative;
  left: auto; }

.l-push-6 {
  position: relative;
  left: auto; }

.s-pull-6 {
  position: relative;
  left: -50%; }

.m-pull-6 {
  position: relative;
  left: auto; }

.l-pull-6 {
  position: relative;
  left: auto; }

.s7 {
  float: left;
  width: 58.33333%;
  padding: 0 15px; }

.m7 {
  padding: 0 15px; }

.l7 {
  padding: 0 15px; }

.s-push-7 {
  position: relative;
  left: 58.33333%; }

.m-push-7 {
  position: relative;
  left: auto; }

.l-push-7 {
  position: relative;
  left: auto; }

.s-pull-7 {
  position: relative;
  left: -58.33333%; }

.m-pull-7 {
  position: relative;
  left: auto; }

.l-pull-7 {
  position: relative;
  left: auto; }

.s8 {
  float: left;
  width: 66.66667%;
  padding: 0 15px; }

.m8 {
  padding: 0 15px; }

.l8 {
  padding: 0 15px; }

.s-push-8 {
  position: relative;
  left: 66.66667%; }

.m-push-8 {
  position: relative;
  left: auto; }

.l-push-8 {
  position: relative;
  left: auto; }

.s-pull-8 {
  position: relative;
  left: -66.66667%; }

.m-pull-8 {
  position: relative;
  left: auto; }

.l-pull-8 {
  position: relative;
  left: auto; }

.s9 {
  float: left;
  width: 75%;
  padding: 0 15px; }

.m9 {
  padding: 0 15px; }

.l9 {
  padding: 0 15px; }

.s-push-9 {
  position: relative;
  left: 75%; }

.m-push-9 {
  position: relative;
  left: auto; }

.l-push-9 {
  position: relative;
  left: auto; }

.s-pull-9 {
  position: relative;
  left: -75%; }

.m-pull-9 {
  position: relative;
  left: auto; }

.l-pull-9 {
  position: relative;
  left: auto; }

.s10 {
  float: left;
  width: 83.33333%;
  padding: 0 15px; }

.m10 {
  padding: 0 15px; }

.l10 {
  padding: 0 15px; }

.s-push-10 {
  position: relative;
  left: 83.33333%; }

.m-push-10 {
  position: relative;
  left: auto; }

.l-push-10 {
  position: relative;
  left: auto; }

.s-pull-10 {
  position: relative;
  left: -83.33333%; }

.m-pull-10 {
  position: relative;
  left: auto; }

.l-pull-10 {
  position: relative;
  left: auto; }

.s11 {
  float: left;
  width: 91.66667%;
  padding: 0 15px; }

.m11 {
  padding: 0 15px; }

.l11 {
  padding: 0 15px; }

.s-push-11 {
  position: relative;
  left: 91.66667%; }

.m-push-11 {
  position: relative;
  left: auto; }

.l-push-11 {
  position: relative;
  left: auto; }

.s-pull-11 {
  position: relative;
  left: -91.66667%; }

.m-pull-11 {
  position: relative;
  left: auto; }

.l-pull-11 {
  position: relative;
  left: auto; }

.s12 {
  float: left;
  width: 100%;
  padding: 0 15px; }

.m12 {
  padding: 0 15px; }

.l12 {
  padding: 0 15px; }

.s-push-12 {
  position: relative;
  left: 100%; }

.m-push-12 {
  position: relative;
  left: auto; }

.l-push-12 {
  position: relative;
  left: auto; }

.s-pull-12 {
  position: relative;
  left: -100%; }

.m-pull-12 {
  position: relative;
  left: auto; }

.l-pull-12 {
  position: relative;
  left: auto; }

.s-push-0,
.m-push-0,
.l-push-0,
.s-pull-0,
.m-pull-0,
.l-pull-0 {
  left: 0; }

.s-hide {
  display: none; }

@media all and (min-width: 768px) {
  body:before {
    content: 'tablet'; }
  .m1 {
    float: left;
    width: 8.33333%; }
  .m-push-1 {
    left: 8.33333%; }
  .m-pull-1 {
    left: -8.33333%; }
  .m2 {
    float: left;
    width: 16.66667%; }
  .m-push-2 {
    left: 16.66667%; }
  .m-pull-2 {
    left: -16.66667%; }
  .m3 {
    float: left;
    width: 25%; }
  .m-push-3 {
    left: 25%; }
  .m-pull-3 {
    left: -25%; }
  .m4 {
    float: left;
    width: 33.33333%; }
  .m-push-4 {
    left: 33.33333%; }
  .m-pull-4 {
    left: -33.33333%; }
  .m5 {
    float: left;
    width: 41.66667%; }
  .m-push-5 {
    left: 41.66667%; }
  .m-pull-5 {
    left: -41.66667%; }
  .m6 {
    float: left;
    width: 50%; }
  .m-push-6 {
    left: 50%; }
  .m-pull-6 {
    left: -50%; }
  .m7 {
    float: left;
    width: 58.33333%; }
  .m-push-7 {
    left: 58.33333%; }
  .m-pull-7 {
    left: -58.33333%; }
  .m8 {
    float: left;
    width: 66.66667%; }
  .m-push-8 {
    left: 66.66667%; }
  .m-pull-8 {
    left: -66.66667%; }
  .m9 {
    float: left;
    width: 75%; }
  .m-push-9 {
    left: 75%; }
  .m-pull-9 {
    left: -75%; }
  .m10 {
    float: left;
    width: 83.33333%; }
  .m-push-10 {
    left: 83.33333%; }
  .m-pull-10 {
    left: -83.33333%; }
  .m11 {
    float: left;
    width: 91.66667%; }
  .m-push-11 {
    left: 91.66667%; }
  .m-pull-11 {
    left: -91.66667%; }
  .m12 {
    float: left;
    width: 100%; }
  .m-push-12 {
    left: 100%; }
  .m-pull-12 {
    left: -100%; }
  .s-hide {
    display: block; }
  .m-hide {
    display: none; } }

@media all and (min-width: 1024px) {
  body:before {
    content: 'desktop'; }
  .l1 {
    float: left;
    width: 8.33333%; }
  .l-push-1 {
    left: 8.33333%; }
  .l-pull-1 {
    left: -8.33333%; }
  .l2 {
    float: left;
    width: 16.66667%; }
  .l-push-2 {
    left: 16.66667%; }
  .l-pull-2 {
    left: -16.66667%; }
  .l3 {
    float: left;
    width: 25%; }
  .l-push-3 {
    left: 25%; }
  .l-pull-3 {
    left: -25%; }
  .l4 {
    float: left;
    width: 33.33333%; }
  .l-push-4 {
    left: 33.33333%; }
  .l-pull-4 {
    left: -33.33333%; }
  .l5 {
    float: left;
    width: 41.66667%; }
  .l-push-5 {
    left: 41.66667%; }
  .l-pull-5 {
    left: -41.66667%; }
  .l6 {
    float: left;
    width: 50%; }
  .l-push-6 {
    left: 50%; }
  .l-pull-6 {
    left: -50%; }
  .l7 {
    float: left;
    width: 58.33333%; }
  .l-push-7 {
    left: 58.33333%; }
  .l-pull-7 {
    left: -58.33333%; }
  .l8 {
    float: left;
    width: 66.66667%; }
  .l-push-8 {
    left: 66.66667%; }
  .l-pull-8 {
    left: -66.66667%; }
  .l9 {
    float: left;
    width: 75%; }
  .l-push-9 {
    left: 75%; }
  .l-pull-9 {
    left: -75%; }
  .l10 {
    float: left;
    width: 83.33333%; }
  .l-push-10 {
    left: 83.33333%; }
  .l-pull-10 {
    left: -83.33333%; }
  .l11 {
    float: left;
    width: 91.66667%; }
  .l-push-11 {
    left: 91.66667%; }
  .l-pull-11 {
    left: -91.66667%; }
  .l12 {
    float: left;
    width: 100%; }
  .l-push-12 {
    left: 100%; }
  .l-pull-12 {
    left: -100%; }
  .s-hide {
    display: block; }
  .m-hide {
    display: block; }
  .l-hide {
    display: none; } }

[v-cloak] {
  display: none; }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  top: 0;
  left: 0;
  opacity: 0; }

.cf:before, .cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Noto Serif", serif; }
  h1.page-title, h2.page-title, h3.page-title, h4.page-title, h5.page-title, h6.page-title {
    margin-bottom: 30px;
    padding: 10px 15px;
    line-height: 1.1;
    text-transform: uppercase;
    background-color: #690C33;
    color: #fff;
    letter-spacing: 1px;
    font-size: 1.5em; }

h1 {
  font-size: 1em; }
  h1.tribe-events-single-event-title {
    font-size: 2em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.25em; }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: 1em; }

p, li {
  font-size: 1em;
  color: #333; }

p {
  margin: 0 0 1em 0; }

p:last-child {
  margin-bottom: 0; }

ul.styleless {
  list-style-type: none;
  padding: 0;
  margin: 0; }

a {
  color: #9C1C20;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  text-decoration: none; }
  a:hover {
    color: #F04D27;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    text-decoration: none; }

hr {
  border: 0;
  border-bottom: 5px dotted rgba(51, 51, 51, 0.333);
  margin: 30px 0; }

.no_bottom_marg {
  margin-bottom: 0; }

.italic-text {
  font-style: italic; }

.bold-text {
  font-weight: 900; }

.centered-text {
  text-align: center; }

.right-text {
  text-align: right; }

.left-text {
  text-align: left; }

table {
  width: 100%; }
  table tbody tr:nth-child(odd) {
    background-color: #f4f4f4; }
  table tbody tr td {
    padding: 10px; }

@media all and (min-width: 768px) {
  h1.page-title, h2.page-title, h3.page-title, h4.page-title, h5.page-title, h6.page-title {
    font-size: 2.5em; }
  h2 {
    font-size: 2.5em; }
  h3 {
    font-size: 1.75em; }
  h4 {
    font-size: 1.5em; }
  h5 {
    font-size: 1.25em; }
  h6 {
    font-size: 1em; } }

input[type="text"],
input[type="email"],
input[type="submit"],
input[type="password"],
input[type="tel"],
input[type="button"],
button,
select,
textarea {
  border: 0;
  outline: none !important;
  -webkit-appearance: none; }
  .gform_wrapper input[type="text"], .gform_wrapper
  input[type="email"], .gform_wrapper
  input[type="submit"], .gform_wrapper
  input[type="password"], .gform_wrapper
  input[type="tel"], .gform_wrapper
  input[type="button"], .gform_wrapper
  button, .gform_wrapper
  select, .gform_wrapper
  textarea {
    border: 0 !important; }

input[type="submit"],
input[type="button"],
button:not(.dismissButton):not(.gm-control-active):not(.tribe-bar-views-toggle),
.button {
  display: inline-block;
  background-color: #9C1C20;
  color: #fff !important;
  padding: 10px 20px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 0 0 #690C33, 2px 2px 0 0 #690C33, 3px 3px 0 0 #690C33, 4px 4px 0 0 #690C33;
          box-shadow: 1px 1px 0 0 #690C33, 2px 2px 0 0 #690C33, 3px 3px 0 0 #690C33, 4px 4px 0 0 #690C33; }
  input[type="submit"].white,
  input[type="button"].white,
  button:not(.dismissButton):not(.gm-control-active):not(.tribe-bar-views-toggle).white,
  .button.white {
    background-color: #fff;
    color: #9C1C20 !important; }
  input[type="submit"].small,
  input[type="button"].small,
  button:not(.dismissButton):not(.gm-control-active):not(.tribe-bar-views-toggle).small,
  .button.small {
    padding: 5px 10px;
    font-size: .875em; }
  input[type="submit"]:hover,
  input[type="button"]:hover,
  button:not(.dismissButton):not(.gm-control-active):not(.tribe-bar-views-toggle):hover,
  .button:hover {
    background-color: #9C1C20;
    color: #fff !important;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
  -webkit-box-shadow: 0 0 0 1px #fff inset;
          box-shadow: 0 0 0 1px #fff inset;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0 -1px 0 0 #9C1C20 inset;
          box-shadow: 0 -1px 0 0 #9C1C20 inset;
  color: #9C1C20;
  line-height: 1.3;
  opacity: 0.875; }
  input[type="text"]:hover, input[type="text"]:focus,
  input[type="email"]:hover,
  input[type="email"]:focus,
  input[type="tel"]:hover,
  input[type="tel"]:focus,
  input[type="password"]:hover,
  input[type="password"]:focus,
  textarea:hover,
  textarea:focus,
  select:hover,
  select:focus {
    -webkit-box-shadow: 0 -3px 0 0 #9C1C20 inset;
            box-shadow: 0 -3px 0 0 #9C1C20 inset;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 1; }
  .gform_wrapper input[type="text"], .gform_wrapper
  input[type="email"], .gform_wrapper
  input[type="tel"], .gform_wrapper
  input[type="password"], .gform_wrapper
  textarea, .gform_wrapper
  select {
    padding: 10px !important;
    line-height: 1.3 !important; }

textarea {
  -webkit-box-shadow: 0 0 0 1px #9C1C20 inset;
          box-shadow: 0 0 0 1px #9C1C20 inset; }
  textarea:hover, textarea:focus {
    -webkit-box-shadow: 0 0 0 3px #9C1C20 inset;
            box-shadow: 0 0 0 3px #9C1C20 inset; }

select {
  border-radius: 0;
  background: url(../select-down.png), #fff;
  background-position: right 10px center;
  background-size: 10px 5px;
  background-repeat: no-repeat;
  padding-right: 30px;
  -webkit-box-shadow: 0 0 0 1px #9C1C20 inset;
          box-shadow: 0 0 0 1px #9C1C20 inset; }
  select:hover, select:focus {
    -webkit-box-shadow: 0 0 0 3px #9C1C20 inset;
            box-shadow: 0 0 0 3px #9C1C20 inset; }
  select[multiple="multiple"] {
    background: none;
    background-color: #fff; }
  select.ui-datepicker-month, select.ui-datepicker-year {
    background: none;
    -webkit-box-shadow: 0 0 0 0 #333;
            box-shadow: 0 0 0 0 #333; }
    select.ui-datepicker-month:hover, select.ui-datepicker-month:focus, select.ui-datepicker-year:hover, select.ui-datepicker-year:focus {
      -webkit-box-shadow: 0 0 0 0 #333;
              box-shadow: 0 0 0 0 #333; }

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

.video-container {
  height: 0;
  position: relative;
  padding-top: 56.25%; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.tribe-events-schedule h2 {
  font-size: 16px; }

.tribe-events-event-image img {
  display: block;
  width: 100%;
  height: auto; }

.tribe-events-event-url a, .tribe-venue-url a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.gform_wrapper .ginput_complex.ginput_container {
  overflow: visible !important; }

.gform_wrapper input[type="text"], .gform_wrapper
input[type="email"], .gform_wrapper
input[type="tel"], .gform_wrapper
input[type="password"], .gform_wrapper
textarea, .gform_wrapper
select {
  padding: 10px !important;
  line-height: 1.3 !important; }

.cff-likebox {
  margin-left: 0 !important; }

@-webkit-keyframes loading {
  0% {
    width: 5px;
    left: -5px; }
  50% {
    width: 10px; }
  100% {
    width: 5px;
    left: 100%; } }

@keyframes loading {
  0% {
    width: 5px;
    left: -5px; }
  50% {
    width: 10px; }
  100% {
    width: 5px;
    left: 100%; } }

.cat-title {
  padding: 0 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #9C1C20;
  color: #fff; }

.listings-mother {
  margin-bottom: 30px; }

.listing-categories {
  position: relative;
  padding: 0 15px;
  margin-bottom: 15px;
  margin-top: -15px;
  font-size: .75em;
  z-index: 2; }
  .listing-categories a {
    line-height: 1; }

.listing {
  margin-bottom: 30px;
  padding-bottom: 15px;
  padding-top: 15px;
  -webkit-box-shadow: 1px 1px 0 0 #690C33, 2px 2px 0 0 #690C33, 3px 3px 0 0 #690C33, 4px 4px 0 0 #690C33;
          box-shadow: 1px 1px 0 0 #690C33, 2px 2px 0 0 #690C33, 3px 3px 0 0 #690C33, 4px 4px 0 0 #690C33;
  border-radius: 15px;
  border: solid 2px #690C33; }
  .listing .listing-title {
    position: relative;
    padding: 0 15px;
    margin-bottom: 15px;
    z-index: 1; }
  .listing .desc {
    padding: 0 15px; }
  .listing .inner {
    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-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .listing:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .listing .info {
    padding: 15px;
    -webkit-box-shadow: 0 1px 0 0 rgba(51, 51, 51, 0.333);
            box-shadow: 0 1px 0 0 rgba(51, 51, 51, 0.333); }
    .listing .info:last-child {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .listing .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .listing .social-links p {
      margin-bottom: 0;
      margin-right: 15px;
      font-size: 1.5em; }
      .listing .social-links p a {
        display: block; }
        .listing .social-links p a svg {
          display: block;
          width: 20px;
          height: auto; }
  .listing.single {
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .listing.single .cw-dir-slider {
      position: relative;
      margin-bottom: 45px; }
      .listing.single .cw-dir-slider .loading {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 5px;
        overflow: hidden; }
        .listing.single .cw-dir-slider .loading .dots {
          position: absolute;
          display: block;
          top: 0;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
              -ms-transform: translate(-50%, 0);
                  transform: translate(-50%, 0);
          width: 100%;
          height: 100%; }
          .listing.single .cw-dir-slider .loading .dots:before, .listing.single .cw-dir-slider .loading .dots:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 5px;
            border-radius: 5px;
            background-color: #9C1C20;
            -webkit-animation-name: loading;
                    animation-name: loading;
            -webkit-animation-duration: 2s;
                    animation-duration: 2s;
            -webkit-animation-timing-function: ease-in-out;
                    animation-timing-function: ease-in-out;
            -webkit-animation-iteration-count: infinite;
                    animation-iteration-count: infinite;
            -webkit-animation-direction: normal;
                    animation-direction: normal;
            -webkit-backface-visibility: hidden;
                    backface-visibility: hidden;
            -webkit-perspective: 1000;
                    perspective: 1000; }
          .listing.single .cw-dir-slider .loading .dots:before {
            -webkit-animation-delay: .2s;
                    animation-delay: .2s; }
          .listing.single .cw-dir-slider .loading .dots:after {
            -webkit-animation-delay: .1s;
                    animation-delay: .1s; }
          .listing.single .cw-dir-slider .loading .dots:nth-child(2):before {
            -webkit-animation-delay: .4s;
                    animation-delay: .4s; }
          .listing.single .cw-dir-slider .loading .dots:nth-child(2):after {
            -webkit-animation-delay: .3s;
                    animation-delay: .3s; }
      .listing.single .cw-dir-slider .VueCarousel .VueCarousel-wrapper .VueCarousel-inner .VueCarousel-slide {
        overflow: hidden; }
        .listing.single .cw-dir-slider .VueCarousel .VueCarousel-wrapper .VueCarousel-inner .VueCarousel-slide .image-mother {
          width: 100%;
          height: 100%; }
          .listing.single .cw-dir-slider .VueCarousel .VueCarousel-wrapper .VueCarousel-inner .VueCarousel-slide .image-mother img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
      .listing.single .cw-dir-slider .VueCarousel .VueCarousel-pagination .VueCarousel-dot-container {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        margin: 0; }
        .listing.single .cw-dir-slider .VueCarousel .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot {
          -webkit-box-shadow: none;
                  box-shadow: none; }
    .listing.single .info {
      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-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-right: 15px; }
      .listing.single .info .address-mother, .listing.single .info .lines-mother, .listing.single .info .links-mother {
        margin-bottom: 15px;
        padding-bottom: 15px;
        -webkit-box-shadow: 0 1px 0 0 rgba(51, 51, 51, 0.333);
                box-shadow: 0 1px 0 0 rgba(51, 51, 51, 0.333);
        width: 100%; }
  .listing .cover-img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .listing .cover-img img {
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.directory-page .header-mother {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #690C33;
  margin-bottom: 15px;
  padding-right: 15px;
  text-transform: uppercase; }
  .directory-page .header-mother .page-title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .directory-page .header-mother .dircat-terms {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: auto; }
    .directory-page .header-mother .dircat-terms select {
      width: 100%; }

.feat-listing {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  margin-bottom: 30px; }
  .feat-listing .listing-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
    text-align: center; }
    .feat-listing .listing-title a {
      color: #fff; }
  .feat-listing .cover-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #333; }
    .feat-listing .cover-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      opacity: 0.75;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
  .feat-listing .no-cover-img {
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(#9C1C20), to(#F04D27));
    background: -webkit-linear-gradient(top, #9C1C20, #F04D27);
    background: -o-linear-gradient(top, #9C1C20, #F04D27);
    background: linear-gradient(to bottom, #9C1C20, #F04D27);
    width: 100%;
    height: 100%;
    z-index: 1; }
  .feat-listing:hover .cover-img img {
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }

@media all and (min-width: 1024px) {
  .listing {
    border: 0;
    padding-bottom: 30px;
    padding-top: 0;
    -webkit-box-shadow: 0 1px 0 0 rgba(51, 51, 51, 0.333);
            box-shadow: 0 1px 0 0 rgba(51, 51, 51, 0.333);
    border-radius: 0; }
    .listing.single .info {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .listing.single .info .address-mother,
      .listing.single .info .lines-mother,
      .listing.single .info .links-mother {
        width: 33.3333%;
        margin-bottom: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
                box-shadow: none; }
    .listing .inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      padding: 0 15px; }
    .listing .info {
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 15px;
      padding-left: 15px;
      -webkit-box-shadow: 1px 0 0 0 rgba(51, 51, 51, 0.333);
              box-shadow: 1px 0 0 0 rgba(51, 51, 51, 0.333); }
      .listing .info:first-child {
        padding-left: 0; }
      .listing .info:last-child {
        padding-right: 0;
        -webkit-box-shadow: none;
                box-shadow: none; }
    .listing .cover-img {
      position: relative;
      width: 25%;
      height: 0;
      padding-bottom: 25%;
      -webkit-box-shadow: none;
              box-shadow: none; } }

.em-calendar.fullcalendar thead {
  background-color: #690C33; }
  .em-calendar.fullcalendar thead * {
    color: #fff;
    text-align: center;
    font-family: "Noto Serif", serif;
    text-transform: uppercase; }
  .em-calendar.fullcalendar thead tr td {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px; }

.em-calendar.fullcalendar tr.days-names td {
  background-color: #9C1C20;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif", serif;
  text-transform: uppercase;
  height: auto; }

.em-calendar.fullcalendar tr td {
  width: calc(100% / 7);
  vertical-align: top;
  height: 100px; }
  .em-calendar.fullcalendar tr td.eventful a, .em-calendar.fullcalendar tr td.eventful-today a {
    color: #9C1C20; }
    .em-calendar.fullcalendar tr td.eventful a:hover, .em-calendar.fullcalendar tr td.eventful-today a:hover {
      color: #F04D27; }
  .em-calendar.fullcalendar tr td ul {
    padding: 0;
    list-style-type: none; }
    .em-calendar.fullcalendar tr td ul li {
      margin-bottom: 10px; }
      .em-calendar.fullcalendar tr td ul li a {
        display: block;
        line-height: 1.1;
        color: #9C1C20; }
        .em-calendar.fullcalendar tr td ul li a:hover {
          color: #F04D27; }

[role="contentinfo"] {
  background-color: #690C33;
  padding: 45px 0; }
  [role="contentinfo"] * {
    color: #fff; }
  [role="contentinfo"] .footer-nav-mother {
    margin-bottom: 45px; }
    [role="contentinfo"] .footer-nav-mother .footer-nav {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      [role="contentinfo"] .footer-nav-mother .footer-nav .menu-item {
        display: block;
        margin-bottom: 15px;
        padding-bottom: 15px;
        -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5);
                box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5); }
        [role="contentinfo"] .footer-nav-mother .footer-nav .menu-item:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          -webkit-box-shadow: none;
                  box-shadow: none; }
        [role="contentinfo"] .footer-nav-mother .footer-nav .menu-item a {
          font-family: "Noto Serif", serif;
          text-transform: uppercase; }
        [role="contentinfo"] .footer-nav-mother .footer-nav .menu-item .sub-menu {
          list-style-type: none;
          margin: 0 0 0 15px;
          padding: 0; }
          [role="contentinfo"] .footer-nav-mother .footer-nav .menu-item .sub-menu .menu-item {
            font-size: .875em;
            -webkit-box-shadow: none;
                    box-shadow: none;
            margin: 0;
            padding: 0; }
            [role="contentinfo"] .footer-nav-mother .footer-nav .menu-item .sub-menu .menu-item a {
              text-transform: none; }
  [role="contentinfo"] .copy-cw {
    padding: 15px 0; }
    [role="contentinfo"] .copy-cw .copy {
      text-align: center;
      margin-bottom: 15px; }
    [role="contentinfo"] .copy-cw .cw {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      [role="contentinfo"] .copy-cw .cw .cw-logo {
        display: block;
        width: 150px; }
        [role="contentinfo"] .copy-cw .cw .cw-logo svg {
          display: block; }
        [role="contentinfo"] .copy-cw .cw .cw-logo path {
          fill: #333; }

@media all and (min-width: 768px) {
  [role="contentinfo"] .footer-nav-mother .footer-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    [role="contentinfo"] .footer-nav-mother .footer-nav .menu-item {
      margin-bottom: 0;
      padding-bottom: 0;
      margin-right: 15px;
      padding-right: 15px;
      -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.5);
              box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.5); }
      [role="contentinfo"] .footer-nav-mother .footer-nav .menu-item:last-child {
        margin-right: 0;
        -webkit-box-shadow: none;
                box-shadow: none; }
  [role="contentinfo"] .copy-cw .copy {
    text-align: left;
    margin-bottom: 0; }
  [role="contentinfo"] .copy-cw .cw {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

.skipnav {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: #BF1722;
  -webkit-transition: top 1s ease-out;
  -o-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100; }

.menu-toggle {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: block;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#9C1C20), to(#F04D27));
  background: -webkit-linear-gradient(top, #9C1C20, #F04D27);
  background: -o-linear-gradient(top, #9C1C20, #F04D27);
  background: linear-gradient(to bottom, #9C1C20, #F04D27);
  border-radius: 40px;
  z-index: 99999;
  -webkit-box-shadow: 1px 1px 0 0 #690C33, 2px 2px 0 0 #690C33, 3px 3px 0 0 #690C33, 4px 4px 0 0 #690C33;
          box-shadow: 1px 1px 0 0 #690C33, 2px 2px 0 0 #690C33, 3px 3px 0 0 #690C33, 4px 4px 0 0 #690C33; }
  .menu-toggle .fa-bars, .menu-toggle .fa-times {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 15px;
    height: auto; }
  .menu-toggle .fa-bars {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .menu-toggle .fa-times {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.5);
        -ms-transform: translateX(-50%) translateY(-50%) scale(0.5);
            transform: translateX(-50%) translateY(-50%) scale(0.5);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .mobile-nav-open .menu-toggle .fa-bars {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.5);
        -ms-transform: translateX(-50%) translateY(-50%) scale(0.5);
            transform: translateX(-50%) translateY(-50%) scale(0.5);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .mobile-nav-open .menu-toggle .fa-times {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

[role="banner"] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.875);
  -webkit-box-shadow: 0 1px 0 0 #690C33;
          box-shadow: 0 1px 0 0 #690C33; }
  .touch [role="banner"] {
    position: relative; }
    .touch [role="banner"].down .logo {
      width: 100%; }
  [role="banner"].down .logo {
    width: 100px;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s; }
  [role="banner"] .logo {
    position: relative;
    width: 100%;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s; }
    [role="banner"] .logo svg {
      display: block;
      width: 100%; }
  .mobile-nav-open [role="banner"] .cw-nav-cont [role="navigation"] .menu {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    -webkit-transition: visibility 0s 0s, opacity .5s 0s, z-index 0s 0s;
    -o-transition: visibility 0s 0s, opacity .5s 0s, z-index 0s 0s;
    transition: visibility 0s 0s, opacity .5s 0s, z-index 0s 0s; }
  [role="banner"] .cw-nav-cont {
    padding: 15px 0; }
    [role="banner"] .cw-nav-cont [role="navigation"] .menu {
      position: fixed;
      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-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      opacity: 0;
      visibility: hidden;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100%;
      -webkit-transition: visibility 0s .5s, opacity .5s 0s, z-index 0s .5s;
      -o-transition: visibility 0s .5s, opacity .5s 0s, z-index 0s .5s;
      transition: visibility 0s .5s, opacity .5s 0s, z-index 0s .5s;
      background: -webkit-gradient(linear, left top, left bottom, from(#9C1C20), to(#F04D27));
      background: -webkit-linear-gradient(top, #9C1C20, #F04D27);
      background: -o-linear-gradient(top, #9C1C20, #F04D27);
      background: linear-gradient(to bottom, #9C1C20, #F04D27);
      margin: 0;
      padding: 30px 0 120px;
      overflow-y: auto;
      z-index: -1; }
      [role="banner"] .cw-nav-cont [role="navigation"] .menu .menu-item {
        position: relative;
        display: block;
        margin-bottom: 15px; }
        [role="banner"] .cw-nav-cont [role="navigation"] .menu .menu-item.current-menu-item > a, [role="banner"] .cw-nav-cont [role="navigation"] .menu .menu-item.current-menu-ancestor > a, [role="banner"] .cw-nav-cont [role="navigation"] .menu .menu-item.current-menu-parent > a {
          text-decoration: underline; }
        [role="banner"] .cw-nav-cont [role="navigation"] .menu .menu-item a {
          display: block;
          padding: 5px 15px;
          font-family: "Noto Serif", serif;
          text-align: right;
          color: #fff; }
          [role="banner"] .cw-nav-cont [role="navigation"] .menu .menu-item a:hover {
            color: #9C1C20; }
        [role="banner"] .cw-nav-cont [role="navigation"] .menu .menu-item .sub-menu {
          position: relative;
          display: block;
          top: auto;
          left: auto;
          margin: 0;
          padding: 0;
          z-index: 9999; }
          [role="banner"] .cw-nav-cont [role="navigation"] .menu .menu-item .sub-menu .menu-item {
            margin-bottom: 0; }
            [role="banner"] .cw-nav-cont [role="navigation"] .menu .menu-item .sub-menu .menu-item a {
              white-space: nowrap;
              text-align: right;
              font-size: 0.875em; }

.page-header {
  height: 350px;
  position: relative;
  overflow: hidden;
  -webkit-transition: height .3s;
  -o-transition: height .3s;
  transition: height .3s;
  margin-bottom: -183px; }
  .touch .page-header {
    margin-bottom: 30px;
    height: 100px; }
  .page-header img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

@media all and (min-width: 768px) {
  html.no-touch .menu-toggle {
    display: none; }
  html.no-touch [role="banner"] .cw-nav-cont [role="navigation"] .menu {
    position: relative;
    width: auto;
    height: auto;
    left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-color: transparent;
    margin: 0;
    top: auto;
    padding: 0;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    background: none;
    overflow: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
    html.no-touch [role="banner"] .cw-nav-cont [role="navigation"] .menu.open {
      width: auto; }
    html.no-touch [role="banner"] .cw-nav-cont [role="navigation"] .menu .menu-item {
      display: block; }
      html.no-touch [role="banner"] .cw-nav-cont [role="navigation"] .menu .menu-item:hover > .sub-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
      html.no-touch [role="banner"] .cw-nav-cont [role="navigation"] .menu .menu-item.current-menu-item > a, html.no-touch [role="banner"] .cw-nav-cont [role="navigation"] .menu .menu-item.current-menu-ancestor > a, html.no-touch [role="banner"] .cw-nav-cont [role="navigation"] .menu .menu-item.current-menu-parent > a {
        text-decoration: underline; }
      html.no-touch [role="banner"] .cw-nav-cont [role="navigation"] .menu .menu-item a {
        text-align: left;
        font-size: 1.25em;
        color: #9C1C20; }
      html.no-touch [role="banner"] .cw-nav-cont [role="navigation"] .menu .menu-item .sub-menu {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        min-width: 100%;
        top: 100%;
        left: 0;
        margin: 0;
        padding: 0;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        background: -webkit-gradient(linear, left top, left bottom, from(#9C1C20), to(#F04D27));
        background: -webkit-linear-gradient(top, #9C1C20, #F04D27);
        background: -o-linear-gradient(top, #9C1C20, #F04D27);
        background: linear-gradient(to bottom, #9C1C20, #F04D27);
        -webkit-box-sizing: 1px 1px 0 0 #690C33, 2px 2px 0 0 #690C33, 3px 3px 0 0 #690C33, 4px 4px 0 0 #690C33;
                box-sizing: 1px 1px 0 0 #690C33, 2px 2px 0 0 #690C33, 3px 3px 0 0 #690C33, 4px 4px 0 0 #690C33; }
        html.no-touch [role="banner"] .cw-nav-cont [role="navigation"] .menu .menu-item .sub-menu .menu-item.current-menu-item > a, html.no-touch [role="banner"] .cw-nav-cont [role="navigation"] .menu .menu-item .sub-menu .menu-item.current-menu-ancestor > a, html.no-touch [role="banner"] .cw-nav-cont [role="navigation"] .menu .menu-item .sub-menu .menu-item.current-menu-parent > a {
          background-color: rgba(105, 12, 51, 0.3); }
        html.no-touch [role="banner"] .cw-nav-cont [role="navigation"] .menu .menu-item .sub-menu .menu-item a {
          text-align: left;
          color: #fff; }
          html.no-touch [role="banner"] .cw-nav-cont [role="navigation"] .menu .menu-item .sub-menu .menu-item a:hover {
            background-color: rgba(105, 12, 51, 0.3); }
        html.no-touch [role="banner"] .cw-nav-cont [role="navigation"] .menu .menu-item .sub-menu .menu-item .sub-menu {
          left: 100%;
          top: 0; } }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px; }
  .pagination span, .pagination a {
    display: block;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #ccc;
    line-height: 30px;
    font-weight: 700; }
    .pagination span.current, .pagination a.current {
      background: -webkit-gradient(linear, left top, left bottom, from(#9C1C20), to(#F04D27));
      background: -webkit-linear-gradient(top, #9C1C20, #F04D27);
      background: -o-linear-gradient(top, #9C1C20, #F04D27);
      background: linear-gradient(to bottom, #9C1C20, #F04D27);
      color: #fff; }
  .pagination a {
    position: relative;
    display: block; }
    .pagination a:hover {
      color: #fff;
      background: #cbcbcb;
      text-decoration: none; }
    .pagination a svg {
      position: absolute;
      display: block;
      width: 15px;
      height: 15px;
      -o-object-fit: contain;
         object-fit: contain;
      height: auto;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

[role="search"]#searchform_js {
  position: relative; }
  [role="search"]#searchform_js input[type="text"] {
    width: 100%; }
  [role="search"]#searchform_js .input-mother {
    position: relative; }
    [role="search"]#searchform_js .input-mother .reset {
      position: absolute;
      right: 10px;
      top: 50%;
      cursor: pointer;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      z-index: 10; }
      [role="search"]#searchform_js .input-mother .reset svg {
        display: block;
        width: 15px;
        height: auto;
        color: #9C1C20; }
  [role="search"]#searchform_js .more-links .more-results, [role="search"]#searchform_js .more-links .no-results {
    padding: 2px 10px; }
  [role="search"]#searchform_js .more-links .more-results {
    background-color: #9C1C20;
    color: #fff;
    display: block; }
    [role="search"]#searchform_js .more-links .more-results:hover {
      background-color: #F04D27; }
  [role="search"]#searchform_js .search-results {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5); }
    [role="search"]#searchform_js .search-results .result {
      position: relative;
      margin-bottom: 15px;
      padding: 2px 10px; }
      [role="search"]#searchform_js .search-results .result:last-child {
        margin-bottom: 0; }
      [role="search"]#searchform_js .search-results .result a {
        display: block;
        -webkit-box-shadow: none;
                box-shadow: none; }
      [role="search"]#searchform_js .search-results .result:hover:after {
        height: 4px;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
      [role="search"]#searchform_js .search-results .result:after {
        position: absolute;
        display: block;
        content: '';
        background-color: #333;
        left: 0;
        top: 100%;
        width: 100%;
        height: 0;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }

.search-result {
  margin-bottom: 30px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0 1px 0 0 rgba(51, 51, 51, 0.333);
          box-shadow: 0 1px 0 0 rgba(51, 51, 51, 0.333); }

[role="complementary"] .widget {
  position: relative;
  margin-bottom: 45px;
  z-index: 1; }
  [role="complementary"] .widget.widget_search {
    z-index: 2; }
  [role="complementary"] .widget .widget-title {
    text-transform: uppercase;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 1px 0 0 #9C1C20;
            box-shadow: 0 1px 0 0 #9C1C20; }
  [role="complementary"] .widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    [role="complementary"] .widget ul li {
      margin-bottom: 15px;
      padding-bottom: 15px;
      -webkit-box-shadow: 0 1px 0 0 rgba(51, 51, 51, 0.333);
              box-shadow: 0 1px 0 0 rgba(51, 51, 51, 0.333); }
      [role="complementary"] .widget ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
                box-shadow: none; }
      [role="complementary"] .widget ul li a {
        font-size: 1.125em;
        font-family: "Noto Serif", serif; }
  [role="complementary"] .widget.widget_em_widget ul li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    [role="complementary"] .widget.widget_em_widget ul li ul li {
      margin: 0 0 0 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      [role="complementary"] .widget.widget_em_widget ul li ul li:first-child {
        margin: 0 30px 0 0; }
  [role="complementary"] .widget.widget_cw_sidenav {
    padding: 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(#9C1C20), to(#F04D27));
    background: -webkit-linear-gradient(top, #9C1C20, #F04D27);
    background: -o-linear-gradient(top, #9C1C20, #F04D27);
    background: linear-gradient(to bottom, #9C1C20, #F04D27); }
    [role="complementary"] .widget.widget_cw_sidenav .widget-title {
      -webkit-box-shadow: 0 1px 0 0 #fff;
              box-shadow: 0 1px 0 0 #fff; }
    [role="complementary"] .widget.widget_cw_sidenav * {
      color: #fff; }
    [role="complementary"] .widget.widget_cw_sidenav .page_item.current > a {
      text-decoration: underline; }
    [role="complementary"] .widget.widget_cw_sidenav .parent-page .page_item {
      margin-bottom: 0;
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      [role="complementary"] .widget.widget_cw_sidenav .parent-page .page_item a {
        font-size: 1.25em; }
      [role="complementary"] .widget.widget_cw_sidenav .parent-page .page_item .child-page {
        margin-left: 15px; }
        [role="complementary"] .widget.widget_cw_sidenav .parent-page .page_item .child-page .page_item a {
          font-size: 1em; }

@keyframes loading {
  0% {
    width: 5px;
    left: -5px; }
  50% {
    width: 10px; }
  100% {
    width: 5px;
    left: 100%; } }

.cw-slideshow {
  position: relative;
  z-index: 2;
  height: 80vh;
  margin-bottom: 45px; }
  .cw-slideshow .loading {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 6px;
    overflow: hidden; }
    .cw-slideshow .loading .dots {
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      height: 100%; }
      .cw-slideshow .loading .dots:before, .cw-slideshow .loading .dots:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 5px;
        border-radius: 5px;
        background-color: #9C1C20;
        -webkit-animation-name: loading;
                animation-name: loading;
        -webkit-animation-duration: 2s;
                animation-duration: 2s;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
                animation-direction: normal;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-perspective: 1000;
                perspective: 1000; }
      .cw-slideshow .loading .dots:before {
        -webkit-animation-delay: .2s;
                animation-delay: .2s; }
      .cw-slideshow .loading .dots:after {
        -webkit-animation-delay: .1s;
                animation-delay: .1s; }
      .cw-slideshow .loading .dots:nth-child(2):before {
        -webkit-animation-delay: .4s;
                animation-delay: .4s; }
      .cw-slideshow .loading .dots:nth-child(2):after {
        -webkit-animation-delay: .3s;
                animation-delay: .3s; }
  .cw-slideshow .VueCarousel .VueCarousel-slide {
    position: relative;
    text-align: left;
    overflow: hidden;
    height: 80vh; }
    .cw-slideshow .VueCarousel .VueCarousel-slide .image-mother {
      width: 100%;
      height: 100%; }
      .cw-slideshow .VueCarousel .VueCarousel-slide .image-mother img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .cw-slideshow .VueCarousel .VueCarousel-slide .slide-words {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .cw-slideshow .VueCarousel .VueCarousel-slide .slide-words .inner {
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 130px 0 85px;
        left: 0;
        text-align: center;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.333)), to(rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.333), rgba(0, 0, 0, 0));
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.333), rgba(0, 0, 0, 0));
        background: linear-gradient(to top, rgba(0, 0, 0, 0.333), rgba(0, 0, 0, 0)); }
      .cw-slideshow .VueCarousel .VueCarousel-slide .slide-words .slide-title {
        text-align: center;
        color: #fff;
        font-size: 1.25em; }
      .cw-slideshow .VueCarousel .VueCarousel-slide .slide-words .slide-caption {
        text-align: center;
        color: #fff;
        font-size: 1em; }
      .cw-slideshow .VueCarousel .VueCarousel-slide .slide-words .slide-button {
        background-color: #9C1C20;
        color: #fff;
        text-align: center;
        padding: 5px 10px;
        -webkit-box-shadow: 1px 1px 0 0 #690C33, 2px 2px 0 0 #690C33, 3px 3px 0 0 #690C33, 4px 4px 0 0 #690C33;
                box-shadow: 1px 1px 0 0 #690C33, 2px 2px 0 0 #690C33, 3px 3px 0 0 #690C33, 4px 4px 0 0 #690C33; }
  .cw-slideshow .VueCarousel .VueCarousel-pagination {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0; }
    .cw-slideshow .VueCarousel .VueCarousel-pagination .VueCarousel-dot-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .cw-slideshow .VueCarousel .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot {
        -webkit-box-shadow: none;
                box-shadow: none; }
        .cw-slideshow .VueCarousel .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot.VueCarousel-dot--active {
          background-color: #666 !important; }

@media all and (min-width: 768px) {
  .cw-slideshow .VueCarousel .VueCarousel-slide .slide-words .slide-title {
    font-size: 1.75em; }
  .cw-slideshow .VueCarousel .VueCarousel-slide .slide-words .slide-caption {
    font-size: 1.25em; }
  .cw-slideshow .VueCarousel .VueCarousel-slide .slide-words .slide-button {
    padding: 10px 20px; } }

@media all and (min-width: 1024px) {
  .cw-slideshow .VueCarousel .VueCarousel-slide .slide-words .slide-title {
    font-size: 2.25em; }
  .cw-slideshow .VueCarousel .VueCarousel-slide .slide-words .slide-caption {
    font-size: 1.5em; }
  .cw-slideshow .VueCarousel .VueCarousel-slide .slide-words .slide-button {
    padding: 15px 30px; } }

.content-not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 75vh;
  border: dashed 3px #ccc;
  border-radius: 15px; }
  .content-not-found * {
    text-align: center; }

html, body {
  margin: 0;
  padding: 0;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif; }

body {
  position: relative;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  font-family: "Nunito Sans", sans-serif; }
  body.admin-bar {
    padding-top: 46px; }
  body.mobile-nav-open {
    overflow: hidden; }

* {
  outline: none !important; }
  *:hover, *:focus {
    outline: none !important; }

pre {
  position: relative;
  padding: 15px;
  font-size: 10px;
  background-color: #fff;
  margin: 15px;
  word-wrap: break-word;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }

article.post {
  margin-bottom: 30px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0 1px 0 0 rgba(51, 51, 51, 0.333);
          box-shadow: 0 1px 0 0 rgba(51, 51, 51, 0.333); }

[role="main"] {
  position: relative;
  margin-bottom: 45px;
  z-index: 1;
  margin-top: 30px;
  -webkit-transition: margin-top .3s;
  -o-transition: margin-top .3s;
  transition: margin-top .3s;
  overflow-wrap: break-word; }
  .home [role="main"] {
    margin-top: 0; }
  [role="main"] a {
    color: #9C1C20;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    text-decoration: none; }
    [role="main"] a:hover {
      color: #F04D27;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s;
      text-decoration: underline; }
  [role="main"] .page-content {
    margin-bottom: 45px;
    background: -webkit-gradient(linear, left top, left bottom, from(#9C1C20), to(#F04D27));
    background: -webkit-linear-gradient(top, #9C1C20, #F04D27);
    background: -o-linear-gradient(top, #9C1C20, #F04D27);
    background: linear-gradient(to bottom, #9C1C20, #F04D27);
    background-attachment: fixed;
    background-size: cover; }
    [role="main"] .page-content .inner {
      padding: 45px 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(156, 28, 32, 0.4)), to(rgba(240, 77, 39, 0.4)));
      background: -webkit-linear-gradient(top, rgba(156, 28, 32, 0.4), rgba(240, 77, 39, 0.4));
      background: -o-linear-gradient(top, rgba(156, 28, 32, 0.4), rgba(240, 77, 39, 0.4));
      background: linear-gradient(to bottom, rgba(156, 28, 32, 0.4), rgba(240, 77, 39, 0.4)); }
    [role="main"] .page-content * {
      color: #fff; }

.link-howdoi {
  margin-bottom: 45px; }

.howdoi-title-mother svg {
  display: block;
  width: 100%; }

.howdoi-page-header {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px; }
  .howdoi-page-header .howdoi-page-title {
    margin-bottom: 15px; }
  .howdoi-page-header .howdoi-category-select {
    width: 100%; }
    .howdoi-page-header .howdoi-category-select select {
      width: 100%; }

.howdoi-posts-mother {
  padding: 80px 15px 15px;
  -webkit-box-shadow: 1px 1px 0 0 #690C33, 2px 2px 0 0 #690C33, 3px 3px 0 0 #690C33, 4px 4px 0 0 #690C33;
          box-shadow: 1px 1px 0 0 #690C33, 2px 2px 0 0 #690C33, 3px 3px 0 0 #690C33, 4px 4px 0 0 #690C33;
  border: solid 2px #690C33;
  border-radius: 15px;
  margin-top: -105px; }

.howdoi-post {
  margin-bottom: 30px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0 1px 0 0 rgba(51, 51, 51, 0.333);
          box-shadow: 0 1px 0 0 rgba(51, 51, 51, 0.333); }
  .howdoi-post .title {
    margin-bottom: 15px; }

.howdoi {
  position: relative;
  background: #690C33;
  padding: 30px;
  border-radius: 15px; }
  .howdoi .howdoi-title {
    position: absolute;
    left: 0;
    bottom: 65%;
    width: 100%;
    z-index: 3; }
    .howdoi .howdoi-title .howdoi-title-mother {
      width: 66.6666%; }
    .howdoi .howdoi-title svg {
      display: block;
      width: 50%;
      height: auto; }
  .howdoi .howdoi-preview {
    position: absolute;
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    height: 43px;
    background-color: #fff;
    padding: 10px;
    font-size: 1.125em;
    font-weight: 600;
    z-index: 1;
    cursor: pointer; }
    .howdoi .howdoi-preview .prev-item {
      position: absolute;
      left: 10px;
      top: 10px;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      opacity: 0;
      -webkit-transition: opacity .5s;
      -o-transition: opacity .5s;
      transition: opacity .5s;
      cursor: pointer; }
      .howdoi .howdoi-preview .prev-item.show {
        opacity: 1;
        -webkit-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s;
        cursor: pointer; }
  .howdoi select {
    position: relative;
    background: url(../select-down.png), #fff;
    background-position: right 10px center, center center;
    background-size: 10px 5px, cover;
    background-repeat: no-repeat, repeat;
    color: #9C1C20;
    width: 100%;
    z-index: 2;
    opacity: 1;
    font-size: 1.125em;
    font-weight: 600;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
    .howdoi select:focus {
      opacity: 1;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }

.quicklinks-mother {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .widget .quicklinks-mother .qlink {
    margin: 15px;
    width: calc(50% - 30px);
    min-width: none; }
  .quicklinks-mother .qlink {
    position: relative;
    margin: 15px;
    overflow: hidden;
    width: calc(50% - 30px);
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 0 0 #690C33, 2px 2px 0 0 #690C33, 3px 3px 0 0 #690C33, 4px 4px 0 0 #690C33;
            box-shadow: 1px 1px 0 0 #690C33, 2px 2px 0 0 #690C33, 3px 3px 0 0 #690C33, 4px 4px 0 0 #690C33;
    background-color: #690C33; }
    .quicklinks-mother .qlink:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .quicklinks-mother .qlink a {
      display: block; }
    .quicklinks-mother .qlink img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      z-index: 1;
      opacity: 0.875;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
    .quicklinks-mother .qlink .title {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 2;
      width: 100%;
      text-align: center;
      line-height: 1.1;
      padding: 5px 0;
      background-color: rgba(255, 255, 255, 0.875);
      font-family: "Noto Serif", serif;
      font-size: 1.125em; }
    .quicklinks-mother .qlink:hover img {
      opacity: 1;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }

.depts-list {
  font-size: 24px; }
  .depts-list li {
    font-weight: 900;
    margin-bottom: 15px; }
    .depts-list li ul {
      font-size: 16px; }
      .depts-list li ul li {
        font-weight: 400;
        margin-bottom: 0; }

.tribe-list-widget {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.tribe-events-list-widget .tribe-events-list-widget-events {
  padding: 0 !important; }

.widget_sp_location_weather_widget_content .sp-location-weather-widget {
  position: relative; }
  .widget_sp_location_weather_widget_content .sp-location-weather-widget .weather-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .widget_sp_location_weather_widget_content .sp-location-weather-widget .weather-type,
  .widget_sp_location_weather_widget_content .sp-location-weather-widget .weather-temp,
  .widget_sp_location_weather_widget_content .sp-location-weather-widget .weather-date,
  .widget_sp_location_weather_widget_content .sp-location-weather-widget .weather-region {
    position: relative;
    text-align: right;
    z-index: 2; }

@media all and (min-width: 768px) {
  .howdoi-page-title {
    -webkit-transform: translate(-30px, 0);
        -ms-transform: translate(-30px, 0);
            transform: translate(-30px, 0); }
  .howdoi-page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 30px;
    padding-right: 30px; }
    .howdoi-page-header .howdoi-page-title,
    .howdoi-page-header .howdoi-category-select {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .howdoi-page-header .howdoi-page-title {
      max-width: 66.666%; }
    .howdoi-page-header .howdoi-category-select {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  [role="main"] {
    margin-top: 228px; }
    .touch [role="main"] {
      margin-top: 30px; }
  .quicklinks-mother .qlink {
    margin: 15px;
    width: calc(25% - 30px); } }

@media all and (min-width: 783px) {
  body.admin-bar {
    padding-top: 32px; } }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  body {
    background: white;
    font-size: 10pt;
    margin: 0; }
  #sidebar {
    display: none; }
  #header {
    height: 75px; }
  #content {
    margin-left: 0;
    float: none;
    width: auto; }
  .demo .red {
    color: black;
    font-weight: bold; }
  #content a {
    font-weight: bold;
    color: #000066;
    text-decoration: underline; }
  #content {
    margin-left: 0;
    float: none;
    width: auto; }
  #footer, .ad {
    display: none; }
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid; }
  h3 {
    margin-left: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px; }
  blockquote, table, pre {
    page-break-inside: avoid; }
  ul, ol, dl {
    page-break-before: avoid; }
  img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  img.right {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline; }
  img.left {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline; }
  .right {
    float: right; }
  .left {
    float: left; }
  img {
    page-break-inside: avoid;
    page-break-after: avoid; } }
