@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.awsm-grid-wrapper .awsm-team-item {
  padding: 1.25rem;
}
.awsm-grid-wrapper .awsm-team-item figure {
  border: 2rem solid #b0804e;
}
.awsm-grid-wrapper .modal-style .awsm-modal-details h2 {
  color: #c83d2a;
  font-weight: 700;
}
.awsm-grid-wrapper .modal-style figcaption {
  background: rgba(200, 61, 42, 0.7);
}
.awsm-grid-wrapper .modal-style figcaption:hover {
  opacity: 1;
  background: rgba(200, 61, 42, 0.7);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.awsm-grid-wrapper .modal-style figcaption h3 {
  font-size: 2.5rem;
}
@media (min-width: 1025px) {
  .awsm-grid-wrapper .modal-style figcaption .awsm-details {
    width: 60%;
  }
  .awsm-grid-wrapper .modal-style figcaption .awsm-personal-contact-info {
    width: 40%;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .awsm-grid-wrapper .modal-style figcaption .awsm-details,
  .awsm-grid-wrapper .modal-style figcaption .awsm-personal-contact-info {
    padding-left: 0;
    padding-right: 0;
  }
}

.tribe-common .tribe-common-c-btn-border,
.tribe-events-c-search__button {
  background: none;
  background-color: #c83d2a;
  background-image: none;
  background-repeat: no-repeat;
  border: 3px #c83d2a solid;
  border-radius: 4.2rem;
  color: #fff !important;
  display: inline-block;
  font: normal normal 300 1.6rem/1.125 helvetica-neue-lt-pro, sans-serif !important;
  padding: 1.2rem 9rem 1.2rem 7rem !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  word-break: keep-all;
  word-wrap: normal;
}
@media (min-width: 1025px) {
  .tribe-common .tribe-common-c-btn-border,
  .tribe-events-c-search__button {
    white-space: nowrap;
  }
}
.tribe-common .tribe-common-c-btn-border:hover, .tribe-common .tribe-common-c-btn-border:active, .tribe-common .tribe-common-c-btn-border:focus,
.tribe-events-c-search__button:hover,
.tribe-events-c-search__button:active,
.tribe-events-c-search__button:focus {
  background-color: #ffe17f;
  border: 3px #c83d2a solid;
  color: #c83d2a !important;
  opacity: 1;
  padding: 1.2rem 9rem 1.2rem 7rem !important;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tribe-common .tribe-common-c-btn-border::after,
.tribe-events-c-search__button::after {
  content: "5";
  font-family: "ETmodules" !important;
  font-size: 1.6rem;
}

#ect-events-minimal-list-content .ect-simple-event {
  padding-bottom: 1.25rem;
}
#ect-events-minimal-list-content span.ect-event-title {
  margin-top: -5px;
  padding-top: 0;
}

.et_pb_text_inner .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 0;
  padding-bottom: 0;
  min-height: auto;
}
.et_pb_text_inner .tribe-events .tribe-events-c-subscribe-dropdown__container {
  display: none;
}

.single-tribe_events #et-main-area {
  background-color: #f2e5da;
}
.single-tribe_events #et-main-area .tribe-events-single-event-title {
  color: #c83d2a;
  text-align: center;
}
@media (min-width: 0) and (max-width: 1024px) {
  .single-tribe_events #et-main-area .tribe-events-single-event-title {
    font-size: 4rem;
  }
}
.single-tribe_events #et-main-area .tribe-events-schedule {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-tribe_events #et-main-area .tribe-events-c-subscribe-dropdown__button-text {
  background-color: transparent;
  border: none;
  color: white;
}
.single-tribe_events #et-main-area .tribe-common-c-svgicon--caret-down {
  display: none;
}
.single-tribe_events #et-main-area .tribe-events-event-meta > div {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 1025px) {
  .single-tribe_events #et-main-area .tribe-events-event-meta > div:first-child, .single-tribe_events #et-main-area .tribe-events-event-meta > div:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .single-tribe_events #et-main-area .tribe-events-event-meta > div:last-child {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  .single-tribe_events #et-main-area .tribe-events-event-meta > div:last-child .tribe-events-venue-map {
    width: 100%;
  }
}
.single-tribe_events #et-main-area .tribe-events-single-section-title,
.single-tribe_events #et-main-area .tribe-events-related-events-title {
  color: #c83d2a;
}
.single-tribe_events #et-main-area .tribe-events-single .tribe-events-sub-nav a span {
  display: inline;
}
.single-tribe_events #et-main-area .tribe-events-single ul.tribe-related-events li {
  background-color: transparent;
}

.ff-stream .ff-header > h1 {
  color: #222;
  font: normal normal 700 3.6rem/1.5 helvetica-neue-lt-pro, sans-serif;
}
@media (min-width: 0) and (max-width: 1024px) {
  .ff-stream .ff-header > h1 {
    font-size: 2rem;
  }
}
.ff-stream .ff-header > h2 {
  color: #222;
  font: normal normal 700 3.6rem/1.5 helvetica-neue-lt-pro, sans-serif;
}
@media (min-width: 0) and (max-width: 1024px) {
  .ff-stream .ff-header > h2 {
    font-size: 2rem;
  }
}
.ff-stream .ff-loadmore-wrapper > .ff-btn {
  background: none;
  background-color: #c83d2a;
  background-image: none;
  background-repeat: no-repeat;
  border: 3px #c83d2a solid;
  border-radius: 4.2rem;
  color: #fff !important;
  display: inline-block;
  font: normal normal 300 1.6rem/1.125 helvetica-neue-lt-pro, sans-serif !important;
  padding: 1.2rem 9rem 1.2rem 7rem !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  word-break: keep-all;
  word-wrap: normal;
}
@media (min-width: 1025px) {
  .ff-stream .ff-loadmore-wrapper > .ff-btn {
    white-space: nowrap;
  }
}
.ff-stream .ff-loadmore-wrapper > .ff-btn:hover, .ff-stream .ff-loadmore-wrapper > .ff-btn:active, .ff-stream .ff-loadmore-wrapper > .ff-btn:focus {
  background-color: #ffe17f;
  border: 3px #c83d2a solid;
  color: #c83d2a !important;
  opacity: 1;
  padding: 1.2rem 9rem 1.2rem 7rem !important;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ff-stream .ff-loadmore-wrapper > .ff-btn::after {
  content: "5";
  font-family: "ETmodules" !important;
  font-size: 1.6rem;
}

@media (min-width: 1025px) {
  .ff-item-cont {
    height: 60rem;
  }
}
@media (min-width: 1025px) {
  .ff-item-cont .ff-item-meta {
    bottom: 0;
    position: absolute;
    width: 100%;
  }
}
.ff-item-cont .ff-item-bar a {
  text-decoration: none !important;
}

.__inthemedia-slider .slick-track,
.__testimonials-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.__inthemedia-slider .slick-track .slick-slide,
.__testimonials-slider .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;
  padding: 2rem;
}
.__inthemedia-slider .slick-dots,
.__testimonials-slider .slick-dots {
  bottom: -4.5rem;
}
.__inthemedia-slider .slick-dots li button::before, .__inthemedia-slider .slick-dots li.slick-active button::before,
.__testimonials-slider .slick-dots li button::before,
.__testimonials-slider .slick-dots li.slick-active button::before {
  border: 3px solid #c83d2a;
  border-radius: 50%;
  color: transparent;
  font-size: 1.25rem;
  opacity: 1;
}
.__inthemedia-slider .slick-dots li.slick-active button,
.__testimonials-slider .slick-dots li.slick-active button {
  background-color: #c83d2a;
  border-radius: 50%;
  opacity: 1;
}

.slick-arrow {
  width: 6rem;
  height: 6rem;
}
.slick-arrow.slick-next:before, .slick-arrow.slick-prev:before {
  color: #c83d2a;
  content: "5";
  font-family: "ETmodules" !important;
  font-weight: bold;
  font-size: 6rem !important;
}
.slick-arrow.slick-prev {
  left: -60px;
}
.slick-arrow.slick-prev:before {
  content: "4";
}

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

.wpv-filter-form input,
.wpv-filter-form textarea,
.wpv-filter-form select {
  background-color: #fff;
  color: #222;
  font: normal normal normal 1.6rem/1.5 helvetica-neue-lt-pro, sans-serif;
}
.wpv-filter-form input::input-placeholder,
.wpv-filter-form textarea::input-placeholder,
.wpv-filter-form select::input-placeholder {
  color: #222;
}
.wpv-filter-form .wpv-submit-trigger,
.wpv-filter-form .wpv-reset-trigger {
  background: none;
  background-color: #c83d2a;
  background-image: none;
  background-repeat: no-repeat;
  border: 3px #c83d2a solid;
  border-radius: 4.2rem;
  color: #fff !important;
  display: inline-block;
  font: normal normal 300 1.6rem/1.125 helvetica-neue-lt-pro, sans-serif !important;
  padding: 1.2rem 9rem 1.2rem 7rem !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  word-break: keep-all;
  word-wrap: normal;
}
@media (min-width: 1025px) {
  .wpv-filter-form .wpv-submit-trigger,
  .wpv-filter-form .wpv-reset-trigger {
    white-space: nowrap;
  }
}
.wpv-filter-form .wpv-submit-trigger:hover, .wpv-filter-form .wpv-submit-trigger:active, .wpv-filter-form .wpv-submit-trigger:focus,
.wpv-filter-form .wpv-reset-trigger:hover,
.wpv-filter-form .wpv-reset-trigger:active,
.wpv-filter-form .wpv-reset-trigger:focus {
  background-color: #ffe17f;
  border: 3px #c83d2a solid;
  color: #c83d2a !important;
  opacity: 1;
  padding: 1.2rem 9rem 1.2rem 7rem !important;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.wpv-filter-form .wpv-submit-trigger::after,
.wpv-filter-form .wpv-reset-trigger::after {
  content: "5";
  font-family: "ETmodules" !important;
  font-size: 1.6rem;
}

.gform-theme--foundation .gform_body .gform_fields {
  row-gap: 2rem;
}

.gform_footer .gform_button_span {
  background: none;
  background-color: #c83d2a;
  background-image: none;
  background-repeat: no-repeat;
  border: 3px #c83d2a solid;
  border-radius: 4.2rem;
  color: #fff !important;
  display: inline-block;
  font: normal normal 300 1.6rem/1.125 helvetica-neue-lt-pro, sans-serif !important;
  padding: 1.2rem 9rem 1.2rem 7rem !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  word-break: keep-all;
  word-wrap: normal;
  padding: 1.2rem 9rem 1.2rem 7rem !important;
  padding-right: 7rem !important;
}
@media (min-width: 1025px) {
  .gform_footer .gform_button_span {
    white-space: nowrap;
  }
}
.gform_footer .gform_button_span:hover, .gform_footer .gform_button_span:active, .gform_footer .gform_button_span:focus {
  background-color: #ffe17f;
  border: 3px #c83d2a solid;
  color: #c83d2a !important;
  opacity: 1;
  padding: 1.2rem 9rem 1.2rem 7rem !important;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.gform_footer .gform_button_span::after {
  content: "5";
  font-family: "ETmodules" !important;
  font-size: 1.6rem;
}
.gform_footer .gform_button_span button.button {
  background-color: transparent !important;
  border: none !important;
  color: #fff !important;
  font: normal normal 300 1.6rem/1.125 helvetica-neue-lt-pro, sans-serif !important;
  line-height: 1 !important;
  margin-bottom: 0 !important;
  text-transform: uppercase !important;
  padding: 0 !important;
  vertical-align: baseline !important;
  min-height: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.gform_footer .gform_button_span button.button:hover, .gform_footer .gform_button_span button.button:active, .gform_footer .gform_button_span button.button:focus {
  color: #fff !important;
  background-color: transparent !important;
  padding: 0 !important;
}
.gform_footer .gform_button_span button.button:hover:after, .gform_footer .gform_button_span button.button:active:after, .gform_footer .gform_button_span button.button:focus:after {
  color: #fff !important;
}
.gform_footer .gform_button_span button.button:after {
  color: #fff !important;
}
.gform_footer .gform_button_span:hover, .gform_footer .gform_button_span:active, .gform_footer .gform_button_span:focus {
  color: #c83d2a !important;
  background-color: #ffe17f !important;
  padding: 1.2rem 9rem 1.2rem 7rem !important;
  padding-right: 9rem !important;
}
.gform_footer .gform_button_span:hover button.button, .gform_footer .gform_button_span:active button.button, .gform_footer .gform_button_span:focus button.button {
  color: #c83d2a !important;
  background-color: transparent !important;
}
.gform_footer .gform_button_span:hover button.button:after, .gform_footer .gform_button_span:active button.button:after, .gform_footer .gform_button_span:focus button.button:after {
  display: none;
}
.gform_footer .gform_button_span:after {
  padding-top: 0.5rem;
}

.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gfield textarea,
.gfield select {
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 20px !important;
  font: normal normal normal 1.6rem/1.5 helvetica-neue-lt-pro, sans-serif;
  color: #222;
  padding: 2rem;
  margin-top: 0.8rem;
}
.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .gfield textarea::-webkit-input-placeholder, .gfield select::-webkit-input-placeholder {
  color: #222;
}
.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .gfield textarea::-moz-placeholder, .gfield select::-moz-placeholder {
  color: #222;
}
.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .gfield textarea:-ms-input-placeholder, .gfield select:-ms-input-placeholder {
  color: #222;
}
.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .gfield textarea::-ms-input-placeholder, .gfield select::-ms-input-placeholder {
  color: #222;
}
.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.gfield textarea::placeholder,
.gfield select::placeholder {
  color: #222;
}
.gfield textarea {
  margin-bottom: 0.8rem;
}
.gfield.gfield_html {
  border: none;
  color: #222;
}

.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
  margin-top: 0;
}
.gform_legacy_markup_wrapper ul.gform_fields li.gfield select {
  padding: 0.8rem 0;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex select,
.gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex .ginput_right select {
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 20px !important;
  font: normal normal normal 1.6rem/1.5 helvetica-neue-lt-pro, sans-serif;
  color: #222;
  padding: 2rem;
  margin-top: 0.8rem;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex select::-webkit-input-placeholder, .gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex .ginput_right select::-webkit-input-placeholder {
  color: #222;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex select::-moz-placeholder, .gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex .ginput_right select::-moz-placeholder {
  color: #222;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex select:-ms-input-placeholder, .gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex .ginput_right select:-ms-input-placeholder {
  color: #222;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex select::-ms-input-placeholder, .gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex .ginput_right select::-ms-input-placeholder {
  color: #222;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex select::placeholder,
.gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex .ginput_right select::placeholder {
  color: #222;
}

.gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields li.gfield {
  margin-top: 0;
}
.gform_legacy_markup_wrapper.gform_wrapper ul.gform_fields li.gfield select {
  padding: 0.8rem 0;
}
.gform_legacy_markup_wrapper.gform_wrapper.gf_browser_chrome .ginput_complex select,
.gform_legacy_markup_wrapper.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select {
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 20px !important;
  font: normal normal normal 1.6rem/1.5 helvetica-neue-lt-pro, sans-serif;
  color: #222;
  padding: 2rem;
  margin-top: 0.8rem;
}
.gform_legacy_markup_wrapper.gform_wrapper.gf_browser_chrome .ginput_complex select::-webkit-input-placeholder, .gform_legacy_markup_wrapper.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select::-webkit-input-placeholder {
  color: #222;
}
.gform_legacy_markup_wrapper.gform_wrapper.gf_browser_chrome .ginput_complex select::-moz-placeholder, .gform_legacy_markup_wrapper.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select::-moz-placeholder {
  color: #222;
}
.gform_legacy_markup_wrapper.gform_wrapper.gf_browser_chrome .ginput_complex select:-ms-input-placeholder, .gform_legacy_markup_wrapper.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select:-ms-input-placeholder {
  color: #222;
}
.gform_legacy_markup_wrapper.gform_wrapper.gf_browser_chrome .ginput_complex select::-ms-input-placeholder, .gform_legacy_markup_wrapper.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select::-ms-input-placeholder {
  color: #222;
}
.gform_legacy_markup_wrapper.gform_wrapper.gf_browser_chrome .ginput_complex select::placeholder,
.gform_legacy_markup_wrapper.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select::placeholder {
  color: #222;
}
.gform_legacy_markup_wrapper.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_legacy_markup_wrapper.gform_wrapper.gf_browser_chrome .gfield_checkbox li,
.gform_legacy_markup_wrapper.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_legacy_markup_wrapper.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0;
}

.gform_wrapper .gform_fields .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .top_label label.gfield_label, .gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper .gfield_description {
  display: none;
}
.gform_wrapper .gform_fields .gfield.--gf-show-label label.gfield_label,
.gform_wrapper .gform_fields .gfield.--gf-show-label legend.gfield_label {
  display: inline-block;
}
.gform_wrapper .gform_fields .gfield.--gf-show-label .gfield_description, .gform_wrapper .gform_fields .gfield.--gf-show-label.field_sublabel_below .ginput_complex.ginput_container label {
  display: block;
}
@media (min-width: 1025px) {
  .gform_wrapper .ginput_complex {
    margin-bottom: -1rem;
  }
  .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .gform_wrapper .ginput_complex textarea,
  .gform_wrapper .ginput_complex select {
    margin: 1rem 0 !important;
  }
}

#gf_2 .gform_footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gform_confirmation_message {
  font: normal normal normal 1.6rem/1.5 helvetica-neue-lt-pro, sans-serif;
  text-align: center;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Simplify font sizing with rem https://snook.ca/archives/html_and_css/font-size-with-rem */
  font-size: 62.5%;
}

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

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

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

body,
input,
textarea,
select,
p,
td,
th,
.widgetarea,
.et_pb_text_inner,
ul,
ol {
  font-family: helvetica-neue-lt-pro, sans-serif;
}

.et-boc a,
footer a {
  color: #c83d2a;
  text-decoration: underline;
  font-family: helvetica-neue-lt-pro, sans-serif;
}
.et-boc a:hover, .et-boc a:active, .et-boc a:focus,
footer a:hover,
footer a:active,
footer a:focus {
  color: #c83d2a;
  text-decoration: underline;
}
.et-boc h1,
.et-boc h2,
.et-boc h3,
.et-boc h4,
.et-boc h5,
.et-boc h6,
.et-boc .et_pb_fullwidth_header_subhead,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer .et_pb_fullwidth_header_subhead {
  color: #222;
}
.et-boc h1,
.et-boc .__header-style--h1,
footer h1,
footer .__header-style--h1 {
  font: normal normal 100 7rem/1.5 helvetica-neue-lt-pro, sans-serif;
  margin: 1rem 0;
}
@media (min-width: 0) and (max-width: 1024px) {
  .et-boc h1,
  .et-boc .__header-style--h1,
  footer h1,
  footer .__header-style--h1 {
    font-size: 4rem;
  }
}
.et-boc h2,
.et-boc .et_pb_fullwidth_header_subhead,
.et-boc .__header-style--h2,
footer h2,
footer .et_pb_fullwidth_header_subhead,
footer .__header-style--h2 {
  font: normal normal 100 3.6rem/1.5 helvetica-neue-lt-pro, sans-serif;
}
@media (min-width: 0) and (max-width: 1024px) {
  .et-boc h2,
  .et-boc .et_pb_fullwidth_header_subhead,
  .et-boc .__header-style--h2,
  footer h2,
  footer .et_pb_fullwidth_header_subhead,
  footer .__header-style--h2 {
    font-size: 2rem;
  }
}
.et-boc h3,
.et-boc .__header-style--h3,
footer h3,
footer .__header-style--h3 {
  font: normal normal 700 2.2rem/1.5 helvetica-neue-lt-pro, sans-serif;
  font-weight: 500;
}
@media (min-width: 0) and (max-width: 1024px) {
  .et-boc h3,
  .et-boc .__header-style--h3,
  footer h3,
  footer .__header-style--h3 {
    font-size: 2rem;
  }
}
.et-boc h4,
.et-boc .__header-style--h4,
footer h4,
footer .__header-style--h4 {
  font: normal normal 700 2rem/1.5 helvetica-neue-lt-pro, sans-serif;
}
@media (min-width: 0) and (max-width: 1024px) {
  .et-boc h4,
  .et-boc .__header-style--h4,
  footer h4,
  footer .__header-style--h4 {
    font-size: 2rem;
  }
}
.et-boc h5,
.et-boc .__header-style--h5,
footer h5,
footer .__header-style--h5 {
  font: normal normal 700 1.8rem/1.5 helvetica-neue-lt-pro, sans-serif;
}
@media (min-width: 0) and (max-width: 1024px) {
  .et-boc h5,
  .et-boc .__header-style--h5,
  footer h5,
  footer .__header-style--h5 {
    font-size: 1.8rem;
  }
}
.et-boc h6,
.et-boc .__header-style--h6,
footer h6,
footer .__header-style--h6 {
  font: normal normal 700 1.6rem/1.5 helvetica-neue-lt-pro, sans-serif;
}
@media (min-width: 0) and (max-width: 1024px) {
  .et-boc h6,
  .et-boc .__header-style--h6,
  footer h6,
  footer .__header-style--h6 {
    font-size: 1.6rem;
  }
}

/**
 * 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: #c83d2a;
}
.__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 li,
.__background--primary p {
  border-color: #fff;
  color: #fff;
}
.__background--primary .gfield input,
.__background--primary .gfield textarea,
.__background--primary .gfield select {
  color: #fff;
}
.__background--primary .gfield input::-webkit-input-placeholder, .__background--primary .gfield textarea::-webkit-input-placeholder, .__background--primary .gfield select::-webkit-input-placeholder {
  color: #fff;
}
.__background--primary .gfield input::-moz-placeholder, .__background--primary .gfield textarea::-moz-placeholder, .__background--primary .gfield select::-moz-placeholder {
  color: #fff;
}
.__background--primary .gfield input:-ms-input-placeholder, .__background--primary .gfield textarea:-ms-input-placeholder, .__background--primary .gfield select:-ms-input-placeholder {
  color: #fff;
}
.__background--primary .gfield input::-ms-input-placeholder, .__background--primary .gfield textarea::-ms-input-placeholder, .__background--primary .gfield select::-ms-input-placeholder {
  color: #fff;
}
.__background--primary .gfield input::placeholder,
.__background--primary .gfield textarea::placeholder,
.__background--primary .gfield select::placeholder {
  color: #fff;
}
.__background--primary a {
  color: #c83d2a;
}
.__background--primary .et_pb_text_inner {
  padding: 1.25rem;
}
.__background--secondary {
  background-color: #ffe17f;
}
.__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 li,
.__background--secondary p {
  border-color: #fff;
  color: #fff;
}
.__background--secondary .gfield input,
.__background--secondary .gfield textarea,
.__background--secondary .gfield select {
  color: #fff;
}
.__background--secondary .gfield input::-webkit-input-placeholder, .__background--secondary .gfield textarea::-webkit-input-placeholder, .__background--secondary .gfield select::-webkit-input-placeholder {
  color: #fff;
}
.__background--secondary .gfield input::-moz-placeholder, .__background--secondary .gfield textarea::-moz-placeholder, .__background--secondary .gfield select::-moz-placeholder {
  color: #fff;
}
.__background--secondary .gfield input:-ms-input-placeholder, .__background--secondary .gfield textarea:-ms-input-placeholder, .__background--secondary .gfield select:-ms-input-placeholder {
  color: #fff;
}
.__background--secondary .gfield input::-ms-input-placeholder, .__background--secondary .gfield textarea::-ms-input-placeholder, .__background--secondary .gfield select::-ms-input-placeholder {
  color: #fff;
}
.__background--secondary .gfield input::placeholder,
.__background--secondary .gfield textarea::placeholder,
.__background--secondary .gfield select::placeholder {
  color: #fff;
}
.__background--secondary a {
  color: #c83d2a;
}
.__background--secondary .et_pb_text_inner {
  padding: 1.25rem;
}
.__background--accent {
  background-color: #512f15;
}
.__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 li,
.__background--accent p {
  border-color: #fff;
  color: #fff;
}
.__background--accent .gfield input,
.__background--accent .gfield textarea,
.__background--accent .gfield select {
  color: #fff;
}
.__background--accent .gfield input::-webkit-input-placeholder, .__background--accent .gfield textarea::-webkit-input-placeholder, .__background--accent .gfield select::-webkit-input-placeholder {
  color: #fff;
}
.__background--accent .gfield input::-moz-placeholder, .__background--accent .gfield textarea::-moz-placeholder, .__background--accent .gfield select::-moz-placeholder {
  color: #fff;
}
.__background--accent .gfield input:-ms-input-placeholder, .__background--accent .gfield textarea:-ms-input-placeholder, .__background--accent .gfield select:-ms-input-placeholder {
  color: #fff;
}
.__background--accent .gfield input::-ms-input-placeholder, .__background--accent .gfield textarea::-ms-input-placeholder, .__background--accent .gfield select::-ms-input-placeholder {
  color: #fff;
}
.__background--accent .gfield input::placeholder,
.__background--accent .gfield textarea::placeholder,
.__background--accent .gfield select::placeholder {
  color: #fff;
}
.__background--accent a {
  color: #c83d2a;
}
.__background--accent .et_pb_text_inner {
  padding: 1.25rem;
}
.__background--other {
  background-color: #b0804e;
}
.__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 li,
.__background--other p {
  border-color: #fff;
  color: #fff;
}
.__background--other .gfield input,
.__background--other .gfield textarea,
.__background--other .gfield select {
  color: #fff;
}
.__background--other .gfield input::-webkit-input-placeholder, .__background--other .gfield textarea::-webkit-input-placeholder, .__background--other .gfield select::-webkit-input-placeholder {
  color: #fff;
}
.__background--other .gfield input::-moz-placeholder, .__background--other .gfield textarea::-moz-placeholder, .__background--other .gfield select::-moz-placeholder {
  color: #fff;
}
.__background--other .gfield input:-ms-input-placeholder, .__background--other .gfield textarea:-ms-input-placeholder, .__background--other .gfield select:-ms-input-placeholder {
  color: #fff;
}
.__background--other .gfield input::-ms-input-placeholder, .__background--other .gfield textarea::-ms-input-placeholder, .__background--other .gfield select::-ms-input-placeholder {
  color: #fff;
}
.__background--other .gfield input::placeholder,
.__background--other .gfield textarea::placeholder,
.__background--other .gfield select::placeholder {
  color: #fff;
}
.__background--other a {
  color: #c83d2a;
}
.__background--other .et_pb_text_inner {
  padding: 1.25rem;
}

.__set-font-color--primary {
  color: #c83d2a !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 {
  border-color: #c83d2a;
  color: #c83d2a;
}
.__set-font-color--primary ul {
  list-style: none;
}
.__set-font-color--primary ul li::before {
  color: #c83d2a;
  content: "•";
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}
.__set-font-color--primary ol {
  counter-reset: li;
  list-style: none;
}
.__set-font-color--primary ol li::before {
  color: #c83d2a;
  content: counter(li);
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}
.__set-font-color--primary ol li {
  counter-increment: li;
}
.__set-font-color--primary .gfield input,
.__set-font-color--primary .gfield textarea,
.__set-font-color--primary .gfield select {
  border-color: #c83d2a;
  color: #c83d2a;
}
.__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: #c83d2a;
}
.__set-font-color--primary .gfield input::-moz-placeholder, .__set-font-color--primary .gfield textarea::-moz-placeholder, .__set-font-color--primary .gfield select::-moz-placeholder {
  color: #c83d2a;
}
.__set-font-color--primary .gfield input:-ms-input-placeholder, .__set-font-color--primary .gfield textarea:-ms-input-placeholder, .__set-font-color--primary .gfield select:-ms-input-placeholder {
  color: #c83d2a;
}
.__set-font-color--primary .gfield input::-ms-input-placeholder, .__set-font-color--primary .gfield textarea::-ms-input-placeholder, .__set-font-color--primary .gfield select::-ms-input-placeholder {
  color: #c83d2a;
}
.__set-font-color--primary .gfield input::placeholder,
.__set-font-color--primary .gfield textarea::placeholder,
.__set-font-color--primary .gfield select::placeholder {
  color: #c83d2a;
}
.__set-font-color--primary a {
  color: #c83d2a;
}
.__set-font-color--primary a:hover, .__set-font-color--primary a:active, .__set-font-color--primary a:focus {
  color: #c83d2a;
}
.__set-font-color--secondary {
  color: #ffe17f !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 {
  border-color: #ffe17f;
  color: #ffe17f;
}
.__set-font-color--secondary ul {
  list-style: none;
}
.__set-font-color--secondary ul li::before {
  color: #ffe17f;
  content: "•";
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}
.__set-font-color--secondary ol {
  counter-reset: li;
  list-style: none;
}
.__set-font-color--secondary ol li::before {
  color: #ffe17f;
  content: counter(li);
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}
.__set-font-color--secondary ol li {
  counter-increment: li;
}
.__set-font-color--secondary .gfield input,
.__set-font-color--secondary .gfield textarea,
.__set-font-color--secondary .gfield select {
  border-color: #ffe17f;
  color: #ffe17f;
}
.__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: #ffe17f;
}
.__set-font-color--secondary .gfield input::-moz-placeholder, .__set-font-color--secondary .gfield textarea::-moz-placeholder, .__set-font-color--secondary .gfield select::-moz-placeholder {
  color: #ffe17f;
}
.__set-font-color--secondary .gfield input:-ms-input-placeholder, .__set-font-color--secondary .gfield textarea:-ms-input-placeholder, .__set-font-color--secondary .gfield select:-ms-input-placeholder {
  color: #ffe17f;
}
.__set-font-color--secondary .gfield input::-ms-input-placeholder, .__set-font-color--secondary .gfield textarea::-ms-input-placeholder, .__set-font-color--secondary .gfield select::-ms-input-placeholder {
  color: #ffe17f;
}
.__set-font-color--secondary .gfield input::placeholder,
.__set-font-color--secondary .gfield textarea::placeholder,
.__set-font-color--secondary .gfield select::placeholder {
  color: #ffe17f;
}
.__set-font-color--secondary a {
  color: #c83d2a;
}
.__set-font-color--secondary a:hover, .__set-font-color--secondary a:active, .__set-font-color--secondary a:focus {
  color: #c83d2a;
}
.__set-font-color--accent {
  color: #512f15 !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 {
  border-color: #512f15;
  color: #512f15;
}
.__set-font-color--accent ul {
  list-style: none;
}
.__set-font-color--accent ul li::before {
  color: #512f15;
  content: "•";
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}
.__set-font-color--accent ol {
  counter-reset: li;
  list-style: none;
}
.__set-font-color--accent ol li::before {
  color: #512f15;
  content: counter(li);
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}
.__set-font-color--accent ol li {
  counter-increment: li;
}
.__set-font-color--accent .gfield input,
.__set-font-color--accent .gfield textarea,
.__set-font-color--accent .gfield select {
  border-color: #512f15;
  color: #512f15;
}
.__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: #512f15;
}
.__set-font-color--accent .gfield input::-moz-placeholder, .__set-font-color--accent .gfield textarea::-moz-placeholder, .__set-font-color--accent .gfield select::-moz-placeholder {
  color: #512f15;
}
.__set-font-color--accent .gfield input:-ms-input-placeholder, .__set-font-color--accent .gfield textarea:-ms-input-placeholder, .__set-font-color--accent .gfield select:-ms-input-placeholder {
  color: #512f15;
}
.__set-font-color--accent .gfield input::-ms-input-placeholder, .__set-font-color--accent .gfield textarea::-ms-input-placeholder, .__set-font-color--accent .gfield select::-ms-input-placeholder {
  color: #512f15;
}
.__set-font-color--accent .gfield input::placeholder,
.__set-font-color--accent .gfield textarea::placeholder,
.__set-font-color--accent .gfield select::placeholder {
  color: #512f15;
}
.__set-font-color--accent a {
  color: #c83d2a;
}
.__set-font-color--accent a:hover, .__set-font-color--accent a:active, .__set-font-color--accent a:focus {
  color: #c83d2a;
}
.__set-font-color--other {
  color: #b0804e !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 {
  border-color: #b0804e;
  color: #b0804e;
}
.__set-font-color--other ul {
  list-style: none;
}
.__set-font-color--other ul li::before {
  color: #b0804e;
  content: "•";
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}
.__set-font-color--other ol {
  counter-reset: li;
  list-style: none;
}
.__set-font-color--other ol li::before {
  color: #b0804e;
  content: counter(li);
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}
.__set-font-color--other ol li {
  counter-increment: li;
}
.__set-font-color--other .gfield input,
.__set-font-color--other .gfield textarea,
.__set-font-color--other .gfield select {
  border-color: #b0804e;
  color: #b0804e;
}
.__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: #b0804e;
}
.__set-font-color--other .gfield input::-moz-placeholder, .__set-font-color--other .gfield textarea::-moz-placeholder, .__set-font-color--other .gfield select::-moz-placeholder {
  color: #b0804e;
}
.__set-font-color--other .gfield input:-ms-input-placeholder, .__set-font-color--other .gfield textarea:-ms-input-placeholder, .__set-font-color--other .gfield select:-ms-input-placeholder {
  color: #b0804e;
}
.__set-font-color--other .gfield input::-ms-input-placeholder, .__set-font-color--other .gfield textarea::-ms-input-placeholder, .__set-font-color--other .gfield select::-ms-input-placeholder {
  color: #b0804e;
}
.__set-font-color--other .gfield input::placeholder,
.__set-font-color--other .gfield textarea::placeholder,
.__set-font-color--other .gfield select::placeholder {
  color: #b0804e;
}
.__set-font-color--other a {
  color: #c83d2a;
}
.__set-font-color--other a:hover, .__set-font-color--other a:active, .__set-font-color--other a:focus {
  color: #c83d2a;
}
.__set-font-color--red {
  color: #c83d2a !important;
}
.__set-font-color--red .et_pb_text_inner,
.__set-font-color--red .et_pb_blurb_description,
.__set-font-color--red h1,
.__set-font-color--red h2,
.__set-font-color--red h3,
.__set-font-color--red h4,
.__set-font-color--red h5,
.__set-font-color--red h6,
.__set-font-color--red span,
.__set-font-color--red p {
  border-color: #c83d2a;
  color: #c83d2a;
}
.__set-font-color--red ul {
  list-style: none;
}
.__set-font-color--red ul li::before {
  color: #c83d2a;
  content: "•";
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}
.__set-font-color--red ol {
  counter-reset: li;
  list-style: none;
}
.__set-font-color--red ol li::before {
  color: #c83d2a;
  content: counter(li);
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}
.__set-font-color--red ol li {
  counter-increment: li;
}
.__set-font-color--red .gfield input,
.__set-font-color--red .gfield textarea,
.__set-font-color--red .gfield select {
  border-color: #c83d2a;
  color: #c83d2a;
}
.__set-font-color--red .gfield input::-webkit-input-placeholder, .__set-font-color--red .gfield textarea::-webkit-input-placeholder, .__set-font-color--red .gfield select::-webkit-input-placeholder {
  color: #c83d2a;
}
.__set-font-color--red .gfield input::-moz-placeholder, .__set-font-color--red .gfield textarea::-moz-placeholder, .__set-font-color--red .gfield select::-moz-placeholder {
  color: #c83d2a;
}
.__set-font-color--red .gfield input:-ms-input-placeholder, .__set-font-color--red .gfield textarea:-ms-input-placeholder, .__set-font-color--red .gfield select:-ms-input-placeholder {
  color: #c83d2a;
}
.__set-font-color--red .gfield input::-ms-input-placeholder, .__set-font-color--red .gfield textarea::-ms-input-placeholder, .__set-font-color--red .gfield select::-ms-input-placeholder {
  color: #c83d2a;
}
.__set-font-color--red .gfield input::placeholder,
.__set-font-color--red .gfield textarea::placeholder,
.__set-font-color--red .gfield select::placeholder {
  color: #c83d2a;
}
.__set-font-color--red a {
  color: #c83d2a;
}
.__set-font-color--red a:hover, .__set-font-color--red a:active, .__set-font-color--red a:focus {
  color: #c83d2a;
}
.__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 {
  border-color: #fff;
  color: #fff;
}
.__set-font-color--white ul {
  list-style: none;
}
.__set-font-color--white ul li::before {
  color: #fff;
  content: "•";
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}
.__set-font-color--white ol {
  counter-reset: li;
  list-style: none;
}
.__set-font-color--white ol li::before {
  color: #fff;
  content: counter(li);
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}
.__set-font-color--white ol li {
  counter-increment: li;
}
.__set-font-color--white .gfield input,
.__set-font-color--white .gfield textarea,
.__set-font-color--white .gfield select {
  border-color: #fff;
  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 .gfield input::-moz-placeholder, .__set-font-color--white .gfield textarea::-moz-placeholder, .__set-font-color--white .gfield select::-moz-placeholder {
  color: #fff;
}
.__set-font-color--white .gfield input:-ms-input-placeholder, .__set-font-color--white .gfield textarea:-ms-input-placeholder, .__set-font-color--white .gfield select:-ms-input-placeholder {
  color: #fff;
}
.__set-font-color--white .gfield input::-ms-input-placeholder, .__set-font-color--white .gfield textarea::-ms-input-placeholder, .__set-font-color--white .gfield select::-ms-input-placeholder {
  color: #fff;
}
.__set-font-color--white .gfield input::placeholder,
.__set-font-color--white .gfield textarea::placeholder,
.__set-font-color--white .gfield select::placeholder {
  color: #fff;
}
.__set-font-color--white a {
  color: #c83d2a;
}
.__set-font-color--white a:hover, .__set-font-color--white a:active, .__set-font-color--white a:focus {
  color: #c83d2a;
}
.__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 {
  border-color: #000;
  color: #000;
}
.__set-font-color--black ul {
  list-style: none;
}
.__set-font-color--black ul li::before {
  color: #000;
  content: "•";
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}
.__set-font-color--black ol {
  counter-reset: li;
  list-style: none;
}
.__set-font-color--black ol li::before {
  color: #000;
  content: counter(li);
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}
.__set-font-color--black ol li {
  counter-increment: li;
}
.__set-font-color--black .gfield input,
.__set-font-color--black .gfield textarea,
.__set-font-color--black .gfield select {
  border-color: #000;
  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 .gfield input::-moz-placeholder, .__set-font-color--black .gfield textarea::-moz-placeholder, .__set-font-color--black .gfield select::-moz-placeholder {
  color: #000;
}
.__set-font-color--black .gfield input:-ms-input-placeholder, .__set-font-color--black .gfield textarea:-ms-input-placeholder, .__set-font-color--black .gfield select:-ms-input-placeholder {
  color: #000;
}
.__set-font-color--black .gfield input::-ms-input-placeholder, .__set-font-color--black .gfield textarea::-ms-input-placeholder, .__set-font-color--black .gfield select::-ms-input-placeholder {
  color: #000;
}
.__set-font-color--black .gfield input::placeholder,
.__set-font-color--black .gfield textarea::placeholder,
.__set-font-color--black .gfield select::placeholder {
  color: #000;
}
.__set-font-color--black a {
  color: #c83d2a;
}
.__set-font-color--black a:hover, .__set-font-color--black a:active, .__set-font-color--black a:focus {
  color: #c83d2a;
}

.__opacity--primary:before {
  content: "\a";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(200, 61, 42, 0.5);
}
.__opacity--secondary:before {
  content: "\a";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 225, 127, 0.5);
}
.__opacity--accent:before {
  content: "\a";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(81, 47, 21, 0.5);
}
.__opacity--other:before {
  content: "\a";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(176, 128, 78, 0.5);
}

ul.__fontawesome-icon {
  list-style: none;
  padding-left: 1rem;
}
ul.__fontawesome-icon li {
  padding-left: 3rem;
}
ul.__fontawesome-icon li:before {
  color: #222;
  content: "\f004";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: -3rem;
  width: 3rem;
}

ul.__image-icon {
  list-style: none;
  padding-left: 1rem;
}
ul.__image-icon li {
  padding-left: 3rem;
}
ul.__image-icon li::before {
  content: url("/wp-content/themes/bzc-child/images/brain.svg");
  display: inline-block;
  margin-left: -3rem;
  margin-right: 1rem;
  width: 1.8rem;
}

.__polaroid--left {
  border: 2px solid #000;
  -webkit-box-shadow: 0 0.5rem 0.675rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.5rem 0.675rem rgba(0, 0, 0, 0.3);
  padding: 1rem;
}
@media (min-width: 1025px) {
  .__polaroid--left {
    float: left;
    margin: 0 2rem 2rem 0 !important;
  }
}
.__polaroid--right {
  border: 2px solid #000;
  -webkit-box-shadow: 0 0.5rem 0.675rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.5rem 0.675rem rgba(0, 0, 0, 0.3);
  padding: 1rem;
}
@media (min-width: 1025px) {
  .__polaroid--right {
    float: right;
    margin: 0 0 2rem 2rem !important;
  }
}

.__circular-image img {
  border-radius: 50%;
}

.et-db #et-boc footer.et-l .et_builder_inner_content .et_pb_section {
  color: #fff;
}
.et-db #et-boc footer.et-l .et_builder_inner_content .et_pb_section .et_pb_text_inner,
.et-db #et-boc footer.et-l .et_builder_inner_content .et_pb_section a,
.et-db #et-boc footer.et-l .et_builder_inner_content .et_pb_section p {
  color: #fff;
}
.et-db #et-boc footer.et-l .et_builder_inner_content .et_pb_section .et_pb_social_media_follow a {
  text-decoration: none;
}

/*
@include breakpoint($desktop) {
  #top-header {
    display: none;
  }
  #page-container {
    padding-top: 0px !important;
    margin-top: -1px !important;
  }
  /// Adjust padding for transparent headers
  .et_transparent_nav #main-content .container {
    padding-top: 58px !important;
  }
}
*/
@media (min-width: 1025px) {
  #main-header {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
  }
  #main-header .nav li ul.sub-menu {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
  }
}
#main-header #et-top-navigation a {
  font: normal normal 300 1.3rem/1.5 helvetica-neue-lt-pro, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
#main-header .et_mobile_menu {
  border-color: #c83d2a;
}
#main-header li.menu-item.__menu-home a {
  font-family: "ETmodules" !important;
}
@media (min-width: 1025px) {
  #main-header {
    -webkit-box-shadow: none;
            box-shadow: none;
    min-height: 8rem !important;
    box-shadow: none;
  }
  #main-header.et-fixed-header {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  #main-header .container:after {
    display: none;
  }
  #main-header.et-fixed-header {
    min-height: 5rem !important;
  }
  #main-header .logo_container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 8rem;
    width: 100%;
    margin-top: 1rem;
  }
  #main-header #logo {
    max-height: 5.4rem;
    width: 100%;
    height: auto;
  }
  #main-header #et-top-navigation {
    padding-right: 4rem !important;
    padding-top: 0 !important;
  }
  #main-header #et-top-navigation #et_top_search {
    margin-top: 2.7rem;
  }
  #main-header #et-top-navigation #et_top_search #et_search_icon:before {
    margin-top: 0.7rem;
    top: 3px;
  }
  #main-header #et-top-navigation #et_top_search #et_search_icon:hover:before, #main-header #et-top-navigation #et_top_search #et_search_icon:active:before, #main-header #et-top-navigation #et_top_search #et_search_icon:focus:before {
    color: #c83d2a;
  }
  #main-header #top-menu > li.menu-item {
    padding: 2.7rem 0;
  }
  #main-header #top-menu > li.menu-item > a {
    font: normal normal 300 1.3rem/1.5 helvetica-neue-lt-pro, sans-serif;
    padding: 0.65rem !important;
  }
  #main-header #top-menu li.menu-item.current-menu-ancestor > a, #main-header #top-menu li.menu-item.current-menu-item > a {
    color: #c83d2a;
  }
  #main-header #top-menu > .menu-item-has-children > a:first-child:after {
    margin-left: 0.65rem;
    position: relative;
  }
  #main-header .et-cart-info {
    padding-top: 4.05rem !important;
  }
  #main-header .social-title {
    display: none;
  }
}

/*
@include breakpoint($desktop) {
  #main-header { display:none; }
  #page-container {
      padding-top:0px !important;
      margin-top:-1px !important
  }
  */
/*
  .et_transparent_nav #main-content .container {
    padding-top: 58px !important;
  }
}
*/
@media (min-width: 0) and (max-width: 1200px) {
  #top-menu-nav,
  #et_top_search {
    display: none;
  }
  #et_mobile_nav_menu {
    display: block;
  }
  #et_mobile_nav_menu .mobile_menu_bar::before {
    color: #c83d2a;
  }
}
#main-header #top-menu > li.menu-item.__menu-donate a,
.__inthemedia-link .more-link,
.et_pb_blurb_description .more-link,
.et_pb_blog_grid .et_pb_post .more-link,
a.small-button,
.et_pb_button,
.et_pb_module .et_pb_button {
  background: none;
  background-color: #c83d2a;
  background-image: none;
  background-repeat: no-repeat;
  border: 3px #c83d2a solid;
  border-radius: 4.2rem;
  color: #fff !important;
  display: inline-block;
  font: normal normal 300 1.6rem/1.125 helvetica-neue-lt-pro, sans-serif !important;
  padding: 1.2rem 9rem 1.2rem 7rem !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  word-break: keep-all;
  word-wrap: normal;
}
@media (min-width: 1025px) {
  #main-header #top-menu > li.menu-item.__menu-donate a,
  .__inthemedia-link .more-link,
  .et_pb_blurb_description .more-link,
  .et_pb_blog_grid .et_pb_post .more-link,
  a.small-button,
  .et_pb_button,
  .et_pb_module .et_pb_button {
    white-space: nowrap;
  }
}
#main-header #top-menu > li.menu-item.__menu-donate a:hover, #main-header #top-menu > li.menu-item.__menu-donate a:active, #main-header #top-menu > li.menu-item.__menu-donate a:focus,
.__inthemedia-link .more-link:hover,
.__inthemedia-link .more-link:active,
.__inthemedia-link .more-link:focus,
.et_pb_blurb_description .more-link:hover,
.et_pb_blurb_description .more-link:active,
.et_pb_blurb_description .more-link:focus,
.et_pb_blog_grid .et_pb_post .more-link:hover,
.et_pb_blog_grid .et_pb_post .more-link:active,
.et_pb_blog_grid .et_pb_post .more-link:focus,
a.small-button:hover,
a.small-button:active,
a.small-button:focus,
.et_pb_button:hover,
.et_pb_button:active,
.et_pb_button:focus,
.et_pb_module .et_pb_button:hover,
.et_pb_module .et_pb_button:active,
.et_pb_module .et_pb_button:focus {
  background-color: #ffe17f;
  border: 3px #c83d2a solid;
  color: #c83d2a !important;
  opacity: 1;
  padding: 1.2rem 9rem 1.2rem 7rem !important;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#main-header #top-menu > li.menu-item.__menu-donate a::after,
.__inthemedia-link .more-link::after,
.et_pb_blurb_description .more-link::after,
.et_pb_blog_grid .et_pb_post .more-link::after,
a.small-button::after,
.et_pb_button::after,
.et_pb_module .et_pb_button::after {
  content: "5";
  font-family: "ETmodules" !important;
  font-size: 1.6rem;
}

#main-header #top-menu > li.menu-item.__menu-donate a {
  border-radius: 2.2rem;
  padding: 0.2rem 1rem !important;
}
#main-header #top-menu > li.menu-item.__menu-donate a::after {
  display: none;
  padding: 0;
}
#main-header #top-menu > li.menu-item.__menu-donate a:hover::after, #main-header #top-menu > li.menu-item.__menu-donate a:active::after, #main-header #top-menu > li.menu-item.__menu-donate a:focus::after {
  display: none;
  padding: 0;
}
#main-header #top-menu > li.menu-item.__menu-donate a:hover, #main-header #top-menu > li.menu-item.__menu-donate a:active, #main-header #top-menu > li.menu-item.__menu-donate a:focus {
  padding: 0.2rem 1rem !important;
}

.__inthemedia-link .more-link,
.et_pb_blurb_description .more-link,
.et_pb_blog_grid .et_pb_post .more-link {
  padding: 1.2rem 7rem !important;
  margin-top: 1.25rem !important;
  text-align: center;
}
.__inthemedia-link .more-link:hover, .__inthemedia-link .more-link:active, .__inthemedia-link .more-link:focus,
.et_pb_blurb_description .more-link:hover,
.et_pb_blurb_description .more-link:active,
.et_pb_blurb_description .more-link:focus,
.et_pb_blog_grid .et_pb_post .more-link:hover,
.et_pb_blog_grid .et_pb_post .more-link:active,
.et_pb_blog_grid .et_pb_post .more-link:focus {
  padding: 1.2rem 7rem !important;
}

.et_pb_blurb_description .more-link {
  width: 100%;
}

.__button-download::after,
.__blurb-radius-blurb .et_pb_blurb_description .more-link.--download::after {
  content: "\e092";
  margin-left: 1rem;
}
.__button-download:hover::after, .__button-download:active::after, .__button-download:focus::after,
.__blurb-radius-blurb .et_pb_blurb_description .more-link.--download:hover::after,
.__blurb-radius-blurb .et_pb_blurb_description .more-link.--download:active::after,
.__blurb-radius-blurb .et_pb_blurb_description .more-link.--download:focus::after {
  content: "\e092";
}

.__testimonial-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0.1rem solid #b0804e;
  border-radius: 3rem;
  background-color: #fff;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1607843137);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.__testimonial-wrapper > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 0) and (max-width: 1024px) {
  .__testimonial-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .__testimonial-wrapper > div:first-child figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2rem;
  }
  .__testimonial-wrapper > div:nth-child(2) {
    -ms-flex-preferred-size: 85% !important;
        flex-basis: 85% !important;
  }
  .__testimonial-wrapper > div:last-child {
    display: none;
    -ms-flex-preferred-size: 0 !important;
        flex-basis: 0 !important;
  }
}

.single-testimonial {
  padding-bottom: 1.6rem;
}

.__single-inthemedia {
  border: 2rem solid #b0804e;
  background-color: #fff;
  padding: 4rem 10%;
  margin-bottom: 4rem;
  -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1025px) {
  .__single-inthemedia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.__single-inthemedia .__inthemedia-title {
  color: #c83d2a;
  font-size: 3.6rem;
  line-height: 1.125;
}
.__single-inthemedia .__inthemedia-title,
.__single-inthemedia .__inthemedia-body {
  padding-bottom: 1.6rem;
}
.__single-inthemedia .__inthemedia-image {
  border-radius: 2.2rem;
  -webkit-box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 25px 30px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1025px) {
  .__single-inthemedia .__inthemedia-image {
    margin-left: 4rem;
  }
}

.__inthemedia-list .wpv-block-loop-item,
.__testimonials-list .wpv-block-loop-item {
  padding-bottom: 4rem;
}

@media (min-width: 0) and (max-width: 1024px) {
  .__single-inthemedia {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .__single-inthemedia > div {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
#page-container {
  overflow: hidden;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
  display: block !important;
  content: "\e04f";
}

/*
@include breakpoint($desktop) {
  #page-container #main-header {
      background-color: transparent;
      top: 0 !important;
  }

  #et-main-area {
      position: absolute;
      top: 0;
      width: 100%;
  }
}
*/
.et_pb_fullwidth_header_subhead {
  font: normal normal 700 3.6rem/1.5 helvetica-neue-lt-pro, sans-serif;
}
@media (min-width: 0) and (max-width: 1024px) {
  .et_pb_fullwidth_header_subhead {
    font-size: 2rem;
  }
}

.__postgrid h2.entry-title {
  text-align: center;
  font: normal normal 700 2rem/1.5 helvetica-neue-lt-pro, sans-serif;
  line-height: 1;
}
@media (min-width: 0) and (max-width: 1024px) {
  .__postgrid h2.entry-title {
    font-size: 2rem;
  }
}
.__postgrid h2.entry-title a {
  color: #222 !important;
  text-decoration: none;
}
.__postgrid .et_pb_button_module_wrapper {
  text-align: center;
}
@media (min-width: 1025px) {
  .__postgrid .et_pb_blog_grid .column.size-1of3 {
    width: 32.333% !important;
    margin: 2% !important;
  }
}
.__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 #512f15;
  margin-bottom: 1.25rem !important;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.__postgrid .et_pb_blog_grid article .et_pb_image_container {
  margin-bottom: 0;
}
.__postgrid .et_pb_blog_grid article .et_pb_image_container .entry-featured-image-url {
  margin-bottom: 1.25rem !important;
}
.__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;
  box-orient: vertical;
  box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-pack: justify;
  flex-pack: justify;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.__postgrid .et_pb_blog_grid .post-content .post-content-inner p,
.__postgrid .et_pb_blog_grid .post-content .post-content-inner a {
  color: #222 !important;
}
.__postgrid .et_pb_blog_grid .column {
  margin-bottom: 2rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.__postgrid.--no-pagination .pagination {
  display: none;
}

@media (min-width: 1025px) {
  .--short-row {
    max-width: 756px !important;
  }
}

@media (min-width: 1025px) {
  .--extra-short-row {
    max-width: 567px !important;
  }
}

@media (min-width: 1025px) {
  .--wide-row {
    max-width: 1200px !important;
  }
}

@media (min-width: 1025px) {
  .--full-row {
    max-width: none !important;
    width: 100% !important;
  }
}

.--valign-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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.__pseudo-blurb-column {
  background-color: #222;
  border-radius: 2.2rem;
  -webkit-box-shadow: 0 0.5rem 0.675rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.5rem 0.675rem rgba(0, 0, 0, 0.3);
  padding: 3.75rem;
  margin-bottom: 3.75rem 0;
  margin-top: 3.75rem 0;
}
.__pseudo-blurb-column .et_pb_text_inner,
.__pseudo-blurb-column h1,
.__pseudo-blurb-column h2,
.__pseudo-blurb-column h3,
.__pseudo-blurb-column h4,
.__pseudo-blurb-column h5,
.__pseudo-blurb-column h6,
.__pseudo-blurb-column p {
  color: #fff;
}

.et_pb_blog_grid .et_pb_post {
  background-color: transparent;
}

.__blurb-subpage-title.et_pb_blurb_position_left .et_pb_main_blurb_image, .__blurb-subpage-title.et_pb_blurb_position_right .et_pb_main_blurb_image {
  width: auto;
}

@media (min-width: 1025px) {
  .__blurb-radius-blurb .et_pb_blurb_content {
    height: 100%;
    padding-bottom: 6rem;
  }
  .__blurb-radius-blurb .et_pb_blurb_content .more-link {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
