@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 figcaption {
  transform: translateY(0);
  opacity: 1;
  background: rgba(35, 35, 35, 0.3);
  transition: all 0.4s ease-in-out;
  &:hover {
    background: rgba(35, 35, 35, 0.8);
    transition: all 0.4s ease-in-out;
  }
  h3 {
    font-size: 2.5rem;
  }
}
*/
.awsm-grid-wrapper .drawer-style.style-2 > .awsm-grid-card {
  padding-right: 1.5rem;
}

.dipi-blog-slider-wrapper .dipi-date span {
  color: #242424;
}
.dipi-blog-slider-wrapper .dipi-post-content {
  text-align: center;
}
.dipi-blog-slider-wrapper .dipi-post-content h2.dipi-entry-title {
  font: normal normal 600 3.2rem/1.2 "Source Serif Pro", serif;
}
.dipi-blog-slider-wrapper .dipi-post-content h2.dipi-entry-title a {
  text-decoration: none;
}
.dipi-blog-slider-wrapper .dipi-post-content h2.dipi-entry-title:hover, .dipi-blog-slider-wrapper .dipi-post-content h2.dipi-entry-title:active, .dipi-blog-slider-wrapper .dipi-post-content h2.dipi-entry-title:focus {
  font: 2rem;
}
.dipi-blog-slider-wrapper .dipi-bottom-content {
  display: inline;
  text-align: center;
}

article.minimal-light .esg-filter-wrapper.dropdownstyle > .esg-selected-filterbutton,
article.minimal-light input.eg-search-input,
article.minimal-light .esg-filterbutton,
article.minimal-light .esg-navigationbutton,
article.minimal-light .esg-sortbutton,
article.minimal-light .esg-grid a,
article.minimal-light .esg-cartbutton a,
article.minimal-light .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,
article.minimal-light .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {
  font-family: "Source Serif Pro", serif !important;
  text-decoration: none;
  text-shadow: 0 0.5rem 0.675rem rgba(0, 0, 0, 0.3);
}
article.minimal-light .esg-grid a {
  font-size: 3.2rem !important;
  line-height: 1.2 !important;
}
article.minimal-light .mainul li.eg-joe-mullen-wrapper {
  background-color: #052C48;
}

.tribe-events-pro .tribe-events-pro-photo__event-title-link {
  font: normal normal 600 2rem/1.5 "Source Serif Pro", serif;
  text-decoration: none;
  color: #242424;
}

.relatedposts {
  max-width: 1080px;
  margin: 0 auto;
}
.relatedposts .relatedpost {
  width: 100%;
  float: left;
}
@media (min-width: 1025px) {
  .relatedposts .relatedpost {
    width: 30%;
    margin: 0 1.5%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .relatedposts .relatedpost {
    width: 30%;
    margin: 0 1.5%;
  }
}

.et-boc h1.tribe-events-single-event-title {
  color: #61765C;
  font-family: "Source Serif Pro", serif;
  font-size: 3.8rem;
  text-align: center;
  text-shadow: none;
}
@media (min-width: 1025px) {
  .et-boc h1.tribe-events-single-event-title {
    padding-top: 20rem;
  }
}
.et-boc .tribe-events-schedule {
  display: block;
  text-align: center;
}
.et-boc .tribe-events-schedule h2,
.et-boc .tribe-events-schedule h2 span {
  color: #61765C;
  font-family: "Source Serif Pro", serif;
  font-size: 1.8rem;
}

.tribe-common .tribe-events-c-subscribe-dropdown__button button,
.tribe-common button.tribe-common-c-btn button {
  display: inline-block;
  background: none;
  background-color: #01aef0 !important;
  background-image: none;
  border-radius: 2rem;
  border: 3px #01aef0 solid !important;
  padding: 0.75rem 1.5rem !important;
  color: #fff !important;
  font: normal normal 400 2.2rem/1.2 "Source Serif Pro", serif !important;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: normal;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  word-break: keep-all;
  word-wrap: normal;
}
.tribe-common .tribe-events-c-subscribe-dropdown__button button:hover, .tribe-common .tribe-events-c-subscribe-dropdown__button button:active, .tribe-common .tribe-events-c-subscribe-dropdown__button button:focus,
.tribe-common button.tribe-common-c-btn button:hover,
.tribe-common button.tribe-common-c-btn button:active,
.tribe-common button.tribe-common-c-btn button:focus {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #01aef0 !important;
  background-color: #fff !important;
  opacity: 1;
  padding: 0.75rem 1.5rem !important;
  border: 3px #01aef0 solid !important;
  text-decoration: none;
}
.tribe-common .tribe-events-c-subscribe-dropdown__button button:hover:after, .tribe-common .tribe-events-c-subscribe-dropdown__button button:active:after, .tribe-common .tribe-events-c-subscribe-dropdown__button button:focus:after,
.tribe-common button.tribe-common-c-btn button:hover:after,
.tribe-common button.tribe-common-c-btn button:active:after,
.tribe-common button.tribe-common-c-btn button:focus:after {
  display: none;
}
.tribe-common .tribe-events-c-subscribe-dropdown__button button:after,
.tribe-common button.tribe-common-c-btn button:after {
  content: "E";
  font-family: "ETmodules" !important;
  display: none !important;
  font-size: 2.2rem !important;
}
.tribe-common .tribe-events-c-subscribe-dropdown__button button {
  text-transform: uppercase;
}
.tribe-common .tribe-common-c-btn-border {
  border: 3px #fff solid !important;
  border-radius: 2rem !important;
  background: none;
  padding: 0 !important;
  border: none !important;
}
.tribe-common .tribe-common-c-btn-border:hover, .tribe-common .tribe-common-c-btn-border:active, .tribe-common .tribe-common-c-btn-border:focus {
  background: none;
}
.tribe-common .tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-photo__event {
  margin-bottom: 0;
}
.tribe-common .tribe-common-c-svgicon {
  display: none !important;
}

@media (min-width: 1025px) {
  .tribe-events-single-section.tribe-events-event-meta {
    width: 100%;
  }
  .tribe-events-single-section.tribe-events-event-meta > div {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .tribe-events-pro .tribe-events-pro-photo__event-featured-image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 25rem;
  }
}
.ff-stream .ff-header > h1 {
  color: #242424;
  font: normal normal 400 8rem/0.8 Caramel, serif;
}
@media (max-width: 767px) {
  .ff-stream .ff-header > h1 {
    font-size: 4rem;
  }
}
.ff-stream .ff-header > h2 {
  color: #242424;
  font: normal normal 600 3.2rem/1.2 "Source Serif Pro", serif;
}
@media (max-width: 767px) {
  .ff-stream .ff-header > h2 {
    font-size: 2rem;
  }
}
.ff-stream .ff-loadmore-wrapper > .ff-btn {
  display: inline-block;
  background: none;
  background-color: #01aef0 !important;
  background-image: none;
  border-radius: 2rem;
  border: 3px #01aef0 solid !important;
  padding: 0.75rem 1.5rem !important;
  color: #fff !important;
  font: normal normal 400 2.2rem/1.2 "Source Serif Pro", serif !important;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: normal;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  word-break: keep-all;
  word-wrap: normal;
}
.ff-stream .ff-loadmore-wrapper > .ff-btn:hover, .ff-stream .ff-loadmore-wrapper > .ff-btn:active, .ff-stream .ff-loadmore-wrapper > .ff-btn:focus {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #01aef0 !important;
  background-color: #fff !important;
  opacity: 1;
  padding: 0.75rem 1.5rem !important;
  border: 3px #01aef0 solid !important;
  text-decoration: none;
}
.ff-stream .ff-loadmore-wrapper > .ff-btn:hover:after, .ff-stream .ff-loadmore-wrapper > .ff-btn:active:after, .ff-stream .ff-loadmore-wrapper > .ff-btn:focus:after {
  display: none;
}
.ff-stream .ff-loadmore-wrapper > .ff-btn:after {
  content: "E";
  font-family: "ETmodules" !important;
  display: none !important;
  font-size: 2.2rem !important;
}

#ff-stream-1.ff-stream .ff-item-cont {
  height: auto;
}
#ff-stream-1.ff-stream .ff-item-bar {
  display: none;
}

.gform_button {
  display: inline-block;
  background: none;
  background-color: #01aef0 !important;
  background-image: none;
  border-radius: 2rem;
  border: 3px #01aef0 solid !important;
  padding: 0.75rem 1.5rem !important;
  color: #fff !important;
  font: normal normal 400 2.2rem/1.2 "Source Serif Pro", serif !important;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: normal;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  word-break: keep-all;
  word-wrap: normal;
}
.gform_button:hover, .gform_button:active, .gform_button:focus {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #01aef0 !important;
  background-color: #fff !important;
  opacity: 1;
  padding: 0.75rem 1.5rem !important;
  border: 3px #01aef0 solid !important;
  text-decoration: none;
}
.gform_button:hover:after, .gform_button:active:after, .gform_button:focus:after {
  display: none;
}
.gform_button:after {
  content: "E";
  font-family: "ETmodules" !important;
  display: none !important;
  font-size: 2.2rem !important;
}

.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: transparent;
  border: 3px solid #242424;
  font: normal normal 400 1.8rem/1.5 "Source Serif Pro", serif;
  color: #242424;
  padding: 6px;
  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: #242424;
  font: normal normal 400 1.8rem/1.5 "Source Serif Pro", serif;
}
.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: #242424;
  font: normal normal 400 1.8rem/1.5 "Source Serif Pro", serif;
}
.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: #242424;
  font: normal normal 400 1.8rem/1.5 "Source Serif Pro", serif;
}
.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: #242424;
  font: normal normal 400 1.8rem/1.5 "Source Serif Pro", serif;
}
.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: #242424;
  font: normal normal 400 1.8rem/1.5 "Source Serif Pro", serif;
}
.gfield textarea {
  margin-bottom: -0.8rem;
}
.gfield.gfield_html {
  border: none;
  color: #242424;
}

#gform_wrapper_1 .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#gform_wrapper_1 .gfield textarea,
#gform_wrapper_1 .gfield select {
  background-color: rgba(0, 0, 0, 0.3);
  border: 3px solid #fff;
  font: normal normal 400 1.8rem/1.5 "Source Serif Pro", serif;
  color: #fff;
  padding: 6px;
  margin-top: 0.8rem;
}
#gform_wrapper_1 .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, #gform_wrapper_1 .gfield textarea::-webkit-input-placeholder, #gform_wrapper_1 .gfield select::-webkit-input-placeholder {
  color: #fff;
  font: normal normal 400 1.8rem/1.5 "Source Serif Pro", serif;
}
#gform_wrapper_1 .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, #gform_wrapper_1 .gfield textarea::-moz-placeholder, #gform_wrapper_1 .gfield select::-moz-placeholder {
  color: #fff;
  font: normal normal 400 1.8rem/1.5 "Source Serif Pro", serif;
}
#gform_wrapper_1 .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, #gform_wrapper_1 .gfield textarea:-ms-input-placeholder, #gform_wrapper_1 .gfield select:-ms-input-placeholder {
  color: #fff;
  font: normal normal 400 1.8rem/1.5 "Source Serif Pro", serif;
}
#gform_wrapper_1 .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, #gform_wrapper_1 .gfield textarea::-ms-input-placeholder, #gform_wrapper_1 .gfield select::-ms-input-placeholder {
  color: #fff;
  font: normal normal 400 1.8rem/1.5 "Source Serif Pro", serif;
}
#gform_wrapper_1 .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
#gform_wrapper_1 .gfield textarea::placeholder,
#gform_wrapper_1 .gfield select::placeholder {
  color: #fff;
  font: normal normal 400 1.8rem/1.5 "Source Serif Pro", serif;
}
#gform_wrapper_1 .gfield.gfield_html {
  border: none;
  color: #fff;
}

.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
  margin-top: 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: rgba(0, 0, 0, 0.3);
  border: 3px solid #fff;
  font: normal normal 400 1.8rem/1.5 "Source Serif Pro", serif;
  color: #fff;
  padding: 6px;
  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: #fff;
  font: normal normal 400 1.8rem/1.5 "Source Serif Pro", serif;
}
.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: #fff;
  font: normal normal 400 1.8rem/1.5 "Source Serif Pro", serif;
}
.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: #fff;
  font: normal normal 400 1.8rem/1.5 "Source Serif Pro", serif;
}
.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: #fff;
  font: normal normal 400 1.8rem/1.5 "Source Serif Pro", serif;
}
.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: #fff;
  font: normal normal 400 1.8rem/1.5 "Source Serif Pro", serif;
}

.gform_wrapper .gform_fields .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .top_label label.gfield_label {
  display: none;
}
.gform_wrapper .gform_fields .gfield.gf-show-label label.gfield_label {
  display: inline-block;
}
.gform_wrapper .gform_fields .gfield.gf-show-label.field_sublabel_below .ginput_complex.ginput_container label {
  display: block;
}
@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;
  }
}

.--underline-fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.--underline-fields .gfield textarea,
.--underline-fields .gfield select {
  border: none;
  border-bottom: 3px solid #fff;
  padding: 0.625rem;
}

.gform_footer {
  text-align: center;
}

.ginput_recaptcha > div {
  margin: 0 auto;
}

.gform_wrapper .gform_validation_errors > h2 {
  font: normal normal 400 1.8rem/1.5 "Source Serif Pro", serif;
  padding: 0;
}

.gform_confirmation_message {
  font: normal normal 400 1.8rem/1.5 "Source Serif Pro", serif;
  text-align: center;
}

.__testimonials-slider .single-testimonial {
  padding: 4rem;
}
.__testimonials-slider .testimonial-content {
  text-align: center;
}
.__testimonials-slider .testimonial-name {
  padding-top: 1rem;
  color: #01aef0;
  text-transform: uppercase;
}
.__testimonials-slider .slick-dots {
  bottom: -4.5rem;
}
.__testimonials-slider .slick-dots li button:before, .__testimonials-slider .slick-dots li.slick-active button:before {
  font-size: 1.25rem;
  border: 3px solid #61765C;
  border-radius: 50%;
  color: transparent;
  opacity: 1;
}
.__testimonials-slider .slick-dots li.slick-active button {
  background-color: #61765C;
  border-radius: 50%;
  opacity: 1;
}

.slick-arrow.slick-next:before, .slick-arrow.slick-prev:before {
  color: #61765C;
}

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

.__logo-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.__logo-carousel .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 0) and (max-width: 1024px) {
  .__logo-carousel .slick-track .slick-slide {
    width: 100%;
  }
}
.__logo-carousel img {
  border: none !important;
  padding: 1.6rem;
}
.__logo-carousel br {
  display: none;
}

.wpv-filter-form input,
.wpv-filter-form textarea,
.wpv-filter-form select {
  background-color: #fff;
  font: normal normal 400 1.8rem/1.5 "Source Serif Pro", serif;
  color: #242424;
}
.wpv-filter-form input::-webkit-input-placeholder,
.wpv-filter-form textarea::-webkit-input-placeholder,
.wpv-filter-form select::-webkit-input-placeholder {
  color: #242424;
}
.wpv-filter-form .wpv-submit-trigger,
.wpv-filter-form .wpv-reset-trigger {
  display: inline-block;
  background: none;
  background-color: #01aef0 !important;
  background-image: none;
  border-radius: 2rem;
  border: 3px #01aef0 solid !important;
  padding: 0.75rem 1.5rem !important;
  color: #fff !important;
  font: normal normal 400 2.2rem/1.2 "Source Serif Pro", serif !important;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: normal;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  word-break: keep-all;
  word-wrap: normal;
}
.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 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #01aef0 !important;
  background-color: #fff !important;
  opacity: 1;
  padding: 0.75rem 1.5rem !important;
  border: 3px #01aef0 solid !important;
  text-decoration: none;
}
.wpv-filter-form .wpv-submit-trigger:hover:after, .wpv-filter-form .wpv-submit-trigger:active:after, .wpv-filter-form .wpv-submit-trigger:focus:after,
.wpv-filter-form .wpv-reset-trigger:hover:after,
.wpv-filter-form .wpv-reset-trigger:active:after,
.wpv-filter-form .wpv-reset-trigger:focus:after {
  display: none;
}
.wpv-filter-form .wpv-submit-trigger:after,
.wpv-filter-form .wpv-reset-trigger:after {
  content: "E";
  font-family: "ETmodules" !important;
  display: none !important;
  font-size: 2.2rem !important;
}

.single-project h3 {
  padding-top: 3rem;
}

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

/**
 * Set up a decent box model on the root element
 */
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;
}

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

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

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

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

body,
input,
textarea,
select,
p,
td,
th,
.widgetarea,
ul,
ol {
  color: #242424;
  font: normal normal 400 1.8rem/1.5 "Source Serif Pro", serif;
}

.et-boc,
footer {
  /**
  * Basic styles for links
  */
}
.et-boc a,
footer a {
  color: #61765C;
  text-decoration: underline;
}
.et-boc a:hover, .et-boc a:active, .et-boc a:focus,
footer a:hover,
footer a:active,
footer a:focus {
  color: #61765C;
  text-decoration: underline;
}
.et-boc h1,
.et-boc h2,
.et-boc h3,
.et-boc h4,
.et-boc h5,
.et-boc h6,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #fff;
}
.et-boc h1,
footer h1 {
  font: normal normal 400 6.5rem/1.2 "Source Serif Pro", serif;
  text-shadow: 0 0.5rem 0.675rem rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .et-boc h1,
footer h1 {
    font-size: 3.7rem;
  }
}
.et-boc h2,
footer h2 {
  font: normal normal 400 8rem/0.8 Caramel, serif;
  color: #052C48;
  padding-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .et-boc h2,
footer h2 {
    font-size: 4rem;
  }
}
.et-boc h3,
.et-boc .et_pb_number_counter h3,
footer h3,
footer .et_pb_number_counter h3 {
  font: normal normal 600 3.2rem/1.2 "Source Serif Pro", serif;
}
@media (max-width: 767px) {
  .et-boc h3,
.et-boc .et_pb_number_counter h3,
footer h3,
footer .et_pb_number_counter h3 {
    font-size: 2rem;
  }
}
.et-boc h4,
footer h4 {
  font: normal normal 600 2rem/1.5 "Source Serif Pro", serif;
}
@media (max-width: 767px) {
  .et-boc h4,
footer h4 {
    font-size: 2rem;
  }
}
.et-boc h5,
footer h5 {
  font: normal normal 600 2rem/1.5 "Source Serif Pro", serif;
}
@media (max-width: 767px) {
  .et-boc h5,
footer h5 {
    font-size: 2rem;
  }
}
.et-boc h6,
footer h6 {
  font: normal normal 600 2rem/1.5 "Source Serif Pro", serif;
}
@media (max-width: 767px) {
  .et-boc h6,
footer h6 {
    font-size: 2rem;
  }
}

/**
 * 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: #052C48;
}
.__background--primary .et_pb_text_inner,
.__background--primary .et_pb_blurb_description,
.__background--primary h1,
.__background--primary h2,
.__background--primary h3,
.__background--primary h4,
.__background--primary h5,
.__background--primary h6,
.__background--primary span,
.__background--primary p {
  color: #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 a {
  color: #61765C;
}
.__background--primary a:hover, .__background--primary a:active, .__background--primary a:focus {
  color: #61765C;
  text-decoration: underline;
}
.__background--primary .et_pb_text_inner {
  padding: 1.25rem;
}
.__background--secondary {
  background-color: #61765C;
}
.__background--secondary .et_pb_text_inner,
.__background--secondary .et_pb_blurb_description,
.__background--secondary h1,
.__background--secondary h2,
.__background--secondary h3,
.__background--secondary h4,
.__background--secondary h5,
.__background--secondary h6,
.__background--secondary span,
.__background--secondary p {
  color: #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 a {
  color: #fff;
}
.__background--secondary a:hover, .__background--secondary a:active, .__background--secondary a:focus {
  color: #fff;
  text-decoration: underline;
}
.__background--secondary .et_pb_text_inner {
  padding: 1.25rem;
}
.__background--accent {
  background-color: #61765C;
}
.__background--accent .et_pb_text_inner,
.__background--accent .et_pb_blurb_description,
.__background--accent h1,
.__background--accent h2,
.__background--accent h3,
.__background--accent h4,
.__background--accent h5,
.__background--accent h6,
.__background--accent span,
.__background--accent p {
  color: #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 a {
  color: #61765C;
}
.__background--accent a:hover, .__background--accent a:active, .__background--accent a:focus {
  color: #61765C;
  text-decoration: underline;
}
.__background--accent .et_pb_text_inner {
  padding: 1.25rem;
}
.__background--other {
  background-color: #61765C;
}
.__background--other .et_pb_text_inner,
.__background--other .et_pb_blurb_description,
.__background--other h1,
.__background--other h2,
.__background--other h3,
.__background--other h4,
.__background--other h5,
.__background--other h6,
.__background--other span,
.__background--other p {
  color: #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 a {
  color: #61765C;
}
.__background--other a:hover, .__background--other a:active, .__background--other a:focus {
  color: #61765C;
  text-decoration: underline;
}
.__background--other .et_pb_text_inner {
  padding: 1.25rem;
}

.__set-font-color--primary {
  color: #052C48 !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 label,
.__set-font-color--primary p {
  color: #052C48;
}
.__set-font-color--primary ul {
  list-style: none;
}
.__set-font-color--primary ul li::before {
  content: "•";
  color: #052C48;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.__set-font-color--primary ol {
  list-style: none;
  counter-reset: li;
}
.__set-font-color--primary ol li::before {
  content: counter(li);
  color: #052C48;
  display: inline-block;
  width: 1em;
  margin-left: -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 {
  color: #052C48;
  border-color: #052C48;
}
.__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: #052C48;
}
.__set-font-color--primary a {
  color: #61765C;
}
.__set-font-color--primary a:hover, .__set-font-color--primary a:active, .__set-font-color--primary a:focus {
  color: #61765C;
}
.__set-font-color--secondary {
  color: #61765C !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 label,
.__set-font-color--secondary p {
  color: #61765C;
}
.__set-font-color--secondary ul {
  list-style: none;
}
.__set-font-color--secondary ul li::before {
  content: "•";
  color: #61765C;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.__set-font-color--secondary ol {
  list-style: none;
  counter-reset: li;
}
.__set-font-color--secondary ol li::before {
  content: counter(li);
  color: #61765C;
  display: inline-block;
  width: 1em;
  margin-left: -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 {
  color: #61765C;
  border-color: #61765C;
}
.__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: #61765C;
}
.__set-font-color--secondary a {
  color: #61765C;
}
.__set-font-color--secondary a:hover, .__set-font-color--secondary a:active, .__set-font-color--secondary a:focus {
  color: #61765C;
}
.__set-font-color--accent {
  color: #61765C !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 label,
.__set-font-color--accent p {
  color: #61765C;
}
.__set-font-color--accent ul {
  list-style: none;
}
.__set-font-color--accent ul li::before {
  content: "•";
  color: #61765C;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.__set-font-color--accent ol {
  list-style: none;
  counter-reset: li;
}
.__set-font-color--accent ol li::before {
  content: counter(li);
  color: #61765C;
  display: inline-block;
  width: 1em;
  margin-left: -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 {
  color: #61765C;
  border-color: #61765C;
}
.__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: #61765C;
}
.__set-font-color--accent a {
  color: #61765C;
}
.__set-font-color--accent a:hover, .__set-font-color--accent a:active, .__set-font-color--accent a:focus {
  color: #61765C;
}
.__set-font-color--other {
  color: #61765C !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 label,
.__set-font-color--other p {
  color: #61765C;
}
.__set-font-color--other ul {
  list-style: none;
}
.__set-font-color--other ul li::before {
  content: "•";
  color: #61765C;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.__set-font-color--other ol {
  list-style: none;
  counter-reset: li;
}
.__set-font-color--other ol li::before {
  content: counter(li);
  color: #61765C;
  display: inline-block;
  width: 1em;
  margin-left: -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 {
  color: #61765C;
  border-color: #61765C;
}
.__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: #61765C;
}
.__set-font-color--other a {
  color: #61765C;
}
.__set-font-color--other a:hover, .__set-font-color--other a:active, .__set-font-color--other a:focus {
  color: #61765C;
}
.__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 label,
.__set-font-color--white p {
  color: #fff;
}
.__set-font-color--white ul {
  list-style: none;
}
.__set-font-color--white ul li::before {
  content: "•";
  color: #fff;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.__set-font-color--white ol {
  list-style: none;
  counter-reset: li;
}
.__set-font-color--white ol li::before {
  content: counter(li);
  color: #fff;
  display: inline-block;
  width: 1em;
  margin-left: -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 {
  color: #fff;
  border-color: #fff;
}
.__set-font-color--white .gfield input::-webkit-input-placeholder,
.__set-font-color--white .gfield textarea::-webkit-input-placeholder,
.__set-font-color--white .gfield select::-webkit-input-placeholder {
  color: #fff;
}
.__set-font-color--white a {
  color: #61765C;
}
.__set-font-color--white a:hover, .__set-font-color--white a:active, .__set-font-color--white a:focus {
  color: #61765C;
}
.__set-font-color--black {
  color: #000000 !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 label,
.__set-font-color--black p {
  color: #000000;
}
.__set-font-color--black ul {
  list-style: none;
}
.__set-font-color--black ul li::before {
  content: "•";
  color: #000000;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.__set-font-color--black ol {
  list-style: none;
  counter-reset: li;
}
.__set-font-color--black ol li::before {
  content: counter(li);
  color: #000000;
  display: inline-block;
  width: 1em;
  margin-left: -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 {
  color: #000000;
  border-color: #000000;
}
.__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: #000000;
}
.__set-font-color--black a {
  color: #61765C;
}
.__set-font-color--black a:hover, .__set-font-color--black a:active, .__set-font-color--black a:focus {
  color: #61765C;
}

.__diagonal-bg {
  background-color: #052C48;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  z-index: 10;
}
.__diagonal-bg .et_pb_text_inner,
.__diagonal-bg .et_pb_blurb_description,
.__diagonal-bg h1,
.__diagonal-bg h2,
.__diagonal-bg h3,
.__diagonal-bg h4,
.__diagonal-bg h5,
.__diagonal-bg h6,
.__diagonal-bg span,
.__diagonal-bg p {
  color: #fff;
}
.__diagonal-bg .gfield input,
.__diagonal-bg .gfield textarea,
.__diagonal-bg .gfield select {
  color: #fff;
}
.__diagonal-bg .gfield input::-webkit-input-placeholder,
.__diagonal-bg .gfield textarea::-webkit-input-placeholder,
.__diagonal-bg .gfield select::-webkit-input-placeholder {
  color: #fff;
}
.__diagonal-bg a {
  color: #fff;
}
.__diagonal-bg a:hover, .__diagonal-bg a:active, .__diagonal-bg a:focus {
  color: #fff;
  text-decoration: underline;
}
.__diagonal-bg .et_pb_text_inner {
  padding: 1.25rem;
}
.__diagonal-bg .et_pb_row {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
}
@media (min-width: 0) and (max-width: 1024px) {
  .__diagonal-bg .et_pb_row {
    padding: 0 5%;
  }
}
.__diagonal-bg .et_pb_blurb {
  padding: 2rem;
  background-color: #fff;
  -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);
}
.__diagonal-bg .et_pb_blurb .et_pb_blurb_description {
  color: #242424;
}
.__diagonal-bg .et_pb_blurb .et_pb_blurb_description p {
  color: #242424;
}
.__diagonal-bg .et_pb_blurb a {
  color: #242424;
}
.__diagonal-bg .et_pb_post h2 a,
.__diagonal-bg .et_pb_post .post-content-inner p {
  color: #242424;
}
.__diagonal-bg--secondary {
  background-color: #61765C;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  z-index: 10;
}
.__diagonal-bg--secondary .et_pb_text_inner,
.__diagonal-bg--secondary .et_pb_blurb_description,
.__diagonal-bg--secondary h1,
.__diagonal-bg--secondary h2,
.__diagonal-bg--secondary h3,
.__diagonal-bg--secondary h4,
.__diagonal-bg--secondary h5,
.__diagonal-bg--secondary h6,
.__diagonal-bg--secondary span,
.__diagonal-bg--secondary p {
  color: #fff;
}
.__diagonal-bg--secondary .gfield input,
.__diagonal-bg--secondary .gfield textarea,
.__diagonal-bg--secondary .gfield select {
  color: #fff;
}
.__diagonal-bg--secondary .gfield input::-webkit-input-placeholder,
.__diagonal-bg--secondary .gfield textarea::-webkit-input-placeholder,
.__diagonal-bg--secondary .gfield select::-webkit-input-placeholder {
  color: #fff;
}
.__diagonal-bg--secondary a {
  color: #fff;
}
.__diagonal-bg--secondary a:hover, .__diagonal-bg--secondary a:active, .__diagonal-bg--secondary a:focus {
  color: #fff;
  text-decoration: underline;
}
.__diagonal-bg--secondary .et_pb_text_inner {
  padding: 1.25rem;
}
.__diagonal-bg--secondary .et_pb_row {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
}
@media (min-width: 0) and (max-width: 1024px) {
  .__diagonal-bg--secondary .et_pb_row {
    padding: 0 5%;
  }
}
.__diagonal-bg--secondary .et_pb_blurb {
  padding: 2rem;
  background-color: #fff;
  -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);
}
.__diagonal-bg--secondary .et_pb_blurb .et_pb_blurb_description {
  color: #242424;
}
.__diagonal-bg--secondary .et_pb_blurb .et_pb_blurb_description p {
  color: #242424;
}
.__diagonal-bg--secondary .et_pb_blurb a {
  color: #242424;
}
.__diagonal-bg--secondary .et_pb_post h2 a,
.__diagonal-bg--secondary .et_pb_post .post-content-inner p {
  color: #242424;
}
.__diagonal-bg--gray {
  background-color: #242424;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  z-index: 10;
}
.__diagonal-bg--gray .et_pb_text_inner,
.__diagonal-bg--gray .et_pb_blurb_description,
.__diagonal-bg--gray h1,
.__diagonal-bg--gray h2,
.__diagonal-bg--gray h3,
.__diagonal-bg--gray h4,
.__diagonal-bg--gray h5,
.__diagonal-bg--gray h6,
.__diagonal-bg--gray span,
.__diagonal-bg--gray p {
  color: #61765C;
}
.__diagonal-bg--gray .gfield input,
.__diagonal-bg--gray .gfield textarea,
.__diagonal-bg--gray .gfield select {
  color: #61765C;
}
.__diagonal-bg--gray .gfield input::-webkit-input-placeholder,
.__diagonal-bg--gray .gfield textarea::-webkit-input-placeholder,
.__diagonal-bg--gray .gfield select::-webkit-input-placeholder {
  color: #61765C;
}
.__diagonal-bg--gray a {
  color: #61765C;
}
.__diagonal-bg--gray a:hover, .__diagonal-bg--gray a:active, .__diagonal-bg--gray a:focus {
  color: #61765C;
  text-decoration: underline;
}
.__diagonal-bg--gray .et_pb_text_inner {
  padding: 1.25rem;
}
.__diagonal-bg--gray .et_pb_row {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
}
@media (min-width: 0) and (max-width: 1024px) {
  .__diagonal-bg--gray .et_pb_row {
    padding: 0 5%;
  }
}
.__diagonal-bg--gray .et_pb_blurb {
  padding: 2rem;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.__diagonal-bg--gray .et_pb_blurb .et_pb_blurb_description {
  color: #242424;
}
.__diagonal-bg--gray .et_pb_blurb .et_pb_blurb_description p {
  color: #242424;
}
.__diagonal-bg--gray .et_pb_blurb a {
  color: #242424;
}
.__diagonal-bg--gray .et_pb_post h2 a,
.__diagonal-bg--gray .et_pb_post .post-content-inner p {
  color: #242424;
}

ul.__fontawesome-icon {
  list-style: none;
  padding-left: 1rem;
}
ul.__fontawesome-icon li {
  padding-left: 3rem;
}
ul.__fontawesome-icon li:before {
  content: "\f004";
  /* FontAwesome Unicode */
  color: #242424;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: -3rem;
  /* same as padding-left set on li */
  width: 3rem;
  /* same as padding-left set on li */
}

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;
  /* same as padding-left set on li */
  margin-right: 1rem;
  width: 1.8rem;
  /* same as padding-left set on li */
}

.__top-curve-spacing {
  margin-top: 10rem;
}

@media (min-width: 1025px) {
  #top-header {
    display: none;
  }
}
.et_header_style_split #main-header {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, white 90%, rgba(255, 255, 255, 0) 100%);
}
.et_header_style_split #main-header .sub-menu,
.et_header_style_split #main-header .et_mobile_menu {
  border-color: #61765C;
}
@media (min-width: 1025px) {
  .et_header_style_split #main-header .sub-menu,
.et_header_style_split #main-header .et_mobile_menu {
    width: 30rem !important;
  }
}
.et_header_style_split #main-header #et-top-navigation a {
  font: normal normal 400 1.8rem/1.2 "Source Serif Pro", serif;
  text-decoration: none;
  text-transform: uppercase;
}
.et_header_style_split #main-header .et_mobile_menu {
  border-color: #61765C;
}
.et_header_style_split #main-header .centered-inline-logo-wrap {
  height: 16.4rem;
  width: auto !important;
}
@media (min-width: 1025px) {
  .et_header_style_split #main-header {
    -webkit-box-shadow: none;
            box-shadow: none;
    min-height: 20rem !important;
    box-shadow: none;
  }
  .et_header_style_split #main-header.et-fixed-header {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .et_header_style_split #main-header .container {
    max-width: 1600px;
  }
  .et_header_style_split #main-header .container:after {
    display: none;
  }
  .et_header_style_split #main-header.et-fixed-header {
    min-height: 5rem !important;
  }
  .et_header_style_split #main-header #logo {
    max-height: 16.4rem;
  }
  .et_header_style_split #main-header #et-top-navigation {
    padding: 0 !important;
  }
  .et_header_style_split #main-header #et-top-navigation #et_top_search {
    margin-top: 8.2rem;
  }
  .et_header_style_split #main-header #et-top-navigation #et_top_search #et_search_icon:before {
    top: 0;
  }
  .et_header_style_split #main-header #et-top-navigation #et_top_search #et_search_icon:hover:before, .et_header_style_split #main-header #et-top-navigation #et_top_search #et_search_icon:active:before, .et_header_style_split #main-header #et-top-navigation #et_top_search #et_search_icon:focus:before {
    color: #61765C;
  }
  .et_header_style_split #main-header #top-menu > li.menu-item {
    padding: 8.2rem 1rem 8.2rem 0;
  }
  .et_header_style_split #main-header #top-menu > li.menu-item > a {
    font: normal normal 400 1.8rem/1.2 "Source Serif Pro", serif;
    padding: 0.9rem !important;
  }
  .et_header_style_split #main-header #top-menu > li.menu-item.menu-item-3761 {
    background-color: #61765C;
    padding-bottom: 0;
    padding-right: 0;
  }
  .et_header_style_split #main-header #top-menu > li.menu-item.menu-item-3761 > a {
    color: #fff;
  }
  .et_header_style_split #main-header #top-menu > li.menu-item.menu-item-3761:hover, .et_header_style_split #main-header #top-menu > li.menu-item.menu-item-3761:active, .et_header_style_split #main-header #top-menu > li.menu-item.menu-item-3761:focus {
    background-color: #052C48;
  }
  .et_header_style_split #main-header #top-menu .menu-item-has-children > a:first-child:after {
    font-size: 1.2rem;
    margin-left: 0.9rem;
    position: relative;
  }
  .et_header_style_split #main-header .social-title {
    display: none;
  }
}

/* Hide the header
@link https://divibooster.com/hide-the-divi-theme-header/ */
/*
@include breakpoint($desktop) {
  #main-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: 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: #052C48;
  }
}
/* The last section is usually the credits. Have them match the rest of the design */
.et-db #et-boc footer.et-l .et_builder_inner_content .et_pb_section {
  background-color: #052C48 !important;
  /* Override theme color */
  color: #fff;
}
.et-db #et-boc footer.et-l .et_builder_inner_content .et_pb_section:first-child {
  padding: 0;
}
.et-db #et-boc footer.et-l .et_builder_inner_content .et_pb_section:first-child a {
  color: #fff;
}
.et-db #et-boc footer.et-l .et_builder_inner_content .et_pb_section:first-child a.icon {
  text-decoration: none;
}
@media (min-width: 0) and (max-width: 1024px) {
  .et-db #et-boc footer.et-l .et_builder_inner_content .et_pb_section:first-child .et_pb_menu .et_pb_menu__menu {
    display: block;
  }
  .et-db #et-boc footer.et-l .et_builder_inner_content .et_pb_section:first-child .et_mobile_nav_menu {
    display: none;
  }
  .et-db #et-boc footer.et-l .et_builder_inner_content .et_pb_section:first-child .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
  .et-db #et-boc footer.et-l .et_builder_inner_content .et_pb_section:first-child .et_pb_social_media_follow {
    text-align: left;
  }
}
.et-db #et-boc footer.et-l .et_builder_inner_content .et_pb_section:first-child .et_pb_text_inner,
.et-db #et-boc footer.et-l .et_builder_inner_content .et_pb_section:first-child a,
.et-db #et-boc footer.et-l .et_builder_inner_content .et_pb_section:first-child p {
  color: #fff;
}
.et-db #et-boc footer.et-l .et_builder_inner_content .et_pb_section:first-child .widget_text {
  width: 100%;
}
.et-db #et-boc footer.et-l .et_builder_inner_content .et_pb_section:first-child #footer-bottom {
  background-color: #61765C;
}
.et-db #et-boc footer.et-l .et_builder_inner_content .et_pb_section:first-child #footer-info {
  color: #fff;
}
@media (min-width: 0) and (max-width: 1024px) {
  .et-db #et-boc footer.et-l .et_builder_inner_content .et_pb_section .et_pb_row .et_pb_column:last-child {
    width: auto !important;
  }
}

.page-id-3759 footer.et-l .et_builder_inner_content .et_pb_section:first-child,
.page-id-3688 footer.et-l .et_builder_inner_content .et_pb_section:first-child {
  display: none;
}

.__header {
  background-color: #61765C;
  /*
  &:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    content: "";
    z-index: 1;
  }
  */
  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%;
  width: 100%;
}
.__header div,
.__header p {
  color: #fff;
}
.__header .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
  width: 100%;
  max-width: 1080px;
}
.__header .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content {
  width: 100%;
  max-width: 1080px;
}
.__header h1 {
  font: normal normal 400 6.5rem/1.2 "Source Serif Pro", serif;
}
@media (min-width: 1025px) {
  .__header h1 {
    padding-top: 20rem;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .__header h1 {
    font-size: 3.7rem;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .__header .et_pb_button {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .__header .et_pb_module .et_pb_button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-height: 8.8rem;
    padding: 1.5rem 3rem !important;
  }
  .__header .et_pb_module .et_pb_button:hover, .__header .et_pb_module .et_pb_button:active, .__header .et_pb_module .et_pb_button:focus {
    padding: 1.5rem 3rem !important;
  }
}
@media (min-width: 1025px) {
  .__header {
    min-height: 64rem;
  }
}
.__header--tall {
  background-color: #61765C;
  /*
  &:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    content: "";
    z-index: 1;
  }
  */
  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%;
  width: 100%;
}
.__header--tall div,
.__header--tall p {
  color: #fff;
}
.__header--tall .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
  width: 100%;
  max-width: 1080px;
}
.__header--tall .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content {
  width: 100%;
  max-width: 1080px;
}
.__header--tall h1 {
  font: normal normal 400 6.5rem/1.2 "Source Serif Pro", serif;
}
@media (min-width: 1025px) {
  .__header--tall h1 {
    padding-top: 20rem;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .__header--tall h1 {
    font-size: 3.7rem;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .__header--tall .et_pb_button {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .__header--tall .et_pb_module .et_pb_button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-height: 8.8rem;
    padding: 1.5rem 3rem !important;
  }
  .__header--tall .et_pb_module .et_pb_button:hover, .__header--tall .et_pb_module .et_pb_button:active, .__header--tall .et_pb_module .et_pb_button:focus {
    padding: 1.5rem 3rem !important;
  }
}
@media (min-width: 1025px) {
  .__header--tall {
    min-height: 80rem;
  }
}
@media (min-width: 1600px) {
  .__header--tall {
    min-height: 120rem;
  }
}
@media (min-width: 1921px) {
  .__header--tall {
    min-height: 160rem;
  }
}
@media (min-width: 2881.5px) {
  .__header--tall {
    min-height: 240rem;
  }
}
@media (min-width: 3842px) {
  .__header--tall {
    min-height: 320rem;
  }
}
.__header--centered {
  background-color: #61765C;
  /*
  &:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    content: "";
    z-index: 1;
  }
  */
  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%;
  width: 100%;
}
.__header--centered div,
.__header--centered p {
  color: #fff;
}
.__header--centered .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
  width: 100%;
  max-width: 1080px;
}
.__header--centered .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content {
  width: 100%;
  max-width: 1080px;
}
.__header--centered h1 {
  font: normal normal 400 6.5rem/1.2 "Source Serif Pro", serif;
}
@media (min-width: 1025px) {
  .__header--centered h1 {
    padding-top: 20rem;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .__header--centered h1 {
    font-size: 3.7rem;
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .__header--centered .et_pb_button {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .__header--centered .et_pb_module .et_pb_button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-height: 8.8rem;
    padding: 1.5rem 3rem !important;
  }
  .__header--centered .et_pb_module .et_pb_button:hover, .__header--centered .et_pb_module .et_pb_button:active, .__header--centered .et_pb_module .et_pb_button:focus {
    padding: 1.5rem 3rem !important;
  }
}
.__header--centered p,
.__header--centered span,
.__header--centered div {
  text-align: center;
}

.inline-button,
a.small-button,
.et_pb_button,
.et_pb_module .et_pb_button {
  display: inline-block;
  background: none;
  background-color: #01aef0 !important;
  background-image: none;
  border-radius: 2rem;
  border: 3px #01aef0 solid !important;
  padding: 0.75rem 1.5rem !important;
  color: #fff !important;
  font: normal normal 400 2.2rem/1.2 "Source Serif Pro", serif !important;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: normal;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  word-break: keep-all;
  word-wrap: normal;
}
.inline-button:hover, .inline-button:active, .inline-button: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 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #01aef0 !important;
  background-color: #fff !important;
  opacity: 1;
  padding: 0.75rem 1.5rem !important;
  border: 3px #01aef0 solid !important;
  text-decoration: none;
}
.inline-button:hover:after, .inline-button:active:after, .inline-button:focus:after,
a.small-button:hover:after,
a.small-button:active:after,
a.small-button:focus:after,
.et_pb_button:hover:after,
.et_pb_button:active:after,
.et_pb_button:focus:after,
.et_pb_module .et_pb_button:hover:after,
.et_pb_module .et_pb_button:active:after,
.et_pb_module .et_pb_button:focus:after {
  display: none;
}
.inline-button:after,
a.small-button:after,
.et_pb_button:after,
.et_pb_module .et_pb_button:after {
  content: "E";
  font-family: "ETmodules" !important;
  display: none !important;
  font-size: 2.2rem !important;
}

.single-post #main-content > .container {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.single-post h1 {
  text-align: center;
}
.single-post .et_post_meta_wrapper {
  margin: 0 auto;
  max-width: 756px;
}
.single-post .post-meta {
  display: none;
}
.single-post .published {
  display: none;
}
.single-post .entry-content {
  max-width: 756px;
  margin: 0 auto;
}
@media (min-width: 0) and (max-width: 1024px) {
  .single-post .et_pb_post_title,
.single-post .et_pb_post_title .et_pb_title_container {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.single-post #et-main-area .entry-title {
  font: normal normal 400 8rem/0.8 Caramel, serif;
}
@media (min-width: 0) and (max-width: 1024px) {
  .single-post #et-main-area .entry-title {
    font-size: 4rem;
    margin-top: 0;
  }
}
.single-post #main-content .container:before {
  background: none;
}
.single-post #sidebar {
  display: none;
}
.single-post #left-area {
  width: 100%;
  padding: 1.25rem 0 0 !important;
  float: none !important;
}

.single-testimonial .et_post_meta_wrapper {
  margin: 0 auto;
  max-width: 756px;
}
.single-testimonial .post-meta {
  display: none;
}
.single-testimonial .published {
  display: none;
}
.single-testimonial .entry-content {
  max-width: 756px;
  margin: 0 auto;
}
.single-testimonial #et-main-area .entry-title {
  font: normal normal 400 8rem/0.8 Caramel, serif;
}
.single-testimonial #main-content .container:before {
  background: none;
}
.single-testimonial #sidebar {
  display: none;
}
.single-testimonial #left-area {
  width: 100%;
  padding: 1.25rem 0 0 !important;
  float: none !important;
}
.single-testimonial .container {
  padding-top: 0;
}
.single-testimonial .testimonial-name, .single-testimonial .testimonial-title {
  color: #01aef0;
  width: 100%;
  text-align: center;
}

#page-container {
  overflow: hidden;
}

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

.et-fb-settings-option-select ul {
  color: #4c5866;
}

.et-fb-form__toggle h1,
.et-fb-form__toggle h2,
.et-fb-form__toggle h3,
.et-fb-form__toggle h4,
.et-fb-form__toggle h5,
.et-fb-form__toggle h6 {
  text-shadow: none;
}

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

@media (min-width: 1025px) {
  #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 400 8rem/0.8 Caramel, serif;
}
@media (max-width: 767px) {
  .et_pb_fullwidth_header_subhead {
    font-size: 4rem;
  }
}

@media (min-width: 1025px) {
  .__larger-left-blurb-image.et_pb_blurb_position_left .et_pb_main_blurb_image {
    width: 25%;
    padding-right: 3%;
  }
}
.__postgrid h2.entry-title {
  text-align: center;
  font: normal normal 600 3.2rem/1.2 "Source Serif Pro", serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .__postgrid h2.entry-title {
    font-size: 2rem;
  }
}
.__postgrid h2.entry-title a {
  color: #61765C !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: 31%;
    margin: 0.83%;
  }
}
.__postgrid .et_pb_blog_grid .et_pb_salvattore_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.__postgrid .et_pb_blog_grid article {
  border: 3px solid #61765C;
  margin-bottom: 1.25rem !important;
  /*
  flex: 1 0 auto;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  flex-direction: column;
  */
}
.__postgrid .et_pb_blog_grid article .post-meta {
  text-align: center;
}
.__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: #242424 !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) {
  .__fw-image-text-row {
    height: 100%;
    width: 100% !important;
    max-width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    direction: ltr;
  }
  .__fw-image-text-row.et_pb_row {
    padding: 0;
  }
  .__fw-image-text-row .et_pb_column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    width: 50%;
  }
  .__fw-image-text-row .et_pb_column:first-child .et_pb_text {
    float: right;
  }
  .__fw-image-text-row .et_pb_column:last-child .et_pb_text {
    width: 100%;
    /* Normal width 80% * .5 */
  }
  .__fw-image-text-row .et_pb_image {
    height: 100%;
  }
  .__fw-image-text-row .et_pb_image .et_pb_image_wrap {
    display: none;
  }
  .__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;
  }
  .__fw-image-text-row .et_pb_text .et_pb_text_inner {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .__fw-image-text-row {
    width: 100%;
  }
  .__fw-image-text-row:nth-child(even) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .__fw-image-text-row:nth-child(even) .et_pb_column:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .__fw-image-text-row:nth-child(even) .et_pb_column:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .__fw-image-text-row .et_pb_column {
    margin-bottom: 0;
  }
  .__fw-image-text-row .et_pb_text {
    margin: 0 auto;
    min-height: unset;
    width: 80%;
  }
  .__fw-image-text-row .et_pb_image {
    background-image: none;
    padding: 5%;
  }
}
@media (min-width: 1025px) {
  .et_pb_column .et_pb_gallery .et_pb_gallery_item {
    width: 24% !important;
    margin: 0.5% !important;
  }
}
.--blurb-description-padding .et_pb_blurb_description {
  padding: 0 1rem;
}

@media (min-width: 1025px) {
  .--2in3columns .et_pb_column:first-child {
    margin-left: 17.5833%;
  }

  .--3in4columns .et_pb_column:first-child {
    margin-left: 10.43%;
  }

  .--4in5columns .et_pb_column:first-child {
    margin-left: 7.8%;
  }
}
.__dollar .percent-value:before {
  content: "$";
}
