/**
 *  Colors
 ================================================= */
/**
 *  Text COlor
 ================================================= */
/**
 *  Text Sylte
 ================================================= */
/**
 *  Grid Settings
 ================================================= */
/**
 Animation
 */
/**
 *  Media Query
================================================= */
/*
 |----------------------------------------------------------------
 |  Fluid Calculation
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Font Faces
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Letter spacing
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Fluid Property
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Fluid Property Alias
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Lists
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Fluid Height Calculation
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Overlay Pseudo
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Gravityform
 |----------------------------------------------------------------
 */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/*
 |----------------------------------------------------------------
 |  Background
 |----------------------------------------------------------------
 */
.background_primary {
  background-color: #58585A;
  padding-bottom: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
  padding-top: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .background_primary {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .background_primary {
    padding-top: 40px;
  }
}

/*
 |----------------------------------------------------------------
 |  Images
 |----------------------------------------------------------------
 */
/*
|----------------------------------------------------------------
|  Icons
|----------------------------------------------------------------
*/
/*
 |----------------------------------------------------------------
 |  Floating Animation
 |----------------------------------------------------------------
 */
.spacer {
  margin-bottom: calc(60px + (80 - 60) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .spacer {
    margin-bottom: 80px;
  }
}

/*
 |----------------------------------------------------------------
 |  Animation
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Button Base/Mixin
 |----------------------------------------------------------------
 */
/* normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col span {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[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.
 */
[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 and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/*
 |----------------------------------------------------------------
 |  Column Grid
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Block Grid
 |----------------------------------------------------------------
 */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.full-row {
  max-width: none;
}

.max-row {
  max-width: 1512px;
}

.row-nowrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.row-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.row-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.row-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

[class*=columns-] > .row,
.row-gutter {
  margin-left: -10px;
  margin-right: -10px;
}

.columns-1 {
  -webkit-flex-basis: calc(1 / 12 * 100%);
      -ms-flex-preferred-size: calc(1 / 12 * 100%);
          flex-basis: calc(1 / 12 * 100%);
  max-width: calc(1 / 12 * 100%);
}

.right-1 {
  margin-left: calc(1 / 12 * 100%);
}

.left-1 {
  margin-right: calc(1 / 12 * 100%);
}

.columns-2 {
  -webkit-flex-basis: calc(2 / 12 * 100%);
      -ms-flex-preferred-size: calc(2 / 12 * 100%);
          flex-basis: calc(2 / 12 * 100%);
  max-width: calc(2 / 12 * 100%);
}

.right-2 {
  margin-left: calc(2 / 12 * 100%);
}

.left-2 {
  margin-right: calc(2 / 12 * 100%);
}

.columns-3 {
  -webkit-flex-basis: calc(3 / 12 * 100%);
      -ms-flex-preferred-size: calc(3 / 12 * 100%);
          flex-basis: calc(3 / 12 * 100%);
  max-width: calc(3 / 12 * 100%);
}

.right-3 {
  margin-left: calc(3 / 12 * 100%);
}

.left-3 {
  margin-right: calc(3 / 12 * 100%);
}

.columns-4 {
  -webkit-flex-basis: calc(4 / 12 * 100%);
      -ms-flex-preferred-size: calc(4 / 12 * 100%);
          flex-basis: calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%);
}

.right-4 {
  margin-left: calc(4 / 12 * 100%);
}

.left-4 {
  margin-right: calc(4 / 12 * 100%);
}

.columns-5 {
  -webkit-flex-basis: calc(5 / 12 * 100%);
      -ms-flex-preferred-size: calc(5 / 12 * 100%);
          flex-basis: calc(5 / 12 * 100%);
  max-width: calc(5 / 12 * 100%);
}

.right-5 {
  margin-left: calc(5 / 12 * 100%);
}

.left-5 {
  margin-right: calc(5 / 12 * 100%);
}

.columns-6 {
  -webkit-flex-basis: calc(6 / 12 * 100%);
      -ms-flex-preferred-size: calc(6 / 12 * 100%);
          flex-basis: calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
}

.right-6 {
  margin-left: calc(6 / 12 * 100%);
}

.left-6 {
  margin-right: calc(6 / 12 * 100%);
}

.columns-7 {
  -webkit-flex-basis: calc(7 / 12 * 100%);
      -ms-flex-preferred-size: calc(7 / 12 * 100%);
          flex-basis: calc(7 / 12 * 100%);
  max-width: calc(7 / 12 * 100%);
}

.right-7 {
  margin-left: calc(7 / 12 * 100%);
}

.left-7 {
  margin-right: calc(7 / 12 * 100%);
}

.columns-8 {
  -webkit-flex-basis: calc(8 / 12 * 100%);
      -ms-flex-preferred-size: calc(8 / 12 * 100%);
          flex-basis: calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%);
}

.right-8 {
  margin-left: calc(8 / 12 * 100%);
}

.left-8 {
  margin-right: calc(8 / 12 * 100%);
}

.columns-9 {
  -webkit-flex-basis: calc(9 / 12 * 100%);
      -ms-flex-preferred-size: calc(9 / 12 * 100%);
          flex-basis: calc(9 / 12 * 100%);
  max-width: calc(9 / 12 * 100%);
}

.right-9 {
  margin-left: calc(9 / 12 * 100%);
}

.left-9 {
  margin-right: calc(9 / 12 * 100%);
}

.columns-10 {
  -webkit-flex-basis: calc(10 / 12 * 100%);
      -ms-flex-preferred-size: calc(10 / 12 * 100%);
          flex-basis: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
}

.right-10 {
  margin-left: calc(10 / 12 * 100%);
}

.left-10 {
  margin-right: calc(10 / 12 * 100%);
}

.columns-11 {
  -webkit-flex-basis: calc(11 / 12 * 100%);
      -ms-flex-preferred-size: calc(11 / 12 * 100%);
          flex-basis: calc(11 / 12 * 100%);
  max-width: calc(11 / 12 * 100%);
}

.right-11 {
  margin-left: calc(11 / 12 * 100%);
}

.left-11 {
  margin-right: calc(11 / 12 * 100%);
}

.columns-12 {
  -webkit-flex-basis: calc(12 / 12 * 100%);
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
          flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}

.right-12 {
  margin-left: calc(12 / 12 * 100%);
}

.left-12 {
  margin-right: calc(12 / 12 * 100%);
}

.column-center {
  margin-left: auto;
  margin-right: auto;
}

.column-right {
  margin-right: 0;
  margin-left: auto;
}

.block-grid-1 > * {
  -webkit-flex-basis: calc(1 / 1 * 100%);
      -ms-flex-preferred-size: calc(1 / 1 * 100%);
          flex-basis: calc(1 / 1 * 100%);
  max-width: calc(1 / 1 * 100%);
}

.block-grid-2 > * {
  -webkit-flex-basis: calc(1 / 2 * 100%);
      -ms-flex-preferred-size: calc(1 / 2 * 100%);
          flex-basis: calc(1 / 2 * 100%);
  max-width: calc(1 / 2 * 100%);
}

.block-grid-3 > * {
  -webkit-flex-basis: calc(1 / 3 * 100%);
      -ms-flex-preferred-size: calc(1 / 3 * 100%);
          flex-basis: calc(1 / 3 * 100%);
  max-width: calc(1 / 3 * 100%);
}

.block-grid-4 > * {
  -webkit-flex-basis: calc(1 / 4 * 100%);
      -ms-flex-preferred-size: calc(1 / 4 * 100%);
          flex-basis: calc(1 / 4 * 100%);
  max-width: calc(1 / 4 * 100%);
}

[class*=block-grid-] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
[class*=block-grid-] > * {
  padding-left: 10px;
  padding-right: 10px;
}

.block-grid-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-grid-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.block-grid-spread {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block-grid-equal {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.block-grid-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-grid-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.block-grid-stretch > * {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.block-grid-flatten > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block-grid-flatten > * > * {
  width: 100%;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.user-is-tabbing .button:focus, body.user-is-tabbing .button:focus-visible,
body.user-is-tabbing .button > a:focus,
body.user-is-tabbing .button > a:focus-visible {
  -webkit-box-shadow: 0 0 0px 2px var(--wp--preset--color--vivid-cyan-blue, #D40E14);
          box-shadow: 0 0 0px 2px var(--wp--preset--color--vivid-cyan-blue, #D40E14);
}

/*
 |----------------------------------------------------------------
 |  Html / Body
 |----------------------------------------------------------------
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #1B1B1B;
  max-width: 1512px;
  margin: 0 auto;
}

::-moz-selection {
  background: #D40E14;
  color: white;
}

::selection {
  background: #D40E14;
  color: white;
}

::-moz-selection {
  background: #D40E14;
  color: white;
}

@-ms-viewport {
  width: device-width;
}
/*
 |----------------------------------------------------------------
 |  Headings
 |----------------------------------------------------------------
 */
h1, .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col span,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  margin: 0;
  padding-bottom: 20px;
  color: #1B1B1B;
  font-weight: 400;
}
h1 a, .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col span a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}
p + h1, .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col p + span, .gform_description + h1, .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col .gform_description + span, ul:not([class]) + h1, .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col ul:not([class]) + span, ol:not([class]) + h1, .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col ol:not([class]) + span,
p + h2,
.gform_description + h2,
ul:not([class]) + h2,
ol:not([class]) + h2,
p + h3,
.gform_description + h3,
ul:not([class]) + h3,
ol:not([class]) + h3,
p + h4,
.gform_description + h4,
ul:not([class]) + h4,
ol:not([class]) + h4,
p + h5,
.gform_description + h5,
ul:not([class]) + h5,
ol:not([class]) + h5,
p + h6,
.gform_description + h6,
ul:not([class]) + h6,
ol:not([class]) + h6 {
  padding-top: 20px;
  font-family: "Open Sans", sans-serif;
}

h1, .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col span, .h1 {
  font-size: calc(34px + (72 - 34) * (100vw - 320px) / (1200 - 320));
  line-height: calc(40px + (82 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  h1, .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col span, .h1 {
    font-size: 72px;
  }
}
@media screen and (min-width: 1200px) {
  h1, .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col span, .h1 {
    line-height: 82px;
  }
}

h2, .h2 {
  font-size: calc(34px + (52 - 34) * (100vw - 320px) / (1200 - 320));
  line-height: calc(40px + (71 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  h2, .h2 {
    font-size: 52px;
  }
}
@media screen and (min-width: 1200px) {
  h2, .h2 {
    line-height: 71px;
  }
}

h3, .h3 {
  font-size: calc(28px + (32 - 28) * (100vw - 320px) / (1200 - 320));
  line-height: calc(32px + (44 - 32) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  h3, .h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  h3, .h3 {
    line-height: 44px;
  }
}

h4, .h4 {
  font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1200 - 320));
  line-height: calc(22px + (29 - 22) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  h4, .h4 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  h4, .h4 {
    line-height: 29px;
  }
}

h5, .h5 {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1200 - 320));
  line-height: calc(20px + (22 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  h5, .h5 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  h5, .h5 {
    line-height: 22px;
  }
}

h6, .h6 {
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  line-height: calc(17px + (17 - 17) * (100vw - 320px) / (1200 - 320));
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 5px;
  letter-spacing: 2px;
}
@media screen and (min-width: 1200px) {
  h6, .h6 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  h6, .h6 {
    line-height: 17px;
  }
}

/*
 |----------------------------------------------------------------
 |  Paragraph
 |----------------------------------------------------------------
 */
p, .gform_description {
  line-height: 1.75;
  margin: 0;
  padding-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}
p:empty, .gform_description:empty {
  display: none;
}

/*
 |----------------------------------------------------------------
 |  Horizontal Line
 |----------------------------------------------------------------
 */
hr {
  border: none;
  border-bottom: 1px solid #D40E14;
  width: 90%;
  margin: 10px auto 35px;
  font-family: "Open Sans", sans-serif;
}

/*
 |----------------------------------------------------------------
 |  MISC
 |----------------------------------------------------------------
 */
i,
em {
  font-style: italic;
  font-family: "Open Sans", sans-serif;
}

b,
strong {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}

/*
 |----------------------------------------------------------------
 | Address
 |----------------------------------------------------------------
 */
address {
  font-style: normal;
  font-family: "Open Sans", sans-serif;
}

/*
 |----------------------------------------------------------------
 | Code
 |----------------------------------------------------------------
 */
code,
pre {
  background-color: #F3F6F6;
  font-family: "Open Sans", sans-serif;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  code,
pre {
    font-size: 14px;
  }
}

pre {
  padding: 25px 20px;
}

code {
  border-radius: 3px;
  vertical-align: middle;
  padding: 2px 5px;
}

.c-main {
  color: #1B1B1B;
}
.c-highlight {
  color: #D40E14;
}
.c-light-highlight {
  color: #D40E14;
}

/*
 |----------------------------------------------------------------
 |  Lists
 |----------------------------------------------------------------
 */
ul:not([class]),
ol:not([class]) {
  list-style: none;
  padding-left: 25px;
}
ul:not([class]) li,
ol:not([class]) li {
  line-height: 24px;
  position: relative;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  color: #1B1B1B;
}
@media screen and (max-width:767px) {
  ul:not([class]) li,
ol:not([class]) li {
    margin: 0 auto 10px auto;
  }
}
ul:not([class]) li::before,
ol:not([class]) li::before {
  color: #D40E14;
  position: absolute;
  left: -25px;
}
ul:not([class]) ul:not([class]),
ul:not([class]) ol:not([class]),
ol:not([class]) ul:not([class]),
ol:not([class]) ol:not([class]) {
  list-style: none;
  padding-left: 25px;
}

ul:not([class]) li:before {
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "\f054";
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1200 - 320));
  top: calc(0px + (0 - 0) * (100vw - 320px) / (1200 - 320));
  color: #D40E14;
}
@media screen and (min-width: 1200px) {
  ul:not([class]) li:before {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  ul:not([class]) li:before {
    top: 0px;
  }
}

ol:not([class]) {
  counter-reset: my-counter;
}
ol:not([class]) li:before {
  content: counter(my-counter) ".";
  counter-increment: my-counter;
  top: 1px;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1200 - 320));
  font-weight: bold;
  color: #D40E14;
}
@media screen and (min-width: 1200px) {
  ol:not([class]) li:before {
    font-size: 16px;
  }
}

.anvil-list {
  margin: 0 0 25px 10px;
  list-style: none;
  padding-left: 25px;
}
.anvil-list .p-wrapper {
  padding: 0px;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1200 - 320));
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .anvil-list .p-wrapper {
    font-size: 16px;
  }
}
.anvil-list li {
  position: relative;
  padding-bottom: 10px;
}
.anvil-list li:before {
  position: absolute;
  left: -20px;
  top: 6px;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "\f054";
}

/*
 |----------------------------------------------------------------
 |  Link
 |----------------------------------------------------------------
 */
a {
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background-color, color, border, opacity, text-indent;
  transition-property: background-color, color, border, opacity, text-indent;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  color: #1B1B1B;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
p a, .gform_description a, ul:not([class]) a, ol:not([class]) a {
  border-bottom: 2px solid #F3F6F6;
  opacity: 1;
}
p a:hover, .gform_description a:hover, ul:not([class]) a:hover, ol:not([class]) a:hover {
  opacity: 0.7;
}

/*
 |----------------------------------------------------------------
 |  Image
 |----------------------------------------------------------------
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.aligncenter {
  display: block;
}

/*
 |----------------------------------------------------------------
 |  WP Image classes
 |----------------------------------------------------------------
 */
[class*=wp-image-] {
  margin-top: 15px;
}

.alignleft {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-top: 0;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}

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

.wp-caption {
  display: block;
  margin: 15px 0 45px;
  max-width: 100%;
  position: relative;
  width: auto !important;
  min-height: 450px;
}
.wp-caption img {
  display: block;
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.wp-caption-dd,
.wp-caption-text {
  padding: 10px 15px 10px 0px !important;
  color: #212121;
  font-style: italic;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 29px;
}

/*
 |----------------------------------------------------------------
 |  Custom Image Classes
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Video
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Iframe - anvil wraps embedded iframes with .flex-video, so that
 |  class can be used to style iframes
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Block Quote
 |----------------------------------------------------------------
 */
blockquote {
  padding: 20px 20px 20px 50px;
  margin: 20px 0 35px;
}
blockquote p:last-of-type:not(:first-of-type), blockquote .gform_description:last-of-type:not(:first-of-type) {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1200 - 320));
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  blockquote p:last-of-type:not(:first-of-type), blockquote .gform_description:last-of-type:not(:first-of-type) {
    font-size: 18px;
  }
}
blockquote cite {
  display: block;
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1200 - 320));
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  blockquote cite {
    font-size: 18px;
  }
}

/**
 *	Global Placeholder
================================================= */
/**
 *	Global Form Element
================================================= */
label {
  font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  label {
    font-size: 15px;
  }
}

[type=text],
[type=url],
[type=email],
[type=tel],
[type=number],
[type=password],
[type=search],
select,
textarea {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
  outline: none;
  border: 1px solid #58585A;
  background: white;
  padding: 5px 10px;
  height: 50px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: calc(15px + (17 - 15) * (100vw - 320px) / (1200 - 320));
  font-weight: 400;
  color: #1B1B1B;
}
@media screen and (min-width: 1200px) {
  [type=text],
[type=url],
[type=email],
[type=tel],
[type=number],
[type=password],
[type=search],
select,
textarea {
    font-size: 17px;
  }
}
[type=text]:focus,
[type=url]:focus,
[type=email]:focus,
[type=tel]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #D40E14;
}
[type=text][disabled],
[type=url][disabled],
[type=email][disabled],
[type=tel][disabled],
[type=number][disabled],
[type=password][disabled],
[type=search][disabled],
select[disabled],
textarea[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

textarea {
  min-height: 150px;
  padding: 10px;
  resize: vertical;
}

select:not([multiple]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 35px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.ginput_container_select {
  position: relative;
}
.ginput_container_select::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: absolute;
  right: 20px;
  top: 15px;
  color: #D40E14;
}

select[multiple] {
  height: auto;
}

option {
  padding: 5px 10px;
  color: #1B1B1B;
}

[type=submit],
[type=button] {
  background-color: #D40E14;
}

input[type=checkbox],
input[type=file],
input[type=image],
input[type=radio] {
  height: auto;
  width: auto;
}

input[type=checkbox],
input[type=radio] {
  line-height: normal;
  padding: 0;
  vertical-align: middle;
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper label {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 29px;
  color: #D40E14;
}
.gform_wrapper [type=email],
.gform_wrapper [type=number],
.gform_wrapper [type=password],
.gform_wrapper [type=search],
.gform_wrapper [type=tel],
.gform_wrapper [type=text],
.gform_wrapper [type=url],
.gform_wrapper select,
.gform_wrapper textarea {
  border-radius: 3px;
  border: 1px solid #D40E14;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table:not([class]) {
  caption-side: bottom;
  border-collapse: collapse;
  width: 100%;
}
table:not([class]) thead tr td {
  font-weight: 500;
  color: #D40E14;
  padding: 10px 10px 10px 0;
}
table:not([class]) tbody tr:nth-child(odd) {
  background-color: #f0f5f9;
}
table:not([class]) tbody tr td {
  padding: 10px;
}

.block-grid-1 {
  display: block;
  width: 100%;
}
.block-grid-1 > * {
  margin-bottom: 20px;
}

.block-grid-2 {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  width: 100%;
}
.block-grid-2 > * {
  padding: 0px;
  margin: 0.5% 0.5% 1% 0.5%;
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
  max-width: 49%;
}

.block-grid-3 {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  width: 100%;
}
.block-grid-3 > * {
  padding: 0px;
  margin: 0.5% 0.8% 1% 0.8%;
  -webkit-flex-basis: 31%;
      -ms-flex-preferred-size: 31%;
          flex-basis: 31%;
  max-width: 31%;
}

.block-grid-4 {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  width: 100%;
}
.block-grid-4 > * {
  padding: 0px;
  margin: 0.5% 0.5% 1% 0.5%;
  -webkit-flex-basis: 24%;
      -ms-flex-preferred-size: 24%;
          flex-basis: 24%;
  max-width: 24%;
}

.block-grid-5 {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  width: 100%;
}
.block-grid-5 > * {
  padding: 0px;
  -webkit-flex-basis: 19%;
      -ms-flex-preferred-size: 19%;
          flex-basis: 19%;
  max-width: 19%;
  margin: 0.5% 0.5% 1% 0.5%;
}

.block-grid-6 {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  width: 100%;
}
.block-grid-6 > * {
  padding: 0px;
  -webkit-flex-basis: 15.6%;
      -ms-flex-preferred-size: 15.6%;
          flex-basis: 15.6%;
  max-width: 15.6%;
  margin: 0.5% 0.5% 1% 0.5%;
}

@media screen and (max-width:1199px) {
  .block-grid-3 {
    width: 100%;
  }
  .block-grid-3 > * {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    max-width: 48%;
  }

  .block-grid-4,
.block-grid-5,
.block-grid-6 {
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    width: 100%;
  }
  .block-grid-4 > *,
.block-grid-5 > *,
.block-grid-6 > * {
    margin: 0.5% 0.5% 1% 0.5%;
    -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%;
    max-width: 32%;
  }
}
@media screen and (max-width:767px) {
  .block-grid-2 {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
  .block-grid-2 > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }

  .block-grid-4,
.block-grid-5,
.block-grid-6 {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
  .block-grid-4 > *,
.block-grid-5 > *,
.block-grid-6 > * {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    max-width: 48%;
  }
}
@media screen and (max-width:639px) {
  .block-grid-3, .block-grid-4 {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
  .block-grid-3 > *, .block-grid-4 > * {
    padding: 0px 10px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }

  .block-grid-2,
.block-grid-3,
.block-grid-4,
.block-grid-5,
.block-grid-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*
 |----------------------------------------------------------------
 |  Site Header
 |----------------------------------------------------------------
 */
.site-header {
  padding: 25px 0;
  z-index: 100;
  position: absolute;
  width: 100%;
  max-width: 1512px;
}

.site-logo {
  display: block;
}
.site-logo__img {
  max-width: unset;
  width: 200px;
}
@media screen and (max-width:767px) {
  .site-logo {
    max-width: 220px;
    width: 36vw;
  }
}

/*
 |----------------------------------------------------------------
 |  Site Page Content
 |----------------------------------------------------------------
 */
.no-image {
  -webkit-flex-basis: calc(10 / 12 * 100%) !important;
      -ms-flex-preferred-size: calc(10 / 12 * 100%) !important;
          flex-basis: calc(10 / 12 * 100%) !important;
  max-width: calc(10 / 12 * 100%) !important;
  padding-left: 0px !important;
}

.hidden {
  display: none;
}

.shadow_bottom {
  -webkit-box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2);
}

/*
 |----------------------------------------------------------------
 |  Site Single Entry
 |----------------------------------------------------------------
 */
.info-block {
  padding: 40px;
  background-color: #F3F6F6;
  margin-top: 40px;
  margin-bottom: 40px;
}

.compat-object-fit {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.compat-object-fit img {
  opacity: 0;
}

.wp-block-quote {
  margin-bottom: 0px;
}
.wp-block-quote p, .wp-block-quote .gform_description {
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 30px;
  color: #D40E14;
}

.archive .post-selector-wrapper {
  padding: 10px 10px;
}
.archive .page-banner .banner-title,
.archive .page-banner p,
.archive .page-banner .gform_description {
  color: #ffffff;
}

/*
 |----------------------------------------------------------------
 |  Thank you / 404
 |----------------------------------------------------------------
 */
.page-template-_thank-you .site-main {
  text-align: center;
}
.page-template-_thank-you .subscribe,
.page-template-_thank-you .get_in_touch {
  text-align: center;
}

.error404 .site-content {
  padding: 0px 10px;
}
.error404 .column-center {
  text-align: center;
}

.no-results {
  padding: 60px 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.no-results form {
  position: relative;
  max-width: 250px;
}
.no-results form input {
  max-height: 40px;
  width: 100%;
  border: 1px solid #D40E14;
  border-radius: 10px;
  padding-bottom: 10px;
}
.no-results form input::-webkit-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #D40E14;
  opacity: 1;
}
.no-results form input::-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #D40E14;
  opacity: 1;
}
.no-results form input:-ms-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #D40E14;
  opacity: 1;
}
.no-results form input::-ms-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #D40E14;
  opacity: 1;
}
.no-results form input::placeholder {
  font-size: 15px;
  font-style: italic;
  color: #D40E14;
  opacity: 1;
}
.no-results button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: none;
  border: none;
}
.no-results button i {
  font-weight: 300;
  color: #D40E14;
}
.no-results button:hover {
  cursor: pointer;
}

.footer-cta-single .row {
  max-width: 1512px;
}

.columns-8.footer-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.land-acknowledgement {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: white;
  margin-bottom: 40px;
}

.side-by-side-content {
  padding: 100px;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: none !important;
  background-color: #EBC442;
}
.side-by-side-content .content-column {
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .side-by-side-content {
    padding: 70px 50px;
  }
  .side-by-side-content .columns-8 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

  .footer-cta {
    display: block;
    padding: 10px;
  }
  .footer-cta .side-by-side-content {
    margin: 2% 1%;
    padding: 70px 50px 40px;
  }
}
.footer-newsletter {
  padding: 60px 20px 10px;
  background-color: #283748;
}
@media screen and (min-width:1200px) {
  .footer-newsletter {
    padding: 60px 0 10px;
  }
}
@media screen and (max-width:767px) {
  .footer-newsletter .newsletter-container {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .footer-newsletter .newsletter-container .heading-row {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .footer-newsletter .newsletter-container form .gform_footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-newsletter .row {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.footer-newsletter .heading-row h4 {
  color: white;
}
.footer-newsletter .heading-row p, .footer-newsletter .heading-row .gform_description {
  color: white;
}
.footer-newsletter form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.footer-newsletter form .ginput_container .large {
  font-size: 12px;
  font-style: italic;
}
@media screen and (min-width:980px) {
  .footer-newsletter form .gfield {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}
.footer-newsletter form .gfield_label {
  text-transform: none !important;
  color: white;
}
.footer-newsletter form .gform_body {
  width: 74%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer-newsletter form .gform_body [type=email],
.footer-newsletter form .gform_body [type=number],
.footer-newsletter form .gform_body [type=password],
.footer-newsletter form .gform_body [type=search],
.footer-newsletter form .gform_body [type=tel],
.footer-newsletter form .gform_body [type=text],
.footer-newsletter form .gform_body [type=url],
.footer-newsletter form .gform_body select,
.footer-newsletter form .gform_body textarea {
  background: #F3F6F6;
  border-radius: 3px;
  border: 1px solid white;
  color: white;
}
.footer-newsletter form .gform_body ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-newsletter form .gform_body ul > * {
  width: 32%;
  max-width: 32%;
}
.footer-newsletter form .gform_body .gfield input {
  background: transparent;
  border: none !important;
  border-bottom: 1px solid white !important;
  border-radius: 0;
}
@media screen and (min-width:980px) {
  .footer-newsletter form .gform_body {
    width: 82%;
  }
  .footer-newsletter form .gform_fields {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
}
.footer-newsletter form .gfield_label {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.footer-newsletter form .gform_footer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
}
.footer-newsletter form .gform_footer .button {
  border: none;
  background-color: transparent;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 25px;
  border-radius: 6px;
  min-width: 200px;
  min-height: 60px;
  border-radius: 29px;
  font-weight: 700;
  font-size: 14px;
  line-height: 97.46%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  -webkit-transform: perspective(1px) rotate(0.0000000001deg);
          transform: perspective(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #212121;
  background: white;
  border: 1px solid white;
  position: relative;
  top: 12px;
  border: none !important;
  top: 8px;
  height: 50px;
  min-height: 50px;
  min-width: 180px;
}
.footer-newsletter form .gform_footer .button i {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}
.footer-newsletter form .gform_footer .button:hover {
  background: transparent;
  border: 1px solid #1B325F;
}
.footer-newsletter form .gform_footer .button:hover {
  color: white !important;
  border: 1px solid white !important;
}
@media screen and (max-width:1199px) {
  .footer-newsletter form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer-newsletter .gform_body,
.footer-newsletter .gform_footer {
    width: 100% !important;
  }
}
@media screen and (max-width:767px) {
  .footer-newsletter .heading-row {
    display: block;
  }
  .footer-newsletter .heading-row h4,
.footer-newsletter .heading-row .p-wrapper {
    width: 100%;
    text-align: center;
  }
  .footer-newsletter form ul {
    display: block !important;
  }
  .footer-newsletter form ul > * {
    max-width: 90% !important;
    width: 90% !important;
    margin: 0 auto 20px !important;
  }
}

.site-footer {
  background: #283748;
  padding-top: 60px;
  /*
  |----------------------------------------------------------------
  |  Footer Menu
  |----------------------------------------------------------------
  */
}
.site-footer > .row {
  padding: 0 10px;
}
.site-footer .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: calc(20px + (50 - 20) * (100vw - 320px) / (1200 - 320));
  margin-bottom: calc(20px + (50 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .site-footer .flex {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer .flex {
    margin-bottom: 50px;
  }
}
.site-footer .footer-logo-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.site-footer .footer-logo-column p, .site-footer .footer-logo-column .gform_description {
  color: white;
}
.site-footer .footer-logo-column img {
  margin-bottom: 15px;
}
@media screen and (max-width:767px) {
  .site-footer .footer-logo-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
.site-footer .footer-logo-grid .block-grid-4 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-footer .footer-logo-grid .logo-container {
  border: 1px solid white;
  border-radius: 5px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .footer-logo-grid .logo-container img {
  max-height: 20px;
}
.site-footer .footer-menu {
  list-style: none;
}
.site-footer .footer-menu .nav-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.site-footer .footer-menu .nav-menu li {
  padding-bottom: 10px;
}
.site-footer .footer-menu .nav-menu a:not([class]), .site-footer .footer-menu .contact-item-wrapper a:not([class]) {
  color: #ffffff;
}
.site-footer .footer-menu .nav-menu a:not([class]):hover, .site-footer .footer-menu .contact-item-wrapper a:not([class]):hover {
  color: #EBC442;
}
.site-footer .footer-menu h5 {
  font-weight: 600;
  color: #EBC442;
}
.site-footer .footer-menu p, .site-footer .footer-menu .gform_description {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.25;
}
.site-footer .footer-menu li {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width:980px) {
  .site-footer .footer-menu {
    padding-right: 20px;
  }
}
.site-footer .contact-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.site-footer .contact-item-wrapper p, .site-footer .contact-item-wrapper .gform_description {
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}
.site-footer .contact-item-wrapper a {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: white !important;
  border-bottom: 0;
}
.site-footer .contact-item-wrapper a:hover {
  opacity: 1;
  color: #EBC442 !important;
}
.site-footer .contact-item-wrapper a i {
  margin-right: 10px;
  color: #EBC442;
  font-size: 18px;
  line-height: 28px;
}
.site-footer .footer-menu .social-list {
  padding-top: 10px;
}
.site-footer .footer-menu .social-list li a {
  color: white;
  border: 1px solid white;
}
.site-footer .footer-menu .social-list li a:hover {
  color: #283748;
  border: 1px solid #283748;
  background: white;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-bottom .social-list {
  margin-bottom: calc(40px + (90 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .footer-bottom .social-list {
    margin-bottom: 90px;
  }
}

/*
 |----------------------------------------------------------------
 |  Copyrights
 |----------------------------------------------------------------
 */
.footer-copyright {
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-copyright p, .footer-copyright .gform_description,
.footer-copyright a {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 15px;
}
.footer-copyright .copyright-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.footer-copyright .copyright-column .site-copyright {
  padding-bottom: 0;
}

.site-copyright {
  display: inline-block;
}

.privacy-menu {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.privacy-menu li {
  display: inline-block;
  margin-left: 25px;
}
@media screen and (max-width:639px) {
  .privacy-menu li {
    margin-bottom: 20px;
  }
}
.privacy-menu a {
  border-bottom: unset;
}
.privacy-menu a:hover {
  color: #EBC442;
}

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

.site-credit {
  padding-top: 3px;
  padding-left: 20px;
}
.site-credit a {
  border-bottom: unset;
}

@media screen and (max-width:1199px) {
  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:767px) {
  .site-footer .footer-logo-column,
.site-footer .footer-menu-wrapper {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
    text-align: center;
  }
  .site-footer .footer-logo-column .address-column,
.site-footer .footer-menu-wrapper .address-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-footer .footer-copyright .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media screen and (max-width:767px) {
  .site-footer .footer-menu h5 {
    margin-top: 40px;
  }

  .footer-logo-grid .logo-container {
    margin-bottom: 20px;
  }

  .site-footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer .footer-bottom .footer-copyright, .site-footer .footer-bottom .footer-menu {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .site-footer .footer-bottom .social-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
:root {
  --tec-font-family-sans-serif: "Open Sans",sans-serif;
  --tec-font-size-7: 22px;
  --tec-font-size-8: 22px;
  --tec-color-day-marker-month: $black;
  --tec-color-text-day-of-week-month: #008AB3;
  --tec-color-text-secondary: #008AB3;
  --tec-color-icon-active: #008AB3;
  --tec-color-border-events-bar: #D0D0D0;
  --tec-color-border-secondary-month-grid: #DEDEDE;
  --tec-color-day-marker-month: #23282A;
  --tec-color-border-active-month-grid-hover: #008AB3;
  --tec-border-radius-default: 5px;
  --tec-color-border-default: #D0D0D0;
  --tec-color-accent-primary: #008AB3;
  --tec-color-border-default: #C5CECE;
  --tec-color-text-events-title: $black;
  --tec-color-icon-secondary: #008AB3;
  --tec-color-icon-primary: #008AB3;
}

.tribe-events {
  /*** List View ***/
}
.tribe-events .tribe-events-c-search__button {
  border: none;
  background-color: transparent;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 25px;
  border-radius: 6px;
  min-width: 200px;
  min-height: 60px;
  border-radius: 29px;
  font-weight: 700;
  font-size: 14px;
  line-height: 97.46%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  -webkit-transform: perspective(1px) rotate(0.0000000001deg);
          transform: perspective(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: white;
  background: #D40E14;
  border: 1px solid #D40E14;
  min-width: 200px;
  min-height: 50px;
  background-color: #D40E14;
  color: #ffffff;
  letter-spacing: 2px;
}
.tribe-events .tribe-events-c-search__button i {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}
.tribe-events .tribe-events-c-search__button:hover {
  background: transparent;
  color: #D40E14;
}
.tribe-events .tribe-events-c-top-bar__datepicker-desktop.tribe-common-a11y-hidden {
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: 1.13px;
  line-height: 29px;
  padding-right: 10px;
}
.tribe-events .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg, .tribe-events .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg, .tribe-events .tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg, .tribe-events .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg {
  width: 7px !important;
}
.tribe-events .tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, .tribe-events .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
  border: 1px solid #325E72;
}
.tribe-events .tribe-common-c-btn-border-small, .tribe-events .tribe-common a.tribe-common-c-btn-border-small {
  font-size: 14px !important;
  font-style: normal !important;
  color: #1B1B1B !important;
  letter-spacing: 0;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
}
.tribe-events .tribe-events-c-subscribe-dropdown__container .tribe-common-c-btn-border:hover {
  color: white !important;
}
.tribe-events .tribe-events-c-search__input-control-icon-svg path {
  fill: #1B325F;
}
.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input {
  font-family: "Open Sans", sans-serif;
  color: #1B1B1B;
  font-size: 16px;
}
.tribe-events .tribe-events-c-view-selector__list-item-text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
}
.tribe-events .tribe-events-c-top-bar__datepicker button {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}
.tribe-events input::-webkit-input-placeholder {
  color: black !important;
}
.tribe-events input::-moz-placeholder {
  color: black !important;
}
.tribe-events input:-ms-input-placeholder {
  color: black !important;
}
.tribe-events input::-ms-input-placeholder {
  color: black !important;
}
.tribe-events input::placeholder {
  color: black !important;
}
.tribe-events .filter-events {
  margin-bottom: 85px;
}
.tribe-events .filter-events .filter-events__list-item {
  margin: 5px;
}
.tribe-events .filter-events .button {
  min-width: 140px;
  min-height: 40px;
  border-radius: 25px;
  font-weight: 600;
  padding: 6px 20px;
}
.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
  background-color: #D40E14 !important;
  height: 2px !important;
  border-radius: 3px;
  bottom: 20px !important;
}
.tribe-events .tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
  padding-right: 10px;
}
.tribe-events .tribe-common-c-btn-border-small, .tribe-events .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
  font-family: "Roboto", sans-serif !important;
  font-style: italic;
  font-size: 16px !important;
  width: 180px !important;
  text-align: left !important;
  padding: 12px 15px !important;
  background: #F3F6F6;
  border-radius: 5px;
}
.tribe-events .datepicker .month.active, .tribe-events .tribe-events .datepicker .month.active.focused {
  background: #1B325F !important;
}
.tribe-events .tribe-common .tribe-common-h7, .tribe-events .tribe-common .tribe-common-h8 {
  color: #ffffff;
}
.tribe-events .tribe-events-calendar-month__header-column-title-mobile,
.tribe-events .tribe-events-calendar-month__header-column-title-desktop {
  font-weight: bold !important;
  letter-spacing: 2px;
}
.tribe-events .tribe-events-calendar-month__more-events a {
  color: #1B325F;
  font-family: "Open Sans", sans-serif;
}
.tribe-events .tribe-events-calendar-month__more-events a:hover {
  border-color: #1B325F;
}
.tribe-events span.tribe-events-calendar-month__header-column-title-desktop.tribe-common-a11y-hidden {
  color: #D40E14 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
}
.tribe-events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title-desktop {
  font-weight: 600 !important;
  letter-spacing: 2px;
  line-height: 29px;
  color: #D40E14 !important;
}
.tribe-events .tribe-events-calendar-month__header-column {
  padding-bottom: 10px !important;
}
.tribe-events .tribe-events-calendar-day__event-details .tribe-events-c-small-cta.tribe-events-calendar-day__event-cost {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  color: #1B325F;
}
.tribe-events .tribe-events-calendar-day__event-details .tribe-events-calendar-day__event-datetime-wrapper {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 29px;
}
.tribe-events .tribe-events-calendar-day__event-details .tribe-events-calendar-day__event-datetime-wrapper span {
  color: highlight;
  text-transform: uppercase;
}
.tribe-events .tribe-events-calendar-day__event-details .tribe-events-calendar-day__event-datetime-wrapper time {
  color: highlight;
}
.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag {
  max-height: 120px;
}
.tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-datetime-wrapper span, .tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-datetime-wrapper time {
  color: highlight;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 19px;
}
.tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-datetime-wrapper h3 a {
  font-size: 32px;
  letter-spacing: 0;
  line-height: 43px;
}
.tribe-events .tribe-events-calendar-list__event-header a.tribe-events-calendar-list__event-title-link.tribe-common-anchor-thinn {
  font-family: "Open Sans", sans-serif;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
  background: #D40E14 !important;
}
.tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col {
  background: #1B325F;
  border-radius: 5px;
  padding-top: 10px;
}
.tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col span {
  color: white;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar .tribe-events-calendar-month__multiday-event-bar-title.tribe-common-h8 {
  letter-spacing: 0;
  color: #ffffff !important;
  font-size: 16px;
  padding: 3px;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
  border-radius: 15px 0 0 15px;
}
.tribe-events .tribe-events-calendar-month__calendar-event-datetime {
  font-size: 14px !important;
}
.tribe-events .tribe-common-h4 {
  font-weight: normal;
}
.tribe-events .tribe-events-calendar-month__calendar-event-title {
  font-size: 14px;
}
.tribe-events .tribe-events-calendar-list__event {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-featured-image {
  max-height: 360px;
  height: 360px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.tribe-events .tribe-events-calendar-list__event-date-tag {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media screen and (min-width:769px) {
  .tribe-events .tribe-events-calendar-list__event-date-tag {
    width: auto !important;
    min-width: 115px !important;
  }
  .tribe-events .tribe-events-calendar-list__event-details {
    width: 50% !important;
  }
  .tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
    width: 48% !important;
  }
}
@media screen and (max-width:767px) {
  .tribe-events .tribe-events-calendar-list__event-header {
    padding-left: 10px;
  }
  .tribe-events .tribe-events-calendar-list__event-date-tag {
    margin-right: 20px;
  }
}
@media screen and (max-width:480px) {
  .tribe-events .tribe-events-calendar-list__event-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tribe-events .tribe-events-calendar-list__event-wrapper {
    width: 100%;
  }
}
.tribe-events .tribe-events-calendar-list__event-datetime-wrapper {
  margin-bottom: 15px;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1.67px;
  color: #212121;
  padding-bottom: 15px;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-daynum {
  font-size: 42px !important;
  font-weight: normal;
}
.tribe-events .tribe-events-calendar-list__event-datetime {
  color: #1B325F;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.tribe-events .tribe-events-calendar-list__event-title-link {
  font-size: 32px;
  letter-spacing: 0;
  font-weight: normal;
}
.tribe-events .tribe-events-calendar-list__event-venue span {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: normal;
}
.tribe-events .tribe-events-calendar-list-nav {
  border-top: 2px solid var(--tec-color-border-default);
}
.tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__next,
.tribe-events .tribe-events-c-nav__list .tribe-events-c-nav__prev {
  color: #1B1B1B;
}
.tribe-events .tribe-events-c-nav__list span {
  font-size: 15px;
  letter-spacing: 1.13px;
  line-height: 29px;
  padding-right: 10px;
}
.tribe-events .tribe-events-c-nav__prev:disabled,
.tribe-events .tribe-events-c-nav__next:disabled {
  color: #D5D5D5;
}
.tribe-events .tribe-events-c-nav__next-icon-svg,
.tribe-events .tribe-events-c-nav__prev-icon-svg {
  width: 7px !important;
}

.single-tribe_events .tribe-events-back a {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.62px;
}
.single-tribe_events .tribe-events-single-event-title {
  font-weight: normal;
}
.single-tribe_events .tribe-events-single-section-title {
  font-size: 32px;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: capitalize;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
  display: none;
}
.single-tribe_events .tribe-events-schedule h2 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #1B325F;
  text-transform: uppercase;
}
.single-tribe_events .tribe-events-event-image {
  height: 500px;
}
@media screen and (max-width:767px) {
  .single-tribe_events .tribe-events-event-image {
    height: 300px;
  }
}
.single-tribe_events .tribe-events-event-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.single-tribe_events .tribe-events-event-meta a {
  color: #1B325F;
  text-decoration: underline;
}
.single-tribe_events .tribe-events-event-meta a:hover {
  opacity: 0.7;
}
.single-tribe_events .tribe-events-event-meta.primary {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  width: 80%;
}
.single-tribe_events .tribe-events-event-meta.primary dl {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .single-tribe_events .tribe-events-event-meta.primary {
    width: 100%;
  }
}
.single-tribe_events .tribe-events-event-meta.secondary {
  width: 100%;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-events-single-section-title {
  display: none;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-venue {
  font-size: 32px;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-events-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-events-address .tribe-address {
  margin-bottom: 40px;
  line-height: 28px;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-events-address .tribe-events-gmap {
  color: #1B325F;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-venue-url a {
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  padding: 0px;
  min-width: unset;
  min-height: unset;
  padding-bottom: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #212121;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-venue-url a i {
  margin-left: 8px;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-venue-url a::after {
  content: "";
  position: absolute;
  background: #D40E14;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-venue-url a:hover {
  color: #D40E14;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-venue-url a:hover::after {
  width: 0%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-venue-url a::after {
  content: "\f35d";
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-events-venue-map {
  width: 50%;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-events-venue-map > div {
  max-height: 100%;
  height: 380px;
  border-radius: 10px;
}
@media screen and (max-width:767px) {
  .single-tribe_events .tribe-events-event-meta.secondary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-tribe_events .tribe-events-event-meta.secondary .tribe-events-venue-map {
    width: 100%;
  }
}

.nav-menu {
  padding: 0;
  list-style: none;
  margin: 0 -10px;
}

/*
 |----------------------------------------------------------------
 |  Wrappers
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Structure
 |----------------------------------------------------------------
 */
.gform_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/*
 |----------------------------------------------------------------
 |  Gform Heading
 |----------------------------------------------------------------
 */
.gform_description {
  display: block;
}

.validation_error {
  border-left: 3px solid scarlet;
  margin: 0 0 25px;
  padding: 25px;
}

/*
 |----------------------------------------------------------------
 |  Gform Body
 |----------------------------------------------------------------
 */
.gform_fields {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1200px;
  margin-left: -10px;
  margin-right: -10px;
}

.gfield {
  -webkit-flex-basis: calc(12 / 12 * 100%);
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
          flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
  margin-bottom: 20px;
}

.gfield_label {
  display: block;
  margin-bottom: 5px;
}

.gfield_required {
  vertical-align: initial;
  font-size: 17px !important;
}

.ginput_container .large {
  width: 100%;
}
.ginput_container .medium {
  width: calc(2 / 3 * 100%);
}
.ginput_container .small {
  width: calc(1 / 3 * 100%);
}

.validation_message {
  margin-top: 5px;
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1200 - 320));
  font-style: italic;
}
@media screen and (min-width: 1200px) {
  .validation_message {
    font-size: 14px;
  }
}

/*
 |----------------------------------------------------------------
 |  Gform Fields
 |----------------------------------------------------------------
 */
.ginput_container_checkbox,
.ginput_container_radio {
  margin-left: 25px;
}
.ginput_container_checkbox + .validation_message,
.ginput_container_radio + .validation_message {
  margin-left: 25px;
}

.gfield_checkbox,
.gfield_radio {
  padding: 0;
  margin: 0;
  list-style: none;
}
.gfield_checkbox input,
.gfield_radio input {
  margin-right: 5px;
}

.gform_hidden {
  display: none;
}

.gform_validation_container {
  display: none !important;
}

/*
 |----------------------------------------------------------------
 |  Gform Field Class
 |----------------------------------------------------------------
 */
.gf_full {
  -webkit-flex-basis: calc(12 / 12 * 100%);
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
          flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}

.gf_half {
  -webkit-flex-basis: calc(6 / 12 * 100%);
      -ms-flex-preferred-size: calc(6 / 12 * 100%);
          flex-basis: calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
}

.gf_third {
  -webkit-flex-basis: calc(4 / 12 * 100%);
      -ms-flex-preferred-size: calc(4 / 12 * 100%);
          flex-basis: calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%);
}

.gf_quarter {
  -webkit-flex-basis: calc(3 / 12 * 100%);
      -ms-flex-preferred-size: calc(3 / 12 * 100%);
          flex-basis: calc(3 / 12 * 100%);
  max-width: calc(3 / 12 * 100%);
}

.gf_list_inline .gfield_checkbox,
.gf_list_inline .gfield_radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1200px;
  margin-left: -10px;
  margin-right: -10px;
}
/*
 |----------------------------------------------------------------
 |  Gform Footer
 |----------------------------------------------------------------
 */
.gf_submit:not(.button) {
  border: none;
  background-color: transparent;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 25px;
  border-radius: 6px;
  min-width: 200px;
  min-height: 60px;
  border-radius: 29px;
  font-weight: 700;
  font-size: 14px;
  line-height: 97.46%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  -webkit-transform: perspective(1px) rotate(0.0000000001deg);
          transform: perspective(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.gf_submit:not(.button) i {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}

.gform_ajax_spinner {
  margin-left: 10px;
}

/*
 |----------------------------------------------------------------
 |  Special Fields - Datepicker
 |----------------------------------------------------------------
 */
.ui-datepicker {
  background: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.ui-datepicker-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #D40E14;
}
.ui-datepicker-header .ui-icon {
  display: none;
}

.ui-datepicker-prev {
  padding: 5px 10px;
  -webkit-flex-basis: 25px;
      -ms-flex-preferred-size: 25px;
          flex-basis: 25px;
  cursor: pointer;
}
.ui-datepicker-prev::before {
  content: "\f0d9";
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  color: white;
}

.ui-datepicker-next {
  padding: 5px 10px;
  -webkit-flex-basis: 25px;
      -ms-flex-preferred-size: 25px;
          flex-basis: 25px;
  cursor: pointer;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.ui-datepicker-next::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  color: white;
}

.ui-datepicker-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}

.ui-datepicker-month,
.ui-datepicker-year {
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
  height: 30px;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
}

.ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.ui-datepicker-calendar th {
  padding: 5px;
  font-size: 14px;
  background: #F3F6F6;
}
.ui-datepicker-calendar td {
  font-size: 12px;
  text-align: center;
}
.ui-datepicker-calendar .ui-state-default {
  padding: 5px;
  display: block;
}
.ui-datepicker-calendar .ui-state-disabled {
  cursor: disabled;
}
.ui-datepicker-calendar .ui-state-hover {
  font-weight: 700;
}
.ui-datepicker-calendar .ui-state-active {
  background: #D40E14;
  color: white;
}

/*
 |----------------------------------------------------------------
 |  Buttons
 |----------------------------------------------------------------
 */
.button:not(.menu-item) {
  border: none;
  background-color: transparent;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 25px;
  border-radius: 6px;
  min-width: 200px;
  min-height: 60px;
  border-radius: 29px;
  font-weight: 700;
  font-size: 14px;
  line-height: 97.46%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  -webkit-transform: perspective(1px) rotate(0.0000000001deg);
          transform: perspective(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.button:not(.menu-item) i {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}
.button:not(.menu-item).default {
  background-color: #D40E14;
}
.button:not(.menu-item).one {
  color: white;
  background: #D40E14;
  border: 1px solid #D40E14;
}
.button:not(.menu-item).one:hover {
  background: transparent;
  color: #D40E14;
}
.button:not(.menu-item).two {
  color: #212121;
  background: white;
  border: 1px solid white;
}
.button:not(.menu-item).two:hover {
  background: transparent;
  border: 1px solid #1B325F;
}
.button:not(.menu-item).three {
  color: #D40E14;
  background: #ffffff;
}
.button:not(.menu-item).three:hover {
  background: #212121;
  color: #ffffff;
}
.button:not(.menu-item).white-button {
  color: #D40E14;
  background: #ffffff;
}
.button:not(.menu-item).white-button:hover {
  background: #212121;
  color: #ffffff;
}
.button:not(.menu-item).outline-one {
  color: #1B325F;
  background: transparent;
  border: 1px #1B325F solid;
}
.button:not(.menu-item).outline-one:hover {
  background: #1B325F;
  color: #ffffff;
}
.button:not(.menu-item).outline-two {
  color: #D40E14;
  background: transparent;
  border: 1px #D40E14 solid;
}
.button:not(.menu-item).outline-two:hover {
  background: #D40E14;
  color: #ffffff;
}
.button:not(.menu-item)[download] {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-submit input {
  border: none;
  background-color: transparent;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 25px;
  border-radius: 6px;
  min-width: 200px;
  min-height: 60px;
  border-radius: 29px;
  font-weight: 700;
  font-size: 14px;
  line-height: 97.46%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  -webkit-transform: perspective(1px) rotate(0.0000000001deg);
          transform: perspective(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: white;
  background: #D40E14;
  border: 1px solid #D40E14;
  border: unset !important;
}
.form-submit input i {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}
.form-submit input.default {
  background-color: #D40E14;
}
.form-submit input:hover {
  background: transparent;
  color: #D40E14;
}

.read-more {
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  padding: 0px;
  min-width: unset;
  min-height: unset;
  padding-bottom: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #212121;
}
.read-more i {
  margin-left: 8px;
}
.read-more::after {
  content: "";
  position: absolute;
  background: #D40E14;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.read-more:hover {
  color: #D40E14;
}
.read-more:hover::after {
  width: 0%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.read-more-white {
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  padding: 0px;
  min-width: unset;
  min-height: unset;
  padding-bottom: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #212121;
  color: white;
}
.read-more-white i {
  margin-left: 8px;
}
.read-more-white::after {
  content: "";
  position: absolute;
  background: #D40E14;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.read-more-white:hover {
  color: #D40E14;
}
.read-more-white:hover::after {
  width: 0%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.read-more-white:after {
  background: #EBC442 !important;
}
.read-more-white:hover {
  color: white !important;
}

.read-more.external-link:after {
  width: 122%;
}
.read-more.external-link:before {
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "\f08e";
  position: absolute;
  font-size: 15px;
  right: -22px;
  top: 1px;
  color: black;
}
.read-more.external-link:hover:before {
  color: #D40E14 !important;
}
.read-more.external-link:hover:after {
  width: 0%;
}

/*
 |----------------------------------------------------------------
 |  Banner Structure
 |----------------------------------------------------------------
 */
.page-banner {
  background-size: cover;
  background-position: center;
}
.page-banner .row {
  padding-top: calc(190px + (306 - 190) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(80px + (245 - 80) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .page-banner .row {
    padding-top: 306px;
  }
}
@media screen and (min-width: 1200px) {
  .page-banner .row {
    padding-bottom: 245px;
  }
}
.page-banner .button {
  margin-right: 20px;
}
.page-banner .content-container {
  z-index: 1;
  color: #ffffff;
}
.page-banner .content-container h1, .page-banner .content-container .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col span, .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col .page-banner .content-container span {
  color: white;
}
@media screen and (max-width:767px) {
  .page-banner .button {
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
@media screen and (min-width:980px) {
  .page-banner .banner-content-box p, .page-banner .banner-content-box .gform_description {
    max-width: 570px;
  }
}

.home .page-banner {
  margin-bottom: 0px;
}
.home .page-banner .row {
  padding-top: calc(190px + (270 - 190) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(80px + (200 - 80) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .home .page-banner .row {
    padding-top: 270px;
  }
}
@media screen and (min-width: 1200px) {
  .home .page-banner .row {
    padding-bottom: 200px;
  }
}

.video-banner {
  position: relative;
  overflow: hidden;
}
.video-banner > .row {
  min-height: calc(300px + (600 - 300) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .video-banner > .row {
    min-height: 600px;
  }
}
.video-banner #bg-video {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  pointer-events: none;
}

@media screen and (max-width:1199px) {
  .page-banner .row {
    padding-left: 20px;
  }
}
@media screen and (max-width:767px) {
  .page-banner .row {
    padding-left: 0px;
  }
}
@media screen and (max-width:480px) {
  .page-banner .content-container {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
    margin: 0 auto;
    text-align: center;
  }
}
.single-page-banner .row {
  padding-top: calc(40px + (160 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (100 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .single-page-banner .row {
    padding-top: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .single-page-banner .row {
    padding-bottom: 100px;
  }
}
.single-page-banner .terms-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 20px 15px;
  margin-bottom: 20px;
}
.single-page-banner .terms-container .h6 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.single-page-banner .content-container {
  background: #ffffff;
  padding: 40px 100px;
  position: relative;
  top: 200px;
}
.single-page-banner .content-container h1, .single-page-banner .content-container .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col span, .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col .single-page-banner .content-container span, .single-page-banner .content-container p, .single-page-banner .content-container .gform_description, .single-page-banner .content-container .h6 {
  color: #1B1B1B;
}
.single-page-banner .term-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 50px;
  margin-bottom: 20px;
}
.single-page-banner .term-wrapper .h6 {
  line-height: 12px;
  padding-bottom: 0px;
  margin-right: 10px;
}
.single-page-banner .h6 {
  padding: 0px;
  margin-right: 10px;
}
.single-page-banner h1, .single-page-banner .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col span, .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col .single-page-banner span,
.single-page-banner p,
.single-page-banner .gform_description {
  padding-bottom: 10px;
}
.single-case-banner {
  margin-bottom: 90px;
}
.single-case-banner .row {
  padding-top: calc(40px + (70 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (70 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .single-case-banner .row {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .single-case-banner .row {
    padding-bottom: 70px;
  }
}

.search-banner .page-banner {
  margin-bottom: 60px;
  z-index: 0;
  position: relative;
}
.search-banner .page-banner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  z-index: -1;
}
.search-banner .page-banner::after {
  z-index: 0;
}
.search-banner .page-banner .content-container {
  z-index: 1;
}

.page-template-_thank-you .page-banner .banner-content-box .title-container {
  text-align: left;
}

.resource-banner {
  margin-bottom: 210px !important;
}
.resource-banner .term-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.resource-banner .term-wrapper p span, .resource-banner .term-wrapper .gform_description span {
  margin-right: 5px;
}
.resource-banner .term-wrapper p:last-of-type span, .resource-banner .term-wrapper .gform_description:last-of-type span {
  display: none;
}
.resource-banner .post-meta .h6 {
  text-transform: none;
}

.post-filter {
  padding: 40px 0px;
}

.filter-section {
  z-index: 10;
  padding: 10px 0px;
}
.filter-section .filter-container {
  min-height: unset;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0px !important;
}
.filter-section .h6 {
  padding-bottom: 0;
  margin-right: 15px;
  min-width: 110px;
}
.filter-section .view-all {
  color: white;
  text-decoration: underline;
}
.filter-section .filter-form-container, .filter-section .filter-form-container .search-form, .filter-section .filter-form-container .flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-section .filter-form-container .flex-container {
  width: 100%;
}
.filter-section .filter-form-container .flex-container .select-container {
  min-width: 200px;
}
.filter-section .filter-form-container .search-form {
  pointer-events: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  font-size: 12px;
}
@media screen and (max-width:979px) {
  .filter-section .filter-form-container .search-form {
    padding-right: 15px;
  }
}
@media screen and (min-width:640px) {
  .filter-section .filter-form-container .search-form a.button {
    margin-left: 15px;
  }
}
.filter-section .filter-form-container .search-form input {
  height: 60px;
  border-radius: 3px;
  border: 1px solid rgba(27, 27, 27, 0.3);
}
.filter-section .filter-form-container .search-form select, .filter-section .filter-form-container .search-form input[type=text] {
  border: 1px solid rgba(27, 27, 27, 0.3);
}
.filter-section .filter-form-container .search-form select {
  background-image: none;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  min-height: 60px;
}
.filter-section .filter-form-container .search-form .select-container {
  background: #ffffff;
  position: relative;
  border-radius: 6px;
  max-width: 60px;
}
.filter-section .filter-form-container .search-form .select-container i {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #D40E14;
  pointer-events: none;
}
.filter-section .filter-form-container .search-form .button {
  margin-right: 15px;
  min-width: 180px;
  text-decoration: none;
}
.filter-section .filter-form-container .search-container {
  min-width: 280px;
}
@media screen and (max-width:1199px) {
  .filter-section .filter-form-container, .filter-section .filter-form-container .search-form, .filter-section .filter-form-container .flex-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .filter-section .filter-form-container .h6, .filter-section .filter-form-container a, .filter-section .filter-form-container .button, .filter-section .filter-form-container .select-container {
    margin-bottom: 15px;
  }
}
@media screen and (max-width:979px) {
  .filter-section .filter-form-container .select-container {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.simple-filter-form .h6 {
  padding-bottom: 0;
}
.simple-filter-form form {
  margin: 0;
}

@media screen and (max-width:1199px) {
  .post-filter {
    padding-left: 20px;
  }
}
.solo-search-container {
  padding-top: 60px;
}
.solo-search-container__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.solo-search-container__icon {
  color: #D40E14;
  position: relative;
  top: 5px;
  left: 10px;
  font-size: 20px;
}

.pagination-container {
  width: 100%;
  padding: 30px 0 100px;
}
.pagination-container .wrapper a {
  color: #1B1B1B;
}
.pagination-container .pagination-column {
  padding: 15px 0px;
  padding-left: calc(10px + (30 - 10) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(10px + (30 - 10) * (100vw - 320px) / (1200 - 320));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .pagination-container .pagination-column {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .pagination-container .pagination-column {
    padding-right: 30px;
  }
}
.pagination-container .pagination-column .fa-arrow-left {
  margin-right: 10px;
}
.pagination-container .pagination-column i {
  color: #D40E14;
  font-size: 16px;
  margin: 10px 10px;
}
.pagination-container .pagination-column p, .pagination-container .pagination-column .gform_description {
  padding-bottom: 0;
}
.pagination-container .pagination-column p, .pagination-container .pagination-column .gform_description,
.pagination-container .pagination-column a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
  color: black;
}
.pagination-container .pagination-column .prev-disabled,
.pagination-container .pagination-column .next-disabled {
  opacity: 0.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-container .pagination-column .prev-disabled i,
.pagination-container .pagination-column .next-disabled i {
  font-size: 16px;
  color: black;
}
.pagination-container .pagination-column .fa-arrow-right {
  margin-left: 12px;
  color: black;
}
.pagination-container .pagination-column .fa-arrow-left {
  margin-right: 12px;
  color: black;
}
.pagination-container .pagination-column .page-lists {
  padding-left: calc(20px + (100 - 20) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(20px + (100 - 20) * (100vw - 320px) / (1200 - 320));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .pagination-container .pagination-column .page-lists {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .pagination-container .pagination-column .page-lists {
    padding-right: 100px;
  }
}
.pagination-container .pagination-column .page-lists .page-numbers {
  background: #F3F6F6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 8px;
  height: 44px;
  width: 44px;
  border-radius: 5px;
  color: #1B1B1B;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.pagination-container .pagination-column .page-lists .current {
  background: #D40E14;
  color: #ffffff;
}
.pagination-container .pagination-column .page-lists .dots {
  background: unset;
  color: #D40E14;
}
.pagination-container .pagination-column .page-lists a,
.pagination-container .pagination-column .page-lists span {
  color: #D40E14;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width:767px) {
  .pagination-container .pagination-column {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
  .pagination-container .pagination-column .page-lists {
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:480px) {
  .pagination-container .pagination-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
.slideout-container {
  width: 100%;
}

.slideout-item .loop-content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin-bottom: 20px;
  padding: 10px;
}
.slideout-item .loop-content img {
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
}
.slideout-item .loop-content::after {
  display: none;
  content: "";
  position: absolute;
  bottom: -20px;
  width: 20px;
  height: 20px;
  border-bottom: 10px solid #212121;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 2;
}
.slideout-item .loop-content .position-wrap h4 {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #D40E14 !important;
}
.slideout-item .loop-content .h6 {
  text-transform: uppercase;
  line-height: 20px;
  font-size: 15px;
}
.slideout-item .loop-content .icon {
  z-index: 100;
  height: 30px;
  width: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2px;
}
.slideout-item .loop-content .icon:hover {
  cursor: pointer;
}
.slideout-item .loop-content .icon i {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #D40E14 !important;
}
.slideout-item .loop-content .minus {
  display: none;
}
.slideout-item .loop-content .show-icon {
  display: block;
}
.slideout-item .loop-content .hide-icon {
  display: none;
}
.slideout-item .loop-content.show-slideout::after {
  display: block;
}
.slideout-item .slideout-content, .slideout-item .team-slideout-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.slideout-item .team-slideout-hidden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 70px;
}
@media screen and (max-width:767px) {
  .slideout-item .team-slideout-hidden {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .slideout-item .team-slideout-hidden .columns-4,
.slideout-item .team-slideout-hidden .columns-8 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
.slideout-item .team-slideout-hidden .content-column .h6 {
  color: white;
  padding-bottom: 20px;
}
.slideout-item .team-slideout-hidden .content-column .contact-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 20px;
  padding-bottom: 30px;
}
.slideout-item .team-slideout-hidden .content-column .contact-icons a {
  border: 2px solid white;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.slideout-item .team-slideout-hidden .content-column .contact-icons a i {
  font-size: 25px;
  margin: 0 auto;
  color: white;
}
.slideout-item .team-slideout-hidden .content-column .contact-icons a:hover {
  border: 2px solid #D40E14;
}
.slideout-item .team-slideout-hidden .content-column .contact-icons a:hover i {
  color: #D40E14 !important;
}
.slideout-item .team-slideout-hidden .content-column .contact-icons .read-more:after {
  display: none;
}
.slideout-item .loop-hidden {
  display: none;
  position: relative;
  padding: 40px 20px 60px;
  background: #f0f5f9;
}
.slideout-item .loop-hidden .team-slideout-contact {
  padding-top: 10px;
}
.slideout-item .loop-hidden .team-slideout-contact a i {
  border-radius: 15px;
  border: solid 2px white;
  padding: 6px;
  margin-top: 10px;
  margin-right: 5px;
}
.slideout-item .loop-hidden .phone-link {
  margin-bottom: 30px;
  font-weight: bold;
}
.slideout-item .loop-hidden .phone-link::after {
  content: "";
  background: 3px;
  display: block;
  margin: 0 auto;
  width: 0;
  height: white;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.slideout-item .loop-hidden .phone-link:hover {
  opacity: 0.8;
}
.slideout-item .loop-hidden .phone-link:hover::after {
  width: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.slideout-item .loop-hidden .anvil-wyswyg .contents p, .slideout-item .loop-hidden .anvil-wyswyg .contents .gform_description {
  color: white;
}
.slideout-item .close {
  position: absolute;
  top: 7%;
  right: 3%;
}
.slideout-item .close:hover {
  cursor: pointer;
}
.slideout-item .close i {
  color: white;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
}

.slideout-container.block-grid-2 .loop-content img {
  height: 470px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slideout-container.block-grid-3 .slideout-item .loop-hidden {
  width: 310%;
}
.slideout-container.block-grid-3 .slideout-item:nth-child(3n+1) .loop-hidden {
  left: 0;
}
.slideout-container.block-grid-3 .slideout-item:nth-child(3n+2) .loop-hidden {
  left: -105%;
}
.slideout-container.block-grid-3 .slideout-item:nth-child(3n+3) .loop-hidden {
  left: -210%;
}

.slideout-container.block-grid-4 .slideout-item .loop-hidden, .slideout-container.block-grid-4 .slideout-item .loop-hidden-big, .slideout-container-big.block-grid-4 .slideout-item .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item .loop-hidden-big {
  width: 435%;
  display: none;
}
.slideout-container.block-grid-4 .slideout-item:nth-child(4n+1) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(4n+1) .loop-hidden {
  left: 0;
}
.slideout-container.block-grid-4 .slideout-item:nth-child(4n+2) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(4n+2) .loop-hidden {
  left: -109%;
}
.slideout-container.block-grid-4 .slideout-item:nth-child(4n+3) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(4n+3) .loop-hidden {
  left: -218%;
}
.slideout-container.block-grid-4 .slideout-item:nth-child(4n+4) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(4n+4) .loop-hidden {
  left: -326%;
}

.slideout-container.block-grid-2 .slideout-item .loop-hidden, .slideout-container.block-grid-2 .slideout-item .loop-hidden-big {
  width: 203%;
}
.slideout-container.block-grid-2 .slideout-item:nth-child(odd) .loop-hidden {
  left: 0;
}
.slideout-container.block-grid-2 .slideout-item:nth-child(even) .loop-hidden {
  left: -103%;
}

@media screen and (max-width:1199px) {
  /*
   |----------------------------------------------------------------
   | Slideout Component
   |----------------------------------------------------------------
   */
  .slideout-container.block-grid-4 .slideout-item .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item .loop-hidden {
    width: 310%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+1) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+1) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+2) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+2) .loop-hidden {
    left: -105%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+3) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+3) .loop-hidden {
    left: -210%;
  }
}
@media screen and (max-width:1199px) {
  .slideout-container.block-grid-3 .slideout-item .loop-hidden {
    width: 204%;
  }
  .slideout-container.block-grid-3 .slideout-item:nth-child(odd) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-3 .slideout-item:nth-child(even) .loop-hidden {
    left: -103%;
  }
}
@media screen and (max-width:767px) {
  .slideout-container.block-grid-4 .slideout-item .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item .loop-hidden,
.slideout-container.block-grid-3 .slideout-item .loop-hidden {
    width: 203%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden,
.slideout-container.block-grid-3 .slideout-item:nth-child(odd) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(even) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(even) .loop-hidden,
.slideout-container.block-grid-3 .slideout-item:nth-child(even) .loop-hidden {
    left: -103%;
  }

  .slideout-container.block-grid-2 .slideout-item .loop-hidden {
    width: 100%;
  }
  .slideout-container.block-grid-2 .slideout-item:nth-child(odd) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-2 .slideout-item:nth-child(even) .loop-hidden {
    left: 0;
  }
}
@media screen and (max-width:639px) {
  .slideout-container.block-grid-4 .slideout-item .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item .loop-hidden, .slideout-container.block-grid-3 .slideout-item .loop-hidden {
    width: 100%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden, .slideout-container.block-grid-3 .slideout-item:nth-child(odd) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(even) .loop-hidden, .slideout-container-big.block-grid-4 .slideout-item:nth-child(even) .loop-hidden, .slideout-container.block-grid-3 .slideout-item:nth-child(even) .loop-hidden {
    left: 0;
  }
}
.page-nav {
  padding-top: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .page-nav {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .page-nav {
    padding-bottom: 50px;
  }
}
.page-nav .all-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-nav .all-posts .button {
  color: white;
  background: #D40E14;
  border: 1px solid #D40E14;
}
.page-nav .all-posts .button:hover {
  background: transparent;
  color: #D40E14;
}
.page-nav .prev-column,
.page-nav .next-column {
  position: relative;
}
.page-nav .prev-column::after,
.page-nav .next-column::after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  color: #1B1B1B;
  font-size: 15px;
  top: 2%;
}
.page-nav .prev-column p, .page-nav .prev-column .gform_description,
.page-nav .next-column p,
.page-nav .next-column .gform_description {
  color: #1B1B1B;
}
.page-nav .prev-column h4,
.page-nav .next-column h4 {
  color: #D40E14;
  padding-bottom: 10px;
}
.page-nav .prev-column {
  padding-left: 8%;
}
.page-nav .prev-column::after {
  left: 18%;
  content: "\f053";
}
.page-nav .next-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 8%;
}
.page-nav .next-column::after {
  right: 18%;
  content: "\f054";
}
.page-nav .next-column .next-link > * {
  text-align: right;
}

.social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-list li a {
  margin-right: 10px;
  border: 1px solid #D40E14;
  border-radius: 50%;
  background-color: transparent;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #D40E14;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  will-change: color, background-color, border-color;
}
.social-list li a:hover, .social-list li a:focus {
  background-color: #D40E14;
  color: #ffffff;
  border-color: #D40E14;
}

.social-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
}
.social-share .h6 {
  padding-bottom: 0;
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
}
.social-share.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: -15px;
  top: 22px;
  z-index: 100;
}
.social-share.vertical .social-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.social-share.vertical .social-list li {
  margin-right: 0;
  margin-top: 10px;
}
@media screen and (max-width:767px) {
  .social-share.vertical {
    display: none;
  }
}

.weglot {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width:1199px) {
  .weglot {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.country-selector.weglot-dropdown {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: white;
  margin-bottom: calc(30px + (20 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .country-selector.weglot-dropdown {
    margin-bottom: 20px;
  }
}
.country-selector.weglot-dropdown ul:not([class]) li,
.country-selector.weglot-dropdown ol:not([class]) li {
  margin-bottom: 0px;
}
.country-selector.weglot-dropdown ul:not([class]) li:before {
  color: transparent;
}
.country-selector.weglot-dropdown p a,
.country-selector.weglot-dropdown .gform_description a,
.country-selector.weglot-dropdown ul:not([class]) a,
.country-selector.weglot-dropdown ol:not([class]) a {
  border-bottom: 2px solid transparent;
}
.country-selector.weglot-dropdown input:checked ~ .wgcurrent:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(181deg);
}
.country-selector.weglot-dropdown .wglanguage-name,
.country-selector.weglot-dropdown #weglot-language-fr {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.country-selector.weglot-dropdown .wgcurrent:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  color: white;
  background: none;
  top: 29%;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  font-size: 14px;
  content: "\f078";
  margin-left: 5px;
  display: inline-block;
  height: 1rem;
  overflow: hidden;
  color: currentColor;
  will-change: transform;
  line-height: 1.25;
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: transform, color;
  transition-property: transform, color, -webkit-transform;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  will-change: transform, color;
}

.banner-announcement-container {
  background: #D40E14;
  z-index: 1000000;
  padding: 20px 0 0px;
  position: relative;
  display: none;
  color: #ffffff;
}
.banner-announcement-container .banner_announcement {
  margin-bottom: 0;
}
.banner-announcement-container .button {
  min-width: 180px;
  min-height: 40px;
}
.banner-announcement-container .button:hover {
  background-color: #D40E14;
  border: 2px solid #ffffff;
}
.banner-announcement-container .content-column {
  padding: 0;
}
.banner-announcement-container .text-container {
  padding: 0;
}
.banner-announcement-container .text-container .heading,
.banner-announcement-container .text-container p,
.banner-announcement-container .text-container .gform_description {
  color: #1B1B1B;
}
.banner-announcement-container .text-container .heading {
  font-size: 16px;
  padding-bottom: 5px;
}
.banner-announcement-container .text-container p, .banner-announcement-container .text-container .gform_description {
  font-size: 14px;
  line-height: 1.2;
}
.banner-announcement-container .cta-column {
  right: 0;
}
.banner-announcement-container .close-banner {
  position: absolute;
  top: 22px;
  right: 30px;
  color: #ffffff;
}
.banner-announcement-container .close-banner:hover {
  cursor: pointer;
}
.banner-announcement-container .rotate {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.utility-nav {
  padding: 15px 20px;
  background: #58585A;
  display: none;
}
@media screen and (min-width:980px) {
  .utility-nav {
    display: block;
  }
}
.utility-nav__menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
.utility-nav__menu .menu-item {
  display: inline-block;
}
.utility-nav__menu .menu-item a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  padding: 10px;
  opacity: 1;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.92px;
  line-height: 1.25;
  color: #ffffff;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  will-change: opacity;
}
.utility-nav__menu .menu-item a:hover {
  opacity: 0.7;
}
.utility-nav__search {
  margin-right: 20px;
}
.utility-nav__search form {
  position: relative;
}
.utility-nav__search form input {
  max-height: 25px;
}
.utility-nav__search form input::-webkit-input-placeholder {
  font-size: 13px;
}
.utility-nav__search form input::-moz-placeholder {
  font-size: 13px;
}
.utility-nav__search form input:-ms-input-placeholder {
  font-size: 13px;
}
.utility-nav__search form input::-ms-input-placeholder {
  font-size: 13px;
}
.utility-nav__search form input::placeholder {
  font-size: 13px;
}
.utility-nav__search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: none;
  border: none;
}
.utility-nav__search button:hover {
  cursor: pointer;
}

.menu-mobile-only {
  display: none;
}

.primary-nav {
  /*
  end main menu!------------------------------------------------------------------------------------------------------
  */
}
.primary-nav.main-menu-animation-wrapper {
  z-index: 1000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
.primary-nav__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width:979px) {
  .primary-nav__row {
    padding: 0 35px;
  }
}
@media screen and (max-width:639px) {
  .primary-nav__row {
    padding: 0 20px;
  }
}
@media screen and (max-width:979px) {
  .primary-nav__wrapper {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 100%;
    z-index: 1000;
    padding-top: 40px;
    padding-bottom: 60px;
    background: #F3F6F6;
    max-width: 100%;
  }
  .primary-nav__wrapper.opened {
    display: block;
  }
}
.primary-nav__wrapper li {
  padding: 10px 20px;
}
.primary-nav__menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width:980px) {
  .primary-nav__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.primary-nav__menu li.contact-btn {
  border: none;
  background-color: transparent;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 25px;
  border-radius: 6px;
  min-width: 200px;
  min-height: 60px;
  border-radius: 29px;
  font-weight: 700;
  font-size: 14px;
  line-height: 97.46%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  -webkit-transform: perspective(1px) rotate(0.0000000001deg);
          transform: perspective(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: white;
  background: #D40E14;
  border: 1px solid #D40E14;
}
.primary-nav__menu li.contact-btn i {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}
.primary-nav__menu li.contact-btn:hover {
  background: transparent;
  color: #D40E14;
}
.primary-nav__menu li.contact-btn:hover {
  border: 1px solid white;
}
.primary-nav__menu li.contact-btn a {
  text-decoration: none !important;
  font-size: 15px !important;
  line-height: 20px;
  letter-spacing: 0.15em !important;
}
.primary-nav__menu li.contact-btn a:before {
  background: none !important;
}
.primary-nav__menu .menu-item {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width:980px) {
  .primary-nav__menu .menu-item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width:979px) {
  .primary-nav__menu .menu-item {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .primary-nav__menu .menu-item.contact-btn {
    margin-left: 20px;
    margin-top: 15px;
  }
  .primary-nav__menu .menu-item.contact-btn a {
    color: white !important;
  }
  .primary-nav__menu .menu-item .sub-menu li a {
    padding: 10px 0 !important;
  }
}
.primary-nav__menu .menu-item.button {
  padding: 10px;
}
.primary-nav__menu .menu-item.button > a {
  border: none;
  background-color: transparent;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 25px;
  border-radius: 6px;
  min-width: 200px;
  min-height: 60px;
  border-radius: 29px;
  font-weight: 700;
  font-size: 14px;
  line-height: 97.46%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  -webkit-transform: perspective(1px) rotate(0.0000000001deg);
          transform: perspective(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.primary-nav__menu .menu-item.button > a i {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}
.primary-nav__menu .menu-item.one > a {
  color: white;
  background: #D40E14;
  border: 1px solid #D40E14;
}
.primary-nav__menu .menu-item.one > a:hover {
  background: transparent;
  color: #D40E14;
}
.primary-nav__menu .menu-item:not(.button):not(.one) > a {
  position: relative;
  z-index: 1000;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 1.29px;
  line-height: 1.5;
  color: white;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  will-change: color;
  position: relative;
}
@media screen and (max-width:979px) {
  .primary-nav__menu .menu-item:not(.button):not(.one) > a {
    color: black;
  }
}
.primary-nav__menu .menu-item:not(.button):not(.one) > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  background: white;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 2px;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
.primary-nav__menu .menu-item:not(.button):not(.one) > a:hover {
  cursor: pointer;
  color: white;
}
.primary-nav__menu .menu-item:not(.button):not(.one) > a:hover::before {
  width: 100%;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
@media screen and (min-width:980px) {
  .primary-nav__menu .menu-item:not(.button):not(.one) > a {
    font-size: 1.125rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width:980px) {
  .primary-nav__menu .menu-item:not(.button):not(.one).menu-item-has-children > a::after {
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    font-smoothing: antialiased;
    font-size: 14px;
    content: "\f078";
    margin-left: 5px;
    display: inline-block;
    height: 1rem;
    overflow: hidden;
    color: currentColor;
    will-change: transform;
    line-height: 1.25;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: color, -webkit-transform;
    transition-property: transform, color;
    transition-property: transform, color, -webkit-transform;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    will-change: transform, color;
  }
  .primary-nav__menu .menu-item:not(.button):not(.one).menu-item-has-children > a:hover::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all ease 100ms;
    transition: all ease 100ms;
  }
}
@media screen and (min-width:980px) {
  .primary-nav__menu .menu-item:not(.button):not(.one).menu-item-has-children:hover > a::after, .primary-nav__menu .menu-item:not(.button):not(.one).menu-item-has-children:focus-within > a::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all ease 100ms;
    transition: all ease 100ms;
  }
  .primary-nav__menu .menu-item:not(.button):not(.one).menu-item-has-children:hover .sub-menu, .primary-nav__menu .menu-item:not(.button):not(.one).menu-item-has-children:focus-within .sub-menu {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    visibility: visible;
    opacity: 1;
  }
  .primary-nav__menu .menu-item:not(.button):not(.one).menu-item-has-children:hover .sub-menu a::before, .primary-nav__menu .menu-item:not(.button):not(.one).menu-item-has-children:focus-within .sub-menu a::before {
    background: black;
  }
}
.primary-nav__menu .menu-item:not(.button):not(.one).menu-item-has-children .sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 10px;
  display: none;
  padding-bottom: 10px;
  min-width: 100%;
}
.primary-nav__menu .menu-item:not(.button):not(.one).menu-item-has-children .sub-menu li {
  padding: 0;
}
@media screen and (max-width:979px) {
  .primary-nav__menu .menu-item:not(.button):not(.one).menu-item-has-children .sub-menu.opened {
    display: block;
  }
}
.primary-nav__menu .menu-item:not(.button):not(.one).menu-item-has-children .sub-menu .menu-item > a {
  color: black !important;
  font-weight: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding: 0;
}
@media screen and (min-width:980px) {
  .primary-nav__menu .menu-item:not(.button):not(.one).menu-item-has-children .sub-menu {
    position: absolute;
    z-index: 1000;
    min-width: 260px;
    background: #F3F6F6;
    left: 50%;
    padding: 30px 40px 20px;
    display: block;
    top: calc(100% + 10px);
    -webkit-transform: translate(-50%, -50px);
            transform: translate(-50%, -50px);
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility, -webkit-transform;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    will-change: transform, opacity, visibility;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
  }
  .primary-nav__menu .menu-item:not(.button):not(.one).menu-item-has-children .sub-menu::after {
    content: "";
    position: absolute;
    top: -10px;
    width: 10px;
    height: 10px;
    border-bottom: 5px solid #F3F6F6;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    z-index: 2;
  }
  .primary-nav__menu .menu-item:not(.button):not(.one).menu-item-has-children .sub-menu .menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    text-align: left;
  }
  .primary-nav__menu .menu-item:not(.button):not(.one).menu-item-has-children .sub-menu .menu-item > a {
    padding: 5px;
  }
  .primary-nav__menu .menu-item:not(.button):not(.one).menu-item-has-children .sub-menu > .sub-menu {
    padding: 0;
    position: unset;
  }
  .primary-nav__menu .menu-item:not(.button):not(.one).menu-item-has-children .sub-menu > .sub-menu::before, .primary-nav__menu .menu-item:not(.button):not(.one).menu-item-has-children .sub-menu > .sub-menu::after {
    display: none;
  }
  .primary-nav__menu .menu-item:not(.button):not(.one).menu-item-has-children .sub-menu > .sub-menu .menu-item > a {
    padding-left: 10px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
  }
  .primary-nav__menu .menu-item:not(.button):not(.one).menu-item-has-children .sub-menu > .sub-menu .menu-item > a::before {
    content: "-";
    margin-left: 5px;
    -webkit-transition: all ease 100ms;
    transition: all ease 100ms;
    -webkit-transform: none;
            transform: none;
    display: inline-block;
    color: currentColor;
    font-size: 18px;
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    font-smoothing: antialiased;
  }
}
.primary-nav__menu .menu-item:not(.button):not(.one).menu-item-has-children .sub-menu:last-child .sub-menu {
  right: 0;
  left: auto;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.primary-nav__menu .menu-item:not(.button):not(.one).menu-item-has-children .sub-menu:last-child .sub-menu:last-child .sub-menu {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.primary-nav__menu .menu-item:not(.button):not(.one).current-menu-item > a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.nav-toggle {
  border: none;
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 2.75rem;
  height: 2.75rem;
  position: relative;
  color: white;
  cursor: pointer;
}
@media screen and (min-width:980px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle::before, .nav-toggle::after {
  content: "";
  display: block;
  height: 3px;
  width: 40px;
  background: currentColor;
  opacity: 1;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  will-change: transform, opacity;
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.nav-toggle::after {
  max-width: 1.5rem;
}
.nav-toggle__burger-line {
  position: relative;
  background: transparent;
  height: 3px;
  width: 35px;
}
.nav-toggle__burger-line::before, .nav-toggle__burger-line::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 1px;
  background: currentColor;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  will-change: transform;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.nav-toggle--menu-opened::before {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.nav-toggle--menu-opened::after {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  width: 100%;
}
.nav-toggle--menu-opened .nav-toggle__burger-line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.nav-toggle--menu-opened .nav-toggle__burger-line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
  width: 100%;
}

.mobile-submenu-trigger {
  height: 1.5rem;
  width: 1.5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: none;
  padding: 0;
  font-weight: bold;
  color: #D40E14;
}
@media screen and (min-width:980px) {
  .mobile-submenu-trigger {
    display: none;
  }
}
.mobile-submenu-trigger::after {
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  font-size: 14px;
  content: "\f078";
  margin-left: 5px;
  display: inline-block;
  height: 1rem;
  overflow: hidden;
  color: currentColor;
  will-change: transform;
  line-height: 1.25;
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: transform, color;
  transition-property: transform, color, -webkit-transform;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  will-change: transform, color;
}
.mobile-submenu-trigger.opened {
  color: #D40E14;
}
.mobile-submenu-trigger.opened::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tribe_events-template-default .site-header {
  background: #283748;
}
.tribe_events-template-default .tribe-events-before-html {
  margin-top: 200px;
}
.tribe_events-template-default .site-main {
  position: relative;
}
.tribe_events-template-default .site-main:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 25%;
  max-height: 800px;
  background: #283748;
  z-index: -1;
}
@media screen and (max-width:639px) {
  .tribe_events-template-default .site-main:after {
    height: 12%;
  }
}
.tribe_events-template-default .tribe-events-single .tribe-events-back a {
  border-bottom: 3px solid #EBC442;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.tribe_events-template-default .tribe-events-single .tribe-events-back, .tribe_events-template-default .tribe-events-single .tribe-events-notices li, .tribe_events-template-default .tribe-events-single .tribe-events-single-event-title {
  color: white;
}
.tribe_events-template-default .tribe-events-single .tribe-events-back a, .tribe_events-template-default .tribe-events-single .tribe-events-notices li a, .tribe_events-template-default .tribe-events-single .tribe-events-single-event-title a {
  color: white;
}
.tribe_events-template-default .tribe-events-single .tribe-events-notices {
  border-bottom: none;
}
@media screen and (min-width:980px) {
  .tribe_events-template-default .tribe-events-single .tribe-events-single-event-title {
    -webkit-flex-basis: calc(8 / 12 * 100%);
        -ms-flex-preferred-size: calc(8 / 12 * 100%);
            flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
}
@media screen and (max-width:639px) {
  .tribe_events-template-default .tribe-events-before-html {
    margin-top: 100px;
  }
}

.ie11 * {
  min-width: 1px;
}
.ie11 body {
  width: 100%;
}
.ie11 body > * {
  min-width: 1px;
}
.ie11 html {
  width: 100%;
}
.ie11 html > * {
  min-width: 1px;
}
.ie11 .banner-content-box {
  width: 100%;
}
.ie11 select:not([multiple]) {
  background-image: none;
  padding-right: 0px;
}
.ie11 .button {
  max-width: 300px;
}
.ie11 .translation_cta .button, .ie11 .donate_now_cta .button {
  margin: 0 auto;
}
.ie11 .item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ie11 .row {
  width: 100%;
}
.ie11 .row > * {
  width: 100%;
}
.ie11 .banner-wrapper {
  width: 100%;
}
.ie11 p, .ie11 .gform_description {
  width: 100%;
}
.ie11 .block-grid-2,
.ie11 .block-grid-3,
.ie11 .block-grid-4 {
  width: 100%;
}
.ie11 .accordion-holder {
  width: 100%;
}
.ie11 .accordion-holder .type {
  text-align: right;
}
.ie11 .accordion-label p, .ie11 .accordion-label .gform_description {
  width: auto;
}
.ie11 .compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.ie11 .compat-object-fit img {
  opacity: 0;
}
.ie11 .read-more {
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: auto;
  max-width: auto;
  min-height: auto;
  max-height: auto;
  width: auto;
  padding: 0;
}
.ie11 .label {
  max-width: auto;
  width: auto;
}
.ie11 select::-ms-expand {
  display: none;
}
.ie11 .single-post-cat-list a, .ie11 .single-post-cat-list p, .ie11 .single-post-cat-list .gform_description {
  width: auto;
  text-align: left;
}
.ie11 .single-post-cat-list .divider {
  width: 20px;
}
.ie11 .get_in_touch_form {
  height: 900px;
}
.ie11 .get_in_touch_form .contact-form-container .gform_fields .gfield {
  -webkit-flex-basis: 47% !important;
      -ms-flex-preferred-size: 47% !important;
          flex-basis: 47% !important;
}
.ie11 .get_in_touch_form .contact-form-container .gform_fields .gfield:last-of-type {
  -webkit-flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important;
}
.ie11 .single-map-wrapper .content-column > * {
  max-height: 60px;
}
.ie11 #menu-item-1141 a {
  padding-top: 22px;
}
.ie11 .logo-grid .block-grid-3 .logo-container {
  max-width: 28%;
  -webkit-flex-basis: 28%;
      -ms-flex-preferred-size: 28%;
          flex-basis: 28%;
}
.ie11 .icon-post-wrapper .block-grid-2 .icon-post {
  max-width: 47%;
  -webkit-flex-basis: 47%;
      -ms-flex-preferred-size: 47%;
          flex-basis: 47%;
}

.search-results .loop-item .image-column {
  position: relative;
  bottom: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.search-results .loop-item .image-column:hover {
  bottom: 10px;
  -webkit-box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
}

.single-post .author {
  padding: 40px 0px;
  margin: auto;
  margin-bottom: 50px;
  max-width: 990px;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(255, 255, 255, 0)), color-stop(8%, #f4f5ee));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 8%, #f4f5ee 8%);
  margin-top: calc(20px + (50 - 20) * (100vw - 320px) / (1200 - 320));
  margin-bottom: calc(40px + (130 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .single-post .author {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .single-post .author {
    margin-bottom: 130px;
  }
}
.single-post .author img {
  width: 180px;
}
.single-post .author .written-by {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.single-post .author .written-by .h6 {
  margin-right: 10px;
  color: #212121;
  letter-spacing: 2px;
  line-height: 32px;
}
.single-post .author .content-column {
  padding-left: 30px;
}

.single-post-cat-list {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.single-post-cat-list .divider {
  margin-left: 5px;
  margin-right: 5px;
  color: #D40E14;
}
.single-post-cat-list .h6 {
  padding: 5px 0;
  color: #D40E14;
}
.single-post-cat-list .single-post-cat-link {
  padding-right: 1rem;
}
.single-post-cat-list .single-post-date {
  position: relative;
}
.single-post-cat-list .single-post-date::before {
  content: "|";
  position: absolute;
  left: -0.625rem;
}

.post-selector-wrapper .content-column {
  padding: 20px;
}
.post-selector-wrapper .content-column h4:hover {
  color: #1B325F;
}
.post-selector-wrapper .image-column img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width:1200px) {
  .post-selector-wrapper .block-grid-1 .loop-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .post-selector-wrapper .block-grid-1 .loop-item .image-column,
.post-selector-wrapper .block-grid-1 .loop-item .content-column {
    -webkit-flex-basis: calc(6 / 12 * 100%);
        -ms-flex-preferred-size: calc(6 / 12 * 100%);
            flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
  .post-selector-wrapper .block-grid-1 .loop-item .content-column h4 {
    font-size: 32px;
    line-height: 44px;
  }
  .post-selector-wrapper .block-grid-1 .loop-item .image-column {
    height: 420px;
  }
  .post-selector-wrapper .block-grid-1 .loop-item .image-column img {
    height: 420px;
    width: 100%;
  }
  .post-selector-wrapper .block-grid-1 .content-column {
    padding: 40px;
  }
  .post-selector-wrapper .block-grid-1 img {
    height: 520px;
  }
  .post-selector-wrapper .block-grid-2 img {
    height: 320px;
  }
  .post-selector-wrapper .block-grid-3 img {
    height: 220px;
  }
  .post-selector-wrapper .block-grid-4 img {
    height: 180px;
  }
}
.post-selector-wrapper .resource-post .content-column {
  text-align: left;
}
.post-selector-wrapper .resource-post .image-column img {
  height: 320px;
  margin-bottom: 0;
}
.post-selector-wrapper .loop-title a {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}

.featured-post-wrapper {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.related-posts {
  padding-top: 100px;
  background-color: #F3F6F6;
}
.related-posts .left_intro {
  padding-bottom: 20px;
}
.related-posts .left_intro .row {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.related-posts .post-selector-wrapper {
  padding-bottom: 120px;
  background-color: #F3F6F6;
}

.background-post {
  padding: 40px 20px 20px 20px;
  z-index: 0;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-size: cover;
  background-repeat: no-repeat;
}
.background-post:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  z-index: -1;
}
.background-post:hover {
  z-index: 0;
  position: relative;
}
.background-post:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  z-index: -1;
}
.background-post .content-column {
  z-index: 100;
}
.background-post .content-column a,
.background-post .content-column p,
.background-post .content-column .gform_description,
.background-post .content-column h3,
.background-post .content-column h4,
.background-post .content-column .h6 {
  color: #ffffff;
}

.blog .footer-newsletter,
.page-template-_posts .footer-newsletter {
  display: block;
}

.single-post .content-column {
  position: relative;
}
.single-post .content-column img:not([class]) {
  margin-bottom: 1.25rem;
}
.single-post .single-post-content {
  margin-bottom: 130px;
}
.single-post .blog_related_posts_intro {
  padding-bottom: 30px;
  padding-top: 60px;
}

.page-template-_posts .post-selector-wrapper {
  padding: 90px 10px;
}

.single-blog-banner {
  padding-top: calc(190px + (300 - 190) * (100vw - 320px) / (1200 - 320));
  margin-bottom: 280px;
  background: #344A5F;
}
@media screen and (min-width: 1200px) {
  .single-blog-banner {
    padding-top: 300px;
  }
}
.single-blog-banner .content-container {
  text-align: center;
}
.single-blog-banner .content-column {
  color: #ffffff;
  padding: 35px 100px 30px;
}
.single-blog-banner .content-column .h6, .single-blog-banner .content-column h1, .single-blog-banner .content-column .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col span, .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col .single-blog-banner .content-column span, .single-blog-banner .content-column h2 {
  color: #ffffff;
}
.single-blog-banner .content-column h1, .single-blog-banner .content-column .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col span, .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col .single-blog-banner .content-column span {
  font-weight: 400;
  font-size: calc(34px + (62 - 34) * (100vw - 320px) / (1200 - 320));
  line-height: calc(40px + (84 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .single-blog-banner .content-column h1, .single-blog-banner .content-column .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col span, .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col .single-blog-banner .content-column span {
    font-size: 62px;
  }
}
@media screen and (min-width: 1200px) {
  .single-blog-banner .content-column h1, .single-blog-banner .content-column .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col span, .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col .single-blog-banner .content-column span {
    line-height: 84px;
  }
}
@media screen and (max-width:639px) {
  .single-blog-banner .content-column {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
    padding: 20px;
  }
}
.single-blog-banner .image-banner {
  height: 600px;
  width: 100%;
  background-size: cover;
  position: relative;
  top: 180px;
  margin-top: -160px;
}
@media screen and (max-width:639px) {
  .single-blog-banner .image-banner {
    height: 300px;
  }
}

.breadcrumbs {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.breadcrumbs a {
  color: #1B1B1B;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}
.breadcrumbs .separator {
  margin: 0 10px;
}
.breadcrumbs .item-current a {
  color: #D40E14;
  border-bottom: 1px solid #D40E14;
}

.single-post-content {
  margin-bottom: 130px;
}
.single-post-content .content-column {
  position: relative;
}

.event-page-wrapper {
  padding-top: calc(20px + (80 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .event-page-wrapper {
    padding-top: 80px;
  }
}
.event-page-wrapper .map-column {
  margin-bottom: 2rem;
}
.event-page-wrapper .columns-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.event-page-wrapper .columns-12 .wyswyg {
  padding-right: 40px;
}
.event-page-wrapper .columns-12 .detail-item {
  padding-bottom: 25px;
}
.event-page-wrapper .columns-12 .detail-item p, .event-page-wrapper .columns-12 .detail-item .gform_description, .event-page-wrapper .columns-12 .detail-item h4, .event-page-wrapper .columns-12 .detail-item h5, .event-page-wrapper .columns-12 .detail-item a {
  color: #212121;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 29px;
  padding-bottom: 5px;
}
.event-page-wrapper .columns-12 .details {
  border-radius: 3px;
  padding: 20px 0px 10px 50px;
}
.event-page-wrapper .columns-12 .details i {
  color: #1B325F;
}
.event-page-wrapper .columns-12 .details p, .event-page-wrapper .columns-12 .details .gform_description, .event-page-wrapper .columns-12 .details h4, .event-page-wrapper .columns-12 .details h5, .event-page-wrapper .columns-12 .details a {
  color: #212121;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 29px;
}
.event-page-wrapper .columns-12 .details a.button {
  max-width: 200px;
  color: white;
  margin-top: 5px;
}
.event-page-wrapper .columns-12 .details h2 {
  padding-bottom: 20px;
}
.event-page-wrapper .columns-12 .details .detail-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.event-page-wrapper .columns-12 .details .detail-item i {
  width: 20px;
  position: relative;
  top: 9px;
  margin-right: 5px;
}
.event-page-wrapper .columns-12 .details .detail-item p, .event-page-wrapper .columns-12 .details .detail-item .gform_description {
  padding-right: 10px;
}
.event-page-wrapper .columns-12 .details .organizer a {
  padding-bottom: 0px;
}
.event-page-wrapper .columns-12 .details .organizer p, .event-page-wrapper .columns-12 .details .organizer .gform_description {
  padding-bottom: 5px;
}
.event-page-wrapper .columns-12 .details .registration {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.event-page-wrapper .columns-12 .details .registration .item-title {
  padding-bottom: 5px;
}
.event-page-wrapper .button {
  margin-top: 40px;
  width: 100%;
}

.related-events-block {
  padding-top: 70px;
  padding-bottom: 90px;
  margin-top: 90px;
  background: #f0f5f9;
}
.related-events-block .centererd_intro {
  margin-bottom: 40px;
}
.related-events-block .loop-hidden {
  background: white;
}

.centered-intro .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.centered-intro .content-container {
  text-align: center;
  -webkit-flex-basis: calc(6 / 12 * 100%);
      -ms-flex-preferred-size: calc(6 / 12 * 100%);
          flex-basis: calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
}
@media screen and (max-width:1199px) {
  .centered-intro .content-container {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
    margin: 0 auto;
  }
}
.centered-intro .cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.left-aligned-intro .row {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.left-aligned-intro .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.left-aligned-intro .body p, .left-aligned-intro .body .gform_description {
  padding-right: 20px;
}
@media screen and (max-width:639px) {
  .left-aligned-intro .body {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .left-aligned-intro .body .contents {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    text-align: center;
  }
  .left-aligned-intro .body .cta-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .left-aligned-intro .body .cta-column .cta-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:767px) {
  .left-aligned-intro .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .left-aligned-intro .body p, .left-aligned-intro .body .gform_description {
    padding-right: 0px;
  }
  .left-aligned-intro .body .cta-column {
    margin: 0 auto;
  }
}
.left-aligned-intro .content-container {
  text-align: left;
  position: relative;
  -webkit-flex-basis: calc(10 / 12 * 100%);
      -ms-flex-preferred-size: calc(10 / 12 * 100%);
          flex-basis: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
  margin: auto;
  margin-bottom: calc(30px + (50 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .left-aligned-intro .content-container {
    margin-bottom: 50px;
  }
}
@media screen and (max-width:767px) {
  .left-aligned-intro .content-container {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
    text-align: center;
    margin: 0 auto;
  }
  .left-aligned-intro .content-container .cta-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media screen and (min-width:1200px) {
  .left-aligned-intro .contents p, .left-aligned-intro .contents .gform_description {
    max-width: 78%;
  }
}

@media screen and (min-width:769px) {
  .split-intro .content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .split-intro .content-container .headings {
    -webkit-flex-basis: calc(5 / 12 * 100%);
        -ms-flex-preferred-size: calc(5 / 12 * 100%);
            flex-basis: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .split-intro .content-container .body {
    -webkit-flex-basis: calc(6 / 12 * 100%);
        -ms-flex-preferred-size: calc(6 / 12 * 100%);
            flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
    padding: 35px 0px 0px 10px;
  }
}
@media screen and (max-width:1199px) {
  .split-intro .content-container {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
    text-align: center;
    margin: 0 auto;
  }
  .split-intro .content-container .cta-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.split-intro .h6, .split-intro h2, .centered-intro .h6, .centered-intro h2 {
  margin: 0px;
}
.split-intro h2, .centered-intro h2 {
  padding-bottom: 20px;
}
.split-intro .h6, .centered-intro .h6 {
  padding-bottom: 10px;
}
.split-intro .cta-container, .centered-intro .cta-container {
  margin-top: 20px;
}
@media screen and (max-width:1199px) {
  .split-intro, .centered-intro {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.home .left-aligned-intro .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-image .content-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}
.content-image img {
  z-index: 100;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 700px;
}
.content-image .h6 {
  color: #D40E14;
  padding-bottom: 20px;
}

.full-width-content-image .row {
  max-width: 1600px;
  margin: 0 auto;
}

.right-image-content .content-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.right-image-content .content-image-container .content-column {
  padding: 60px 60px 80px 40px;
}
.right-image-content .image-column {
  position: relative;
}
.right-image-content .image-column .secondary-image {
  height: 400px;
  width: 400px;
  position: absolute;
  right: -40%;
  top: 10%;
}

.left-image-content .content-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.left-image-content .content-image-container .content-column {
  padding: 60px 40px 80px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.left-image-content .image-column {
  position: relative;
}
.left-image-content .image-column .secondary-image {
  height: 400px;
  width: 400px;
  position: absolute;
  left: -40%;
  top: 10%;
}

.left-image-content.full-width-content-image .content-image-container {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.vert-image .content-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.vert-image .content-image-container .image-column {
  -webkit-flex-basis: calc(12 / 12 * 100%);
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
          flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}
.vert-image .content-image-container .content-column {
  -webkit-flex-basis: calc(12 / 12 * 100%);
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
          flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
  padding: 20px;
}

@media screen and (max-width:1199px) {
  .left-image-content .content-column, .left-image-content .image-column, .right-image-content .content-column, .right-image-content .image-column {
    -webkit-flex-basis: calc(6 / 12 * 100%);
        -ms-flex-preferred-size: calc(6 / 12 * 100%);
            flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
}
@media screen and (max-width:979px) {
  .content-image .content-column {
    padding: 30px 20px !important;
  }

  .left-image-content, .right-image-content {
    padding: 0px !important;
  }
}
@media screen and (max-width:767px) {
  .content-image {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
  }
  .content-image .content-image-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .content-image .content-image-container .content-column, .content-image .content-image-container .image-column {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
    text-align: center;
  }
  .content-image .content-image-container .content-column img, .content-image .content-image-container .image-column img {
    max-height: 400px !important;
  }
  .content-image .content-image-container .image-column {
    width: 100%;
  }
}
.content-image .image-column {
  position: relative;
}
.content-image .image-column .grouped-elements {
  position: absolute;
  left: 41%;
  top: 40%;
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.content-image .image-column .grouped-elements:hover {
  opacity: 1;
}
.content-image .image-column .grouped-elements i {
  color: #D40E14;
  font-size: 32px;
}

.right-image-content.background-box-1 {
  position: relative;
}
@media screen and (min-width:980px) {
  .right-image-content.background-box-1::after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 50%;
    width: 30%;
    content: "";
    background-color: #D40E14;
  }
}

.left-image-content.background-box-1 {
  position: relative;
}
@media screen and (min-width:980px) {
  .left-image-content.background-box-1::after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 50%;
    width: 30%;
    content: "";
    background-color: #D40E14;
  }
}

.background-image-content {
  background-repeat: no-repeat;
  z-index: 0;
  position: relative;
}
.background-image-content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  z-index: -1;
}
.background-image-content .row .content-column {
  z-index: 100;
  padding: 40px;
}

.left-content-background .row-center {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.right-content-background .row-center {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon-post {
  text-align: left;
  z-index: 10;
  margin-bottom: calc(30px + (60 - 30) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .icon-post {
    margin-bottom: 60px;
  }
}
.icon-post img {
  margin: 0px auto 20px;
  padding-top: 0px;
  height: 80px;
  width: auto;
}
.icon-post a {
  margin-bottom: 10px;
}
.icon-post a i {
  margin-left: 10px;
  font-weight: 400;
}

.dark-background-icon-post .icon-post {
  border: 1px solid white;
  padding: 60px 20px 40px;
}
.dark-background-icon-post .icon-post h1, .dark-background-icon-post .icon-post .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col span, .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col .dark-background-icon-post .icon-post span,
.dark-background-icon-post .icon-post h2,
.dark-background-icon-post .icon-post h3,
.dark-background-icon-post .icon-post h4,
.dark-background-icon-post .icon-post h5,
.dark-background-icon-post .icon-post h6,
.dark-background-icon-post .icon-post p,
.dark-background-icon-post .icon-post .gform_description {
  color: white;
}
.dark-background-icon-post .icon-post .read-more {
  color: white;
  border-bottom: 1px solid white;
}

.page-template-_resources .resource-post .content-column .loop-title a {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}

.highlights-posts-wrapper {
  position: relative;
}
.highlights-posts-wrapper:after {
  position: absolute;
  content: "";
  width: 94%;
  height: 100%;
  background: white;
  right: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width:1199px) {
  .highlights-posts-wrapper:after {
    width: 100vw;
  }
}
.highlights-posts-wrapper .highlights-intro {
  z-index: 10;
  position: relative;
}
.highlights-posts-wrapper .split-highlights-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.highlights-posts-wrapper .highlight-post {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.highlights-posts-wrapper .highlight-post img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.highlights-posts-wrapper .highlight-post h4, .highlights-posts-wrapper .highlight-post h3, .highlights-posts-wrapper .highlight-post h5 {
  padding-bottom: 10px;
}
.highlights-posts-wrapper .highlight-post .highlights-content {
  padding-left: 20px;
}
.highlights-posts-wrapper .highlight-post .highlights-content h3, .highlights-posts-wrapper .highlight-post .highlights-content h4, .highlights-posts-wrapper .highlight-post .highlights-content h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}
@media screen and (max-width:979px) {
  .highlights-posts-wrapper .split-highlights-wrapper {
    display: block;
  }
  .highlights-posts-wrapper .split-highlights-wrapper div {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
}
@media screen and (max-width:979px) and (max-width:767px) {
  .highlights-posts-wrapper .split-highlights-wrapper div {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (min-width:980px) {
  .highlights-posts-wrapper .block-grid-2 .highlights-post {
    padding-left: 0;
    padding-left: 0;
  }
}
.highlights-posts-wrapper.one-column-highlights .split-highlights-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.highlights-posts-wrapper.one-column-highlights .split-highlights-wrapper .highlights-intro {
  -webkit-flex-basis: calc(10 / 12 * 100%);
      -ms-flex-preferred-size: calc(10 / 12 * 100%);
          flex-basis: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
}
.highlights-posts-wrapper.one-column-highlights .split-highlights-wrapper .highlights-content-container {
  -webkit-flex-basis: calc(12 / 12 * 100%);
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
          flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}
@media screen and (max-width:1199px) {
  .highlights-posts-wrapper .highlights-intro {
    padding-left: 30px;
  }
}

.highlights-posts-wrapper .block-grid-1 .highlight-post {
  padding: 40px 0px 20px;
}
.highlights-posts-wrapper .block-grid-2 .highlight-post {
  padding: 30px 20px 20px;
}
.highlights-posts-wrapper .block-grid-3 .highlight-post {
  padding: 30px 20px 20px;
}
.highlights-posts-wrapper .block-grid-4 {
  padding: 30px 20px 20px;
}

.dark-background-highlights h1, .dark-background-highlights .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col span, .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col .dark-background-highlights span, .dark-background-highlights h2, .dark-background-highlights h3, .dark-background-highlights h4, .dark-background-highlights h5, .dark-background-highlights h6, .dark-background-highlights p, .dark-background-highlights .gform_description {
  color: white;
}

.statistics-wrapper .statistic {
  z-index: 10;
  text-align: center;
}
.statistics-wrapper .statistic img {
  margin-bottom: 15px;
}
.statistics-wrapper .statistic .stat-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.statistics-wrapper .statistic .stat-container .h3 {
  margin-right: 8px;
}

.psuedo-wrapper {
  position: relative;
}
.psuedo-wrapper::after {
  position: absolute;
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width:1799px) {
  .psuedo-wrapper {
    overflow-x: hidden;
  }
}
.contact-form .follow {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 29px;
  color: #D40E14;
  padding-top: 30px;
  text-transform: uppercase;
}
.contact-form .contact-layout-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-form .contact-layout-wrapper .contact-info {
  padding-right: 30px;
  display: none;
}
.contact-form .contact-layout-wrapper .contact-info .contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact-form .contact-layout-wrapper .contact-info .contact-item p, .contact-form .contact-layout-wrapper .contact-info .contact-item .gform_description,
.contact-form .contact-layout-wrapper .contact-info .contact-item a {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  padding-bottom: 10px;
}
.contact-form .contact-layout-wrapper .contact-info .contact-item i {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  margin-right: 20px;
}
@media screen and (max-width:979px) {
  .contact-form .contact-layout-wrapper .form-wrapper {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
}

.gravity-form .form-title, .gform_wrapper .form-title {
  margin: 0 auto 40px;
  text-align: center;
}
.gravity-form .form-title h2, .gform_wrapper .form-title h2 {
  color: #1B325F;
}
.gravity-form fieldset, .gform_wrapper fieldset {
  border: 0px solid white;
  margin: 0;
  padding: 0em;
}
.gravity-form .contact-layout-wrapper, .gform_wrapper .contact-layout-wrapper {
  background: white;
  padding: 40px 100px 100px;
  border-radius: 10px;
  margin: 0 auto;
}
.gravity-form li, .gform_wrapper li {
  margin-bottom: 20px;
}
.gravity-form .gfield, .gform_wrapper .gfield {
  margin-bottom: 0px;
}
.gravity-form .gform_fields, .gform_wrapper .gform_fields {
  margin-left: 0px;
  margin-right: 0px;
}
.gravity-form .gfield_label, .gform_wrapper .gfield_label {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: black !important;
}
.gravity-form label,
.gravity-form legend, .gform_wrapper label,
.gform_wrapper legend {
  color: #D40E14;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  line-height: calc(15px + (18 - 15) * (100vw - 320px) / (1200 - 320));
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 1200px) {
  .gravity-form label,
.gravity-form legend, .gform_wrapper label,
.gform_wrapper legend {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .gravity-form label,
.gravity-form legend, .gform_wrapper label,
.gform_wrapper legend {
    line-height: 18px;
  }
}
.gravity-form input,
.gravity-form textarea,
.gravity-form select, .gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
  border: 1px solid rgba(27, 27, 27, 0.3) !important;
  border-radius: 2px;
}
.gravity-form .gform_button, .gform_wrapper .gform_button {
  border: none;
  background-color: transparent;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 25px;
  border-radius: 6px;
  min-width: 200px;
  min-height: 60px;
  border-radius: 29px;
  font-weight: 700;
  font-size: 14px;
  line-height: 97.46%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  -webkit-transform: perspective(1px) rotate(0.0000000001deg);
          transform: perspective(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: white;
  background: #D40E14;
  border: 1px solid #D40E14;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
.gravity-form .gform_button i, .gform_wrapper .gform_button i {
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}
.gravity-form .gform_button:hover, .gform_wrapper .gform_button:hover {
  background: transparent;
  color: #D40E14;
}
.gravity-form .gform_footer, .gform_wrapper .gform_footer {
  padding: 0px;
}
.gravity-form .gform_footer .button, .gform_wrapper .gform_footer .button {
  margin: 0px;
  border: none !important;
}
.gravity-form .spacer.gfield, .gform_wrapper .spacer.gfield {
  display: none;
}

.font-icon {
  height: 22px;
  width: auto;
  margin-right: 15px;
  position: relative;
  top: 2px;
}

@media screen and (max-width:1199px) {
  .contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.map-block .single-map-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.location-wrapper {
  padding: 90px 10px;
}

.location-post {
  border: 1px solid #D40E14;
  border-radius: 3px;
  padding: 20px;
}
.location-post .contact-item {
  position: relative;
  padding-left: 30px;
  padding-bottom: 5px;
}
.location-post .contact-item p, .location-post .contact-item .gform_description {
  padding-bottom: 0px;
}
.location-post .contact-item i {
  position: absolute;
  left: 0px;
  top: 5px;
}

.logo-grid img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 120px;
  margin: 0 auto;
}
.logo-grid .floating-posts {
  position: relative;
  bottom: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.logo-grid .floating-posts:hover {
  bottom: 10px;
  -webkit-box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
}
.logo-grid .logo-grid-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(27, 27, 27, 0.4);
  border-radius: 3px;
  padding: 40px 30px;
}
.logo-grid .logo-grid-post {
  padding-top: 10px;
}
@media screen and (max-width:979px) {
  .logo-grid .logo-grid-post {
    padding: 20px;
    margin: 0 auto;
  }
}
.logo-grid .block-grid-4 img {
  width: auto;
}
.logo-grid .block-grid-3 img {
  width: auto;
}

@media screen and (max-width:639px) {
  .logo-grid-content {
    margin-bottom: 20px;
  }
}
.logo-slider {
  margin: 0 auto;
  max-width: 90vw;
}
.logo-slider .slick-slide {
  margin: 4px;
}
.logo-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #1B1B1B;
  height: 80px;
  width: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
.logo-slider .slick-arrow:hover {
  cursor: pointer;
}
.logo-slider .slick-arrow i {
  font-weight: 300;
  font-size: 24px;
}
.logo-slider .slick-next {
  right: -60px;
}
.logo-slider .slick-prev {
  left: -60px;
}

@media screen and (max-width:979px) {
  .anvil-wyswyg {
    padding: 20px !important;
  }
  .anvil-wyswyg .content-container {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .anvil-wyswyg li {
    width: 100%;
  }
}
@media screen and (max-width:639px) {
  .anvil-wyswyg {
    padding: 0 !important;
  }
}
.anvil-wyswyg .gform_wrapper {
  border-radius: 10px;
}
.anvil-wyswyg .content-container p img, .anvil-wyswyg .content-container .gform_description img {
  width: 100%;
}
.anvil-wyswyg .content-container blockquote {
  padding: 30px 30px;
  -webkit-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
.anvil-wyswyg .content-container blockquote p, .anvil-wyswyg .content-container blockquote .gform_description {
  font-weight: 400;
  font-size: 20px;
  line-height: 48px;
  padding-bottom: 30px;
}
.anvil-wyswyg .content-container blockquote p:last-of-type, .anvil-wyswyg .content-container blockquote .gform_description:last-of-type {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #D40E14;
  padding: 0;
}
@media screen and (min-width:980px) {
  .anvil-wyswyg .content-container blockquote {
    padding: 70px 80px;
    width: 160%;
    position: relative;
    left: -30%;
  }
  .anvil-wyswyg .content-container blockquote p, .anvil-wyswyg .content-container blockquote .gform_description {
    font-size: 50px;
    line-height: 68px;
  }
}

.single-resource .content-container {
  padding-top: 0;
}
.single-resource .social-share.vertical {
  margin-top: 0;
  -webkit-flex-basis: calc(2 / 12 * 100%);
      -ms-flex-preferred-size: calc(2 / 12 * 100%);
          flex-basis: calc(2 / 12 * 100%);
  max-width: calc(2 / 12 * 100%);
}
.single-resource .social-share.vertical .h6 {
  margin-right: 0;
  letter-spacing: 0;
}
.single-resource .anvil-wyswyg {
  padding-bottom: 0;
}
.single-resource .single-post-content {
  margin-bottom: 0;
}
.single-resource .read-more-white:after {
  background: white !important;
}
.single-resource .author-section {
  position: relative;
}
.single-resource .author-section:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: #F3F6F6;
  z-index: -1;
}
.single-resource .author-section .author {
  background: #344A5F;
  padding: 50px 50px 70px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.single-resource .author-section .author .content-column {
  color: white;
}
.single-resource .author-section .author .author-name {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
}
.single-resource .author-section .author .content-column {
  padding-left: 30px;
}
@media screen and (max-width:639px) {
  .single-resource .author-section .author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 30px;
  }
  .single-resource .author-section .author .content-column {
    padding-left: 0;
  }
  .single-resource .author-section .author .image-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
.single-resource .row:not(.weglot) {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-resource .row:not(.weglot) .tags {
  padding: 20px;
}
.single-resource .row:not(.weglot) .tags a {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #D40E14;
  text-decoration: underline;
}
.single-resource .row:not(.weglot) .tags h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
}
@media screen and (max-width:639px) {
  .single-resource .row:not(.weglot) .tags {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
}
.single-resource .related-posts {
  padding-top: 80px;
  background-color: #f3f6f6;
}
.single-resource .related-posts .row-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.single-resource .related-posts .text-container {
  text-align: center;
}
@media screen and (min-width:980px) {
  .single-resource .related-posts .text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
  .single-resource .related-posts .text-container p, .single-resource .related-posts .text-container .gform_description {
    width: 50%;
  }
}
.single-resource .related-posts .post-selector-wrapper .image-column img {
  height: 320px;
}

.anvil-testimonial {
  padding-bottom: calc(100px + (100 - 100) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .anvil-testimonial {
    padding-bottom: 100px;
  }
}
.anvil-testimonial .columns-10 {
  padding: 10px;
}
.anvil-testimonial .quote p, .anvil-testimonial .quote .gform_description {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: calc(18px + (32 - 18) * (100vw - 320px) / (1200 - 320));
  line-height: calc(30px + (52 - 30) * (100vw - 320px) / (1200 - 320));
  font-style: italic;
}
@media screen and (min-width: 1200px) {
  .anvil-testimonial .quote p, .anvil-testimonial .quote .gform_description {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .anvil-testimonial .quote p, .anvil-testimonial .quote .gform_description {
    line-height: 52px;
  }
}
.anvil-testimonial .slick-list {
  padding-bottom: 50px;
}
.anvil-testimonial .slick-list, .anvil-testimonial .slick-list .slick-track {
  overflow: visible !important;
}
.anvil-testimonial .slick-list .slick-slide {
  opacity: 0.1;
}
.anvil-testimonial .slick-list .slick-slide .testimonial .wrapper {
  border: 1px solid transparent;
}
.anvil-testimonial .slick-list .slick-slide.slick-current {
  opacity: 1;
}
.anvil-testimonial .slick-list .slick-slide.slick-current .testimonial .wrapper {
  border-color: #1B1B1B;
}
.anvil-testimonial .no-slider {
  -webkit-flex-basis: calc(8 / 12 * 100%);
      -ms-flex-preferred-size: calc(8 / 12 * 100%);
          flex-basis: calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%);
  text-align: center;
}
.anvil-testimonial .no-slider img {
  margin-bottom: 25px;
}
.anvil-testimonial .no-slider h5 {
  padding-bottom: 8px;
}
.anvil-testimonial .testimonial-slider .testimonial {
  padding-bottom: 50px;
}
.anvil-testimonial .testimonial-slider .testimonial > .wrapper {
  padding: 80px;
  padding-bottom: 0;
  border: 2px solid #1B1B1B;
  min-height: 450px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.anvil-testimonial .testimonial-slider .testimonial img {
  margin-bottom: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .anvil-testimonial .testimonial-slider .testimonial img {
    margin-bottom: 50px;
  }
}
.anvil-testimonial .testimonial-slider .testimonial .quote-source {
  background: white;
  position: relative;
  top: 50px;
  padding: 20px 30px;
  max-width: 400px;
}
@media screen and (max-width:767px) {
  .anvil-testimonial .testimonial-slider .testimonial .quote-source {
    min-width: auto;
  }
}
.anvil-testimonial .testimonial-slider .testimonial .quote-source h5 {
  padding-bottom: 5px;
}
.anvil-testimonial .slick-arrow {
  position: absolute;
  top: 100%;
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #D40E14;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 400;
  color: #D40E14;
  z-index: 100;
}
.anvil-testimonial .slick-arrow:hover {
  color: #D40E14;
  border: 1px solid #D40E14;
}
.anvil-testimonial .slick-arrow.prevArrow {
  right: 90px;
}
@media screen and (max-width:979px) {
  .anvil-testimonial .slick-arrow.prevArrow {
    right: calc(100% - 70px);
  }
}
.anvil-testimonial .slick-arrow.nextArrow {
  right: 10px;
}
@media all and (min-width: 1600px) {
  .anvil-testimonial .slick-arrow.nextArrow {
    right: 10px;
  }
}
@media screen and (max-width:767px) {
  .anvil-testimonial .slick-arrow.nextArrow {
    left: unset;
    right: 10px;
  }
}
.anvil-testimonial .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: calc(10% + 10px);
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 50px;
}
@media screen and (max-width:979px) {
  .anvil-testimonial .slick-dots {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 30px;
  }
}
@media screen and (max-width:639px) {
  .anvil-testimonial .slick-dots {
    top: 0;
  }
}
.anvil-testimonial .slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 2px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.anvil-testimonial .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 2px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(0, 0, 0, 0.3);
}
.anvil-testimonial .slick-dots li.slick-active button {
  background: #D40E14;
}

.wp-block-column {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width:1199px) {
  .wp-block-column {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:767px) {
  .wp-block-column {
    display: block;
  }
  .wp-block-column .wp-block-column {
    margin-left: 0px;
  }
  .wp-block-column .wp-block-column .alignleft,
.wp-block-column .wp-block-column .align-right {
    float: unset !important;
  }
}

.wp-block-columns {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width:1199px) {
  .wp-block-columns {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:767px) {
  .wp-block-columns {
    display: block;
  }
  .wp-block-columns .wp-block-columns {
    margin-left: 0px;
  }
}

.full-width-columns {
  max-width: 1512px;
}

.half-color-background {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, white), color-stop(50%, black));
  background: linear-gradient(0deg, white 50%, black 50%);
}

.accordion-holder .accordion-content {
  display: none;
  padding: 20px 20px 60px;
}

.accordion-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.accordion-controls a {
  display: inline-block;
  padding: 5px 10px;
  opacity: 1;
}
.accordion-controls a:hover {
  opacity: 0.5;
}

.accordion-entry img {
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.accordion-entry {
  margin-bottom: 20px;
}

.accordion-label {
  background-color: #F3F6F6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 50px 20px 20px;
  border-radius: 3px;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}
.accordion-label h1, .accordion-label .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col span, .tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col .accordion-label span, .accordion-label h2, .accordion-label h3, .accordion-label h4, .accordion-label h5, .accordion-label h6, .accordion-label p, .accordion-label .gform_description {
  padding-bottom: 0px;
}
.accordion-label img {
  height: 50px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.accordion-label::after {
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "\f077";
  font-size: 17px;
  right: 10px;
  top: 25px;
  position: absolute;
  color: inherit;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
[data-status=opened] .accordion-label::after {
  content: "\f077";
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  border: unset;
}
.accordion-label span {
  margin-left: 15px;
}

.accordion-content {
  padding: 20px;
  padding-bottom: 100px;
}

@media screen and (max-width:979px) {
  .accordion-holder {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .accordion-holder h5 {
    width: 70%;
  }
}
.gallery .gallery-wrapper {
  position: relative;
}
.gallery .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  height: 80px;
  width: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
.gallery .slick-arrow:hover {
  cursor: pointer;
}
.gallery .slick-arrow i {
  font-weight: 300;
  font-size: 24px;
}
.gallery .slick-next {
  right: -40px;
}
.gallery .slick-prev {
  left: -40px;
}
.gallery .gallery-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 700px;
  overflow: hidden;
  display: relative;
  border-radius: 5px;
}
.gallery .gallery-image i {
  position: absolute;
  top: 40%;
  left: 45%;
  font-size: 112px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.gallery .gallery-image i:hover {
  color: #D40E14 !important;
}
.gallery .gallery-image i::before {
  color: white;
}
.gallery .gallery-image i::after {
  color: #D40E14;
  opacity: 0.8;
}
.gallery .gallery-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 600px;
  max-width: none;
  min-width: 100%;
}
@media screen and (max-width:480px) {
  .gallery .gallery-image, .gallery img {
    max-height: 300px;
  }
}
.gallery .gallery-caption {
  margin-top: 2px;
  color: #58585A;
  text-transform: none;
}

.slick-thumbnail-grid {
  margin-top: 20px;
  max-height: 500px;
  /* the slides */
  /* the parent */
}
.slick-thumbnail-grid .gallery-nav-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 155px;
  overflow: hidden;
}
.slick-thumbnail-grid .gallery-nav-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.slick-thumbnail-grid .slick-slide {
  margin: 20px 10px;
}
.slick-thumbnail-grid .slick-list {
  margin: -10px 0;
}
@media screen and (max-width:480px) {
  .slick-thumbnail-grid .gallery-nav-image {
    max-height: 90px;
  }
}

.information-wrapper .tab-white-wrap {
  border-radius: 10px;
  background-color: white;
}
.information-wrapper .info-links {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 35px;
}
.information-wrapper .info-links .links-btn {
  padding-right: 45px;
  padding-left: 45px;
  min-width: 140px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 14px !important;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 17px;
  text-align: center;
  width: 100%;
  padding-bottom: 5px;
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
  color: #F3F6F6 !important;
  background: white !important;
  border-bottom: 2px solid #F3F6F6;
  padding: 30px 0;
}
.information-wrapper .info-links .links-btn.active {
  color: #1B325F !important;
  border-bottom: 2px solid #D40E14;
}
@media screen and (max-width:639px) {
  .information-wrapper .info-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .information-wrapper .info-links a {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    max-width: 20%;
  }
}
.information-wrapper .tab-white-wrap .info-links {
  padding: 0 35px;
}
.information-wrapper .tab-white-wrap .info-links a {
  font-size: 14px !important;
  color: #D40E14 !important;
  background: white !important;
  border-bottom: 2px solid #D40E14;
}
@media screen and (max-width:639px) {
  .information-wrapper .tab-white-wrap .info-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .information-wrapper .tab-white-wrap .info-links a {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    max-width: 20%;
  }
}
.information-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
.information-wrapper .image-column img {
  -o-object-fit: cover;
     object-fit: cover;
}
.information-wrapper .wsywyg {
  padding: 20px 60px;
  background-color: white;
  border-radius: 10px;
}
.information-wrapper .content-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.information-wrapper .content-image img {
  border-radius: 10px;
}
.information-wrapper .left-image {
  padding: 40px 60px;
  background-color: white;
  border-radius: 10px;
}
.information-wrapper .left-image .content-column {
  padding-left: 40px;
}
.information-wrapper .right-image {
  padding: 40px 60px;
  background-color: white;
  border-radius: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.information-wrapper .right-image .content-column {
  padding-right: 40px;
}
.information-wrapper .left-logo-image {
  padding: 40px 60px;
  background-color: white;
  border-radius: 10px;
}
.information-wrapper .left-logo-image .image-column {
  -webkit-flex-basis: calc(4 / 12 * 100%);
      -ms-flex-preferred-size: calc(4 / 12 * 100%);
          flex-basis: calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%);
}
.information-wrapper .left-logo-image .image-column img {
  border: 1px solid #97A9B4;
  border-radius: 10px;
  max-height: 200px;
  padding: 20px;
}
.information-wrapper .left-logo-image .content-column {
  -webkit-flex-basis: calc(8 / 12 * 100%);
      -ms-flex-preferred-size: calc(8 / 12 * 100%);
          flex-basis: calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%);
  padding-left: 20px;
}
.information-wrapper .logo-grid-wrapper {
  padding: 40px 60px;
  background-color: white;
  border-radius: 10px;
}
.information-wrapper .logo-grid-wrapper .logo-grid-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.information-wrapper .logo-grid-wrapper .logo-grid-content img {
  margin: 0 auto;
  max-height: 100px;
}
@media screen and (max-width:480px) {
  .information-wrapper .logo-grid-wrapper {
    padding: 40px 0px;
  }
  .information-wrapper .logo-grid-wrapper .logo-grid-post .logo-grid-content {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    max-width: 48%;
  }
}
.information-wrapper .logo-grid-wrapper img {
  width: 160px;
  padding: 5px;
}
.information-wrapper .team-members-tab {
  padding-top: 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.information-wrapper .team-members-tab h5, .information-wrapper .team-members-tab .h6, .information-wrapper .team-members-tab a {
  color: #1B325F;
  padding-bottom: 10px;
}

.tab-content {
  display: none;
}

.active-content {
  display: block !important;
}

.tabs-block .tab-white-wrap .info-links a {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 21px;
}

.secondary-logo-container {
  margin-top: 50px;
}

.full-width {
  width: 100%;
  max-width: 1512px;
}

.loop-item h3 {
  line-height: 42px;
}

.background-link h3 {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.background-link h3:after {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}
.background-link a h2,
.background-link h3,
.background-link h4 {
  color: white;
}
.background-link .block-grid-3,
.background-link .block-grid-4,
.background-link .block-grid-2 {
  margin: 0 auto;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 0;
}
@media screen and (max-width:767px) {
  .background-link .block-grid-3,
.background-link .block-grid-4,
.background-link .block-grid-2 {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .background-link .block-grid-3 .loop-item,
.background-link .block-grid-4 .loop-item,
.background-link .block-grid-2 .loop-item {
    margin-bottom: 20px;
  }
}
.background-link .loop-item {
  background-size: cover;
  color: white;
  z-index: 100;
  height: 530px;
  border-radius: 5px;
  overflow: hidden;
}
.background-link .loop-item::after {
  border-radius: 5px;
}
.background-link .loop-item:hover h3 {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}
.background-link .block-grid-2 .loop-item .background-image,
.background-link .block-grid-3 .loop-item .background-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  background-size: 100%;
  height: 100%;
  width: 100%;
  background-position: center;
  padding: 40px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 0;
  position: relative;
}
.background-link .block-grid-2 .loop-item .background-image:after,
.background-link .block-grid-3 .loop-item .background-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  z-index: -1;
}
.background-link .block-grid-2 .loop-item .background-image:hover,
.background-link .block-grid-3 .loop-item .background-image:hover {
  background-size: 110%;
  z-index: 0;
  position: relative;
}
.background-link .block-grid-2 .loop-item .background-image:hover:after,
.background-link .block-grid-3 .loop-item .background-image:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  z-index: -1;
}
.background-link .block-grid-4 .loop-item,
.background-link .block-grid-5 .loop-item {
  padding: 120px 20px 30px;
}

.toolbox-section {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.toolbox-section::after {
  content: "";
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}
.toolbox-section .less {
  display: none;
}
.toolbox-section .active .toolbox-trigger {
  display: none;
}
.toolbox-section .active .less {
  display: block;
}
.toolbox-section .hidden-content {
  display: none;
}

.toolbox-item {
  position: relative;
  background-color: inherit;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.toolbox-item .less:hover {
  cursor: pointer;
}
.toolbox-item .toolbox-trigger,
.toolbox-item .less {
  position: absolute;
  top: 10px;
  right: 20px;
}
.toolbox-item i {
  font-size: 47px;
  font-weight: 200;
  color: #1B325F;
}
.toolbox-item h4 {
  color: #1B325F;
}
.toolbox-item .date {
  padding-bottom: 20px;
}
.toolbox-item .heading {
  padding-bottom: 30px;
}
.toolbox-item .wrapper {
  padding: 40px 20px 50px;
  width: 72%;
  position: relative;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0 32px 44px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 32px 44px 0 rgba(0, 0, 0, 0.04);
}
.toolbox-item::before {
  content: "";
  height: 2px;
  width: 170px;
  right: 15px;
  top: 95px;
  position: absolute;
}
.toolbox-item::after {
  font-family: "Font Awesome 5 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "\f192";
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  color: #C6DB6A;
  width: 17px;
  right: 8px;
  top: 95px;
  font-size: 30px;
}
.toolbox-item:nth-of-type(odd) {
  left: 10px;
}
.toolbox-item:nth-of-type(even) {
  left: 49%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.toolbox-item:nth-of-type(even)::before {
  left: 15px;
}
.toolbox-item:nth-of-type(even)::after {
  left: -3px;
}

.toolbox-trigger:hover {
  cursor: pointer;
}
.toolbox-trigger .plus {
  display: none;
}
.toolbox-trigger .minus {
  display: block;
}
.toolbox-trigger.closed .plus {
  display: block;
}
.toolbox-trigger.closed .minus {
  display: none;
}

.toolbox-item:last-of-type {
  margin-bottom: 0px;
}

.timeline {
  width: 100%;
}

.single-toolbox .entry-content .content-column .custom_ {
  font-weight: 700;
}
.single-toolbox .entry-content .content-column a {
  color: red;
}

@media screen and (max-width:979px) {
  .toolbox-section {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (max-width:767px) {
  .toolbox-item:nth-of-type(even)::after {
    left: 0;
  }

  .timeline {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .timeline .toolbox-section {
    padding: 0px 10px;
    padding-top: 40px !important;
    padding-bottom: 0px !important;
    margin-bottom: 40px !important;
  }
  .timeline .toolbox-section::after {
    display: none;
  }
  .timeline .toolbox-section .toolbox-item {
    width: 100%;
  }
  .timeline .toolbox-section .toolbox-item::before, .timeline .toolbox-section .toolbox-item::after {
    display: none;
  }
  .timeline .toolbox-section .toolbox-item:nth-of-type(odd), .timeline .toolbox-section .toolbox-item:nth-of-type(even) {
    left: 0;
    right: 0;
  }
  .timeline .toolbox-section .toolbox-item .wrapper {
    width: 100%;
  }
}
.content-with-details .details-column {
  padding: 50px 0px 20px 60px;
}
.content-with-details .details-column .detail-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content-with-details .details-column .detail-item i, .content-with-details .details-column .detail-item p, .content-with-details .details-column .detail-item .gform_description {
  margin-right: 10px;
}
.content-with-details .details-column .detail-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content-with-details .details-column .detail-item .label {
  font-weight: bold;
}
.content-with-details .details-column .detail-item i {
  position: relative;
  top: 6px;
}
@media screen and (max-width:979px) {
  .content-with-details {
    display: block;
  }
  .content-with-details .content-column, .content-with-details .details-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    padding: 20px;
  }
}

.anvil-slider {
  max-width: 1200px;
  overflow: hidden;
  padding-bottom: 100px;
}
.anvil-slider .slick-arrow {
  position: absolute;
  top: 73%;
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #D40E14;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 400;
  color: #D40E14;
  z-index: 100;
}
.anvil-slider .slick-arrow:hover {
  color: #D40E14;
  border: 1px solid #D40E14;
}
.anvil-slider .slick-arrow.prevArrow {
  right: 90px;
}
@media screen and (max-width:979px) {
  .anvil-slider .slick-arrow.prevArrow {
    right: calc(100% - 70px);
  }
}
.anvil-slider .slick-arrow.nextArrow {
  right: 10px;
}
@media all and (min-width: 1600px) {
  .anvil-slider .slick-arrow.nextArrow {
    right: 10px;
  }
}
@media screen and (max-width:767px) {
  .anvil-slider .slick-arrow.nextArrow {
    left: unset;
    right: 10px;
  }
}
.anvil-slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: calc(10% + 10px);
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 50px;
}
@media screen and (max-width:979px) {
  .anvil-slider .slick-dots {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 30px;
  }
}
@media screen and (max-width:639px) {
  .anvil-slider .slick-dots {
    top: 0;
  }
}
.anvil-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 2px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.anvil-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 2px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(0, 0, 0, 0.3);
}
.anvil-slider .slick-dots li.slick-active button {
  background: #D40E14;
}

.centered-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.centered-button .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.left-aligned-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.left-aligned-button .row {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.right-aligned-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.right-aligned-button .row {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cta-container.vertical-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cta-container.vertical-button .button {
  margin: 10px 0;
}

.hotspots-wrapper {
  padding-bottom: 100px;
}
.hotspots-wrapper .image-container {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hotspots-wrapper .image-container img {
  height: 100%;
}
.hotspots-wrapper .image-container .hotspot-point.selected-dot i {
  text-shadow: 0 0 16px #D40E14;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.hotspots-wrapper .image-container .hotspot-point.selected-dot .fad.fa-circle:after {
  color: rgba(1, 97, 254, 0.7);
}
.hotspots-wrapper .image-container .hotspot-point {
  position: absolute;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.hotspots-wrapper .image-container .hotspot-point:hover {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.hotspots-wrapper .image-container .hotspot-point:hover i {
  text-shadow: 0 0 16px #D40E14;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.hotspots-wrapper .image-container .hotspot-point:hover .fad.fa-circle:after {
  color: rgba(1, 97, 254, 0.7);
}
.hotspots-wrapper .image-container .hotspot-point i {
  color: #D40E14;
  font-size: 40px;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.hotspots-wrapper .image-container .hotspot-point h4 {
  color: #ffffff;
  left: 15.5px;
  bottom: 36px;
  position: relative;
  font-size: 15px;
}
.hotspots-wrapper .image-container .hotspot-point .fad.fa-circle:after {
  color: rgba(1, 97, 254, 0.3);
}
.hotspots-wrapper .hotspot-content {
  text-align: center;
  padding: 40px 50px 50px;
  border: 1px solid #D40E14;
  border-radius: 10px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  bottom: 0;
}
.hotspots-wrapper .hotspot-content .h6 {
  background: #D40E14;
  color: #ffffff;
  height: 40px;
  min-width: 180px;
  border-radius: 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
  padding: 0;
}
.hotspots-wrapper .hotspot-content .custom-image {
  width: 180px;
  height: 60px;
  margin: 0 auto 30px;
  border: 1px solid #D40E14;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hotspots-wrapper .hotspot-content h4 {
  font-size: 32px;
}
.hotspots-wrapper .hotspot-content .round-icon i {
  margin-left: 10px;
}
.hotspots-wrapper .hotspot-content:hover {
  bottom: 10px;
  -webkit-box-shadow: 0 12px 24px 0 rgba(21, 58, 118, 0.08);
          box-shadow: 0 12px 24px 0 rgba(21, 58, 118, 0.08);
}
.hotspots-wrapper .hotspot-content:hover h4,
.hotspots-wrapper .hotspot-content:hover p,
.hotspots-wrapper .hotspot-content:hover .gform_description {
  color: #D40E14;
}
.hotspots-wrapper .selected {
  bottom: 10px;
  -webkit-box-shadow: 0 12px 24px 0 rgba(21, 58, 118, 0.08);
          box-shadow: 0 12px 24px 0 rgba(21, 58, 118, 0.08);
}
.hotspots-wrapper .selected h4,
.hotspots-wrapper .selected p,
.hotspots-wrapper .selected .gform_description {
  color: #1B325F;
}
.hotspots-wrapper .clicked-on {
  bottom: 10px;
}

.hotspot-post-loop {
  padding: 90px 0px;
}
.hotspot-post-loop .row {
  width: 100%;
}

.tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next-icon-svg {
  fill: #D40E14 !important;
}

.tribe-events-c-subscribe-dropdown__container {
  display: none !important;
}

.tribe-events .tribe-events-calendar-list__event-date-tag {
  background: transparent !important;
}
.tribe-events .tribe-events-c-search__input-control-icon-svg {
  color: #D40E14 !important;
}
.tribe-events .tribe-events-c-small-cta__price {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}
.tribe-events .tribe-events-calendar-list__event-venue span {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}
.tribe-events .tribe-events-calendar-list .tribe-events-calendar-list__event-featured-image {
  border-radius: 0px;
}
.tribe-events .tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col span {
  color: #1B1B1B;
}
.tribe-events .tribe-events-calendar-list__event {
  -webkit-box-pack: left !important;
  -webkit-justify-content: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
}
.tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-datetime-wrapper span, .tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-datetime-wrapper time {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #1B1B1B;
}
.tribe-events .tribe-events-calendar-list__event-date-tag.tribe-common-g-col span.tribe-events-calendar-list__event-date-tag-weekday {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #1B1B1B;
}

.events-calendar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}
.events-calendar-wrapper .tribe-events-calendar-list__event-row {
  padding: 0px;
  margin: 0.5% 0.8% 1% 0.8% !important;
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
  max-width: 48%;
  border-bottom: 1px solid #CDCDCD;
}
.events-calendar-wrapper .tribe-events-calendar-list__event-date-tag {
  min-width: 50px !important;
  max-height: 100px !important;
}
.events-calendar-wrapper .tribe-events-calendar-list__month-separator {
  display: none;
}
.events-calendar-wrapper .tribe-events-calendar-list__event-date-tag.tribe-common-g-col .tribe-common-h5 {
  font-size: 32px !important;
  letter-spacing: 0;
  line-height: 43px;
}
.events-calendar-wrapper .tribe-events-calendar-list__event-featured-image-wrapper {
  width: 25% !important;
}
.events-calendar-wrapper .tribe-events-calendar-list__event-featured-image {
  height: 110px !important;
}
.events-calendar-wrapper .tribe-events-calendar-list__event-details {
  width: 75% !important;
}
.events-calendar-wrapper .tribe-events-calendar-list__event {
  -webkit-box-pack: left !important;
  -webkit-justify-content: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
}
.events-calendar-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-description {
  display: none !important;
}
.events-calendar-wrapper .tribe-common .tribe-common-b2 {
  font-size: 14px;
  letter-spacing: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  line-height: 18px;
}
.events-calendar-wrapper .tribe-events-calendar-list-nav, .events-calendar-wrapper .tribe-events-c-subscribe-dropdown__container {
  display: none !important;
}
.events-calendar-wrapper .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  min-height: unset !important;
}

.events-calendar-wrapper .tribe-events-pro-photo__event-featured-image-wrapper {
  height: 360px;
}
.events-calendar-wrapper .tribe-common img {
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
.events-calendar-wrapper .tribe-events-pro-photo__event-date-tag {
  background: #1B325F;
  border-radius: 5px;
}
.events-calendar-wrapper .tribe-events-pro-photo__event-date-tag span {
  color: white !important;
}
.events-calendar-wrapper .tribe-common .tribe-common-b2 time, .events-calendar-wrapper .tribe-common .tribe-common-b2 span {
  font-size: 14px !important;
  letter-spacing: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  line-height: 18px !important;
  text-transform: uppercase;
  color: #D40E14;
  font-weight: 600 !important;
}
.events-calendar-wrapper .tribe-common .tribe-common-h6 a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  color: #1B325F !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 30px !important;
}
.events-calendar-wrapper .tribe-events-pro .tribe-events-pro-photo__event-date-tag {
  height: 45px;
}

.tribe-common svg.tribe-common-c-svgicon path {
  fill: #D40E14;
}

.tribe-common-c-svgicon.tribe-common-c-svgicon--caret-left path {
  fill: #D40E14 !important;
}

.tribe-events .tribe-events-calendar-latest-past__event-date-tag-month {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #1B1B1B;
}

.tribe-events-calendar-latest-past__event-date-tag-daynum {
  font-weight: 400 !important;
  font-size: 72px !important;
  line-height: 98px;
}

.tribe-events-calendar-latest-past__event-date-tag-year {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600 !important;
}

.tribe-events-calendar-latest-past__event {
  padding-left: 15px;
  margin: 0 !important;
}

.tribe-events-calendar-latest-past__event-date-tag.tribe-common-g-col, .tribe-events-calendar-latest-past__event-wrapper.tribe-common-g-col, .tribe-events-calendar-latest-past__event-details, .tribe-events-calendar-latest-past__event-featured-image-wrapper {
  padding: 0 !important;
}

.tribe-events-calendar-latest-past__event-date-tag {
  -webkit-flex-basis: calc(1 / 12 * 100%) !important;
      -ms-flex-preferred-size: calc(1 / 12 * 100%) !important;
          flex-basis: calc(1 / 12 * 100%) !important;
  max-width: calc(1 / 12 * 100%) !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event {
  -webkit-box-pack: left !important;
  -webkit-justify-content: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
}
.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event .tribe-events-calendar-latest-past__event-details {
  margin-left: 20px;
  margin-right: 20px;
}

.tribe-events-calendar-latest-past__event-featured-image-wrapper {
  -webkit-flex-basis: calc(5 / 12 * 100%) !important;
      -ms-flex-preferred-size: calc(5 / 12 * 100%) !important;
          flex-basis: calc(5 / 12 * 100%) !important;
  max-width: calc(5 / 12 * 100%) !important;
}

.tribe-events-calendar-latest-past__event-details {
  -webkit-flex-basis: calc(6 / 12 * 100%) !important;
      -ms-flex-preferred-size: calc(6 / 12 * 100%) !important;
          flex-basis: calc(6 / 12 * 100%) !important;
  max-width: calc(6 / 12 * 100%) !important;
}
.tribe-events-calendar-latest-past__event-details .tribe-events-calendar-latest-past__event-datetime-wrapper {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.15em;
  margin-bottom: 0 !important;
}
.tribe-events-calendar-latest-past__event-details .tribe-events-calendar-latest-past__event-title-link {
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
}
.tribe-events-calendar-latest-past__event-details .tribe-events-calendar-latest-past__event-venue span {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}
.tribe-events-calendar-latest-past__event-details .tribe-events-calendar-latest-past__event-cost {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.15em;
}

@media screen and (min-width:769px) {
  .tribe-events-calendar-latest-past__event-details, .tribe-events .tribe-events-calendar-list__event-details {
    padding-left: 20px !important;
    border-left: 2px solid #D40E14 !important;
  }

  .tribe-events-calendar-latest-past__event-featured-image-wrapper, .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
    max-height: 300px;
  }
  .tribe-events-calendar-latest-past__event-featured-image-wrapper img, .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper img {
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }

  .tribe-events-calendar-latest-past .tribe-events-calendar-latest-past__event-date-tag {
    padding-right: 15px !important;
  }
}
@media screen and (min-width:769px) {
  .tribe-events-calendar-latest-past .tribe-events-calendar-latest-past__event-date-tag {
    padding-right: 0px !important;
  }
}
@media screen and (max-width:979px) {
  .tribe-events-calendar-latest-past__event-date-tag-daynum {
    font-size: 48px !important;
  }
}
@media screen and (max-width:767px) {
  .tribe-events-calendar-latest-past__event-featured-image-wrapper, .tribe-events-calendar-latest-past__event-details {
    -webkit-flex-basis: calc(12 / 12 * 100%) !important;
        -ms-flex-preferred-size: calc(12 / 12 * 100%) !important;
            flex-basis: calc(12 / 12 * 100%) !important;
    max-width: calc(12 / 12 * 100%) !important;
  }

  .tribe-events-calendar-latest-past__event {
    width: 94%;
    margin-left: auto !important;
  }
}
@media screen and (max-width:480px) {
  .tribe-events-calendar-latest-past__event-date-tag-daynum {
    font-size: 30px !important;
  }
}
.tribe-events-event-meta:before, .tribe-events-event-meta ~ div:not(.tribe-events-event-meta, .event-tickets) {
  border-top: 1px solid transparent;
}

.tribe-events-gmap {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}

.single.single-tribe_events .type-tribe_events {
  margin-bottom: 80px !important;
}
.single.single-tribe_events .tribe-events-single .tribe-events-event-meta:not(.primary) {
  border-top: 1px solid rgba(27, 27, 27, 0.4);
}
.single.single-tribe_events .tribe-events-event-meta.secondary .tribe-events-address .tribe-address {
  margin-bottom: 15px;
}
.single.single-tribe_events .tribe-events-meta-group tribe-events-meta-group-venue {
  margin-top: 90px;
}
.single.single-tribe_events .tribe-street-address, .single.single-tribe_events .tribe-country-name, .single.single-tribe_events .tribe-locality, .single.single-tribe_events .tribe-postal-code, .single.single-tribe_events .tribe-delimiter, .single.single-tribe_events .tribe-region tribe-events-abbr {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: black;
}
.single.single-tribe_events .tribe-events-single-section-title {
  padding-bottom: 0px;
}
.single.single-tribe_events #tribe-events-footer {
  display: none;
  border-top: none;
}
.single.single-tribe_events .banner-wrapper {
  display: none;
}
.single.single-tribe_events .tribe-events-start-date-label, .single.single-tribe_events .tribe-venue-tel-label, .single.single-tribe_events .tribe-events-start-time-label, .single.single-tribe_events .tribe-organizer-email-label, .single.single-tribe_events .tribe-events-event-cost-label, .single.single-tribe_events .tribe-organizer-tel-label {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
.single.single-tribe_events .tribe-events-back {
  margin-bottom: 0;
}
.single.single-tribe_events .tribe-events-single-event-title, .single.single-tribe_events .tribe-events-schedule, .single.single-tribe_events .type-tribe_events {
  -webkit-flex-basis: calc(10 / 12 * 100%) !important;
      -ms-flex-preferred-size: calc(10 / 12 * 100%) !important;
          flex-basis: calc(10 / 12 * 100%) !important;
  max-width: calc(10 / 12 * 100%) !important;
  margin: 0 auto;
}
@media screen and (max-width:639px) {
  .single.single-tribe_events .tribe-events-single-event-title, .single.single-tribe_events .tribe-events-schedule, .single.single-tribe_events .type-tribe_events {
    -webkit-flex-basis: calc(12 / 12 * 100%) !important;
        -ms-flex-preferred-size: calc(12 / 12 * 100%) !important;
            flex-basis: calc(12 / 12 * 100%) !important;
    max-width: calc(12 / 12 * 100%) !important;
  }
}
.single.single-tribe_events .tribe-events-schedule h2 {
  color: white !important;
}
.single.single-tribe_events .tribe-events-single-event-title {
  text-align: center;
  padding-bottom: 40px;
}
.single.single-tribe_events .tribe-events-schedule {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 90px;
}
.single.single-tribe_events .type-tribe_events .tribe-events-single-event-description {
  width: 100%;
  margin: 0 auto;
  background: white;
  padding: 40px;
}
@media screen and (max-width:639px) {
  .single.single-tribe_events .tribe-events-notices li {
    margin: unset !important;
  }
  .single.single-tribe_events .tribe-events-schedule {
    text-align: center !important;
    padding-bottom: 20px !important;
  }
  .single.single-tribe_events .type-tribe_events .tribe-events-single-event-description {
    width: 100%;
  }
}

@media screen and (max-width:1199px) {
  .slideout-item .team-slideout-hidden {
    padding: 20px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer-bottom .footer-copyright .copyright-column {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .single-post .column-center .social-share.vertical {
    display: none;
  }

  .related-posts-block {
    padding-left: 20px;
  }

  .event-page-wrapper .columns-12 .details {
    padding: 40px;
  }

  .event-page-wrapper #locations-map {
    right: 0px;
  }

  .left_intro {
    padding-left: 20px;
  }
}
@media screen and (max-width:979px) {
  .wp-block-column:not(:only-child) {
    -webkit-flex-basis: calc(100% - 1em) !important;
        -ms-flex-preferred-size: calc(100% - 1em) !important;
            flex-basis: calc(100% - 1em) !important;
  }

  .background-link .block-grid-2 .loop-item {
    margin: 0.5% 0.5% 1% 0.5%;
    -webkit-flex-basis: 98%;
        -ms-flex-preferred-size: 98%;
            flex-basis: 98%;
    max-width: 98%;
  }

  .primary-nav__menu li.contact-btn:hover {
    border: 1px solid #D40E14;
  }
  .primary-nav__menu li.contact-btn:hover a {
    color: #D40E14 !important;
  }

  .filter-section .filter-form-container .search-form .select-container,
.filter-section .filter-form-container .search-container {
    max-width: 280px;
  }

  .logo-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    position: relative;
  }

  .site-footer .block-grid-4 > * {
    padding: 0px;
    margin: 0.5% 0.5% 1% 0.5%;
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    max-width: 49%;
  }

  .single-post .author .content-column {
    padding-left: 20px;
  }
  .single-post .author img {
    height: auto;
    margin-right: 20px;
    width: auto;
  }

  .background-image-content .row .content-column {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
    position: initial !important;
  }

  .footer-newsletter .newsletter-container {
    -webkit-flex-basis: calc(8 / 12 * 100%);
        -ms-flex-preferred-size: calc(8 / 12 * 100%);
            flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .footer-newsletter .row {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .footer-newsletter .row .columns-5 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    text-align: center;
  }
  .footer-newsletter .columns-12 {
    display: block;
  }
  .footer-newsletter .columns-12 .heading-row,
.footer-newsletter .columns-12 .form-row {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
    margin: 0 auto;
  }
  .footer-newsletter .columns-12 .heading-row {
    text-align: center;
  }
  .footer-newsletter .columns-12 .gform_footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:767px) {
  .page-banner .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .page-banner .row .content-container {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }

  .site-footer .block-grid-4 > * {
    padding: 0px;
    margin: 0.5% 0.5% 1% 0.5%;
    -webkit-flex-basis: 99%;
        -ms-flex-preferred-size: 99%;
            flex-basis: 99%;
    max-width: 99%;
  }

  .post-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-filter a {
    margin-bottom: 10px;
  }

  .event-page-wrapper .columns-12 {
    display: block;
  }
  .event-page-wrapper .columns-12 .columns-6 {
    padding: 20px;
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (max-width:639px) {
  .background-link .block-grid-2 .loop-item,
.background-link .block-grid-3 .loop-item {
    padding-right: 30px;
    padding-left: 30px;
  }

  .filter-section .filter-form-container .search-form .select-container {
    max-width: 100%;
  }

  .single-post .author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
    padding: 40px 20px;
    background: #f0f5f9;
  }
  .single-post .author .read-more {
    text-align: left;
  }
  .single-post .author img {
    margin-bottom: 20px;
  }
  .single-post .author .columns-2 {
    -webkit-flex-basis: calc(5 / 12 * 100%);
        -ms-flex-preferred-size: calc(5 / 12 * 100%);
            flex-basis: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .single-post .author .content-column {
    padding-left: 0px;
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (max-width:480px) {
  ul:not([class]) li, ol:not([class]) li {
    text-align: left;
  }

  .primary-nav__menu .menu-item {
    white-space: unset;
    text-align: left !important;
  }

  .single.single-tribe_events .type-tribe_events .tribe-events-single-event-description {
    padding: 20px 0px;
  }

  .footer-newsletter .newsletter-container {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }

  .primary-nav__menu .menu-item:not(.button):not(.one) > a {
    font-size: 2rem;
  }
  .primary-nav__menu .menu-item:not(.button):not(.one).menu-item-has-children .sub-menu .menu-item > a {
    font-size: 18px;
  }

  .nav-menu {
    margin: 0px;
  }

  .privacy-menu {
    display: list-item;
    width: 100%;
    margin-top: 25px;
  }
  .privacy-menu li {
    margin-left: 0px;
    width: 100%;
  }
}
.placeholder-text {
  display: none;
}
/*# sourceMappingURL=main-style.css.map */
