#page-container .ff-stream .ff-header > h1 {
  font: normal normal 700 3.75rem/1.5 "Arial Black", sans-serif;
  color: #fff;
}
@media (max-width: 767px) {
  #page-container .ff-stream .ff-header > h1 {
    font-size: 2rem;
  }
}
#page-container .ff-stream .ff-header > h2 {
  font: normal normal 700 3rem/1.5 "Arial Black", sans-serif;
  color: #fff;
}
@media (max-width: 767px) {
  #page-container .ff-stream .ff-header > h2 {
    font-size: 1rem;
  }
}

.ff-item-cont {
  height: 43rem;
}
.ff-item-cont .ff-item-meta {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.ff-item-bar a {
  text-decoration: none !important;
}

.ff-loadmore-wrapper > .ff-btn {
  color: #000 !important;
  background-color: #fcda87;
  background-image: none;
  border-radius: 0px;
  border: 3px #000 solid;
  padding: 0.375rem 1.25rem;
  font: normal normal 700 2rem/1.125 "Arial Black", sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-in-out 0;
  transition: all 0.4s ease-in-out 0;
  word-break: keep-all;
  word-wrap: normal;
}
.ff-loadmore-wrapper > .ff-btn:hover {
  -webkit-transition: all 0.4s ease-in-out 0;
  transition: all 0.4s ease-in-out 0;
  color: #fcda87 !important;
  background-color: #000;
  opacity: 1;
  border: 3px #fcda87 solid;
  text-decoration: none;
}
.ff-loadmore-wrapper > .ff-btn:after {
  display: none;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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;
}

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

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

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

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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 macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* General Slider formattting. These names are set in Toolset. */
.__testimonials-slider .testimonial-content {
  margin: 1.25rem;
  padding: 1.25rem;
  border: 3px solid #c5c5c5;
}
.__testimonials-slider .testimonial-name,
.__testimonials-slider .testimonial-title {
  text-align: center;
}

/* General Slider formattting. These names are set in Slickslider. */
.slick-arrow.slick-next:before, .slick-arrow.slick-prev:before {
  color: #c5c5c5;
}

.js-wpv-view-layout .slick-dots {
  padding: 0;
}

.__logo-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.__logo-carousel .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.__logo-carousel img {
  border: none;
}
.__logo-carousel br {
  display: none;
}

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled],
.woocommerce-page.et_pb_button_helper_class button.button,
.woocommerce-page.et_pb_button_helper_class a.button.alt,
.woocommerce-page.et_pb_button_helper_class a.button,
.woocommerce a.button, .woocommerce-page a.button {
  color: #000 !important;
  background-color: #fcda87;
  background-image: none;
  border-radius: 0px;
  border: 3px #000 solid;
  padding: 0.375rem 1.25rem;
  font: normal normal 700 2rem/1.125 "Arial Black", sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-in-out 0;
  transition: all 0.4s ease-in-out 0;
  word-break: keep-all;
  word-wrap: normal;
}
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover,
.woocommerce-page.et_pb_button_helper_class button.button:hover,
.woocommerce-page.et_pb_button_helper_class a.button.alt:hover,
.woocommerce-page.et_pb_button_helper_class a.button:hover,
.woocommerce a.button:hover, .woocommerce-page a.button:hover {
  -webkit-transition: all 0.4s ease-in-out 0;
  transition: all 0.4s ease-in-out 0;
  color: #fcda87 !important;
  background-color: #000;
  opacity: 1;
  border: 3px #fcda87 solid;
  text-decoration: none;
}
.woocommerce button.button:disabled:after, .woocommerce button.button:disabled[disabled]:after,
.woocommerce-page.et_pb_button_helper_class button.button:after,
.woocommerce-page.et_pb_button_helper_class a.button.alt:after,
.woocommerce-page.et_pb_button_helper_class a.button:after,
.woocommerce a.button:after, .woocommerce-page a.button:after {
  display: none;
}

.gform_button {
  color: #000 !important;
  background-color: #fcda87;
  background-image: none;
  border-radius: 0px;
  border: 3px #000 solid;
  padding: 0.375rem 1.25rem;
  font: normal normal 700 2rem/1.125 "Arial Black", sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-in-out 0;
  transition: all 0.4s ease-in-out 0;
  word-break: keep-all;
  word-wrap: normal;
}
.gform_button:hover {
  -webkit-transition: all 0.4s ease-in-out 0;
  transition: all 0.4s ease-in-out 0;
  color: #fcda87 !important;
  background-color: #000;
  opacity: 1;
  border: 3px #fcda87 solid;
  text-decoration: none;
}
.gform_button:after {
  display: none;
}

.gfield input,
.gfield textarea,
.gfield select {
  background-color: transparent;
  border: 3px solid #fff;
  font: normal normal 400 1.5rem/1.5 "Arial Black", sans-serif;
  color: #fff;
}
.gfield input::-webkit-input-placeholder,
.gfield textarea::-webkit-input-placeholder,
.gfield select::-webkit-input-placeholder {
  color: #fff;
}
.gfield select option {
  color: #000;
}
.gfield select option.gf_placeholder {
  color: #fff;
}

.gform_wrapper .gform_fields .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .top_label label.gfield_label {
  display: none;
}
.gform_wrapper .gform_fields .gfield.gf-show-label label.gfield_label {
  display: inline-block;
}
.gform_wrapper .gform_fields .gfield.gf-show-label.field_sublabel_below .ginput_complex.ginput_container label {
  display: block;
}

.gform_wrapper .ginput_complex .name_first,
.gform_wrapper .ginput_complex .name_last {
  float: none !important;
  width: 100% !important;
}
.gform_wrapper .ginput_complex .name_last {
  margin-top: 1rem;
}

.--underline-fields .gfield input,
.--underline-fields .gfield textarea {
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0.5rem;
}

.gform_footer {
  text-align: center;
}

.gform_confirmation_message {
  font: normal normal 400 1.5rem/1.5 "Arial Black", sans-serif;
  text-align: center;
}

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #000000 url("/wp-content/uploads/2020/12/bfxow-bg.jpg") no-repeat center center fixed;
  height: 100%;
  background-size: cover;
}

body,
#page-container,
#main-header,
#main-content,
.et-boc .et_builder_inner_content .et_pb_section {
  background-color: transparent !important;
}

#page-container {
  padding: 0;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #8a8a8a;
  text-decoration: underline;
}
a.et-pb-slider-arrow, a.et-pb-arrow-prev, a.et-pb-arrow-next, a.et_pb_video_play, a.et_pb_video_play:active, a.et_pb_video_play:focus, a.et_pb_video_play:hover, a.et_pb_font_icon {
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #c5c5c5;
  text-decoration: underline;
}

.et_pb_text_inner,
p,
td,
th,
.widgetarea,
ul,
ol {
  font: normal normal 400 1.5rem/1.5 "Arial Black", sans-serif;
  color: #fff;
  text-shadow: 4px 4px 12px black;
}

.et-boc h1,
footer h1 {
  font: normal normal 700 4.5rem/1.5 "Arial Black", sans-serif;
}
@media (max-width: 767px) {
  .et-boc h1,
footer h1 {
    font-size: 3rem;
  }
}
.et-boc h2,
footer h2 {
  font: normal normal 700 3.75rem/1.5 "Arial Black", sans-serif;
}
@media (max-width: 767px) {
  .et-boc h2,
footer h2 {
    font-size: 2rem;
  }
}
.et-boc h3,
footer h3 {
  font: normal normal 700 3rem/1.5 "Arial Black", sans-serif;
}
@media (max-width: 767px) {
  .et-boc h3,
footer h3 {
    font-size: 1rem;
  }
}
.et-boc h4,
footer h4 {
  font: normal normal 700 1.25rem/1.5 "Arial Black", sans-serif;
}
@media (max-width: 767px) {
  .et-boc h4,
footer h4 {
    font-size: 1rem;
  }
}
.et-boc h5,
footer h5 {
  font: normal normal 700 1.25rem/1.5 "Arial Black", sans-serif;
}
@media (max-width: 767px) {
  .et-boc h5,
footer h5 {
    font-size: 1rem;
  }
}
.et-boc h6,
footer h6 {
  font: normal normal 700 1.25rem/1.5 "Arial Black", sans-serif;
}
@media (max-width: 767px) {
  .et-boc h6,
footer h6 {
    font-size: 1rem;
  }
}
.et-boc h1,
.et-boc h2,
.et-boc h3,
.et-boc h4,
.et-boc h5,
.et-boc h6,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #fff;
  text-shadow: 4px 4px 12px black;
}

.small-button,
.et_pb_button {
  color: #000 !important;
  background-color: #fcda87;
  background-image: none;
  border-radius: 0px;
  border: 3px #000 solid;
  padding: 0.375rem 1.25rem;
  font: normal normal 700 2rem/1.125 "Arial Black", sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-in-out 0;
  transition: all 0.4s ease-in-out 0;
  word-break: keep-all;
  word-wrap: normal;
}
.small-button:hover,
.et_pb_button:hover {
  -webkit-transition: all 0.4s ease-in-out 0;
  transition: all 0.4s ease-in-out 0;
  color: #fcda87 !important;
  background-color: #000;
  opacity: 1;
  border: 3px #fcda87 solid;
  text-decoration: none;
}
.small-button:after,
.et_pb_button:after {
  display: none;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce-page.et_pb_button_helper_class button.button,
.woocommerce-page.et_pb_button_helper_class a.button.alt,
.woocommerce-page.et_pb_button_helper_class a.button,
.woocommerce a.button,
.woocommerce-page a.button {
  color: #000 !important;
  background-color: #fcda87;
  background-image: none;
  border-radius: 0px;
  border: 3px #000 solid;
  padding: 0.375rem 1.25rem;
  font: normal normal 700 2rem/1.125 "Arial Black", sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-in-out 0;
  transition: all 0.4s ease-in-out 0;
  word-break: keep-all;
  word-wrap: normal;
}
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce-page.et_pb_button_helper_class button.button:hover,
.woocommerce-page.et_pb_button_helper_class a.button.alt:hover,
.woocommerce-page.et_pb_button_helper_class a.button:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover {
  -webkit-transition: all 0.4s ease-in-out 0;
  transition: all 0.4s ease-in-out 0;
  color: #fcda87 !important;
  background-color: #000;
  opacity: 1;
  border: 3px #fcda87 solid;
  text-decoration: none;
}
.woocommerce button.button:disabled:after,
.woocommerce button.button:disabled[disabled]:after,
.woocommerce-page.et_pb_button_helper_class button.button:after,
.woocommerce-page.et_pb_button_helper_class a.button.alt:after,
.woocommerce-page.et_pb_button_helper_class a.button:after,
.woocommerce a.button:after,
.woocommerce-page a.button:after {
  display: none;
}

.--novspace {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0 !important;
}

.--short-row {
  max-width: 756px;
}

.--vertical-row-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

/**
 * Basic typography style for copy text
 */
body {
  color: #fff;
  font: normal normal 400 1.5rem/1.5 "Arial Black", sans-serif;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1080px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 1.25rem;
  /* 3 */
  padding-right: 1.25rem;
  /* 3 */
  width: 100%;
  /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.__background--primary {
  background-color: #fcda87;
}
.__background--primary .et_pb_text_inner,
.__background--primary .et_pb_blurb_description,
.__background--primary h1,
.__background--primary h2,
.__background--primary h3,
.__background--primary h4,
.__background--primary h5,
.__background--primary h6,
.__background--primary span,
.__background--primary p {
  color: #fcda87;
}
.__background--primary .gfield input,
.__background--primary .gfield textarea,
.__background--primary .gfield select {
  color: #fcda87;
}
.__background--primary .gfield input::-webkit-input-placeholder,
.__background--primary .gfield textarea::-webkit-input-placeholder,
.__background--primary .gfield select::-webkit-input-placeholder {
  color: #fcda87;
}
.__background--primary a {
  color: #8a8a8a;
}
.__background--primary .et_pb_text_inner {
  padding: 1.25rem;
}
.__background--secondary {
  background-color: #8a8a8a;
}
.__background--secondary .et_pb_text_inner,
.__background--secondary .et_pb_blurb_description,
.__background--secondary h1,
.__background--secondary h2,
.__background--secondary h3,
.__background--secondary h4,
.__background--secondary h5,
.__background--secondary h6,
.__background--secondary span,
.__background--secondary p {
  color: #fcda87;
}
.__background--secondary .gfield input,
.__background--secondary .gfield textarea,
.__background--secondary .gfield select {
  color: #fcda87;
}
.__background--secondary .gfield input::-webkit-input-placeholder,
.__background--secondary .gfield textarea::-webkit-input-placeholder,
.__background--secondary .gfield select::-webkit-input-placeholder {
  color: #fcda87;
}
.__background--secondary a {
  color: #8a8a8a;
}
.__background--secondary .et_pb_text_inner {
  padding: 1.25rem;
}
.__background--accent {
  background-color: #c5c5c5;
}
.__background--accent .et_pb_text_inner,
.__background--accent .et_pb_blurb_description,
.__background--accent h1,
.__background--accent h2,
.__background--accent h3,
.__background--accent h4,
.__background--accent h5,
.__background--accent h6,
.__background--accent span,
.__background--accent p {
  color: #fcda87;
}
.__background--accent .gfield input,
.__background--accent .gfield textarea,
.__background--accent .gfield select {
  color: #fcda87;
}
.__background--accent .gfield input::-webkit-input-placeholder,
.__background--accent .gfield textarea::-webkit-input-placeholder,
.__background--accent .gfield select::-webkit-input-placeholder {
  color: #fcda87;
}
.__background--accent a {
  color: #8a8a8a;
}
.__background--accent .et_pb_text_inner {
  padding: 1.25rem;
}
.__background--other {
  background-color: #c5c5c5;
}
.__background--other .et_pb_text_inner,
.__background--other .et_pb_blurb_description,
.__background--other h1,
.__background--other h2,
.__background--other h3,
.__background--other h4,
.__background--other h5,
.__background--other h6,
.__background--other span,
.__background--other p {
  color: #fcda87;
}
.__background--other .gfield input,
.__background--other .gfield textarea,
.__background--other .gfield select {
  color: #fcda87;
}
.__background--other .gfield input::-webkit-input-placeholder,
.__background--other .gfield textarea::-webkit-input-placeholder,
.__background--other .gfield select::-webkit-input-placeholder {
  color: #fcda87;
}
.__background--other a {
  color: #8a8a8a;
}
.__background--other .et_pb_text_inner {
  padding: 1.25rem;
}

.__set-font-color--primary {
  color: #fcda87 !important;
}
.__set-font-color--primary .et_pb_text_inner,
.__set-font-color--primary .et_pb_blurb_description,
.__set-font-color--primary h1,
.__set-font-color--primary h2,
.__set-font-color--primary h3,
.__set-font-color--primary h4,
.__set-font-color--primary h5,
.__set-font-color--primary h6,
.__set-font-color--primary span,
.__set-font-color--primary p {
  color: #fcda87;
}
.__set-font-color--primary .gfield input,
.__set-font-color--primary .gfield textarea,
.__set-font-color--primary .gfield select {
  color: #fcda87;
  border-color: #fcda87;
}
.__set-font-color--primary .gfield input::-webkit-input-placeholder,
.__set-font-color--primary .gfield textarea::-webkit-input-placeholder,
.__set-font-color--primary .gfield select::-webkit-input-placeholder {
  color: #fcda87;
}
.__set-font-color--primary a {
  color: #8a8a8a;
}
.__set-font-color--secondary {
  color: #8a8a8a !important;
}
.__set-font-color--secondary .et_pb_text_inner,
.__set-font-color--secondary .et_pb_blurb_description,
.__set-font-color--secondary h1,
.__set-font-color--secondary h2,
.__set-font-color--secondary h3,
.__set-font-color--secondary h4,
.__set-font-color--secondary h5,
.__set-font-color--secondary h6,
.__set-font-color--secondary span,
.__set-font-color--secondary p {
  color: #8a8a8a;
}
.__set-font-color--secondary .gfield input,
.__set-font-color--secondary .gfield textarea,
.__set-font-color--secondary .gfield select {
  color: #8a8a8a;
  border-color: #8a8a8a;
}
.__set-font-color--secondary .gfield input::-webkit-input-placeholder,
.__set-font-color--secondary .gfield textarea::-webkit-input-placeholder,
.__set-font-color--secondary .gfield select::-webkit-input-placeholder {
  color: #8a8a8a;
}
.__set-font-color--secondary a {
  color: #8a8a8a;
}
.__set-font-color--accent {
  color: #c5c5c5 !important;
}
.__set-font-color--accent .et_pb_text_inner,
.__set-font-color--accent .et_pb_blurb_description,
.__set-font-color--accent h1,
.__set-font-color--accent h2,
.__set-font-color--accent h3,
.__set-font-color--accent h4,
.__set-font-color--accent h5,
.__set-font-color--accent h6,
.__set-font-color--accent span,
.__set-font-color--accent p {
  color: #c5c5c5;
}
.__set-font-color--accent .gfield input,
.__set-font-color--accent .gfield textarea,
.__set-font-color--accent .gfield select {
  color: #c5c5c5;
  border-color: #c5c5c5;
}
.__set-font-color--accent .gfield input::-webkit-input-placeholder,
.__set-font-color--accent .gfield textarea::-webkit-input-placeholder,
.__set-font-color--accent .gfield select::-webkit-input-placeholder {
  color: #c5c5c5;
}
.__set-font-color--accent a {
  color: #8a8a8a;
}
.__set-font-color--other {
  color: #c5c5c5 !important;
}
.__set-font-color--other .et_pb_text_inner,
.__set-font-color--other .et_pb_blurb_description,
.__set-font-color--other h1,
.__set-font-color--other h2,
.__set-font-color--other h3,
.__set-font-color--other h4,
.__set-font-color--other h5,
.__set-font-color--other h6,
.__set-font-color--other span,
.__set-font-color--other p {
  color: #c5c5c5;
}
.__set-font-color--other .gfield input,
.__set-font-color--other .gfield textarea,
.__set-font-color--other .gfield select {
  color: #c5c5c5;
  border-color: #c5c5c5;
}
.__set-font-color--other .gfield input::-webkit-input-placeholder,
.__set-font-color--other .gfield textarea::-webkit-input-placeholder,
.__set-font-color--other .gfield select::-webkit-input-placeholder {
  color: #c5c5c5;
}
.__set-font-color--other a {
  color: #8a8a8a;
}
.__set-font-color--white {
  color: #fff !important;
}
.__set-font-color--white .et_pb_text_inner,
.__set-font-color--white .et_pb_blurb_description,
.__set-font-color--white h1,
.__set-font-color--white h2,
.__set-font-color--white h3,
.__set-font-color--white h4,
.__set-font-color--white h5,
.__set-font-color--white h6,
.__set-font-color--white span,
.__set-font-color--white p {
  color: #fff;
}
.__set-font-color--white .gfield input,
.__set-font-color--white .gfield textarea,
.__set-font-color--white .gfield select {
  color: #fff;
  border-color: #fff;
}
.__set-font-color--white .gfield input::-webkit-input-placeholder,
.__set-font-color--white .gfield textarea::-webkit-input-placeholder,
.__set-font-color--white .gfield select::-webkit-input-placeholder {
  color: #fff;
}
.__set-font-color--white a {
  color: #8a8a8a;
}
.__set-font-color--black {
  color: #000 !important;
}
.__set-font-color--black .et_pb_text_inner,
.__set-font-color--black .et_pb_blurb_description,
.__set-font-color--black h1,
.__set-font-color--black h2,
.__set-font-color--black h3,
.__set-font-color--black h4,
.__set-font-color--black h5,
.__set-font-color--black h6,
.__set-font-color--black span,
.__set-font-color--black p {
  color: #000;
}
.__set-font-color--black .gfield input,
.__set-font-color--black .gfield textarea,
.__set-font-color--black .gfield select {
  color: #000;
  border-color: #000;
}
.__set-font-color--black .gfield input::-webkit-input-placeholder,
.__set-font-color--black .gfield textarea::-webkit-input-placeholder,
.__set-font-color--black .gfield select::-webkit-input-placeholder {
  color: #000;
}
.__set-font-color--black a {
  color: #8a8a8a;
}

#top-header, #main-header {
  display: none;
}

/* The last section is usually the credits. Have them match the rest of the design */
footer .et_builder_inner_content .et_pb_section:last-child {
  background-color: #fcda87 !important;
  /* Override theme color */
  padding: 0;
}
footer .et_builder_inner_content .et_pb_section:last-child a {
  color: #fff;
}
footer .et_builder_inner_content .et_pb_section:last-child a.icon {
  text-decoration: none;
}
@media (min-width: 0) and (max-width: 1024px) {
  footer .et_builder_inner_content .et_pb_section:last-child .et_pb_menu .et_pb_menu__menu {
    display: block;
  }
  footer .et_builder_inner_content .et_pb_section:last-child .et_mobile_nav_menu {
    display: none;
  }
  footer .et_builder_inner_content .et_pb_section:last-child .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
  footer .et_builder_inner_content .et_pb_section:last-child .et_pb_social_media_follow {
    text-align: left;
  }
}
footer .et_builder_inner_content .et_pb_section:last-child .et_pb_text_inner,
footer .et_builder_inner_content .et_pb_section:last-child a,
footer .et_builder_inner_content .et_pb_section:last-child p {
  color: #fff;
}
footer .et_builder_inner_content .et_pb_section:last-child .widget_text {
  width: 100%;
}
footer .et_builder_inner_content .et_pb_section:last-child #footer-bottom {
  background-color: #8a8a8a;
}
footer .et_builder_inner_content .et_pb_section:last-child #footer-info {
  color: #fff;
}
footer .et_builder_inner_content .et_pb_section:last-child #main-footer {
  background: #8a8a8a;
}
footer .et_builder_inner_content .et_pb_section:last-child #main-footer a {
  color: #fcda87;
}
footer .et_builder_inner_content .et_pb_section:last-child #main-footer a.icon {
  text-decoration: none;
}
footer .et_builder_inner_content .et_pb_section:last-child #main-footer .widget_text {
  width: 100%;
}
footer .et_builder_inner_content .et_pb_section:last-child #main-footer #footer-bottom {
  background: #8a8a8a;
}
footer .et_builder_inner_content .et_pb_section:last-child #main-footer #footer-info {
  color: #fff;
}

.__header div,
.__header p {
  color: #fcda87;
}
.__header--tall div,
.__header--tall p {
  color: #fcda87;
}
@media (min-width: 1024px) {
  .__header--tall {
    height: 40rem;
  }
}
.__header--centered div,
.__header--centered p {
  color: #fcda87;
}
.__header--centered p,
.__header--centered span,
.__header--centered div {
  text-align: center;
}

#page-container {
  padding: 0 !important;
  margin: 0;
}

.et_pb_fullwidth_header_subhead {
  font: normal normal 700 3.75rem/1.5 "Arial Black", sans-serif;
}

.__lower-right-block h2 {
  font: normal normal 700 3rem/1.5 "Arial Black", sans-serif;
  text-align: center;
  text-transform: none;
}
.__lower-right-block .et_pb_row:first-child {
  background-color: #fcda87;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.__lower-right-block .et_pb_row:first-child .et_pb_text_inner {
  color: #fcda87;
  padding: 2.5rem;
}
@media (min-width: 1024px) {
  .__lower-right-block .et_pb_row:first-child {
    min-height: 35rem;
    padding: 1.25rem;
    width: 100%;
    max-width: unset;
  }
  .__lower-right-block .et_pb_row:first-child .et_pb_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    width: 1080px;
    max-width: 1080px;
    margin: 0 auto !important;
    float: none;
  }
  .__lower-right-block .et_pb_row:first-child .et_pb_module {
    width: 540px;
    max-width: 540px;
    float: left;
  }
}
.__lower-right-block .et_pb_row:last-child .et_pb_column:last-child {
  background-color: #8a8a8a;
  padding: 1.25rem;
}
.__lower-right-block .et_pb_row:last-child .et_pb_column:last-child .et_pb_text_inner {
  color: #fcda87;
}
@media (min-width: 1024px) {
  .__lower-right-block .et_pb_row:last-child .et_pb_column:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.__lower-right-block .et_pb_row:last-child .et_pb_column:last-child .et_pb_text {
  padding: 1.875rem;
}

.__left-video {
  background-color: #8a8a8a;
  background-image: url("/wp-content/uploads/2019/11/Video-Background.jpg");
  background-size: cover;
  background-position: top center;
}
@media (min-width: 1024px) {
  .__left-video > .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.__left-video a {
  color: #fcda87;
  text-decoration: none;
}
.__left-video a:hover {
  text-decoration: none;
}
.__left-video .et_pb_video_overlay {
  -webkit-box-shadow: 0px 0.5rem 0.675rem rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0.5rem 0.675rem rgba(0, 0, 0, 0.3);
}

.__video-text {
  background-size: cover;
  background-position: top center;
}
@media (min-width: 1024px) {
  .__video-text .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.__video-text a {
  color: #fcda87;
  text-decoration: none;
}
.__video-text a:hover {
  text-decoration: none;
}
.__video-text .et_pb_video_overlay {
  -webkit-box-shadow: 0px 0.5rem 0.675rem rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0.5rem 0.675rem rgba(0, 0, 0, 0.3);
}
.__video-text .et_pb_text_inner {
  font: normal normal 700 1.25rem/1.5 "Arial Black", sans-serif;
}

.blurb-tabs .et_pb_column {
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  .blurb-tabs .et_pb_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.blurb-tabs .tab-title {
  width: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: table-cell;
  vertical-align: top;
  padding: 2rem;
}
.blurb-tabs .tab-title:first-child .et_pb_blurb_content {
  float: right;
}
.blurb-tabs .tab-title:last-child .et_pb_blurb_content {
  float: left;
}
.blurb-tabs .tab-title .et_pb_blurb_container h4 a {
  text-decoration: none;
}
.blurb-tabs .tab-title:hover {
  cursor: pointer;
}
.blurb-tabs .tab-title.active-tab {
  background: #fcda87;
  /* Active tab background color */
}
.blurb-tabs .tab-title.active-tab .et_pb_blurb_container h4 a {
  text-decoration: none;
}
.blurb-tabs .tab-title.active-tab a {
  color: #fcda87;
  /* Active tab title color */
}
@media (max-width: 767px) {
  .blurb-tabs .tab-title {
    width: 50%;
  }
  .blurb-tabs .tab-title .et_pb_main_blurb_image {
    margin-bottom: 1.25rem;
    /* Reduce icon bottom margin */
  }
}
@media (max-width: 479px) {
  .blurb-tabs .tab-title {
    width: 100%;
  }
  .blurb-tabs .tab-title .et_pb_blurb_content {
    /* This moves icon to the right */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .blurb-tabs .tab-title .et_pb_main_blurb_image {
    /* Fix icon margins on mobile */
    margin-bottom: 0;
    margin-right: 2.875rem;
  }
}

.tab-content {
  display: none;
}
.tab-content.tab-open {
  display: block;
}

.__postgrid h2.entry-title {
  text-align: center;
  font: normal normal 700 1.25rem/1.5 "Arial Black", sans-serif;
  line-height: 1;
}
.__postgrid h2.entry-title a {
  text-decoration: none;
}
.__postgrid .et_pb_button_module_wrapper {
  text-align: center;
}
@media (min-width: 1024px) {
  .__postgrid .et_pb_blog_grid .column .size-1of3 {
    width: 31%;
    margin: 0.83%;
  }
}
.__postgrid .et_pb_blog_grid .et_pb_salvattore_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.__postgrid .et_pb_blog_grid article {
  border: 3px solid #c5c5c5;
  margin-bottom: 1.25rem !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.__postgrid .et_pb_blog_grid .post-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.__postgrid .et_pb_blog_grid .column {
  margin-bottom: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.__postgrid.--no-pagination .pagination {
  display: none;
}

.__color-blurbs .et_pb_blurb_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #fcda87;
  text-align: center;
}
.__color-blurbs .et_pb_blurb_content h1,
.__color-blurbs .et_pb_blurb_content h2,
.__color-blurbs .et_pb_blurb_content h3,
.__color-blurbs .et_pb_blurb_content h4,
.__color-blurbs .et_pb_blurb_content h5,
.__color-blurbs .et_pb_blurb_content h6,
.__color-blurbs .et_pb_blurb_content p,
.__color-blurbs .et_pb_blurb_content a {
  color: #fcda87;
  text-align: center;
}
.__color-blurbs .et_pb_blurb_content .et-pb-icon {
  color: #fcda87;
}
.__color-blurbs .et_pb_blurb_container {
  padding: 1.25rem;
  position: absolute;
  -ms-flex-item-align: center;
      align-self: center;
}
.__color-blurbs .et_pb_blurb_container .et_pb_module_header {
  color: #fcda87;
  text-align: center;
}
.__color-blurbs .et_pb_blurb_container a {
  text-decoration: none;
}
.__color-blurbs .et_pb_blurb_container a:hover {
  text-decoration: none;
}
.__color-blurbs.--no-background-image .et_pb_blurb_content {
  min-height: 24rem;
}
.__color-blurbs.--no-background-image .et_pb_blurb_content .et_pb_blurb_container {
  position: relative;
}

@media (min-width: 1024px) {
  .__fw-image-text-row {
    height: 100%;
    width: 100% !important;
    max-width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    direction: ltr;
  }
  .__fw-image-text-row .et_pb_column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    width: 50%;
  }
  .__fw-image-text-row .et_pb_column:first-child .et_pb_text {
    float: right;
  }
  .__fw-image-text-row .et_pb_column:last-child .et_pb_text {
    width: 100%;
    /* Normal width 80% * .5 */
  }
  .__fw-image-text-row .et_pb_text {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 540px;
    /* half max width */
  }
  .__fw-image-text-row .et_pb_text .et_pb_text_inner {
    padding: 3rem;
  }
}
@media (min-width: 1024px) {
  .et_pb_column .et_pb_gallery .et_pb_gallery_item {
    width: 24% !important;
    margin: 0.5% !important;
  }
}
.single-post #main-content > .container {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0 !important;
}
.single-post h1 {
  text-align: center;
}
.single-post .et_post_meta_wrapper {
  margin: 0 auto 0 auto;
  max-width: 756px;
}
.single-post .post-meta {
  display: none;
}
.single-post .published {
  display: none;
}
.single-post .entry-content {
  max-width: 756px;
  margin: 0 auto;
}
.single-post #et-main-area .entry-title {
  font: normal normal 700 3.75rem/1.5 "Arial Black", sans-serif;
}
.single-post #main-content .container:before {
  background: none;
}
.single-post #sidebar {
  display: none;
}
.single-post #left-area {
  width: 100%;
  padding: 1.5rem 0px 0px !important;
  float: none !important;
}

.single-testimonial .et_post_meta_wrapper {
  margin: 0 auto 0 auto;
  max-width: 756px;
}
.single-testimonial .post-meta {
  display: none;
}
.single-testimonial .published {
  display: none;
}
.single-testimonial .entry-content {
  max-width: 756px;
  margin: 0 auto;
}
.single-testimonial #et-main-area .entry-title {
  font: normal normal 700 3.75rem/1.5 "Arial Black", sans-serif;
}
.single-testimonial #main-content .container:before {
  background: none;
}
.single-testimonial #sidebar {
  display: none;
}
.single-testimonial #left-area {
  width: 100%;
  padding: 1.5rem 0px 0px !important;
  float: none !important;
}
.single-testimonial .container {
  padding-top: 0;
}
.single-testimonial .testimonial-name, .single-testimonial .testimonial-title {
  width: 100%;
  text-align: center;
}
