#custom-fields-location-submit {
  text-align: center;
}
#custom-fields-location-submit .donately-btn {
  color: #fff !important;
  background-color: #f05b36;
  background-image: none;
  border-radius: 0px;
  border: 3px #f05b36 solid;
  padding: 0.375rem 1.25rem;
  font: normal normal 700 1.33rem/1.125 "Roboto Slab", 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;
  transition: all 0.4s ease-in-out !important;
  word-break: keep-all;
  word-wrap: normal;
  max-width: 30%;
}
#custom-fields-location-submit .donately-btn:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out !important;
  color: #f05b36 !important;
  background-color: #fff;
  opacity: 1;
  border: 3px #f05b36 solid;
  text-decoration: none;
}
#custom-fields-location-submit .donately-btn:after {
  display: none;
}

.ff-header h1 {
  font: normal normal 700 3.75rem/1.5 "Roboto Slab", sans-serif !important;
}

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

#page-container .gform_button {
  color: #fff !important;
  background-color: #f05b36;
  background-image: none;
  border-radius: 0px;
  border: 3px #f05b36 solid;
  padding: 0.375rem 1.25rem;
  font: normal normal 700 1.33rem/1.125 "Roboto Slab", 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;
  transition: all 0.4s ease-in-out !important;
  word-break: keep-all;
  word-wrap: normal;
}
#page-container .gform_button:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out !important;
  color: #f05b36 !important;
  background-color: #fff;
  opacity: 1;
  border: 3px #f05b36 solid;
  text-decoration: none;
}
#page-container .gform_button:after {
  display: none;
}
#page-container .gform_wrapper .gfield input,
#page-container .gform_wrapper .gfield textarea,
#page-container .gform_wrapper .gfield select {
  background-color: transparent;
  border: 3px solid #c0c7cf;
  font: normal normal 400 1.13rem/1.5 "ABeeZee", sans-serif;
  color: #c0c7cf;
}
#page-container .gform_wrapper .gfield input::-webkit-input-placeholder,
#page-container .gform_wrapper .gfield textarea::-webkit-input-placeholder,
#page-container .gform_wrapper .gfield select::-webkit-input-placeholder {
  color: #c0c7cf;
}
#page-container .gform_wrapper .gfield.gf-show-label label.gfield_label {
  display: inline-block;
}
#page-container .gform_wrapper .gfield.gf-hide-description .gfield_description {
  display: none;
}
#page-container .gform_wrapper .gfield h3 {
  font: normal normal 700 1.25rem/1.5 "Roboto Slab", sans-serif;
  color: #2d4091;
}
#page-container .gform_wrapper .gform_fields .field_sublabel_below .ginput_complex.ginput_container label,
#page-container .gform_wrapper .top_label label.gfield_label {
  display: none;
}
#page-container .gform_footer {
  text-align: center;
}
#page-container .gform_confirmation_message {
  font: normal normal 400 1.13rem/1.5 "ABeeZee", sans-serif;
  text-align: center;
}

#robly_embed_signup .button {
  color: #fff !important;
  background-color: #f05b36;
  background-image: none;
  border-radius: 0px;
  border: 3px #f05b36 solid;
  padding: 0.375rem 1.25rem;
  font: normal normal 700 1.33rem/1.125 "Roboto Slab", 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;
  transition: all 0.4s ease-in-out !important;
  word-break: keep-all;
  word-wrap: normal;
}
#robly_embed_signup .button:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out !important;
  color: #f05b36 !important;
  background-color: #fff;
  opacity: 1;
  border: 3px #f05b36 solid;
  text-decoration: none;
}
#robly_embed_signup .button:after {
  display: none;
}
#robly_embed_signup input {
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
#robly_embed_signup input::-webkit-input-placeholder {
  color: #c0c7cf;
  text-align: center;
}

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

#et-main-area {
  /**
  * Basic styles for links
  */
}
#et-main-area a {
  color: #f1aa4a;
  text-decoration: underline;
}
#et-main-area a:hover, #et-main-area a:active, #et-main-area a:focus {
  color: #f1aa4a;
  text-decoration: underline;
}
#et-main-area p,
#et-main-area td,
#et-main-area th,
#et-main-area .widgetarea,
#et-main-area ul,
#et-main-area ol {
  font: normal normal 400 1.13rem/1.5 "ABeeZee", sans-serif;
  color: #484b50;
}
#et-main-area h1 {
  font: normal normal 700 4.5rem/1.5 "Roboto Slab", sans-serif;
}
@media (max-width: 767px) {
  #et-main-area h1 {
    font-size: 3rem;
  }
}
#et-main-area h2 {
  font: normal normal 700 3.75rem/1.5 "Roboto Slab", sans-serif;
}
@media (max-width: 767px) {
  #et-main-area h2 {
    font-size: 3rem;
  }
}
#et-main-area h3 {
  font: normal normal 700 3rem/1.5 "Roboto Slab", sans-serif;
}
@media (max-width: 767px) {
  #et-main-area h3 {
    font-size: 1.5rem;
  }
}
#et-main-area h4 {
  font: normal normal 700 1.25rem/1.5 "Roboto Slab", sans-serif;
}
@media (max-width: 767px) {
  #et-main-area h4 {
    font-size: 1rem;
  }
}
#et-main-area h5 {
  font: normal normal 700 1.25rem/1.5 "Roboto Slab", sans-serif;
}
@media (max-width: 767px) {
  #et-main-area h5 {
    font-size: 1rem;
  }
}
#et-main-area h6 {
  font: normal normal 700 1.25rem/1.5 "Roboto Slab", sans-serif;
}
@media (max-width: 767px) {
  #et-main-area h6 {
    font-size: 1rem;
  }
}
#et-main-area h1,
#et-main-area h2,
#et-main-area h3,
#et-main-area h4,
#et-main-area h5,
#et-main-area h6 {
  color: #484b50;
  text-transform: uppercase;
}
#et-main-area .small-button,
#et-main-area .et_pb_button {
  color: #fff !important;
  background-color: #f05b36;
  background-image: none;
  border-radius: 0px;
  border: 3px #f05b36 solid;
  padding: 0.375rem 1.25rem;
  font: normal normal 700 1.33rem/1.125 "Roboto Slab", 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;
  transition: all 0.4s ease-in-out !important;
  word-break: keep-all;
  word-wrap: normal;
}
#et-main-area .small-button:hover,
#et-main-area .et_pb_button:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out !important;
  color: #f05b36 !important;
  background-color: #fff;
  opacity: 1;
  border: 3px #f05b36 solid;
  text-decoration: none;
}
#et-main-area .small-button:after,
#et-main-area .et_pb_button:after {
  display: none;
}

/**
 * Basic typography style for copy text
 */
body {
  color: #484b50;
  font: normal normal 400 1.13rem/1.5 "ABeeZee", 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;
}

#top-header .container {
  padding-top: 0;
}
#top-header .container #et-secondary-menu {
  float: unset;
  width: 100%;
}
#top-header .container #et-secondary-menu #et-secondary-nav {
  width: 100%;
}
#top-header .container #et-secondary-menu #et-secondary-nav > .menu-item {
  margin-right: 1%;
}
#top-header .container #et-secondary-menu #et-secondary-nav > .menu-item a {
  font: normal normal 700 1rem/1.5 "Roboto Slab", sans-serif;
  padding: 9px;
  text-align: center;
  text-transform: uppercase;
}
#top-header .container #et-secondary-menu #et-secondary-nav > .menu-item a:after {
  padding-left: 10px;
  right: unset;
}
#top-header .container #et-secondary-menu #et-secondary-nav > .menu-item > .sub-menu {
  width: 260px;
  right: unset;
  left: 0;
}
#top-header .container #et-secondary-menu #et-secondary-nav > .menu-item > .sub-menu a {
  text-align: left;
}
#top-header .container #et-secondary-menu #et-secondary-nav > .menu-item:nth-child(1) {
  margin-right: 0;
}
#top-header .container #et-secondary-menu #et-secondary-nav > .menu-item:nth-child(1) a {
  padding-right: 0;
}
#top-header .container #et-secondary-menu #et-secondary-nav > .menu-item:nth-child(2) {
  margin-right: 9px;
  padding-left: 0;
}
#top-header .container #et-secondary-menu #et-secondary-nav > .menu-item:nth-child(2) a {
  color: #f1aa4a;
}
#top-header .container #et-secondary-menu #et-secondary-nav > .menu-item:last-child {
  float: right;
  background-color: #f05b36;
}

#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a,
#top-menu a {
  color: #f05b36;
  text-transform: uppercase;
}
#top-menu .sub-menu {
  border-color: #f05b36;
}

#et-main-area #main-footer {
  background: #2d4091;
}

#main-footer a {
  color: #fff;
}
#main-footer a.icon {
  text-decoration: none;
}
#main-footer h1,
#main-footer h2,
#main-footer h3,
#main-footer h4,
#main-footer h5,
#main-footer h6 {
  color: #fff;
}
#main-footer h4 {
  font: normal normal 700 3rem/1.5 "Roboto Slab", sans-serif;
  text-align: center;
}
#main-footer h5 {
  text-align: center;
}
#main-footer .widget_text {
  width: 100%;
}
#main-footer #footer-bottom {
  background: #000;
}
#main-footer #footer-info {
  color: #fff;
  font-size: 80%;
  line-height: 1.125;
}

@media (min-width: 1024px) {
  #et-main-area .et_pb_section.__header {
    height: 18.75rem;
    padding: 0;
  }
}
#et-main-area .et_pb_section.__header section {
  height: 100%;
}
#et-main-area .et_pb_section.__header h1 {
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  #et-main-area .et_pb_section.__header--tall {
    height: 37.5rem;
  }
}
#et-main-area .et_pb_section.__header--tall section {
  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%;
}
#et-main-area .et_pb_section.__header--handprint {
  padding: 0;
}
@media (max-width: 767px) {
  #et-main-area .et_pb_section.__header--handprint {
    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;
  }
  #et-main-area .et_pb_section.__header--handprint .et_parallax_bg {
    background-image: none !important;
  }
  #et-main-area .et_pb_section.__header--handprint .et_pb_row_0 {
    background-image: url("/wp-content/uploads/2019/12/mobile-header-bg.jpg");
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1024px) {
  #et-main-area .et_pb_section.__header--handprint .et_pb_row {
    height: 37.5rem;
  }
}
#et-main-area .et_pb_section.__header--handprint .et_pb_module {
  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%;
}
#et-main-area .et_pb_section.__header--handprint .et_pb_text_inner {
  padding: 0 4%;
}
#et-main-area .et_pb_section.__header--handprint h1 {
  color: #f1aa4a;
  text-transform: unset;
}
#et-main-area .et_pb_section.__header--handprint .et_pb_column_1 {
  max-width: 648px;
}
#et-main-area .et_pb_section.__background--handprint {
  background-color: #eef1f5;
  background-image: url("/wp-content/uploads/2019/11/CTA-background.png");
  background-size: cover;
  background-position: center;
}
#et-main-area .et_pb_section.__background--handprint h2 {
  color: #f05b36;
}
#et-main-area .et_pb_section.__background--handprint .--image-left {
  padding: 2rem;
}
#et-main-area .et_pb_section.__background--handprint .--image-left h3 {
  line-height: 1;
  text-transform: unset;
}
@media (min-width: 1024px) {
  #et-main-area .et_pb_section.__background--handprint .--image-left img {
    float: left;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
  }
  #et-main-area .et_pb_section.__background--handprint .--image-left h3,
#et-main-area .et_pb_section.__background--handprint .--image-left p {
    overflow: hidden;
    padding: 0;
  }
}
#et-main-area .et_pb_section.__background--handprint .et_pb_text_inner img + p {
  display: none;
}
#et-main-area .et_pb_section.__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: #fff;
  text-align: center;
}
#et-main-area .et_pb_section.__color-blurbs .et_pb_blurb_content h1,
#et-main-area .et_pb_section.__color-blurbs .et_pb_blurb_content h2,
#et-main-area .et_pb_section.__color-blurbs .et_pb_blurb_content h3,
#et-main-area .et_pb_section.__color-blurbs .et_pb_blurb_content h4,
#et-main-area .et_pb_section.__color-blurbs .et_pb_blurb_content h5,
#et-main-area .et_pb_section.__color-blurbs .et_pb_blurb_content h6,
#et-main-area .et_pb_section.__color-blurbs .et_pb_blurb_content p,
#et-main-area .et_pb_section.__color-blurbs .et_pb_blurb_content a {
  color: #fff;
  text-align: center;
}
#et-main-area .et_pb_section.__color-blurbs .et_pb_blurb_container {
  padding: 1.25rem;
  position: absolute;
  -ms-flex-item-align: center;
      align-self: center;
}
#et-main-area .et_pb_section.__color-blurbs .et_pb_blurb_container .et_pb_module_header {
  color: #fff;
  text-align: center;
}
#et-main-area .et_pb_section.__color-blurbs .et_pb_blurb_container a {
  text-decoration: none;
}
#et-main-area .et_pb_section.__color-blurbs .et_pb_blurb_container a:hover {
  text-decoration: none;
}
#et-main-area .et_pb_section.__color-blurbs .et_pb_main_blurb_image {
  visibility: hidden;
  margin: 0;
}
#et-main-area .et_pb_section.__color-blurbs h2 {
  font: normal normal 700 1.25rem/1.5 "Roboto Slab", sans-serif;
  font-size: 2rem;
}
#et-main-area .et_pb_section.__color-blurbs.--no-background-image .et_pb_blurb_content {
  min-height: 370px;
}
#et-main-area .et_pb_section.__color-blurbs.--no-background-image .et_pb_blurb_content .et_pb_blurb_container {
  position: relative;
}
#et-main-area .et_pb_section.__ticket-cta {
  background-color: #f05b36;
}
#et-main-area .et_pb_section.__ticket-cta .et_pb_text_inner p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#et-main-area .et_pb_section.__ticket-cta .et_pb_text_inner img {
  padding-right: 0.5rem;
}
#et-main-area .et_pb_section.__ticket-cta .et_pb_text_inner a {
  color: #fff;
  text-decoration: none;
}
#et-main-area .et_pb_section.__home-overview h2 {
  color: #2d4091;
  font-size: 1.75em;
  text-align: center;
  text-transform: none;
}
#et-main-area .et_pb_section.__home-overview .et_pb_row:first-child {
  background-color: #2d4091;
  background-image: url("/wp-content/uploads/2019/12/Overview-Background.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
}
@media (min-width: 1024px) {
  #et-main-area .et_pb_section.__home-overview .et_pb_row:first-child {
    height: 550px;
  }
}
@media (min-width: 1024px) {
  #et-main-area .et_pb_section.__home-overview .et_pb_row:first-child {
    width: 100%;
    max-width: unset;
  }
  #et-main-area .et_pb_section.__home-overview .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;
  }
  #et-main-area .et_pb_section.__home-overview .et_pb_row:first-child .et_pb_module {
    width: 540px;
    max-width: 540px;
    float: left;
  }
}
#et-main-area .et_pb_section.__home-overview .et_pb_row:first-child h2 {
  text-align: left;
  color: #fff;
  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%;
  padding: 2rem;
}
@media (min-width: 1024px) {
  #et-main-area .et_pb_section.__home-overview .et_pb_row:first-child h2 {
    float: left;
  }
}
@media (min-width: 1024px) {
  #et-main-area .et_pb_section.__home-overview .et_pb_row:last-child .et_pb_column:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
#et-main-area .et_pb_section.__home-overview .et_pb_row:last-child .et_pb_column:last-child .et_pb_text {
  padding: 2.5rem;
}
#et-main-area .et_pb_section.__video {
  background-image: url("/wp-content/uploads/2019/11/Video-Background.jpg");
  background-size: cover;
  background-position: top center;
}
@media (min-width: 1024px) {
  #et-main-area .et_pb_section.__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;
  }
}
#et-main-area .et_pb_section.__video a {
  color: #fff;
  text-decoration: none;
}
#et-main-area .et_pb_section.__video a:hover {
  text-decoration: none;
}
#et-main-area .et_pb_section.__video .et_pb_video_overlay {
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.3);
}
#et-main-area .et_pb_section.__video .et_pb_text_inner {
  color: #2d4091;
  font: normal normal 700 1.25rem/1.5 "Roboto Slab", sans-serif;
}
#et-main-area .et_pb_section.__postgrid h2 {
  text-align: center;
  font: normal normal 700 1.25rem/1.5 "Roboto Slab", sans-serif;
  font-size: 2rem;
  color: #2d4091;
  line-height: 1;
}
#et-main-area .et_pb_section.__postgrid h2 a {
  text-decoration: none;
}
#et-main-area .et_pb_section.__postgrid .et_pb_button_module_wrapper {
  text-align: center;
}
@media (min-width: 1024px) {
  #et-main-area .et_pb_section.__postgrid .et_pb_button {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  #et-main-area .et_pb_section.__postgrid .et_pb_blog_grid .column {
    width: 33.333%;
    margin: 0;
  }
}
#et-main-area .et_pb_section.__postgrid .et_pb_blog_grid article {
  border: unset;
  border-left: 3px solid #f1aa4a;
}
#et-main-area .et_pb_section.__postgrid .et_pb_blog_grid .et_pb_image_container {
  background-color: #fff;
}
#et-main-area .et_pb_section.__postgrid .et_pb_blog_grid h2 a {
  font: normal normal 700 1.25rem/1.5 "Roboto Slab", sans-serif;
  line-height: 1;
  color: #484b50;
}
#et-main-area .et_pb_section.__postgrid .pagination {
  display: none;
}
#et-main-area .et_pb_section.__articles .et_pb_text_inner h2 {
  font: normal normal 700 1.25rem/1.5 "Roboto Slab", sans-serif;
  font-size: 2rem;
}
#et-main-area .et_pb_section.blurb-tabs .et_pb_column {
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  #et-main-area .et_pb_section.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;
  }
}
#et-main-area .et_pb_section.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;
}
#et-main-area .et_pb_section.blurb-tabs .tab-title:first-child .et_pb_blurb_content {
  float: right;
}
#et-main-area .et_pb_section.blurb-tabs .tab-title:last-child .et_pb_blurb_content {
  float: left;
}
#et-main-area .et_pb_section.blurb-tabs .tab-title .et_pb_blurb_container h4 a {
  text-decoration: none;
}
#et-main-area .et_pb_section.blurb-tabs .tab-title:hover {
  cursor: pointer;
}
#et-main-area .et_pb_section.blurb-tabs .tab-title.active-tab {
  background: #f1aa4a;
  /* Active tab background color */
}
#et-main-area .et_pb_section.blurb-tabs .tab-title.active-tab .et_pb_blurb_container h4 a {
  text-decoration: none;
}
#et-main-area .et_pb_section.blurb-tabs .tab-title.active-tab a {
  color: #2d4091;
  /* Active tab title color */
}
@media (max-width: 767px) {
  #et-main-area .et_pb_section.blurb-tabs .tab-title {
    width: 50%;
  }
  #et-main-area .et_pb_section.blurb-tabs .tab-title .et_pb_main_blurb_image {
    margin-bottom: 1.25rem;
    /* Reduce icon bottom margin */
  }
}
@media (max-width: 479px) {
  #et-main-area .et_pb_section.blurb-tabs .tab-title {
    width: 100%;
  }
  #et-main-area .et_pb_section.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;
  }
  #et-main-area .et_pb_section.blurb-tabs .tab-title .et_pb_main_blurb_image {
    /* Fix icon margins on mobile */
    margin-bottom: 0;
    margin-right: 2.875rem;
  }
}
#et-main-area .et_pb_section.tab-content {
  display: none;
}
#et-main-area .et_pb_section.tab-content.tab-open {
  display: block;
}
#et-main-area .et_pb_row.--short-row {
  max-width: 756px;
}
@media (min-width: 1024px) {
  #et-main-area .et_pb_row.__fw-image-text-row {
    padding: 0;
    height: 100%;
    width: 100% !important;
    max-width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    direction: ltr;
  }
  #et-main-area .et_pb_row.__fw-image-text-row .et_pb_column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    width: 50%;
  }
  #et-main-area .et_pb_row.__fw-image-text-row .et_pb_column:first-child .et_pb_text {
    float: right;
  }
  #et-main-area .et_pb_row.__fw-image-text-row .et_pb_column:last-child .et_pb_text {
    width: 100%;
    /* Normal width 80% * .5 */
  }
  #et-main-area .et_pb_row.__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 */
  }
  #et-main-area .et_pb_row.__fw-image-text-row .et_pb_text .et_pb_text_inner {
    padding: 3rem;
  }
}
@media (min-width: 1024px) {
  #et-main-area .et_pb_row .et_pb_column .et_pb_gallery .et_pb_gallery_item {
    width: 24% !important;
    margin: 0.5% !important;
  }
}
#et-main-area .et_pb_module.__postgrid--news article {
  min-height: 370px;
  max-height: 370px;
}
#et-main-area .et_pb_module.--text-color-blue h1,
#et-main-area .et_pb_module.--text-color-blue h2,
#et-main-area .et_pb_module.--text-color-blue h3,
#et-main-area .et_pb_module.--text-color-blue h4,
#et-main-area .et_pb_module.--text-color-blue h5,
#et-main-area .et_pb_module.--text-color-blue h6,
#et-main-area .et_pb_module.--text-color-blue p {
  color: #2d4091;
}
#et-main-area .et_pb_button.--orange {
  color: #fff !important;
  background-color: #f05b36;
  background-image: none;
  border-radius: 0px;
  border: 3px #fff solid;
  padding: 0.375rem 1.25rem;
  font: normal normal 700 1.33rem/1.125 "Roboto Slab", 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;
  transition: all 0.4s ease-in-out !important;
  word-break: keep-all;
  word-wrap: normal;
  text-transform: uppercase;
}
#et-main-area .et_pb_button.--orange:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out !important;
  color: #f05b36 !important;
  background-color: #fff;
  opacity: 1;
  border: 3px #f05b36 solid;
  text-decoration: none;
}
#et-main-area .et_pb_button.--orange:after {
  display: none;
}
#et-main-area .--novspace {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}
#et-main-area p.evofc_day {
  color: #f05b36;
}
@media (min-width: 1024px) {
  #et-main-area .et_pb_number_counter .percent {
    height: auto;
    margin: 0;
  }
}
#et-main-area .et_pb_number_counter .percent-value,
#et-main-area .et_pb_number_counter .percent-sign {
  color: #f05b36;
  font-size: 3rem;
  font-weight: 700;
}
#et-main-area .et_pb_number_counter .title {
  font-size: 1rem;
  color: #484b50;
}
#et-main-area .--blue-text h1,
#et-main-area .--blue-text h2,
#et-main-area .--blue-text h3,
#et-main-area .--blue-text h4,
#et-main-area .--blue-text h5,
#et-main-area .--blue-text h6,
#et-main-area .--blue-text p,
#et-main-area .--blue-text li,
#et-main-area .--blue-text .et_pb_text_inner {
  color: #2d4091;
}
#et-main-area .__background--blue {
  background-color: #2d4091;
}
#et-main-area .__background--blue h1,
#et-main-area .__background--blue h2,
#et-main-area .__background--blue h3,
#et-main-area .__background--blue h4,
#et-main-area .__background--blue h5,
#et-main-area .__background--blue h6,
#et-main-area .__background--blue ul,
#et-main-area .__background--blue li,
#et-main-area .__background--blue p,
#et-main-area .__background--blue a {
  color: #fff;
}
#et-main-area .__background--blue .et_pb_number_counter .percent-value,
#et-main-area .__background--blue .et_pb_number_counter .percent-sign {
  color: #f1aa4a;
  font-size: 4rem;
}
#et-main-area .__background--blue .et_pb_number_counter h3.title {
  color: #fff;
  font-size: 1rem;
}
#et-main-area .__background--blue .et_pb_text_inner {
  padding: 1.25rem;
}
#et-main-area .__background--casablanca {
  background-color: #f1aa4a;
  color: #fff;
}
#et-main-area .__background--casablanca h1,
#et-main-area .__background--casablanca h2,
#et-main-area .__background--casablanca h3,
#et-main-area .__background--casablanca h4,
#et-main-area .__background--casablanca h5,
#et-main-area .__background--casablanca h6,
#et-main-area .__background--casablanca ul,
#et-main-area .__background--casablanca li,
#et-main-area .__background--casablanca p {
  color: #fff;
}
#et-main-area .__background--casablanca a {
  color: #2d4091;
}
#et-main-area .__background--casablanca .small-button {
  color: #2d4091 !important;
  background-color: transparent;
  background-image: none;
  border-radius: 0px;
  border: 3px #2d4091 solid;
  padding: 0.375rem 1.25rem;
  font: normal normal 700 1.33rem/1.125 "Roboto Slab", 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;
  transition: all 0.4s ease-in-out !important;
  word-break: keep-all;
  word-wrap: normal;
}
#et-main-area .__background--casablanca .small-button:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out !important;
  color: #f1aa4a !important;
  background-color: #2d4091;
  opacity: 1;
  border: 3px #2d4091 solid;
  text-decoration: none;
}
#et-main-area .__background--casablanca .small-button:after {
  display: none;
}
#et-main-area .__background--casablanca .et_pb_text_inner {
  padding: 1.25rem;
}
#et-main-area .__background--orange {
  background-color: #f05b36;
  color: #fff;
}
#et-main-area .__background--orange h1,
#et-main-area .__background--orange h2,
#et-main-area .__background--orange h3,
#et-main-area .__background--orange h4,
#et-main-area .__background--orange h5,
#et-main-area .__background--orange h6,
#et-main-area .__background--orange ul,
#et-main-area .__background--orange li,
#et-main-area .__background--orange p {
  color: #fff;
}
#et-main-area .__background--orange a {
  color: #2d4091;
}
#et-main-area .__background--orange .et_pb_text_inner {
  padding: 1.25rem;
}
#et-main-area .__background--solitude {
  background-color: #eef1f5;
}
#et-main-area .__background--solitude ul,
#et-main-area .__background--solitude li,
#et-main-area .__background--solitude h1,
#et-main-area .__background--solitude h2,
#et-main-area .__background--solitude h3,
#et-main-area .__background--solitude h4,
#et-main-area .__background--solitude h5,
#et-main-area .__background--solitude h6 {
  color: #2d4091;
}
#et-main-area .__background--solitude p {
  color: #484b50;
}
#et-main-area .__background--solitude .et_pb_text_inner {
  padding: 1.25rem;
}
#et-main-area .__background--white {
  background-color: #fff;
}
#et-main-area .__background--white ul,
#et-main-area .__background--white li,
#et-main-area .__background--white h1,
#et-main-area .__background--white h2,
#et-main-area .__background--white h3,
#et-main-area .__background--white h4,
#et-main-area .__background--white h5,
#et-main-area .__background--white h6 {
  color: #484b50;
}
#et-main-area .__background--white .et_pb_text_inner {
  padding: 1.25rem;
}

.single-post {
  /*** Hide Sidebar ***/
  /*** Expand the content area to fullwidth ***/
}
.single-post .et_post_meta_wrapper {
  margin: 0 auto 0 auto;
  max-width: 756px;
}
.single-post .post-meta {
  display: none;
}
.single-post .entry-content {
  max-width: 756px;
  margin: 0 auto;
}
.single-post .published {
  display: none;
}
.single-post #et-main-area .entry-title {
  color: #2d4091;
  font: normal normal 700 3.75rem/1.5 "Roboto Slab", sans-serif;
}
.single-post #main-content .container:before {
  background: none;
}
.single-post #sidebar {
  display: none;
}
.single-post #left-area {
  width: 100%;
  padding: 23px 0px 0px !important;
  float: none !important;
}
.single-post .et_pb_blog_grid .column article {
  height: 600px;
}

.--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%;
}

.ajde_evcal_calendar #evcal_head.calendar_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ajde_evcal_calendar #evcal_head.calendar_header p#evcal_cur {
  height: unset;
  color: #2d4091;
  font: normal normal 700 3.75rem/1.5 "Roboto Slab", sans-serif;
  text-transform: capitalize;
}

.evoShow_more_events {
  display: none;
}
